:root {
  --ink: #102522;
  --muted: #5d6b68;
  --paper: #f7f7f3;
  --white: #ffffff;
  --forest: #0a2d2a;
  --forest-2: #154a43;
  --lime: #c5cf49;
  --blue: #2f7186;
  --coral: #d76850;
  --line: rgba(16, 37, 34, 0.14);
  --shadow: 0 20px 55px rgba(10, 45, 42, 0.14);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body.booking-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.sr-only, .skip-link { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link:focus { z-index: 100; top: 8px; left: 8px; width: auto; height: auto; clip: auto; padding: 10px 14px; background: var(--white); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 13px clamp(18px, 4vw, 58px); color: var(--white); transition: background 180ms ease, box-shadow 180ms ease; }
.site-header.is-scrolled, .site-header.is-open { background: rgba(247, 247, 243, 0.96); color: var(--ink); box-shadow: 0 10px 35px rgba(10, 45, 42, 0.09); backdrop-filter: blur(16px); }
.brand { display: block; width: min(240px, 32vw); }
.brand img { width: 100%; max-height: 55px; object-fit: contain; object-position: left center; }
.main-nav { display: flex; align-items: center; gap: 4px; font-size: 0.9rem; font-weight: 750; }
.main-nav a { padding: 9px 11px; border-radius: 6px; }
.main-nav a:hover { background: rgba(255,255,255,0.13); }
.site-header.is-scrolled .main-nav a:hover, .site-header.is-open .main-nav a:hover { background: rgba(10,45,42,0.08); }
.main-nav .nav-cta { margin-left: 6px; background: var(--lime); color: var(--forest); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; }
.menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; }

.hero { position: relative; min-height: 90vh; overflow: hidden; background: var(--forest); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; animation: hero-breathe 14s ease-in-out infinite alternate; transform-origin: 68% 48%; }
.hero-shade { background: linear-gradient(90deg, rgba(4,25,23,0.94) 0%, rgba(4,25,23,0.72) 40%, rgba(4,25,23,0.08) 80%), linear-gradient(180deg, rgba(4,25,23,0.45), transparent 50%, rgba(4,25,23,0.35)); }
.hero-content { position: relative; z-index: 1; width: min(840px, 100%); padding: 18vh clamp(18px, 6vw, 88px) 8vh; color: var(--white); }
.hero-content > * { animation: hero-rise 700ms ease-out both; }
.hero-content > :nth-child(2) { animation-delay: 80ms; }
.hero-content > :nth-child(3) { animation-delay: 160ms; }
.hero-content > :nth-child(4) { animation-delay: 240ms; }
.hero-content > :nth-child(5) { animation-delay: 320ms; }
@keyframes hero-breathe { from { transform: scale(1.01) translate3d(0,0,0); } to { transform: scale(1.075) translate3d(-1.2%,0.8%,0); } }
@keyframes hero-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.eyebrow, .section-kicker { display: block; margin: 0 0 15px; color: var(--coral); font-size: 0.78rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(3.1rem, 7vw, 6.5rem); line-height: 0.95; letter-spacing: 0; }
h2 { margin-bottom: 22px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.03; letter-spacing: 0; }
h3 { font-size: 1.24rem; line-height: 1.25; }
.hero-copy { max-width: 670px; margin-bottom: 30px; color: rgba(255,255,255,0.84); font-size: clamp(1.05rem, 2vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 6px; padding: 12px 19px; cursor: pointer; font-weight: 850; }
.button.primary { background: var(--forest); color: var(--white); }
.hero .button.primary { background: var(--lime); color: var(--forest); }
.button.secondary { border-color: rgba(255,255,255,0.5); color: var(--white); }
.button.accent { background: var(--lime); color: var(--forest); }
.button.light { background: var(--white); color: var(--forest); }
.trust-line { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 42px; color: rgba(255,255,255,0.8); font-size: 0.93rem; }
.stars { color: #f7c64c; letter-spacing: 0; }

.partners { padding: 38px clamp(18px, 5vw, 72px) 44px; background: var(--white); }
.partners h2 { margin-bottom: 24px; color: var(--muted); font-size: 0.76rem; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; }
.partner-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; width: min(1180px, 100%); margin: 0 auto; }
.partner-logo { display: grid; height: 96px; overflow: hidden; flex: 1 1 180px; max-width: 220px; place-items: center; padding: 20px; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.partner-logo img { max-width: 180px; max-height: 50px; }
.partner-logo.urban { padding: 7px; background: #000; }
.partner-logo.urban img { width: auto; height: 82px; max-width: 100%; max-height: 100%; object-fit: contain; }
.partner-logo.wellhub { padding: 11px; background: #f43868; }
.partner-logo.wellhub img { width: auto; height: 64px; max-width: 100%; max-height: 100%; object-fit: contain; }
.partner-logo.machtfit { background: #fff; }
.partner-logo.machtfit img { width: min(168px, 92%); height: auto; margin: auto; object-fit: contain; transform: translateX(4px); }

.section { padding: clamp(72px, 9vw, 126px) clamp(18px, 5vw, 72px); }
.section-heading.split, .booking-head, .reviews-head { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(280px,0.75fr); gap: clamp(30px,6vw,90px); align-items: end; }
.section-heading p, .booking-head p { color: var(--muted); font-size: 1.1rem; }
.problem-intro { background: #eef2ec; }
.need-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; margin-top: 42px; }
.need-grid a { position: relative; display: flex; min-height: 310px; overflow: hidden; flex-direction: column; padding: 20px; border-radius: 6px; color: var(--white); isolation: isolate; }
.need-grid img, .need-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.need-grid img { z-index: -2; object-fit: cover; transition: transform 400ms ease; }
.need-grid a:nth-child(1) img { object-position: 61% 38%; }
.need-grid a:nth-child(2) img { object-position: 54% 36%; }
.need-grid a:nth-child(3) img { object-position: 48% 35%; }
.need-grid a:nth-child(4) img { object-position: 56% 38%; }
.need-grid a:nth-child(5) img { object-position: 51% 35%; }
.need-shade { z-index: -1; background: linear-gradient(180deg, rgba(5,28,26,0.2) 10%, rgba(5,28,26,0.92) 82%); }
.need-grid a:hover img { transform: scale(1.05); }
.need-number { color: var(--lime); font-size: 0.82rem; font-weight: 900; }
.need-copy { display: grid; gap: 14px; margin-top: auto; }
.need-copy strong { font-size: clamp(1.05rem,1.55vw,1.34rem); line-height: 1.18; }
.need-copy small { display: grid; gap: 3px; max-width: 25ch; color: rgba(255,255,255,0.92); font-size: 0.86rem; font-weight: 700; line-height: 1.35; }
.need-copy small span { color: var(--lime); font-size: 0.67rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }

.solution-row { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); min-height: 620px; background: var(--white); }
.solution-row.reverse .solution-image { order: 2; }
.solution-image { position: relative; min-height: 520px; overflow: hidden; background: #dbe3df; }
.solution-image > img { width: 100%; height: 100%; object-fit: cover; }
.alpha-cooling-image > img { object-position: center 48%; transform: scale(1.055); }
.zelltraining-image > img { object-position: 52% center; }
.inbody-image { display: grid; place-items: center; background: #f8f8f6; }
.inbody-image > .inbody-device { width: 74%; margin-left: auto; object-fit: contain; padding: clamp(25px, 4vw, 58px) clamp(20px, 3vw, 44px); mix-blend-mode: multiply; }
.inbody-previews { position: absolute; bottom: clamp(18px, 3vw, 30px); left: clamp(16px, 3vw, 30px); display: grid; gap: 10px; width: min(29%, 180px); }
.inbody-previews figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #f8f8f6; box-shadow: 0 12px 30px rgba(10,45,42,0.12); }
.inbody-previews img { width: 100%; height: clamp(74px, 9vw, 122px); object-fit: contain; background: #f8f8f6; mix-blend-mode: multiply; }
.inbody-previews figure:first-child img { object-position: center 22%; }
.inbody-previews figcaption { padding: 6px 8px 7px; border-top: 1px solid var(--line); color: var(--forest); font-size: 0.72rem; font-weight: 850; line-height: 1.2; text-align: center; }
.bodyshaper-image { display: grid; place-items: center; background: #f8f8f6; }
.bodyshaper-image > img { object-fit: contain; padding: clamp(28px, 5vw, 72px); mix-blend-mode: multiply; }
.solution-image.calm { display: grid; place-items: center; background: linear-gradient(145deg, #2f7186, #0a2d2a); }
.oxygen-visual { display: grid; width: min(74%,420px); aspect-ratio: 1; place-items: center; align-content: center; border: 1px solid rgba(255,255,255,0.38); border-radius: 50%; color: var(--white); text-align: center; }
.oxygen-visual::before, .oxygen-visual::after { position: absolute; width: min(56%,320px); aspect-ratio: 1; border: 1px solid rgba(197,207,73,0.52); border-radius: 50%; content: ""; }
.oxygen-visual::after { width: min(38%,220px); }
.oxygen-visual strong { z-index: 1; font-size: clamp(3rem,7vw,6rem); line-height: 1; }
.oxygen-visual span { z-index: 1; max-width: 220px; margin-top: 15px; }
.solution-copy { display: flex; max-width: 760px; flex-direction: column; justify-content: center; padding: clamp(55px,8vw,110px) clamp(28px,6vw,88px); }
.solution-copy p { color: var(--muted); font-size: 1.08rem; }
.solution-copy .evidence-note { margin: -10px 0 24px; padding-left: 14px; border-left: 3px solid var(--lime); font-size: 0.82rem; line-height: 1.5; }
.benefits { display: grid; gap: 10px; margin: 12px 0 30px; padding: 0; list-style: none; }
.benefits li { position: relative; padding-left: 27px; }
.benefits li::before { position: absolute; left: 0; color: var(--coral); font-weight: 900; content: "+"; }
.text-link { width: max-content; border-bottom: 2px solid var(--lime); padding-bottom: 3px; color: var(--forest); font-weight: 850; }
.service-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.service-actions span { color: var(--muted); font-size: 0.9rem; }
.detail-link { color: var(--forest-2); font-size: 0.9rem; font-weight: 750; text-decoration: underline; text-decoration-color: rgba(21,74,67,0.35); text-underline-offset: 4px; }
.reviews .detail-link, .business .detail-link { color: inherit; text-decoration-color: currentColor; }
.alpha-media { grid-column: 1 / -1; overflow: hidden; padding: 22px 0 24px; border-top: 1px solid var(--line); background: #f4f7f5; }
.alpha-media > p { margin: 0 0 14px; color: var(--muted); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; }
.alpha-media-window { overflow: hidden; mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.alpha-media-track { display: flex; width: max-content; animation: alpha-media-scroll 22s linear infinite; }
.alpha-media-group { display: flex; align-items: center; gap: clamp(55px,8vw,120px); padding-right: clamp(55px,8vw,120px); }
.alpha-media-group span { display: grid; width: 150px; height: 72px; flex: 0 0 150px; place-items: center; }
.alpha-media-group img { width: auto; max-width: 132px; height: auto; max-height: 66px; }
@keyframes alpha-media-scroll { to { transform: translateX(-50%); } }

.coming-soon { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,0.85fr); gap: clamp(32px,6vw,88px); align-items: center; background: #eef0c9; }
.coming-visual { min-width: 0; }
.coming-media { position: relative; overflow: hidden; box-sizing: border-box; aspect-ratio: 2.17 / 1; border: 5px solid var(--white); border-radius: 8px; background: var(--forest); box-shadow: var(--shadow); }
.coming-media img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.coming-status { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-top: 11px; color: var(--coral); font-size: 0.76rem; font-weight: 900; text-transform: uppercase; }
.coming-status::before { width: 8px; height: 8px; border-radius: 50%; background: currentColor; content: ""; }
.coming-copy p { font-size: 1.06rem; }
.coming-copy .community-invite { display: flex; align-items: center; gap: 11px; margin: 22px 0 0; color: var(--forest); font-weight: 850; }
.community-invite::before { width: 34px; height: 3px; flex: 0 0 34px; background: var(--coral); content: ""; }
.coming-copy .community-tagline { margin: 7px 0 0 45px; color: var(--coral); font-size: 0.98rem; font-style: italic; font-weight: 750; }
.waitlist { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 28px; }
.waitlist label { display: grid; gap: 5px; font-size: 0.84rem; font-weight: 750; }
.waitlist input[type="text"], .waitlist input[type="email"] { width: 100%; min-height: 47px; border: 1px solid rgba(10,45,42,0.3); border-radius: 4px; padding: 9px 11px; background: rgba(255,255,255,0.7); }
.waitlist .consent, .waitlist .button, .form-note { grid-column: 1 / -1; }
.waitlist .consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; font-weight: 500; }
.consent input { margin: 4px 0 0; }
.consent a { text-decoration: underline; }
.form-note { margin: 0; color: var(--muted); font-size: 0.8rem !important; }

.reviews { padding-top: clamp(60px,7vw,90px); padding-bottom: clamp(60px,7vw,90px); background: var(--forest); color: var(--white); }
.reviews .section-kicker { color: var(--lime); }
.reviews-head h2 { max-width: 720px; font-size: clamp(1.8rem,3vw,3rem); }
.rating { display: grid; justify-items: end; }
.rating strong { font-size: 2.8rem; line-height: 1; }
.rating small { color: rgba(255,255,255,0.7); }
.review-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 10px; margin-top: 32px; }
.review-grid figure, .review-grid figure:nth-child(4), .review-grid figure:nth-child(5) { display: flex; min-height: 190px; flex-direction: column; margin: 0; padding: 19px; border: 1px solid rgba(255,255,255,0.16); border-radius: 6px; background: rgba(255,255,255,0.06); }
.review-grid blockquote { margin: 0; font-size: 0.97rem; line-height: 1.45; }
.review-grid figcaption { margin-top: auto; padding-top: 20px; color: var(--lime); font-size: 0.8rem; font-weight: 800; }
.review-source { margin: 20px 0 0; color: rgba(255,255,255,0.52); font-size: 0.8rem; }

.ergonomics { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr); gap: clamp(34px,7vw,96px); align-items: center; background: #eef2ec; }
.ergonomics-media { position: relative; }
.ergonomics-photo { overflow: hidden; border-radius: 6px; box-shadow: var(--shadow); }
.ergonomics-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.ergonomics-slogan { position: absolute; z-index: 2; right: clamp(-70px,-5vw,-28px); bottom: clamp(24px,4vw,52px); width: min(390px,72%); color: var(--forest); font-family: "Bradley Hand", "Segoe Print", "Comic Sans MS", cursive; font-size: clamp(1.65rem,2.4vw,2.65rem); font-weight: 700; line-height: 1.02; text-align: center; text-shadow: 0 2px 0 rgba(255,255,255,0.98), 0 0 8px rgba(255,255,255,0.98), 0 0 18px rgba(255,255,255,0.92); transform: rotate(-5deg); -webkit-text-stroke: 0.3px rgba(255,255,255,0.72); }
.ergonomics-copy { max-width: 680px; }
.ergonomics-copy > p { color: var(--muted); font-size: 1.06rem; }
.ergonomics-copy .button { width: max-content; }

.business { display: grid; grid-template-columns: minmax(0,0.9fr) minmax(0,1.1fr); gap: clamp(34px,7vw,96px); background: #e7edf0; }
.business-copy { align-self: center; }
.business-copy p { color: var(--muted); font-size: 1.06rem; }
.bgm-partner { display: grid; width: max-content; max-width: 100%; gap: 8px; margin: 26px 0; }
.bgm-partner span { color: var(--muted); font-size: 0.75rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.bgm-partner img { width: 145px; max-height: 72px; object-fit: contain; object-position: left center; }
.business .button.light { background: var(--forest); color: var(--white); }
.bgm-steps { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.bgm-steps li { position: relative; display: flex; min-height: 210px; overflow: hidden; flex-direction: column; gap: 18px; padding: 24px; border: 1px solid rgba(47,113,134,0.2); border-radius: 6px; background: rgba(255,255,255,0.88); box-shadow: 0 12px 35px rgba(10,45,42,0.06); }
.bgm-steps li::before { position: absolute; inset: 0 auto auto 0; width: 100%; height: 4px; background: linear-gradient(90deg,var(--blue),var(--lime)); content: ""; transform-origin: left; animation: bgm-progress 6s ease-in-out infinite; }
.bgm-steps li:nth-child(2)::before { animation-delay: 1.5s; }
.bgm-steps li:nth-child(3)::before { animation-delay: 3s; }
.bgm-steps li:nth-child(4)::before { animation-delay: 4.5s; }
.bgm-steps span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--forest); color: var(--white); font-weight: 900; box-shadow: 0 0 0 0 rgba(47,113,134,0.26); animation: bgm-pulse 6s ease-out infinite; }
.bgm-steps li:nth-child(2) span { animation-delay: 1.5s; }
.bgm-steps li:nth-child(3) span { animation-delay: 3s; }
.bgm-steps li:nth-child(4) span { animation-delay: 4.5s; }
.bgm-steps div { margin-top: auto; }
.bgm-steps strong { font-size: 1.12rem; }
.bgm-steps p { margin: 6px 0 0; color: var(--muted); font-size: 0.94rem; }
@keyframes bgm-progress { 0%,18% { transform: scaleX(0.12); opacity: 0.45; } 36%,100% { transform: scaleX(1); opacity: 1; } }
@keyframes bgm-pulse { 0%,20%,100% { box-shadow: 0 0 0 0 rgba(47,113,134,0.24); } 34% { box-shadow: 0 0 0 10px rgba(47,113,134,0); } }

.booking { padding-top: clamp(62px, 7vw, 92px); padding-bottom: clamp(62px, 7vw, 92px); background: var(--white); }
.booking-head { align-items: center; }
.booking h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(2rem, 3.2vw, 3.25rem); }
.booking-head p { max-width: 520px; margin-bottom: 0; font-size: 1rem; }
.booking-shell { position: relative; min-height: 390px; margin-top: 26px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #e8ede7; isolation: isolate; }
.booking-shell::before { position: absolute; z-index: -1; inset: 0; background: url("assets/online-booking-background.jpg") center / cover no-repeat; content: ""; opacity: 0.6; }
.booking-consent { display: grid; width: min(52%, 610px); min-height: 390px; place-items: start; align-content: center; gap: 13px; margin: 0; padding: clamp(30px, 4vw, 54px); border-right: 1px solid rgba(16,37,34,0.1); background: rgba(247,247,243,0.9); text-align: left; backdrop-filter: blur(5px); }
.booking-consent strong { font-size: 1.3rem; }
.booking-consent p { max-width: 480px; margin-bottom: 3px; color: var(--muted); font-size: 0.95rem; }
.booking-consent a { color: var(--forest); font-size: 0.9rem; text-decoration: underline; }
.booking-shell iframe { position: relative; z-index: 1; width: 100%; height: 760px; border: 0; background: var(--white); }

.contact { display: grid; grid-template-columns: minmax(280px,0.75fr) minmax(460px,1.25fr); gap: clamp(38px,6vw,90px); align-items: start; background: #eef2ec; }
.contact-info > p { color: var(--muted); font-size: 1.08rem; }
address { display: grid; gap: 9px; align-content: start; margin-top: 30px; padding: 24px 0 24px 24px; border-left: 4px solid var(--lime); font-style: normal; }
address a { color: var(--forest); font-weight: 800; }
.contact-form { display: grid; gap: 16px; padding: clamp(25px,4vw,42px); border: 1px solid var(--line); border-radius: 6px; background: var(--white); box-shadow: 0 18px 50px rgba(10,45,42,0.1); }
.contact-form-head { display: grid; gap: 3px; margin-bottom: 5px; }
.contact-form-head strong { color: var(--forest); font-size: 1.35rem; }
.contact-form-head span { color: var(--muted); font-size: 0.92rem; }
.contact-fields { display: grid; gap: 13px; }
.split-fields { grid-template-columns: repeat(2,minmax(0,1fr)); }
.contact-form label { display: grid; gap: 6px; color: var(--forest); font-size: 0.82rem; font-weight: 800; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(10,45,42,0.25); border-radius: 4px; padding: 10px 12px; background: #fbfcfa; color: var(--ink); outline: none; }
.contact-form input:not([type="checkbox"]), .contact-form select { min-height: 47px; }
.contact-form textarea { min-height: 126px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,113,134,0.13); }
.contact-form .contact-consent { display: grid; grid-template-columns: 18px 1fr; align-items: start; color: var(--muted); font-size: 0.78rem; font-weight: 500; line-height: 1.45; }
.contact-form .contact-consent a { color: var(--forest); text-decoration: underline; }
.contact-privacy { margin: 0; color: var(--muted); font-size: 0.78rem; line-height: 1.5; }
.contact-privacy a { color: var(--forest); text-decoration: underline; }
.contact-form .button { width: max-content; }

.service-page .site-header { position: static; background: var(--forest); }
.service-main { background: var(--paper); }
.service-hero { display: grid; min-height: 520px; grid-template-columns: minmax(0,0.9fr) minmax(0,1.1fr); background: var(--forest); color: var(--white); }
.service-hero-copy { display: flex; max-width: 760px; flex-direction: column; justify-content: center; padding: clamp(64px,8vw,110px) clamp(24px,6vw,88px); }
.service-hero-copy h1 { margin-bottom: 24px; font-size: clamp(2.8rem,5.8vw,5.6rem); }
.service-hero-copy p { max-width: 620px; color: rgba(255,255,255,0.82); font-size: 1.12rem; }
.service-hero-media { min-height: 460px; background: #dbe3df; }
.service-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.service-hero-media.contain { display: grid; place-items: center; background: #f8f8f6; }
.service-hero-media.contain img { width: min(82%,720px); height: min(82%,620px); object-fit: contain; mix-blend-mode: multiply; }
.service-content { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,0.65fr); gap: clamp(38px,7vw,100px); width: min(1180px,calc(100% - 36px)); margin: 0 auto; padding: clamp(72px,9vw,120px) 0; }
.service-article { max-width: 760px; }
.service-article h2 { margin-top: 52px; font-size: clamp(1.8rem,3vw,2.8rem); }
.service-article h2:first-child { margin-top: 0; }
.service-article p, .service-article li { color: var(--muted); font-size: 1.04rem; }
.service-article .benefits { margin-bottom: 34px; }
.service-aside { align-self: start; padding: 28px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); box-shadow: 0 16px 40px rgba(10,45,42,0.08); }
.service-aside h2 { font-size: 1.5rem; }
.service-aside p { color: var(--muted); }
.service-aside .button { width: 100%; margin-top: 8px; }
.breadcrumb { margin-bottom: 24px; color: rgba(255,255,255,0.7); font-size: 0.84rem; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.medical-note { padding: 18px 20px; border-left: 4px solid var(--lime); background: #eef2ec; color: var(--muted); font-size: 0.9rem; }

.site-footer { display: grid; grid-template-columns: 260px 1fr; gap: 40px; align-items: end; padding: 44px clamp(18px,5vw,72px); background: #071d1b; color: rgba(255,255,255,0.66); font-size: 0.88rem; }
.site-footer img { max-height: 78px; object-fit: contain; object-position: left center; }
.site-footer > div { display: flex; justify-content: space-between; gap: 20px; }
.site-footer nav { display: flex; gap: 18px; }

.legal-page { background: var(--paper); }
.legal-header { position: static; background: var(--forest); }
.legal-main { width: min(900px, calc(100% - 36px)); margin: 0 auto; padding: 80px 0 100px; }
.legal-main h1 { font-size: clamp(2.6rem,6vw,5rem); }
.legal-main h2 { margin-top: 42px; font-size: 1.55rem; }
.legal-main h3 { margin-top: 28px; font-size: 1.08rem; }
.legal-main p, .legal-main li { color: var(--muted); }
.legal-main a { color: var(--forest-2); text-decoration: underline; }
.legal-note { margin: 0 0 35px; padding: 18px; border-left: 4px solid var(--coral); background: #fff3ef; }

@media (max-width: 1000px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% - 4px); right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; padding: 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); color: var(--ink); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav .nav-cta { margin-left: 0; text-align: center; }
  .partner-logo { flex: 0 1 calc(33.333% - 8px); max-width: 220px; }
  .need-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .solution-row, .solution-row.reverse, .coming-soon, .ergonomics, .business { grid-template-columns: 1fr; }
  .solution-row.reverse .solution-image { order: 0; }
  .solution-image { min-height: 500px; }
  .review-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .bgm-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-hero, .service-content { grid-template-columns: 1fr; }
  .service-hero-media { min-height: 420px; }
  .service-aside { width: min(620px,100%); }
}

@media (max-width: 680px) {
  .brand { width: 190px; }
  .hero { min-height: 790px; }
  .hero-image { object-position: 74% center; transform-origin: 74% 50%; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,25,23,0.91), rgba(4,25,23,0.65)), linear-gradient(180deg, rgba(4,25,23,0.2), rgba(4,25,23,0.55)); }
  .hero-content { padding-top: 145px; }
  h1 { font-size: clamp(2.8rem,14vw,4.2rem); }
  .partner-logo { flex-basis: calc(50% - 6px); max-width: none; }
  .need-grid, .section-heading.split, .booking-head, .reviews-head, .review-grid, .contact, .site-footer { grid-template-columns: 1fr; }
  .partner-logo { height: 86px; }
  .need-grid a { min-height: 270px; }
  .solution-image { min-height: 370px; }
  .inbody-image > .inbody-device { width: 72%; padding: 24px 12px 24px 26px; }
  .inbody-previews { bottom: 14px; left: 12px; width: 32%; gap: 7px; }
  .inbody-previews img { height: 78px; }
  .inbody-previews figcaption { padding: 5px 4px 6px; font-size: 0.65rem; }
  .bodyshaper-image > img { padding: 34px; }
  .ergonomics-slogan { right: 10px; bottom: 18px; width: min(330px,78%); font-size: clamp(1.5rem,7vw,2.15rem); }
  .ergonomics-copy .button { width: 100%; }
  .solution-copy { padding: 58px 22px 70px; }
  .coming-soon { padding-right: 18px; padding-left: 18px; }
  .waitlist { grid-template-columns: 1fr; }
  .rating { justify-items: start; }
  .review-grid figure, .review-grid figure:nth-child(4), .review-grid figure:nth-child(5) { min-height: 180px; }
  .bgm-steps { grid-template-columns: 1fr; }
  .bgm-steps li { min-height: 180px; }
  .booking-consent { width: 100%; min-height: 360px; border-right: 0; background: rgba(247,247,243,0.84); }
  .booking-shell { min-height: 360px; }
  .booking-shell::before { background-position: 68% center; }
  .booking-shell iframe { height: 680px; }
  .split-fields { grid-template-columns: 1fr; }
  .contact-form .button { width: 100%; }
  .service-hero-copy { padding: 58px 22px 70px; }
  .service-hero-media { min-height: 340px; }
  .service-content { width: min(100% - 44px,760px); }
  .site-footer > div { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { animation: none !important; transition: none !important; } }
