/* =============================================================
   U&S DENTAL CLINIC — DESIGN SYSTEM 2.0
   Minimal premium medical aesthetic.
   Попередні стилі архівовані у styles.legacy.css (не підключені).
   ============================================================= */

/* -------------------------------------------------------------
   1. TOKENS
   ------------------------------------------------------------- */
:root {
    /* Brand — приглушений медичний синій (світліша, менш насичена
       версія кольору зуба з логотипа #3E5F73) */
    --blue-950: #0F1E27;
    --blue-900: #16303E;
    --blue-800: #1F4356;
    --blue-700: #2C5A72;
    --blue-600: #43758F;
    --blue-500: #6E9DB8;   /* primary accent */
    --blue-400: #8FB6CB;
    --blue-300: #B4D0DE;
    --blue-200: #D4E5EE;
    --blue-100: #E8F1F6;
    --blue-50:  #F4F9FB;

    --accent: var(--blue-500);
    --accent-deep: var(--blue-700);
    --accent-soft: var(--blue-100);

    /* Neutrals */
    --ink: #14232C;
    --ink-2: #3E535E;
    --ink-3: #6C818C;
    --ink-4: #9AAAB3;
    --line: #E6ECEF;
    --line-soft: #F0F4F6;
    --surface: #FFFFFF;
    --surface-2: #F7FAFB;
    --surface-3: #EFF4F7;

    --star: #E3B341;

    /* Typography */
    --font-sans: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;

    --fs-hero: clamp(2.5rem, 1.5rem + 3.9vw, 4.15rem);
    --fs-h2: clamp(2rem, 1.15rem + 2.9vw, 3.35rem);
    --fs-h3: clamp(1.15rem, 1rem + 0.55vw, 1.4rem);
    --fs-lead: clamp(1.02rem, 0.96rem + 0.32vw, 1.18rem);
    --fs-body: 1rem;
    --fs-sm: 0.9375rem;
    --fs-xs: 0.8125rem;

    /* Radii */
    --r-xs: 10px;
    --r-sm: 14px;
    --r-md: 20px;
    --r-lg: 28px;
    --r-xl: 36px;
    --r-pill: 999px;

    /* Elevation — навмисно легкі, майже без кольору */
    --sh-xs: 0 1px 2px rgba(20, 35, 44, .04);
    --sh-sm: 0 1px 2px rgba(20, 35, 44, .04), 0 6px 16px -8px rgba(20, 35, 44, .10);
    --sh-md: 0 1px 2px rgba(20, 35, 44, .03), 0 14px 34px -16px rgba(20, 35, 44, .16);
    --sh-lg: 0 2px 4px rgba(20, 35, 44, .03), 0 30px 60px -28px rgba(20, 35, 44, .22);
    --sh-blue: 0 14px 34px -14px rgba(67, 117, 143, .40);

    /* Layout */
    --container: 1220px;
    --gutter: clamp(20px, 4vw, 40px);
    --section-y: clamp(76px, 9vw, 140px);
    --header-h: 78px;

    /* Motion */
    --ease: cubic-bezier(.22, .61, .36, 1);
    --ease-out: cubic-bezier(.16, 1, .3, 1);
    --t-fast: .2s var(--ease);
    --t: .35s var(--ease);
    --t-slow: .6s var(--ease-out);
}

/* -------------------------------------------------------------
   2. RESET & BASE
   ------------------------------------------------------------- */
*,
*::before,
*::after { box-sizing: border-box; }

* { margin: 0; padding: 0; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-h) + 16px);
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-sans);
    font-size: var(--fs-body);
    font-weight: 400;
    line-height: 1.65;
    color: var(--ink-2);
    background: var(--surface);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-feature-settings: 'ss01', 'cv11';
}

body.is-locked { overflow: hidden; }

img, svg, video {
    display: block;
    max-width: 100%;
}

img { height: auto; }

a {
    color: inherit;
    text-decoration: none;
    transition: color var(--t-fast), opacity var(--t-fast);
}

button, input, textarea, select {
    font: inherit;
    color: inherit;
}

button { background: none; border: none; cursor: pointer; }

ul, ol { list-style: none; }

::selection {
    background: var(--blue-200);
    color: var(--blue-900);
}

:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: 4px;
}

/* -------------------------------------------------------------
   3. LAYOUT
   ------------------------------------------------------------- */
.container {
    width: 100%;
    max-width: var(--container);
    margin-inline: auto;
    padding-inline: var(--gutter);
}

.container--wide { max-width: 1440px; }

.section { padding-block: var(--section-y); }
.section--tight { padding-block: clamp(56px, 6vw, 92px); }
.section--alt { background: var(--surface-2); }
.section--soft { background: linear-gradient(180deg, var(--surface) 0%, var(--blue-50) 100%); }

/* -------------------------------------------------------------
   4. TYPOGRAPHY
   ------------------------------------------------------------- */
h1, h2, h3, h4 {
    color: var(--ink);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.display {
    font-family: var(--font-display);
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.01em;
    color: var(--accent-deep);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: var(--fs-xs);
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--blue-600);
}

.eyebrow::before {
    content: '';
    width: 22px;
    height: 1px;
    background: var(--blue-300);
}

.eyebrow--pill {
    padding: 8px 16px 8px 14px;
    border: 1px solid var(--blue-200);
    border-radius: var(--r-pill);
    background: var(--blue-50);
    letter-spacing: .08em;
}

.eyebrow--pill::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(110, 157, 184, .18);
}

.s-head {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 680px;
    margin-bottom: clamp(40px, 5vw, 64px);
}

.s-head--center {
    align-items: center;
    text-align: center;
    margin-inline: auto;
}

.s-title {
    font-size: var(--fs-h2);
    margin: 0;
}

.s-sub {
    font-size: var(--fs-lead);
    color: var(--ink-3);
    line-height: 1.68;
    max-width: 60ch;
    text-wrap: pretty;
}

.lead {
    font-size: var(--fs-lead);
    color: var(--ink-3);
    line-height: 1.72;
    text-wrap: pretty;
}

/* -------------------------------------------------------------
   5. BUTTONS
   ------------------------------------------------------------- */
.btn {
    --btn-bg: var(--accent-deep);
    --btn-fg: #fff;
    --btn-bd: transparent;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    border: 1px solid var(--btn-bd);
    border-radius: var(--r-pill);
    background: var(--btn-bg);
    color: var(--btn-fg);
    font-size: var(--fs-sm);
    font-weight: 600;
    letter-spacing: -0.01em;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    transition: transform var(--t), box-shadow var(--t), background var(--t), color var(--t), border-color var(--t);
}

.btn svg { flex: none; }

.btn::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, .22) 50%, transparent 80%);
    transform: translateX(-110%);
    transition: transform .7s var(--ease-out);
}

.btn:hover { transform: translateY(-2px); }
.btn:hover::after { transform: translateX(110%); }
.btn:active { transform: translateY(0); }

.btn--primary {
    --btn-bg: var(--accent-deep);
    box-shadow: var(--sh-blue);
}
.btn--primary:hover {
    --btn-bg: var(--blue-800);
    box-shadow: 0 18px 40px -14px rgba(31, 67, 86, .5);
}

.btn--ghost {
    --btn-bg: transparent;
    --btn-fg: var(--ink);
    --btn-bd: var(--line);
}
.btn--ghost:hover {
    --btn-bd: var(--blue-300);
    --btn-bg: var(--blue-50);
    --btn-fg: var(--accent-deep);
}

.btn--light {
    --btn-bg: #fff;
    --btn-fg: var(--blue-900);
    box-shadow: var(--sh-sm);
}
.btn--light:hover { box-shadow: var(--sh-md); }

.btn--outline-light {
    --btn-bg: transparent;
    --btn-fg: #fff;
    --btn-bd: rgba(255, 255, 255, .38);
}
.btn--outline-light:hover {
    --btn-bg: rgba(255, 255, 255, .12);
    --btn-bd: rgba(255, 255, 255, .7);
}

.btn--sm { padding: 11px 20px; font-size: var(--fs-xs); }
.btn--block { width: 100%; }

/* Текстове посилання зі стрілкою */
.link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: var(--fs-sm);
    font-weight: 600;
    color: var(--accent-deep);
}
.link-arrow svg { transition: transform var(--t); }
.link-arrow:hover svg { transform: translateX(4px); }

/* -------------------------------------------------------------
   6. HEADER
   ------------------------------------------------------------- */
.header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    transition: background var(--t), box-shadow var(--t), border-color var(--t), backdrop-filter var(--t);
    border-bottom: 1px solid transparent;
}

.header__bar {
    display: flex;
    align-items: center;
    gap: clamp(16px, 3vw, 40px);
    height: var(--header-h);
    transition: height var(--t);
}

.header.is-stuck {
    background: rgba(255, 255, 255, .82);
    backdrop-filter: saturate(180%) blur(18px);
    -webkit-backdrop-filter: saturate(180%) blur(18px);
    border-bottom-color: var(--line-soft);
    box-shadow: 0 1px 24px -12px rgba(20, 35, 44, .28);
}

.header.is-stuck .header__bar { height: 66px; }

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: none;
}

.brand__mark {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    object-fit: cover;
    background: #fff;
    box-shadow: var(--sh-xs);
    transition: transform var(--t);
}

.brand:hover .brand__mark { transform: rotate(-4deg) scale(1.04); }

.brand__text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand__name {
    font-size: .98rem;
    font-weight: 700;
    letter-spacing: .02em;
    color: var(--ink);
}

.brand__tag {
    font-size: .68rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--ink-4);
}

.nav {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-inline: auto;
}

.nav__link {
    position: relative;
    padding: 9px 13px;
    border-radius: var(--r-pill);
    font-size: var(--fs-sm);
    font-weight: 500;
    color: var(--ink-2);
    white-space: nowrap;
}

/* CTA всередині меню потрібен лише на мобільних */
.nav__cta { display: none; }

.nav__link::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 4px;
    height: 1.5px;
    border-radius: 2px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--t);
}

.nav__link:hover { color: var(--ink); }
.nav__link:hover::after,
.nav__link.is-active::after { transform: scaleX(1); }
.nav__link.is-active { color: var(--accent-deep); font-weight: 600; }

.header__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: none;
}

.header__phone {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: var(--fs-sm);
    font-weight: 600;
    color: var(--ink);
    white-space: nowrap;
}

.header__phone svg { color: var(--accent); }
.header__phone:hover { color: var(--accent-deep); }

/* Burger */
.burger {
    display: none;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: #fff;
}

.burger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 1.6px;
    margin-left: -9px;
    border-radius: 2px;
    background: var(--ink);
    transition: transform var(--t), opacity var(--t-fast);
}

.burger span:nth-child(1) { transform: translateY(-6px); }
.burger span:nth-child(2) { transform: translateY(0); }
.burger span:nth-child(3) { transform: translateY(6px); }

.burger.is-open span:nth-child(1) { transform: rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; transform: scaleX(.3); }
.burger.is-open span:nth-child(3) { transform: rotate(-45deg); }

/* -------------------------------------------------------------
   7. HERO
   ------------------------------------------------------------- */
.hero {
    position: relative;
    padding-top: calc(var(--header-h) + clamp(36px, 6vw, 76px));
    padding-bottom: clamp(56px, 7vw, 96px);
    overflow: hidden;
    background:
        radial-gradient(78% 62% at 88% 6%, rgba(180, 208, 222, .34) 0%, transparent 62%),
        radial-gradient(58% 48% at 4% 92%, rgba(232, 241, 246, .9) 0%, transparent 70%),
        var(--surface);
}

.hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    align-items: center;
    gap: clamp(40px, 5vw, 76px);
}

.hero__copy { max-width: 620px; }

.hero__title {
    font-size: var(--fs-hero);
    line-height: 1.02;
    letter-spacing: -0.045em;
    margin: 24px 0 0;
}

.hero__title .display {
    display: block;
    font-size: 1.06em;
    line-height: .98;
    letter-spacing: -0.015em;
}

.hero__lead {
    margin-top: 24px;
    max-width: 52ch;
}

.hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.hero__trust {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}

.trust__meta { line-height: 1.4; }

.stars {
    display: inline-flex;
    gap: 2px;
    color: var(--star);
}

.trust__text {
    display: block;
    margin-top: 3px;
    font-size: var(--fs-xs);
    color: var(--ink-3);
}

.trust__text b { color: var(--ink); font-weight: 700; }

/* Hero visual */
.hero__visual {
    position: relative;
    justify-self: end;
    width: 100%;
    max-width: 560px;
}

.hero__frame {
    position: relative;
    border-radius: var(--r-xl);
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: var(--surface-3);
    box-shadow: var(--sh-lg);
}

.hero__frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.06);
    transition: transform 1.4s var(--ease-out);
}

.hero__frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(190deg, transparent 55%, rgba(15, 30, 39, .30) 100%);
    pointer-events: none;
}

.hero__glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(56px);
}

.hero__glow--a {
    inset: -14% -12% auto auto;
    width: 62%;
    aspect-ratio: 1;
    background: rgba(143, 182, 203, .48);
}

.hero__glow--b {
    inset: auto auto -12% -14%;
    width: 52%;
    aspect-ratio: 1;
    background: rgba(212, 229, 238, .8);
}

/* Плаваючі карти */
.float-card {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: var(--r-md);
    border: 1px solid rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .84);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    box-shadow: var(--sh-md);
}

.float-card__icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex: none;
    border-radius: 12px;
    background: var(--blue-100);
    color: var(--accent-deep);
}

.float-card b {
    display: block;
    font-size: .95rem;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.02em;
    line-height: 1.2;
    white-space: nowrap;
}

.float-card span {
    font-size: var(--fs-xs);
    color: var(--ink-3);
    white-space: nowrap;
}

.float-card--tl { top: 7%; left: -8%; }
.float-card--br { bottom: 8%; right: -6%; }

/* Смуга фактів під hero */
.facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: clamp(48px, 6vw, 84px);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.fact {
    padding: clamp(22px, 3vw, 32px) clamp(18px, 2.4vw, 30px);
    border-right: 1px solid var(--line-soft);
}

.fact:last-child { border-right: none; }

.fact__num {
    display: block;
    font-size: clamp(1.75rem, 1.1rem + 2vw, 2.6rem);
    font-weight: 700;
    letter-spacing: -0.05em;
    color: var(--ink);
    line-height: 1;
}

.fact__num b { font-weight: inherit; }

.fact__num i {
    font-style: normal;
    color: var(--accent);
}

.fact__label {
    display: block;
    margin-top: 8px;
    font-size: var(--fs-xs);
    color: var(--ink-3);
    line-height: 1.45;
}

/* -------------------------------------------------------------
   8. VALUES / ПЕРЕВАГИ
   ------------------------------------------------------------- */
.values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: clamp(20px, 2.4vw, 30px);
}

.value {
    padding: clamp(26px, 3vw, 36px);
    border-radius: var(--r-lg);
    background: var(--surface);
    border: 1px solid var(--line);
    transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}

.value:hover {
    transform: translateY(-5px);
    border-color: var(--blue-200);
    box-shadow: var(--sh-md);
}

.value__icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: var(--blue-100);
    color: var(--accent-deep);
    margin-bottom: 22px;
    transition: background var(--t), color var(--t), transform var(--t);
}

.value:hover .value__icon {
    background: var(--accent-deep);
    color: #fff;
    transform: rotate(-5deg);
}

.value h3 {
    font-size: var(--fs-h3);
    margin-bottom: 10px;
}

.value p {
    font-size: var(--fs-sm);
    color: var(--ink-3);
    line-height: 1.66;
}

/* -------------------------------------------------------------
   9. ABOUT
   ------------------------------------------------------------- */
.about__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
    align-items: center;
    gap: clamp(40px, 5.5vw, 88px);
}

.about__media {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 18px;
}

.about__media figure {
    border-radius: var(--r-lg);
    overflow: hidden;
    background: var(--surface-3);
    box-shadow: var(--sh-sm);
}

.about__media figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s var(--ease-out);
}

.about__media figure:hover img { transform: scale(1.05); }

.about__media figure:nth-child(1) {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 10;
}

.about__media figure:nth-child(2),
.about__media figure:nth-child(3) { aspect-ratio: 1 / 1; }

.about__badge {
    position: absolute;
    right: -18px;
    bottom: -22px;
    z-index: 2;
    display: grid;
    place-items: center;
    text-align: center;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    background: var(--accent-deep);
    color: #fff;
    box-shadow: var(--sh-blue);
    padding: 12px;
}

.about__badge b {
    display: block;
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
}

.about__badge span {
    display: block;
    margin-top: 6px;
    font-size: .68rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    opacity: .82;
    line-height: 1.35;
}

.about__text + .about__text { margin-top: 18px; }

.about__list {
    display: grid;
    gap: 18px;
    margin-top: 34px;
}

.about__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    align-items: start;
}

.about__check {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex: none;
    border-radius: 50%;
    background: var(--blue-100);
    color: var(--accent-deep);
    margin-top: 2px;
}

.about__item b {
    display: block;
    color: var(--ink);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.about__item p {
    font-size: var(--fs-sm);
    color: var(--ink-3);
}

/* -------------------------------------------------------------
   10. SERVICES
   ------------------------------------------------------------- */
.services__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    overflow: hidden;
}

.service {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: clamp(28px, 3vw, 38px);
    background: var(--surface);
    transition: background var(--t), transform var(--t);
}

.service::before {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 2px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--t-slow);
}

.service:hover { background: var(--blue-50); }
.service:hover::before { transform: scaleX(1); }

.service__icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--blue-100);
    color: var(--accent-deep);
    transition: background var(--t), color var(--t), transform var(--t);
}

.service:hover .service__icon {
    background: var(--accent-deep);
    color: #fff;
    transform: translateY(-3px);
}

.service h3 {
    font-size: var(--fs-h3);
    letter-spacing: -0.03em;
}

.service p {
    font-size: var(--fs-sm);
    color: var(--ink-3);
    line-height: 1.65;
}

.service__price {
    margin-top: auto;
    padding-top: 6px;
    font-size: var(--fs-xs);
    font-weight: 600;
    letter-spacing: .02em;
    color: var(--accent-deep);
}

/* -------------------------------------------------------------
   11. PRICE
   ------------------------------------------------------------- */
.price__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: clamp(32px, 4vw, 48px);
}

.price__head .s-head { margin-bottom: 0; }

.tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-bottom: 28px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.tabs::-webkit-scrollbar { display: none; }

.tab {
    flex: none;
    padding: 12px 22px;
    border-radius: var(--r-pill);
    border: 1px solid var(--line);
    background: var(--surface);
    font-size: var(--fs-sm);
    font-weight: 600;
    color: var(--ink-2);
    white-space: nowrap;
    transition: all var(--t);
}

.tab:hover {
    border-color: var(--blue-300);
    color: var(--accent-deep);
}

.tab.is-active {
    background: var(--accent-deep);
    border-color: var(--accent-deep);
    color: #fff;
    box-shadow: var(--sh-blue);
}

.price__panels {
    border-radius: var(--r-lg);
    border: 1px solid var(--line);
    background: var(--surface);
    box-shadow: var(--sh-sm);
    overflow: hidden;
}

.panel { display: none; }
.panel.is-active { display: block; animation: panelIn .45s var(--ease-out) both; }

@keyframes panelIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: none; }
}

.panel__group + .panel__group { border-top: 1px solid var(--line-soft); }

.panel__group-title {
    padding: 22px clamp(20px, 3vw, 34px) 6px;
    font-size: var(--fs-xs);
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--blue-600);
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding: 15px clamp(20px, 3vw, 34px);
    border-top: 1px solid var(--line-soft);
    transition: background var(--t-fast);
}

/* Пунктирна лідер-лінія між назвою та ціною — як у друкованому прайсі */
.price-row::after {
    content: '';
    order: 2;
    flex: 1 1 24px;
    min-width: 24px;
    align-self: center;
    height: 1px;
    background: repeating-linear-gradient(90deg, var(--blue-200) 0 2px, transparent 2px 7px);
}

.panel__group-title + .price-row { border-top: none; }

.price-row:hover { background: var(--blue-50); }

.price-row__name {
    order: 1;
    flex: 0 1 auto;
    font-size: var(--fs-sm);
    color: var(--ink-2);
}

.price-row__name small {
    display: block;
    font-size: var(--fs-xs);
    color: var(--ink-4);
}

.price-row__val {
    order: 3;
    flex: none;
    font-size: var(--fs-sm);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ink);
    white-space: nowrap;
}

.price-row__val span {
    font-weight: 500;
    color: var(--ink-3);
    font-size: .85em;
    margin-left: 2px;
}

.price__note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 22px;
    padding: 18px 22px;
    border-radius: var(--r-md);
    background: var(--blue-50);
    border: 1px solid var(--blue-100);
    font-size: var(--fs-sm);
    color: var(--ink-3);
}

.price__note svg { flex: none; color: var(--accent); margin-top: 2px; }

/* -------------------------------------------------------------
   12. PROCESS
   ------------------------------------------------------------- */
.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: clamp(24px, 3vw, 40px);
    counter-reset: step;
}

.step { position: relative; }

.step__num {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid var(--blue-200);
    background: var(--surface);
    color: var(--accent-deep);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
    transition: background var(--t), color var(--t), border-color var(--t);
}

.step:hover .step__num {
    background: var(--accent-deep);
    border-color: var(--accent-deep);
    color: #fff;
}

.step::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 56px;
    right: -24px;
    height: 1px;
    background: repeating-linear-gradient(90deg, var(--blue-200) 0 5px, transparent 5px 11px);
}

.step:last-child::before { display: none; }

.step h3 {
    font-size: var(--fs-h3);
    margin-bottom: 10px;
}

.step p {
    font-size: var(--fs-sm);
    color: var(--ink-3);
    line-height: 1.66;
}

/* -------------------------------------------------------------
   13. SHOWCASE / PARALLAX BAND
   ------------------------------------------------------------- */
.showcase {
    position: relative;
    min-height: clamp(420px, 52vw, 620px);
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
}

.showcase__bg {
    position: absolute;
    inset: -14% 0;
    z-index: -2;
    will-change: transform;
}

.showcase__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(15, 30, 39, .62), rgba(22, 48, 62, .78));
}

.showcase__inner {
    text-align: center;
    max-width: 760px;
    margin-inline: auto;
    color: #fff;
    padding-block: clamp(64px, 8vw, 110px);
}

.showcase__inner .eyebrow { color: var(--blue-300); }
.showcase__inner .eyebrow::before { background: rgba(180, 208, 222, .5); }

.showcase__title {
    font-size: var(--fs-h2);
    color: #fff;
    margin: 20px 0 18px;
}

.showcase__title .display { color: var(--blue-300); }

.showcase__text {
    font-size: var(--fs-lead);
    color: rgba(255, 255, 255, .8);
    max-width: 56ch;
    margin-inline: auto;
}

.showcase__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 34px;
}

/* -------------------------------------------------------------
   14. TEAM
   ------------------------------------------------------------- */
.team__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(22px, 2.6vw, 34px);
}

.member {
    border-radius: var(--r-lg);
    overflow: hidden;
    background: var(--surface);
    border: 1px solid var(--line);
    transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}

.member:hover {
    transform: translateY(-6px);
    box-shadow: var(--sh-md);
    border-color: var(--blue-200);
}

.member__photo {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: var(--surface-3);
}

.member__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s var(--ease-out);
}

.member:hover .member__photo img { transform: scale(1.06); }

.member__role {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 7px 14px;
    border-radius: var(--r-pill);
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(10px);
    font-size: var(--fs-xs);
    font-weight: 600;
    color: var(--accent-deep);
}

.member__body { padding: 24px clamp(20px, 2.4vw, 28px) 28px; }

.member__name {
    font-size: var(--fs-h3);
    margin-bottom: 8px;
}

.member__desc {
    font-size: var(--fs-sm);
    color: var(--ink-3);
    line-height: 1.65;
}

/* -------------------------------------------------------------
   15. GALLERY
   ------------------------------------------------------------- */
.gallery__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: clamp(140px, 15vw, 210px);
    gap: clamp(12px, 1.4vw, 20px);
}

.shot {
    position: relative;
    overflow: hidden;
    border-radius: var(--r-md);
    background: var(--surface-3);
}

.shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.1s var(--ease-out);
}

.shot::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(15, 30, 39, .3));
    opacity: 0;
    transition: opacity var(--t);
}

.shot:hover img { transform: scale(1.07); }
.shot:hover::after { opacity: 1; }

.shot--w2 { grid-column: span 2; }
.shot--h2 { grid-row: span 2; }

/* -------------------------------------------------------------
   16. REVIEWS
   ------------------------------------------------------------- */
.reviews__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: clamp(20px, 2.4vw, 30px);
}

.review {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: clamp(28px, 3vw, 36px);
    border-radius: var(--r-lg);
    background: var(--surface);
    border: 1px solid var(--line);
    transition: transform var(--t), box-shadow var(--t), border-color var(--t);
}

.review:hover {
    transform: translateY(-5px);
    box-shadow: var(--sh-md);
    border-color: var(--blue-200);
}

.review__quote {
    font-size: 1.02rem;
    color: var(--ink-2);
    line-height: 1.72;
    flex: 1;
    text-wrap: pretty;
}

.review__author {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-top: 18px;
    border-top: 1px solid var(--line-soft);
}

.review__avatar {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex: none;
    border-radius: 50%;
    background: var(--blue-100);
    color: var(--accent-deep);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.review__author b {
    display: block;
    color: var(--ink);
    font-weight: 700;
    font-size: var(--fs-sm);
    letter-spacing: -0.02em;
}

.review__author span {
    font-size: var(--fs-xs);
    color: var(--ink-4);
}

/* -------------------------------------------------------------
   17. FAQ
   ------------------------------------------------------------- */
.faq__grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: clamp(36px, 5vw, 76px);
    align-items: start;
}

.faq__list {
    border-top: 1px solid var(--line);
}

.faq__item { border-bottom: 1px solid var(--line); }

.faq__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    padding: 22px 0;
    text-align: left;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: var(--ink);
    transition: color var(--t-fast);
}

.faq__q:hover { color: var(--accent-deep); }

.faq__icon {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    flex: none;
    border-radius: 50%;
    border: 1px solid var(--line);
    color: var(--accent-deep);
    transition: transform var(--t), background var(--t), color var(--t), border-color var(--t);
}

.faq__item.is-open .faq__icon {
    transform: rotate(45deg);
    background: var(--accent-deep);
    border-color: var(--accent-deep);
    color: #fff;
}

.faq__a {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .4s var(--ease-out);
}

.faq__item.is-open .faq__a { grid-template-rows: 1fr; }

.faq__a > div { overflow: hidden; }

.faq__a p {
    padding-bottom: 24px;
    font-size: var(--fs-sm);
    color: var(--ink-3);
    line-height: 1.72;
    max-width: 62ch;
}

/* -------------------------------------------------------------
   18. CONTACTS
   ------------------------------------------------------------- */
.contacts__grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(32px, 4vw, 56px);
    align-items: stretch;
}

.contacts__card {
    padding: clamp(28px, 3.4vw, 44px);
    border-radius: var(--r-lg);
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--sh-sm);
}

.contact {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 16px;
    padding-block: 20px;
    border-bottom: 1px solid var(--line-soft);
}

.contact:last-of-type { border-bottom: none; }

.contact__icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex: none;
    border-radius: 13px;
    background: var(--blue-100);
    color: var(--accent-deep);
}

.contact b {
    display: block;
    font-size: var(--fs-xs);
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--ink-4);
    margin-bottom: 5px;
}

.contact p {
    color: var(--ink);
    font-weight: 500;
    line-height: 1.55;
}

.contact a:hover { color: var(--accent-deep); }

.socials {
    display: flex;
    gap: 10px;
    margin-top: 26px;
}

.social {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid var(--line);
    color: var(--ink-2);
    transition: all var(--t);
}

.social:hover {
    background: var(--accent-deep);
    border-color: var(--accent-deep);
    color: #fff;
    transform: translateY(-3px);
}

.contacts__map {
    border-radius: var(--r-lg);
    overflow: hidden;
    border: 1px solid var(--line);
    min-height: 420px;
    background: var(--surface-3);
    box-shadow: var(--sh-sm);
}

.contacts__map iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: 0;
    filter: grayscale(.35) contrast(.96);
    transition: filter var(--t-slow);
}

.contacts__map:hover iframe { filter: none; }

/* -------------------------------------------------------------
   19. CTA STRIP
   ------------------------------------------------------------- */
.cta {
    position: relative;
    padding: clamp(44px, 5vw, 72px) clamp(28px, 4vw, 72px);
    border-radius: var(--r-xl);
    background: linear-gradient(135deg, var(--blue-800) 0%, var(--blue-700) 55%, var(--blue-600) 100%);
    color: #fff;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 36px;
}

.cta::before,
.cta::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.cta::before {
    inset: -60% -10% auto auto;
    width: 460px;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(255, 255, 255, .13), transparent 65%);
}

.cta::after {
    inset: auto auto -70% -8%;
    width: 380px;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(180, 208, 222, .2), transparent 65%);
}

.cta__title {
    position: relative;
    font-size: clamp(1.6rem, 1rem + 2.2vw, 2.5rem);
    color: #fff;
    margin-bottom: 12px;
}

.cta__title .display { color: var(--blue-300); }

.cta__text {
    position: relative;
    color: rgba(255, 255, 255, .78);
    max-width: 52ch;
}

.cta__actions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* -------------------------------------------------------------
   20. FOOTER
   ------------------------------------------------------------- */
.footer {
    background: var(--blue-950);
    color: rgba(255, 255, 255, .62);
    padding-top: clamp(56px, 6vw, 84px);
}

.footer__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
    gap: clamp(32px, 4vw, 56px);
    padding-bottom: clamp(44px, 5vw, 64px);
}

.footer .brand__name { color: #fff; }
.footer .brand__tag { color: rgba(255, 255, 255, .4); }

.footer__about {
    margin-top: 20px;
    font-size: var(--fs-sm);
    line-height: 1.7;
    max-width: 34ch;
}

.footer__col h4 {
    color: #fff;
    font-size: var(--fs-xs);
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.footer__col a {
    display: block;
    padding-block: 6px;
    font-size: var(--fs-sm);
    color: rgba(255, 255, 255, .62);
}

.footer__col a:hover { color: #fff; }

.footer .socials { margin-top: 24px; }

.footer .social {
    border-color: rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .72);
}

.footer .social:hover {
    background: #fff;
    border-color: #fff;
    color: var(--blue-900);
}

.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, .09);
    padding-block: 26px;
}

.footer__bottom .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 20px;
    font-size: var(--fs-xs);
    color: rgba(255, 255, 255, .45);
}

.footer__credit {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, .5);
    transition: color var(--t-fast);
}

.footer__credit b {
    font-weight: 700;
    letter-spacing: .06em;
    color: rgba(255, 255, 255, .9);
    transition: color var(--t-fast);
}

.footer__credit b i {
    font-style: normal;
    color: var(--blue-400);
}

.footer__credit:hover { color: rgba(255, 255, 255, .78); }
.footer__credit:hover b { color: #fff; }

/* -------------------------------------------------------------
   21. FLOATING CALL BUTTON (mobile)
   ------------------------------------------------------------- */
.fab {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 90;
    display: none;
    align-items: center;
    gap: 9px;
    padding: 14px 22px;
    border-radius: var(--r-pill);
    background: var(--accent-deep);
    color: #fff;
    font-size: var(--fs-sm);
    font-weight: 600;
    box-shadow: var(--sh-blue);
    transform: translateY(140%);
    transition: transform .45s var(--ease-out);
}

.fab.is-shown { transform: none; }

/* -------------------------------------------------------------
   22. SCROLL ANIMATIONS
   ------------------------------------------------------------- */
[data-reveal] {
    opacity: 0;
    transition:
        opacity .85s var(--ease-out),
        transform .85s var(--ease-out),
        filter .85s var(--ease-out);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

[data-reveal="up"]    { transform: translate3d(0, 34px, 0); }
[data-reveal="down"]  { transform: translate3d(0, -28px, 0); }
[data-reveal="left"]  { transform: translate3d(-40px, 0, 0); }
[data-reveal="right"] { transform: translate3d(40px, 0, 0); }
[data-reveal="scale"] { transform: scale(.94); filter: blur(4px); }
[data-reveal="fade"]  { transform: none; }
[data-reveal="mask"]  { transform: translate3d(0, 40px, 0); }

/* Шторка застосовується до вмісту, а не до самого елемента:
   clip-path на цілі обнуляє intersectionRatio і reveal не спрацьовує. */
[data-reveal="mask"] > img {
    clip-path: inset(0 0 100% 0);
    transition: clip-path .95s var(--ease-out);
    transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal="mask"].is-in > img { clip-path: inset(0 0 0 0); }

[data-reveal].is-in {
    opacity: 1;
    transform: none;
    filter: none;
    will-change: auto;   /* знімаємо шар після анімації — інакше лишаються артефакти рендеру */
}

/* hero — стартова анімація */
.hero [data-reveal] { transition-duration: 1.05s; }
.hero.is-ready .hero__frame img { transform: scale(1); }

[data-parallax] { will-change: transform; }

/* -------------------------------------------------------------
   23. RESPONSIVE
   ------------------------------------------------------------- */
@media (max-width: 1080px) {
    .hero__grid { gap: 40px; }
    .float-card--tl { left: -2%; }
    .float-card--br { right: -2%; }
    .faq__grid { grid-template-columns: 1fr; }
    .cta { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
    :root { --header-h: 70px; }

    /* Суцільний фон замість backdrop-filter: інакше «прилиплий» хедер стає
       containing block для fixed-меню й обрізає повноекранний оверлей. */
    .header.is-stuck {
        background: rgba(255, 255, 255, .96);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    /* Повноекранний оверлей — без відступів зліва/знизу */
    .nav {
        position: fixed;
        inset: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 6px;
        margin: 0;
        padding: calc(var(--header-h) + 24px) var(--gutter) 40px;
        background: #fff;
        transform: translateX(100%);
        transition: transform .45s var(--ease-out);
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .nav.is-open { transform: none; }

    /* Логотип і кнопка-хрестик лишаються над оверлеєм і клікабельні */
    .brand,
    .header__actions { position: relative; z-index: 2; }

    .nav__link {
        padding: 16px 4px;
        font-size: 1.35rem;
        font-weight: 600;
        letter-spacing: -0.03em;
        text-align: center;
        border-bottom: 1px solid var(--line-soft);
        border-radius: 0;
    }

    .nav__link::after { display: none; }

    .nav__cta {
        display: inline-flex;
        margin-top: 26px;
        border-bottom: none;
    }

    .burger { display: block; }
    .header__phone { display: none; }
    .header__actions .btn { display: none; }
    /* nav — fixed drawer (поза потоком), тож притискаємо бургер до правого краю */
    .header__actions { margin-left: auto; }

    .nav-backdrop {
        position: fixed;
        inset: 0;
        z-index: 99;
        background: rgba(15, 30, 39, .4);
        backdrop-filter: blur(3px);
        opacity: 0;
        visibility: hidden;
        transition: opacity var(--t), visibility var(--t);
    }

    .nav-backdrop.is-shown { opacity: 1; visibility: visible; }

    .hero__grid { grid-template-columns: 1fr; }
    .hero__copy { max-width: none; }
    .hero__visual { justify-self: center; max-width: 520px; }
    .hero__frame { aspect-ratio: 5 / 4; }

    .facts { grid-template-columns: 1fr 1fr; }
    .fact:nth-child(2n) { border-right: none; }
    .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line-soft); }

    .about__grid { grid-template-columns: 1fr; }
    .about__badge { width: 108px; height: 108px; right: 8px; bottom: -16px; }
    .about__badge b { font-size: 1.5rem; }

    .contacts__grid { grid-template-columns: 1fr; }

    .step::before { display: none; }

    .footer__grid { grid-template-columns: 1fr 1fr; }

    .fab { display: inline-flex; }

    .gallery__grid { grid-template-columns: repeat(2, 1fr); }
    .shot--w2 { grid-column: span 2; }
    .shot--h2 { grid-row: span 1; }
}

@media (max-width: 560px) {
    :root { --r-xl: 26px; --r-lg: 22px; }

    .hero__cta { flex-direction: column; align-items: stretch; }
    .hero__cta .btn { width: 100%; }

    .hero__trust { flex-direction: column; align-items: flex-start; gap: 14px; }

    .facts { grid-template-columns: 1fr; }
    .fact { border-right: none; border-bottom: 1px solid var(--line-soft); }
    .fact:last-child { border-bottom: none; }

    .float-card { padding: 11px 14px; }
    .float-card__icon { width: 34px; height: 34px; }
    .float-card b { font-size: .85rem; }
    .float-card--tl { top: 4%; left: -4px; }
    .float-card--br { bottom: 5%; right: -4px; }

    .about__media { grid-template-columns: 1fr; }
    .about__media figure:nth-child(2),
    .about__media figure:nth-child(3) { aspect-ratio: 16 / 11; }
    .about__badge { position: static; margin: 20px auto 0; }

    .price-row { gap: 12px; }
    .price-row::after { display: none; }
    .price-row__name { flex: 1 1 auto; min-width: 0; }
    .price-row__val { margin-left: auto; }

    /* CTA-блок — центруємо заголовок і текст, кнопки майже на всю ширину */
    .cta { text-align: center; }
    .cta__title { text-align: center; }
    .cta__text { margin-inline: auto; }
    .cta__actions { flex-direction: column; align-items: stretch; }
    .cta__actions .btn { width: 100%; }

    /* Футер — центруємо всі колонки та пункти меню */
    .footer__grid { grid-template-columns: 1fr; text-align: center; }
    .footer .brand { justify-content: center; }
    .footer__about { margin-inline: auto; }
    .footer .socials { justify-content: center; }
    .footer__bottom .container { justify-content: center; text-align: center; }

    /* Етапи лікування — центруємо номери й текст */
    .step { text-align: center; }
    .step__num { margin-inline: auto; }

    .showcase__cta .btn { width: 100%; }

    .gallery__grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
    .shot--w2 { grid-column: span 1; }
}

/* -------------------------------------------------------------
   24. ACCESSIBILITY
   ------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }

    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }

    [data-reveal],
    [data-reveal="mask"] > img {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        clip-path: none !important;
    }

    [data-parallax] { transform: none !important; }

    .hero__frame img { transform: scale(1); }
}
