:root {
  --bg: #f7f3ed;
  --surface: #fffdf9;
  --surface-2: #eee7dd;
  --ink: #20231f;
  --muted: #6d716a;
  --line: rgba(32, 35, 31, 0.14);
  --primary: #375744;
  --primary-dark: #284133;
  --primary-soft: #dce8dd;
  --accent: #c6754d;
  --cream: #f3e8da;
  --star: #b56f32;
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow: 0 24px 80px rgba(45, 49, 43, 0.12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }

.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;
}

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--primary);
  font-size: .77rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem, 6vw, 5.4rem); font-weight: 500; margin-bottom: 24px; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4.6vw, 4rem); font-weight: 500; margin-bottom: 20px; }
h3 { font-size: 1.35rem; }

.announcement {
  min-height: 34px;
  padding: 7px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  background: var(--primary-dark);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .03em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(247, 243, 237, .9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(32,35,31,.06); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: .94rem; font-weight: 900; letter-spacing: .18em; }
.brand-mark { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.footer-brand .brand-mark { filter: brightness(0) invert(1); }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .87rem; font-weight: 650; }
.main-nav a { text-decoration: none; }
.main-nav a:hover { color: var(--primary); }
.nav-cta { padding: 12px 20px; color: #fff !important; background: var(--primary); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { width: 100%; height: 2px; margin: 5px 0; display: block; background: var(--ink); }

.button {
  min-height: 52px;
  padding: 14px 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--primary); box-shadow: 0 12px 30px rgba(55,87,68,.22); }
.button-primary:hover { background: var(--primary-dark); }
.button-light { color: var(--primary-dark); background: #fff; }
.button-full { width: 100%; min-height: 60px; margin-top: 22px; font-size: 1.02rem; }
.text-link { font-size: .94rem; font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--ink); }

.hero { min-height: calc(100vh - 110px); padding-top: 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 74px; }
.hero-text { max-width: 610px; margin-bottom: 30px; color: var(--muted); font-size: 1.13rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.hero-points { margin: 38px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 14px 24px; list-style: none; font-size: .88rem; font-weight: 700; }
.hero-points span { color: var(--primary); }
.hero-media { position: relative; }
.hero-media::before { display: none; }
.hero-media > img { width: 100%; height: auto; max-height: none; object-fit: initial; border-radius: 0; box-shadow: none; }
.floating-card { position: absolute; padding: 14px 17px; display: flex; align-items: center; gap: 12px; background: rgba(255,253,249,.94); border: 1px solid rgba(255,255,255,.8); border-radius: 15px; box-shadow: 0 15px 45px rgba(32,35,31,.14); backdrop-filter: blur(10px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: .84rem; }
.floating-card small { color: var(--muted); font-size: .72rem; }
.floating-card-top { top: 17%; left: -9%; }
.floating-card-bottom { right: -5%; bottom: 11%; }
.floating-icon { width: 34px; height: 34px; display: grid; place-items: center; color: var(--primary); background: var(--primary-soft); border-radius: 50%; font-size: 1.2rem; }
.rating { color: var(--star); letter-spacing: .08em; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,253,249,.58); }
.trust-grid { min-height: 132px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid article { min-height: 65px; padding: 0 24px; display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--line); }
.trust-grid article:first-child { padding-left: 0; }
.trust-grid article:last-child { padding-right: 0; border-right: 0; }
.trust-grid strong, .trust-grid p { display: block; }
.trust-grid strong { font-size: .9rem; }
.trust-grid p { margin: 2px 0 0; color: var(--muted); font-size: .78rem; }
.trust-icon { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; color: var(--primary); background: var(--primary-soft); border-radius: 50%; font-weight: 900; }

.product { background: var(--surface); }
.product-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 76px; align-items: start; }
.product-gallery { position: sticky; top: 115px; }
.main-image-wrap { position: relative; overflow: hidden; background: var(--surface-2); border-radius: var(--radius-lg); }
.main-image-wrap img { width: 100%; aspect-ratio: 9 / 10; object-fit: cover; transition: opacity .2s ease, transform .35s ease; }
.main-image-wrap.switching img { opacity: .25; transform: scale(.985); }
.thumbnail-row { margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.thumbnail { padding: 0; overflow: hidden; background: var(--surface-2); border: 2px solid transparent; border-radius: 14px; cursor: pointer; }
.thumbnail.active { border-color: var(--primary); }
.thumbnail img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.image-note { margin: 12px 0 0; color: var(--muted); font-size: .76rem; text-align: center; }
.product-info { padding-top: 10px; }
.product-info h2 { margin-bottom: 12px; }
.product-rating { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .86rem; }
.price-row { margin-top: 24px; display: flex; align-items: center; gap: 13px; }
.price { font-size: 2.4rem; font-weight: 850; letter-spacing: -.05em; }
.payment-note { margin: 4px 0 29px; color: var(--muted); font-size: .82rem; }
.option-group { padding-top: 25px; border-top: 1px solid var(--line); }
.option-heading { margin-bottom: 13px; display: flex; justify-content: space-between; font-size: .9rem; }
.option-heading strong { color: var(--primary); }
.color-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.color-option { min-height: 58px; padding: 10px 14px; display: flex; align-items: center; gap: 11px; background: transparent; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; }
.color-option:hover, .color-option.selected { border-color: var(--primary); box-shadow: 0 0 0 1px var(--primary); }
.swatch { width: 25px; height: 25px; flex: 0 0 auto; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px rgba(32,35,31,.22); }
.swatch-grey { background: #555954; }
.swatch-green { background: #6f846e; }
.checkout-status { margin: 13px 0 27px; color: var(--muted); font-size: .79rem; text-align: center; }
.checkout-status span { color: #4e8f55; font-size: .63rem; }
.product-features { margin: 0; padding: 24px 0; display: grid; gap: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.product-features li { display: flex; gap: 13px; }
.product-features li > span { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: var(--primary); background: var(--primary-soft); border-radius: 50%; font-size: .8rem; font-weight: 900; }
.product-features strong, .product-features small { display: block; }
.product-features strong { font-size: .91rem; }
.product-features small { margin-top: 2px; color: var(--muted); font-size: .79rem; }
.product-detail { border-bottom: 1px solid var(--line); }
.product-detail summary { padding: 18px 0; cursor: pointer; font-weight: 800; font-size: .9rem; }
.product-detail p { padding-bottom: 18px; color: var(--muted); font-size: .84rem; }

.section-heading { max-width: 700px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.02rem; }
.problem-solution { background: var(--cream); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.benefit-card { position: relative; padding: 16px 16px 24px; background: rgba(255,253,249,.72); border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius); }
.benefit-number { position: absolute; top: 27px; left: 27px; z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: rgba(32,35,31,.85); border-radius: 50%; font-size: .72rem; font-weight: 850; }
.benefit-image { overflow: hidden; margin-bottom: 22px; border-radius: 15px; }
.benefit-image img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.benefit-card h3 { margin: 0 10px 10px; }
.benefit-card p { margin: 0 10px; color: var(--muted); font-size: .9rem; }

.physio { background: var(--primary-dark); color: #fff; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 82px; align-items: center; }
.split-media { overflow: hidden; aspect-ratio: 1; border-radius: var(--radius-lg); }
.split-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.physio .eyebrow { color: #bed2c1; }
.split-copy > p:not(.eyebrow):not(.safety-note) { color: rgba(255,255,255,.75); font-size: 1.04rem; }
.check-list { margin: 30px 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; }
.check-list span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--primary-dark); background: #dce8dd; border-radius: 50%; font-size: .78rem; font-weight: 900; }
.safety-note { padding: 16px 18px; color: rgba(255,255,255,.82); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 13px; font-size: .8rem; }

.positions { background: var(--surface); }
.position-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.position-card { position: relative; overflow: hidden; min-height: 510px; background: var(--surface-2); border-radius: var(--radius); }
.position-card::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(to bottom, transparent, rgba(20,23,20,.72)); }
.position-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.position-card:hover img { transform: scale(1.025); }
.position-content { position: absolute; left: 24px; right: 24px; bottom: 23px; z-index: 2; color: #fff; }
.position-content > span { font-size: .74rem; font-weight: 900; letter-spacing: .1em; }
.position-content h3 { margin: 8px 0 6px; font-size: 1.7rem; }
.position-content p { margin: 0; color: rgba(255,255,255,.82); }
.section-footnote { margin: 20px 0 0; color: var(--muted); font-size: .76rem; }

.reviews { background: #e8e0d5; }
.review-summary { margin-bottom: 44px; display: grid; grid-template-columns: .35fr 1fr; align-items: end; gap: 55px; }
.review-summary > div { display: grid; }
.review-summary > div strong { font-family: Georgia, serif; font-size: 4.4rem; font-weight: 500; line-height: 1; }
.review-summary small { margin-top: 5px; color: var(--muted); }
.review-summary h2 { margin: 0; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { margin: 0; padding: 28px; background: var(--surface); border-radius: var(--radius); }
.review-card > p { min-height: 115px; margin: 20px 0 25px; font-family: Georgia, serif; font-size: 1.13rem; line-height: 1.55; }
.review-card footer { display: flex; align-items: center; gap: 11px; }
.avatar { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--primary); border-radius: 50%; font-weight: 850; }
.review-card footer strong, .review-card footer small { display: block; }
.review-card footer small { color: var(--muted); font-size: .72rem; }

.faq { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 92px; }
.faq-intro { position: sticky; top: 125px; align-self: start; }
.faq-intro > p:last-child { color: var(--muted); }
.faq-intro a { color: var(--primary); font-weight: 750; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 38px 24px 0; position: relative; cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 19px; font-size: 1.35rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 750px; padding: 0 38px 24px 0; color: var(--muted); font-size: .91rem; }

.final-cta { padding-top: 30px; background: var(--surface); }
.final-cta-box { padding: 54px 62px; display: flex; justify-content: space-between; align-items: center; gap: 35px; color: #fff; background: var(--primary); border-radius: var(--radius-lg); }
.final-cta-box .eyebrow { color: #dce8dd; }
.final-cta-box h2 { margin-bottom: 12px; }
.final-cta-box p:last-child { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.77); }

.site-footer { padding: 76px 0 25px; color: rgba(255,255,255,.72); background: #1d251f; }
.footer-grid { padding-bottom: 60px; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 55px; }
.footer-grid > div:first-child p { max-width: 310px; margin-top: 20px; }
.footer-brand { color: #fff; }
.footer-grid h3 { margin-bottom: 18px; color: #fff; font-family: inherit; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a { margin-bottom: 11px; display: block; text-decoration: none; font-size: .84rem; }
.footer-grid a:hover, .footer-link-button:hover { color: #fff; }
.footer-link-button { margin: 0 0 11px; padding: 0; display: block; color: inherit; background: transparent; border: 0; font-size: .84rem; line-height: 1.55; text-align: left; cursor: pointer; }
.footer-grid p { font-size: .84rem; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem; }

body.modal-open { overflow: hidden; }
.legal-modal[hidden] { display: none; }
.legal-modal { position: fixed; inset: 0; z-index: 100; padding: 24px; display: grid; place-items: center; }
.legal-modal-backdrop { position: absolute; inset: 0; background: rgba(17, 22, 18, .72); backdrop-filter: blur(5px); }
.legal-modal-dialog { position: relative; width: min(780px, 100%); max-height: min(88vh, 900px); display: flex; flex-direction: column; overflow: hidden; background: var(--surface); border-radius: var(--radius); box-shadow: 0 30px 100px rgba(0, 0, 0, .35); }
.legal-modal-header { padding: 28px 72px 22px 30px; position: relative; flex: 0 0 auto; border-bottom: 1px solid var(--line); }
.legal-modal-header h2 { margin: 0; font-size: clamp(1.75rem, 4vw, 2.5rem); }
.legal-modal-close { position: absolute; top: 22px; right: 24px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: var(--surface-2); border: 0; border-radius: 50%; font-size: 1.75rem; line-height: 1; cursor: pointer; }
.legal-modal-close:hover { background: var(--primary-soft); }
.legal-modal-content { padding: 26px 30px 34px; overflow-y: auto; overscroll-behavior: contain; }
.legal-modal-content h3 { margin: 30px 0 10px; color: var(--primary-dark); font-family: inherit; font-size: 1.05rem; letter-spacing: 0; }
.legal-modal-content h3:first-of-type { margin-top: 26px; }
.legal-modal-content p { margin-bottom: 13px; color: var(--muted); font-size: .93rem; }
.legal-modal-content a { color: var(--primary); font-weight: 750; }

.mobile-buy-bar { display: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .section { padding: 82px 0; }
  .main-nav { position: absolute; top: 76px; left: 20px; right: 20px; padding: 22px; display: none; flex-direction: column; align-items: stretch; gap: 10px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px; }
  .nav-cta { text-align: center; }
  .menu-toggle { display: block; }
  .hero-grid, .product-grid, .split-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero-media { order: -1; }
  .hero-copy { text-align: center; }
  .hero-text { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .hero-media { max-width: 700px; margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 20px 0; }
  .trust-grid article { padding: 18px; border-bottom: 1px solid var(--line); }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(3), .trust-grid article:nth-child(4) { border-bottom: 0; }
  .trust-grid article:first-child { padding-left: 18px; }
  .product-grid { max-width: 760px; }
  .product-gallery, .faq-intro { position: static; }
  .benefit-grid, .position-grid, .review-grid { grid-template-columns: 1fr 1fr; }
  .benefit-card:last-child, .position-card:last-child, .review-card:last-child { grid-column: 1 / -1; }
  .position-card:last-child { max-height: 520px; }
  .review-summary { grid-template-columns: .4fr 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 650px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 66px 0; }
  .announcement { font-size: .68rem; }
  .nav-wrap { min-height: 66px; }
  .main-nav { top: 66px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  h2 { font-size: clamp(2.15rem, 11vw, 3.1rem); }
  .hero { min-height: auto; padding-top: 48px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; justify-content: start; text-align: left; }
  .floating-card { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { padding: 17px 5px; border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .trust-grid article:last-child { border-bottom: 0 !important; }
  .trust-grid article:first-child { padding-left: 5px; }
  .product-grid { gap: 45px; }
  .color-options { grid-template-columns: 1fr; }
  .benefit-grid, .position-grid, .review-grid { grid-template-columns: 1fr; }
  .benefit-card:last-child, .position-card:last-child, .review-card:last-child { grid-column: auto; }
  .position-card { min-height: 450px; }
  .review-summary { grid-template-columns: 1fr; gap: 25px; }
  .review-card > p { min-height: auto; }
  .final-cta-box { padding: 40px 25px; flex-direction: column; align-items: flex-start; }
  .final-cta-box .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 25px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { padding-bottom: 76px; flex-direction: column; }
  .legal-modal { padding: 10px; align-items: end; }
  .legal-modal-dialog { max-height: 92vh; border-radius: 22px 22px 14px 14px; }
  .legal-modal-header { padding: 23px 62px 18px 20px; }
  .legal-modal-close { top: 17px; right: 16px; }
  .legal-modal-content { padding: 21px 20px 30px; }
  .mobile-buy-bar { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 40; padding: 10px 10px 10px 16px; display: flex; justify-content: space-between; align-items: center; gap: 12px; background: rgba(255,253,249,.96); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 15px 50px rgba(32,35,31,.22); backdrop-filter: blur(14px); }
  .mobile-buy-bar small, .mobile-buy-bar strong { display: block; }
  .mobile-buy-bar small { color: var(--muted); font-size: .67rem; }
  .mobile-buy-bar strong { font-size: 1.12rem; }
  .mobile-buy-bar .button { min-height: 45px; padding: 11px 19px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
