.hero { position: relative; min-height: 700px; display: grid; align-items: center; overflow: hidden; color: #fff; background: radial-gradient(1100px 620px at 78% 8%, rgba(184, 150, 90, .16), transparent 62%), radial-gradient(900px 500px at 6% 92%, rgba(184, 150, 90, .07), transparent 60%), #221E18; }
.hero__video { display: none; }
.hero__overlay, .final-cta__overlay { position: absolute; z-index: 1; inset: 0; }
.hero__overlay { display: none; }
.final-cta__overlay { display: none; }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .65fr); align-items: center; gap: 72px; padding: 90px 0; }
.hero__copy { max-width: 690px; }
.hero h1 { font-size: clamp(3rem, 4.9vw, 4.7rem); line-height: 1.05; }
.hero__lead { max-width: 600px; margin: 24px 0 30px; color: #F2EDE3; font-size: 1.15rem; line-height: 1.65; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 10px; }
.hero__proof { gap: 8px 26px; }
.hero__proof span { font-size: .82rem; font-weight: 650; letter-spacing: .02em; color: #F2EDE3; }
.hero__proof span::before { content: "\2713"; margin-right: 8px; color: #E8C88F; font-weight: 800; }
.hero-form { display: grid; gap: 13px; padding: 32px 30px; border-radius: 18px; color: #F5F1E9; background: rgba(26, 22, 17, .52); -webkit-backdrop-filter: blur(9px) saturate(.9); backdrop-filter: blur(9px) saturate(.9); border: 1px solid rgba(232, 200, 143, .26); box-shadow: 0 30px 80px rgba(0, 0, 0, .40); }
.hero-form h2 { color: #fff; }
.hero-form .hero-form__label { color: #E8C88F; }
.hero .hero-form label { color: rgba(255, 255, 255, .88); }
.hero .hero-form input, .hero .hero-form textarea { border-color: rgba(255, 255, 255, .26); color: #fff; background: rgba(255, 255, 255, .09); }
.hero .hero-form input::placeholder, .hero .hero-form textarea::placeholder { color: rgba(255, 255, 255, .48); }
.hero .hero-form input:focus-visible, .hero .hero-form textarea:focus-visible { border-color: #E8C88F; box-shadow: 0 0 0 3px rgba(232, 200, 143, .22); background: rgba(255, 255, 255, .13); }
.hero .hero-form .form-status { color: #F2E7D2; }
.hero-form__label { margin: 0; color: var(--color-primary-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-form h2 { margin: -4px 0 7px; font-size: 2rem; }
.split-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); align-items: center; gap: clamp(42px, 7vw, 100px); }
.split-layout--reverse > :first-child { order: 2; }
.image-frame { overflow: hidden; border-radius: var(--radius-large); box-shadow: var(--shadow); }
.image-frame img { min-height: 450px; object-fit: cover; transition: transform .6s ease; }
.image-frame:hover img { transform: scale(1.04); }
.certifications .image-frame img { width: 100%; height: auto; min-height: 0; aspect-ratio: 1200 / 844; object-fit: contain; background: #fff; }
.section-copy > p:not(.eyebrow) { max-width: 540px; color: var(--color-muted); }
.section-copy .button { margin-top: 10px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: end; gap: 34px; margin-bottom: 44px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 6px; color: var(--color-muted); }
.section-heading--light > p { color: #c7d4da; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { display: flex; height: 100%; overflow: hidden; flex-direction: column; border-radius: var(--radius-medium); background: #fff; box-shadow: 0 8px 24px rgba(91, 71, 38, .08); cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }
.product-card:focus-visible { outline: 3px solid rgba(184, 150, 90, .55); outline-offset: 4px; }
.product-card img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .6s ease; }
.product-card:hover img { transform: scale(1.045); }
.product-card > div { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.product-card__index { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--color-primary-dark); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-card__index::before { content: ""; width: 22px; height: 1px; background: var(--color-primary); }
.product-card h3 { margin-bottom: 9px; font-family: var(--font-family-display); font-size: 1.42rem; font-weight: 600; letter-spacing: -.01em; }
.product-card p:not(.product-card__index) { min-height: 50px; margin-bottom: 18px; color: var(--color-muted); font-size: .88rem; }
.product-card b { display: inline-flex; gap: 8px; align-items: center; margin-top: auto; color: var(--color-primary-dark); font-size: .84rem; font-weight: 850; }
.advantages { background: linear-gradient(180deg, #F8F6F2, #ffffff); }
.advantages-layout { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.42fr); gap: 20px; }
.advantages-intro { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(32px, 4vw, 52px); border-radius: var(--radius-large); color: #fff; background: #2E2A24; }
.advantages-intro .eyebrow { color: #FFF8EB; }
.advantages-intro h2 { margin-bottom: 22px; color: #fff; font-size: clamp(2.1rem, 2.7vw, 2.95rem); }
.advantages-intro > p:not(.eyebrow) { margin-bottom: 30px; color: #FFF8EB; }

.advantages-intro__list { display: grid; gap: 11px; margin: 4px 0 0; padding: 0; list-style: none; }
.advantages-intro__list li { position: relative; padding-left: 20px; color: #EFE6D5; font-size: .92rem; line-height: 1.5; }
.advantages-intro__list li::before { content: ""; position: absolute; top: .62em; left: 0; width: 12px; height: 1px; background: var(--color-primary); }
.advantages-intro .button { margin-top: auto; }
.advantage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.advantage-card { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--radius-medium); background: #fff; box-shadow: 0 10px 28px rgba(91, 71, 38, .09); transition: transform .25s ease, box-shadow .25s ease; }
.advantage-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.advantage-card img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(.92); }
.advantage-card > div { display: flex; flex: 1; flex-direction: column; padding: 20px 20px 22px; }
.advantage-card span { color: var(--color-primary-dark); font-size: .76rem; font-weight: 900; }
.advantage-card h3 { margin: 7px 0 9px; font-size: 1.12rem; }
.advantage-card p { margin: 0; color: var(--color-muted); font-size: .83rem; }
.compliance-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 8px; }
.compliance-list span { padding: 9px 14px; border: 1px solid #E0D2B4; border-radius: 999px; color: var(--color-primary-dark); background: transparent; font-size: .78rem; font-weight: 750; letter-spacing: .02em; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-intro { max-width: 760px; margin: -18px 0 30px; color: var(--color-muted); }
.review-card { display: grid; grid-template-columns: 72px 1fr; gap: 16px; padding: 22px; border-radius: var(--radius-medium); background: #fff; box-shadow: 0 8px 24px rgba(91, 71, 38, .07); }
.review-card img { grid-row: span 2; width: 72px; height: 72px; border-radius: 50%; object-fit: cover; }
.review-card blockquote { margin: 0; color: var(--color-text); font-size: .93rem; font-weight: 650; line-height: 1.55; }
.review-card p { align-self: end; margin: 0; color: var(--color-muted); font-size: .75rem; }
.review-card strong, .review-card span { display: block; }
.review-card strong { color: var(--color-primary-dark); }
.buyer-card { display: block; padding: 0; overflow: hidden; }
.buyer-card img { width: 100%; height: auto; aspect-ratio: 4 / 3; border-radius: 0; object-fit: cover; }
.buyer-card > div { padding: 24px; }
.buyer-card h3 { margin-bottom: 10px; font-family: var(--font-family-display); font-size: 1.4rem; font-weight: 600; }
.buyer-card p { margin: 0; color: var(--color-muted); font-size: .88rem; }
.image-frame--faq { align-self: center; }
.image-frame--faq img { width: 100%; height: auto; min-height: 0; aspect-ratio: 3 / 4; object-fit: cover; }
.faq-content > p:not(.eyebrow) { color: var(--color-muted); }
.faq-list { margin-top: 30px; border-top: 1px solid var(--color-line); }
.faq-list article { border-bottom: 1px solid var(--color-line); }
.faq-list button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border: 0; color: var(--color-text); background: transparent; text-align: left; font-weight: 800; }
.faq-list button span { color: var(--color-primary-dark); font-size: 1.25rem; transition: transform .25s ease; }
.faq-list article.is-open button span { transform: rotate(45deg); }
.faq-list article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-list article > div > p { overflow: hidden; margin: 0; color: var(--color-muted); }
.faq-list article.is-open > div { grid-template-rows: 1fr; }
.faq-list article.is-open > div > p { padding: 0 0 18px; }
.final-cta { position: relative; overflow: hidden; padding: clamp(72px, 8vw, 104px) 0; color: #fff; background: radial-gradient(900px 520px at 82% 12%, rgba(184, 150, 90, .16), transparent 62%), radial-gradient(760px 420px at 4% 88%, rgba(184, 150, 90, .07), transparent 60%), #221E18; }
.final-cta__content { position: relative; z-index: 1; max-width: 580px; text-align: left; }
.final-cta h2 { max-width: 15ch; margin-inline: 0; font-size: clamp(2rem, 2.9vw, 2.75rem); }
.final-cta .button { margin-top: 6px; }
.final-cta__channels { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 8px 18px; margin-top: 24px; font-size: .95rem; }
.final-cta__channel { color: #fff; font-weight: 600; letter-spacing: .01em; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(255,255,255,.42); white-space: nowrap; transition: color .2s ease; }
.final-cta__channel:hover { color: #E8C88F; }
.final-cta__sep { color: rgba(255,255,255,.55); }

.final-cta__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); align-items: center; gap: clamp(38px, 5vw, 76px); }
.final-cta__figure { width: 100%; margin: 0; overflow: hidden; border: 1px solid rgba(232, 200, 143, .22); border-radius: 18px; box-shadow: 0 32px 70px rgba(0, 0, 0, .38); }
.final-cta__figure img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
@media (max-width: 900px) {
  .final-cta__grid { grid-template-columns: 1fr; gap: 30px; }
  .final-cta__figure img { aspect-ratio: 16 / 11; }
}

.final-cta__content p:not(.eyebrow) { max-width: 520px; margin: 0 0 24px; color: #EFE8DA; }
.final-cta__content p a { color: #fff; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1020px) { .hero__inner, .split-layout, .advantages-layout { grid-template-columns: 1fr; } .hero { min-height: auto; } .hero__copy { max-width: 700px; } .product-grid, .advantage-grid { grid-template-columns: repeat(2, 1fr); } .section-heading { grid-template-columns: 1fr; } .split-layout--reverse > :first-child { order: initial; } .image-frame img { min-height: 360px; } .image-frame--faq img { min-height: 0; } .certifications .image-frame img { height: auto; } }
@media (max-width: 640px) { .hero__inner { gap: 42px; padding: 72px 0; } .hero-form { padding: 22px; } .product-grid, .advantage-grid, .review-grid { grid-template-columns: 1fr; } .product-card img { aspect-ratio: 4 / 3; height: auto; } .review-card { grid-template-columns: 62px 1fr; } .review-card img { width: 62px; height: 62px; } .buyer-card img { width: 100%; height: auto; aspect-ratio: 4 / 3; } .final-cta { padding: 74px 0; } }
@media (prefers-reduced-motion: reduce) { .hero__video { display: none; } }

/* Homepage redesign 2026-08-23: stats band */
/* Solid dark band: the figures carry the section, so nothing competes with them. */
.stats-band { position: relative; padding: 0; color: #fff; border-top: 1px solid rgba(255,255,255,.07);
  background: #221E18; }
.stats-band__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-band__grid > div { display: grid; gap: 6px; justify-items: start; padding: 46px 30px; border-left: 1px solid rgba(255,255,255,.14); }
.stats-band__grid > div:first-child { border-left: 0; padding-left: 0; }
.stats-band strong { font-family: var(--font-family-display); font-size: clamp(1.7rem, 2.1vw, 2.15rem); font-weight: 590; line-height: 1; color: #EDD9B4; }
.stats-band span { color: rgba(255,255,255,.72); font-size: .7rem; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }
@media (max-width: 900px) { .stats-band__grid { grid-template-columns: 1fr 1fr; } .stats-band__grid > div { padding: 30px 20px; } .stats-band__grid > div:nth-child(odd) { border-left: 0; padding-left: 0; } .stats-band__grid > div:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.10); } }

/* About: landscape walnut suite with overlapping detail */
@media (min-width: 1021px) { .brand .split-layout { grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr); gap: clamp(46px, 6vw, 92px); } }
.image-stack { position: relative; }
.image-stack .image-frame img { width: 100%; height: auto; min-height: 0; aspect-ratio: 3 / 2; object-fit: cover; }
.image-stack__detail { position: absolute; width: 33%; margin: 0; overflow: hidden; border: 5px solid #fff; border-radius: 14px; background: #fff; box-shadow: 0 22px 55px rgba(41, 35, 28, .30); }
.image-stack__detail img { display: block; width: 100%; height: auto; }
.image-stack__detail figcaption { padding: 8px 10px; color: var(--color-primary-hover); background: #fff; font-size: .64rem; font-weight: 800; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.image-stack__detail--br { right: -26px; bottom: -34px; }
.image-stack__detail--tl { top: -30px; left: -26px; width: 27%; }
@media (max-width: 900px) { .image-stack__detail--br { right: -10px; } .image-stack__detail--tl { left: -10px; } }
@media (max-width: 760px) { .image-stack { margin-top: 26px; margin-bottom: 30px; } .image-stack__detail--br { right: 6px; bottom: -24px; width: 36%; border-width: 4px; } .image-stack__detail--tl { top: -22px; left: 6px; width: 30%; border-width: 4px; } }

/* Annotated product figure (hover callouts) */

/* About board: wider stage so the detail cards can act as magnifiers */
@media (min-width: 1200px) { .brand > .container { width: min(1420px, calc(100% - 230px)); } }
.anno-figure { position: relative; }
.anno-figure .image-frame { position: relative; overflow: hidden; border-radius: var(--radius-large); }
.anno-figure .image-frame img { width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-large); transition: transform .6s cubic-bezier(.22,.8,.3,1), filter .6s ease; }
.anno-figure:hover-noop-old { }
.anno { position: absolute; top: var(--y); left: var(--x); z-index: 2; display: flex; align-items: center; opacity: 0; pointer-events: none; transition: opacity .35s ease var(--d, 0s); }
.anno i { flex: none; width: 9px; height: 9px; border: 2px solid #E8C88F; border-radius: 50%; background: rgba(255,255,255,.95); box-shadow: 0 0 0 3px rgba(184,150,90,.30); }
.anno::before { content: ""; display: block; width: 0; height: 1px; background: #E8C88F; box-shadow: 0 1px 2px rgba(0,0,0,.25); transition: width .45s cubic-bezier(.3,.7,.3,1) var(--d, 0s); }
.anno em { flex: none; padding: 7px 11px; border-radius: 7px; color: #2E2A24; background: rgba(255,255,255,.93); font-size: .68rem; font-style: normal; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; box-shadow: 0 10px 26px rgba(15,12,6,.28); opacity: 0; transform: translateY(4px); transition: opacity .3s ease calc(var(--d, 0s) + .16s), transform .3s ease calc(var(--d, 0s) + .16s); }
.anno--r { transform: translateY(-50%); }
.anno--r i { order: 1; } .anno--r::before { order: 2; } .anno--r em { order: 3; }
.anno--l { transform: translate(-100%, -50%); }
.anno--l em { order: 1; } .anno--l::before { order: 2; } .anno--l i { order: 3; }
.anno-figure:hover .anno { opacity: 1; }
.anno-figure:hover .anno::before { width: var(--len); }
.anno-figure:hover .anno em { opacity: 1; transform: translateY(0); }
@media (hover: none) {
  .anno-figure .image-frame img { filter: brightness(.86); }
  .anno { opacity: 1; }
  .anno::before { width: calc(var(--len) * .5); }
  .anno em { opacity: 1; transform: none; font-size: .58rem; padding: 5px 8px; }
}
@media (max-width: 1100px) { .anno-figure:hover .anno::before { width: calc(var(--len) * .6); } .anno em { font-size: .6rem; } }




/* Certifications: room-by-room record stack (cold-start deck language) */
.ref-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin: 4px 0 26px; padding: 0 0 22px; border-bottom: 1px solid var(--color-line); list-style: none; }
.ref-flow li { display: flex; align-items: center; gap: 14px; color: var(--color-text); font-family: var(--font-family-display); font-size: 1rem; }
.ref-flow li + li::before { content: "\2192"; color: var(--color-primary); font-family: var(--font-family-base); font-size: .95rem; }
.ref-stat { display: flex; align-items: baseline; gap: 16px; margin: 0 0 28px; }
.ref-stat strong { color: var(--color-text); font-family: var(--font-family-display); font-size: 3.4rem; font-weight: 500; line-height: 1; }
.ref-stat span { color: var(--color-muted); font-size: .92rem; line-height: 1.5; }
.ref-stat em { color: #8B8577; font-size: .82rem; font-style: normal; }
.record-stack { position: relative; display: grid; grid-template-columns: 1fr; padding: 0; }
.record-card { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--color-line); border-radius: 12px; background: #fff; box-shadow: 0 20px 46px rgba(41, 35, 28, .16); }
.record-card img { display: block; width: 100%; height: auto; }
.record-card figcaption { position: absolute; bottom: 0; left: 0; padding: 6px 14px; color: #fff; background: var(--color-primary-dark); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.record-card.rec1 { width: 84%; margin: 0 0 0 auto; z-index: 1; }
.record-card.rec1 figcaption { top: 0; bottom: auto; border-radius: 0 0 10px 0; }
.record-card.rec2 { width: 70%; margin: -20% auto 0 0; z-index: 2; }
.record-card.rec3 { width: 74%; margin: -14% 1% 0 auto; z-index: 3; }
@media (max-width: 900px) {
  .record-stack { padding: 0; display: grid; gap: 16px; }
  .record-card.rec1, .record-card.rec2, .record-card.rec3 { position: static; width: 100%; margin: 0; }
}

/* Photo detail callouts */
.pcall { position: absolute; z-index: 3; width: 24%; margin: 0; overflow: hidden; border: 4px solid #fff; border-radius: 12px; background: #fff; box-shadow: 0 18px 46px rgba(15, 12, 6, .30); opacity: 0; transform: scale(.5); pointer-events: none; transition: opacity .38s ease var(--d, 0s), transform .5s cubic-bezier(.2,.9,.3,1.18) var(--d, 0s); }
.pcall img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.pcall figcaption b { position: absolute; top: 7px; left: 7px; z-index: 2; display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: #fff; background: rgba(41, 35, 28, .55); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); font-family: var(--font-family-display); font-size: .56rem; font-weight: 700; letter-spacing: 0; }
.pcall figcaption { display: block; padding: 8px 6px; color: #6F542B; background: #fff; font-size: .66rem; line-height: 1.25; font-weight: 800; letter-spacing: .02em; text-align: center; text-transform: uppercase; }
.anno-figure .pcall figcaption { padding: 7px 5px; font-size: .68rem; letter-spacing: .025em; }
.pcall-l1 { top: -10%; left: -13%; width: 23%; transform-origin: 90% 80%; }
.pcall-l2 { top: 24%; left: -14%; width: 27%; transform-origin: 95% 50%; }
.pcall-l3 { top: 62%; left: -13%; width: 23%; transform-origin: 92% 30%; }
.pcall-l4 { bottom: -14%; left: 16%; width: 27%; transform-origin: 70% 10%; }
.pcall-r1 { top: -12%; right: -9%; width: 27%; transform-origin: 12% 82%; }
.pcall-r2 { top: 30%; right: -8%; width: 23%; transform-origin: 6% 50%; }
.pcall-r3 { top: 66%; right: -8%; width: 23%; transform-origin: 10% 28%; }
/* A1 2026-08-30: under ~1200px the container gutter is only 16px, so the negative
   left offsets above pushed the left-hand callouts past the viewport edge, where
   html/body overflow-x:clip chopped them in half. Keep them inside the figure. */
@media (max-width: 1200px) {
  .pcall-l1 { left: -2%; width: 25%; }
  .pcall-l2 { left: -3%; width: 28%; }
  .pcall-l3 { left: -2%; width: 25%; }
  .pcall-l4 { left: 27%; width: 26%; }
  .pcall-r1 { right: -2%; width: 28%; }
  .pcall-r2 { right: -2%; width: 25%; }
  .pcall-r3 { right: -2%; width: 25%; }
}
.anno-figure .image-frame { overflow: visible; }
.anno-figure .image-frame img { display: block; transition: transform .6s cubic-bezier(.22,.8,.3,1), filter .6s ease; }
.anno-figure.is-live .image-frame img { transform: scale(.84); }
.anno-figure.is-live .pcall { opacity: 1; transform: scale(1); }
.anno { position: absolute; top: var(--y); left: var(--x); z-index: 2; display: flex; align-items: center; opacity: 0; pointer-events: none; transition: opacity .35s ease var(--d, 0s); }
.anno i { flex: none; width: 8px; height: 8px; border: 2px solid #C9A25E; border-radius: 50%; background: #fff; box-shadow: 0 0 0 3px rgba(184,150,90,.22); }
.anno::before { content: ""; display: block; width: 0; height: 1px; background: #C9A25E; transition: width .5s cubic-bezier(.3,.7,.3,1) calc(var(--d, 0s) + .1s); }
.anno--r { transform: translateY(-50%); }
.anno--r i { order: 1; } .anno--r::before { order: 2; }
.anno--l { transform: translate(-100%, -50%); }
.anno--l::before { order: 1; } .anno--l i { order: 2; }
.anno-figure.is-live .anno { opacity: 1; }
.anno-figure.is-live .anno::before { width: var(--len); }
@media (max-width: 760px) { .anno { display: none; } }
@media (max-width: 760px) {
  .anno-figure { display: block; }
  .anno-figure .image-frame img { transform: none !important; }
  .pcall { position: static; display: inline-block; width: 46%; margin: 2%; opacity: 1; transform: none; }
}

/* Gold leader lines drawn from each detail card to its point on the main photo */
.anno-links { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; overflow: visible; pointer-events: none; }
.anno-links path { fill: none; stroke: var(--color-primary); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; transition: stroke-dashoffset .75s cubic-bezier(.3,.7,.3,1) calc(var(--i, 0) * .08s + .12s); }
.anno-links circle { fill: #fff; stroke: var(--color-primary); stroke-width: 1.6; vector-effect: non-scaling-stroke; opacity: 0; transition: opacity .3s ease calc(var(--i, 0) * .08s + .55s); }
.anno-figure.is-live .anno-links circle { opacity: 1; }
@media (max-width: 760px) { .anno-links { display: none; } }

/* Hero art: dark studio bathtub blended into charcoal */
.hero__art { position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; left: 0; width: auto; pointer-events: none; }
.hero__art img, .hero__art video { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; opacity: .9; filter: brightness(.5) saturate(.66) contrast(1.05) sepia(.12); -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.42) 16%, rgba(0,0,0,.78) 38%, #000 58%, #000 86%, rgba(0,0,0,.6) 100%); mask-image: linear-gradient(90deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.42) 16%, rgba(0,0,0,.78) 38%, #000 58%, #000 86%, rgba(0,0,0,.6) 100%); }
.hero__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(34,30,24,.92) 0%, rgba(34,30,24,.72) 26%, rgba(34,30,24,.30) 48%, rgba(34,30,24,0) 68%); }
@media (max-width: 900px) { .hero__art { display: none; } }

