:root {
  --brand: rgb(230, 201, 183);
  --complementary: rgb(249, 207, 221);
  --secondary: rgb(178, 112, 91);
  --primary-red: rgb(204, 23, 54);
  --primary-soft: rgb(244, 189, 203);
  --paper: rgb(244, 241, 236);
  --neutral-light: rgb(250, 250, 250);
  --container: min(1200px, calc(100% - 40px));
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.topbar a,
.site-footer a {
  color: inherit;
  text-decoration: none;
}

.topbar img,
.site-footer img {
  display: block;
  max-width: 100%;
}

.topbar {
  position: relative;
  z-index: 20;
  background: var(--paper);
  min-height: 287px;
}

.topbar-inner {
  position: relative;
  min-height: 287px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}

.brand {
  position: absolute;
  left: 50%;
  top: 47px;
  transform: translateX(-50%);
  width: 495px;
  height: 138px;
}

.brand img {
  width: auto;
  height: 138px;
  margin: 0 auto;
  max-width: none;
}

.menu {
  position: absolute;
  left: 50%;
  top: 212px;
  transform: translateX(-50%);
}

.menu ul {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  white-space: nowrap;
}

.menu a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 16px;
  color: var(--primary-red);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.menu a:hover,
.menu a[aria-current="page"] {
  color: var(--secondary);
}

.menu a[href="/"] {
  font-family: "Fraunces", serif;
  font-size: 22px;
  line-height: 26px;
  color: var(--primary-soft);
  font-weight: 700;
}

.menu a[href="/"]:hover,
.menu a[href="/"][aria-current="page"] {
  color: var(--primary-red);
}

.menu a[aria-current="page"] {
  font-weight: 500;
}

.mobile-menu {
  display: none;
}

.site-footer {
  --footer-height: 815px;
  --footer-pink-top: 526px;
  --footer-wave-top: 320px;
  --footer-wave-height: 326px;
  --footer-wave-step: 170px;
  --footer-pink-top-color: rgb(249, 207, 221);
  --footer-pink-bottom-color: rgb(249, 207, 221);
  --footer-wave-fill: rgb(249, 207, 221);
  position: relative;
  height: var(--footer-height);
  margin-top: 0;
  color: rgb(233, 223, 207);
  background: rgb(230, 201, 183);
  overflow: hidden;
}

.site-footer a {
  display: inline-block;
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.site-footer::before {
  top: var(--footer-pink-top);
  bottom: 0;
  background: linear-gradient(180deg, var(--footer-pink-top-color) 0%, var(--footer-pink-bottom-color) 100%);
  z-index: 0;
}

.site-footer::after {
  top: var(--footer-wave-top);
  height: var(--footer-wave-height);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 170 326' preserveAspectRatio='none'%3E%3Cpath fill='rgb(249,207,221)' d='M0 0 L0 0 L4 0.8 L8 1.64 L12 2.64 L16 3.72 L20 5.36 L24 6.92 L28 8.76 L32 10.76 L36 13.04 L40 15.64 L44 18.24 L48 22 L52 25.56 L56 28.16 L60 30.16 L64 31.6 L68 32.6 L72 33 L76 33 L80 32.76 L84 31.88 L88 30.6 L92 28.76 L96 26.48 L100 23.08 L104 19.8 L108 16.8 L112 14.04 L116 11.72 L120 9.4 L124 7.4 L128 5.8 L132 4.32 L136 3 L140 2.12 L144 1.32 L148 0.4 L152 0 L156 0 L160 0 L164 0 L168 0 L170 0 L170 326 L0 326 Z'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: var(--footer-wave-step) var(--footer-wave-height);
  z-index: 1;
}

.footer-top {
  position: relative;
  min-height: 100%;
}

.footer-mark {
  position: absolute;
  left: 102px;
  top: 105px;
  width: 248px;
  height: 360px;
  object-fit: contain;
  object-position: center top;
  z-index: 2;
}

.footer-company,
.footer-hours,
.footer-contact,
.footer-social {
  position: absolute;
  z-index: 3;
}

.footer-company {
  left: 384px;
  top: 133px;
  width: 499px;
}

.footer-hours {
  left: 384px;
  top: 272px;
  width: 289px;
}

.footer-contact {
  left: 384px;
  top: 363px;
  width: 289px;
}

.footer-social {
  left: 927px;
  top: 284px;
  width: 171px;
}

.footer-heading {
  margin: 0 0 19px;
  color: var(--secondary);
  font-family: "Fraunces", serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.footer-stack,
.footer-label {
  margin: 0;
  color: rgb(244, 241, 236);
  font-size: 14px;
  line-height: 16px;
  font-weight: 200;
}

.footer-stack + .footer-stack,
.footer-label + .footer-stack {
  margin-top: 11px;
}

.footer-label {
  font-weight: 400;
}

.footer-social-label {
  margin: 0 0 22px;
  color: rgb(244, 241, 236);
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-social-links svg {
  display: block;
  width: auto;
  height: 40px;
  fill: rgb(244, 241, 236);
}

.footer-bottom {
  position: absolute;
  left: 0;
  right: 0;
  top: var(--footer-pink-top);
  min-height: 289px;
  padding-top: 0;
  background: transparent;
  z-index: 3;
}

.footer-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  width: 969px;
  color: var(--secondary);
  font-family: "Fraunces", serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}

.footer-nav a:first-child {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-nav a[aria-current="page"] {
  color: var(--primary-red);
}

.footer-locations {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 94px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 28px;
  width: 920px;
  max-width: none;
  margin: 0;
  color: rgba(178, 112, 91, 0.75);
  font-size: 14px;
  line-height: 16px;
  font-weight: 200;
}

.footer-locations span:first-child {
  display: block;
  width: 100%;
  text-align: center;
}

.footer-locations a {
  color: inherit;
  text-decoration: none;
}

.footer-locations a:hover {
  color: var(--primary-red);
}

.copyright {
  position: absolute;
  left: 456px;
  top: 222px;
  width: 289px;
  margin: 0;
  text-align: center;
  font-size: 11px;
  line-height: 9px;
  color: var(--secondary);
}

@media (max-width: 1199px) {
  .topbar {
    min-height: 205px;
  }

  .topbar-inner {
    min-height: 205px;
    width: 768px;
  }

  .brand {
    left: 173px;
    top: 35px;
    width: 423px;
    height: 84px;
    transform: none;
  }

  .brand img {
    height: 84px;
  }

  .menu {
    top: 134px;
  }

  .menu ul {
    gap: 0;
  }

  .menu a {
    padding: 10px 20px;
  }

  .menu a[href="/"] {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .site-footer {
    --footer-height: 697px;
    --footer-pink-top: 446px;
    --footer-wave-top: 188px;
    --footer-wave-height: 356px;
    --footer-wave-step: 142px;
    height: var(--footer-height);
    padding: 0;
    background: rgb(230, 201, 183);
  }

  .site-footer::before,
  .site-footer::after {
    content: "";
  }

  .site-footer::after {
    background-size: 100% 100%, 100% 100%, var(--footer-wave-step) var(--footer-wave-height);
  }

  .footer-top {
    position: relative;
    display: grid;
    grid-template-columns: 248px 289px 122px;
    grid-template-rows: 146px 74px 90px;
    grid-template-areas:
      "mark company company"
      "mark contact social"
      "mark hours social";
    column-gap: 10px;
    row-gap: 17px;
    width: 757px;
    min-height: 446px;
    margin: 0 auto;
    padding-top: 29px;
    justify-content: start;
    box-sizing: border-box;
  }

  .footer-mark,
  .footer-company,
  .footer-hours,
  .footer-contact,
  .footer-social,
  .footer-bottom,
  .footer-nav,
  .footer-locations,
  .copyright {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    margin: 0;
    transform: none;
  }

  .footer-mark {
    grid-area: mark;
    width: 248px;
    height: 360px;
    align-self: start;
  }

  .footer-company {
    grid-area: company;
    width: 499px;
    margin-top: 33px;
  }

  .footer-contact {
    grid-area: contact;
    width: 289px;
    margin-top: 16px;
  }

  .footer-hours {
    grid-area: hours;
    width: 289px;
    margin-top: 16px;
  }

  .footer-social {
    grid-area: social;
    width: 122px;
    align-self: start;
    margin-top: 79px;
  }

  .footer-heading {
    font-size: 18px;
    line-height: 21px;
  }

  .footer-stack,
  .footer-label,
  .footer-social-label {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-social-links {
    gap: 18px;
  }

  .footer-social-links svg {
    height: 40px;
  }

  .footer-bottom {
    position: relative;
    min-height: 251px;
    width: 768px;
    margin: 0 auto;
    padding-top: 0;
    display: grid;
    justify-items: center;
    align-content: start;
    row-gap: 26px;
    box-sizing: border-box;
  }

  .footer-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    width: 583px;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .footer-nav a:first-child {
    width: auto;
    font-size: 16px;
    grid-column: auto;
  }

  .footer-locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 28px;
    width: 768px;
    max-width: none;
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }

  .footer-locations span:first-child {
    width: 100%;
    text-align: center;
  }

  .copyright {
    width: 289px;
    text-align: center;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .topbar {
    min-height: 138px;
  }

  .topbar-inner {
    min-height: 138px;
    width: min(320px, calc(100vw - 40px));
  }

  .brand {
    left: 50%;
    top: 20px;
    width: 187px;
    height: 71px;
    transform: translateX(-50%);
  }

  .brand img {
    height: 71px;
    max-width: 100%;
  }

  .menu {
    display: none;
  }

  .mobile-menu {
    display: block;
    position: absolute;
    top: 91px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
  }

  .mobile-menu summary {
    list-style: none;
    cursor: pointer;
    border: none;
    width: 44px;
    height: 44px;
    padding: 0;
    display: block;
    background: transparent url("data:image/svg+xml,%3Csvg fill='rgb(204,23,54)' id='ww-set2-menu' width='100%25' height='100%25' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 9.5C4.5 8.94772 4.94772 8.5 5.5 8.5H26.5C27.0523 8.5 27.5 8.94772 27.5 9.5C27.5 10.0523 27.0523 10.5 26.5 10.5H5.5C4.94772 10.5 4.5 10.0523 4.5 9.5ZM4.5 16C4.5 15.4477 4.94772 15 5.5 15H26.5C27.0523 15 27.5 15.4477 27.5 16C27.5 16.5523 27.0523 17 26.5 17H5.5C4.94772 17 4.5 16.5523 4.5 16ZM5.5 21.5C4.94772 21.5 4.5 21.9477 4.5 22.5C4.5 23.0523 4.94772 23.5 5.5 23.5H26.5C27.0523 23.5 27.5 23.0523 27.5 22.5C27.5 21.9477 27.0523 21.5 26.5 21.5H5.5Z'/%3E%3C/svg%3E") no-repeat center / 44px 44px;
    font-size: 0;
    color: transparent;
  }

  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu summary::marker {
    content: "";
  }

  .mobile-menu ul {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    margin: 0;
    padding: 12px;
    width: min(280px, calc(100vw - 40px));
    border-radius: 8px;
    background: var(--paper);
    border: 1px solid rgba(178, 112, 91, 0.25);
    box-shadow: 0 8px 24px rgba(178, 112, 91, 0.15);
  }

  .mobile-menu[open] ul {
    display: block;
  }

  .mobile-menu a {
    display: block;
    padding: 8px 6px;
    color: var(--primary-red);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
  }

  .mobile-menu a[aria-current="page"] {
    color: var(--secondary);
  }

  .site-footer {
    --footer-height: 736px;
    --footer-pink-top: 402px;
    --footer-wave-top: 223px;
    --footer-wave-height: 235px;
    --footer-wave-step: 112px;
    height: var(--footer-height);
    padding: 0;
    background: rgb(230, 201, 183);
  }

  .site-footer::before,
  .site-footer::after {
    content: "";
  }

  .site-footer::after {
    background-size: 100% 100%, 100% 100%, var(--footer-wave-step) var(--footer-wave-height);
  }

  .footer-top,
  .footer-bottom {
    position: relative;
    min-height: 0;
    padding: 0;
  }

  .footer-top {
    display: grid;
    grid-template-columns: 160px 184px;
    grid-template-rows: 107px 68px 68px auto;
    column-gap: 8px;
    row-gap: 6px;
    width: min(352px, calc(100vw - 38px));
    min-height: 418px;
    margin: 0 auto;
    padding-top: 39px;
    box-sizing: border-box;
  }

  .footer-mark,
  .footer-company,
  .footer-hours,
  .footer-contact,
  .footer-social,
  .footer-nav,
  .footer-locations,
  .copyright {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    transform: none;
    margin: 0;
  }

  .footer-mark {
    grid-column: 2;
    grid-row: 1 / 4;
    width: 184px;
    height: 339px;
    justify-self: end;
    align-self: start;
    margin-top: 77px;
    opacity: 1;
  }

  .footer-company,
  .footer-hours,
  .footer-contact {
    text-align: left;
  }

  .footer-company {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 289px;
    margin-left: 20px;
    margin-top: 30px;
    padding-top: 0;
    z-index: 2;
  }

  .footer-heading {
    width: 216px;
    margin: 0 0 9px;
  }

  .footer-company .footer-heading + .footer-stack {
    margin-top: 10px;
  }

  .footer-company .footer-stack + .footer-stack {
    margin-top: 5px;
  }

  .footer-contact {
    grid-column: 1;
    grid-row: 3;
    width: 160px;
    margin-left: 20px;
    margin-top: 32px;
  }

  .footer-hours {
    grid-column: 1;
    grid-row: 2;
    width: 160px;
    margin-left: 20px;
    margin-top: 32px;
  }

  .footer-hours .footer-label + .footer-stack,
  .footer-contact .footer-label + .footer-stack {
    margin-top: 3px;
  }

  .footer-hours .footer-stack + .footer-stack,
  .footer-contact .footer-stack + .footer-stack {
    margin-top: 3px;
  }

  .footer-social {
    grid-column: 1 / -1;
    grid-row: 4;
    width: 122px;
    justify-self: center;
    margin-top: 60px;
    text-align: center;
  }

  .footer-heading {
    font-size: 16px;
    line-height: 19px;
    color: rgb(184 112 91);
    text-shadow: 0 0 0.35px rgba(255, 255, 255, 0.72);
  }

  .footer-stack,
  .footer-label,
  .footer-social-label {
    font-size: 12px;
    line-height: 14px;
    color: rgb(248, 245, 240);
    text-shadow: 0 0 0.35px rgba(255, 255, 255, 0.82);
  }

  .footer-social-label {
    margin-bottom: 8px;
  }

  .footer-social-links {
    justify-content: center;
    gap: 12px;
  }

  .footer-social-links svg {
    height: 40px;
    fill: rgb(248, 245, 240);
  }

  .footer-bottom {
    display: grid;
    grid-template-columns: 113px 158px;
    justify-content: start;
    justify-items: start;
    align-content: start;
    column-gap: 50px;
    row-gap: 66px;
    width: 321px;
    min-height: 307px;
    margin: 0 auto;
    padding-top: 0;
    box-sizing: border-box;
  }

  .footer-nav {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 1;
    grid-row: 1;
    gap: 6px;
    width: 113px;
    height: fit-content;
    align-self: start;
    align-content: start;
    justify-items: start;
    justify-content: start;
    margin: 11px 0 0;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
  }

  .footer-nav a:first-child {
    width: auto;
    font-size: 11px;
    grid-column: auto;
  }

  .footer-locations {
    display: grid;
    grid-template-columns: 1fr;
    grid-column: 2;
    grid-row: 1;
    gap: 7px;
    width: 158px;
    height: fit-content;
    align-self: start;
    align-content: start;
    max-width: none;
    margin: 13px 0 0;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
  }

  .footer-locations span,
  .footer-locations a {
    display: block;
  }

  .footer-locations span:first-child {
    display: block;
    width: auto;
    margin-bottom: 0;
    text-align: left;
  }

  .copyright {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 289px;
    margin: 0;
    justify-self: center;
    text-align: center;
    font-size: 11px;
    line-height: 9px;
  }
}

@media (min-width: 1201px) {
  .footer-top {
    width: 1200px;
    margin: 0 auto;
  }

  .footer-bottom {
    left: 50%;
    right: auto;
    width: 1200px;
    transform: translateX(-50%);
  }
}

/* --- Portfolio Image Scaling Fix --- */
/* Gallery thumbnails */
.image_lightbox_inner_wrapper img {
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
  position: static !important;
}

/* Main images in portfolio projects */
.w-object[data-element-type="img"] .ww_image_wrapper img {
  object-fit: contain !important;
  width: 100% !important;
  height: 100% !important;
  position: static !important;
}

/* Ensure centering for fitted images */
.image_lightbox_inner_wrapper,
.w-object[data-element-type="img"] .ww_image_wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Disable hover zoom to prevent clipping */
.ww_lightbox.imageAnimationsEnabled .image_lightbox_inner_wrapper:hover {
  transform: none !important;
}

/* Portfolio Project Rebuilt Layout */
.project-page-rebuilt {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin-top: 287px;
  display: block;
}
@media (max-width: 1199px) {
  .project-page-rebuilt {
    margin-top: 205px;
  }
}
@media (max-width: 767px) {
  .project-page-rebuilt {
    margin-top: 138px;
  }
}

.portfolio-project-container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 40px !important;
  align-items: start !important;
  padding: 40px 20px !important;
  box-sizing: border-box;
}

/* Force static positioning and automatic heights on all inline WebWave blocks */

.portfolio-project-container > div,
.portfolio-project-container > section,
.portfolio-project-container .w-object,
.portfolio-project-container .ww_image_wrapper,
.portfolio-project-container .image_lightbox_outer_wrapper,
.portfolio-project-container .image_lightbox_inner_wrapper,
.portfolio-project-container .image_lightbox_container,
.portfolio-project-container .lightbox_image {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: auto !important;
  transform: none !important;
}

/* Reset image behaviors to flow naturally */
.portfolio-project-container img {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  display: block;
}

.portfolio-project-container > .w-object[data-element-type="lightbox"] {
  grid-column: 1 / -1 !important;
}

.portfolio-project-container > .w-object[data-element-type="lightbox"] > .content,
.portfolio-project-container > .w-object[data-element-type="lightbox"] .ww_lightbox {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

.portfolio-project-container > .w-object[data-element-type="lightbox"] .ww_lightbox {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: start !important;
}

.portfolio-project-container > .w-object[data-element-type="lightbox"] .break {
  display: none !important;
}

.portfolio-project-container > .w-object[data-element-type="lightbox"] .lightbox_wrapper,
.portfolio-project-container > .w-object[data-element-type="lightbox"] .image_lightbox_outer_wrapper,
.portfolio-project-container > .w-object[data-element-type="lightbox"] .image_lightbox_inner_wrapper,
.portfolio-project-container > .w-object[data-element-type="lightbox"] .image_lightbox_container,
.portfolio-project-container > .w-object[data-element-type="lightbox"] .lightbox_image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}

.portfolio-project-container > .w-object[data-element-type="lightbox"] .lightbox_image img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
}

/* Center and re-flow text objects */
.portfolio-project-container .w-object[data-element-type="text"],
.portfolio-project-container .wwTextContent {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  text-align: center;
  grid-column: 1 / -1 !important;
}

/* Ensure body doesn't have WebWave's absolute positioning mess on rebuilt pages */
body:has(.project-page-rebuilt) {
  position: relative;
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

body:has(.project-page-rebuilt) #body {
  position: static;
  height: auto;
  width: auto;
  overflow: visible;
}

body:has(.project-page-rebuilt) .project-page-rebuilt {
  flex: 1;
}

body:has(.project-page-rebuilt) .topbar {
  flex-shrink: 0;
}

body:has(.project-page-rebuilt) .site-footer {
  flex-shrink: 0;
  margin-top: 100px;
}

@media (max-width: 1199px) {
  .portfolio-project-container {
    width: 768px;
    grid-template-columns: 1fr !important;
  }

  .portfolio-project-container > .w-object[data-element-type="lightbox"] .ww_lightbox {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
}

@media (max-width: 767px) {
  .portfolio-project-container {
    width: 320px;
    grid-template-columns: 1fr !important;
  }
}

/* Sygnet mark rotation on button/link hover (FAQ reference). */
.btn-mark,
.cta-mark,
.btn-sparkle {
  display: inline-block;
  transition: transform 0.3s ease;
}

.btn-outline svg {
  transition: transform 0.3s ease;
}

:where(a, button):hover .btn-mark,
:where(a, button):hover .cta-mark,
:where(a, button):hover .btn-sparkle,
:where(a, button):focus-visible .btn-mark,
:where(a, button):focus-visible .cta-mark,
:where(a, button):focus-visible .btn-sparkle {
  transform: rotate(90deg);
}

.btn-outline:hover svg,
a.btn-outline:hover svg {
  transform: rotate(90deg);
}
