/* ============================================
   Dr. Amisha Angle (PT) — Physiotherapy Website
   Premium Dark-Mode Glassmorphism Revamp
   ============================================ */

/* --- CSS Custom Properties (Design Tokens) --- */
:root {
  /* Fonts */
  --font-sans: "Inter", sans-serif;
  --font-display: "Outfit", sans-serif;
  --font-editorial: Georgia, "Times New Roman", serif;
  /* Core Dark Palette */
  --ink: #35263d;
  --plum: #624172;
  --plum-deep: #482d56;
  /* Teal Accent */
  --sage: #e8eee7;
  /* Cyan */
  --lavender: #eee7f1;
  /* Emerald */
  --green: #54745d;
  /* Amber */
  --cream: #faf8f4;
  /* Rose */
  --coral: #cb7965;
  --coral-ink: #92503e;
  --peach: #f4e4d9;
  /* Neutral Lights (for text on dark) */
  --muted: #6c6370;
  --line: #e4dddF;
  --white: #fff;
  /* Glass */
  --header: rgb(250 248 244 / 96%);
  /* Gradients */
  /* Radius */
  --radius: 16px;
  /* Shadows */
  --shadow: 0 16px 45px rgb(53 38 61 / 7%);
  /* Transitions */
  --ease: cubic-bezier(.22, 1, .36, 1);
  /* === SEMANTIC THEME TOKENS (Dark Mode Default) === */
  color-scheme: light;
}

/* === LIGHT MODE THEME === */
/* Palette: #722F99 (Purple), #C5C1C1 (Gray), #FEE7C8 (Peach), #FF9292 (Coral) */
/* Override palette colors */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; -webkit-text-size-adjust: 100%; }
body { background: var(--cream); color: var(--ink); font: 400 15px/1.75 var(--font-sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
button { border: 0; }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
ul, ol { list-style: none; padding: 0; }
h1, h2, h3, h4 { font-weight: 400; }
h1, h2 { font-family: var(--font-editorial); letter-spacing: -.055em; line-height: 1.09; text-wrap: balance; }
h2 { font-size: clamp(38px, 4.1vw, 56px); }
h3, h4 { font-family: var(--font-display); font-weight: 500; }
em { color: var(--plum); font-weight: 400; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--plum); outline-offset: 5px; }
::selection { background: #dfcde5; color: var(--ink); }
[hidden] { display: none !important; }
#main:focus { outline: none; }

/* --- Custom Scrollbar --- */
html { scrollbar-color: #b7a5ba var(--cream); scrollbar-width: thin; }

/* --- SR Only (Accessibility) --- */
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 12px 20px; background: var(--plum); color: white; z-index: 100; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

/* =============================
   ANIMATIONS
   ============================= */
@keyframes arrive { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

/* --- Scroll Reveal --- */
.reveal.is-pending { opacity: 0; transform: translateY(22px); }
.reveal { transition: opacity .7s var(--ease), transform .7s var(--ease); }

/* Stagger children */
.services-grid .reveal:nth-child(3n+2) { transition-delay: 60ms; }
.services-grid .reveal:nth-child(3n+3) { transition-delay: 120ms; }

/* --- Utility Animations --- */
.hero-copy { animation: arrive .8s var(--ease) both; }
.hero-visual { animation: arrive 1s var(--ease) .1s both; }

/* =============================
   LAYOUT & CONTAINER
   ============================= */
.container { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 104px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--plum); font-size: 10px; line-height: 1.5; letter-spacing: .16em; font-weight: 600; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-bottom: 44px; }
.section-heading .eyebrow, .about-copy > .eyebrow, .conditions-layout > div > .eyebrow, .faq-intro > .eyebrow, .appointment-copy > .eyebrow { margin-bottom: 22px; }
.section-heading > p { max-width: 330px; color: var(--muted); padding-bottom: 5px; }
.text-link { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--plum); }
.text-link .icon { transition: transform .25s var(--ease); }
.text-link:hover .icon { transform: translateX(4px); }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }

/* =============================
   CUSTOM CURSOR GLOW
   ============================= */

/* =============================
   HEADER / NAVIGATION
   ============================= */
.announcement { background: var(--plum-deep); color: #f3eaf6; font-size: 10px; letter-spacing: .025em; }
.announcement-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.announcement a { display: inline-flex; align-items: center; gap: 7px; min-height: 35px; }
.announcement .icon { width: 13px; height: 13px; }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--header); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s; }
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 5px 20px rgb(53 38 61 / 3%); }
.header-inner { min-height: 87px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark { font-family: var(--font-editorial); font-style: italic; width: 43px; height: 47px; display: flex; align-items: center; justify-content: center; border: 1px solid #bdaac5; border-radius: 23px 23px 8px 8px; font-size: 41px; line-height: 1; padding-bottom: 9px; color: var(--plum); letter-spacing: -.1em; }
.brand-mark > span { color: var(--coral); }
.brand-type { font-family: var(--font-display); font-size: 19px; line-height: 1.3; letter-spacing: -.015em; }
.brand-type > span { display: block; font-family: var(--font-sans); font-size: 7.5px; letter-spacing: .16em; color: var(--muted); margin-top: 6px; font-weight: 500; }

/* Desktop Nav */
.site-nav { display: flex; align-items: center; gap: 29px; }
.nav-link { position: relative; display: inline-flex; align-items: center; min-height: 44px; font-size: 11px; font-weight: 500; color: var(--muted); }
.nav-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: var(--plum); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.nav-link:hover, .nav-link[aria-current] { color: var(--plum); }
.nav-link:hover::after, .nav-link[aria-current]::after { transform: scaleX(1); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 17px 23px; min-height: 54px; border: 1px solid var(--plum); border-radius: 7px; font-size: 12px; line-height: 1.5; font-weight: 500; color: white; background: var(--plum); transition: background .25s, transform .25s var(--ease), box-shadow .25s; cursor: pointer; }
.button:hover { background: var(--plum-deep); border-color: var(--plum-deep); transform: translateY(-2px); box-shadow: 0 8px 22px rgb(72 45 86 / 14%); }
.button-small { min-height: 43px; padding: 11px 16px; gap: 20px; font-size: 11px; }
.button-outline { background: transparent; color: var(--plum); }
.button-outline:hover { color: white; }

/* Mobile hamburger */
.menu-toggle { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 6px; flex-shrink: 0; }
.menu-toggle span { width: 19px; height: 1.5px; background: var(--ink); transition: transform .25s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

/* Mobile Menu Overlay */

/* =============================
   HERO SECTION
   ============================= */
.hero { position: relative; padding-top: 47px; overflow: clip; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 75px; align-items: center; padding-bottom: 67px; }
.hero-copy { padding-top: 3px; }
.hero-copy .eyebrow { font-size: 9px; letter-spacing: .13em; margin-bottom: 26px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgb(84 116 93 / 8%); flex-shrink: 0; }
.hero h1 { font-size: clamp(64px, 6.2vw, 88px); line-height: 1.02; }
.hero h1 em { position: relative; display: inline-block; }
.hero h1 em::after { content: ""; position: absolute; left: 3px; bottom: -8px; width: 93%; height: 9px; border-top: 2px solid #d5a48e; border-radius: 50%; transform: rotate(-2deg); }
.hero-description { max-width: 425px; color: var(--muted); font-size: 14px; line-height: 1.95; margin-top: 28px; }

/* Animated mesh blobs */
/* Floating particles */

/* Hero CTA Buttons */
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; margin-top: 29px; }
.hero-actions .text-link { font-size: 11px; gap: 10px; }

/* Hero Feature Chips */
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 35px; font-size: 10px; color: var(--muted); line-height: 1.8; }
.hero-note strong { font-weight: 500; color: var(--ink); }
.note-icon { width: 37px; height: 37px; display: grid; place-items: center; background: var(--peach); color: var(--coral-ink); border-radius: 50%; }

/* Hero Rating */
/* Hero Lottie Visual */

/* Floating info card in hero */
.care-badge { position: absolute; top: 64px; right: -27px; padding: 15px 18px 15px 13px; display: flex; gap: 11px; align-items: center; background: var(--white); border: 1px solid #f1edf2; border-radius: 12px; box-shadow: var(--shadow); transform: rotate(5deg); font-family: var(--font-display); font-size: 16px; line-height: 1.4; z-index: 2; }
.care-badge small { display: block; color: var(--muted); font: 9px/1.8 var(--font-sans); margin-top: 3px; }
.care-badge-icon { display: grid; place-items: center; width: 39px; height: 43px; background: var(--sage); color: var(--green); border-radius: 8px; }
.care-badge-icon .icon { width: 25px; height: 25px; }

/* Scroll indicator */
.hero-bottom { display: flex; justify-content: space-between; align-items: center; min-height: 57px; border-top: 1px solid var(--line); font-size: 10px; color: var(--muted); }
.hero-bottom > span { letter-spacing: .04em; }
.hero-bottom > a { display: flex; align-items: center; gap: 20px; min-height: 44px; }
.hero-bottom > a > span { font-size: 20px; color: var(--plum); }

/* =============================
   SECTION SHARED STYLES
   ============================= */
.section-footnote { margin-top: 31px; text-align: center; font-size: 12px; color: var(--muted); }
.section-footnote a { color: var(--plum); text-decoration: underline; text-underline-offset: 4px; display: inline-block; padding-block: 6px; }

/* Section Divider Waves */

/* =============================
   STATS BANNER
   ============================= */
.care-strip { background: var(--sage); border-block: 1px solid #e0e6de; }
.care-strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 25px; }
.care-strip-grid > div { display: flex; align-items: center; justify-content: center; gap: 12px; font-size: 12px; color: #425348; }
.care-strip-grid > div + div { border-left: 1px solid #cfd8cf; }
.care-strip .icon { width: 22px; height: 22px; }

/* =============================
   SERVICES / WHY CHOOSE US
   ============================= */
.services-section { background: #fffdfb; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: #fffdfb; display: flex; flex-direction: column; transition: border-color .3s, background .3s, transform .3s var(--ease), box-shadow .3s; }
.service-card:hover { border-color: #bea9c7; background: #f8f3fa; transform: translateY(-5px); box-shadow: var(--shadow); }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 27px; }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--plum); background: var(--lavender); border-radius: 12px; }
.service-icon .icon { width: 24px; height: 24px; }
.service-card:nth-child(3n+2) .service-icon { background: var(--peach); color: var(--coral-ink); }
.service-card:nth-child(3n+3) .service-icon { background: var(--sage); color: #48634e; }
.service-number { color: #746779; font: 11px var(--font-sans); }
.service-card h3 { font-size: 21px; letter-spacing: -.025em; margin-bottom: 10px; }
.service-card > p { color: var(--muted); font-size: 12px; line-height: 1.85; flex: 1; }
.service-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); margin-top: 24px; padding-top: 17px; color: var(--plum); font-size: 10px; font-weight: 500; }
.service-bottom > .icon { width: 17px; height: 17px; transition: transform .25s; }
.service-card:hover .service-bottom > .icon { transform: translate(2px, -2px); }

/* =============================
   TREATMENT PROCESS (Dark Section)
   ============================= */
.journey-section { background: #eee8ef; }
.journey-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
.journey-step { display: flex; flex-direction: column; }
.step-number { display: flex; align-items: center; justify-content: space-between; color: var(--plum); font: italic 37px var(--font-editorial); border-bottom: 1px solid #cfc0d5; padding-bottom: 23px; margin-bottom: 25px; }
.step-number > span, .step-number > .icon { font: 18px var(--font-sans); color: var(--plum); }
.journey-step h3 { font-size: 20px; margin-bottom: 11px; }
.journey-step p { color: var(--muted); font-size: 12px; line-height: 1.9; flex: 1; }
.step-tag { display: block; font-size: 8px; letter-spacing: .09em; color: var(--plum); padding-top: 22px; font-weight: 600; }

/* Arrow connector (desktop) */

/* =============================
   FAQ SECTION
   ============================= */
.faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; }
.faq-intro > p:not(.eyebrow) { max-width: 310px; color: var(--muted); margin-top: 24px; font-size: 13px; }
.faq-intro .text-link { margin-top: 18px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; font-family: var(--font-display); font-size: 17px; line-height: 1.5; }
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary:hover { color: var(--plum); }
.faq-item > p { font-size: 12px; line-height: 1.9; color: var(--muted); padding: 0 35px 24px 0; max-width: 550px; }
.faq-plus { width: 25px; height: 25px; position: relative; flex-shrink: 0; border-radius: 50%; background: var(--lavender); }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; background: var(--plum); top: 12px; left: 8px; width: 9px; height: 1px; }
.faq-plus::after { transform: rotate(90deg); transition: transform .2s; }
.faq-item[open] .faq-plus::after { transform: rotate(0); }

/* =============================
   CONDITIONS GRID
   ============================= */
.conditions-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; }
.conditions-layout > div > p:not(.eyebrow) { max-width: 340px; font-size: 13px; color: var(--muted); margin-top: 25px; }
.conditions-layout .text-link { margin-top: 20px; font-size: 12px; }
.condition-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 23px; }
.filter-button { min-height: 40px; padding: 9px 14px; border-radius: 5px; background: transparent; font-size: 10px; border: 1px solid var(--line); color: var(--muted); transition: background .2s, color .2s; }
.filter-button:hover { border-color: var(--plum); color: var(--plum); }
.filter-button.is-active { background: var(--plum); color: white; border-color: var(--plum); }
.conditions-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.condition-chip { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 17px 16px; min-height: 65px; border: 1px solid var(--line); border-radius: 7px; background: #fffdfb; font-size: 11px; transition: border-color .2s, background .2s; }
.condition-chip > span { font-size: 19px; color: var(--plum); }
.condition-chip:hover { border-color: #bfa4cc; background: var(--lavender); }
.condition-note { color: var(--muted); font-size: 10px; margin-top: 17px; }

/* =============================
   TESTIMONIALS
   ============================= */
.reviews-section { background: #f4e8de; padding-block: 65px; }
.reviews-inner { display: grid; grid-template-columns: 60px 1fr auto; gap: 35px; align-items: center; }
.review-mark { font-family: var(--font-editorial); font-size: 115px; color: var(--coral-ink); align-self: start; line-height: 1.2; }
.reviews-inner .eyebrow { margin-bottom: 17px; color: var(--coral-ink); }
.reviews-inner h2 { font-size: clamp(30px, 3vw, 40px); }
.reviews-inner h2 em { color: var(--coral-ink); }
.reviews-inner p:not(.eyebrow) { max-width: 550px; font-size: 12px; color: #70615c; margin-top: 18px; }
.reviews-inner .button { font-size: 11px; white-space: nowrap; }

/* =============================
   CTA RECOVERY SECTION
   ============================= */
.closing-section { background: var(--plum-deep); color: white; padding-block: 72px; overflow: clip; }
.closing-inner { position: relative; }
.closing-inner .eyebrow { color: #d0b6d8; margin-bottom: 24px; }
.closing-inner h2 { font-size: clamp(62px, 8vw, 108px); letter-spacing: -.065em; }
.closing-inner h2 em { color: #e8c3b0; }
.closing-inner > p:last-child { color: #d6c7dd; margin-top: 28px; font-size: 12px; }
.closing-link { position: absolute; right: 12%; top: 50%; transform: translateY(-50%); width: 130px; height: 130px; border: 1px solid #9b7fa5; border-radius: 50%; display: grid; place-items: center; transition: background .3s, border-color .3s; }
.closing-link::after { content: ""; position: absolute; inset: -35px; border: 1px solid #654871; border-radius: 50%; pointer-events: none; }
.closing-link .icon { width: 54px; height: 54px; stroke-width: 1; }
.closing-link:hover { background: var(--plum); border-color: white; }

/* =============================
   ABOUT SECTION
   ============================= */
.about-section { background: #f2eee9; padding-bottom: 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }
.about-art { position: relative; border-radius: 200px 200px 12px 12px; background: #e5dde8; min-height: 545px; overflow: hidden; display: flex; flex-direction: column; }
.movement-art { position: relative; height: 330px; width: 100%; display: grid; place-items: center; }
.orbit { position: absolute; left: 50%; top: 53%; border: 1px solid #b8a4c2; border-radius: 50%; transform: translate(-50%, -50%); }
.orbit-one { width: 145px; height: 145px; }
.orbit-two { width: 220px; height: 220px; }
.orbit-three { width: 290px; height: 290px; }
.orbit-two::after { content: ""; position: absolute; width: 12px; height: 12px; top: 12px; right: 38px; border-radius: 50%; background: var(--coral); border: 3px solid #e5dde8; }
.orbit-center { margin-top: 20px; display: grid; place-items: center; width: 100px; height: 100px; border-radius: 50%; background: var(--plum); color: #f9f2fa; }
.orbit-center .icon { width: 49px; height: 49px; stroke-width: 1.2; }
.art-label { position: absolute; padding: 6px 14px; font-size: 11px; font-family: var(--font-display); background: #f8f3f9; border-radius: 30px; color: var(--plum); border: 1px solid #d4c7da; }
.art-label-one { top: 60px; left: 70px; transform: rotate(-9deg); }
.art-label-two { top: 170px; right: 28px; transform: rotate(8deg); }
.art-label-three { bottom: 27px; left: 36px; transform: rotate(-5deg); }
.art-caption { padding: 22px 35px 40px; text-align: center; }
.art-caption .eyebrow { font-size: 8px; justify-content: center; letter-spacing: .12em; }
.art-caption > p { font: 39px/1.16 var(--font-editorial); letter-spacing: -.05em; margin-top: 17px; }
.about-copy > .intro { font-family: var(--font-display); color: var(--plum); font-size: 20px; margin-top: 25px; }
.about-copy > p:not(.eyebrow):not(.intro) { color: var(--muted); font-size: 13px; line-height: 1.9; margin-top: 16px; }
.about-values { display: grid; gap: 9px; margin-top: 26px; }
.about-values > div { display: flex; align-items: center; gap: 10px; font-size: 11px; }
.about-values .icon { width: 16px; height: 16px; color: var(--plum); }
.about-copy > .text-link { margin-top: 20px; font-size: 12px; }

/* Mission & Vision Cards */
.about-principle { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 30px; margin-top: 63px; border-top: 1px solid #dcd3df; }
.about-principle > span { color: var(--muted); font-size: 9px; letter-spacing: .13em; }
.about-principle > p { font: 24px/1.5 var(--font-editorial); letter-spacing: -.03em; }
.about-principle > .icon { color: var(--plum); width: 24px; height: 24px; }
.mobile-break { display: none; }

/* =============================
   APPOINTMENT PAGE
   ============================= */
.appointment-section { background: #f0ece7; }
.appointment-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 85px; align-items: start; }
.appointment-copy > p:not(.eyebrow) { font-size: 13px; color: var(--muted); max-width: 365px; margin-top: 25px; }
.appointment-card { background: #fffdfb; border: 1px solid #e4dce6; border-radius: 15px; padding: 34px; box-shadow: var(--shadow); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.form-heading h3 { font-size: 25px; letter-spacing: -.02em; }
.form-heading-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--plum); background: var(--lavender); }
.form-description { font-size: 11px; color: var(--muted); margin-top: 5px; }
.form-description span { display: inline-block; margin-top: 9px; font-size: 10px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; margin-top: 23px; }
.form-group { display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.full-width { grid-column: 1 / -1; }
.form-group > label { font-size: 11px; font-weight: 500; }
.form-group > label > span { color: var(--plum); }
.form-group .optional { color: var(--muted); font-weight: 400; }
.form-group input, .form-group select { width: 100%; min-width: 0; min-height: 46px; border: 1px solid #d8cfdc; border-radius: 6px; padding: 10px 12px; background: #fffdfb; font-size: 11px; transition: border-color .2s, box-shadow .2s; }
.form-group select { padding-right: 5px; }
.form-group input::placeholder { color: #807383; opacity: 1; }
.form-group input:focus, .form-group select:focus { outline: 2px solid var(--plum); outline-offset: 2px; border-color: var(--plum); }
.form-group > small { color: var(--muted); font-size: 9px; line-height: 1.5; }
.form-group input:user-invalid, .form-group select:user-invalid { border-color: #a53e39; }
.consent-label { display: flex; align-items: flex-start; gap: 10px; margin-block: 21px; font-size: 10px; color: var(--muted); cursor: pointer; }
.consent-label input { width: 16px; height: 16px; margin-top: 3px; flex-shrink: 0; accent-color: var(--plum); }
.form-submit { width: 100%; font-size: 11px; }
.privacy-note { display: flex; align-items: flex-start; gap: 7px; font-size: 9px; color: var(--muted); line-height: 1.7; margin: 15px 3px 0; }
.privacy-note .icon { margin-top: 2px; }
.noscript-note { padding: 20px; background: var(--lavender); border-radius: 8px; margin-top: 20px; font-size: 13px; }
.noscript-note a { text-decoration: underline; }

/* Clinic Info */
.clinic-detail { display: flex; gap: 17px; margin-top: 30px; }
.detail-icon { display: grid; place-items: center; width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px; border: 1px solid #dcd1df; color: var(--plum); }
.clinic-detail h3 { font-size: 17px; margin-bottom: 5px; }
.clinic-detail address { font-size: 11px; font-style: normal; color: var(--muted); line-height: 1.9; max-width: 330px; }
.clinic-detail .text-link { min-height: 32px; font-size: 10px; gap: 7px; margin-top: 5px; }
.clinic-detail p { font-size: 11px; color: var(--muted); }
.timezone { font-size: 9px; }
.clinic-hours { font-size: 11px; margin-top: 8px; }
.clinic-hours > div { display: flex; gap: 26px; padding-block: 3px; }
.clinic-hours dt { width: 47px; color: var(--muted); }
.clinic-hours dd { font-weight: 500; }
.clinic-detail .closed-note { font-size: 10px; margin-top: 6px; }
.phone-link { margin-top: 28px; padding-top: 23px; border-top: 1px solid #d8cfdc; display: flex; align-items: center; gap: 17px; color: var(--plum); max-width: 380px; }
.phone-link small { display: block; font-size: 10px; color: var(--muted); margin-bottom: 3px; }
.phone-link > span { font-size: 22px; font-family: var(--font-display); }
.phone-link > .icon:last-child { margin-left: auto; }

/* =============================
   FOOTER
   ============================= */
.site-footer { padding-block: 63px 25px; background: #faf8f4; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 70px; }
.footer-brand > p { margin-top: 20px; font-size: 12px; color: var(--muted); }
.footer-location { font-size: 10px; color: var(--plum); display: block; margin-top: 16px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column > h2 { font: 500 13px var(--font-display); letter-spacing: 0; margin-block: 8px 14px; }
.footer-column > a { font-size: 11px; min-height: 34px; display: inline-flex; align-items: center; gap: 6px; color: var(--muted); overflow-wrap: anywhere; max-width: 100%; }
.footer-column > a:hover { color: var(--plum); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 45px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 9px; }
.footer-bottom > a { display: inline-flex; align-items: center; gap: 14px; min-height: 35px; }
.medical-note { color: var(--muted); font-size: 9px; margin-top: 12px; max-width: 790px; }

/* =============================
   TOAST NOTIFICATION
   ============================= */
.form-result { margin-top: 20px; padding: 20px; border: 1px solid #b8cbb9; border-radius: 8px; background: #edf3eb; }
.form-result h4 { font-size: 20px; color: #35513a; }
.form-result > p { font-size: 11px; color: #46604a; margin-top: 7px; }
.form-result .button { width: 100%; min-height: 44px; padding: 12px; margin-top: 14px; gap: 12px; font-size: 11px; }

/* =============================
   PAGE VIEWS
   ============================= */
main { min-height: 100vh; }

/* =============================
   ICON SIZING
   ============================= */
.icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.icon.small { width: 14px; height: 14px; }

/* =============================
   SPACING UTILITIES
   ============================= */
/* =============================
   LOTTIE PLAYER SIZING
   ============================= */

/* =============================
   RESPONSIVE HELPERS
   ============================= */
.mobile-contact-bar { display: none; }

/* WhatsApp Floating Button */
.whatsapp-float { position: fixed; bottom: 23px; right: 24px; display: flex; align-items: center; gap: 9px; z-index: 25; background: #41614a; color: white; padding: 13px 17px; border: 1px solid #6a8271; border-radius: 50px; box-shadow: 0 5px 22px rgb(25 54 33 / 15%); font-size: 11px; transition: transform .2s, background .2s; }
.whatsapp-float .icon { width: 22px; height: 22px; }
.whatsapp-float:hover { transform: translateY(-3px); background: #304b37; }

/* =============================
   THEME TOGGLE SWITCH
   ============================= */

/* =============================
   HERO IMAGE CARD (Dr. Amisha Photo)
   ============================= */
.hero-visual { position: relative; width: calc(100% - 25px); max-width: 430px; margin-left: 5px; padding-bottom: 31px; }
.portrait-frame { position: relative; aspect-ratio: .85; border-radius: 230px 230px 12px 12px; overflow: hidden; background: #c6c2cc; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; }
.portrait-outline { position: absolute; inset: -12px 14px 16px -13px; border: 1px solid #ccbecd; border-radius: 230px 230px 14px 14px; }
.doctor-caption { position: absolute; bottom: 0; left: -26px; right: 23px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 21px 24px; background: #fffdfb; border: 1px solid #eee7e8; box-shadow: var(--shadow); border-radius: 10px; }
.doctor-caption .eyebrow { font-size: 7px; letter-spacing: .13em; }
.doctor-caption h2 { font-family: var(--font-display); font-size: 22px; letter-spacing: -.02em; margin-top: 8px; }
.doctor-caption h2 > span { font-size: 13px; }
.doctor-caption p { color: var(--muted); font-size: 10px; margin-top: 5px; }
.caption-seal { border: 1px solid #c6d3c2; border-radius: 50%; width: 33px; height: 33px; color: var(--green); display: grid; place-items: center; flex-shrink: 0; }
.portrait-side-note { position: absolute; right: -30px; bottom: 60px; writing-mode: vertical-rl; font-size: 7px; letter-spacing: .17em; color: var(--muted); }

/* Light mode specific overrides */
@media (min-width: 1440px) {
  .hero { padding-top: 62px; }
  .hero-grid { padding-bottom: 80px; }
}
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .site-nav { gap: 19px; }
  .brand-type { font-size: 17px; }
  .brand-type > span { font-size: 6.5px; }
  .hero-grid { gap: 48px; }
  .hero h1 { font-size: 69px; }
  .hero-description { font-size: 13px; }
  .hero-actions { gap: 16px; }
  .hero-actions .button { padding-inline: 17px; font-size: 11px; }
  .hero-copy .eyebrow { font-size: 8px; }
  .hero-note { margin-top: 23px; }
  .care-badge { right: -18px; top: 43px; font-size: 14px; padding: 11px; }
  .doctor-caption { left: -18px; right: 15px; padding: 19px; }
  .doctor-caption h2 { font-size: 19px; }
  .section { padding-block: 80px; }
  .about-section { padding-bottom: 0; }
  .about-grid, .conditions-layout, .faq-layout, .appointment-layout { gap: 48px; }
  .service-card { padding: 23px; }
  .about-art { min-height: 510px; }
  .movement-art { height: 315px; }
  .art-caption { padding-inline: 15px; }
  .art-caption > p { font-size: 35px; }
  .art-label-one { left: 34px; }
  .art-label-two { right: 13px; }
  .journey-grid { gap: 22px; }
  .step-tag { font-size: 7px; }
  .reviews-inner { grid-template-columns: 35px 1fr; gap: 25px; }
  .reviews-inner > .button { grid-column: 2; justify-self: start; }
  .review-mark { font-size: 85px; }
  .appointment-card { padding: 26px; }
  .footer-grid { gap: 40px; }
}
@media (max-width: 900px) {
  .header-inner { min-height: 77px; flex-wrap: wrap; }
  .site-nav { width: 100%; flex-wrap: wrap; padding-bottom: 18px; justify-content: center; }
  .site-header.nav-enhanced .header-inner { flex-wrap: nowrap; }
  .site-header.nav-enhanced .site-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 15px 25px rgb(53 38 61 / 8%); padding: 16px 32px 25px; flex-direction: column; align-items: stretch; gap: 3px; max-height: calc(100dvh - 95px); overflow-y: auto; }
  .site-header.nav-enhanced .nav-link { font-size: 14px; min-height: 49px; }
  .site-header.nav-enhanced .site-nav .button { margin-top: 9px; font-size: 13px; }
  .menu-toggle:not([hidden]) { display: flex; }
  .hero-grid { gap: 40px; grid-template-columns: 1.1fr 1fr; }
  .hero h1 { font-size: 61px; }
  .hero-copy .eyebrow { max-width: 250px; font-size: 8px; letter-spacing: .08em; }
  .hero-actions { gap: 9px; }
  .hero-description { font-size: 12px; }
  .hero-visual { width: calc(100% - 10px); padding-bottom: 48px; }
  .care-badge { top: 28px; right: -12px; font-size: 12px; }
  .care-badge small { font-size: 8px; }
  .care-badge-icon { width: 31px; height: 35px; }
  .doctor-caption { left: -15px; right: 0; padding: 17px; }
  .doctor-caption h2 { font-size: 17px; }
  .doctor-caption .eyebrow { font-size: 6px; }
  .caption-seal { width: 27px; height: 27px; }
  .care-strip-grid > div { font-size: 10px; gap: 9px; }
  .section-heading > p { max-width: 260px; font-size: 13px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-grid .reveal { transition-delay: 0s; }
  .about-grid { gap: 40px; }
  .about-art { min-height: 490px; }
  .movement-art { height: 300px; }
  .orbit-three { width: 250px; height: 250px; }
  .orbit-two { width: 190px; height: 190px; }
  .orbit-one { width: 130px; height: 130px; }
  .orbit-center { width: 85px; height: 85px; }
  .art-label-one { top: 61px; left: 22px; }
  .art-label-two { top: 185px; right: 8px; }
  .art-label-three { left: 19px; }
  .art-caption > p { font-size: 31px; }
  .about-copy > .intro { font-size: 18px; }
  .about-copy > p:not(.eyebrow):not(.intro) { font-size: 12px; }
  .about-principle > p { font-size: 21px; }
  .conditions-layout, .faq-layout { grid-template-columns: .85fr 1.15fr; gap: 35px; }
  .conditions-grid { grid-template-columns: 1fr; }
  .condition-chip { min-height: 49px; padding-block: 10px; }
  .condition-filters { gap: 6px; }
  .filter-button { font-size: 9px; padding-inline: 9px; }
  .journey-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 35px; }
  .step-tag { font-size: 8px; }
  .appointment-layout { grid-template-columns: .85fr 1.15fr; gap: 35px; }
  .form-grid { grid-template-columns: 1fr; gap: 16px; }
  .clinic-hours > div { flex-wrap: wrap; gap: 3px 15px; }
  .form-group input, .form-group select { font-size: 13px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand > p { margin-top: 15px; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 90px; }
  body { font-size: 14px; padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  .container { width: calc(100% - 40px); }
  .announcement-inner { justify-content: center; min-height: 31px; }
  .announcement-inner > span { display: none; }
  .announcement a { min-height: 31px; font-size: 9px; }
  .header-inner { min-height: 74px; }
  .brand-type { font-size: 18px; }
  .brand-mark { width: 35px; height: 41px; font-size: 36px; }
  .brand { gap: 10px; }
  .brand-type > span { font-size: 6.5px; }
  .site-header.nav-enhanced .site-nav { padding-inline: 20px; }
  .hero { padding-top: 35px; }
  .hero-grid { grid-template-columns: 1fr; gap: 47px; padding-bottom: 30px; }
  .hero-copy { padding: 0; }
  .hero-copy .eyebrow { max-width: none; font-size: 8px; letter-spacing: .11em; margin-bottom: 24px; }
  .hero h1 { font-size: clamp(61px, 14vw, 85px); }
  .hero-description { max-width: 440px; font-size: 13px; margin-top: 26px; }
  .hero-actions { gap: 22px; margin-top: 24px; }
  .hero-actions .button { min-height: 51px; font-size: 11px; }
  .hero-actions .text-link { font-size: 10px; gap: 8px; }
  .hero-note { font-size: 10px; margin-top: 22px; }
  .hero-visual { width: min(350px, calc(100% - 28px)); margin-inline: auto; padding-bottom: 28px; }
  .portrait-frame { aspect-ratio: .91; }
  .care-badge { top: 48px; right: -18px; font-size: 14px; padding: 12px; }
  .care-badge small { font-size: 8px; }
  .doctor-caption { padding: 18px; left: -14px; right: 13px; }
  .doctor-caption h2 { font-size: 20px; }
  .doctor-caption .eyebrow { font-size: 6px; }
  .doctor-caption p { font-size: 9px; }
  .portrait-side-note { right: -22px; font-size: 6px; }
  .hero-bottom { justify-content: center; font-size: 9px; min-height: 52px; }
  .hero-bottom > span { display: none; }
  .care-strip-grid { grid-template-columns: 1fr; padding-block: 16px; gap: 13px; }
  .care-strip-grid > div { font-size: 11px; justify-content: flex-start; padding-left: max(10px, calc((100% - 240px) / 2)); }
  .care-strip-grid > div + div { border-left: 0; }
  .care-strip .icon { width: 18px; height: 18px; }
  .section { padding-block: 64px; }
  h2 { font-size: 40px; }
  .eyebrow { font-size: 9px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { max-width: 400px; padding: 0; margin-top: 22px; font-size: 13px; }
  .services-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { padding: 25px; }
  .service-top { margin-bottom: 20px; }
  .service-card h3 { font-size: 24px; }
  .service-card > p { font-size: 13px; }
  .service-bottom { font-size: 11px; margin-top: 22px; }
  .section-footnote { font-size: 11px; max-width: 270px; margin-inline: auto; }
  .about-grid { grid-template-columns: 1fr; gap: 35px; }
  .about-copy { order: -1; }
  .about-copy > p:not(.eyebrow):not(.intro) { font-size: 13px; }
  .about-copy > .intro { font-size: 21px; }
  .about-values > div { font-size: 12px; }
  .about-art { max-width: 370px; width: 100%; margin-inline: auto; min-height: 485px; }
  .orbit-three { width: 275px; height: 275px; }
  .orbit-two { width: 210px; height: 210px; }
  .art-label-one { left: 50px; }
  .art-label-two { right: 20px; }
  .art-caption > p { font-size: 35px; }
  .about-section { padding-bottom: 0; }
  .about-principle { margin-top: 36px; flex-wrap: wrap; gap: 12px; padding-block: 25px; }
  .about-principle > span { width: 100%; font-size: 8px; }
  .about-principle > p { font-size: 23px; }
  .mobile-break { display: block; }
  .conditions-layout, .faq-layout, .appointment-layout { grid-template-columns: 1fr; gap: 33px; }
  .conditions-layout > div > p:not(.eyebrow) { max-width: 450px; }
  .condition-filters { gap: 7px; }
  .filter-button { padding-inline: 11px; font-size: 10px; min-height: 44px; }
  .conditions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .condition-chip { padding: 13px 12px; min-height: 68px; font-size: 11px; }
  .condition-note { font-size: 10px; }
  .journey-grid { gap: 30px 20px; }
  .step-number { font-size: 32px; padding-bottom: 14px; margin-bottom: 18px; }
  .journey-step h3 { font-size: 19px; line-height: 1.4; }
  .journey-step p { font-size: 11px; }
  .step-tag { font-size: 7px; letter-spacing: .06em; padding-top: 15px; }
  .reviews-section { padding-block: 48px; }
  .reviews-inner { gap: 12px; grid-template-columns: 1fr; }
  .review-mark { font-size: 75px; line-height: .7; }
  .reviews-inner h2 { font-size: 34px; }
  .reviews-inner p:not(.eyebrow) { font-size: 12px; }
  .reviews-inner > .button { grid-column: 1; margin-top: 13px; }
  .faq-intro > p:not(.eyebrow) { max-width: 360px; }
  .faq-item > summary { font-size: 17px; padding-block: 21px; }
  .faq-item > p { font-size: 12px; padding-right: 15px; }
  .appointment-copy > p:not(.eyebrow) { max-width: 390px; }
  .clinic-detail address { font-size: 12px; }
  .clinic-detail p, .clinic-hours { font-size: 12px; }
  .clinic-detail .text-link { min-height: 40px; font-size: 11px; }
  .appointment-card { padding: 25px 22px; }
  .form-description { font-size: 12px; }
  .form-description span, .form-group > small { font-size: 10px; }
  .form-group > label { font-size: 12px; }
  .form-group input, .form-group select { font-size: 16px; min-height: 49px; }
  .consent-label { font-size: 11px; gap: 12px; }
  .consent-label input { width: 19px; height: 19px; }
  .form-submit { font-size: 12px; gap: 12px; }
  .privacy-note { font-size: 10px; margin-top: 17px; }
  .closing-section { padding-block: 56px; }
  .closing-inner h2 { font-size: 67px; }
  .closing-inner .eyebrow { font-size: 8px; }
  .closing-link { width: 64px; height: 64px; top: 53%; right: 7px; }
  .closing-link::after { inset: -12px; }
  .closing-link .icon { width: 30px; height: 30px; }
  .closing-inner > p:last-child { font-size: 11px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 15px; }
  .footer-column:last-child { grid-column: 1 / -1; }
  .footer-column > a { min-height: 40px; font-size: 12px; }
  .footer-brand > p { font-size: 13px; }
  .footer-bottom { flex-wrap: wrap; gap: 9px; margin-top: 30px; font-size: 10px; }
  .footer-bottom > a { min-height: 44px; }
  .medical-note { font-size: 9px; }
  .site-footer { padding-block: 45px 24px; }
  .whatsapp-float { bottom: calc(78px + env(safe-area-inset-bottom)); right: 15px; padding: 12px; width: 47px; height: 47px; justify-content: center; }
  .whatsapp-float > span { display: none; }
  .mobile-contact-bar { position: fixed; display: grid; grid-template-columns: 1fr 1fr; bottom: 0; left: 0; right: 0; padding: 9px 15px calc(9px + env(safe-area-inset-bottom)); background: #fffdfb; border-top: 1px solid var(--line); z-index: 29; gap: 12px; box-shadow: 0 -5px 20px rgb(53 38 61 / 4%); }
  .mobile-contact-bar > a { display: flex; align-items: center; justify-content: center; min-height: 44px; gap: 10px; font-size: 11px; color: var(--plum); border-radius: 5px; }
  .mobile-contact-bar > a:last-child { background: var(--plum); color: white; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .hero h1 { font-size: 57px; }
  .hero-copy .eyebrow { font-size: 7px; }
  .hero-actions { gap: 12px; }
  .hero-actions .button { padding-inline: 13px; gap: 12px; }
  .hero-actions .text-link { font-size: 9px; }
  .brand-type { font-size: 16px; }
  .brand-type > span { font-size: 6px; }
  .doctor-caption { padding: 16px 13px; }
  .doctor-caption h2 { font-size: 18px; }
  .caption-seal { display: none; }
  .filter-button { font-size: 9px; padding-inline: 9px; }
  .condition-chip { font-size: 10px; }
  .closing-inner h2 { font-size: 59px; }
  .closing-link { width: 50px; height: 50px; right: 5px; }
  .closing-link::after { inset: -8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal.is-pending { opacity: 1; transform: none; }
}
@media print {
  .site-header { position: static; }
  .announcement, .site-nav, .menu-toggle, .whatsapp-float, .mobile-contact-bar, .closing-link, form { display: none !important; }
  body { padding: 0; color: black; background: white; }
  .container { width: 100%; }
  .section { padding-block: 25px; }
  .reveal.is-pending { opacity: 1; transform: none; }
  .service-card, .clinic-detail, .journey-step { break-inside: avoid; }
  .hero-visual { max-width: 270px; }
}

/* Smooth transitions for theme switching */
