:root {
  --ink: #201827;
  --ink-2: #2d2235;
  --aubergine: #5f344e;
  --clay: #bd6a52;
  --clay-light: #df9b83;
  --sand: #f1e6d5;
  --paper: #fbf7ef;
  --stone: #d3c5b2;
  --muted: #746b78;
  --white: #fffdf8;
  --line: rgba(32, 24, 39, .14);
  --shadow: 0 28px 80px rgba(32, 24, 39, .18);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; background: var(--white); color: var(--ink); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.page-progress { position: fixed; z-index: 200; left: 0; right: 0; top: 0; height: 3px; pointer-events: none; }
.page-progress span { display: block; height: 100%; background: var(--clay-light); transform: scaleX(0); transform-origin: left; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); transition: background .3s, box-shadow .3s, color .3s; }
.site-header.is-scrolled { color: var(--ink); background: rgba(251,247,239,.92); backdrop-filter: blur(18px); box-shadow: 0 12px 40px rgba(32,24,39,.08); }
.header-row { min-height: 88px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 240px; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: "Prata", Georgia, serif; font-size: 21px; }
.brand > span:last-child { display: grid; line-height: 1.1; }
.brand strong { font-family: "Prata", Georgia, serif; font-size: 18px; font-weight: 400; letter-spacing: .04em; }
.brand small { margin-top: 5px; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; opacity: .72; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 600; }
.site-nav a { position: relative; padding: 8px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--clay-light); transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.header-phone { padding-left: 26px; border-left: 1px solid currentColor; display: grid; line-height: 1.2; }
.header-phone small { margin-bottom: 4px; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; opacity: .65; }
.header-phone strong { font-size: 13px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: 850px; display: grid; align-items: center; color: var(--white); background: var(--ink); overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 78% 34%, rgba(189,106,82,.21), transparent 28%), linear-gradient(135deg, #1c1623 0%, #2d2033 60%, #211927 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, #000, transparent 80%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; padding-block: 154px 116px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 12px; color: var(--clay-light); font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 36px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--clay); }
h1, h2 { margin: 0; font-family: "Prata", Georgia, serif; font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 680px; font-size: clamp(58px, 6.2vw, 92px); }
h1 em, .body-content h2 em { color: var(--clay-light); font-style: normal; }
.hero-lead { max-width: 610px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 700; transition: transform .25s, background .25s, border-color .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--clay); box-shadow: 0 14px 38px rgba(189,106,82,.27); }
.button-primary:hover { background: #ca755b; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.28); }
.button-ghost:hover { border-color: var(--clay-light); }
.button-light { color: var(--ink); background: var(--white); }
.hero-stats { margin-top: 54px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.hero-stats div { display: grid; gap: 7px; }
.hero-stats strong { font-family: "Prata", Georgia, serif; color: var(--sand); font-size: 25px; font-weight: 400; }
.hero-stats span { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; opacity: .55; }

.hero-portrait { --tilt-x: 0deg; --tilt-y: 0deg; position: relative; min-height: 620px; transform: perspective(1100px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x)); transition: transform .15s ease-out; }
.portrait-frame { position: absolute; inset: 12px 24px 18px 48px; border-radius: 230px 230px 30px 30px; overflow: hidden; box-shadow: var(--shadow); background: var(--stone); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(32,24,39,.42)); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 36%; filter: saturate(.78) contrast(1.04) brightness(.94); transform: scale(1.04); }
.portrait-glow { position: absolute; inset: 0; box-shadow: inset 0 0 100px rgba(241,230,213,.28); mix-blend-mode: screen; pointer-events: none; }
.portrait-note { position: absolute; z-index: 3; max-width: 220px; padding: 13px 18px; color: var(--ink); background: rgba(251,247,239,.91); backdrop-filter: blur(10px); box-shadow: 0 18px 45px rgba(32,24,39,.18); font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.portrait-note span { margin-right: 8px; color: var(--clay); }
.note-top { top: 22%; left: 0; }
.note-bottom { right: 0; bottom: 17%; }
.portrait-signature { position: absolute; z-index: 3; right: -16px; top: 8%; font-family: "Prata", Georgia, serif; font-size: 76px; color: rgba(255,255,255,.08); writing-mode: vertical-rl; }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(223,155,131,.2); border-radius: 50%; }
.hero-orbit-one { width: 760px; height: 760px; right: -400px; bottom: -360px; }
.hero-orbit-two { width: 460px; height: 460px; left: -300px; top: -170px; }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; display: grid; justify-items: center; gap: 9px; color: rgba(255,255,255,.42); transform: translateX(-50%); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 36px; background: linear-gradient(var(--clay-light), transparent); animation: scrollCue 1.8s ease-in-out infinite; }

.marquee { overflow: hidden; color: var(--paper); background: var(--clay); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 28px; padding-block: 17px; animation: marquee 30s linear infinite; }
.marquee span { font-family: "Prata", Georgia, serif; font-size: 17px; }
.marquee b { color: var(--sand); font-weight: 400; }

.section { padding-block: 118px; }
.section-heading { margin-bottom: 58px; display: grid; grid-template-columns: 1fr .76fr; align-items: end; gap: 80px; }
.section-heading h2, .body-content h2, .about-title h2, .faq-intro h2, .contact h2 { font-size: clamp(42px, 5vw, 68px); }
.section-heading > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.request-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.request-card { --card-x: 0deg; --card-y: 0deg; --glow-x: 50%; --glow-y: 50%; position: relative; min-height: 480px; padding: 28px 27px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; overflow: hidden; background: var(--paper); transform: perspective(900px) rotateX(var(--card-x)) rotateY(var(--card-y)); transform-style: preserve-3d; transition: transform .18s ease-out, background .3s, color .3s, box-shadow .3s; }
.request-card::after { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(223,155,131,.28), transparent 34%); opacity: 0; transition: opacity .3s; }
.request-card:hover, .request-card:focus-visible { z-index: 2; box-shadow: 0 24px 60px rgba(32,24,39,.14); outline: none; }
.request-card:hover::after, .request-card:focus-visible::after { opacity: 1; }
.request-card.featured { color: var(--white); background: var(--ink); }
.request-card.accent { color: var(--white); background: var(--aubergine); }
.request-card > * { position: relative; z-index: 1; transform: translateZ(18px); }
.card-index { color: var(--clay); font-family: "Prata", Georgia, serif; font-size: 46px; }
.request-card.featured .card-index, .request-card.accent .card-index { color: var(--clay-light); }
.card-line { width: 100%; height: 1px; margin: 18px 0 44px; background: currentColor; opacity: .15; }
.request-card h3 { margin: 0; font-family: "Prata", Georgia, serif; font-size: 29px; font-weight: 400; line-height: 1.25; }
.card-visual { width: 86px; height: 86px; margin: 28px 0 12px auto; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; opacity: .32; transition: opacity .3s, transform .45s cubic-bezier(.2,.8,.2,1); }
.request-card:hover .card-visual, .request-card:focus-visible .card-visual { opacity: .7; transform: translateZ(28px) rotate(4deg) scale(1.08); }
.request-card ul { margin: auto 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; }
.request-card.featured ul, .request-card.accent ul { color: rgba(255,255,255,.67); }
.request-card li { position: relative; padding: 10px 0 10px 17px; border-bottom: 1px solid currentColor; border-color: rgba(116,107,120,.2); }
.request-card li::before { content: ""; position: absolute; left: 0; top: 19px; width: 5px; height: 5px; border-radius: 50%; background: var(--clay); }
.abdomen-feature { margin-top: 30px; padding: 34px 38px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 52px; color: var(--white); background: linear-gradient(120deg, var(--aubergine), var(--ink)); border-radius: 18px; overflow: hidden; }
.abdomen-title { position: relative; display: flex; align-items: flex-start; gap: 24px; }
.abdomen-title > span { color: var(--clay-light); font-family: "Prata", Georgia, serif; font-size: 52px; line-height: 1; }
.abdomen-title p { margin: 0 0 7px; color: var(--clay-light); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.abdomen-title h3 { margin: 0; font-family: "Prata", Georgia, serif; font-size: 30px; font-weight: 400; line-height: 1.25; }
.abdomen-icon { width: 82px; height: 82px; margin-left: auto; flex: 0 0 auto; fill: none; stroke: var(--clay-light); stroke-width: 1.2; opacity: .34; transition: transform .5s ease, opacity .3s; }
.abdomen-feature:hover .abdomen-icon { opacity: .72; transform: rotate(8deg) scale(1.06); }
.abdomen-copy { padding-left: 42px; border-left: 1px solid rgba(255,255,255,.16); }
.abdomen-copy > p { margin: 0 0 18px; color: rgba(255,255,255,.7); font-size: 14px; }
.abdomen-copy ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.abdomen-copy li { padding: 7px 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; font-size: 11px; }
.medical-note { margin-top: 32px; padding: 22px 26px; display: flex; align-items: flex-start; gap: 18px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.42); }
.medical-note > span { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--clay); font-weight: 700; }
.medical-note p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }
.medical-note strong { color: var(--ink); }

.body-map { position: relative; color: var(--white); background: var(--ink); overflow: hidden; }
.body-map::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px); background-size: 22px 22px; }
.body-map-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.body-visual { position: relative; min-height: 670px; display: grid; place-items: center; }
.body-circle { position: absolute; width: 510px; height: 510px; border: 1px solid rgba(223,155,131,.34); border-radius: 50%; }
.body-circle::after { content: ""; position: absolute; inset: 44px; border: 1px dashed rgba(223,155,131,.15); border-radius: inherit; animation: orbit 30s linear infinite; }
.body-silhouette { position: relative; z-index: 2; width: 315px; max-height: 610px; fill: none; stroke: rgba(241,230,213,.55); stroke-width: 2; }
.body-silhouette .spine { stroke: var(--clay-light); stroke-width: 4; filter: drop-shadow(0 0 8px rgba(223,155,131,.45)); }
.map-dot { position: absolute; z-index: 3; width: 13px; height: 13px; border: 3px solid var(--ink); border-radius: 50%; background: var(--clay-light); box-shadow: 0 0 0 1px var(--clay-light), 0 0 22px rgba(223,155,131,.65); }
.dot-one { top: 30%; left: 48%; }
.dot-two { top: 49%; left: 51%; }
.dot-three { top: 64%; left: 46%; }
.map-caption { position: absolute; left: 2%; bottom: 8%; font-family: "Prata", Georgia, serif; color: rgba(255,255,255,.25); font-size: 22px; transform: rotate(-90deg); transform-origin: left bottom; }
.body-content h2 em { display: inline-block; }
.body-intro { margin: 30px 0; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.8; }
.method-switcher { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.method-tab { padding: 10px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.6); background: transparent; cursor: pointer; font-size: 12px; transition: .25s; }
.method-tab:hover, .method-tab.is-active { color: var(--ink); border-color: var(--clay-light); background: var(--clay-light); }
.method-panel { min-height: 245px; display: grid; grid-template-columns: 82px 1fr; gap: 25px; padding: 28px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.045); }
.method-panel > span { color: var(--clay-light); font-family: "Prata", Georgia, serif; font-size: 44px; }
.method-panel h3 { margin: 2px 0 10px; font-family: "Prata", Georgia, serif; font-size: 26px; font-weight: 400; }
.method-panel p { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; }
.method-panel ul { margin: 18px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.method-panel li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 6px; color: rgba(255,255,255,.75); font-size: 11px; }

.session { color: var(--white); background: var(--aubergine); }
.section-heading.light > p { color: rgba(255,255,255,.62); }
.session-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.session-steps li { min-height: 300px; padding: 30px 24px; border-right: 1px solid rgba(255,255,255,.18); }
.session-steps li:last-child { border-right: 0; }
.session-steps span { color: var(--clay-light); font-family: "Prata", Georgia, serif; font-size: 34px; }
.session-steps h3 { margin: 72px 0 13px; font-family: "Prata", Georgia, serif; font-size: 27px; font-weight: 400; }
.session-steps p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; }
.session-price { margin-top: 46px; padding: 30px; display: grid; grid-template-columns: 1fr .9fr auto; align-items: center; gap: 32px; color: var(--ink); background: var(--clay-light); }
.session-price > div { display: grid; }
.session-price span { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.session-price strong { font-family: "Prata", Georgia, serif; font-size: 42px; font-weight: 400; }
.session-price p { margin: 0; font-size: 12px; opacity: .7; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.about-copy { padding-top: 38px; }
.about-copy p { color: var(--muted); }
.about-copy .about-lead { color: var(--ink); font-family: "Prata", Georgia, serif; font-size: 28px; line-height: 1.5; }
.about-principle { margin: 44px 0 0; padding: 28px 0 28px 28px; border-left: 2px solid var(--clay); display: grid; gap: 8px; }
.about-principle span { color: var(--clay); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.about-principle strong { font-family: "Prata", Georgia, serif; color: var(--aubergine); font-size: 23px; font-weight: 400; line-height: 1.55; }

.faq { padding-top: 48px; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-intro > p:last-child { max-width: 420px; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 26px 50px 26px 0; cursor: pointer; list-style: none; font-family: "Prata", Georgia, serif; font-size: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span, .faq-list summary span::after { position: absolute; right: 8px; top: 50%; width: 18px; height: 1px; background: var(--clay); content: ""; transition: transform .25s; }
.faq-list summary span::after { right: 0; top: 0; transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -5px 60px 26px 0; color: var(--muted); font-size: 14px; }

.contact { position: relative; padding-block: 130px; color: var(--white); background: var(--ink); overflow: hidden; }
.contact::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 30%, rgba(189,106,82,.22), transparent 30%); }
.contact-inner { position: relative; z-index: 2; text-align: center; }
.contact-inner .eyebrow { justify-content: center; }
.contact-inner > p:not(.eyebrow) { max-width: 650px; margin: 28px auto; color: rgba(255,255,255,.65); }
.contact-number { display: block; width: max-content; max-width: 100%; margin: 30px auto 34px; border-bottom: 1px solid rgba(255,255,255,.22); font-family: "Prata", Georgia, serif; font-size: clamp(34px, 6vw, 72px); }
.contact-orbit { position: absolute; left: 50%; top: 50%; width: 760px; height: 760px; border: 1px solid rgba(223,155,131,.16); border-radius: 50%; transform: translate(-50%,-50%); }
.contact-orbit::before, .contact-orbit::after { content: ""; position: absolute; inset: 90px; border: 1px solid rgba(223,155,131,.1); border-radius: 50%; }
.contact-orbit::after { inset: 180px; }

.site-footer { padding-block: 38px; color: rgba(255,255,255,.62); background: #151019; }
.footer-row { display: grid; grid-template-columns: 1fr 1.25fr auto; align-items: center; gap: 50px; }
.footer-brand { color: var(--white); }
.site-footer p { margin: 0; font-size: 10px; line-height: 1.6; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes orbit { to { transform: rotate(360deg); } }
@keyframes scrollCue { 0%,100% { transform: scaleY(.4); transform-origin: top; } 50% { transform: scaleY(1); } }

@media (max-width: 1080px) {
  .site-nav { display: none; }
  .header-phone { margin-left: auto; }
  .hero-grid { gap: 36px; }
  .hero-portrait { min-height: 560px; }
  .portrait-frame { left: 20px; }
  .request-grid { grid-template-columns: repeat(2, 1fr); }
  .request-card { min-height: 420px; }
  .body-map-grid { gap: 40px; }
  .session-price { grid-template-columns: 1fr auto; }
  .session-price p { display: none; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }
  .site-header { background: rgba(32,24,39,.88); backdrop-filter: blur(15px); }
  .site-header.is-scrolled { color: var(--ink); background: rgba(251,247,239,.95); }
  .header-row { min-height: 72px; }
  .brand { min-width: 0; }
  .brand small, .header-phone { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; top: 72px; left: 0; right: 0; width: 100%; height: calc(100dvh - 72px); margin-left: 0; padding: 52px 24px; display: grid; align-content: start; gap: 12px; overflow-y: auto; color: var(--ink); background: var(--paper); transform: translateX(100%); transition: transform .3s; }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { padding: 16px 0; border-bottom: 1px solid var(--line); font-family: "Prata", Georgia, serif; font-size: 26px; font-weight: 400; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: 100svh; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 112px 80px; }
  .hero-copy { order: 2; }
  .hero-portrait { order: 1; min-height: 460px; }
  .portrait-frame { inset: 0 12% 0 12%; border-radius: 210px 210px 22px 22px; }
  .portrait-note { font-size: 9px; }
  .note-top { left: 7%; }
  .note-bottom { right: 7%; }
  .portrait-signature { display: none; }
  h1 { font-size: clamp(48px, 13vw, 72px); }
  .hero-lead { font-size: 16px; }
  .hero-stats { gap: 12px; }
  .hero-stats strong { font-size: 20px; }
  .hero-stats span { font-size: 8px; }
  .scroll-cue { display: none; }
  .section { padding-block: 82px; }
  .section-heading, .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .section-heading { align-items: start; }
  .request-grid { grid-template-columns: 1fr; }
  .request-card { min-height: 360px; }
  .abdomen-feature { grid-template-columns: 1fr; gap: 26px; padding: 30px; }
  .abdomen-copy { padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .body-map-grid { grid-template-columns: 1fr; }
  .body-visual { min-height: 520px; }
  .body-circle { width: 420px; height: 420px; }
  .body-silhouette { width: 250px; max-height: 480px; }
  .map-caption { display: none; }
  .session-steps { grid-template-columns: repeat(2, 1fr); }
  .session-steps li { min-height: 260px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .session-price { grid-template-columns: 1fr; text-align: center; }
  .about-grid, .faq-grid { gap: 44px; }
  .about-copy { padding-top: 0; }
  .footer-row { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .footer-brand { margin-inline: auto; }
  .mobile-call { position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 12px; min-height: 62px; padding: 8px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-radius: 999px; color: var(--white); background: var(--clay); box-shadow: 0 15px 45px rgba(32,24,39,.28); }
  .mobile-call span { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-call strong { font-size: 13px; }
  .site-footer { padding-bottom: 110px; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 28px); }
  .hero-portrait { min-height: 390px; }
  .portrait-frame { inset-inline: 4%; }
  .portrait-note { padding: 10px 12px; }
  .note-top { top: 25%; left: 0; }
  .note-bottom { right: 0; bottom: 10%; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-stats > div:last-child { grid-column: 1 / -1; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .section-heading h2, .body-content h2, .about-title h2, .faq-intro h2, .contact h2 { font-size: 40px; }
  .request-card { min-height: 330px; }
  .body-visual { min-height: 430px; }
  .body-circle { width: 340px; height: 340px; }
  .body-silhouette { width: 205px; max-height: 400px; }
  .method-switcher { display: grid; grid-template-columns: 1fr 1fr; }
  .method-panel { grid-template-columns: 1fr; }
  .session-steps { grid-template-columns: 1fr; }
  .session-steps li { min-height: 240px; border-right: 0; }
  .contact-number { font-size: 30px; }
  .mobile-call strong { font-size: 11px; }
}

@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; }
  .request-card, .request-card > *, .card-visual, .abdomen-icon { transform: none !important; }
}
