* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fcfaf7;
  color: #211c1a;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
button,
a {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
.announcement {
  padding: 9px 20px;
  background: #211c1a;
  color: #fff;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.05em;
}
.header {
  position: sticky;
  top: 0;
  z-index: 5;
  min-height: 76px;
  padding: 0 clamp(22px, 4vw, 62px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid #ded7d1;
  background: rgba(252, 250, 247, 0.97);
}
.homePage .header {
  border-bottom-color: rgba(125, 92, 73, 0.12);
  background: #f7f3ec;
}
.brand {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.brand span {
  font-weight: 400;
}
.header nav {
  display: flex;
  gap: clamp(18px, 2.4vw, 40px);
  font-size: 13px;
}
.header nav a:hover,
.header nav a:focus {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.bag {
  justify-self: end;
  padding: 9px 0;
  border: 0;
  background: transparent;
  font-size: 13px;
}
.bag b {
  display: inline-grid;
  place-items: center;
  width: 19px;
  height: 19px;
  margin-left: 4px;
  border-radius: 50%;
  background: #211c1a;
  color: #fff;
  font-size: 10px;
}
.hero {
  min-height: min(730px, calc(100vh - 111px));
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) 1.08fr;
  overflow: hidden;
}
.heroCopy {
  padding: clamp(64px, 10vw, 150px) clamp(24px, 7vw, 105px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.eyebrow {
  margin: 0 0 15px;
  color: #7d5c49;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.04em;
}
h1 {
  margin: 0 0 25px;
  font-size: clamp(55px, 6vw, 96px);
}
h1 em {
  color: #c48555;
  font-weight: 600;
}
h2 {
  margin: 0;
  font-size: clamp(37px, 4vw, 58px);
}
.lead {
  max-width: 390px;
  color: #756b66;
  font-size: 16px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
}
.button {
  display: inline-flex;
  min-height: 48px;
  padding: 13px 21px;
  align-items: center;
  justify-content: center;
  border: 1px solid #211c1a;
  font-size: 13px;
  font-weight: 600;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, border-color .16s ease, color .16s ease;
}
.button:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(43, 31, 26, .12); }
.button:active { transform: translateY(1px) scale(.985); box-shadow: none; }
.dark {
  border-color: #211c1a;
  background: #211c1a;
  color: #fff;
}
.dark:hover {
  border-color: #c48555;
  background: #c48555;
}
.underlined {
  padding: 6px 0;
  border: 0;
  border-bottom: 1px solid #211c1a;
  background: transparent;
  font-size: 13px;
  transition: border-color .16s ease, color .16s ease, transform .16s ease;
}
.underlined:hover { border-color: #c48555; color: #9d5d35; transform: translateX(2px); }

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid #c48555;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
.points {
  display: flex;
  gap: 22px;
  margin-top: 56px;
}
.points span {
  max-width: 95px;
  font-size: 11px;
  line-height: 1.35;
}
.points b {
  display: block;
  margin-bottom: 3px;
  color: #c48555;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 500;
}
.heroImage {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  background: #e5d7c9;
}
.heroGlass > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 600px;
  object-fit: cover;
  object-position: 52% 20%;
}
.featuredLabel {
  position: absolute;
  bottom: 25px;
  left: 28px;
  min-width: 190px;
  padding: 13px 16px;
  background: rgba(33, 28, 26, 0.9);
  color: #fff;
}
.featuredLabel small {
  display: block;
  margin-bottom: 3px;
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.featuredLabel strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.1;
}
.pinnedMedia {
  position: absolute;
  top: 28px;
  right: 26px;
  display: grid;
  gap: 10px;
}
.pinnedMedia button {
  position: relative;
  width: 60px;
  height: 74px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  background: #fff;
}
.pinnedMedia button.active {
  border-color: #211c1a;
}
.pinnedMedia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.pinnedMedia span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  background: #211c1a;
  color: #fff;
  font-size: 10px;
}
.trust {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 20px clamp(22px, 6vw, 96px);
  border-bottom: 1px solid #ded7d1;
  background: #f5eee8;
  font-size: 13px;
}
.trust p {
  margin: 0;
}
.trust a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.trust a b {
  color: #c48555;
}
.section {
  padding: clamp(72px, 9vw, 130px) clamp(22px, 6vw, 96px);
}
.sectionHeading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 42px;
}
.sectionHeading > p {
  max-width: 330px;
  margin: 0;
  color: #756b66;
  font-size: 14px;
}
.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.5vw, 24px);
}
.productImage {
  position: relative;
  height: clamp(290px, 30vw, 455px);
  overflow: hidden;
  background: #eee8e2;
}
.productImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.35s ease;
}
.product:hover .productImage img {
  transform: scale(1.035);
}
.productImage span {
  position: absolute;
  top: 11px;
  left: 11px;
  padding: 5px 8px;
  background: #211c1a;
  color: #fff;
  font-size: 10px;
}
.productImage button {
  position: absolute;
  right: 11px;
  bottom: 11px;
  left: 11px;
  padding: 12px;
  border: 0;
  background: rgba(252, 250, 247, 0.96);
  color: #211c1a;
  font-size: 12px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.18s;
}
.product:hover .productImage button,
.productImage button:focus {
  opacity: 1;
}
.productInfo {
  padding-top: 13px;
}
.productInfo h3 {
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.25;
}
.productInfo p {
  display: inline;
  margin: 0;
  color: #756b66;
  font-size: 12px;
}
.productInfo b {
  float: right;
  font-size: 13px;
}
.collection {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  padding: 0 clamp(22px, 6vw, 96px);
  align-items: stretch;
}
.collection > div {
  padding: clamp(55px, 7vw, 100px);
  background: #e8ddd1;
}
.collection h2 {
  max-width: 450px;
}
.collection p:not(.eyebrow) {
  max-width: 340px;
  color: #5e554f;
}
.collection .button {
  margin-top: 12px;
}
.light {
  background: transparent;
}
.light:hover {
  background: #211c1a;
  color: #fff;
}
.collection figure {
  position: relative;
  min-height: 480px;
  margin: 0;
  overflow: hidden;
}
.collection figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}
.collection figcaption {
  position: absolute;
  right: 25px;
  bottom: 20px;
  padding: 7px 10px;
  background: #211c1a;
  color: #fff;
  font-size: 12px;
}
.proof {
  background: #fff;
}
.proofIntro {
  max-width: 570px;
  margin-bottom: 44px;
}
.proofGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #ded7d1;
}
.proofGrid article {
  min-height: 190px;
  padding: 25px 25px 15px 0;
  border-bottom: 1px solid #ded7d1;
}
.proofGrid article + article {
  padding-left: 25px;
  border-left: 1px solid #ded7d1;
}
.proofGrid span {
  color: #c48555;
  font-family: "Playfair Display", serif;
  font-size: 20px;
}
.proofGrid h3 {
  margin: 24px 0 8px;
  font-size: 16px;
}
.proofGrid p {
  max-width: 285px;
  margin: 0;
  color: #756b66;
  font-size: 13px;
}
.wholesale {
  display: grid;
  grid-template-columns: 1fr 0.58fr;
  gap: 50px;
  padding: clamp(60px, 8vw, 110px) clamp(22px, 6vw, 96px);
  background: #7d5c49;
  color: #fff;
}
.wholesale .eyebrow {
  color: #f4d3b9;
}
.wholesale h2 {
  color: #fff;
}
.wholesale > div:last-child {
  align-self: end;
}
.wholesale > div:last-child p {
  max-width: 380px;
}
.white {
  border-color: #fff;
  background: #fff;
  color: #211c1a;
}
.white:hover {
  border-color: #211c1a;
  background: #211c1a;
  color: #fff;
}
.wholesale small {
  display: block;
  margin-top: 13px;
  color: #f1ded0;
  font-size: 11px;
}
.guide h2 {
  max-width: 500px;
  margin-bottom: 35px;
}
.faqs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.faqs details {
  border-top: 1px solid #211c1a;
}
.faqs summary {
  position: relative;
  padding: 15px 28px 15px 0;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.faqs summary::after {
  content: "+";
  position: absolute;
  right: 5px;
  font-size: 22px;
  font-weight: 400;
}
.faqs details[open] summary::after {
  content: "–";
}
.faqs p {
  margin: 0 0 15px;
  color: #756b66;
  font-size: 13px;
}
footer {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 35px;
  align-items: center;
  padding: 35px clamp(22px, 6vw, 96px);
  background: #211c1a;
  color: #d8cec7;
  font-size: 12px;
}
footer .brand {
  color: #fff;
}
footer p {
  margin: 0;
}
footer > a:last-child {
  justify-self: end;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.notice {
  position: fixed;
  bottom: 24px;
  left: 50%;
  z-index: 10;
  display: flex;
  gap: 15px;
  align-items: center;
  max-width: min(90vw, 540px);
  padding: 13px 16px;
  background: #211c1a;
  color: #fff;
  transform: translateX(-50%);
  font-size: 13px;
}
.notice button,
.close {
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
  font-size: 12px;
}
.modalBackdrop {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(33, 28, 26, 0.53);
}
.modal {
  width: min(440px, 100%);
  padding: 32px;
  background: #fcfaf7;
  box-shadow: 0 18px 55px rgba(33, 28, 26, 0.25);
}
.modal .close {
  float: right;
  color: #211c1a;
}
.modal h2 {
  margin-bottom: 13px;
  font-size: 38px;
}
.modal > p:not(.eyebrow) {
  color: #756b66;
}
@media (max-width: 780px) {
  .header {
    min-height: 64px;
    grid-template-columns: 1fr auto;
  }
  .header nav {
    display: none;
  }
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }
  .heroCopy {
    padding: 64px 24px 48px;
  }
  .heroImage,
  .heroGlass,
  .heroGlass > img {
    min-height: 520px;
  }
  .points {
    margin-top: 40px;
  }
  .trust,
  .sectionHeading {
    flex-direction: column;
    align-items: flex-start;
  }
  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .productImage {
    height: 290px;
  }
  .productImage button {
    opacity: 1;
  }
  .collection,
  .wholesale {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .collection figure {
    min-height: 400px;
  }
  .proofGrid,
  .faqs {
    grid-template-columns: 1fr;
  }
  .proofGrid article + .proofGrid article {
    padding-left: 0;
    border-left: 0;
  }
  .proofGrid article {
    min-height: 0;
    padding: 21px 0;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  footer > a:last-child {
    justify-self: start;
  }
}
@media (max-width: 430px) {
  h1 {
    font-size: 58px;
  }
  .actions {
    flex-wrap: wrap;
    gap: 17px;
  }
  .points {
    gap: 14px;
  }
  .productInfo b {
    float: none;
    display: block;
    margin-top: 3px;
  }
  .productImage {
    height: 250px;
  }
  .pinnedMedia {
    top: 14px;
    right: 14px;
  }
  .pinnedMedia button {
    width: 50px;
    height: 62px;
  }
}
/* Compact, above-the-fold desktop hero: show the complete selected wig rather than cropping it. */
.announcement {
  padding: 8px 20px;
  background: #ead6c5;
  color: #523b2e;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.07em;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.brand:not(.brandWithMark)::before {
  content: "";
  display: block;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fcfaf7 url("/brand/dyh-hair-mark.avif") center/cover no-repeat;
}
.brand > img {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fcfaf7;
}
.brand > strong {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.brand > strong > i {
  font-style: normal;
  font-weight: 400;
}

@media (min-width: 781px) {
  .hero {
    height: clamp(480px, calc(100svh - 166px), 540px);
    min-height: 480px;
    grid-template-columns: minmax(400px, 0.96fr) 1.04fr;
  }
  .heroCopy {
    padding: clamp(30px, 4vw, 50px) clamp(28px, 4.5vw, 62px);
  }
  .hero h1 {
    margin-bottom: 14px;
    font-size: clamp(48px, 4.7vw, 70px);
  }
  .hero .lead {
    max-width: 385px;
    margin: 0;
    font-size: 15px;
  }
  .hero .actions {
    margin-top: 15px;
  }
  .hero .points {
    margin-top: 24px;
  }
  .heroImage {
    min-height: 0;
  }
  .heroGlass > img {
    min-height: 0;
    object-fit: cover;
    object-position: center 31%;
  }
}

/* A single clean choice rail keeps the original three-style interaction without stacked overlay cards. */
.heroChoices {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.heroChoices button {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(26, 22, 20, 0.72);
  color: #fff;
  text-align: left;
  backdrop-filter: blur(5px);
}
.heroChoices button.active {
  border-color: #fff;
  background: rgba(26, 22, 20, 0.9);
}
.heroChoices img {
  width: 38px;
  height: 45px;
  object-fit: cover;
  object-position: top;
}
.heroChoices span {
  display: grid;
  gap: 2px;
  min-width: 0;
  font-size: 9px;
  line-height: 1.15;
}
.heroChoices b {
  color: #e9b88f;
  font-size: 9px;
  letter-spacing: 0.08em;
}
.heroChoices span:not(b) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.heroChoices span {
  overflow: hidden;
}
.heroChoices span::first-line {
  white-space: nowrap;
}
@media (max-width: 780px) {
  .heroChoices {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
  .heroChoices button {
    grid-template-columns: 1fr;
    padding: 4px;
  }
  .heroChoices img {
    width: 100%;
    height: 54px;
  }
  .heroChoices span {
    display: none;
  }
  .heroGlass > img {
    object-fit: cover;
    object-position: center 25%;
  }
}

.proofVideoRequest {
  margin-top: 18px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #211c1a;
  background: transparent;
  color: #211c1a;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}
.proofVideoRequest:hover {
  color: #c48555;
  border-color: #c48555;
}

/* Indexable policy pages share the storefront visual language without hiding
   the operational details that buyers and Google need to read. */
.policyPage {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(70px, 10vw, 140px) clamp(22px, 6vw, 96px);
}
.policyPage h1 {
  max-width: 660px;
}
.policyLead {
  max-width: 650px;
  margin: 0 0 42px;
  color: #5e554f;
  font-size: 17px;
}
.policyGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #ded7d1;
}
.policyGrid article {
  min-height: 200px;
  padding: 28px;
  border-bottom: 1px solid #ded7d1;
}
.policyGrid article:nth-child(even) {
  border-left: 1px solid #ded7d1;
}
.policyGrid h2 {
  font-size: 25px;
}
.policyGrid p,
.policyNote {
  color: #5e554f;
}
.policyNote {
  max-width: 720px;
  margin-top: 36px;
}
@media (max-width: 650px) {
  .policyGrid {
    grid-template-columns: 1fr;
  }
  .policyGrid article:nth-child(even) {
    border-left: 0;
  }
  .policyPage h1 {
    font-size: 52px;
  }
}

/* FAQ cap-construction photo proof */
.capProof {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: 12px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid #ded7d1;
}
.capProofIntro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 22px 12px 0;
}
.capProofIntro .eyebrow {
  margin-bottom: 10px;
}
.capProofIntro h3 {
  margin: 0 0 13px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.04;
}
.capProofIntro > p:last-child {
  margin: 0;
  color: #756b66;
  font-size: 12px;
  line-height: 1.55;
}
.capProof figure {
  position: relative;
  min-height: 330px;
  margin: 0;
  overflow: hidden;
  background: #e8e1da;
}
.capProof img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.capProof figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 13px 14px;
  background: linear-gradient(transparent, rgba(33, 28, 26, 0.92));
  color: #fff;
}
.capProof figcaption span,
.capProof figcaption strong,
.capProof figcaption small {
  display: block;
}
.capProof figcaption span {
  margin-bottom: 4px;
  color: #f0c59f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.capProof figcaption strong {
  font-size: 12px;
  line-height: 1.25;
}
.capProof figcaption small {
  margin-top: 5px;
  color: #ddd3cd;
  font-size: 9px;
}
@media (max-width: 780px) {
  .capProof {
    grid-template-columns: 1fr;
  }
  .capProofIntro {
    padding: 0 0 10px;
  }
  .capProof figure {
    min-height: 370px;
  }
}

/* Full-canvas master hero: the image itself contains the copy space and the
   product portrait, so the first screen no longer reads as two stitched panels. */
@media (min-width: 781px) {
  .hero {
    position: relative;
    display: block;
    /* Keep the announcement, header and the entire first shopping decision
       (image, CTA and three pinned styles) inside the initial viewport. */
    height: calc(100svh - 106px);
    min-height: 560px;
    background: #f7f3ec;
  }
  .heroImage {
    position: absolute;
    inset: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: visible;
    padding: 22px clamp(24px, 5vw, 82px) 22px 51%;
    background: #f7f3ec;
  }
  .heroGlass {
    position: relative;
    width: min(100%, 530px);
    aspect-ratio: 1;
    min-height: 0;
    isolation: isolate;
    background: #fff;
    border: 1px solid rgba(105, 78, 61, 0.16);
    border-radius: 30px 9px 30px 9px;
    background: #fff;
    box-shadow:
      0 26px 45px rgba(51, 36, 29, 0.2),
      14px 16px 0 rgba(211, 184, 160, 0.36);
    transform: perspective(1200px) rotateY(-3.5deg) rotateX(1deg) translateZ(16px);
    transform-origin: right center;
  }
  .heroGlass::before,
  .heroGlass::after {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    content: "";
  }
  .heroGlass::before {
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: inherit;
    background: linear-gradient(
      125deg,
      rgba(255, 255, 255, 0.42) 0%,
      rgba(255, 255, 255, 0.08) 21%,
      transparent 42%,
      rgba(255, 255, 255, 0.14) 100%
    );
  }
  .heroGlass::after {
    top: 4%;
    right: 5%;
    width: 34%;
    height: 17%;
    border-radius: 50%;
    background: radial-gradient(
      ellipse,
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0) 70%
    );
    filter: blur(3px);
  }
  .heroGlass > img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    border-radius: inherit;
    background: #fff;
  }
  .heroCopy {
    position: relative;
    z-index: 1;
    width: min(51%, 690px);
    height: 100%;
    padding: clamp(44px, 6vw, 86px) clamp(28px, 5.7vw, 96px);
    justify-content: center;
  }
  .hero .lead {
    max-width: 400px;
  }
  .hero .points {
    margin-top: 22px;
  }
  .heroChoices {
    z-index: 2;
    right: auto;
    bottom: 26px;
    left: clamp(28px, 5.7vw, 96px);
    width: min(530px, 45vw);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .heroChoices button {
    grid-template-columns: 34px 1fr;
    gap: 7px;
    padding: 6px;
    border: 1px solid #d4c7bc;
    background: rgba(252, 250, 247, 0.9);
    color: #211c1a;
    backdrop-filter: blur(7px);
  }
  .heroChoices button.active {
    border-color: #7d5c49;
    background: #fff;
  }
  .heroChoices img {
    width: 34px;
    height: 38px;
    object-position: top;
  }
  .heroChoices span {
    font-size: 9px;
    line-height: 1.16;
  }
  .heroChoices b {
    color: #a96d48;
  }
}
@media (max-width: 780px) {
  .hero {
    display: flex;
    flex-direction: column;
    background: #f7f3ec;
  }
  .heroCopy {
    order: 1;
    padding: 52px 24px 28px;
  }
  .heroImage {
    order: 2;
    min-height: 0;
    height: min(78vw, 450px);
    display: block;
    overflow: hidden;
    padding: 0;
    background: #f7f3ec;
  }
  .heroGlass {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }
  .heroGlass::before,
  .heroGlass::after {
    display: none;
  }
  .heroGlass > img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    object-position: center;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: none;
  }
  .heroChoices {
    z-index: 2;
    right: 12px;
    bottom: 12px;
    left: 12px;
  }
  .heroChoices button {
    border-color: #d4c7bc;
    background: rgba(252, 250, 247, 0.92);
    color: #211c1a;
  }
  .heroChoices button.active {
    border-color: #7d5c49;
    background: #fff;
  }
}
