/* ==========================================================================
   Shankar Jyoti Netralaya — Design System
   Palette extracted from booking.shankarjyotinetralaya.com
   Sky-blue + deep navy · gold accent · Plus Jakarta Sans / Inter
   ========================================================================== */

:root {
    /* Brand — blue scale */
    --c-primary:       #1f9fd4;
    --c-primary-dark:  #1581b1;
    --c-primary-deep:  #0f6890;
    --c-primary-light: #8fd4f0;

    /* Navy / dark */
    --c-navy:          #0c2a3d;
    --c-navy-mid:      #143b52;
    --c-navy-deep:     #07111e;

    /* Accent — gold */
    --c-accent:        #f5b400;
    --c-accent-dark:   #d99e00;
    --c-accent-ink:    #3a2a00;

    /* Ink / neutrals */
    --c-ink:           #0c2438;
    --c-body:          #2d4658;
    --c-muted:         #6587a0;
    --c-line:          #cfe8f7;
    --c-soft:          #eaf7fd;
    --c-soft-2:        #f5fbfe;
    --c-white:         #ffffff;

    /* Effects */
    --radius:          18px;
    --radius-sm:       12px;
    --radius-lg:       26px;
    --shadow-sm:       0 2px 14px rgba(31, 159, 212, .10);
    --shadow:          0 16px 44px -18px rgba(12, 42, 61, .30);
    --shadow-lg:       0 34px 80px -34px rgba(12, 42, 61, .50);
    --shadow-blue:     0 18px 40px -18px rgba(31, 159, 212, .55);
    --ring:            0 0 0 4px rgba(31, 159, 212, .18);

    --container:       1280px;
    --gut:             clamp(20px, 5vw, 56px);
    --ease:            cubic-bezier(.2, .7, .2, 1);

    --ff-head: "Plus Jakarta Sans", system-ui, sans-serif;
    --ff-body: "Inter", system-ui, sans-serif;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--ff-body); color: var(--c-body); background: var(--c-white);
    line-height: 1.65; font-size: 16px; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: var(--ff-head); color: var(--c-ink); line-height: 1.16; font-weight: 700; letter-spacing: -.015em; }
img { max-width: 100%; display: block; }
a { color: var(--c-primary); text-decoration: none; transition: color .2s var(--ease); }
ul { list-style: none; padding: 0; }
button { font-family: inherit; cursor: pointer; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gut); }
.narrow { max-width: 860px; }
.center { text-align: center; }

.skip-link { position: absolute; left: -999px; top: 0; z-index: 1000; background: var(--c-navy); color: #fff; padding: 10px 18px; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--c-accent); outline-offset: 2px; border-radius: 4px; }

/* ---------- Gradient text ---------- */
.grad-text { background: linear-gradient(100deg, var(--c-primary-light), #ffffff 70%); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Icons ---------- */
.icon { width: 24px; height: 24px; flex: none; display: inline-block; vertical-align: middle; }
.icon--xs { width: 15px; height: 15px; }
.icon--sm { width: 18px; height: 18px; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; gap: .55em; font-family: var(--ff-head);
    font-weight: 600; font-size: .95rem; padding: .8em 1.45em; border-radius: 999px;
    border: 1.5px solid transparent; cursor: pointer; white-space: nowrap; line-height: 1;
    transition: transform .2s var(--ease), box-shadow .25s var(--ease), background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--sm { padding: .6em 1.1em; font-size: .85rem; }
.btn--lg { padding: .95em 1.7em; font-size: 1rem; }
.btn--block { width: 100%; justify-content: center; }

.btn--primary { background: var(--c-primary); color: #fff; box-shadow: var(--shadow-blue); }
.btn--primary:hover { background: var(--c-primary-dark); color: #fff; }
.btn--accent { background: var(--c-accent); color: var(--c-accent-ink); box-shadow: 0 14px 30px -12px rgba(245, 180, 0, .75); }
.btn--accent:hover { background: var(--c-accent-dark); color: var(--c-accent-ink); }
.btn--ghost { background: transparent; color: var(--c-primary-deep); border-color: var(--c-line); }
.btn--ghost:hover { border-color: var(--c-primary); color: var(--c-primary); background: var(--c-soft); }
.btn--glass { background: rgba(255,255,255,.10); color: #fff; border-color: rgba(255,255,255,.45); backdrop-filter: blur(8px); }
.btn--glass:hover { background: rgba(255,255,255,.2); color: #fff; }
.btn--ghost-light { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.5); }
.btn--ghost-light:hover { background: rgba(255,255,255,.24); color: #fff; }

/* ---------- Eyebrow / section heads ---------- */
.eyebrow { display: inline-flex; align-items: center; gap: .45em; font-family: var(--ff-head); font-weight: 700; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--c-primary); margin-bottom: .9rem; }
.eyebrow--light { color: var(--c-primary-light); }

.section { padding: clamp(56px, 8vw, 112px) 0; position: relative; }
.section--soft { background: var(--c-soft-2); }
.section-head { max-width: 720px; margin: 0 auto clamp(36px, 5vw, 60px); text-align: center; }
.section-title { font-size: clamp(1.75rem, 3.4vw, 2.75rem); }
.section-title--light { color: #fff; }
.section-lead { font-size: 1.075rem; color: var(--c-muted); margin-top: 1rem; }
.section-lead--center { margin-inline: auto; }
.section-lead--light { color: rgba(255,255,255,.82); }

/* ---------- Topbar ---------- */
.topbar { background: var(--c-navy-deep); color: rgba(255,255,255,.85); font-size: .82rem; line-height: 1; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 42px; flex-wrap: wrap; }
.topbar a { color: rgba(255,255,255,.85); display: inline-flex; align-items: center; gap: .45em; line-height: 1; }
.topbar a:hover { color: var(--c-accent); }
.topbar__contact { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
.topbar__contact .icon, .topbar__meta .icon { color: var(--c-primary-light); }
.topbar__meta { display: inline-flex; align-items: center; gap: .45em; line-height: 1; }
@media (max-width: 991px) { .topbar__hours, .topbar__meta { display: none; } }
@media (max-width: 767px) { .topbar { display: none; } }

/* ---------- Floating pill header ---------- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 14px var(--gut) 0; transition: padding .3s var(--ease); }
.site-header__inner {
    position: relative; max-width: 1180px; margin-inline: auto;
    display: flex; align-items: center; gap: 16px; min-height: 64px; padding: 9px 14px 9px 26px;
}
/* Glass pill rendered on a pseudo so the inner stays a normal containing block
   (a backdrop-filter here would trap the fixed mobile drawer inside the pill). */
.site-header__inner::before {
    content: ""; position: absolute; inset: 0; z-index: -1; border-radius: 999px;
    background: rgba(255,255,255,.93);
    -webkit-backdrop-filter: blur(16px) saturate(1.4); backdrop-filter: blur(16px) saturate(1.4);
    border: 1px solid rgba(255,255,255,.7);
    box-shadow: 0 12px 34px -16px rgba(12,42,61,.30);
    transition: background .3s var(--ease), box-shadow .3s var(--ease);
}
.site-header.is-scrolled { padding-top: 8px; }
.site-header.is-scrolled .site-header__inner::before { background: rgba(255,255,255,.98); box-shadow: 0 14px 38px -16px rgba(12,42,61,.4); }

.brand { display: inline-flex; align-items: center; flex: none; }
.brand__logo { height: 42px; width: auto; }
.brand__logo--invert { height: 56px; filter: brightness(0) invert(1); opacity: .92; }
@media (max-width: 520px) { .brand__logo { height: 36px; } }

.nav { display: flex; align-items: center; gap: 22px; }
.nav__list { display: flex; align-items: center; gap: 2px; }
.nav__link { font-family: var(--ff-head); font-weight: 600; font-size: .94rem; color: var(--c-ink); padding: .5em .8em; border-radius: 999px; position: relative; transition: color .2s, background .2s; }
.nav__link::after { content: ""; position: absolute; left: 50%; bottom: .25em; transform: translateX(-50%); width: 0; height: 2px; background: var(--c-accent); border-radius: 2px; transition: width .25s var(--ease); }
.nav__link:hover { color: var(--c-primary); }
.nav__link:hover::after, .nav__link.is-active::after { width: 16px; }
.nav__link.is-active { color: var(--c-primary); }
.nav__close, .nav__cta, .nav__head, .nav__contact { display: none; }

/* ----- Nav dropdowns (shared structure) ----- */
.nav__item { position: relative; }
.nav__row { display: flex; align-items: center; }
.nav__caret { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-left: -2px; padding: 0; border: 0; background: none; color: var(--c-muted); cursor: pointer; }
.nav__caret .icon { width: 15px; height: 15px; transition: transform .25s var(--ease); }

.nav__sub-link { display: flex; align-items: center; gap: .7rem; padding: .55rem .7rem; border-radius: 12px; color: var(--c-ink); transition: background .2s, color .2s; }
.nav__sub-link:hover, .nav__sub-link:focus-visible { background: var(--c-soft); color: var(--c-primary); }
.nav__sub-icon { flex: none; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--c-soft); color: var(--c-primary); transition: background .2s, color .2s; }
.nav__sub-link:hover .nav__sub-icon, .nav__sub-link:focus-visible .nav__sub-icon { background: var(--c-primary); color: #fff; }
.nav__sub-text { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.nav__sub-title { font-family: var(--ff-head); font-weight: 600; font-size: .9rem; }
.nav__sub-meta { font-size: .76rem; color: var(--c-muted); margin-top: 1px; }
.nav__sub-link:hover .nav__sub-meta, .nav__sub-link:focus-visible .nav__sub-meta { color: var(--c-primary-deep); }

/* Desktop: floating dropdown panel that reveals on hover / keyboard focus. */
@media (min-width: 1031px) {
    .nav__item--drop:hover .nav__caret, .nav__item--drop:focus-within .nav__caret { color: var(--c-primary); }
    .nav__sub {
        position: absolute; top: calc(100% + 12px); left: 50%;
        transform: translateX(-50%) translateY(8px);
        min-width: 280px; max-width: 340px;
        background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius);
        box-shadow: var(--shadow); padding: 10px; display: grid; gap: 2px;
        opacity: 0; visibility: hidden; pointer-events: none;
        transition: opacity .25s var(--ease), transform .25s var(--ease); z-index: 50;
    }
    /* Invisible bridge so the cursor can cross the gap without closing the menu. */
    .nav__sub::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
    .nav__item--drop:hover .nav__sub,
    .nav__item--drop:focus-within .nav__sub {
        opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0);
    }
    .nav__item--drop:hover .nav__caret .icon,
    .nav__item--drop:focus-within .nav__caret .icon { transform: rotate(180deg); }
}

.header__cta { margin-left: auto; flex: none; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--c-line); border-radius: 50%; background: #fff; padding: 0; flex: none; }
.nav-toggle span { display: block; width: 18px; height: 2px; background: var(--c-ink); border-radius: 2px; margin: 4px auto; }
.nav-overlay { position: fixed; inset: 0; background: rgba(7,17,30,.55); z-index: 110; opacity: 0; pointer-events: none; transition: opacity .3s; }

/* Centre the nav within the pill on desktop. Keeping it in flow (auto side
   margins) lets the gaps absorb free space, so the nav never overlaps the
   logo or CTA as the pill narrows toward the 1030px drawer breakpoint. */
@media (min-width: 1031px) {
    .nav { margin-inline: auto; }
    .header__cta { margin-left: 0; }
    .nav__list { gap: 0; }
    .header__cta.btn { padding: .68em 1.2em; font-size: .9rem; }
}

@media (max-width: 1030px) {
    .header__cta span { display: none; }
    .header__cta { padding: .72em; }
    .nav-toggle { display: block; }
    .nav { position: fixed; top: 0; right: 0; height: 100dvh; width: min(348px, 88vw); background: #fff; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; padding: 20px 22px 26px; z-index: 120; transform: translateX(100%); transition: transform .35s var(--ease); box-shadow: var(--shadow-lg); overflow-y: auto; border-radius: 0; }
    body.nav-open .nav { transform: translateX(0); }
    body.nav-open .nav-overlay { opacity: 1; pointer-events: auto; }
    /* Lift the header (and its drawer child) above the overlay so the dim
       falls only on the page behind, never on the drawer itself. */
    body.nav-open .site-header { z-index: 130; }

    .nav__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; margin-bottom: 12px; border-bottom: 1px solid var(--c-line); }
    .nav__title { font-family: var(--ff-head); font-weight: 700; font-size: 1.15rem; color: var(--c-ink); }
    .nav__close { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; font-size: 1.6rem; line-height: 1; background: var(--c-soft); border: 0; color: var(--c-ink); transition: background .2s, color .2s; }
    .nav__close:hover { background: var(--c-primary); color: #fff; }

    .nav__list { flex-direction: column; align-items: stretch; gap: 4px; }

    /* Dropdowns become tap-to-expand accordions inside the drawer. */
    .nav__row { display: flex; align-items: stretch; }
    .nav__item--drop .nav__link { flex: 1; }
    .nav__caret { width: 46px; height: auto; margin-left: 0; flex: none; border-radius: 12px; color: var(--c-ink); }
    .nav__caret .icon { width: 20px; height: 20px; }
    .nav__caret:hover { background: var(--c-soft); color: var(--c-primary); }

    .nav__sub {
        position: static; transform: none; opacity: 1; visibility: visible; pointer-events: auto;
        min-width: 0; max-width: none; background: transparent; border: 0; box-shadow: none;
        padding: 0 0 0 14px; gap: 2px; max-height: 0; overflow: hidden;
        transition: max-height .32s var(--ease);
    }
    .nav__sub::before { display: none; }
    .nav__item--drop.is-open .nav__sub { max-height: 640px; padding-top: 4px; padding-bottom: 6px; }
    .nav__item--drop.is-open .nav__caret .icon { transform: rotate(180deg); }
    .nav__sub-link { padding: .55rem .6rem; }
    .nav__sub-icon { width: 30px; height: 30px; }

    .nav__link { display: flex; align-items: center; padding: .85em .9em; border-radius: 12px; font-size: 1.05rem; color: var(--c-ink); }
    .nav__link::after { display: none; }
    .nav__link::before { content: ""; width: 4px; height: 18px; border-radius: 3px; background: transparent; margin-right: 12px; transition: background .2s; }
    .nav__link.is-active, .nav__link:hover { background: var(--c-soft); color: var(--c-primary); }
    .nav__link.is-active::before, .nav__link:hover::before { background: var(--c-accent); }

    .nav__cta { display: inline-flex; justify-content: center; margin-top: 20px; }
    .nav__contact { display: grid; gap: 12px; margin-top: auto; padding-top: 22px; border-top: 1px solid var(--c-line); }
    .nav__contact a, .nav__contact span { display: flex; align-items: center; gap: .65em; font-size: .92rem; color: var(--c-muted); }
    .nav__contact a:hover { color: var(--c-primary); }
    .nav__contact .icon { color: var(--c-primary); }
}

/* ==========================================================================
   HERO
   ========================================================================== */
.hero { position: relative; background: var(--c-navy); isolation: isolate; overflow-x: clip; }
.hero-splide { visibility: hidden; }
.hero-splide.is-active { visibility: visible; }
.hero-slide { position: relative; min-height: clamp(560px, 82vh, 800px); display: flex; align-items: center; overflow: hidden; }
.hero-slide__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-slide__scrim { position: absolute; inset: 0; z-index: 1; background:
    linear-gradient(102deg, var(--c-navy-deep) 0%, rgba(12,42,61,.92) 34%, rgba(15,104,144,.55) 72%, rgba(31,159,212,.25) 100%); }
/* animated aurora glow */
.hero-slide__scrim::after { content: ""; position: absolute; inset: 0; mix-blend-mode: screen; opacity: .9;
    background:
        radial-gradient(40% 50% at 88% 18%, rgba(31,159,212,.55), transparent 70%),
        radial-gradient(36% 44% at 80% 90%, rgba(143,212,240,.30), transparent 70%),
        radial-gradient(28% 38% at 10% 94%, rgba(245,180,0,.14), transparent 70%);
    animation: auroraShift 14s ease-in-out infinite alternate; }

/* Top padding floor reserves clearance for the fixed floating header so the
   content never rides up under the pill when the hero min-height shrinks. */
.hero-slide__inner { position: relative; z-index: 4; width: 100%; padding-block: 116px 130px; }
.hero-slide__content { max-width: 660px; }

.hero-eyebrow { display: inline-flex; align-items: center; gap: .6em; font-family: var(--ff-head); font-weight: 700; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--c-primary-light); margin-bottom: 1.1rem; padding: .5em 1em .5em .8em; border: 1px solid rgba(143,212,240,.35); border-radius: 999px; background: rgba(143,212,240,.08); backdrop-filter: blur(6px); }
.hero-eyebrow__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c-accent); box-shadow: 0 0 0 0 rgba(245,180,0,.6); animation: pulse 2.2s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(245,180,0,.6); } 70% { box-shadow: 0 0 0 10px rgba(245,180,0,0); } 100% { box-shadow: 0 0 0 0 rgba(245,180,0,0); } }

.hero-title { color: #fff; font-size: clamp(2.1rem, 5.4vw, 4rem); font-weight: 800; line-height: 1.05; margin-bottom: 1.2rem; letter-spacing: -.025em; }
.hero-title span { display: block; }
.hero-text { color: rgba(255,255,255,.86); font-size: clamp(1rem, 1.6vw, 1.2rem); max-width: 560px; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-motto { display: inline-flex; align-items: center; gap: .5em; margin-top: 1.8rem; color: var(--c-primary-light); font-style: italic; font-size: .98rem; letter-spacing: .01em; }
.hero-motto .icon { color: var(--c-accent); }

/* Hero decorative layers */
.hero__aurora { position: absolute; inset: 0; z-index: 2; pointer-events: none; mix-blend-mode: screen; opacity: .9;
    background:
        radial-gradient(40% 50% at 88% 18%, rgba(31,159,212,.55), transparent 70%),
        radial-gradient(36% 44% at 78% 88%, rgba(143,212,240,.30), transparent 70%),
        radial-gradient(30% 40% at 12% 96%, rgba(245,180,0,.12), transparent 70%);
    animation: auroraShift 14s ease-in-out infinite alternate; }
.hero__aurora--soft { mix-blend-mode: normal; opacity: .8; animation-duration: 20s; }
@keyframes auroraShift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(-2%, -1.5%, 0) scale(1.08); } }

.hero__grid-lines { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .5;
    background-image: linear-gradient(rgba(143,212,240,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(143,212,240,.06) 1px, transparent 1px);
    background-size: 54px 54px; mask-image: linear-gradient(180deg, transparent, #000 30%, #000 80%, transparent); }
.hero__grid-lines--faint { opacity: .35; }

.hero__iris { position: absolute; top: 50%; right: -6%; width: min(640px, 52vw); transform: translateY(-50%); z-index: 3; pointer-events: none; opacity: .9; }
.iris { width: 100%; height: auto; filter: drop-shadow(0 0 50px rgba(31,159,212,.35)); }
.iris__ring { transform-origin: 200px 200px; }
.iris__ring--1 { animation: spin 50s linear infinite; }
.iris__ring--2 { animation: spin 36s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (max-width: 980px) { .hero__iris { opacity: .35; right: -22%; width: 460px; } }
@media (max-width: 640px) { .hero__iris { display: none; } }

/* Splide arrows + pagination */
.hero-splide .splide__arrows { position: absolute; bottom: 92px; right: var(--gut); z-index: 6; display: flex; gap: 10px; }
.hero-splide .splide__arrow { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.45); background: rgba(255,255,255,.08); backdrop-filter: blur(4px); color: #fff; display: grid; place-items: center; padding: 0; transition: background .2s, border-color .2s; }
.hero-splide .splide__arrow:hover { background: var(--c-accent); border-color: var(--c-accent); color: var(--c-accent-ink); }
.hero-splide .splide__arrow svg { width: 18px; height: 18px; fill: currentColor; }
.hero-splide .splide__arrow--prev svg { transform: scaleX(-1); }
.hero-splide .splide__pagination { position: absolute; bottom: 113px; left: var(--gut); z-index: 6; display: flex; gap: 9px; padding: 0; }
.hero-splide .splide__pagination__page { width: 26px; height: 5px; border-radius: 3px; background: rgba(255,255,255,.4); border: 0; padding: 0; transition: background .25s, width .25s; }
.hero-splide .splide__pagination__page.is-active { background: var(--c-accent); width: 40px; }
@media (max-width: 640px) { .hero-splide .splide__arrows { display: none; } .hero-slide__inner { padding-block: 100px 104px; } .hero-splide .splide__pagination { bottom: 64px; } }

/* Hero quick bar */
.hero-quickbar { position: relative; z-index: 7; margin-top: -54px; }
.hero-quickbar__inner { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--c-line); }
.quick-item { display: flex; align-items: center; gap: 14px; padding: 22px 26px; }
.quick-item + .quick-item { border-left: 1px solid var(--c-line); }
.quick-item .icon { width: 40px; height: 40px; padding: 9px; border-radius: 12px; background: var(--c-soft); color: var(--c-primary); }
.quick-item strong { display: block; font-family: var(--ff-head); color: var(--c-ink); font-size: .98rem; }
.quick-item span, .quick-item a { display: block; font-size: .88rem; color: var(--c-muted); }
.quick-item a:hover { color: var(--c-primary); }
@media (max-width: 760px) { .hero-quickbar { margin-top: -30px; } .hero-quickbar__inner { grid-template-columns: 1fr; } .quick-item + .quick-item { border-left: 0; border-top: 1px solid var(--c-line); } }

/* ==========================================================================
   CONDITIONS MARQUEE
   ========================================================================== */
.marquee { position: relative; overflow: hidden; background: var(--c-navy); border-top: 1px solid rgba(143,212,240,.12); border-bottom: 1px solid rgba(143,212,240,.12); padding: 16px 0; }
.marquee__track { display: flex; gap: 14px; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.marquee__item { display: inline-flex; align-items: center; gap: .5em; padding: .5em 1.2em; border: 1px solid rgba(143,212,240,.22); border-radius: 999px; color: rgba(255,255,255,.85); font-family: var(--ff-head); font-weight: 600; font-size: .92rem; white-space: nowrap; }
.marquee__item .icon { color: var(--c-primary-light); }
.marquee__fade { position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none; }
.marquee__fade--l { left: 0; background: linear-gradient(90deg, var(--c-navy), transparent); }
.marquee__fade--r { right: 0; background: linear-gradient(270deg, var(--c-navy), transparent); }

/* ==========================================================================
   INTRO
   ========================================================================== */
.intro2 { display: grid; grid-template-columns: 1fr 1.08fr; gap: clamp(44px, 5vw, 92px); align-items: center; }
.intro2__media { position: relative; }
.intro2__blob { position: absolute; top: 6%; right: 4%; width: 64%; aspect-ratio: 1; background: radial-gradient(circle, rgba(31,159,212,.20), transparent 70%); z-index: 0; }
.intro2__ring { position: absolute; top: -22px; left: -24px; width: 130px; height: 130px; border-radius: 50%; border: 2px dashed var(--c-primary-light); opacity: .55; z-index: 1; }
.intro2__main { position: relative; z-index: 2; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.intro2__main img { width: 100%; aspect-ratio: 5 / 5.6; object-fit: cover; display: block; }
.intro2__sub { position: absolute; right: -22px; bottom: -30px; z-index: 4; width: 46%; border-radius: var(--radius); overflow: hidden; border: 6px solid #fff; box-shadow: var(--shadow); }
.intro2__sub img { width: 100%; aspect-ratio: 4 / 3.3; object-fit: cover; display: block; }
.intro2__badge { position: absolute; top: 30px; left: -26px; z-index: 5; display: flex; align-items: center; gap: 13px; background: linear-gradient(140deg, var(--c-primary), var(--c-primary-deep)); color: #fff; border-radius: var(--radius); padding: 15px 20px; box-shadow: var(--shadow-blue); }
.intro2__badge-num { font-family: var(--ff-head); font-weight: 800; font-size: 2.5rem; line-height: 1; }
.intro2__badge-num small { font-size: 1.2rem; }
.intro2__badge-cap { font-size: .82rem; line-height: 1.25; color: rgba(255,255,255,.9); font-weight: 500; }
.intro2__motto { position: absolute; left: 16px; bottom: 16px; z-index: 5; display: inline-flex; align-items: center; gap: .5em; background: rgba(12,42,61,.66); backdrop-filter: blur(6px); color: #fff; font-style: italic; font-size: .86rem; padding: .5em .9em; border-radius: 999px; }
.intro2__motto .icon { color: var(--c-accent); }
.intro2__mission { margin-top: 1.1rem; color: var(--c-body); }
.intro2__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 2rem; }
.text-accent { color: var(--c-primary); }

.check-list { display: grid; gap: .7rem; margin-top: 1.8rem; }
.check-list--two { grid-template-columns: 1fr 1fr; }
.check-list li { display: flex; align-items: flex-start; gap: .6em; color: var(--c-ink); font-weight: 500; }
.check-list .icon { color: var(--c-primary); margin-top: 2px; background: var(--c-soft); border-radius: 50%; padding: 3px; width: 22px; height: 22px; }
@media (max-width: 880px) {
    .intro2 { grid-template-columns: 1fr; }
    .intro2__media { max-width: 520px; margin: 0 auto 22px; }
    .intro2__badge { left: 8px; }
    .intro2__sub { right: 6px; }
}
@media (max-width: 480px) { .check-list--two { grid-template-columns: 1fr; } }

/* ==========================================================================
   SIGNATURE — SEE THE DIFFERENCE (before / after)
   ========================================================================== */
.section--clarity { background: linear-gradient(155deg, var(--c-navy) 0%, var(--c-navy-mid) 60%, var(--c-primary-deep) 130%); overflow: hidden; }
.clarity-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(34px, 5vw, 70px); align-items: center; }
.clarity__list { display: grid; gap: .7rem; margin: 1.6rem 0 2rem; }
.clarity__list li { display: flex; align-items: center; gap: .6em; color: rgba(255,255,255,.9); font-weight: 500; }
.clarity__list .icon { color: var(--c-accent); }

.ba { position: relative; aspect-ratio: 9 / 6.2; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); user-select: none; --pos: 50%; border: 1px solid rgba(143,212,240,.25); }
.ba__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba__img--before { filter: blur(7px) saturate(.7) brightness(.92); }
.ba__before { position: absolute; inset: 0; clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.ba__tag { position: absolute; top: 16px; z-index: 4; font-family: var(--ff-head); font-weight: 700; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; padding: .45em .9em; border-radius: 999px; backdrop-filter: blur(4px); }
.ba__tag--before { left: 16px; background: rgba(101,135,160,.7); color: #fff; }
.ba__tag--after { right: 16px; background: rgba(31,159,212,.85); color: #fff; }
.ba__handle { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 3px; background: #fff; transform: translateX(-50%); z-index: 5; box-shadow: 0 0 14px rgba(31,159,212,.6); }
.ba__handle span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 46px; height: 46px; border-radius: 50%; background: #fff; box-shadow: var(--shadow); display: grid; place-items: center; }
.ba__handle span::before, .ba__handle span::after { content: ""; width: 0; height: 0; border-block: 5px solid transparent; }
.ba__handle span::before { border-right: 7px solid var(--c-primary); margin-right: 4px; }
.ba__handle span::after { border-left: 7px solid var(--c-primary); margin-left: 4px; }
.ba__range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 6; }
@media (max-width: 880px) { .clarity-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   WHY CHOOSE US — balanced split (equal-height visual + numbered reasons)
   ========================================================================== */
.why { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(36px, 5vw, 72px); align-items: stretch; }
.why__visual { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); min-height: 480px; }
.why__visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.why__video { position: absolute; inset: 0; overflow: hidden; background: var(--c-navy-deep); }
.why__video iframe { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1.04); min-width: 100%; min-height: 100%; width: auto; height: auto; aspect-ratio: 9 / 16; border: 0; }
.why__visual::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(7,17,30,.34) 0%, transparent 20%, transparent 80%, rgba(7,17,30,.28) 100%); }
.why__visual-chip { position: absolute; left: 20px; top: 20px; z-index: 2; pointer-events: none; display: inline-flex; align-items: center; gap: .5em; background: rgba(12,42,61,.55); backdrop-filter: blur(8px); border: 1px solid rgba(143,212,240,.3); color: #fff; font-family: var(--ff-head); font-weight: 600; font-size: .8rem; padding: .55em .95em; border-radius: 999px; }
.why__visual-chip .icon { color: var(--c-accent); }
.why__visual-stat { position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 2; display: flex; align-items: center; gap: 16px; background: rgba(255,255,255,.13); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius); padding: 18px 22px; }
.why__visual-num { font-family: var(--ff-head); font-weight: 800; font-size: 2.7rem; line-height: 1; color: #fff; flex: none; }
.why__visual-num small { font-size: 1.3rem; }
.why__visual-cap strong { display: block; font-family: var(--ff-head); color: #fff; font-size: 1.02rem; }
.why__visual-cap span { font-size: .85rem; color: rgba(255,255,255,.82); }

.why__panel { display: flex; flex-direction: column; justify-content: center; }
.why__list { display: grid; gap: .3rem; margin: 1.8rem 0 2rem; }
.why__item { display: flex; gap: 18px; padding: 16px 18px; border-radius: var(--radius); transition: background .25s, box-shadow .25s, transform .25s; }
.why__item:hover { background: #fff; box-shadow: var(--shadow-sm); transform: translateX(4px); }
.why__num { font-family: var(--ff-head); font-weight: 800; font-size: 1.05rem; color: var(--c-primary); width: 44px; height: 44px; flex: none; display: grid; place-items: center; border-radius: 13px; background: var(--c-soft); transition: background .25s, color .25s; }
.why__item:hover .why__num { background: var(--c-primary); color: #fff; }
.why__item-body h3 { font-size: 1.1rem; margin-bottom: .2rem; }
.why__item-body p { color: var(--c-muted); font-size: .94rem; }
@media (max-width: 880px) {
    .why { grid-template-columns: 1fr; }
    .why__visual { max-width: 520px; margin-inline: auto; width: 100%; min-height: 420px; }
}

/* ==========================================================================
   TECH HIGHLIGHT (dark section)
   ========================================================================== */
.section--tech { background: linear-gradient(160deg, var(--c-navy-deep) 0%, var(--c-navy) 55%, var(--c-navy-mid) 100%); overflow: hidden; }
.section--tech .container { position: relative; z-index: 2; }
.tech-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 30px; }
.tech-duo__card { background: rgba(255,255,255,.05); border: 1px solid rgba(143,212,240,.16); border-radius: var(--radius); overflow: hidden; transition: transform .3s var(--ease); }
.tech-duo__card:hover { transform: translateY(-6px); }
.tech-duo__card img { width: 100%; height: 420px; object-fit: cover; }
.tech-duo__body { padding: 24px 26px; }
.tech-duo__chip { display: inline-block; font-family: var(--ff-head); font-weight: 700; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--c-accent); border: 1px solid rgba(245,180,0,.4); border-radius: 999px; padding: .35em .85em; margin-bottom: .9rem; }
.tech-duo__body h3 { color: #fff; font-size: 1.25rem; margin-bottom: .55rem; }
.tech-duo__body p { color: rgba(255,255,255,.78); font-size: .96rem; }
.tech-benefits { background: rgba(255,255,255,.05); border: 1px solid rgba(143,212,240,.16); border-radius: var(--radius); padding: 30px 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px 34px; }
.tech-benefits__label { width: 100%; font-family: var(--ff-head); font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; }
.tech-benefits ul { display: flex; flex-wrap: wrap; gap: 12px 28px; flex: 1; }
.tech-benefits li { display: flex; align-items: center; gap: .5em; color: rgba(255,255,255,.92); font-weight: 500; }
.tech-benefits ul .icon { color: var(--c-accent); }
@media (max-width: 760px) { .tech-duo { grid-template-columns: 1fr; } .tech-benefits { flex-direction: column; align-items: flex-start; } }

/* ==========================================================================
   SERVICE GRID
   ========================================================================== */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius-lg); overflow: hidden; color: inherit; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.service-card__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.service-card:hover .service-card__media img { transform: scale(1.06); }
.service-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(12,42,61,.35)); }
.service-card__badge { position: absolute; left: 28px; top: -27px; z-index: 3; width: 54px; height: 54px; border-radius: 15px; background: #fff; color: var(--c-primary); display: grid; place-items: center; box-shadow: var(--shadow); border: 1px solid var(--c-line); transition: background .3s, color .3s, transform .3s; }
.service-card:hover .service-card__badge { background: var(--c-primary); color: #fff; transform: translateY(-3px); }
.service-card__body { position: relative; padding: 38px 28px 30px; display: flex; flex-direction: column; flex: 1; }
.service-card__body h3 { font-size: 1.2rem; margin-bottom: .5rem; }
.service-card__body p { color: var(--c-muted); font-size: .94rem; flex: 1; }
.service-card__link { display: inline-flex; align-items: center; gap: .4em; margin-top: 1.1rem; font-family: var(--ff-head); font-weight: 600; color: var(--c-primary); font-size: .92rem; }
.service-card__link .icon { transition: transform .25s var(--ease); }
.service-card:hover .service-card__link .icon { transform: translateX(4px); }
@media (max-width: 900px) { .service-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .service-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   STATS BAND
   ========================================================================== */
.stats-band { background: linear-gradient(120deg, var(--c-primary-deep), var(--c-primary)); padding: clamp(40px, 6vw, 66px) 0; position: relative; overflow: hidden; }
.stats-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat { color: #fff; }
.stat__num { display: block; font-family: var(--ff-head); font-weight: 800; font-size: clamp(2.3rem, 4.5vw, 3.2rem); line-height: 1; color: #fff; letter-spacing: -.02em; }
.stat__label { display: block; margin-top: .5rem; color: rgba(255,255,255,.85); font-size: .92rem; }
@media (max-width: 680px) { .stats-grid { grid-template-columns: 1fr 1fr; gap: 30px 18px; } }

/* ==========================================================================
   REVIEWS
   ========================================================================== */
.reviews-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 26px; padding: 16px 22px; background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.reviews-google { display: flex; align-items: center; gap: 12px; }
.g-logo { width: 30px; height: 30px; flex: none; }
.reviews-google strong { display: block; font-family: var(--ff-head); color: var(--c-ink); font-size: .98rem; }
.reviews-google em { font-style: normal; font-size: .84rem; color: var(--c-muted); }
.reviews-embed { min-height: 90px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { position: relative; background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-sm); }
.review-card__quote { position: absolute; top: 22px; right: 24px; color: var(--c-soft); }
.review-card__quote .icon { width: 42px; height: 42px; }
.review-card__stars { display: flex; gap: 2px; color: var(--c-accent); margin-bottom: 1rem; position: relative; }
.review-card__stars .icon { fill: var(--c-accent); }
.review-card blockquote { color: var(--c-ink); font-size: 1.02rem; line-height: 1.6; position: relative; }
.review-card figcaption { display: flex; align-items: center; gap: 12px; margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--c-line); }
.review-card__avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--c-soft); color: var(--c-primary); display: grid; place-items: center; }
.review-card figcaption strong { display: block; font-family: var(--ff-head); color: var(--c-ink); font-size: .95rem; }
.review-card figcaption em { font-style: normal; font-size: .82rem; color: var(--c-muted); }
@media (max-width: 900px) { .review-grid { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; } }

/* ==========================================================================
   CTA BAND
   ========================================================================== */
.cta-band { background: linear-gradient(120deg, var(--c-accent) 0%, #ffce4d 100%); position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; right: -80px; bottom: -120px; width: 320px; height: 320px; border-radius: 50%; background: rgba(255,255,255,.22); }
.cta-band__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: clamp(40px, 6vw, 64px); flex-wrap: wrap; }
.cta-band__text { max-width: 620px; }
.cta-band__text h2 { color: var(--c-accent-ink); font-size: clamp(1.6rem, 3vw, 2.3rem); }
.cta-band__text p { color: #5a4300; margin-top: .6rem; }
.cta-band .eyebrow--light { color: #7a5b00; }
.cta-band__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta-band .btn--accent { background: var(--c-navy); color: #fff; box-shadow: var(--shadow); }
.cta-band .btn--accent:hover { background: var(--c-navy-deep); }
.cta-band .btn--ghost-light { border-color: rgba(58,42,0,.4); color: var(--c-accent-ink); background: rgba(255,255,255,.28); }
.cta-band .btn--ghost-light:hover { background: rgba(255,255,255,.5); color: var(--c-accent-ink); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--c-navy-deep); color: rgba(255,255,255,.72); }
.site-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 40px; padding-block: clamp(50px, 7vw, 80px) 40px; }
.footer-motto { margin-top: 1rem; color: var(--c-primary-light); font-style: italic; font-size: 1rem; }
.footer-about { margin-top: .8rem; font-size: .94rem; color: rgba(255,255,255,.66); }
.footer-col__title { color: #fff; font-size: 1.05rem; margin-bottom: 1.2rem; }
.footer-links { display: grid; gap: .7rem; }
.footer-links a { color: rgba(255,255,255,.72); font-size: .94rem; }
.footer-links a:hover { color: var(--c-accent); padding-left: 4px; }
.footer-contact { display: grid; gap: 1rem; }
.footer-contact li { display: flex; gap: .7em; font-size: .92rem; color: rgba(255,255,255,.72); }
.footer-contact .icon { color: var(--c-primary-light); margin-top: 2px; flex: none; }
.footer-contact a { color: rgba(255,255,255,.72); }
.footer-contact a:hover { color: var(--c-accent); }
.site-footer__bottom { border-top: 1px solid rgba(143,212,240,.12); }
.site-footer__bottom-inner { display: flex; justify-content: space-between; gap: 14px; padding-block: 22px; font-size: .85rem; color: rgba(255,255,255,.55); flex-wrap: wrap; }
@media (max-width: 900px) { .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 34px; } }
@media (max-width: 560px) { .site-footer__grid { grid-template-columns: 1fr; } .site-footer__bottom-inner { flex-direction: column; } }

/* ==========================================================================
   INNER PAGE BANNER
   ========================================================================== */
.page-banner { position: relative; display: flex; align-items: center; min-height: clamp(280px, 38vw, 400px); overflow: hidden; background: var(--c-navy); }
.page-banner__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-banner__overlay { position: absolute; inset: 0; background: linear-gradient(100deg, var(--c-navy-deep), rgba(12,42,61,.82) 45%, rgba(31,159,212,.4)); }
.page-banner__inner { position: relative; z-index: 2; padding-block: 104px 48px; }
.page-banner__title { color: #fff; font-size: clamp(1.9rem, 4vw, 3rem); }
.page-banner__text { color: rgba(255,255,255,.85); max-width: 620px; margin-top: .9rem; }
.breadcrumb { display: flex; gap: .6em; align-items: center; margin-top: 1.4rem; font-size: .9rem; color: rgba(255,255,255,.7); }
.breadcrumb a { color: rgba(255,255,255,.85); }
.breadcrumb a:hover { color: var(--c-accent); }
.breadcrumb span[aria-hidden] { color: rgba(255,255,255,.4); }

/* ---------- Placeholder note ---------- */
.placeholder-note { display: flex; gap: 16px; align-items: center; background: var(--c-soft); border: 1px dashed var(--c-primary); border-radius: var(--radius); padding: 24px 26px; margin-top: 2.4rem; }
.placeholder-note .icon { width: 40px; height: 40px; color: var(--c-primary); flex: none; }
.placeholder-note strong { display: block; color: var(--c-ink); font-family: var(--ff-head); }
.placeholder-note span { font-size: .94rem; color: var(--c-muted); }
.section .narrow p + p { margin-top: 1.1rem; }

/* ==========================================================================
   TREATMENTS — listing page
   ========================================================================== */
.section--tx { padding-bottom: clamp(40px, 6vw, 72px); }

/* Assurance strip */
.tx-assurance { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; margin: -10px auto clamp(40px, 5vw, 60px); }
.tx-assurance li { display: inline-flex; align-items: center; gap: .55em; font-family: var(--ff-head); font-weight: 600; font-size: .9rem; color: var(--c-primary-deep); }
.tx-assurance__icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: var(--c-soft); color: var(--c-primary); flex: none; }

/* Card grid */
.tx-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 980px) { .tx-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .tx-grid { grid-template-columns: 1fr; } }

.tx-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius-lg); overflow: hidden; color: inherit; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s; }
.tx-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--c-primary-light); }

.tx-card__media { position: relative; aspect-ratio: 16 / 11; overflow: hidden; }
.tx-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s var(--ease); }
.tx-card:hover .tx-card__media img { transform: scale(1.07); }
.tx-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(7,17,30,.55)); }

.tx-card__badge { position: absolute; left: 18px; bottom: 16px; z-index: 2; width: 48px; height: 48px; border-radius: 13px; background: rgba(255,255,255,.92); color: var(--c-primary); display: grid; place-items: center; box-shadow: var(--shadow); backdrop-filter: blur(4px); transition: background .3s, color .3s, transform .3s; }
.tx-card:hover .tx-card__badge { background: var(--c-primary); color: #fff; transform: translateY(-3px); }
.tx-card__index { position: absolute; right: 18px; top: 14px; z-index: 2; font-family: var(--ff-head); font-weight: 700; font-size: .82rem; letter-spacing: .1em; color: #fff; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.3); padding: .3em .7em; border-radius: 999px; backdrop-filter: blur(4px); }

.tx-card__body { position: relative; display: flex; flex-direction: column; flex: 1; padding: 24px 24px 26px; }
.tx-card__title { font-size: 1.24rem; color: var(--c-ink); }
.tx-card__sub { font-family: var(--ff-head); font-weight: 600; font-size: .82rem; color: var(--c-primary-deep); margin-top: .3rem; }
.tx-card__lead { color: var(--c-muted); font-size: .92rem; margin-top: .7rem; }
.tx-card__tags { display: flex; flex-wrap: wrap; gap: .4em; margin-top: 1rem; }
.tx-card__tags li { font-size: .72rem; font-weight: 600; color: var(--c-primary-deep); background: var(--c-soft); border: 1px solid var(--c-line); padding: .32em .75em; border-radius: 999px; }
.tx-card__link { display: inline-flex; align-items: center; gap: .4em; margin-top: 1.3rem; font-family: var(--ff-head); font-weight: 600; font-size: .92rem; color: var(--c-primary); }
.tx-card__link .icon { transition: transform .25s var(--ease); }
.tx-card:hover .tx-card__link .icon { transform: translateX(4px); }

.tx-grid--others { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 860px) { .tx-grid--others { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; } }

/* Care pathway */
.tx-journey__steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 860px) { .tx-journey__steps { grid-template-columns: repeat(2, 1fr); gap: 18px; } }
@media (max-width: 460px) { .tx-journey__steps { grid-template-columns: 1fr; } }

.tx-journey__step { position: relative; background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius-lg); padding: 30px 26px 28px; text-align: center; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .3s; }
.tx-journey__step:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--c-primary-light); }
/* Connecting line between steps on wide screens */
@media (min-width: 861px) {
    .tx-journey__step:not(:last-child)::after { content: ""; position: absolute; top: 52px; right: -13px; width: 22px; height: 2px; background: repeating-linear-gradient(90deg, var(--c-primary-light) 0 6px, transparent 6px 11px); z-index: 1; }
}
.tx-journey__num { position: absolute; top: 16px; right: 18px; font-family: var(--ff-head); font-weight: 700; font-size: .8rem; letter-spacing: .08em; color: var(--c-primary-light); }
.tx-journey__icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 1.1rem; border-radius: 17px; color: #fff; background: linear-gradient(145deg, var(--c-primary) 0%, var(--c-primary-deep) 100%); box-shadow: var(--shadow-blue); }
.tx-journey__icon .icon { width: 28px; height: 28px; }
.tx-journey__title { font-size: 1.12rem; color: var(--c-ink); margin-bottom: .45rem; }
.tx-journey__step p { color: var(--c-muted); font-size: .92rem; }

/* ==========================================================================
   TREATMENT — detail page hero
   ========================================================================== */
.tx-hero { position: relative; overflow: hidden; background: linear-gradient(160deg, var(--c-navy-deep) 0%, var(--c-navy) 55%, var(--c-navy-mid) 100%); color: #fff; padding-block: clamp(96px, 11vw, 138px) clamp(48px, 6vw, 80px); }
.tx-hero__aurora { position: absolute; top: -28%; left: -8%; width: min(640px, 70vw); height: 640px; pointer-events: none; background: radial-gradient(closest-side, rgba(31,159,212,.34), transparent 70%); filter: blur(10px); }
.tx-hero .container { position: relative; z-index: 2; }
.tx-hero .breadcrumb { margin-top: 0; margin-bottom: clamp(28px, 4vw, 44px); }

.tx-hero__grid { display: grid; gap: clamp(30px, 5vw, 60px); align-items: center; grid-template-columns: 1fr; }
@media (min-width: 880px) { .tx-hero__grid { grid-template-columns: 1fr minmax(320px, 460px); } }

.tx-hero__title { font-size: clamp(2rem, 4.2vw, 3rem); color: #fff; margin-top: .2rem; }
.tx-hero__sub { font-family: var(--ff-head); font-weight: 600; font-size: clamp(.95rem, 1.5vw, 1.1rem); color: var(--c-primary-light); margin-top: .7rem; }
.tx-hero__lead { margin-top: 1.3rem; max-width: 56ch; color: rgba(255,255,255,.84); font-size: 1.05rem; }
.tx-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

.tx-hero__media { position: relative; }
.tx-hero__media img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: var(--radius-lg); border: 1px solid rgba(255,255,255,.18); box-shadow: var(--shadow-lg); position: relative; z-index: 2; }
.tx-hero__media-ring { position: absolute; inset: -16px -16px auto auto; width: 120px; height: 120px; border: 1.5px dashed rgba(143,212,240,.5); border-radius: 24px; z-index: 1; }
.tx-hero__media-chip { position: absolute; left: 18px; bottom: 18px; z-index: 3; display: inline-flex; align-items: center; gap: .45em; font-family: var(--ff-head); font-weight: 600; font-size: .82rem; color: var(--c-ink); background: rgba(255,255,255,.94); padding: .5em 1em; border-radius: 999px; box-shadow: var(--shadow); backdrop-filter: blur(4px); }
.tx-hero__media-chip .icon { color: var(--c-primary); }

/* Detail — process steps */
.tx-steps { list-style: none; padding: 0; display: grid; gap: 14px; margin-top: 1.2rem; }
.tx-steps__item { display: flex; gap: 1.1rem; align-items: flex-start; background: var(--c-soft-2); border: 1px solid var(--c-line); border-radius: var(--radius); padding: 18px 20px; transition: border-color .3s, transform .3s var(--ease); }
.tx-steps__item:hover { border-color: var(--c-primary-light); transform: translateX(4px); }
.tx-steps__num { flex: none; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; font-family: var(--ff-head); font-weight: 700; font-size: .95rem; color: #fff; background: linear-gradient(145deg, var(--c-primary) 0%, var(--c-primary-deep) 100%); box-shadow: var(--shadow-blue); }
.tx-steps__title { font-size: 1.05rem; color: var(--c-ink); margin-bottom: .15rem; }
.tx-steps__item p { color: var(--c-body); font-size: .95rem; }

/* Detail — sidebar quick facts */
.tx-facts { display: grid; gap: 0; }
.tx-facts li { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .7rem 0; border-bottom: 1px dashed var(--c-line); }
.tx-facts li:last-child { border-bottom: 0; padding-bottom: 0; }
.tx-facts__label { font-size: .82rem; color: var(--c-muted); }
.tx-facts__value { font-family: var(--ff-head); font-weight: 600; font-size: .9rem; color: var(--c-ink); text-align: right; }

/* Detail — FAQ accordion */
.tx-faq { display: grid; gap: 12px; margin-top: .4rem; }
.tx-faq__item { border: 1px solid var(--c-line); border-radius: var(--radius); background: var(--c-soft-2); overflow: hidden; transition: border-color .3s, box-shadow .3s; }
.tx-faq__item[open] { border-color: var(--c-primary-light); box-shadow: var(--shadow-sm); background: #fff; }
.tx-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; list-style: none; padding: 17px 20px; font-family: var(--ff-head); font-weight: 600; font-size: 1rem; color: var(--c-ink); }
.tx-faq__item summary::-webkit-details-marker { display: none; }
.tx-faq__mark { position: relative; flex: none; width: 18px; height: 18px; }
.tx-faq__mark::before, .tx-faq__mark::after { content: ""; position: absolute; background: var(--c-primary); border-radius: 2px; transition: transform .3s var(--ease); }
.tx-faq__mark::before { left: 0; top: 8px; width: 18px; height: 2px; }
.tx-faq__mark::after { left: 8px; top: 0; width: 2px; height: 18px; }
.tx-faq__item[open] .tx-faq__mark::after { transform: scaleY(0); }
.tx-faq__item p { padding: 0 20px 18px; color: var(--c-body); font-size: .96rem; }
@media (prefers-reduced-motion: reduce) { .tx-card:hover, .tx-steps__item:hover { transform: none; } }

/* ---------- Technology page ---------- */
.tech-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.tech-card { background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.tech-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.tech-card__media { position: relative; }
.tech-card__media img { width: 100%; height: 420px; object-fit: cover; }
.tech-card__index { position: absolute; top: 16px; left: 16px; width: 42px; height: 42px; border-radius: 12px; background: var(--c-accent); color: var(--c-accent-ink); display: grid; place-items: center; font-family: var(--ff-head); font-weight: 800; font-size: 1.2rem; box-shadow: var(--shadow); }
.tech-card__body { padding: 26px 28px; }
.tech-card__body h3 { font-size: 1.3rem; }
.tech-card__sub { color: var(--c-primary); font-weight: 600; font-size: .92rem; margin: .35rem 0 .9rem; }
.tech-card__body > p { color: var(--c-muted); margin-bottom: 1rem; }
@media (max-width: 760px) { .tech-grid { grid-template-columns: 1fr; } }

/* ---------- About page ---------- */
/* Who We Are — editorial split (body left, single framed image right) that
   reads distinctly from the home welcome collage. */
.about-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 5vw, 84px); align-items: center; }
.about-intro__body > p { color: var(--c-body); }
.about-intro__body > p + p { margin-top: 1rem; }
.about-intro__rule { display: block; width: 64px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--c-primary), var(--c-accent)); margin: 1.9rem 0; }
.about-facts { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-bottom: 2rem; }
.about-fact { display: flex; align-items: center; gap: .7em; font-family: var(--ff-head); font-weight: 600; color: var(--c-ink); font-size: .95rem; }
.about-fact__tile { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--c-soft); color: var(--c-primary); flex: none; }
.about-intro__actions { display: flex; gap: 14px; flex-wrap: wrap; }

.about-intro__media { position: relative; }
.about-intro__ring { position: absolute; top: -24px; left: -24px; width: 122px; height: 122px; border-radius: 50%; border: 2px dashed var(--c-primary-light); opacity: .55; z-index: 0; }
.about-intro__frame { position: relative; z-index: 2; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-intro__frame img { width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; display: block; }
.about-intro__frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(7,17,30,.6)); }
.about-intro__loc { position: absolute; right: 16px; bottom: 16px; z-index: 3; display: inline-flex; align-items: center; gap: .45em; background: rgba(12,42,61,.55); backdrop-filter: blur(8px); border: 1px solid rgba(143,212,240,.3); color: #fff; font-family: var(--ff-head); font-weight: 600; font-size: .82rem; padding: .55em .95em; border-radius: 999px; }
.about-intro__loc .icon { color: var(--c-accent); }
.about-intro__chip { position: absolute; left: -22px; bottom: -22px; z-index: 4; display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius); padding: 14px 18px; box-shadow: var(--shadow); }
.about-intro__chip-num { font-family: var(--ff-head); font-weight: 800; font-size: 1.8rem; line-height: 1; color: var(--c-primary); }
.about-intro__chip-num small { font-size: .9rem; }
.about-intro__chip-cap { font-size: .78rem; line-height: 1.25; color: var(--c-muted); }
@media (max-width: 880px) { .about-intro { grid-template-columns: 1fr; } .about-intro__media { max-width: 500px; margin: 6px auto 0; } .about-intro__chip { left: 6px; } }

/* Mission · Vision · Values — oversized, bespoke brand icons on soft discs. */
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pillar-card { position: relative; background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius-lg); padding: 42px 34px 38px; box-shadow: var(--shadow-sm); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.pillar-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.pillar-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--c-primary), var(--c-primary-light)); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.pillar-card:hover::before { transform: scaleX(1); }
.pillar-card__icon { display: grid; place-items: center; width: 88px; height: 88px; border-radius: 50%; background: linear-gradient(150deg, var(--c-soft) 0%, #ffffff 100%); border: 1px solid var(--c-line); color: var(--c-primary-deep); box-shadow: var(--shadow-sm); margin-bottom: 1.5rem; transition: background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease); }
.pillar-card__icon svg { width: 44px; height: 44px; }
.pillar-card:hover .pillar-card__icon { background: linear-gradient(150deg, var(--c-primary), var(--c-primary-deep)); color: #fff; transform: translateY(-3px) rotate(-4deg); box-shadow: var(--shadow-blue); }
.pillar-card h3 { font-size: 1.32rem; margin-bottom: .55rem; }
.pillar-card p { color: var(--c-muted); font-size: .96rem; }
@media (max-width: 860px) { .pillar-grid { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; } }

/* Care philosophy — glass cards on the dark band. */
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.promise-card { background: rgba(255,255,255,.05); border: 1px solid rgba(143,212,240,.16); border-radius: var(--radius); padding: 30px 26px; transition: transform .3s var(--ease), background .3s var(--ease); }
.promise-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.09); }
.promise-card__icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: rgba(31,159,212,.16); border: 1px solid rgba(143,212,240,.28); color: var(--c-primary-light); margin-bottom: 1.1rem; }
.promise-card__icon .icon { width: 28px; height: 28px; }
.promise-card h3 { color: #fff; font-size: 1.12rem; margin-bottom: .5rem; }
.promise-card p { color: rgba(255,255,255,.74); font-size: .92rem; }
@media (max-width: 900px) { .promise-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .promise-grid { grid-template-columns: 1fr; max-width: 400px; margin-inline: auto; } }

/* About — "Save Sight from Diabetes" initiative */
.init-head { max-width: 780px; }
.init-badge { display: inline-flex; align-items: center; gap: .5rem; margin: 0 auto 1.1rem; padding: .45rem 1rem; border-radius: 999px; background: rgba(245,180,0,.14); border: 1px solid rgba(245,180,0,.36); color: var(--c-accent); font-family: var(--ff-head); font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.init-badge .icon { width: 18px; height: 18px; }
.init-stats { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 40px 0 6px; }
.init-stat { background: rgba(255,255,255,.05); border: 1px solid rgba(143,212,240,.16); border-radius: var(--radius); padding: 24px 22px; text-align: center; }
.init-stat__num { display: block; font-family: var(--ff-head); font-weight: 800; font-size: clamp(1.7rem, 3.2vw, 2.4rem); line-height: 1; color: var(--c-accent); letter-spacing: -.01em; }
.init-stat__label { display: block; margin-top: .55rem; color: rgba(255,255,255,.74); font-size: .88rem; line-height: 1.4; }
.init-stats + .promise-grid { margin-top: 32px; }
.init-cta { margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.init-note { max-width: 820px; margin: 32px auto 0; padding: 22px 28px; border-radius: var(--radius); background: rgba(245,180,0,.07); border: 1px solid rgba(245,180,0,.22); color: rgba(255,255,255,.82); text-align: center; font-size: .96rem; line-height: 1.6; }
.init-note strong { color: #fff; }
@media (max-width: 900px) { .init-stats { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .init-stats { grid-template-columns: 1fr; max-width: 400px; margin-inline: auto; } }

.about-visit { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(34px, 5vw, 64px); align-items: center; }
.about-visit__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 1.9rem; }
.about-visit__map { aspect-ratio: 16 / 12; background: var(--c-soft-2); }
.about-visit__map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }
@media (max-width: 860px) { .about-visit { grid-template-columns: 1fr; } }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(30px, 5vw, 60px); align-items: start; }
.contact-cards { display: grid; gap: 16px; margin-top: 1.8rem; }
.contact-cards li { display: flex; gap: 16px; align-items: center; background: var(--c-soft-2); border: 1px solid var(--c-line); border-radius: var(--radius); padding: 18px 20px; }
.contact-cards__icon { width: 46px; height: 46px; border-radius: 13px; background: var(--c-soft); color: var(--c-primary); display: grid; place-items: center; flex: none; }
.contact-cards strong { display: block; font-family: var(--ff-head); color: var(--c-ink); }
.contact-cards span, .contact-cards a { color: var(--c-muted); font-size: .94rem; }
.contact-cards a:hover { color: var(--c-primary); }
.contact-form-wrap { background: #fff; border: 1px solid var(--c-line); border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 40px); box-shadow: var(--shadow); }
.contact-form h3 { font-size: 1.5rem; }
.contact-form__hint { color: var(--c-muted); margin: .4rem 0 1.6rem; font-size: .95rem; }
.contact-form label { display: block; font-family: var(--ff-head); font-weight: 600; font-size: .88rem; color: var(--c-ink); margin-bottom: 1rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: .4rem; padding: .8em 1em; font: inherit; color: var(--c-ink); border: 1.5px solid var(--c-line); border-radius: var(--radius-sm); background: var(--c-soft-2); transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: none; border-color: var(--c-primary); box-shadow: var(--ring); background: #fff; }
.contact-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form__note { text-align: center; font-size: .82rem; color: var(--c-muted); margin-top: 1rem; }
.contact-form__flash { border-radius: var(--radius-sm); padding: .85em 1.1em; margin-bottom: 1.4rem; font-size: .92rem; line-height: 1.45; }
.contact-form__flash--ok { background: #e7f6ee; border: 1px solid #b9e3cc; color: #1c6b43; }
.contact-form__flash--err { background: #fdecec; border: 1px solid #f3c7c7; color: #9a2f2f; }
.contact-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 880px) { .contact-grid { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } }
.map-embed { margin-top: clamp(30px, 5vw, 56px); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.map-embed img { width: 100%; }
.map-embed iframe { width: 100%; height: clamp(320px, 42vw, 460px); border: 0; display: block; }
.map-embed__link { text-align: center; margin-top: 1.4rem; }

/* ---------- 404 ---------- */
.section--404 { padding: clamp(80px, 12vw, 160px) 0; }
.error-code { font-family: var(--ff-head); font-weight: 800; font-size: clamp(5rem, 16vw, 9rem); line-height: 1; color: var(--c-soft); }
.section--404 .btn { margin-top: 1.6rem; }

/* ==========================================================================
   DOCTORS — listing grid & specialist cards
   ========================================================================== */
.doc-grid {
    display: grid; gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}
@media (min-width: 920px) { .doc-grid { grid-template-columns: repeat(3, 1fr); } }

/* Centered call-to-action beneath a grid/section */
.section-cta { display: flex; justify-content: center; margin-top: clamp(28px, 4vw, 44px); }

.doc-card {
    display: flex; flex-direction: column; background: var(--c-white);
    border: 1px solid var(--c-line); border-radius: var(--radius-lg); overflow: hidden;
    box-shadow: var(--shadow-sm); color: inherit;
    transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease);
}
.doc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--c-primary-light); }

.doc-card__photo { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: linear-gradient(160deg, var(--c-soft) 0%, #d6eefb 100%); }
.doc-card__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; transition: transform .5s var(--ease); }
.doc-card:hover .doc-card__photo img { transform: scale(1.045); }
.doc-card__role-chip {
    position: absolute; left: 14px; bottom: 14px; z-index: 2;
    display: inline-flex; align-items: center; font-family: var(--ff-head); font-weight: 600; font-size: .72rem;
    letter-spacing: .02em; color: var(--c-navy); background: rgba(255,255,255,.92);
    padding: .42em .85em; border-radius: 999px; box-shadow: var(--shadow-sm); backdrop-filter: blur(4px);
}

.doc-card__body { display: flex; flex-direction: column; gap: .4rem; padding: 22px 22px 24px; flex: 1; }
.doc-card__name { font-size: 1.28rem; color: var(--c-ink); }
.doc-card__title { font-family: var(--ff-head); font-weight: 600; font-size: .9rem; color: var(--c-primary-deep); }
.doc-card__qual { font-size: .85rem; color: var(--c-muted); }
.doc-card__tags { display: flex; flex-wrap: wrap; gap: .4em; margin-top: .35rem; }
.doc-card__tags li { font-size: .72rem; font-weight: 600; color: var(--c-primary-deep); background: var(--c-soft); border: 1px solid var(--c-line); padding: .3em .7em; border-radius: 999px; }
.doc-card__link {
    margin-top: auto; padding-top: .85rem; display: inline-flex; align-items: center; gap: .4em;
    font-family: var(--ff-head); font-weight: 600; font-size: .92rem; color: var(--c-primary);
}
.doc-card__link .icon { transition: transform .25s var(--ease); }
.doc-card:hover .doc-card__link .icon { transform: translateX(4px); }

/* Why our doctors stand out */
.standout-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.standout-card {
    flex: 1 1 210px; max-width: 300px;
    display: flex; align-items: center; gap: .9rem; text-align: left;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
    border-radius: var(--radius); padding: 18px 20px; color: #fff;
    transition: transform .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease);
}
.standout-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.1); border-color: rgba(143,212,240,.5); }
.standout-card__icon { flex: none; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: linear-gradient(145deg, var(--c-primary) 0%, var(--c-primary-deep) 100%); color: #fff; box-shadow: var(--shadow-blue); }
.standout-card__icon .icon { width: 22px; height: 22px; }
.standout-card p { font-family: var(--ff-head); font-weight: 600; font-size: .98rem; line-height: 1.35; }
/* Desktop: cap at 3 per row so the last 2 sit centered beneath (not a cramped row of 5). */
@media (min-width: 920px) { .standout-card { flex: 0 0 calc((100% - 36px) / 3); max-width: none; } }

/* ==========================================================================
   DOCTOR PROFILE — hero + body
   ========================================================================== */
.doc-hero { position: relative; overflow: hidden; background: linear-gradient(160deg, var(--c-navy-deep) 0%, var(--c-navy) 55%, var(--c-navy-mid) 100%); color: #fff; padding-block: clamp(96px, 11vw, 138px) clamp(48px, 6vw, 80px); }
.doc-hero__aurora { position: absolute; top: -30%; right: -10%; width: min(680px, 70vw); height: 680px; pointer-events: none; background: radial-gradient(closest-side, rgba(31,159,212,.35), transparent 70%); filter: blur(10px); }
.doc-hero .container { position: relative; z-index: 2; }
.doc-hero .breadcrumb { margin-top: 0; margin-bottom: clamp(28px, 4vw, 44px); }

.doc-hero__grid { display: grid; gap: clamp(30px, 5vw, 64px); align-items: center; grid-template-columns: 1fr; }
@media (min-width: 880px) { .doc-hero__grid { grid-template-columns: minmax(280px, 360px) 1fr; } }

.doc-hero__photo { position: relative; width: 100%; max-width: 360px; margin-inline: auto; }
.doc-hero__photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 16%; border-radius: var(--radius-lg); border: 1px solid rgba(255,255,255,.18); box-shadow: var(--shadow-lg); position: relative; z-index: 2; }
.doc-hero__photo-ring { position: absolute; inset: -16px -16px auto auto; width: 130px; height: 130px; border: 1.5px dashed rgba(143,212,240,.5); border-radius: 50%; z-index: 1; }
.doc-hero__photo-ring::after { content: ""; position: absolute; left: -28px; bottom: -150px; width: 96px; height: 96px; border-radius: 24px; background: linear-gradient(145deg, rgba(31,159,212,.25), transparent); }
.doc-hero__photo-chip {
    position: absolute; left: 50%; bottom: -16px; transform: translateX(-50%); z-index: 3; white-space: nowrap;
    display: inline-flex; align-items: center; gap: .45em; font-family: var(--ff-head); font-weight: 600; font-size: .8rem;
    color: var(--c-navy); background: #fff; padding: .5em 1.1em; border-radius: 999px; box-shadow: var(--shadow);
}
.doc-hero__photo-chip .icon { color: var(--c-primary); }

.doc-hero__name { font-size: clamp(2.1rem, 4.4vw, 3.1rem); color: #fff; margin-top: .2rem; }
.doc-hero__title { font-family: var(--ff-head); font-weight: 600; font-size: clamp(1rem, 1.6vw, 1.18rem); color: var(--c-primary-light); margin-top: .5rem; }
.doc-hero__creds { display: flex; flex-wrap: wrap; gap: .5em; margin-top: 1.1rem; }
.doc-hero__creds li { display: inline-flex; align-items: center; gap: .4em; font-size: .8rem; font-weight: 600; color: #eaf7fd; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); padding: .42em .85em; border-radius: 999px; }
.doc-hero__creds .icon { color: var(--c-accent); }
.doc-hero__lead { margin-top: 1.4rem; max-width: 56ch; color: rgba(255,255,255,.84); font-size: 1.05rem; }
.doc-hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.8rem; }

/* Body: main column + sticky sidebar */
.section--doc-body { padding-block: clamp(56px, 7vw, 96px); }
.doc-body { display: grid; gap: clamp(36px, 5vw, 64px); grid-template-columns: 1fr; align-items: start; }
@media (min-width: 940px) { .doc-body { grid-template-columns: 1fr 340px; } }

.doc-block { margin-bottom: clamp(34px, 4vw, 48px); }
.doc-block:last-child { margin-bottom: 0; }
.doc-block__title { display: flex; align-items: center; gap: .6rem; font-size: clamp(1.3rem, 2.4vw, 1.65rem); color: var(--c-ink); padding-bottom: .7rem; margin-bottom: 1rem; border-bottom: 1px solid var(--c-line); }
.doc-block__title .icon { width: 26px; height: 26px; color: var(--c-primary); flex: none; }
.doc-block p { color: var(--c-body); margin-bottom: .9rem; }
.doc-block p:last-child { margin-bottom: 0; }

.doc-speclist { display: grid; gap: .65rem; margin-top: .3rem; }
.doc-speclist--two { gap: .6rem; }
@media (min-width: 560px) { .doc-speclist--two { grid-template-columns: 1fr 1fr; } }
.doc-speclist li { display: flex; align-items: flex-start; gap: .6rem; color: var(--c-body); font-size: 1rem; }
.doc-speclist li .icon { flex: none; margin-top: .2rem; color: #fff; width: 22px; height: 22px; padding: 4px; border-radius: 7px; background: linear-gradient(145deg, var(--c-primary) 0%, var(--c-primary-deep) 100%); }

.doc-chips { display: flex; flex-wrap: wrap; gap: .55em; margin-top: 1rem; }
.doc-chips li { font-family: var(--ff-head); font-weight: 600; font-size: .82rem; color: var(--c-primary-deep); background: var(--c-soft); border: 1px solid var(--c-line); padding: .5em 1em; border-radius: 999px; }

/* Sidebar */
.doc-aside { display: grid; gap: 20px; position: static; }
@media (min-width: 940px) { .doc-aside { position: sticky; top: 100px; } }

.doc-aside__card { background: var(--c-soft-2); border: 1px solid var(--c-line); border-radius: var(--radius-lg); padding: 24px 24px 26px; }
.doc-aside__title { display: flex; align-items: center; gap: .5em; font-size: 1.02rem; color: var(--c-ink); margin-bottom: .9rem; }
.doc-aside__title .icon { color: var(--c-primary); }
.doc-aside__title:not(:first-child) { margin-top: 1.5rem; }
.doc-aside__quals { display: grid; gap: .7rem; }
.doc-aside__quals li { position: relative; padding-left: 1.4rem; font-size: .92rem; color: var(--c-body); line-height: 1.45; }
.doc-aside__quals li::before { content: ""; position: absolute; left: 0; top: .5em; width: 8px; height: 8px; border-radius: 50%; background: var(--c-primary); box-shadow: 0 0 0 3px rgba(31,159,212,.16); }
.doc-aside__focus { display: flex; flex-wrap: wrap; gap: .5em; }
.doc-aside__focus li { font-size: .78rem; font-weight: 600; color: var(--c-primary-deep); background: #fff; border: 1px solid var(--c-line); padding: .44em .9em; border-radius: 999px; }

.doc-aside__book { position: relative; overflow: hidden; background: linear-gradient(160deg, var(--c-navy) 0%, var(--c-navy-deep) 100%); color: #fff; border-radius: var(--radius-lg); padding: 26px 24px 28px; text-align: center; }
.doc-aside__book-iris { position: absolute; right: -34px; top: -34px; width: 130px; height: 130px; color: var(--c-primary); opacity: .22; }
.doc-aside__book-iris .icon { width: 100%; height: 100%; }
.doc-aside__book h3 { color: #fff; font-size: 1.25rem; position: relative; }
.doc-aside__book p { color: rgba(255,255,255,.78); font-size: .92rem; margin: .6rem 0 1.3rem; position: relative; }
.doc-aside__book .btn { width: 100%; justify-content: center; position: relative; }
.doc-aside__call { display: inline-flex; align-items: center; gap: .45em; margin-top: 1rem; font-family: var(--ff-head); font-weight: 600; font-size: 1.02rem; color: var(--c-primary-light); }
.doc-aside__call:hover { color: #fff; }

.doc-grid--others { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }
@media (min-width: 760px) { .doc-grid--others { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin-inline: auto; } }

/* ==========================================================================
   LARGE SCREENS — more presence on laptops & desktops
   ========================================================================== */
@media (min-width: 1200px) {
    .hero-slide { min-height: clamp(660px, 88vh, 940px); }
    .hero-slide__content { max-width: 780px; }
    .hero-eyebrow { font-size: .85rem; }
    .hero-title { font-size: clamp(3.4rem, 4.8vw, 4.8rem); }
    .hero-text { font-size: 1.26rem; max-width: 640px; }
    .hero__iris { width: min(780px, 52vw); right: -4%; }

    .section { padding: clamp(96px, 8vw, 134px) 0; }
    .section-title { font-size: clamp(2.4rem, 3vw, 3.1rem); }
    .section-head { max-width: 760px; }
    .section-lead { font-size: 1.12rem; }

    .intro2, .clarity-grid { gap: clamp(56px, 5vw, 90px); }
    .feature-grid, .service-grid, .review-grid { gap: 28px; }
    .why__item-body h3 { font-size: 1.18rem; }
    .why__item-body p { font-size: 1rem; }
}
@media (min-width: 1500px) {
    .hero-slide__inner { padding-block: 124px 140px; }
}

/* ==========================================================================
   SCROLL REVEAL
   ========================================================================== */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: var(--d, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    * { scroll-behavior: auto !important; }
    .reveal { opacity: 1; transform: none; transition: none; }
    .hero__aurora, .iris__ring--1, .iris__ring--2, .hero-eyebrow__dot, .marquee__track { animation: none !important; }
    .btn:hover, .feature-card:hover, .service-card:hover, .tech-card:hover, .tech-duo__card:hover { transform: none; }
}
