@import 'tailwindcss';

:root {
  --ink: #2d342a;
  --forest: #3f5139;
  --leaf: #748764;
  --lime: #80cd0d;
  --cream: #faf6f8;
  --sand: #e7dce3;
  --terracotta: #900473;
  --pink: #fe9bc9;
  --white: #fffcfe;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 3px; }
button, a, input { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 12px 16px; background: var(--white); color: var(--ink); box-shadow: 0 8px 24px rgba(36,53,43,.2); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  height: 108px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4.5vw;
  color: var(--white);
  transition: height .3s ease, background-color .3s ease, box-shadow .3s ease, color .3s ease;
}
.site-header.is-scrolled { height: 82px; background: rgba(250,246,248,.96); box-shadow: 0 12px 38px rgba(32,44,29,.13); color: var(--ink); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; width: max-content; }
.brand-lockup { display: flex; align-items: center; gap: 12px; width: 282px; height: 76px; }
.brand-symbol { flex: 0 0 70px; width: 70px; height: 68px; object-fit: contain; filter: drop-shadow(0 5px 12px rgba(0,0,0,.16)); }
.brand-name { width: 198px; height: auto; object-fit: contain; transition: filter .3s ease; }
.site-header.is-scrolled .brand-name { filter: brightness(0) saturate(100%) invert(18%) sepia(13%) saturate(763%) hue-rotate(61deg) brightness(95%); }
nav { display: flex; align-items: center; gap: 36px; font-size: 14px; font-weight: 600; }
nav a { position: relative; padding: 12px 0; color: currentColor; text-shadow: 0 1px 8px rgba(22,33,20,.4); transition: color .2s ease; }
nav a::after { content: ''; position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; background: var(--pink); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); }
.site-header.is-scrolled nav a { text-shadow: none; }
.header-cta { justify-self: end; padding: 14px 21px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; background: var(--terracotta); box-shadow: 0 10px 28px rgba(92,0,73,.25); color: #fff; font-size: 13px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(92,0,73,.32); }

.hero {
  position: relative;
  min-height: 1100px;
  overflow: hidden;
  padding: 185px 4.5vw 100px;
  background: radial-gradient(circle at 84% 35%, rgba(128,205,13,.13), transparent 28%), radial-gradient(circle at 10% 78%, rgba(254,155,201,.08), transparent 24%), #344630;
}
.hero::before { content: ''; position: absolute; z-index: 0; top: 150px; right: -6vw; width: 35vw; height: 35vw; border: 1px solid rgba(254,155,201,.2); border-radius: 50%; }
.hero::after { content: ''; position: absolute; z-index: 0; left: -6vw; bottom: -10vw; width: 34vw; height: 34vw; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; width: 47%; max-width: 680px; color: var(--white); }
.eyebrow { margin: 0 0 24px; color: #d8c8b5; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1 { margin: 0; max-width: 700px; font: 400 clamp(50px, 4.7vw, 76px)/.98 Georgia, 'Times New Roman', serif; letter-spacing: -.045em; }
h1 em { color: var(--pink); font-weight: 400; }
.hero-text { max-width: 565px; margin: 28px 0 0; color: rgba(255,255,255,.88); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button.primary { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-width: 246px; padding: 17px 18px 17px 22px; border-radius: 2px; background: var(--terracotta); color: #fff; font-size: 13px; }
.button.primary span { font-size: 18px; }
.text-link { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 13px; }
.text-link span { margin-left: 10px; }
.trust-row { display: flex; align-items: center; gap: 15px; margin-top: 54px; }
.trust-row p { margin: 0; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.55; }
.trust-row strong { color: #fff; font-size: 12px; }
.avatars { display: flex; }
.avatars i { display: grid; place-items: center; width: 35px; height: 35px; margin-left: -7px; border: 2px solid var(--forest); border-radius: 50%; background: #e9decf; font-style: normal; font-size: 16px; }
.avatars i:first-child { margin-left: 0; }

.hero-visual { position: absolute; z-index: 1; top: 150px; right: 4.5vw; width: 43vw; max-width: 650px; height: 620px; }
.hero-photo-frame { position: absolute; inset: 0; overflow: hidden; border: 6px solid rgba(254,155,201,.92); border-bottom-width: 10px; border-radius: 50% 50% 6px 6px; background: #20331f; box-shadow: 0 32px 70px rgba(22,32,20,.32); }
.hero-photo-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(31,49,29,.28), transparent 42%); pointer-events: none; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; }
.hero-botanical { position: absolute; z-index: 2; right: -22px; bottom: 54px; display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: var(--terracotta); color: var(--pink); font-size: 24px; box-shadow: 0 16px 32px rgba(35,30,31,.24); }

.booking-card { position: absolute; z-index: 3; top: 670px; right: 4.5vw; width: min(440px, 42vw); padding: 28px; background: rgba(255,253,248,.98); box-shadow: 0 24px 70px rgba(22,32,20,.32); }
.booking-top { display: flex; justify-content: space-between; gap: 20px; }
.booking-top small { color: var(--leaf); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.booking-top h2 { margin: 6px 0 0; font: 400 28px Georgia, serif; }
.secure { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #d9d0c4; border-radius: 50%; color: var(--leaf); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin: 24px 0 18px; }
.steps button { display: flex; align-items: center; gap: 6px; border: 0; border-top: 2px solid #ddd2c4; padding: 8px 0 0; background: transparent; color: #998f82; font-size: 10px; text-align: left; }
.steps button.active { border-color: var(--terracotta); color: var(--terracotta); }
.steps button.done { border-color: var(--forest); color: var(--forest); cursor: pointer; }
.steps button:disabled { cursor: default; }
.steps small { color: inherit; font-size: 9px; }
.therapy-options { display: grid; gap: 8px; }
.therapy { display: grid; grid-template-columns: 18px 1fr auto; align-items: center; gap: 10px; width: 100%; padding: 13px 12px; border: 1px solid #ded6ca; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.therapy.selected { border-color: var(--forest); background: #eef0e9; }
.radio { width: 13px; height: 13px; border: 1px solid #aaa195; border-radius: 50%; }
.selected .radio { border: 4px solid var(--forest); }
.therapy-copy strong, .therapy-copy small { display: block; }
.therapy-copy strong { font-size: 12px; }
.therapy-copy small { margin-top: 3px; color: #80776d; font-size: 9px; }
.price { font-size: 11px; }
.continue { display: flex; align-items: center; justify-content: space-between; min-height: 46px; width: 100%; margin-top: 14px; padding: 14px 16px; border: 0; background: var(--forest); color: #fff; cursor: pointer; }
.continue:disabled, .back-button:disabled { cursor: wait; opacity: .66; }
.booking-actions { display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: end; }
.back-button { min-height: 46px; margin-top: 14px; padding: 0 14px; border: 1px solid #cfc4b6; background: transparent; color: var(--ink); cursor: pointer; }
.booking-note { margin: 11px 0 0; color: #8c8379; font-size: 9px; line-height: 1.5; text-align: center; }

.step-label { margin: 2px 0 12px; color: #887f74; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.day-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }
.day-grid button { display: grid; justify-items: center; gap: 3px; padding: 10px 5px; border: 1px solid #ded6ca; background: transparent; color: var(--ink); cursor: pointer; }
.day-grid button.selected, .time-grid button.selected, .payment-methods button.selected { border-color: var(--forest); background: #e8ece4; }
.day-grid small { color: #8b8175; font-size: 8px; }
.day-grid strong { font: 400 22px Georgia, serif; }
.time-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; margin: 10px 0 4px; }
.time-grid button { padding: 10px 4px; border: 1px solid #ded6ca; background: transparent; color: var(--ink); font-size: 11px; cursor: pointer; }
.booking-summary { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 9px; margin-bottom: 14px; padding: 11px; background: #eef0e9; }
.booking-summary > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--forest); color: #fff; }
.booking-summary strong, .booking-summary small { display: block; }
.booking-summary strong { font-size: 11px; }
.booking-summary small { margin-top: 3px; color: #746c63; font-size: 9px; }
.customer-fields { display: grid; gap: 8px; margin-bottom: 14px; }
.customer-fields > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.customer-fields label { color: #746c63; font-size: 9px; font-weight: 700; }
.customer-fields input { width: 100%; margin-top: 4px; padding: 10px; border: 1px solid #ded6ca; outline: none; background: #fffdf9; color: var(--ink); font-size: 10px; }
.customer-fields input:focus { border-color: var(--forest); }
.customer-fields input:invalid:not(:placeholder-shown) { border-color: var(--terracotta); }
.payment-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.payment-methods button { min-height: 52px; padding: 10px; border: 1px solid #ded6ca; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.payment-methods strong, .payment-methods small { display: block; }
.payment-methods strong { font-size: 11px; }
.payment-methods small { margin-top: 3px; color: #7c746a; font-size: 8px; }
.continue.payment { background: var(--terracotta); }
.demo-alert { margin: 13px 0 0; padding: 10px 12px; border-left: 3px solid var(--terracotta); background: #f4ebde; color: #6f6254; font-size: 9px; line-height: 1.55; }
.demo-alert strong { color: var(--ink); }
.confirmation { padding-top: 12px; text-align: center; }
.check { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 50%; background: var(--forest); color: #fff; font-size: 23px; }
.confirmation h3 { margin: 0 0 10px; font: 400 25px Georgia, serif; }
.confirmation > p { color: #5e645d; font-size: 12px; line-height: 1.6; }
.confirmation > .approval-status { margin: 0 0 6px; color: var(--leaf); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.confirmation-note { margin: 16px 0; padding: 10px; background: #f4ebde; color: #7d6e5d; font-size: 9px; line-height: 1.5; }

.section { max-width: 1180px; margin: 0 auto; padding: 120px 38px; }
.section-wide { padding: 110px max(4.5vw, 28px); }
.section-number { color: var(--terracotta); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.eyebrow.dark { color: var(--terracotta); }
.section h2, .section-wide h2 { margin: 0; font: 400 clamp(42px,4.5vw,68px)/1.03 Georgia, serif; letter-spacing: -.035em; }

.pain-depth { background: #fffafd; }
.pain-intro { display: grid; grid-template-columns: .55fr 1.35fr .8fr; gap: 48px; align-items: start; max-width: 1240px; margin: 0 auto 56px; }
.pain-intro h2 { max-width: 760px; font-size: clamp(42px,4vw,62px); }
.pain-lead { margin: 36px 0 0; color: #5d655a; font-size: 15px; line-height: 1.75; }
.pain-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; max-width: 1240px; margin: 0 auto; }
.pain-grid article { overflow: hidden; background: #fff; border: 1px solid #e5dce1; box-shadow: 0 2px 4px rgba(50,42,47,.04), 0 16px 36px rgba(50,42,47,.08); }
.pain-image { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #e8e1e4; }
.pain-image::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(36,40,34,.38)); pointer-events: none; }
.pain-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.pain-grid article:hover .pain-image img { transform: scale(1.025); }
.pain-image span { position: absolute; z-index: 1; right: 16px; bottom: 16px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(47,62,43,.78); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; backdrop-filter: blur(8px); }
.pain-copy { min-height: 184px; padding: 24px 24px 28px; }
.pain-grid h3 { max-width: 290px; margin: 0 0 12px; font: 400 24px/1.15 Georgia, serif; }
.pain-grid p { max-width: 320px; margin: 0; color: #5f685d; font-size: 13px; line-height: 1.7; }
.pain-conclusion { display: grid; grid-template-columns: 1.4fr auto; gap: 48px; align-items: center; max-width: 1240px; margin: 1px auto 0; padding: 36px 40px; background: var(--terracotta); color: #fff; }
.pain-conclusion p { max-width: 760px; margin: 0; font: 400 21px/1.5 Georgia, serif; }
.pain-conclusion strong { color: var(--pink); font-weight: 400; }
.button.pain-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 250px; padding: 15px 18px; background: var(--lime); color: #263520; font-size: 12px; }

.intro { display: grid; grid-template-columns: 160px 1.25fr 1fr; gap: 48px; align-items: start; }
.intro-heading h2 { max-width: 560px; }
.intro-copy { padding-top: 36px; }
.intro-copy p { margin: 0 0 18px; color: #59645c; font-size: 16px; line-height: 1.75; }

.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; padding-top: 0; background: #ded3dc; }
.principles article { position: relative; min-height: 420px; padding: 46px; background: #f5eaf0; }
.principles article:nth-child(2) { background: #f4e0eb; }
.principles article:nth-child(3) { background: #e7efdf; }
.principles article > span { color: #897f73; font-size: 10px; }
.principle-icon { margin: 55px 0 30px; color: var(--terracotta); font: 54px Georgia, serif; }
.principles h3 { margin: 0 0 15px; font: 400 30px Georgia, serif; }
.principles p { max-width: 330px; color: #5d665f; font-size: 14px; line-height: 1.7; }

.doshas { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 720px; padding-top: 0; padding-bottom: 0; background: var(--forest); color: #fff; }
.dosha-photo { min-height: 650px; background: linear-gradient(to top,rgba(31,54,40,.35),transparent 50%), url('/assets/SITE08_andressaayurveda_sites_v5_wx4_v2/dosha.jpg') center/cover; }
.dosha-content { padding: 90px 7vw 70px; }
.dosha-content h2 { color: #f6ede1; }
.dosha-lead { max-width: 620px; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.7; }
.dosha-list { margin-top: 40px; }
.dosha-list article { display: grid; grid-template-columns: 100px 120px 1fr; gap: 18px; align-items: baseline; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.16); }
.dosha-list span { color: #ccbda9; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.dosha-list h3 { margin: 0; font: 400 26px Georgia, serif; }
.dosha-list p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.6; }

.signals { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.signals > div > p:last-child { max-width: 500px; color: #637067; font-size: 15px; line-height: 1.75; }
.signals ul { margin: 0; padding: 0; list-style: none; }
.signals li { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 24px 0; border-top: 1px solid #d8cfc3; font: 400 20px/1.35 Georgia, serif; }
.signals li span { color: var(--terracotta); font: 10px Arial, sans-serif; }
.signals li strong { display: block; font: 400 21px/1.35 Georgia, serif; }
.signals li p { max-width: 560px; margin: 7px 0 0; color: #647066; font: 400 13px/1.65 Arial, sans-serif; }
.outcome-cta { display: inline-flex; align-items: center; gap: 28px; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid var(--terracotta); color: var(--terracotta); font-size: 12px; font-weight: 700; }

.services { background: #33432f; color: #fff; }
.services-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; max-width: 1240px; margin: 0 auto 60px; }
.services-head p:last-child { color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; max-width: 1240px; margin: 0 auto; background: rgba(255,255,255,.14); }
.service-grid article { position: relative; min-height: 475px; padding: 36px; background: #40543a; }
.service-grid article:nth-child(2) { background: #385442; }
.single-service { grid-template-columns: 1fr; max-width: 760px; margin-left: auto; margin-right: auto; }
.single-service article { min-height: 570px; }
.service-index { color: #a6b2a8; font-size: 10px; }
.service-symbol { margin: 60px 0 34px; color: #ddc3a5; font: 54px Georgia, serif; }
.service-grid h3 { margin: 0 0 16px; font: 400 28px Georgia, serif; }
.service-grid p { min-height: 90px; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.7; }
.service-benefits { display: grid; gap: 10px; margin: 20px 0 24px; padding: 0; list-style: none; }
.service-benefits li { position: relative; padding-left: 20px; color: rgba(255,255,255,.88); font-size: 12px; line-height: 1.45; }
.service-benefits li::before { content: '✓'; position: absolute; left: 0; color: var(--lime); font-weight: 700; }
.service-grid small { color: #d9f6ad; font-size: 10px; }
.service-grid button { position: absolute; left: 36px; right: 36px; bottom: 32px; display: flex; justify-content: space-between; padding: 13px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); background: transparent; color: #fff; font-size: 12px; cursor: pointer; }
.price-disclaimer { max-width: 1240px; margin: 16px auto 0; color: rgba(255,255,255,.45); font-size: 9px; }

.journey { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.journey ol { margin: 0; padding: 0; counter-reset: steps; list-style: none; }
.journey li { position: relative; display: grid; grid-template-columns: 160px 1fr; gap: 28px; padding: 26px 0 26px 45px; border-top: 1px solid #d8cfc3; counter-increment: steps; }
.journey li::before { content: '0' counter(steps); position: absolute; top: 30px; left: 0; color: var(--terracotta); font-size: 9px; }
.journey li strong { font: 400 21px Georgia, serif; }
.journey li span { color: #637067; font-size: 13px; line-height: 1.7; }
.journey-lead { max-width: 430px; color: #637067; font-size: 14px; line-height: 1.7; }

.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; padding-top: 0; padding-bottom: 0; background: #7f1769; color: #fff; }
.about-image { background: linear-gradient(to top,rgba(63,81,57,.22),transparent 50%), url('/assets/SITE08_andressaayurveda_sites_v5_wx4_v2/about.jpg') center/cover; }
.about-copy { padding: 100px 9vw; }
.about-copy h2 { color: #fff4e8; }
.about-intro { font: italic 22px/1.55 Georgia, serif; }
.about-copy > p:not(.eyebrow):not(.about-intro) { color: rgba(255,255,255,.75); font-size: 14px; line-height: 1.75; }
.button.light { display: inline-flex; gap: 30px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 12px; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.faq-list details { border-top: 1px solid #d8cfc3; }
.faq-list details:last-child { border-bottom: 1px solid #d8cfc3; }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; cursor: pointer; font: 400 18px Georgia, serif; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--terracotta); font: 20px Arial, sans-serif; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -5px 0 24px; color: #637067; font-size: 13px; line-height: 1.75; }

.final-cta { display: flex; justify-content: space-between; align-items: end; gap: 60px; min-height: 390px; padding: 90px max(7vw,38px); background: linear-gradient(rgba(48,63,44,.84),rgba(48,63,44,.84)), url('/assets/SITE08_andressaayurveda_sites_v5_wx4_v2/final.jpg') center/cover; color: #fff; }
.final-cta h2 { max-width: 760px; margin: 0; font: 400 clamp(42px,5vw,72px)/1 Georgia, serif; }
.final-cta .button { flex: 0 0 auto; }

footer { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 50px; align-items: start; padding: 60px max(4.5vw,28px) 30px; background: #293825; color: #fff; }
.footer-brand { color: #fff; }
footer > p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.7; }
footer > div { display: flex; justify-content: flex-end; gap: 24px; font-size: 11px; }
footer > small { grid-column: 1/-1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.38); font-size: 9px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { min-height: 1370px; background: radial-gradient(circle at 84% 35%, rgba(128,205,13,.13), transparent 28%), #344630; }
  .hero-copy { width: 75%; }
  .hero-visual { top: 600px; right: 5vw; width: 58vw; height: 520px; }
  .booking-card { top: 900px; right: auto; left: 5vw; width: min(430px, 62vw); }
  .intro { grid-template-columns: 1fr 1fr; }
  .intro .section-number { display: none; }
  .pain-intro { grid-template-columns: .65fr 1.35fr; }
  .pain-lead { grid-column: 2; margin-top: -12px; }
  .pain-grid { grid-template-columns: repeat(2,1fr); }
  .principles article { padding: 30px; }
  .doshas { grid-template-columns: 1fr; }
  .dosha-photo { min-height: 460px; }
  .signals, .journey, .faq { gap: 50px; }
  .service-grid article { padding: 28px; }
}

@media (max-width: 680px) {
  .site-header { height: 86px; padding: 0 18px; }
  .site-header.is-scrolled { height: 72px; }
  .brand-lockup { gap: 6px; width: 184px; height: 54px; }
  .brand-symbol { flex-basis: 46px; width: 46px; height: 46px; }
  .brand-name { width: 132px; height: auto; }
  .header-cta { padding: 10px 11px; border: 1px solid rgba(255,255,255,.45); font-size: 9px; }
  .hero { min-height: auto; padding: 138px 20px 60px; background: radial-gradient(circle at 90% 42%, rgba(128,205,13,.13), transparent 25%), #344630; }
  .hero-copy { width: 100%; }
  h1 { font-size: 44px; line-height: 1.02; }
  .hero-text { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .trust-row { margin-top: 35px; }
  .hero-visual { position: relative; top: auto; right: auto; width: 100%; height: 430px; margin-top: 68px; }
  .hero-photo-frame { border-width: 4px; border-bottom-width: 7px; }
  .hero-botanical { right: -8px; bottom: 30px; width: 54px; height: 54px; }
  .booking-card { position: relative; top: auto; right: auto; left: auto; width: 100%; margin-top: 62px; padding: 22px; }
  .booking-top h2 { font-size: 24px; }
  .therapy, .day-grid button, .time-grid button, .payment-methods button { min-height: 44px; }
  .customer-fields > div { grid-template-columns: 1fr; }
  .customer-fields input { min-height: 44px; font-size: 16px; }
  .section, .section-wide { padding: 80px 20px; }
  .section h2, .section-wide h2 { font-size: 42px; }
  .pain-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 40px; }
  .pain-intro h2 { font-size: 42px; }
  .pain-lead { grid-column: auto; margin-top: 0; }
  .pain-grid { grid-template-columns: 1fr; }
  .pain-grid { gap: 16px; }
  .pain-copy { min-height: auto; padding: 24px; }
  .pain-conclusion { grid-template-columns: 1fr; gap: 28px; padding: 30px 24px; }
  .button.pain-button { width: 100%; }
  .intro, .signals, .journey, .faq, .about, .services-head { grid-template-columns: 1fr; gap: 38px; }
  .principles, .service-grid { grid-template-columns: 1fr; }
  .principles { padding-top: 0; padding-bottom: 0; }
  .principles article { min-height: 320px; }
  .principle-icon { margin: 35px 0 20px; }
  .doshas { padding: 0; }
  .dosha-photo { min-height: 380px; }
  .dosha-content { padding: 70px 20px; }
  .dosha-list article { grid-template-columns: 80px 1fr; }
  .dosha-list article p { grid-column: 1/-1; }
  .signals li { font-size: 18px; }
  .services { padding-left: 20px; padding-right: 20px; }
  .service-grid article { min-height: 420px; }
  .journey li { grid-template-columns: 1fr; gap: 8px; }
  .about { padding: 0; }
  .about-image { min-height: 480px; }
  .about-copy { padding: 70px 24px; }
  .faq { padding-bottom: 90px; }
  .final-cta { align-items: flex-start; flex-direction: column; min-height: 500px; padding: 70px 24px; }
  footer { grid-template-columns: 1fr; }
  footer > div { justify-content: flex-start; }
}

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