﻿:root {
  --primary: #e30613;
  --primary-dark: #b9040e;
  --black: #111111;
  --white: #ffffff;
  --surface-light: #f4f4f1;
  --surface-warm: #ebeae5;
  --surface-dark: #111111;
  --text: #1d1d1f;
  --muted: #747471;
  --hairline: rgba(17, 17, 17, .17);
  --max-width: 1440px;
  --radius-small: 8px;
  --radius-large: 18px;
  --radius-pill: 9999px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 24px;
  --space-lg: 48px;
  --space-xl: 80px;
  --duration-fast: 180ms;
  --duration-normal: 300ms;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--text); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif; font-size: 17px; font-weight: 600; line-height: 1.47; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 700; line-height: .94; letter-spacing: -.065em; text-transform: uppercase; }
h1 { font-size: clamp(3.45rem, 8.1vw, 8.5rem); }
h2 { font-size: clamp(3rem, 6vw, 7rem); }
h3 { font-size: 14px; line-height: 1.1; letter-spacing: .02em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 36px; height: 72px; padding: 0 5vw; border-bottom: 1px solid var(--hairline); background: rgba(255, 255, 255, .92); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 9px; font-size: 18px; font-weight: 700; letter-spacing: -.07em; }
.site-menu { display: flex; gap: clamp(18px, 3vw, 46px); margin: auto; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.site-menu a, .text-link, .button { transition: opacity var(--duration-fast), transform var(--duration-fast), background var(--duration-fast), color var(--duration-fast); }
.site-menu a:hover, .text-link:hover { opacity: .55; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 48px; padding: 13px 21px; border: 1px solid var(--black); background: var(--black); color: var(--white); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.button:hover { border-color: var(--primary); background: var(--primary); }
.button:active, .text-link:active { transform: scale(.95); }
.button-small { min-height: 42px; padding: 10px 17px; }
.header-cta { border-color: var(--primary); background: var(--primary); white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--black); }
.button:focus-visible, .text-link:focus-visible, .site-menu a:focus-visible, .brand:focus-visible, .menu-toggle:focus-visible { outline: 2px solid var(--primary); outline-offset: 4px; }

.section-grid { display: grid; grid-template-columns: repeat(12, 1fr); max-width: var(--max-width); margin: auto; padding-right: 5vw; padding-left: 5vw; }
.hero { position: relative; min-height: calc(100vh - 72px); align-items: center; padding-top: clamp(70px, 8vw, 130px); padding-bottom: clamp(70px, 10vw, 150px); background: var(--surface-light); }
.hero::before { position: absolute; top: 0; bottom: 0; left: 5vw; width: 1px; background: var(--hairline); content: ""; }
.hero-copy { grid-column: 1 / span 7; position: relative; z-index: 2; padding-left: 2.5vw; }
.eyebrow { margin-bottom: 30px; color: var(--text); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow span { margin-right: 20px; color: var(--primary); }
.hero h1 em { color: var(--primary); font-style: normal; }
.hero-lede { margin-top: 34px; font-size: clamp(1.15rem, 2vw, 1.6rem); line-height: 1.22; letter-spacing: -.035em; }
.button-row { display: flex; align-items: center; gap: 32px; margin-top: 40px; }
.text-link { display: inline-flex; gap: 15px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-product { grid-column: 8 / -1; position: relative; min-height: 590px; display: grid; place-items: center; }
.red-block { position: absolute; top: 8%; right: -5vw; width: 64%; height: 84%; background: var(--primary); }
.hero-product::after { position: absolute; right: 0; bottom: 9%; width: 54%; height: 1px; background: var(--black); content: ""; }
.wave-field { position: absolute; top: 50%; left: 50%; z-index: 1; width: 470px; height: 470px; transform: translate(-50%, -50%) rotate(-8deg); pointer-events: none; }
.wave-field i { position: absolute; inset: 0; border: 3px solid var(--primary); border-radius: 50%; opacity: 0; transform: scale(.18); animation: release-wave 3.4s ease-out infinite; }
.wave-field i:nth-child(2) { animation-delay: .55s; } .wave-field i:nth-child(3) { animation-delay: 1.1s; } .wave-field i:nth-child(4) { animation-delay: 1.65s; } .wave-field i:nth-child(5) { animation-delay: 2.2s; }
.product-card { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; width: min(84%, 390px); aspect-ratio: 1.58; padding: 26px; background: #fff; box-shadow: 19px 28px 37px rgba(0, 0, 0, .19); transform: rotate(8deg); transform-style: preserve-3d; transition: transform 400ms cubic-bezier(.2, .8, .2, 1); }
.product-card::before { position: absolute; inset: 12px; border: 1px solid rgba(17, 17, 17, .14); content: ""; pointer-events: none; }
.product-label { position: absolute; z-index: 2; color: var(--text); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; writing-mode: vertical-rl; }
.label-one { top: 21%; left: 4%; } .label-two { right: -2%; bottom: 17%; color: #fff; }

.feature-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--max-width); margin: auto; border-bottom: 1px solid var(--hairline); }
.dark-band { max-width: none; background: var(--black); color: var(--white); }
.feature { display: grid; grid-template-columns: auto auto 1fr; gap: 17px; min-height: 172px; padding: 32px 28px; border-right: 1px solid var(--hairline); }
.feature:first-child { padding-left: 5vw; } .feature:last-child { border: 0; }
.feature-number { color: var(--primary); font-size: 10px; font-weight: 700; }
.feature h3 { margin: 1px 0 13px; }
.feature p { max-width: 155px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.value-section { align-items: end; padding-top: clamp(110px, 15vw, 210px); padding-bottom: clamp(110px, 15vw, 210px); }
.value-section > div:first-child { grid-column: 1 / span 7; } .value-copy { grid-column: 9 / -1; }
.lead { margin-bottom: 28px; font-size: clamp(1.5rem, 2.6vw, 2.5rem); line-height: 1.08; letter-spacing: -.045em; }
.value-copy > p:not(.lead) { max-width: 360px; margin-bottom: 34px; color: var(--muted); font-size: 15px; }
.value-section.dark-section .eyebrow, .value-section.dark-section .value-copy > p:not(.lead) { color: #b5b5b5; }
.value-section.dark-section h2 span { color: var(--primary); }
.dark-section .eyebrow { color: #b5b5b5; }

.dark-section { background: var(--black); color: var(--white); }
.steps-section { padding: clamp(100px, 13vw, 180px) 5vw; }
.section-intro, .steps-grid { max-width: var(--max-width); margin: auto; }
.section-intro { display: grid; grid-template-columns: repeat(12, 1fr); }
.section-intro .eyebrow { grid-column: 1 / span 3; color: #aaa; } .section-intro h2 { grid-column: 4 / span 8; }
.section-intro h2 span, .final-cta h2 span { color: var(--primary); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(90px, 12vw, 165px); }
.step { min-height: 220px; padding: 0 28px; border-left: 1px solid #414141; }
.step:first-child { padding-left: 0; border-left: 0; }
.step > span { color: var(--primary); font-size: 11px; font-weight: 700; }
.step h3 { margin: 38px 0 17px; font-size: 30px; }
.step p { max-width: 190px; color: #a4a4a4; font-size: 14px; }
.showcase { align-items: center; padding-top: clamp(105px, 14vw, 200px); padding-bottom: clamp(105px, 14vw, 200px); background: var(--surface-warm); }
.showcase-copy { grid-column: 1 / span 6; } .showcase-copy > p:not(.eyebrow) { max-width: 340px; margin: 30px 0 36px; color: var(--muted); font-size: 18px; }
.showcase-product { grid-column: 8 / -1; text-align: center; } .product-card-large { width: min(90%, 500px); margin: auto; transform: rotate(-6deg); }
.profile-list { grid-column: 8 / -1; } .profile-list > div { display: grid; grid-template-columns: 40px 1fr 20px; align-items: center; min-height: 66px; border-top: 1px solid var(--hairline); font-size: 14px; }
.profile-list > div:last-child { border-bottom: 1px solid var(--hairline); } .profile-list span { color: var(--primary); font-size: 10px; font-weight: 700; } .profile-list b { font-size: 20px; font-weight: 400; }
.dark-band .eyebrow { color: #b4b4b4; } .dark-band .profile-list > div { border-color: #3d3d3d; } .dark-band .profile-list strong { color: var(--white); }
.final-cta { padding: clamp(110px, 15vw, 215px) 5vw; text-align: center; } .final-cta .eyebrow { color: #aaa; }
.final-cta h2 { margin-bottom: 32px; font-size: clamp(3.6rem, 8.8vw, 9.2rem); } .final-cta > p:not(.eyebrow) { margin-bottom: 36px; color: #aaa; }
.button-red { border-color: var(--primary); background: var(--primary); }
.site-footer { padding: 34px 5vw 18px; background: var(--surface-light); }
.footer-top, .footer-bottom { max-width: var(--max-width); margin: auto; }
.footer-top { display: flex; align-items: start; justify-content: space-between; padding-bottom: 34px; }
.footer-top p, .footer-bottom { color: var(--muted); font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 21px; border-top: 1px solid var(--hairline); }
.footer-bottom div { display: flex; gap: 26px; }
.site-footer .footer-top { align-items: center; padding-bottom: 22px; }
.site-footer .footer-top p { margin: 0; }

.faq-section { padding: clamp(78px, 10vw, 140px) 5vw; }
.faq-layout { display: grid; grid-template-columns: repeat(12, 1fr); gap: 8.33%; max-width: var(--max-width); margin: auto; }
.faq-layout > div:first-child { grid-column: 1 / span 4; }
.faq-layout h2 { font-size: clamp(3.5rem, 6vw, 7rem); }
.faq-layout h2 span { color: var(--primary); }
.faq-intro { max-width: 260px; margin-top: 32px; color: #aaa; font-size: 14px; }
.faq-list { grid-column: 6 / -1; width: 100%; }
.faq-item { border-top: 1px solid #3d3d3d; }
.faq-item:last-child { border-bottom: 1px solid #3d3d3d; }
.faq-item button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 68px; padding: 0; border: 0; background: transparent; color: #fff; cursor: pointer; font-size: 14px; font-weight: 700; text-align: left; }
.faq-item button b { color: var(--primary); font-size: 24px; font-weight: 400; transition: transform var(--duration-fast); }
.faq-item p { max-width: 560px; max-height: 0; overflow: hidden; color: #aaa; font-size: 14px; line-height: 1.5; opacity: 0; transition: max-height var(--duration-normal), padding var(--duration-normal), opacity var(--duration-normal); }
.faq-item.is-open p { max-height: 120px; padding-bottom: 22px; opacity: 1; }
.faq-item.is-open button b { transform: rotate(45deg); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2, .8, .2, 1); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes release-wave { 0% { opacity: 0; transform: scale(.18) rotate(-35deg); } 18% { opacity: .8; } 100% { opacity: 0; transform: scale(1.15) rotate(-35deg); } }

@media (max-width: 833px) {
  .site-header { height: 64px; gap: 10px; } .menu-toggle { display: block; order: 3; } .header-cta { margin-left: auto; }
  .site-menu { position: absolute; top: 64px; right: 0; left: 0; display: grid; gap: 0; padding: 8px 5vw; border-bottom: 1px solid var(--hairline); background: #fff; opacity: 0; pointer-events: none; transform: translateY(-14px); transition: opacity var(--duration-normal), transform var(--duration-normal); }
  .site-menu.is-open { opacity: 1; pointer-events: auto; transform: none; } .site-menu a { padding: 17px 0; border-bottom: 1px solid #eee; }
  .hero { min-height: 0; } .hero-copy, .hero-product { grid-column: 1 / -1; } .hero-copy { padding-left: 0; } .hero-product { min-height: 490px; margin-top: 40px; }
  .feature-strip { grid-template-columns: repeat(2, 1fr); } .feature:first-child { padding-left: 28px; } .feature:nth-child(2) { border-right: 0; } .feature:nth-child(-n+2) { border-bottom: 1px solid var(--hairline); }
  .value-section > div:first-child, .value-copy, .showcase-copy, .showcase-product { grid-column: 1 / -1; }
  .value-copy { margin-top: 48px; } .section-intro { display: block; } .section-intro h2 { max-width: 700px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); row-gap: 60px; } .step:nth-child(3) { padding-left: 0; border-left: 0; }
  .showcase-product { margin-top: 85px; }
  .faq-layout > div:first-child, .faq-list { grid-column: 1 / -1; }
  .faq-list { margin-top: 54px; }
}

@media (max-width: 520px) {
  h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); } h2 { font-size: clamp(2.5rem, 12vw, 4.2rem); }
  .header-cta { padding: 9px 12px; font-size: 10px; } .hero { padding-top: 65px; } .hero-product { min-height: 370px; }
  .product-card { width: 88%; padding: 20px; } .product-card-large { width: 94%; } .red-block { top: 10%; height: 78%; }
  .feature { grid-template-columns: 20px 20px 1fr; gap: 8px; padding: 25px 14px; } .feature:first-child { padding-left: 14px; } .feature h3 { font-size: 11px; } .feature p { font-size: 12px; }
  .steps-grid { grid-template-columns: 1fr; } .step, .step:nth-child(3) { min-height: 175px; padding: 26px 0 0; border-top: 1px solid #414141; border-left: 0; } .step:first-child { border-top: 0; padding-top: 0; }
  .button-row { flex-wrap: wrap; gap: 20px; }
  .stat { grid-column: span 2; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--hairline); } .stat:nth-child(odd) { padding-left: 12px; border-right: 1px solid var(--hairline); } .stat:first-child { padding-left: 0; }
  .footer-top, .footer-bottom { display: block; } .footer-top { padding-bottom: 52px; } .footer-top p { margin-top: 30px; } .footer-bottom div { flex-wrap: wrap; gap: 15px; margin-top: 18px; }
  .site-footer .footer-top p { margin-top: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .product-card, .site-menu { transition: none; } .wave-field i { animation: none; opacity: .25; transform: scale(.9); }
}

@media (prefers-reduced-transparency: reduce) { .site-header { background: var(--white); backdrop-filter: none; } }

/* Compact, fast-reading rhythm */
.hero { min-height: auto; padding-top: clamp(54px, 7vw, 96px); padding-bottom: clamp(54px, 7vw, 96px); }
.hero-product { min-height: 560px; }
.value-section { padding-top: clamp(72px, 9vw, 125px); padding-bottom: clamp(72px, 9vw, 125px); }
.steps-section { padding-top: clamp(76px, 9vw, 125px); padding-bottom: clamp(76px, 9vw, 125px); }
.steps-grid { margin-top: clamp(64px, 8vw, 105px); }
.showcase { padding-top: clamp(76px, 9vw, 125px); padding-bottom: clamp(76px, 9vw, 125px); background: var(--white); }
.showcase-product .product-card-large { box-shadow: none; mix-blend-mode: multiply; }
.final-cta { padding-top: clamp(78px, 10vw, 140px); padding-bottom: clamp(78px, 10vw, 140px); }
.site-footer { padding-top: 30px; padding-bottom: 18px; }
.footer-top { padding-bottom: 30px; }
.reveal:nth-child(2) { transition-delay: 70ms; }
.reveal:nth-child(3) { transition-delay: 140ms; }
.reveal:nth-child(4) { transition-delay: 210ms; }

@media (max-width: 833px) {
  .hero { padding-top: 54px; padding-bottom: 54px; }
  .hero-product { min-height: 500px; }
  .value-section, .steps-section, .showcase { padding-top: 72px; padding-bottom: 72px; }
  .final-cta { padding-top: 82px; padding-bottom: 82px; }
}

@media (max-width: 520px) {
  .hero { padding-top: 48px; padding-bottom: 48px; }
  .hero-product { min-height: 455px; }
  .value-section, .steps-section, .showcase { padding-top: 58px; padding-bottom: 58px; }
  .final-cta { padding-top: 68px; padding-bottom: 68px; }
  .site-footer { padding-top: 24px; }
  .footer-top { padding-bottom: 24px; }
}

/* Brand assets */
.brand img { display: block; width: 136px; height: auto; max-height: 32px; object-fit: contain; object-position: left center; }
.site-header .brand img { width: 164px; max-height: 38px; }
.site-footer .brand img { width: 126px; max-height: 26px; }
.product-card { width: min(72%, 330px); aspect-ratio: 3 / 4; padding: 0; overflow: hidden; border-radius: var(--radius-large); }
.product-card::before { display: none; }
.product-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.product-card-large { width: min(70%, 430px); aspect-ratio: 3 / 4; border-radius: var(--radius-large); }
.hero-product { min-height: 650px; }
.hero-product .product-card { z-index: 2; width: min(68%, 310px); aspect-ratio: 2 / 3; border-radius: var(--radius-large); }
.red-block { width: 56%; height: 78%; }
.product-label { letter-spacing: .14em; }

@media (max-width: 833px) {
  .hero-product { min-height: 540px; }
  .product-card { width: min(66%, 320px); }
  .product-card-large { width: min(66%, 390px); }
  .hero-product .product-card { width: min(64%, 300px); }
}

@media (max-width: 520px) {
  .brand img { width: 116px; }
  .site-footer .brand img { width: 126px; }
  .hero-product { min-height: 490px; }
  .product-card, .product-card-large { width: min(72%, 285px); }
  .hero-product .product-card { width: min(70%, 275px); }
}

/* Final visual system: cream and black rhythm */
.site-header { border: 1px solid rgba(255,255,255,.5); border-radius: 0 0 var(--radius-small) var(--radius-small); background: rgba(255,255,255,.72); box-shadow: 0 8px 28px rgba(17,17,17,.07); backdrop-filter: blur(18px) saturate(150%); }
.site-header .brand img { width: 210px; max-height: 46px; }
.feature-strip.dark-band { max-width: var(--max-width); margin: auto; border-top: 1px solid #333; border-bottom: 1px solid #333; background: var(--black); color: var(--white); }
.feature-strip.dark-band .feature { min-height: 142px; align-items: center; justify-items: center; grid-template-columns: 1fr; gap: 9px; padding: 24px 22px; border-color: #3a3a3a; text-align: center; }
.feature-strip.dark-band .feature:first-child { padding-left: 22px; }
.feature-strip.dark-band .feature-number { order: 0; }
.feature-strip.dark-band .feature > div { order: 2; }
.feature-strip.dark-band .feature h3 { margin: 0 0 7px; }
.feature-strip.dark-band .feature p { max-width: 190px; margin: auto; color: #a9a9a9; }
.value-section { background: var(--surface-light); }
.value-section h2 em, .final-cta h2 em { color: var(--primary); font-style: normal; }
.showcase h2 em { color: var(--primary); font-style: normal; }
.value-section .eyebrow span, .showcase .eyebrow span { color: var(--primary); }
.showcase { background: var(--surface-light); }
.showcase .button { border-color: var(--primary); background: var(--primary); }
.showcase-product .product-card-large { width: min(94%, 560px); aspect-ratio: 3 / 4; box-shadow: none; mix-blend-mode: multiply; }
.showcase-product .product-card-large { height: auto; aspect-ratio: auto; overflow: visible; background: transparent; }
.showcase-product .product-card-large img { width: 100%; height: auto; object-fit: contain; }
.faq-section { min-height: 760px; background: var(--black); }
.final-cta { background: var(--surface-light); color: var(--text); }
.final-cta { text-align: left; }
.final-cta .eyebrow { color: var(--text); }
.final-cta > p:not(.eyebrow) { color: var(--muted); }
.final-cta h2 em { color: var(--primary); }
.feature-strip, .steps-section, .showcase, .faq-section, .final-cta { width: 100%; max-width: var(--max-width); margin-left: auto; margin-right: auto; }
.final-cta .button-red { color: var(--white); }
.site-footer { padding: 24px 5vw 16px; border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius-small) var(--radius-small) 0 0; background: rgba(17,17,17,.82); color: var(--white); backdrop-filter: blur(18px) saturate(150%); }
.site-footer .footer-top { padding-bottom: 20px; }
.site-footer .footer-top p, .site-footer .footer-bottom { color: var(--white); }
.site-footer .footer-bottom { border-color: #3d3d3d; }
.site-footer .footer-top .brand img { width: 170px; max-height: 34px; filter: brightness(0) invert(1); }
.site-footer { padding-top: 14px; padding-bottom: 10px; }
.site-footer .footer-top { padding-bottom: 10px; }

@media (max-width: 833px) {
  .site-header .brand img { width: 190px; }
  .feature-strip.dark-band .feature { min-height: 130px; }
  .showcase-product .product-card-large { width: min(94%, 480px); }
}

@media (max-width: 520px) {
  .site-header .brand img { width: 170px; }
  .feature-strip.dark-band .feature { min-height: 142px; }
  .showcase-product .product-card-large { width: min(94%, 340px); }
  .faq-section { min-height: 0; }
}

/* Header menu and compact footer */
.site-header { min-height: 80px; }
.site-header .brand img { width: 226px; max-height: 52px; }
.more-menu { position: relative; }
.more-toggle { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--text); cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.more-toggle span { color: var(--primary); font-size: 15px; transition: transform var(--duration-fast); }
.more-menu.is-open .more-toggle span { transform: rotate(180deg); }
.more-dropdown { position: absolute; top: calc(100% + 14px); right: -14px; display: grid; min-width: 170px; padding: 8px; border: 1px solid rgba(17,17,17,.12); background: rgba(255,255,255,.94); box-shadow: 0 16px 32px rgba(17,17,17,.12); opacity: 0; pointer-events: none; transform: translateY(-6px); transition: opacity var(--duration-fast), transform var(--duration-fast); }
.more-dropdown { background: rgba(255,255,255,.72); backdrop-filter: blur(18px) saturate(150%); }
.more-menu.is-open .more-dropdown { opacity: 1; pointer-events: auto; transform: none; }
.more-menu:hover .more-dropdown, .more-menu:focus-within .more-dropdown { opacity: 1; pointer-events: auto; transform: none; }
.more-menu:hover .more-toggle span, .more-menu:focus-within .more-toggle span { transform: rotate(180deg); }
.more-dropdown a { padding: 12px; font-size: 11px; font-weight: 700; letter-spacing: .04em; white-space: nowrap; }
.more-dropdown a:hover { background: var(--surface-light); color: var(--primary); }
.site-footer { min-height: 0; padding: 16px 5vw 10px; border: 0; border-radius: 0; background: var(--black); box-shadow: none; backdrop-filter: none; }
.site-footer .footer-top { padding-bottom: 12px; }
.site-footer .footer-top .brand { padding: 0; background: transparent; }
.site-footer .footer-top .brand img { width: 180px; max-height: 36px; filter: none; }
.site-footer .footer-bottom { padding-top: 12px; }

.legal-page { min-height: 100vh; background: var(--white); }
.legal-shell { width: min(90%, var(--max-width)); max-width: var(--max-width); margin: 0 auto; padding: clamp(70px, 10vw, 140px) clamp(24px, 5vw, 80px) 100px; background: var(--surface-light); }
.legal-kicker { display: flex; gap: 20px; align-items: center; margin-bottom: 26px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.legal-kicker span { color: var(--primary); }
.legal-shell h1 { max-width: 900px; margin-bottom: 22px; font-size: clamp(3.5rem, 8vw, 8rem); }
.legal-shell h1 em { color: var(--primary); font-style: normal; }
.legal-updated { color: var(--muted); font-size: 13px; }
.legal-content { max-width: 820px; margin-top: 76px; }
.legal-content h2 { margin: 54px 0 16px; font-size: clamp(1.5rem, 2.5vw, 2.2rem); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #555552; font-size: 16px; line-height: 1.65; }
.legal-content ul { padding-left: 22px; }
.legal-content a { color: var(--primary); text-decoration: underline; text-underline-offset: 3px; }
.legal-note { margin-top: 70px; padding-top: 22px; border-top: 2px solid var(--primary); color: var(--text); font-weight: 700; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.contact-copy p:not(.legal-kicker) { max-width: 430px; margin-top: 28px; color: var(--muted); font-size: 20px; }
.contact-details { display: grid; gap: 14px; margin-top: 50px; }
.contact-details a { font-size: 16px; font-weight: 700; }
.contact-form { display: grid; gap: 16px; padding-top: 8px; }
.contact-form label { display: grid; gap: 8px; color: var(--text); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid var(--hairline); border-radius: 0; outline: 0; background: transparent; color: var(--text); font: inherit; font-weight: 600; }
.contact-form textarea { min-height: 110px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--primary); }
.contact-form .button { justify-self: start; margin-top: 16px; }
.form-status { min-height: 24px; color: var(--primary); font-size: 13px; }

.contact-modal { width: min(92vw, 560px); padding: 34px; border: 1px solid rgba(255,255,255,.16); background: var(--black); color: var(--white); box-shadow: 0 28px 80px rgba(0,0,0,.34); }
.contact-modal::backdrop { background: rgba(17,17,17,.68); backdrop-filter: blur(8px); }
.contact-modal[open] { animation: modal-in 260ms cubic-bezier(.2,.8,.2,1) both; }
.modal-topline { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #3d3d3d; color: #aaa; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.modal-topline span:last-child { color: var(--primary); }
.modal-close { position: absolute; top: 24px; right: 24px; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #555; border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; font-size: 25px; line-height: 1; }
.modal-close:hover { border-color: var(--primary); color: var(--primary); }
.contact-modal .eyebrow { margin-top: 48px; margin-bottom: 18px; color: #aaa; }
.contact-modal h2 { font-size: clamp(2.8rem, 6vw, 5rem); }
.contact-modal h2 em { color: var(--primary); font-style: normal; }
.modal-copy { max-width: 410px; margin-top: 22px; color: #aaa; font-size: 14px; }
.contact-links { display: grid; margin-top: 32px; border-top: 1px solid #3d3d3d; }
.contact-links a { display: grid; grid-template-columns: 90px 1fr 20px; align-items: center; gap: 14px; min-height: 68px; border-bottom: 1px solid #3d3d3d; }
.contact-links small { color: var(--primary); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.contact-links strong { font-size: 14px; }
.contact-links span { justify-self: end; color: var(--primary); font-size: 18px; }
.contact-links a:hover strong { color: var(--primary); }
@keyframes modal-in { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }

@media (max-width: 833px) {
  .site-header { min-height: 64px; }
  .site-header .brand img { width: 188px; max-height: 42px; }
  .more-menu { border-bottom: 1px solid #eee; }
  .more-toggle { width: 100%; justify-content: space-between; padding: 17px 0; }
  .more-dropdown { position: static; min-width: 0; padding: 0 0 8px; border: 0; box-shadow: none; background: transparent; transform: none; }
  .more-menu.is-open .more-dropdown { transform: none; }
  .more-dropdown a { padding: 12px 0 12px 18px; }
}

@media (max-width: 520px) {
  .site-header .brand img { width: 168px; }
  .site-footer .footer-top .brand img { width: 150px; }
}

@media (min-width: 834px) {
  .site-header { align-items: center; }
  .site-menu { align-items: center; height: 100%; }
  .site-menu > a, .more-toggle, .header-cta { align-self: center; line-height: 1; }
}

section[id], .final-cta { scroll-margin-top: 88px; }
.more-toggle:focus-visible, .faq-item button:focus-visible, .modal-close:focus-visible,
.contact-form input:focus-visible, .contact-form textarea:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 4px;
}
.contact-links strong { min-width: 0; overflow-wrap: anywhere; }

@media (max-width: 833px) {
  .site-menu { visibility: hidden; }
  .site-menu.is-open { visibility: visible; }
  .contact-layout { grid-template-columns: 1fr; gap: 58px; }
  .contact-form { padding-top: 0; }
}

@media (max-width: 520px) {
  .site-header { padding-right: 16px; padding-left: 16px; }
  .site-header .brand { min-width: 0; flex: 1 1 auto; }
  .site-header .brand img { width: min(168px, 100%); }
  .header-cta { flex: 0 1 auto; min-width: 0; padding-right: 10px; padding-left: 10px; }
  .menu-toggle { flex: 0 0 44px; }
  .legal-shell { width: 100%; padding-right: 20px; padding-left: 20px; }
  .legal-content { margin-top: 52px; }
  .contact-links a { grid-template-columns: 76px minmax(0, 1fr) 20px; gap: 8px; }
}
