/*
Theme Name: Sandeep Hooda Sports Physiotherapy
Theme URI: https://sportsphysiosandeephooda.com/
Author: Your Team
Description: Premium animated sports physiotherapy homepage concept for Dr Sandeep Hooda, Faridabad.
Version: 1.2.0
Text Domain: sandeep-hooda
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
    --ink: #123B63;
    --ink-2: #0D3153;
    --paper: #FFFFFF;
    --paper-2: #F4FAFA;
    --mint: #F58220;
    --mint-soft: #D9F3F3;
    --line: rgba(18, 59, 99, .13);
    --line-dark: rgba(255, 255, 255, .14);
    --text-muted: #5E7183;
    --white: #ffffff;
    --header-h: 84px;
    --radius: 28px;
    --ease: cubic-bezier(.2,.75,.2,1);
    --shadow: 0 30px 90px rgba(0,0,0,.11);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--header-h) + 18px);
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a {
    color: inherit;
    text-decoration: none;
}

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

button {
    color: inherit;
}

::selection {
    background: var(--mint);
    color: var(--ink);
}

.container {
    width: min(1440px, calc(100% - 64px));
    margin: 0 auto;
}

.section-light {
    background: var(--paper);
}

.section-mint {
    background: var(--paper-2);
}

.section-dark {
    background: var(--ink);
    color: var(--white);
}

.section-charcoal {
    background: var(--ink-2);
    color: var(--white);
}

.section-acid {
    background: var(--mint);
    color: var(--ink);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ============================================================
   EMPTY IMAGE PLACEHOLDERS
   IMPORTANT: These contain NO image.
   Use the comments in front-page.php to add your URLs.
   ============================================================ */
.image-slot {
    position: relative;
    width: 100%;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(245,130,32,.045), rgba(255,255,255,.01)),
        transparent;
    border: 1px solid rgba(255,255,255,.16);
}

.section-light .image-slot,
.section-mint .image-slot {
    border-color: rgba(18,59,99,.12);
    background: rgba(18,59,99,.025);
}

.image-slot::before,
.map-placeholder::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px dashed currentColor;
    opacity: .10;
    pointer-events: none;
}

.image-slot-hero {
    height: min(72vh, 760px);
    min-height: 560px;
    border-radius: 180px 180px 32px 32px;
    cursor: zoom-in;
    transition:
        transform .9s var(--ease),
        border-radius .9s var(--ease),
        filter .9s var(--ease);
    transform-origin: 50% 45%;
    will-change: transform, border-radius;
}

.image-slot-tall {
    aspect-ratio: 4 / 5.4;
    border-radius: 260px 260px 34px 34px;
}

.image-slot-sport {
    min-height: 620px;
    border-radius: 28px;
}

.image-slot-facility {
    min-height: 520px;
    border-radius: 24px;
}

.image-slot-facility-small {
    min-height: 300px;
    border-radius: 22px;
}

.image-slot-avatar {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    flex: 0 0 auto;
}

.image-slot-video {
    aspect-ratio: 16/10;
    border-radius: 28px;
}

.image-slot-video-small {
    aspect-ratio: 16/10;
    border-radius: 22px;
}

.image-slot-blog {
    aspect-ratio: 16/10;
    border-radius: 22px;
    transition: transform .8s var(--ease);
}

.blog-card:hover .image-slot-blog {
    transform: scale(.975);
}

/* ============================================================
   CURSOR / PROGRESS
   ============================================================ */
.site-cursor {
    position: fixed;
    z-index: 9999;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(245,130,32,.8);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition:
        width .2s ease,
        height .2s ease,
        background .2s ease,
        opacity .2s ease;
    mix-blend-mode: difference;
}

.site-cursor.is-visible {
    opacity: 1;
}

.site-cursor.is-hovering {
    width: 48px;
    height: 48px;
    background: rgba(245,130,32,.35);
}

.scroll-progress {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    pointer-events: none;
}

.scroll-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--mint);
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    height: var(--header-h);
    color: var(--white);
    transition:
        background .35s ease,
        backdrop-filter .35s ease,
        border-color .35s ease,
        transform .35s ease;
    border-bottom: 1px solid transparent;
}

.site-header.is-scrolled {
    background: rgba(18,59,99,.92);
    backdrop-filter: blur(18px);
    border-color: rgba(255,255,255,.09);
}

.header-shell {
    height: 100%;
    width: min(1600px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    font-weight: 800;
    letter-spacing: -.06em;
}

.brand-copy {
    display: grid;
    line-height: 1.1;
}

.brand-copy strong {
    font-size: 14px;
    letter-spacing: -.01em;
}

.brand-copy small {
    margin-top: 6px;
    color: rgba(255,255,255,.58);
    font-size: 10px;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.primary-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 1.4vw, 24px);
}

.primary-nav a {
    position: relative;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .035em;
    transition: color .25s ease;
}

.primary-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -9px;
    height: 1px;
    background: var(--mint);
    transition: right .35s var(--ease);
}

.primary-nav a:hover,
.primary-nav a.is-active {
    color: var(--white);
}

.primary-nav a:hover::after,
.primary-nav a.is-active::after {
    right: 0;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-contact {
    display: grid;
    line-height: 1.08;
}

.header-contact span {
    color: rgba(255,255,255,.5);
    font-size: 9px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.header-contact strong {
    margin-top: 5px;
    font-size: 11px;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    background: transparent;
}

.nav-toggle span {
    display: block;
    width: 16px;
    height: 1px;
    background: var(--white);
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    min-height: 58px;
    padding: 0 28px;
    border: 1px solid transparent;
    border-radius: 999px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -.01em;
    transition:
        transform .28s var(--ease),
        background .28s ease,
        color .28s ease,
        border-color .28s ease;
}

.btn span,
.btn i {
    position: relative;
    z-index: 2;
}

.btn i {
    font-style: normal;
}

.btn::before {
    content: "";
    position: absolute;
    inset: 100% 0 auto;
    height: 100%;
    background: var(--white);
    transition: transform .4s var(--ease);
    transform: translateY(0);
}

.btn:hover::before {
    transform: translateY(-100%);
}

.btn:hover {
    transform: translateY(-2px);
}

/* PRIMARY BUTTON - NORMAL */
.btn-primary {
    background: #F58220;
    color: #ffffff;
    border-color: #F58220;
}


/* BLUE SLIDE BACKGROUND ON HOVER */
.btn-primary::before {
    background: #123B63;
}


/* HOVER */
.btn-primary:hover {
    color: #ffffff;
    border-color: #123B63;
}

.btn-small {
    min-height: 44px;
    padding: 0 20px;
    font-size: 11px;
    gap: 12px;
}

.btn-ghost {
    border-color: rgba(255,255,255,.22);
    color: var(--white);
}

.btn-ghost::before {
    background: rgba(255,255,255,.08);
}

.btn-dark {
    background: var(--ink);
    color: var(--white);
}

.btn-dark::before {
    background: var(--white);
}

.btn-dark:hover {
    color: var(--ink);
}

.btn-outline-dark {
    border-color: rgba(18,59,99,.25);
    color: var(--ink);
}

.btn-outline-dark::before {
    background: var(--ink);
}

.btn-outline-dark:hover {
    color: var(--white);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid currentColor;
    font-weight: 800;
}

.text-link i {
    font-style: normal;
    transition: transform .3s var(--ease);
}

.text-link:hover i {
    transform: translate(4px, -4px);
}

.text-link.light {
    color: var(--white);
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
    position: relative;
    min-height: 100svh;
    padding: calc(var(--header-h) + 70px) 0 70px;
    isolation: isolate;
    overflow: clip;
}

.hero-grid-lines {
    position: absolute;
    inset: 0;
    z-index: -4;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 96px 96px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 90%);
}



.hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, .78fr);
    gap: clamp(50px, 6vw, 100px);
    align-items: center;
}

.hero-copy {
    padding-top: 18px;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.eyebrow {
    color: rgba(255,255,255,.68);
}

.eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mint);
    box-shadow: 0 0 0 7px rgba(245,130,32,.10);
}

.section-kicker {
    color: #5E7183;
}

.section-kicker::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
}

.section-kicker.dark {
    color: var(--ink);
}

.hero h1 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(68px, 7.8vw, 142px);
    line-height: .83;
    letter-spacing: -.075em;
    font-weight: 850;
}

.text-outline {
    color: #ff7a18;
    -webkit-text-stroke: 0;
}

.hero-line-accent {
    display: block;
    margin-top: .09em;
    color: var(--mint);
    font-size: .58em;
    letter-spacing: -.045em;
}

.hero-lead {
    max-width: 680px;
    margin: 36px 0 0;
    color: rgba(255,255,255,.63);
    font-size: clamp(16px, 1.3vw, 20px);
}

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

.hero-microcopy {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 52px;
    color: rgba(255,255,255,.46);
}

.hero-microcopy span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 50%;
    color: var(--mint);
    font-size: 10px;
}

.hero-microcopy p {
    margin: 0;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hero-visual-wrap {
    position: relative;
    max-width: 650px;
    justify-self: end;
    width: 100%;
}

.hero-orbit {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(245,130,32,.18);
    border-radius: 50%;
}

.orbit-one {
    inset: 8% -8% 8% 0;
    animation: orbitSpin 18s linear infinite;
}

.orbit-two {
    inset: 16% -18% 16% 10%;
    border-style: dashed;
    animation: orbitSpin 24s linear infinite reverse;
}

@keyframes orbitSpin {
    to { transform: rotate(360deg); }
}

.performance-chip {
    position: absolute;
    z-index: 3;
    display: grid;
    gap: 3px;
    padding: 14px 18px;
    background: rgba(18,59,99,.78);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 16px;
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

.performance-chip small {
    color: var(--mint);
    font-size: 8px;
    letter-spacing: .17em;
}

.performance-chip strong {
    font-size: 11px;
}

.chip-a {
    top: 18%;
    left: -10%;
    animation: chipFloat 4.5s ease-in-out infinite alternate;
}

.chip-b {
    right: -6%;
    bottom: 21%;
    animation: chipFloat 5.2s ease-in-out .4s infinite alternate-reverse;
}

@keyframes chipFloat {
    to { transform: translateY(-16px) rotate(1.5deg); }
}

.hero-visual-caption {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-top: 18px;
    color: rgba(255,255,255,.42);
    font-size: 9px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.caption-line {
    width: 42px;
    height: 1px;
    background: rgba(255,255,255,.2);
}

.hero-scroll-cue {
    position: absolute;
    right: 28px;
    bottom: 38px;
    display: grid;
    place-items: center;
    gap: 12px;
    color: rgba(255,255,255,.38);
    font-size: 8px;
    letter-spacing: .2em;
    writing-mode: vertical-rl;
}

.hero-scroll-cue i {
    display: block;
    width: 1px;
    height: 52px;
    background: linear-gradient(to bottom, var(--mint), transparent);
}

/* HERO HOVER-TO-NEXT-SECTION PORTAL EFFECT */
.hero-portrait-trigger.is-portal {
    transform: scale(1.22);
    border-radius: 18px;
    filter: brightness(.92);
}

.hero-visual-wrap.is-transitioning {
    z-index: 50;
}

.hero-visual-wrap.is-transitioning::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background: rgba(18,59,99,.35);
    backdrop-filter: blur(4px);
    opacity: 1;
    animation: portalVeil .9s var(--ease) both;
    pointer-events: none;
}

@keyframes portalVeil {
    from { opacity: 0; }
    55% { opacity: .9; }
    to { opacity: 0; }
}

/* ============================================================
   TRUST
   ============================================================ */
.trust-strip {
    position: relative;
    z-index: 5;
    background: var(--mint);
    color: var(--ink);
    border-bottom: 1px solid rgba(18,59,99,.12);
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.trust-item {
    min-height: 170px;
    padding: 34px 32px;
    border-right: 1px solid rgba(18,59,99,.16);
}

.trust-item:first-child {
    border-left: 1px solid rgba(18,59,99,.16);
}

.trust-item small,
.trust-item span {
    display: block;
}

.trust-item small {
    margin-bottom: 18px;
    color: rgba(18,59,99,.55);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.trust-item strong {
    display: block;
    margin-bottom: 7px;
    font-size: clamp(22px, 2vw, 34px);
    line-height: 1;
    letter-spacing: -.04em;
}

.trust-item span {
    color: rgba(8,17,15,.58);
    font-size: 11px;
}

/* ============================================================
   ABOUT
   ============================================================ */
.about {
    padding: 150px 0;
}

.split-layout {
    display: grid;
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
    gap: clamp(70px, 9vw, 150px);
    align-items: start;
}

.about-visual {
    position: sticky;
    top: calc(var(--header-h) + 34px);
}

.floating-label {
    position: absolute;
    right: -34px;
    bottom: 60px;
    display: grid;
    gap: 7px;
    padding: 20px 18px;
    background: var(--mint);
    border-radius: 14px;
    transform: rotate(-4deg);
    box-shadow: var(--shadow);
}

.floating-label span {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .13em;
}

.about-copy h2,
.section-head h2,
.sticky-heading h2,
.approach-intro h2,
.faq-heading h2,
.location-info h2,
.appointment-copy h2 {
    margin: 0;
    font-size: clamp(46px, 5.3vw, 90px);
    line-height: .96;
    letter-spacing: -.06em;
    font-weight: 820;
}

.about-text {
    margin-top: 42px;
    columns: 2;
    column-gap: 44px;
}

.about-text p {
    break-inside: avoid;
    margin: 0 0 22px;
    color: #4F6478;
    font-size: 15px;
}

.about-copy .text-link {
    margin-top: 28px;
}

/* ============================================================
   GENERIC SECTION HEAD
   ============================================================ */
.section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 60px;
    align-items: end;
    margin-bottom: 72px;
}

.section-head p {
    max-width: 520px;
    margin: 0 0 7px auto;
    color: var(--text-muted);
}

.section-head.light p {
    color: rgba(255,255,255,.52);
}

.section-head.light .section-kicker {
    color: rgba(255,255,255,.48);
}

/* ============================================================
   CONDITIONS — IMAGE CARDS
   Normal  = faded image + text
   Hover   = clear image + NO text
   Image   = clickable
   ============================================================ */

.conditions {
    padding: 140px 0;
    border-top: 1px solid var(--line);
}


/* ============================================================
   GRID
   ============================================================ */

.condition-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}


/* ============================================================
   CARD
   ============================================================ */

.condition-card {
    position: relative;
    min-height: 330px;
    padding: 34px;

    background: transparent;

    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);

    overflow: hidden;
    isolation: isolate;

    transition:
        transform .35s var(--ease),
        background .35s ease;
}


/* ============================================================
   CLICKABLE IMAGE LINK
   IMPORTANT:
   This overrides the old generic .condition-card a rule.
   ============================================================ */

.condition-card .condition-image-link {
    position: absolute !important;

    inset: 0 !important;

    right: auto !important;
    bottom: auto !important;

    display: block !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 0 !important;

    text-decoration: none !important;

    cursor: pointer;

    overflow: hidden !important;

    z-index: 0 !important;
}


/* ============================================================
   IMAGE
   ============================================================ */

.condition-card .condition-image {
    position: absolute !important;

    inset: 0 !important;

    display: block !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center !important;

    border: 0 !important;
    border-radius: 0 !important;

    opacity: .48;

    transform: scale(1.03);

    filter: none !important;

    z-index: 0 !important;

    transition:
        opacity .45s ease,
        transform .7s var(--ease),
        filter .45s ease;
}


/* ============================================================
   NORMAL STATE — LIGHT WHITE OVERLAY
   ============================================================ */

.condition-card::before {
    content: "";

    position: absolute;

    inset: 0;

    background: rgba(255, 255, 255, .25);

    opacity: 1;

    z-index: 1;

    pointer-events: none;

    transition: opacity .4s ease;
}


/* ============================================================
   REMOVE OLD BLUE OVERLAY
   ============================================================ */

.condition-card::after {
    content: none !important;
    display: none !important;
}


/* ============================================================
   CARD CONTENT
   ============================================================ */

.condition-card .card-index,
.condition-card h3,
.condition-card p {
    position: relative;

    z-index: 3;

    transition:
        opacity .3s ease,
        color .35s ease,
        transform .35s var(--ease);
}


/* ============================================================
   CARD INDEX
   ============================================================ */

.condition-card .card-index {
    display: block;

    margin-bottom: 72px;

    color: #73879A;

    font-size: 11px;

    letter-spacing: .15em;
}


/* ============================================================
   TITLE
   ============================================================ */

.condition-card h3 {
    margin: 0 0 16px;

    color: #123B63;

    font-size: 28px;

    letter-spacing: -.035em;
}


/* ============================================================
   DESCRIPTION
   ============================================================ */

.condition-card p {
    margin: 0;

    color: #66798B;

    font-size: 13px;
}


/* ============================================================
   HOVER CARD
   ============================================================ */

.condition-card:hover {
    background: transparent;

    transform: translateY(-8px);
}


/* ============================================================
   HOVER IMAGE
   Clear image — NO blue effect
   ============================================================ */

.condition-card:hover .condition-image {
    opacity: 1 !important;

    transform: scale(1) !important;

    filter: none !important;
}


/* ============================================================
   REMOVE LIGHT OVERLAY ON HOVER
   ============================================================ */

.condition-card:hover::before {
    opacity: 0 !important;
}


/* ============================================================
   HIDE TEXT ON HOVER
   ============================================================ */

.condition-card:hover .card-index,
.condition-card:hover h3,
.condition-card:hover p {
    opacity: 0 !important;

    transform: translateY(10px);

    pointer-events: none;
}


/* ============================================================
   IMPORTANT:
   Prevent generic anchor CSS from affecting image link
   ============================================================ */

.condition-card .condition-image-link:hover {
    color: inherit !important;

    opacity: 1 !important;

    transform: none !important;

    background: transparent !important;
}


/* ============================================================
   REMOVE ANY OLD LINK HOVER EFFECT
   ============================================================ */

.condition-card .condition-image-link::before,
.condition-card .condition-image-link::after {
    content: none !important;

    display: none !important;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    .condition-card {
        min-height: 330px;
    }

    .condition-card.is-mobile-active {
        transform: translateY(-7px);

        background: transparent;

        box-shadow: 0 20px 50px rgba(0,0,0,.15);
    }


    /* Mobile image becomes clear */
    .condition-card.is-mobile-active .condition-image {
        opacity: 1 !important;

        transform: scale(1) !important;

        filter: none !important;
    }


    /* Remove overlay */
    .condition-card.is-mobile-active::before {
        opacity: 0 !important;
    }


    /* Hide text */
    .condition-card.is-mobile-active .card-index,
    .condition-card.is-mobile-active h3,
    .condition-card.is-mobile-active p {
        opacity: 0 !important;

        transform: translateY(10px);

        pointer-events: none;
    }


    /* Make image link clickable on mobile */
    .condition-card .condition-image-link {
        cursor: pointer;
    }
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 900px) {

    .condition-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ============================================================
   SMALL MOBILE
   ============================================================ */

@media (max-width: 600px) {

    .conditions {
        padding: 90px 0;
    }

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

    .condition-card {
        min-height: 300px;

        padding: 28px;
    }

    .condition-card h3 {
        font-size: 25px;
    }

}


/* ============================================================
   ACCESSIBILITY
   ============================================================ */

.condition-card .condition-image-link:focus-visible {
    outline: 2px solid #123B63;

    outline-offset: -4px;
}

/* ============================================================
   SPORTS
   ============================================================ */
.sports {
    position: relative;
    padding: 170px 0 140px;
    overflow: hidden;
}

.sports-marquee {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #f58220;
    white-space: nowrap;
}

.sports-marquee div {
    width: max-content;
    padding: 13px 0;
    font-size: 25px;
    font-weight: 1000;
    letter-spacing: .16em;
    animation: marquee 26s linear infinite;
}

@keyframes marquee {
    to { transform: translateX(-50%); }
}

.sport-stage {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;
    align-items: stretch;
}

.sport-list {
    border-top: 1px solid rgba(255,255,255,.14);
}

.sport-row {
    width: 100%;
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    gap: 18px;
    min-height: 82px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: padding .35s var(--ease), color .3s ease;
}

.sport-row span {
    color: rgba(255,255,255,.35);
    font-size: 9px;
}

.sport-row strong {
    font-size: clamp(22px, 2.4vw, 38px);
    letter-spacing: -.045em;
}

.sport-row i {
    font-style: normal;
    color: var(--mint);
    opacity: .45;
}

.sport-row:hover,
.sport-row.is-active {
    padding-left: 20px;
    color: var(--mint);
}

.sport-preview {
    position: relative;
}

.sport-preview-copy {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    padding: 24px;
    background: rgba(18,59,99,.78);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    backdrop-filter: blur(16px);
}

.sport-preview-copy small {
    color: var(--mint);
    font-size: 8px;
    letter-spacing: .14em;
}

.sport-preview-copy strong {
    max-width: 360px;
    text-align: right;
    font-size: 18px;
}

/* ============================================================
   WHY
   ============================================================ */
.why {
    padding: 150px 0;
}

.why-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: clamp(70px, 9vw, 150px);
    align-items: start;
}

.sticky-heading {
    position: sticky;
    top: calc(var(--header-h) + 52px);
}

.sticky-heading p {
    max-width: 520px;
    margin-top: 30px;
    color: var(--text-muted);
}

.why-stack {
    display: grid;
    gap: 16px;
}

.why-panel {
    min-height: 260px;
    padding: 40px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.18));
    transition:
        transform .35s var(--ease),
        box-shadow .35s ease,
        background .35s ease;
}

.why-panel:hover {
    transform: translateX(-12px);
    box-shadow: 0 26px 80px rgba(0,0,0,.08);
    background: var(--white);
}

.why-panel span {
    color: #8293A3;
    font-size: 9px;
    letter-spacing: .18em;
}

.why-panel h3 {
    margin: 55px 0 12px;
    font-size: clamp(28px, 3vw, 46px);
    line-height: 1;
    letter-spacing: -.05em;
}

.why-panel p {
    max-width: 620px;
    margin: 0;
    color: var(--text-muted);
}

/* ============================================================
   APPROACH
   ============================================================ */
.approach {
    padding: 150px 0;
    overflow: hidden;
}

.approach .section-kicker {
    color: rgba(255,255,255,.45);
}

.approach-intro h2 span {
    color: var(--mint);
}

.timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 100px;
    border-top: 1px solid rgba(255,255,255,.12);
}

.timeline-track {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    overflow: hidden;
}

.timeline-track span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--mint);
    transition: width .1s linear;
}

.timeline-step {
    min-height: 370px;
    padding: 28px 28px 32px;
    border-right: 1px solid rgba(255,255,255,.12);
    transition: background .35s ease;
}

.timeline-step:first-of-type {
    border-left: 1px solid rgba(255,255,255,.12);
}

.timeline-step:hover {
    background: rgba(245,130,32,.07);
}

.step-number {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    color: var(--mint);
    font-size: 9px;
}

.timeline-step > div {
    margin-top: 130px;
}

.timeline-step small {
    color: var(--mint);
    font-size: 8px;
    letter-spacing: .16em;
}

.timeline-step h3 {
    margin: 13px 0 12px;
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.timeline-step p {
    margin: 0;
    color: rgba(255,255,255,.46);
    font-size: 12px;
}

/* ============================================================
   FACILITIES
   ============================================================ */
.facilities {
    padding: 150px 0;
}

.facility-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 20px;
}

.facility-card {
    position: relative;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 32px;
    background: rgba(255,255,255,.34);
}

.facility-card-large {
    grid-row: span 2;
}

.facility-copy {
    padding: 26px 12px 16px;
}

.facility-copy small {
    color: #74899C;
    font-size: 9px;
}

.facility-copy h3 {
    margin: 8px 0 8px;
    font-size: 28px;
    letter-spacing: -.035em;
}

.facility-copy p {
    margin: 0;
    color: var(--text-muted);
    font-size: 12px;
}

/* ============================================================
   STORIES
   ============================================================ */
.stories {
    padding: 150px 0;
}

.story-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.story-card {
    min-height: 430px;
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: rgba(255,255,255,.42);
    transition:
        transform .4s var(--ease),
        background .35s ease;
}

.story-card:hover {
    transform: translateY(-10px) rotate(-.6deg);
    background: var(--white);
}

.story-person {
    display: flex;
    align-items: center;
    gap: 14px;
}

.story-person > div:last-child {
    display: grid;
}

.story-person strong {
    font-size: 13px;
}

.story-person small {
    color: #74899C;
    font-size: 10px;
}

.story-card blockquote {
    margin: 74px 0 46px;
    font-size: clamp(22px, 2.2vw, 32px);
    line-height: 1.2;
    letter-spacing: -.035em;
}

.story-meta {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    font-size: 10px;
}

.story-meta span {
    color: #74899C;
}

/* ============================================================
   MEDIA
   ============================================================ */
.media {
    padding: 150px 0;
}

.media-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    gap: 24px;
}

.video-card {
    position: relative;
}

.video-card-featured {
    grid-row: span 2;
}

.play-button {
    position: absolute;
    top: 28px;
    right: 28px;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: var(--mint);
    color: var(--ink);
    box-shadow: 0 16px 50px rgba(0,0,0,.25);
    transition: transform .35s var(--ease);
}

.video-card:hover .play-button {
    transform: scale(1.1) rotate(8deg);
}

.video-copy {
    padding-top: 18px;
}

.video-copy small {
    color: var(--mint);
    font-size: 8px;
    letter-spacing: .13em;
}

.video-copy h3 {
    max-width: 720px;
    margin: 9px 0 0;
    font-size: clamp(20px, 2.4vw, 34px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

/* ============================================================
 /* ============================================================
   BLOGS / INJURY GUIDES
   Featured Image Ratio: 1200 x 800 = 3:2
============================================================ */

.resources {
    width: 100%;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
    margin-top: 38px;
}


/* BLOG CARD */
.blog-card {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}


/* IMAGE LINK / IMAGE WRAPPER */
.blog-image-link {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 18px;
}


/* FEATURED IMAGE
   Perfect for 1200 x 800px images
*/
.blog-card .section-image,
.blog-image-link img,
.blog-card img {
    width: 100% !important;
    height: 100% !important;

    display: block;

    object-fit: cover;
    object-position: center center;

    max-width: none;
}


/* FALLBACK IMAGE PLACEHOLDER */
.blog-card .image-slot-blog {
    width: 100%;
    aspect-ratio: 3 / 2;
    height: auto;
}


/* BLOG META */
.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;

    margin-bottom: 10px;

    font-size: 10px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}


/* BLOG TITLE */
.blog-card h3 {
    margin: 0 0 16px;

    font-size: 21px;
    line-height: 1.15;
    font-weight: 500;
}

.blog-card h3 a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.25s ease;
}

.blog-card h3 a:hover {
    opacity: 0.7;
}


/* READ MORE */
.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 5px;

    color: inherit;
    text-decoration: none;

    font-size: 13px;
    font-weight: 500;
}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 991px) {

    .blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 640px) {

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        margin-top: 28px;
    }

    .blog-card h3 {
        font-size: 19px;
    }

    .blog-image-link {
        aspect-ratio: 3 / 2;
    }

}
/* ============================================================
   FAQ
   ============================================================ */
.faq {
    padding: 150px 0;
}

.faq-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: clamp(60px, 9vw, 140px);
    align-items: start;
}

.faq-heading {
    position: sticky;
    top: calc(var(--header-h) + 50px);
}

.faq-heading .section-kicker {
    color: rgba(255,255,255,.46);
}

.faq-heading p {
    max-width: 460px;
    color: rgba(255,255,255,.46);
}

.accordion {
    border-top: 1px solid rgba(255,255,255,.14);
}

.accordion details {
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.accordion summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 28px 0;
    cursor: pointer;
    font-size: clamp(18px, 1.8vw, 26px);
    font-weight: 700;
    letter-spacing: -.025em;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary span {
    color: var(--mint);
    transition: transform .3s var(--ease);
}

.accordion details[open] summary span {
    transform: rotate(45deg);
}

.accordion details div {
    max-width: 760px;
    padding: 0 54px 28px 0;
    color: rgba(255,255,255,.5);
}

/* ============================================================
   LOCATION
   ============================================================ */
.location {
    padding: 150px 0;
}

.location-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 60px;
    align-items: stretch;
}

.location-details {
    display: grid;
    gap: 0;
    margin: 50px 0 38px;
    border-top: 1px solid var(--line);
}

.location-details > div {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 30px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

.location-details small {
    color: #74899C;
    font-size: 9px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.location-details strong {
    font-size: 13px;
}

.map-wrap {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border-radius: 32px;
    background: var(--ink);
    color: var(--white);
}

.map-placeholder,
.map-wrap iframe {
    width: 100%;
    height: 100%;
    min-height: 620px;
    border: 0;
}

.map-placeholder {
    position: relative;
    background:
        linear-gradient(rgba(245,130,32,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(245,130,32,.07) 1px, transparent 1px);
    background-size: 48px 48px;
}

.map-corner-label {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 10px 14px;
    background: var(--mint);
    color: var(--ink);
    border-radius: 999px;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
}

/* ============================================================
   APPOINTMENT CTA
   ============================================================ */
.appointment {
    position: relative;
    padding: 140px 0 130px;
    overflow: hidden;
}

.appointment-runner {
    position: absolute;
    left: -4%;
    top: 18px;
    width: max-content;
    color: rgba(18,59,99,.08);
    font-size: clamp(50px, 8vw, 120px);
    font-weight: 900;
    letter-spacing: -.05em;
    white-space: nowrap;
    animation: runner 18s linear infinite alternate;
}

@keyframes runner {
    to { transform: translateX(-16%); }
}

.appointment-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 80px;
    align-items: end;
}

.appointment-copy h2 span {
    color: transparent;
    -webkit-text-stroke: 1px var(--ink);
}

.appointment-card {
    padding: 38px;
    background: rgba(255,255,255,.5);
    border: 1px solid rgba(18,59,99,.14);
    border-radius: 28px;
    backdrop-filter: blur(12px);
}

.appointment-card p {
    margin-top: 0;
    font-size: 20px;
    letter-spacing: -.025em;
}

.appointment-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0 22px;
}

.appointment-card small {
    display: block;
    color: rgba(18,59,99,.55);
    font-size: 10px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    position: relative;
    padding: 90px 0 32px;
    background: #0A2945;
    color: var(--white);
    overflow: hidden;
}

.footer-orbit {
    position: absolute;
    right: -220px;
    bottom: -300px;
    width: 700px;
    height: 700px;
    border: 1px solid rgba(245,130,32,.12);
    border-radius: 50%;
    box-shadow:
        0 0 0 70px rgba(245,130,32,.035),
        0 0 0 140px rgba(245,130,32,.025);
}

.footer-top {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.5fr repeat(3, .65fr);
    gap: 50px;
    padding-bottom: 70px;
}

.brand-footer .brand-mark {
    border-color: rgba(255,255,255,.2);
}

.footer-brand p {
    max-width: 470px;
    margin: 24px 0 30px;
    color: rgba(255,255,255,.46);
    font-size: 13px;
}

.social-row {
    display: flex;
    gap: 8px;
}

.social-row a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    color: rgba(255,255,255,.65);
    font-size: 9px;
    font-weight: 800;
    transition: all .25s ease;
}

.social-row a:hover {
    background: var(--mint);
    border-color: var(--mint);
    color: var(--ink);
    transform: translateY(-3px);
}

.footer-column {
    display: grid;
    align-content: start;
    gap: 11px;
}

.footer-column h3 {
    margin: 0 0 14px;
    color: rgba(255,255,255,.38);
    font-size: 9px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.footer-column a,
.footer-column p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: 12px;
}

.footer-column a:hover {
    color: var(--mint);
}

.footer-bottom {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 26px;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.35);
    font-size: 9px;
}

.footer-bottom > div {
    display: flex;
    gap: 18px;
}

.footer-note {
    text-align: right;
}

.floating-book {
    position: fixed;
    z-index: 800;
    right: 22px;
    bottom: 22px;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-width: 210px;
    padding: 16px 18px;
    border-radius: 999px;
    background: var(--mint);
    color: var(--ink);
    box-shadow: 0 14px 50px rgba(0,0,0,.22);
    font-size: 12px;
    font-weight: 900;
}

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition:
        opacity .85s var(--ease),
        transform .85s var(--ease);
    transition-delay: var(--reveal-delay, 0ms);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1320px) {
    .primary-nav {
        gap: 13px;
    }

    .primary-nav a {
        font-size: 10px;
    }

    .header-contact {
        display: none;
    }
}

/* ============================================================
   NAV DROPDOWNS
   Matches Sandeep Hooda Sports Physiotherapy Theme
   ============================================================ */

/* ------------------------------------------------------------
   DROPDOWN PARENT
   ------------------------------------------------------------ */

.primary-nav .nav-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}


/* ------------------------------------------------------------
   DROPDOWN BUTTON
   ------------------------------------------------------------ */

.primary-nav .nav-dropdown-toggle {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    padding: 0;
    margin: 0;

    border: 0;
    outline: 0;
    background: transparent;

    color: rgba(255,255,255,.72);

    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .035em;

    cursor: pointer;

    transition:
        color .25s ease,
        transform .25s var(--ease);
}


/* Orange underline – same as existing navigation */
.primary-nav .nav-dropdown-toggle::after {
    content: "";

    position: absolute;

    left: 0;
    right: 100%;
    bottom: -9px;

    height: 1px;

    background: var(--mint);

    transition: right .35s var(--ease);
}


/* Hover / open */
.primary-nav .nav-dropdown:hover > .nav-dropdown-toggle,
.primary-nav .nav-dropdown:focus-within > .nav-dropdown-toggle,
.primary-nav .nav-dropdown.is-open > .nav-dropdown-toggle {
    color: var(--white);
}

.primary-nav .nav-dropdown:hover > .nav-dropdown-toggle::after,
.primary-nav .nav-dropdown:focus-within > .nav-dropdown-toggle::after,
.primary-nav .nav-dropdown.is-open > .nav-dropdown-toggle::after {
    right: 0;
}


/* ------------------------------------------------------------
   ARROW
   ------------------------------------------------------------ */

.dropdown-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 14px;
    height: 14px;

    color: var(--mint);

    font-size: 14px;
    line-height: 1;

    transform: translateY(-1px);

    transition:
        transform .3s var(--ease),
        color .25s ease;
}

.nav-dropdown:hover .dropdown-arrow,
.nav-dropdown:focus-within .dropdown-arrow,
.nav-dropdown.is-open .dropdown-arrow {
    transform: rotate(180deg) translateY(1px);
}


/* ------------------------------------------------------------
   MAIN DROPDOWN
   ------------------------------------------------------------ */

.primary-nav .dropdown-menu {
    position: absolute;

    top: calc(100% + 20px);
    left: 50%;

    width: 285px;
    min-width: 285px;

    padding: 10px;

    background: rgba(18,59,99,.97);

    border: 1px solid rgba(255,255,255,.13);
    border-radius: 18px;

    box-shadow:
        0 25px 70px rgba(0,0,0,.24),
        0 8px 24px rgba(18,59,99,.16);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform:
        translateX(-50%)
        translateY(12px)
        scale(.97);

    transform-origin: top center;

    transition:
        opacity .28s ease,
        visibility .28s ease,
        transform .35s var(--ease);

    z-index: 9999;
}


/* Small orange accent at top */
.primary-nav .dropdown-menu::before {
    content: "";

    position: absolute;

    top: -1px;
    left: 22px;
    right: 22px;

    height: 2px;

    background: var(--mint);

    border-radius: 999px;
}


/* Dropdown visible */
.primary-nav .nav-dropdown:hover > .dropdown-menu,
.primary-nav .nav-dropdown:focus-within > .dropdown-menu,
.primary-nav .nav-dropdown.is-open > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform:
        translateX(-50%)
        translateY(0)
        scale(1);
}


/* ------------------------------------------------------------
   DROPDOWN ITEMS
   ------------------------------------------------------------ */

.primary-nav .dropdown-menu > a,
.primary-nav .dropdown-submenu > a {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    min-height: 44px;

    padding: 11px 14px;

    border-radius: 10px;

    border-bottom: 0;

    color: rgba(255,255,255,.72);

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .015em;

    transition:
        color .25s ease,
        background .25s ease,
        padding-left .3s var(--ease);
}


/* Remove your main-nav underline from dropdown links */
.primary-nav .dropdown-menu > a::after,
.primary-nav .dropdown-submenu > a::after {
    display: none;
}


/* Hover */
.primary-nav .dropdown-menu > a:hover,
.primary-nav .dropdown-submenu > a:hover {
    color: var(--white);

    background:
        linear-gradient(
            90deg,
            rgba(245,130,32,.13),
            rgba(245,130,32,.035)
        );

    padding-left: 19px;
}


/* Orange dot on hover */
.primary-nav .dropdown-menu > a::before,
.primary-nav .dropdown-submenu > a::before {
    content: "";

    position: absolute;

    left: 7px;
    top: 50%;

    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: var(--mint);

    opacity: 0;
    transform: translateY(-50%) scale(.5);

    transition:
        opacity .25s ease,
        transform .25s var(--ease);
}

.primary-nav .dropdown-menu > a:hover::before,
.primary-nav .dropdown-submenu > a:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}


/* ------------------------------------------------------------
   KNEE INJURIES – SECOND LEVEL DROPDOWN
   ------------------------------------------------------------ */

.primary-nav .dropdown-submenu {
    position: relative;
}


/* Arrow for second level */
.primary-nav .submenu-arrow {
    color: var(--mint);

    font-size: 18px;
    line-height: 1;

    opacity: .65;

    transition:
        transform .3s var(--ease),
        opacity .25s ease;
}

.primary-nav .dropdown-submenu:hover .submenu-arrow {
    opacity: 1;
    transform: translateX(3px);
}


/* Second-level panel */
.primary-nav .submenu-menu {
    position: absolute;

    top: -10px;
    left: calc(100% + 10px);

    width: 245px;
    min-width: 245px;

    padding: 10px;

    background: rgba(18,59,99,.98);

    border: 1px solid rgba(255,255,255,.13);
    border-radius: 18px;

    box-shadow:
        0 25px 70px rgba(0,0,0,.28),
        0 8px 24px rgba(18,59,99,.18);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateX(10px) scale(.97);

    transform-origin: left center;

    transition:
        opacity .25s ease,
        visibility .25s ease,
        transform .3s var(--ease);

    z-index: 10000;
}


/* Orange top line */
.primary-nav .submenu-menu::before {
    content: "";

    position: absolute;

    top: -1px;
    left: 20px;
    right: 20px;

    height: 2px;

    background: var(--mint);

    border-radius: 999px;
}


/* Show second level */
.primary-nav .dropdown-submenu:hover > .submenu-menu,
.primary-nav .dropdown-submenu:focus-within > .submenu-menu,
.primary-nav .dropdown-submenu.is-open > .submenu-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateX(0) scale(1);
}


/* Second level links */
.primary-nav .submenu-menu a {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 42px;

    padding: 10px 14px;

    border-radius: 10px;

    color: rgba(255,255,255,.68);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: .02em;

    transition:
        color .25s ease,
        background .25s ease,
        padding-left .3s var(--ease);
}


/* Remove existing underline */
.primary-nav .submenu-menu a::after {
    display: none;
}


.primary-nav .submenu-menu a:hover {
    color: var(--white);

    background:
        linear-gradient(
            90deg,
            rgba(245,130,32,.13),
            rgba(245,130,32,.035)
        );

    padding-left: 19px;
}


/* Orange indicator */
.primary-nav .submenu-menu a::before {
    content: "";

    position: absolute;

    left: 7px;
    top: 50%;

    width: 3px;
    height: 3px;

    border-radius: 50%;

    background: var(--mint);

    opacity: 0;

    transform:
        translateY(-50%)
        scale(.5);

    transition:
        opacity .25s ease,
        transform .25s var(--ease);
}

.primary-nav .submenu-menu a:hover::before {
    opacity: 1;

    transform:
        translateY(-50%)
        scale(1);
}


/* ------------------------------------------------------------
   DROPDOWN SHADOW / PREMIUM GLASS EFFECT
   ------------------------------------------------------------ */

.primary-nav .dropdown-menu,
.primary-nav .submenu-menu {
    isolation: isolate;
}

.primary-nav .dropdown-menu > *,
.primary-nav .submenu-menu > * {
    position: relative;
    z-index: 2;
}


/* ------------------------------------------------------------
   TABLET
   ------------------------------------------------------------ */

@media (max-width: 1320px) {

    .primary-nav .nav-dropdown-toggle {
        font-size: 12px;
    }

    .primary-nav .dropdown-menu {
        width: 270px;
        min-width: 270px;
    }

}


/* ============================================================
   MOBILE / TABLET NAVIGATION
   Your existing mobile navigation starts at 1100px.
   ============================================================ */

@media (max-width: 1100px) {

    /* Dropdown parent becomes full width */
    .primary-nav .nav-dropdown {
        display: block;
        width: 100%;
        height: auto;
    }


    /* Dropdown button */
    .primary-nav .nav-dropdown-toggle {
        display: flex;

        width: 100%;

        min-height: 48px;

        padding: 14px 10px;

        justify-content: space-between;

        border-bottom: 1px solid rgba(255,255,255,.08);

        color: rgba(255,255,255,.72);

        font-size: 13px;
        text-align: left;
    }


    /* No desktop underline on mobile */
    .primary-nav .nav-dropdown-toggle::after {
        display: none;
    }


    /* Arrow */
    .primary-nav .dropdown-arrow {
        width: 20px;
        height: 20px;

        font-size: 16px;
    }


    /* Main dropdown */
    .primary-nav .dropdown-menu {
        position: static;

        width: 100%;
        min-width: 0;

        padding: 5px 0 8px;

        background: rgba(8,17,15,.18);

        border: 0;
        border-radius: 0;

        box-shadow: none;

        backdrop-filter: none;
        -webkit-backdrop-filter: none;

        opacity: 1;
        visibility: visible;
        pointer-events: auto;

        transform: none;

        display: none;

        transition: none;
    }


    /* IMPORTANT:
       Desktop hover is disabled on mobile */
    .primary-nav .nav-dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        display: none;
    }


    /* Open by JS */
    .primary-nav .nav-dropdown.is-open > .dropdown-menu {
        display: block;
    }


    /* Remove decorative desktop line */
    .primary-nav .dropdown-menu::before {
        display: none;
    }


    /* Main dropdown links */
    .primary-nav .dropdown-menu > a,
    .primary-nav .dropdown-submenu > a {

        min-height: 42px;

        padding: 10px 16px 10px 25px;

        border-radius: 8px;

        border-bottom: 0;

        color: rgba(255,255,255,.62);

        font-size: 11px;
    }


    .primary-nav .dropdown-menu > a:hover,
    .primary-nav .dropdown-submenu > a:hover {

        padding-left: 30px;

        background: rgba(245,130,32,.08);
    }


    /* --------------------------------------------------------
       MOBILE SECOND LEVEL
       -------------------------------------------------------- */

    .primary-nav .dropdown-submenu {
        width: 100%;
    }


    .primary-nav .submenu-menu {
        position: static;

        width: 100%;
        min-width: 0;

        padding: 2px 0 6px 0;

        background: transparent;

        border: 0;
        border-radius: 0;

        box-shadow: none;

        backdrop-filter: none;
        -webkit-backdrop-filter: none;

        opacity: 1;
        visibility: visible;
        pointer-events: auto;

        transform: none;

        display: none;

        transition: none;
    }


    .primary-nav .dropdown-submenu:hover > .submenu-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        display: none;
    }


    .primary-nav .dropdown-submenu.is-open > .submenu-menu {
        display: block;
    }


    .primary-nav .submenu-menu::before {
        display: none;
    }


    .primary-nav .submenu-menu a {

        min-height: 38px;

        padding: 9px 16px 9px 43px;

        color: rgba(255,255,255,.48);

        font-size: 10px;
    }


    .primary-nav .submenu-menu a:hover {
        padding-left: 48px;

        background: rgba(245,130,32,.06);
    }


    /* Hide orange hover dots on mobile */
    .primary-nav .dropdown-menu > a::before,
    .primary-nav .dropdown-submenu > a::before,
    .primary-nav .submenu-menu a::before {
        display: none;
    }


    /* Second-level arrow */
    .primary-nav .submenu-arrow {
        font-size: 17px;
    }

}

@media (max-width: 1100px) {
    :root {
        --header-h: 76px;
    }

    .container {
        width: min(100% - 40px, 980px);
    }

    .header-shell {
        width: calc(100% - 32px);
        grid-template-columns: 1fr auto auto;
    }

    .nav-toggle {
        display: grid;
        order: 2;
    }

    .primary-nav {
        position: fixed;
        top: var(--header-h);
        left: 16px;
        right: 16px;
        max-height: calc(100vh - var(--header-h) - 16px);
        overflow-y: auto;
        display: grid;
        justify-content: stretch;
        gap: 0;
        padding: 18px;
        background: rgba(18,59,99,.98);
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 24px;
        transform: translateY(-14px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all .3s var(--ease);
    }

    .primary-nav.is-open {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .primary-nav a {
        padding: 14px 10px;
        border-bottom: 1px solid rgba(255,255,255,.08);
        font-size: 13px;
    }

    .primary-nav a::after {
        display: none;
    }

    .header-actions {
        order: 3;
    }

    .hero {
        min-height: auto;
        padding-bottom: 100px;
    }

    .hero-layout {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .hero-visual-wrap {
        justify-self: center;
        max-width: 620px;
    }

    .image-slot-hero {
        min-height: 650px;
    }

    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-item:nth-child(3) {
        border-left: 1px solid rgba(18,59,99,.16);
    }

    .split-layout,
    .why-layout,
    .faq-layout,
    .location-grid,
    .appointment-layout {
        grid-template-columns: 1fr;
    }

    .about-visual,
    .sticky-heading,
    .faq-heading {
        position: relative;
        top: auto;
    }

    .about-visual {
        max-width: 620px;
    }

    .section-head {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .section-head p {
        margin-left: 0;
    }

    .condition-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sport-stage {
        grid-template-columns: 1fr;
    }

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

    .timeline-step {
        min-height: auto;
        display: grid;
        grid-template-columns: 70px 1fr;
        gap: 18px;
        border-right: 0;
        border-left: 1px solid rgba(255,255,255,.12);
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .timeline-step > div {
        margin-top: 0;
    }

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

    .facility-card-large {
        grid-column: span 2;
        grid-row: auto;
    }

    .story-slider,
    .blog-grid {
        grid-template-columns: 1fr 1fr;
    }

    .story-card:last-child,
    .blog-card:last-child {
        grid-column: 1 / -1;
    }

    .footer-top {
        grid-template-columns: 1.5fr 1fr 1fr;
    }

    .footer-column:last-child {
        grid-column: 2 / 4;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
    }

    .footer-note {
        text-align: left;
    }
}

@media (max-width: 720px) {
    .container {
        width: calc(100% - 28px);
    }

    .header-actions .btn {
        display: none;
    }

    .brand-copy small {
        display: none;
    }

    .hero {
        padding-top: calc(var(--header-h) + 52px);
    }

    .hero h1 {
        font-size: clamp(56px, 17vw, 92px);
    }

    .hero-lead {
        margin-top: 28px;
    }

    .hero-actions {
        display: grid;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .image-slot-hero {
        min-height: 500px;
        height: 66vh;
        border-radius: 120px 120px 26px 26px;
    }

    .performance-chip {
        display: none;
    }

    .hero-scroll-cue {
        display: none;
    }

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

    .trust-item,
    .trust-item:first-child,
    .trust-item:nth-child(3) {
        min-height: 135px;
        border-left: 1px solid rgba(18,59,99,.16);
    }

    .about,
    .conditions,
    .sports,
    .why,
    .approach,
    .facilities,
    .stories,
    .media,
    .resources,
    .faq,
    .location {
        padding: 100px 0;
    }

    .about-text {
        columns: 1;
    }

    .floating-label {
        right: 10px;
    }

    .condition-grid,
    .facility-grid,
    .story-slider,
    .blog-grid,
    .media-grid {
        grid-template-columns: 1fr;
    }

    .facility-card-large,
    .story-card:last-child,
    .blog-card:last-child {
        grid-column: auto;
    }

    .condition-card {
        min-height: 280px;
    }

    .sport-preview-copy {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin-top: 12px;
        display: grid;
    }

    .sport-preview-copy strong {
        text-align: left;
    }

    .image-slot-sport {
        min-height: 430px;
    }

    .story-card {
        min-height: 360px;
    }

    .story-card blockquote {
        margin-top: 55px;
    }

    .location-details > div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .map-wrap,
    .map-placeholder,
    .map-wrap iframe {
        min-height: 450px;
    }

    .appointment {
        padding: 110px 0 120px;
    }

    .appointment-card {
        padding: 26px;
    }

    .appointment-actions {
        display: grid;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-column:last-child {
        grid-column: 1 / -1;
    }

    .footer-bottom > div {
        flex-wrap: wrap;
    }

    .floating-book {
        display: flex;
    }
}

/* Touch devices are NOT the same as reduced-motion users.
   Keep animations on mobile; only hide the custom mouse cursor. */
@media (pointer: coarse) {
    .site-cursor {
        display: none;
    }

    .hero-portrait-trigger {
        cursor: pointer;
    }
}


/* ============================================================
   GENERIC WORDPRESS FALLBACK PAGES / POSTS
   ============================================================ */
.generic-page {
    min-height: 70vh;
    padding: calc(var(--header-h) + 90px) 0 120px;
}
.generic-page-shell {
    max-width: 980px;
}
.generic-entry {
    padding: 42px 0;
    border-bottom: 1px solid var(--line);
}
.generic-entry-header h1,
.generic-entry-header h2 {
    margin: 0 0 26px;
    font-size: clamp(40px, 5vw, 74px);
    line-height: .98;
    letter-spacing: -.055em;
}
.generic-entry-content {
    color: var(--text-muted);
}
.generic-entry-content a {
    text-decoration: underline;
}


/* ============================================================
   FINAL MOBILE ALIGNMENT + TOUCH ANIMATION OVERRIDES
   Paste at the END of style.css if applying manually.
   ============================================================ */
@media (max-width: 767px) {

    html {
        scroll-padding-top: calc(var(--header-h) + 10px);
    }

    body {
        overflow-x: hidden;
    }

    .container {
        width: calc(100% - 32px);
        max-width: none;
    }

    /* HEADER */
    .site-header {
        height: 72px;
    }

    .header-shell {
        width: calc(100% - 24px);
        gap: 10px;
    }

    .brand-mark {
        width: 40px;
        height: 40px;
    }

    .brand-copy strong {
        font-size: 12px;
    }

    .nav-toggle {
        width: 42px;
        height: 42px;
    }

    /* HERO */
    .hero {
        min-height: auto;
        padding: 112px 0 72px;
    }

    .hero-layout {
        display: flex;
        flex-direction: column;
        gap: 42px;
        align-items: stretch;
    }

    .hero-copy {
        width: 100%;
        padding-top: 0;
    }

    .eyebrow {
        margin-bottom: 18px;
        font-size: 9px;
        letter-spacing: .13em;
    }

    .hero h1 {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 2px .10em 0;
        font-size: clamp(40px, 11.8vw, 56px);
        line-height: .98;
        letter-spacing: -.052em;
        overflow: visible;
        overflow-wrap: normal;
        word-break: normal;
        text-wrap: balance;
    }

    .hero-line-accent {
        margin-top: .12em;
        font-size: .58em;
        line-height: 1;
    }

    .hero-lead {
        max-width: 100%;
        margin-top: 24px;
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 28px;
    }

    .hero-actions .btn {
        width: 100%;
        min-height: 54px;
        padding-inline: 20px;
    }

    .hero-microcopy {
        margin-top: 28px;
        align-items: flex-start;
    }

    .hero-microcopy p {
        max-width: 230px;
        font-size: 9px;
        line-height: 1.5;
    }

    .hero-visual-wrap {
        width: min(100%, 520px);
        margin-inline: auto;
        justify-self: auto;
    }

    .image-slot-hero,
    .hero-doctor-image {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 4 / 5.1;
        border-radius: 110px 110px 24px 24px;
        object-fit: cover;
        object-position: center top;
    }

    .hero-portrait-trigger {
        transform-origin: 50% 40%;
        -webkit-tap-highlight-color: transparent;
        animation: mobilePortraitBreath 4.2s ease-in-out infinite;
    }

    .hero-portrait-trigger.is-portal {
        animation: none;
        transform: scale(1.10);
        border-radius: 18px;
    }

    .hero-orbit {
        opacity: .72;
    }

    .orbit-one {
        inset: 4% -6% 5% -6%;
    }

    .orbit-two {
        inset: 12% -10% 12% 4%;
    }

    .hero-visual-caption {
        margin-top: 14px;
        font-size: 8px;
        letter-spacing: .1em;
    }

    /* TRUST */
    .trust-grid {
        grid-template-columns: 1fr 1fr;
    }

    .trust-item,
    .trust-item:first-child,
    .trust-item:nth-child(3) {
        min-height: 142px;
        padding: 24px 18px;
        border-left: 1px solid rgba(18,59,99,.16);
    }

    .trust-item strong {
        font-size: 22px;
        line-height: 1.05;
    }

    .trust-item span {
        font-size: 9px;
        line-height: 1.45;
    }

    /* GLOBAL MOBILE SECTION SPACING */
    .about,
    .conditions,
    .sports,
    .why,
    .approach,
    .facilities,
    .stories,
    .media,
    .resources,
    .faq,
    .location {
        padding: 88px 0;
    }

    .section-kicker {
        margin-bottom: 18px;
        font-size: 9px;
    }

    .about-copy h2,
    .section-head h2,
    .sticky-heading h2,
    .approach-intro h2,
    .faq-heading h2,
    .location-info h2,
    .appointment-copy h2 {
        font-size: clamp(42px, 12.8vw, 60px);
        line-height: .98;
        letter-spacing: -.055em;
    }

    .section-head {
        display: block;
        margin-bottom: 44px;
    }

    .section-head p {
        max-width: 100%;
        margin-top: 22px;
        font-size: 14px;
    }

    /* ABOUT */
    .split-layout {
        display: flex;
        flex-direction: column;
        gap: 48px;
    }

    .about-visual {
        position: relative;
        top: auto;
        width: 100%;
        max-width: 520px;
        margin-inline: auto;
    }

    .image-slot-tall,
    .about-visual > .section-image {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 5.15;
        object-fit: cover;
        object-position: center top;
        border-radius: 110px 110px 24px 24px;
    }

    .floating-label {
        right: 10px;
        bottom: 18px;
        gap: 4px;
        padding: 14px 13px;
        border-radius: 11px;
        transform: rotate(-3deg);
    }

    .floating-label span {
        font-size: 8px;
    }

    .about-text {
        margin-top: 30px;
        columns: 1;
    }

    .about-text p {
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.75;
    }

    /* CONDITIONS */
    .condition-grid {
        grid-template-columns: 1fr;
    }

    .condition-card {
        min-height: 245px;
        padding: 28px;
    }

    .card-index {
        margin-bottom: 46px;
    }

    .condition-card h3 {
        max-width: 90%;
        font-size: 26px;
    }

    /* SPORTS */
    .sports {
        padding-top: 118px;
    }

    .sports-marquee div {
        font-size: 9px;
    }

    .sport-stage {
        display: block;
    }

    .sport-list {
        margin-bottom: 30px;
    }

    .sport-row {
        min-height: 68px;
        grid-template-columns: 34px 1fr auto;
    }

    .sport-row strong {
        font-size: 24px;
    }

    .sport-row.is-active {
        padding-left: 12px;
    }

    .image-slot-sport,
    .sport-preview .section-image {
        width: 100%;
        min-height: 0;
        height: auto;
        aspect-ratio: 4 / 5;
        object-fit: cover;
        border-radius: 22px;
    }

    .sport-preview-copy {
        position: relative;
        inset: auto;
        margin-top: 12px;
        padding: 18px;
    }

    .sport-preview-copy strong {
        max-width: 100%;
        font-size: 16px;
        text-align: left;
    }

    /* WHY */
    .why-layout {
        display: block;
    }

    .sticky-heading {
        position: relative;
        top: auto;
        margin-bottom: 46px;
    }

    .sticky-heading p {
        margin-top: 22px;
        font-size: 14px;
    }

    .why-stack {
        gap: 12px;
    }

    .why-panel {
        min-height: 0;
        padding: 28px 24px;
        border-radius: 22px;
    }

    .why-panel h3 {
        margin: 44px 0 12px;
        font-size: 30px;
    }

    .why-panel p {
        font-size: 13px;
    }

    /* APPROACH */
    .timeline {
        display: block;
        margin-top: 58px;
        border-top: 0;
        border-left: 1px solid rgba(255,255,255,.14);
    }

    .timeline-track {
        top: 0;
        left: -1px;
        width: 2px;
        height: 100%;
    }

    .timeline-track span {
        width: 100% !important;
        height: var(--mobile-timeline-progress, 0%);
    }

    .timeline-step,
    .timeline-step:first-of-type {
        display: grid;
        grid-template-columns: 54px 1fr;
        min-height: 0;
        gap: 14px;
        padding: 26px 18px;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .timeline-step > div {
        margin-top: 0;
    }

    .timeline-step h3 {
        font-size: 22px;
    }

    /* FACILITIES */
    .facility-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .facility-card-large {
        grid-column: auto;
    }

    .facility-card {
        border-radius: 24px;
    }

    .image-slot-facility,
    .facility-card-large .section-image {
        min-height: 0;
        height: auto;
        aspect-ratio: 4 / 4.5;
    }

    .image-slot-facility-small,
    .facility-card:not(.facility-card-large) .section-image {
        min-height: 0;
        height: auto;
        aspect-ratio: 16 / 11;
    }

    .facility-copy {
        padding: 20px 8px 12px;
    }

    /* STORIES */
    .story-slider {
        grid-template-columns: 1fr;
    }

    .story-card,
    .story-card:last-child {
        grid-column: auto;
        min-height: 340px;
        padding: 26px;
    }

    .story-card blockquote {
        margin: 48px 0 36px;
        font-size: 24px;
    }

    /* MEDIA */
    .media-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .video-card-featured {
        grid-row: auto;
    }

    .image-slot-video,
    .image-slot-video-small,
    .video-card .section-image {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .play-button {
        top: 18px;
        right: 18px;
        width: 52px;
        height: 52px;
    }

    .video-copy h3 {
        font-size: 24px;
    }

    /* BLOGS */
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .blog-card:last-child {
        grid-column: auto;
    }

    .image-slot-blog,
    .blog-card .section-image {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .blog-card h3 {
        font-size: 25px;
    }

    /* FAQ */
    .faq-layout {
        display: block;
    }

    .faq-heading {
        position: relative;
        top: auto;
        margin-bottom: 44px;
    }

    .accordion summary {
        padding: 22px 0;
        gap: 18px;
        font-size: 18px;
        line-height: 1.35;
    }

    .accordion details div {
        padding: 0 30px 22px 0;
        font-size: 13px;
    }

    /* LOCATION */
    .location-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .location-details {
        margin-top: 36px;
    }

    .location-details > div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .map-wrap,
    .map-placeholder,
    .map-wrap iframe {
        min-height: 420px;
        border-radius: 24px;
    }

    /* FINAL CTA */
    .appointment {
        padding: 92px 0 112px;
    }

    .appointment-layout {
        display: block;
    }

    .appointment-copy {
        margin-bottom: 38px;
    }

    .appointment-card {
        padding: 24px;
        border-radius: 22px;
    }

    .appointment-card p {
        font-size: 17px;
    }

    .appointment-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .appointment-actions .btn {
        width: 100%;
    }

    /* FOOTER */
    .site-footer {
        padding-top: 70px;
        padding-bottom: 92px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-bottom: 52px;
    }

    .footer-brand,
    .footer-column:last-child {
        grid-column: auto;
    }

    .footer-bottom {
        display: block;
    }

    .footer-bottom > * {
        margin-bottom: 16px;
    }

    .footer-bottom > div {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 18px;
    }

    .footer-note {
        text-align: left;
    }

    .floating-book {
        left: 16px;
        right: 16px;
        bottom: 14px;
        min-width: 0;
        width: auto;
    }

    /* MOBILE "HOVER" REPLACEMENT STATES */
    .condition-card,
    .why-panel,
    .facility-card,
    .story-card,
    .video-card,
    .blog-card {
        will-change: transform;
    }

    .condition-card.is-mobile-active {
        transform: translateY(-7px);
        background: var(--ink);
        color: var(--white);
        box-shadow: 0 20px 50px rgba(0,0,0,.15);
    }

    .condition-card.is-mobile-active p {
        color: rgba(255,255,255,.62);
    }

    .why-panel.is-mobile-active {
        transform: translateX(-7px);
        background: var(--white);
        box-shadow: 0 22px 60px rgba(0,0,0,.10);
    }

    .facility-card.is-mobile-active,
    .story-card.is-mobile-active {
        transform: translateY(-7px);
        box-shadow: 0 22px 60px rgba(0,0,0,.10);
    }

    .video-card.is-mobile-active .play-button {
        transform: scale(1.10) rotate(8deg);
    }

    .blog-card.is-mobile-active .image-slot-blog,
    .blog-card.is-mobile-active .section-image {
        transform: scale(.975);
    }
}

/* Mobile-first hero motion: independent visual motion plus JS-powered scroll reveals. */
@media (max-width: 767px) and (prefers-reduced-motion: no-preference) {
    .hero-grid-lines {
        animation: mobileGridDrift 18s linear infinite;
        will-change: background-position;
    }

    .hero-copy.reveal.is-visible .eyebrow {
        animation: mobileHeroRise .58s var(--ease) both;
    }

    .hero-copy.reveal.is-visible h1 {
        animation: mobileHeroRise .78s .06s var(--ease) both;
    }

    .hero-copy.reveal.is-visible .hero-lead {
        animation: mobileHeroRise .72s .14s var(--ease) both;
    }

    .hero-copy.reveal.is-visible .hero-actions,
    .hero-copy.reveal.is-visible .hero-microcopy {
        animation: mobileHeroRise .72s .22s var(--ease) both;
    }

    .hero-orbit {
        animation: mobileOrbitPulse 6s ease-in-out infinite alternate;
    }
}

@keyframes mobileHeroRise {
    from { opacity: 0; transform: translate3d(0, 18px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes mobileGridDrift {
    from { background-position: 0 0, 0 0; }
    to { background-position: 96px 96px, 96px 96px; }
}

@keyframes mobileOrbitPulse {
    from { transform: scale(.985) rotate(-1deg); opacity: .56; }
    to { transform: scale(1.025) rotate(1deg); opacity: .82; }
}

@keyframes mobilePortraitBreath {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.018);
    }
}

.video-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 16px;
}

.video-embed iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* ============================================================
   MOBILE / TOUCH MOTION FIX — 2026-08-15
   Keeps desktop behavior unchanged. This block must stay at the
   very END of style.css so it wins over earlier mobile rules.
   ============================================================ */
@media (max-width: 767px), (pointer: coarse) {
    /* Force GPU-backed marquee movement on mobile Safari/Chrome. */
    .sports-marquee {
        overflow: hidden;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        contain: paint;
    }

    .sports-marquee > div {
        display: inline-block;
        width: max-content;
        min-width: max-content;
        animation-name: mobileSportsMarquee !important;
        animation-duration: 18s !important;
        animation-timing-function: linear !important;
        animation-iteration-count: infinite !important;
        animation-play-state: running !important;
        will-change: transform;
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    /* The large CTA runner also remains animated on touch screens. */
    .appointment-runner {
        animation-name: mobileAppointmentRunner !important;
        animation-duration: 14s !important;
        animation-timing-function: linear !important;
        animation-iteration-count: infinite !important;
        animation-direction: alternate !important;
        animation-play-state: running !important;
        will-change: transform;
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
    }

    /* Mobile cards use JS-added active state instead of :hover. */
    .condition-card,
    .why-panel,
    .facility-card,
    .story-card,
    .video-card,
    .blog-card {
        -webkit-tap-highlight-color: transparent;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }

    .condition-card.is-mobile-active {
        transform: translate3d(0,-7px,0) !important;
        -webkit-transform: translate3d(0,-7px,0) !important;
    }

    .why-panel.is-mobile-active {
        transform: translate3d(-7px,0,0) !important;
        -webkit-transform: translate3d(-7px,0,0) !important;
    }

    .facility-card.is-mobile-active,
    .story-card.is-mobile-active {
        transform: translate3d(0,-7px,0) !important;
        -webkit-transform: translate3d(0,-7px,0) !important;
    }

    /* Ensure reveal transitions are not accidentally left hidden on touch. */
    .reveal.is-visible {
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* Hero portrait is an explicit tap target on phones. */
    .hero-portrait-trigger {
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }

    .sport-row {
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
    }
}

@keyframes mobileSportsMarquee {
    from {
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
    }
    to {
        transform: translate3d(-50%,0,0);
        -webkit-transform: translate3d(-50%,0,0);
    }
}

@keyframes mobileAppointmentRunner {
    from {
        transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
    }
    to {
        transform: translate3d(-16%,0,0);
        -webkit-transform: translate3d(-16%,0,0);
    }
}


/* ============================================================
   DR SANDEEP HOODA
   DYNAMIC SERVICE / CONDITION / SPORT SINGLE PAGE
   ============================================================ */

:root {
    --sh-navy: #123B63;
    --sh-navy-dark: #0D3153;
    --sh-orange: #F28C28;
    --sh-orange-light: #FFF0E1;
    --sh-white: #ffffff;
    --sh-light: #FFF8F2;
    --sh-text: #123B63;
    --sh-muted: #5E7183;
    --sh-border: rgba(18, 59, 99, 0.13);
}


/* ============================================================
   GENERAL
   ============================================================ */

.sh-single-content {
    background: var(--sh-white);
    color: var(--sh-text);
    font-family: "Manrope", Arial, sans-serif;
}

.sh-single-container {
    width: min(1200px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}


/* ============================================================
   PAGE HEADER
   ============================================================ */

.sh-single-header {
    padding: 150px 0 70px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(242,140,40,0.18),
            transparent 30%
        ),
        var(--sh-navy);

    color: var(--sh-white);
}


.sh-single-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;

    margin-bottom: 35px;

    color: rgba(255,255,255,0.55);

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}


.sh-single-breadcrumb a {
    color: rgba(255,255,255,0.70);
    text-decoration: none;
}


.sh-single-breadcrumb a:hover {
    color: var(--sh-orange);
}


.sh-current-page {
    color: var(--sh-orange);
}


.sh-single-title {

    max-width: 1000px;

    margin: 0;

    color: var(--sh-white);

    font-size: clamp(52px, 7vw, 94px);
    font-weight: 800;

    line-height: 0.98;

    letter-spacing: -0.055em;
}


/* ============================================================
   FEATURED IMAGE
   1200 × 800
   ============================================================ */

.sh-featured-wrapper {

    width: min(1200px, calc(100% - 48px));

    margin:
        70px auto
        0;
}


.sh-featured-image {

    width: 100%;

    aspect-ratio: 1200 / 800;

    overflow: hidden;

    border-radius: 30px;

    background: var(--sh-light);

    box-shadow:
        0 30px 80px
        rgba(18,59,99,0.12);
}


.sh-featured-img {

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* ============================================================
   CONTENT LAYOUT
   ============================================================ */

.sh-content-layout {

    display: grid;

    grid-template-columns:
        minmax(0, 820px)
        minmax(260px, 320px);

    gap: 70px;

    align-items: start;

    padding:
        80px 0
        120px;
}


.sh-content-area {
    min-width: 0;
}


/* ============================================================
   WORDPRESS CONTENT
   ============================================================ */

.sh-entry-content {

    color: #36546d;

    font-size: 17px;

    line-height: 1.8;
}


/* H2 */

.sh-entry-content h2 {

    margin:
        65px 0
        24px;

    color: var(--sh-navy);

    font-size: clamp(36px, 4vw, 54px);

    font-weight: 800;

    line-height: 1.08;

    letter-spacing: -0.045em;
}


.sh-entry-content h2:first-child {
    margin-top: 0;
}


/* H3 */

.sh-entry-content h3 {

    margin:
        42px 0
        17px;

    color: var(--sh-navy);

    font-size: clamp(25px, 2.5vw, 32px);

    font-weight: 750;

    line-height: 1.2;

    letter-spacing: -0.025em;
}


/* PARAGRAPH */

.sh-entry-content p {

    margin:
        0 0
        24px;

    color: #4F687E;

    font-size: 17px;

    line-height: 1.85;
}


/* ============================================================
   ANCHOR LINK — HIGHLIGHTED
   ============================================================ */

.sh-entry-content a {

    position: relative;

    color: var(--sh-navy);

    font-weight: 750;

    text-decoration: none;

    background:
        linear-gradient(
            to top,
            rgba(242,140,40,0.22) 45%,
            transparent 45%
        );

    padding:
        0 2px;

    transition:
        color 0.25s ease,
        background 0.25s ease;
}


.sh-entry-content a:hover {

    color: var(--sh-white);

    background: var(--sh-orange);
}


/* ============================================================
   LISTS
   ============================================================ */

.sh-entry-content ul,
.sh-entry-content ol {

    margin:
        28px 0
        35px;

    padding-left: 25px;
}


.sh-entry-content li {

    margin-bottom: 12px;

    color: #4F687E;
}


.sh-entry-content li::marker {
    color: var(--sh-orange);
}


/* ============================================================
   BLOCKQUOTE
   ============================================================ */

.sh-entry-content blockquote {

    margin:
        45px 0;

    padding:
        30px 35px;

    border-left:
        4px solid
        var(--sh-orange);

    background:
        var(--sh-light);

    color:
        var(--sh-navy);

    font-size:
        22px;

    font-weight:
        650;

    line-height:
        1.55;
}


/* ============================================================
   CONTENT IMAGES
   ============================================================ */

.sh-entry-content img {

    max-width: 100%;

    height: auto;

    border-radius: 22px;
}


.sh-entry-content figure {

    margin:
        45px 0;
}


.sh-entry-content figcaption {

    margin-top:
        10px;

    color:
        var(--sh-muted);

    font-size:
        12px;
}


/* ============================================================
   TABLES
   ============================================================ */

.sh-entry-content table {

    width: 100%;

    margin:
        35px 0;

    border-collapse:
        collapse;
}


.sh-entry-content th,
.sh-entry-content td {

    padding:
        16px;

    border:
        1px solid
        var(--sh-border);

    text-align:
        left;
}


.sh-entry-content th {

    background:
        var(--sh-navy);

    color:
        var(--sh-white);
}


/* ============================================================
   SIDEBAR CTA
   ============================================================ */

.sh-content-sidebar {

    position:
        sticky;

    top:
        120px;
}


.sh-sidebar-card {

    padding:
        32px;

    border-radius:
        26px;

    background:
        var(--sh-navy);

    color:
        var(--sh-white);
}


.sh-sidebar-label {

    display:
        inline-block;

    margin-bottom:
        24px;

    color:
        var(--sh-orange);

    font-size:
        10px;

    font-weight:
        800;

    letter-spacing:
        0.12em;

    text-transform:
        uppercase;
}


.sh-sidebar-card h3 {

    margin:
        0 0
        18px;

    color:
        var(--sh-white);

    font-size:
        29px;

    line-height:
        1.15;
}


.sh-sidebar-card p {

    margin:
        0 0
        25px;

    color:
        rgba(255,255,255,0.62);

    font-size:
        14px;

    line-height:
        1.7;
}


.sh-sidebar-btn {

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    gap:
        20px;

    padding:
        15px 19px;

    border-radius:
        999px;

    background:
        var(--sh-orange);

    color:
        var(--sh-navy);

    font-size:
        12px;

    font-weight:
        800;

    text-decoration:
        none;
}


/* ============================================================
   BOTTOM CTA
   ============================================================ */

.sh-bottom-cta {

    padding:
        85px 0;

    background:
        var(--sh-orange);

    color:
        var(--sh-navy);
}


.sh-bottom-cta-grid {

    display:
        grid;

    grid-template-columns:
        1.15fr
        0.85fr;

    gap:
        70px;

    align-items:
        center;
}


.sh-cta-label {

    display:
        inline-block;

    margin-bottom:
        18px;

    font-size:
        10px;

    font-weight:
        800;

    letter-spacing:
        0.12em;

    text-transform:
        uppercase;
}


.sh-bottom-cta h2 {

    margin:
        0;

    color:
        var(--sh-navy);

    font-size:
        clamp(42px, 5vw, 66px);

    line-height:
        1;

    letter-spacing:
        -0.05em;
}


.sh-bottom-contact p {

    margin:
        0 0
        22px;

    color:
        rgba(18,59,99,0.72);

    font-size:
        16px;
}


.sh-cta-button {

    display:
        flex;

    justify-content:
        space-between;

    align-items:
        center;

    gap:
        25px;

    min-height:
        54px;

    padding:
        0 22px;

    border-radius:
        999px;

    background:
        var(--sh-navy);

    color:
        var(--sh-white);

    font-size:
        13px;

    font-weight:
        800;

    text-decoration:
        none;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 950px) {

    .sh-content-layout {

        grid-template-columns:
            1fr;

        gap:
            45px;
    }


    .sh-content-sidebar {

        position:
            relative;

        top:
            auto;
    }


    .sh-bottom-cta-grid {

        grid-template-columns:
            1fr;

        gap:
            35px;
    }

}


@media (max-width: 650px) {

    .sh-single-container,
    .sh-featured-wrapper {

        width:
            calc(100% - 30px);
    }


    .sh-single-header {

        padding:
            125px 0
            55px;
    }


    .sh-single-title {

        font-size:
            clamp(44px, 14vw, 65px);
    }


    .sh-featured-wrapper {

        margin-top:
            35px;
    }


    .sh-featured-image {

        border-radius:
            20px;
    }


    .sh-content-layout {

        padding:
            55px 0
            80px;
    }


    .sh-entry-content {

        font-size:
            16px;
    }


    .sh-entry-content p {

        font-size:
            16px;
    }


    .sh-entry-content h2 {

        margin-top:
            48px;
    }


    .sh-sidebar-card {

        padding:
            26px;
    }

}


/* =========================================================
   DR SANDEEP HOODA - HEADER + NAVIGATION
   DESKTOP + MOBILE DROPDOWNS
   NAVY + ORANGE
   ========================================================= */

:root {
    --sh-navy: #123B63;
    --sh-navy-dark: #0D3153;
    --sh-orange: #F28C28;
    --sh-orange-light: #FFF0E1;
    --sh-white: #ffffff;
}


/* =========================================================
   HEADER
   ========================================================= */

.site-header {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    z-index: 9999;

    background: var(--sh-navy-dark);
}

.header-shell {
    width: min(1400px, calc(100% - 48px));
    min-height: 86px;

    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 28px;
}


/* =========================================================
   BRAND
   ========================================================= */

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

    text-decoration: none;
}

.brand-mark {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--sh-orange);
    color: var(--sh-white);

    font-size: 14px;
    font-weight: 800;
}

.brand-copy {
    display: flex;
    flex-direction: column;
}

.brand-copy strong {
    color: var(--sh-white);

    font-size: 14px;
    font-weight: 800;
}

.brand-copy small {
    margin-top: 3px;

    color: rgba(255,255,255,.55);

    font-size: 9px;
    font-weight: 600;
}


/* =========================================================
   MAIN NAVIGATION
   ========================================================= */

.primary-nav {
    display: flex;
    align-items: center;

    gap: 24px;
}

.primary-nav > a,
.nav-dropdown-toggle {
    position: relative;

    padding: 34px 0;

    border: 0;
    background: transparent;

    color: rgba(255,255,255,.68);

    font-family: inherit;
    font-size: 11px;
    font-weight: 750;

    text-decoration: none;

    cursor: pointer;

    transition:
        color .25s ease;
}

.primary-nav > a:hover,
.primary-nav > a.is-active,
.nav-dropdown-toggle:hover {
    color: var(--sh-white);
}


/* ACTIVE / HOVER LINE */

.primary-nav > a::after,
.nav-dropdown-toggle::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 24px;

    width: 0;
    height: 2px;

    border-radius: 10px;

    background: var(--sh-orange);

    transition: width .25s ease;
}

.primary-nav > a:hover::after,
.primary-nav > a.is-active::after,
.nav-dropdown:hover .nav-dropdown-toggle::after {
    width: 100%;
}


/* =========================================================
   FIRST LEVEL DROPDOWN
   ========================================================= */

.nav-dropdown {
    position: relative;
}

.nav-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-arrow {
    display: inline-block;

    color: var(--sh-orange);

    font-size: 15px;
    line-height: 1;

    transition: transform .25s ease;
}

.nav-dropdown:hover > .nav-dropdown-toggle .dropdown-arrow,
.nav-dropdown.is-open > .nav-dropdown-toggle .dropdown-arrow {
    transform: rotate(180deg);
}


/* DROPDOWN BOX */

.nav-dropdown > .dropdown-menu {
    position: absolute;

    top: calc(100% - 2px);
    left: 50%;

    width: 270px;

    padding: 10px;

    border:
        1px solid
        rgba(18,59,99,.08);

    border-radius: 18px;

    background: var(--sh-white);

    box-shadow:
        0 25px 70px
        rgba(13,49,83,.18);

    opacity: 0;
    visibility: hidden;

    transform:
        translate(-50%, 12px);

    pointer-events: none;

    transition:
        opacity .22s ease,
        transform .22s ease,
        visibility .22s ease;

    z-index: 10000;
}


/* DESKTOP OPEN */

.nav-dropdown:hover > .dropdown-menu,
.nav-dropdown.is-open > .dropdown-menu {
    opacity: 1;
    visibility: visible;

    transform:
        translate(-50%, 0);

    pointer-events: auto;
}


/* DROPDOWN LINKS */

.dropdown-menu > a,
.dropdown-submenu > a {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 12px 14px;

    border-radius: 10px;

    color: var(--sh-navy) !important;

    font-size: 12px;
    font-weight: 700;

    line-height: 1.4;

    text-decoration: none;

    transition:
        background .2s ease,
        color .2s ease,
        transform .2s ease;
}

.dropdown-menu > a:hover,
.dropdown-submenu > a:hover {
    background: var(--sh-orange-light);

    color: var(--sh-orange) !important;

    transform: translateX(3px);
}


/* =========================================================
   SECOND LEVEL SUBMENU
   KNEE INJURIES
   ========================================================= */

.dropdown-submenu {
    position: relative;
}

.submenu-arrow {
    margin-left: 15px;

    color: var(--sh-orange);

    font-size: 19px;
}

.submenu-menu {
    position: absolute;

    top: -10px;
    left: calc(100% + 10px);

    width: 245px;

    padding: 10px;

    border:
        1px solid
        rgba(18,59,99,.08);

    border-radius: 18px;

    background: var(--sh-white);

    box-shadow:
        0 25px 70px
        rgba(13,49,83,.18);

    opacity: 0;
    visibility: hidden;

    transform: translateX(10px);

    pointer-events: none;

    transition:
        opacity .22s ease,
        transform .22s ease,
        visibility .22s ease;

    z-index: 10001;
}

.dropdown-submenu:hover > .submenu-menu,
.dropdown-submenu.is-open > .submenu-menu {
    opacity: 1;
    visibility: visible;

    transform: translateX(0);

    pointer-events: auto;
}

.submenu-menu a {
    display: block;

    padding: 12px 14px;

    border-radius: 10px;

    color: var(--sh-navy);

    font-size: 12px;
    font-weight: 700;

    text-decoration: none;

    transition:
        background .2s ease,
        color .2s ease;
}

.submenu-menu a:hover {
    background: var(--sh-orange-light);

    color: var(--sh-orange);
}


/* =========================================================
   HEADER RIGHT SIDE
   ========================================================= */

.header-actions {
    display: flex;
    align-items: center;

    gap: 14px;
}

.header-contact {
    display: flex;
    flex-direction: column;

    text-decoration: none;
}

.header-contact span {
    color: rgba(255,255,255,.45);

    font-size: 8px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: .08em;
}

.header-contact strong {
    margin-top: 2px;

    color: var(--sh-white);

    font-size: 11px;
}

.btn-primary {
    background: var(--sh-orange) !important;
    color: var(--sh-white) !important;
}


/* =========================================================
   HAMBURGER
   ========================================================= */

.nav-toggle {
    display: none;

    width: 46px;
    height: 46px;

    padding: 0;

    border:
        1px solid
        rgba(255,255,255,.12);

    border-radius: 50%;

    background:
        rgba(255,255,255,.04);

    cursor: pointer;
}

.nav-toggle span {
    display: block;

    width: 18px;
    height: 2px;

    margin: 4px auto;

    border-radius: 10px;

    background: var(--sh-white);

    transition:
        transform .25s ease,
        opacity .25s ease;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 1100px) {

    .header-actions {
        display: none;
    }

    .nav-toggle {
        display: block;

        position: relative;

        z-index: 10002;
    }

    .primary-nav {
        position: fixed;

        top: 0;
        right: 0;

        width: min(390px, 88vw);
        height: 100vh;

        padding:
            105px 25px
            40px;

        display: flex;
        flex-direction: column;
        align-items: stretch;

        gap: 0;

        background: var(--sh-navy-dark);

        box-shadow:
            -20px 0 60px
            rgba(0,0,0,.22);

        overflow-y: auto;

        transform: translateX(105%);

        visibility: hidden;

        transition:
            transform .35s ease,
            visibility .35s ease;

        z-index: 10001;
    }

    .primary-nav.open {
        transform: translateX(0);

        visibility: visible;
    }


    /* NORMAL MOBILE LINKS */

    .primary-nav > a {
        width: 100%;

        padding: 17px 3px;

        border-bottom:
            1px solid
            rgba(255,255,255,.08);

        color: rgba(255,255,255,.82);

        font-size: 14px;
    }

    .primary-nav > a::after {
        display: none;
    }


    /* DROPDOWN */

    .nav-dropdown {
        width: 100%;
    }

    .nav-dropdown-toggle {
        width: 100%;

        display: flex;
        align-items: center;
        justify-content: space-between;

        padding: 17px 3px;

        border-bottom:
            1px solid
            rgba(255,255,255,.08);

        color: rgba(255,255,255,.82);

        font-size: 14px;
    }

    .nav-dropdown-toggle::after {
        display: none;
    }


    /* IMPORTANT:
       REMOVE DESKTOP HOVER BEHAVIOUR ON MOBILE */

    .nav-dropdown > .dropdown-menu {
        position: static;

        width: 100%;

        padding: 0;

        border: 0;
        border-radius: 0;

        background:
            rgba(255,255,255,.035);

        box-shadow: none;

        opacity: 1;
        visibility: visible;

        transform: none;

        pointer-events: auto;

        display: none;
    }

    .nav-dropdown:hover > .dropdown-menu {
        display: none;
    }

    .nav-dropdown.is-open > .dropdown-menu {
        display: block;
    }


    /* MOBILE DROPDOWN LINKS */

    .dropdown-menu > a,
    .dropdown-submenu > a {
        padding:
            14px 15px;

        border-bottom:
            1px solid
            rgba(255,255,255,.055);

        border-radius: 0;

        color:
            rgba(255,255,255,.70)
            !important;

        font-size:
            13px;
    }

    .dropdown-menu > a:hover,
    .dropdown-submenu > a:hover {
        background:
            rgba(242,140,40,.08);

        color:
            var(--sh-orange)
            !important;

        transform: none;
    }


    /* SECOND LEVEL MOBILE SUBMENU */

    .submenu-menu {
        position: static;

        width: 100%;

        padding: 0;

        border: 0;
        border-radius: 0;

        background:
            rgba(0,0,0,.10);

        box-shadow: none;

        opacity: 1;
        visibility: visible;

        transform: none;

        pointer-events: auto;

        display: none;
    }

    .dropdown-submenu:hover > .submenu-menu {
        display: none;
    }

    .dropdown-submenu.is-open > .submenu-menu {
        display: block;
    }

    .submenu-menu a {
        padding:
            13px 30px;

        border-bottom:
            1px solid
            rgba(255,255,255,.045);

        border-radius: 0;

        color:
            rgba(255,255,255,.60);

        font-size:
            12px;
    }

    .submenu-menu a:hover {
        background:
            rgba(242,140,40,.08);

        color:
            var(--sh-orange);
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .header-shell {
        width:
            calc(100% - 30px);

        min-height:
            76px;
    }

    .brand-copy small {
        display: none;
    }

    .brand-copy strong {
        font-size: 12px;
    }

    .brand-mark {
        width: 40px;
        height: 40px;
    }

}



   MEDIA CAROUSEL
   ========================================================== */

.media-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;

    margin-top: 45px;

    padding: 10px 0 20px;
}


/* soft edge fade */

.media-carousel::before,
.media-carousel::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;

    width: 100px;

    z-index: 3;

    pointer-events: none;
}




/* TRACK */

.media-carousel-track {
    display: flex;
    width: max-content;
    gap: 22px;
    align-items: stretch;

    /* Don't animate until JS finishes building carousel */
    animation: none;

    will-change: transform;
}

.media-carousel-track.is-ready {
    animation: mediaScroll 60s linear infinite;
}


/* pause on hover */

.media-carousel:hover .media-carousel-track {
    animation-play-state: paused;
}


/* CARD */

.media-carousel-item {

    flex: 0 0 330px;

    width: 330px;

    height: 410px;

    border-radius: 24px;

    overflow: hidden;

    position: relative;

    display: block;

    background: #e8efed;

    box-shadow:
        0 14px 35px rgba(0,0,0,0.06);

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


.media-carousel-item:hover {

    transform: translateY(-7px);

    box-shadow:
        0 20px 45px rgba(0,0,0,0.12);
}


/* IMAGE */

.media-carousel-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform .6s ease;
}


.media-carousel-item:hover img {

    transform: scale(1.05);
}


/* OVERLAY */

.media-carousel-item::after {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        to top,
        rgba(0,0,0,.20),
        transparent 40%
    );

    pointer-events: none;
}


/* Infinite movement
   Right → Left
*/

@keyframes mediaScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 11px));
    }

}


/* VIEW ALL BUTTON */

.media-view-all {

    display: flex;

    justify-content: center;

    margin-top: 30px;
}


.media-view-button {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 14px 25px;

    border-radius: 100px;

    background: #111;

    color: #fff;

    text-decoration: none;

    font-weight: 600;

    font-size: 14px;

    transition: all .3s ease;
}


.media-view-button span {

    font-size: 18px;

    transition: transform .3s ease;
}


.media-view-button:hover {

    transform: translateY(-2px);

    opacity: .88;
}


.media-view-button:hover span {

    transform: translate(3px,-3px);
}



/* LOADING */

.media-loading {

    padding: 40px;

    font-size: 14px;

    opacity: .6;
}



/* ==========================================================
   TABLET
   ========================================================== */

@media(max-width: 991px){

    .media-carousel-item {

        flex-basis: 280px;

        width: 280px;

        height: 350px;

    }

}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 600px) {

    .media-carousel {
        margin-top: 30px;
        overflow: hidden;
    }

    .media-carousel-track {
        gap: 14px;
    }

    .media-carousel-track.is-ready {
        animation-name: mediaScrollMobile;
        animation-duration: 60s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

    .media-carousel-item {
        flex: 0 0 clamp(150px, 66vw, 230px);
        width: clamp(150px, 66vw, 230px);

        height: auto;
        aspect-ratio: 230 / 290;

        border-radius: 18px;
    }

    .media-carousel::before,
    .media-carousel::after {
        width: 25px;
    }
}


/* Exact loop calculation for mobile 14px gap */
@keyframes mediaScrollMobile {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 7px));
    }

}


/* Accessibility */

@media (prefers-reduced-motion: reduce) {

    .media-carousel-track {

        animation: none;

    }

}

/* ============================================================
   CLEAN MEDIA GALLERY
   ============================================================ */


/*
 * WordPress gallery is used only as the image source.
 * JavaScript hides it after building our clean gallery.
 */

.wordpress-media-gallery.media-source-hidden {
    display: none !important;
}


/* MAIN GRID */

.clean-media-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;

    width: 100%;
}


/* IMAGE CARD */

.clean-media-card {

    position: relative;

    width: 100%;

    aspect-ratio: 4 / 3;

    overflow: hidden;

    border-radius: 22px;

    background: #eef2f4;

    cursor: pointer;

    isolation: isolate;

    border:
        1px solid
        rgba(18,59,99,.08);

    box-shadow:
        0 5px 18px
        rgba(13,49,83,.06);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}


/* ============================================================
   BLURRED BACKGROUND

   Uses same image so portrait images don't have ugly
   empty grey/white space.
   ============================================================ */

.clean-media-card::before {

    content: "";

    position: absolute;

    inset: -20px;

    z-index: -2;

    background-image:
        var(--media-background);

    background-size: cover;

    background-position: center;

    filter:
        blur(20px)
        brightness(.78);

    transform: scale(1.15);

    opacity: .48;
}


/* Soft white layer */

.clean-media-card::after {

    content: "";

    position: absolute;

    inset: 0;

    z-index: -1;

    background:
        rgba(255,255,255,.28);

    pointer-events: none;
}


/* ============================================================
   ACTUAL IMAGE

   contain = COMPLETE PHOTO VISIBLE
   ============================================================ */

.clean-media-card img {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    display: block;

    object-fit: contain;

    object-position: center;

    z-index: 1;

    transition:
        transform .45s ease;
}


/* HOVER */

.clean-media-card:hover {

    transform:
        translateY(-5px);

    border-color:
        rgba(242,140,40,.45);

    box-shadow:
        0 20px 45px
        rgba(13,49,83,.15);
}


/*
 * Small movement only.
 * We don't zoom enough to crop the actual photo.
 */

.clean-media-card:hover img {

    transform:
        scale(1.015);
}


/* ============================================================
   ORANGE ARROW
   ============================================================ */

.clean-media-arrow {

    position: absolute;

    z-index: 5;

    top: 14px;

    right: 14px;

    width: 38px;

    height: 38px;

    display: grid;

    place-items: center;

    border-radius: 50%;

    background: #F28C28;

    color: #123B63;

    font-size: 15px;

    font-weight: 900;

    pointer-events: none;

    box-shadow:
        0 8px 22px
        rgba(13,49,83,.16);

    transition:
        transform .3s ease,
        background .3s ease;
}


.clean-media-card:hover
.clean-media-arrow {

    transform:
        rotate(45deg);

    background:
        #ffffff;
}


/* ============================================================
   LIGHTBOX
   ============================================================ */

.media-lightbox {

    position: fixed;

    inset: 0;

    z-index: 999999;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 35px;

    background:
        rgba(5,23,39,.96);

    opacity: 0;

    visibility: hidden;

    pointer-events: none;

    transition:
        opacity .25s ease,
        visibility .25s ease;
}


.media-lightbox.open {

    opacity: 1;

    visibility: visible;

    pointer-events: auto;
}


.media-lightbox-image {

    display: block;

    width: auto;

    height: auto;

    max-width: 92vw;

    max-height: 88vh;

    object-fit: contain;

    border-radius: 16px;

    box-shadow:
        0 30px 80px
        rgba(0,0,0,.35);
}


/* CLOSE BUTTON */

.media-lightbox-close {

    position: fixed;

    z-index: 1000000;

    top: 24px;

    right: 24px;

    width: 48px;

    height: 48px;

    display: grid;

    place-items: center;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background:
        #F28C28;

    color:
        #123B63;

    font-size: 26px;

    line-height: 1;

    font-weight: 900;

    cursor: pointer;

    box-shadow:
        0 10px 30px
        rgba(0,0,0,.25);
}


/* ============================================================
   TABLET
   ============================================================ */

@media(max-width: 980px) {

    .clean-media-grid {

        grid-template-columns:
            repeat(2, minmax(0,1fr));

        gap: 16px;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media(max-width: 650px) {

    .clean-media-grid {

        grid-template-columns:
            1fr;

        gap: 14px;
    }


    .clean-media-card {

        border-radius: 18px;
    }


    .clean-media-arrow {

        width: 36px;

        height: 36px;

        top: 12px;

        right: 12px;
    }


    .media-lightbox {

        padding: 15px;
    }


    .media-lightbox-image {

        max-width: 96vw;

        max-height: 82vh;
    }


    .media-lightbox-close {

        top: 15px;

        right: 15px;

        width: 44px;

        height: 44px;
    }

}

/* ============================================================
   CELEBRITY / NOTABLE MOMENTS
   ============================================================ */

.celebrity-moments {
    position: relative;
    padding: 150px 0;
    overflow: hidden;
    background: #ffffff;
}


/* ============================================================
   SECTION HEADING
   ============================================================ */

.celebrity-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
    gap: 60px;
    align-items: end;
    margin-bottom: 70px;
}

.celebrity-section-head h2 {
    margin: 0;
    color: #123B63;

    font-size: clamp(46px, 5.3vw, 90px);
    line-height: .96;
    letter-spacing: -.06em;
    font-weight: 820;
}

.celebrity-section-head h2 span {
    color: #F58220;
}

.celebrity-section-head > p {
    max-width: 500px;
    margin: 0 0 7px auto;

    color: #5E7183;
    font-size: 14px;
    line-height: 1.7;
}


/* ============================================================
   GRID
   5 images per row on desktop
   ============================================================ */

.celebrity-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));

    gap: 48px 20px;

    width: 100%;
}


/* ============================================================
   CARD
   ============================================================ */

.celebrity-card {
    position: relative;

    width: 100%;
    min-width: 0;

    margin: 0;
}


/* ============================================================
   IMAGE WRAPPER
   ============================================================ */

.celebrity-image-placeholder {
    position: relative;

    width: 100%;
    aspect-ratio: 4 / 5;

    overflow: hidden;

    border-radius: 22px;

    background: #eef3f4;

    border: 1px solid rgba(18,59,99,.08);

    box-shadow:
        0 8px 25px
        rgba(18,59,99,.07);

    transition:
        transform .45s cubic-bezier(.2,.75,.2,1),
        box-shadow .45s ease,
        border-radius .45s ease;
}


/* Actual image */

.celebrity-image-placeholder img {
    position: absolute;

    inset: 0;

    display: block;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover;
    object-position: center;

    transition:
        transform .65s cubic-bezier(.2,.75,.2,1);
}


/* ============================================================
   IMAGE OVERLAY
   ============================================================ */

.celebrity-image-placeholder::after {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 2;

    background:
        linear-gradient(
            to top,
            rgba(18,59,99,.16),
            transparent 38%
        );

    pointer-events: none;

    transition:
        opacity .4s ease;
}


/* ============================================================
   NAME AREA
   ============================================================ */

.celebrity-card figcaption {
    padding: 18px 3px 0;
}

.celebrity-card h3 {
    margin: 0 0 5px;

    color: #123B63;

    font-size: 17px;
    line-height: 1.2;
    font-weight: 750;

    letter-spacing: -.025em;

    transition:
        color .3s ease;
}

.celebrity-card figcaption p {
    margin: 0;

    color: #7B8D9D;

    font-size: 9px;
    line-height: 1.5;

    font-weight: 700;

    letter-spacing: .09em;
    text-transform: uppercase;
}


/* ============================================================
   HOVER
   ============================================================ */

.celebrity-card:hover
.celebrity-image-placeholder {
    transform: translateY(-7px);

    box-shadow:
        0 22px 50px
        rgba(18,59,99,.14);
}

.celebrity-card:hover
.celebrity-image-placeholder img {
    transform: scale(1.045);
}

.celebrity-card:hover
.celebrity-image-placeholder::after {
    opacity: .65;
}

.celebrity-card:hover h3 {
    color: #F58220;
}


/* ============================================================
   TABLET
   ============================================================ */

@media (max-width: 1100px) {

    .celebrity-moments {
        padding: 110px 0;
    }

    .celebrity-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));

        gap: 42px 18px;
    }

}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    .celebrity-moments {
        padding: 88px 0;
    }


    .celebrity-section-head {
        display: block;
        margin-bottom: 42px;
    }


    .celebrity-section-head h2 {
        font-size: clamp(39px, 11.5vw, 56px);
        line-height: .98;
    }


    .celebrity-section-head > p {
        max-width: 100%;

        margin: 20px 0 0;

        font-size: 13px;
        line-height: 1.65;
    }


    .celebrity-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 34px 13px;
    }


    .celebrity-image-placeholder {
        border-radius: 17px;
    }


    .celebrity-card figcaption {
        padding: 13px 2px 0;
    }


    .celebrity-card h3 {
        font-size: 14px;
        line-height: 1.25;
    }


    .celebrity-card figcaption p {
        font-size: 8px;
        letter-spacing: .06em;
    }


    /* remove desktop hover movement on touch */
    .celebrity-card:hover
    .celebrity-image-placeholder {
        transform: none;
    }

}


/* ============================================================
   VERY SMALL MOBILE
   ============================================================ */

@media (max-width: 390px) {

    .celebrity-grid {
        gap: 30px 10px;
    }

    .celebrity-card h3 {
        font-size: 13px;
    }

    .celebrity-card figcaption p {
        font-size: 7px;
    }

}
