
    :root {
      --azure: #1f3a42;
      --azure-deep: #142a31;
      --light-blue: #f8f8f9;
      --ink: #17262b;
      --muted: #5e6b6d;
      --paper: #f8f8f9;
      --white: #ffffff;
      --gold: #c0b965;
      --gold-soft: #e7e2b8;
      --line: rgba(31, 58, 66, .14);
      --shadow: 0 22px 60px rgba(20, 42, 49, .13);
      --radius: 22px;
      --serif: Georgia, 'Times New Roman', serif;
      --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
    body.mobile-menu-open { overflow: hidden; }
    button, input, select { font: inherit; }
    button, a { -webkit-tap-highlight-color: transparent; }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; border-radius: 18px; }
    .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; }
    .container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
    .eyebrow { margin: 0 0 14px; color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
    .kicker { color: var(--muted); font-size: 1.05rem; max-width: 610px; }
    .serif { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }

    .topbar { background: var(--azure-deep); color: rgba(255,255,255,.72); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
    .topbar .container { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; }
    .topbar strong { color: var(--gold-soft); font-weight: 700; }

    header { position: sticky; top: 0; z-index: 20; background: var(--white); border-bottom: 1px solid var(--line); }
    .site-header { color: var(--ink); }
    .header-brand-row { display: flex; min-height: 112px; align-items: center; justify-content: center; }
    .brand-text { display: grid; justify-items: center; width: max-content; max-width: 100%; line-height: 1; }
    .brand-name { color: #101719; font-family: var(--sans); font-size: clamp(2rem, 3.05vw, 3.15rem); font-weight: 750; letter-spacing: -.06em; white-space: nowrap; }
    .brand-credentials { margin-top: 10px; color: var(--ink); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: none; white-space: nowrap; }
    .nav-wrap { position: relative; display: flex; align-items: center; justify-content: center; gap: 30px; min-height: 57px; border-top: 1px solid rgba(31,58,66,.08); }
    .nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.3vw, 31px); font-size: .83rem; font-weight: 800; }
    .nav-dropdown { position: relative; display: flex; align-items: center; }
    .nav-links a, .nav-links button { position: relative; border: 0; background: transparent; color: var(--ink); cursor: pointer; padding: 8px 0; letter-spacing: .025em; text-transform: uppercase; }
    .nav-links a::after, .nav-links button::after { position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--gold); content: ''; transition: width .25s ease; }
    .nav-links a:hover::after, .nav-links button:hover::after { width: 100%; }
    .nav-links a.active { color: #9bcfbe; }
    .nav-dropdown-chevron { display: inline-block; margin-left: 4px; font-size: 1.05em; line-height: 1; transform: translateY(-1px); }
    .nav-submenu { position: absolute; z-index: 30; top: calc(100% + 1px); left: 50%; display: none; min-width: 205px; padding: 8px 0; border: 1px solid var(--line); background: var(--white); box-shadow: 0 16px 30px rgba(20,42,49,.14); transform: translateX(-50%); }
    .nav-dropdown:hover .nav-submenu, .nav-dropdown:focus-within .nav-submenu { display: grid; }
    .nav-submenu a { display: block; padding: 10px 18px; color: var(--ink); font-size: .76rem; font-weight: 800; line-height: 1.2; text-align: left; white-space: nowrap; }
    .nav-submenu a:hover { background: var(--paper); color: var(--azure); }
    .nav-socials { display: inline-flex; align-items: center; gap: 14px; margin-left: 4px; }
    .nav-social { padding: 0 !important; font-size: 1.65rem; letter-spacing: 0 !important; line-height: 1; text-transform: none !important; }
    .nav-social::after { display: none; }
    .social-icon { display: block; width: 24px; height: 24px; }
    .nav-social-contact { font-size: 1.38rem; }
    .nav-cta { padding: 8px 0 !important; color: var(--ink) !important; }
    .nav-cta::after { display: block; }
    .menu-toggle { display: none; border: 1px solid var(--line); border-radius: 10px; padding: 8px 11px; background: var(--white); color: var(--azure); cursor: pointer; }

    .view { display: none; }
    .view.active { display: block; animation: reveal .45s ease both; }
    @keyframes reveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
    .hero { position: relative; overflow: hidden; padding: 84px 0 102px; background: var(--azure); color: var(--light-blue); }
    .hero > .container { position: relative; z-index: 2; }
    .hero-dental-tools { position: absolute; z-index: 1; inset: 0; pointer-events: none; color: rgba(255,255,255,.17); }
    .hero-dental-tools svg { display: block; width: 100%; height: 100%; overflow: visible; }
    .hero-tool, .hero-tool-dot { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; opacity: .66; transform: translate(calc(var(--base-x, 0px) + var(--move-x, 0px)), calc(var(--base-y, 0px) + var(--move-y, 0px))); transition: transform .32s ease-out; }
    .hero-tool-dot { fill: var(--gold); stroke: none; opacity: .55; transition-duration: .45s; }
    .hero-dental-tools .hero-tool:nth-of-type(3) { opacity: .42; }
    @media (prefers-reduced-motion: reduce) { .hero-tool, .hero-tool-dot { transition: none; } }
    .hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(42px, 8vw, 110px); }
    .hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.2rem, 5.4vw, 5.6rem); line-height: .96; }
    .hero .kicker { margin-top: 27px; color: rgba(255,255,255,.72); font-size: 1.1rem; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
    .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 18px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
    .button:hover { transform: translateY(-2px); }
    .button-primary { background: var(--gold); color: var(--azure-deep); }
    .button-secondary { border-color: var(--gold); background: var(--gold); color: var(--azure-deep); }
    .button-dark { background: var(--gold); color: var(--azure-deep); }
    .hero-photo { position: relative; max-width: 440px; margin-inline: auto; }
    .hero-photo::before { position: absolute; z-index: 0; inset: 28px -20px -24px 26px; border: 1px solid rgba(192,185,101,.62); border-radius: 18px; content: ''; }
    .hero-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; box-shadow: var(--shadow); }
    .hero-photo-note { position: absolute; z-index: 2; right: -24px; bottom: 22px; max-width: 190px; padding: 16px 18px; background: var(--gold); color: var(--azure-deep); box-shadow: 0 14px 35px rgba(0,0,0,.2); font-size: .88rem; font-weight: 800; line-height: 1.35; }

    .hero-reference { position: relative; min-height: clamp(430px, 48vw, 560px); padding: 0; overflow: hidden; background: var(--azure); }
    .hero-reference-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: stretch; min-height: inherit; }
    .hero-particles { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
    .hero-particles span { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: rgba(192,185,101,.48); box-shadow: 0 0 16px rgba(192,185,101,.46); animation: heroParticleFloat 11s ease-in-out infinite; }
    .hero-particles span:nth-child(1) { top: 16%; left: 12%; animation-delay: -2s; }
    .hero-particles span:nth-child(2) { top: 29%; left: 28%; width: 3px; height: 3px; animation-delay: -7s; }
    .hero-particles span:nth-child(3) { top: 12%; left: 45%; width: 5px; height: 5px; animation-delay: -4s; }
    .hero-particles span:nth-child(4) { top: 42%; left: 54%; width: 3px; height: 3px; animation-delay: -9s; }
    .hero-particles span:nth-child(5) { top: 23%; right: 34%; width: 3px; height: 3px; animation-delay: -1s; }
    .hero-particles span:nth-child(6) { top: 68%; left: 9%; width: 3px; height: 3px; animation-delay: -6s; }
    .hero-particles span:nth-child(7) { top: 75%; left: 38%; width: 5px; height: 5px; animation-delay: -10s; }
    .hero-particles span:nth-child(8) { top: 54%; right: 28%; width: 4px; height: 4px; animation-delay: -3s; }
    .hero-particles span:nth-child(9) { top: 82%; right: 14%; width: 3px; height: 3px; animation-delay: -8s; }
    .hero-particles span:nth-child(10) { top: 35%; right: 8%; width: 5px; height: 5px; animation-delay: -5s; }
    @keyframes heroParticleFloat { 0%, 100% { opacity: .18; transform: translate3d(0, 5px, 0) scale(.82); } 50% { opacity: .68; transform: translate3d(12px, -16px, 0) scale(1.08); } }
    @media (min-width: 901px) {
      .hero-reference { height: 560px; min-height: 560px; max-height: 560px; }
      .hero-reference-grid { height: 100%; min-height: 0; }
    }
    .hero-reference-copy { display: flex; align-items: center; min-width: 0; padding: 30px 0 34px; }
    .hero-reference-logo { display: block; width: min(760px, 100%); height: auto; max-width: none; border-radius: 0; object-fit: contain; object-position: center; }
    .hero-reference-photo { position: relative; display: flex; align-items: stretch; justify-content: center; min-width: 0; overflow: hidden; }
    .hero-reference-photo::before { display: none; }
    .hero-reference-photo img { position: relative; z-index: 1; width: min(520px, 100%); height: 100%; max-width: none; border-radius: 0; object-fit: contain; object-position: center bottom; }
    .hero-reference-logo { animation: heroLogoMeet 1.05s cubic-bezier(.2,.8,.25,1) .14s both; will-change: opacity, transform; }
    .hero-reference-photo img { animation: heroPortraitFadeIn 1.05s cubic-bezier(.2,.8,.25,1) .04s both; will-change: opacity, transform; }
    @keyframes heroLogoMeet { from { opacity: 0; transform: translate3d(-88px, 22px, 0) scale(.96); } to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); } }
    @keyframes heroPortraitFadeIn { from { opacity: 0; transform: translate3d(24px, 10px, 0) scale(.985); } to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); } }

    .intro-strip { position: relative; overflow: hidden; padding: 40px 0; border-bottom: 1px solid var(--line); background: var(--white); }
    .intro-strip .container { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
    .medical-motion { position: absolute; inset: 0; pointer-events: none; color: var(--azure); opacity: .11; }
    .medical-motion svg { position: absolute; top: 50%; right: 3%; width: min(480px, 44vw); height: auto; overflow: visible; transform: translateY(-50%); }
    .motion-heartbeat, .motion-tooth path, .motion-cross path { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
    .motion-heartbeat { stroke-dasharray: 245; animation: heartbeatDraw 8s ease-in-out infinite; }
    .motion-tooth { transform-origin: 270px 76px; animation: toothFloat 6s ease-in-out infinite; }
    .motion-cross { transform-origin: 391px 80px; animation: crossPulse 4s ease-in-out infinite; }
    .motion-dot { fill: var(--gold); animation: dotBlink 3.5s ease-in-out infinite; }
    .motion-dot.delay { animation-delay: 1.4s; }
    @keyframes heartbeatDraw { 0%, 12% { stroke-dashoffset: 245; } 42%, 72% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -245; } }
    @keyframes toothFloat { 0%, 100% { transform: translateY(4px) rotate(-2deg); } 50% { transform: translateY(-5px) rotate(2deg); } }
    @keyframes crossPulse { 0%, 100% { transform: scale(.94); opacity: .6; } 50% { transform: scale(1.06); opacity: 1; } }
    @keyframes dotBlink { 0%, 100% { transform: scale(.7); opacity: .35; } 50% { transform: scale(1.35); opacity: 1; } }
    @media (prefers-reduced-motion: reduce) { .medical-motion * { animation: none !important; } }
    .stat { padding-left: 19px; border-left: 2px solid var(--gold); }
    .stat strong { display: block; color: var(--azure); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
    .stat span { display: block; margin-top: 3px; color: var(--muted); font-size: .9rem; }

    .section { padding: 112px 0; }
    .section-header { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; }
    .section h2 { margin: 0; color: var(--azure); font-size: clamp(2.2rem, 3.5vw, 3.5rem); line-height: 1; }
    .section-header .kicker { max-width: 420px; }
    .treatment-pathways-section { background: var(--azure); color: var(--light-blue); }
    .treatment-pathways-section h2 { color: var(--gold); }
    .treatment-pathways-section .kicker { color: rgba(248,248,249,.8); }
    .treatment-pathways-section .card { border-color: rgba(248,248,249,.18); box-shadow: 0 14px 34px rgba(9,24,29,.14); }
    .treatment-pathways-section .card:hover { box-shadow: 0 22px 45px rgba(9,24,29,.26); }
    .treatment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .22s ease, box-shadow .22s ease; }
    .card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
    .card-number { color: var(--gold); font-weight: 900; letter-spacing: .08em; }
    .card h3 { margin: 34px 0 12px; color: var(--azure); font-size: 1.35rem; line-height: 1.1; }
    .card p { margin: 0; color: var(--muted); font-size: .95rem; }
    .card-link { display: inline-block; margin-top: 26px; color: var(--azure); font-size: .86rem; font-weight: 800; }

    .split-section { background: var(--azure); color: var(--light-blue); }
    .split-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(44px, 8vw, 115px); align-items: start; }
    .about-visual { width: min(100%, 470px); justify-self: end; }
    .about-visual img { width: 100%; max-height: 560px; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
    .split-section h2 { color: var(--gold); }
    .split-section .kicker { color: rgba(248,248,249,.72); }
    .feature-list { margin: 0; padding: 0; list-style: none; }
    .feature-list li { display: grid; grid-template-columns: 36px 1fr; gap: 17px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
    .feature-list li:first-child { padding-top: 0; }
    .feature-list b { color: var(--gold-soft); }
    .feature-list p { margin: 4px 0 0; color: rgba(248,248,249,.68); }
    .check { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--gold); color: var(--azure-deep); font-weight: 900; }

    .referral { background: var(--azure); color: var(--light-blue); }
    .referral-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 60px; align-items: center; }
    .referral h2 { margin: 0; color: var(--gold); font-size: clamp(2.3rem, 3.8vw, 4rem); line-height: 1; }
    .referral-copy { max-width: 600px; color: rgba(248,248,249,.8); }
    .referral-panel { padding: 31px; border-radius: var(--radius); background: var(--light-blue); box-shadow: var(--shadow); }
    .referral-panel strong { display: block; color: var(--azure); font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
    .referral-panel p { margin: 10px 0 24px; color: var(--muted); }

    .footer-cta { padding: 76px 0; background: var(--azure); color: var(--light-blue); text-align: center; }
    .footer-cta h2 { color: var(--gold); }
    .footer-cta h2 { margin: 0; font-size: clamp(2.1rem, 3.8vw, 3.8rem); line-height: 1.02; }
    .footer-cta p { max-width: 540px; margin: 20px auto 28px; color: rgba(255,255,255,.68); }
    footer { padding: 27px 0; background: var(--azure-deep); color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
    footer .container { display: flex; justify-content: space-between; gap: 20px; }

    .academy { background: var(--white); color: var(--ink); }
    .academy header { background: rgba(255,255,255,.94); }
    .academy-hero { padding: 72px 0 88px; background: var(--white); }
    .academy-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
    .academy-hero h1 { max-width: 600px; margin: 0; color: var(--azure); font-size: clamp(3rem, 5vw, 5.5rem); line-height: .96; }
    .academy-hero .kicker { margin-top: 25px; max-width: 560px; }
    .academy-hero-media { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; align-items: end; }
    .academy-hero-media img { width: 100%; border-radius: 18px; object-fit: cover; }
    .academy-hero-media img:first-child { height: 475px; }
    .academy-hero-media img:last-child { height: 290px; }
    .academy .eyebrow { color: #918a39; }
    .academy .section h2 { color: var(--azure); }
    .academy .section { background: var(--white); }
    .academy .section-alt { background: var(--paper); }
    .academy .card { background: var(--paper); }
    .academy .card h3 { margin-top: 17px; }
    .academy .card-image { width: calc(100% + 54px); height: 210px; margin: -27px -27px 0; border-radius: 18px; object-fit: cover; }
    .course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
    .course-card { display: flex; flex-direction: column; padding: 0 27px 28px; overflow: hidden; }
    .course-card .course-body { flex: 1; }
    .course-meta { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0 0; }
    .pill { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: var(--gold-soft); color: var(--azure-deep); font-size: .75rem; font-weight: 800; }
    .course-card .button { margin-top: 26px; align-self: flex-start; }
    .course-card.coming { background: #f4f5f5; }
    .course-card.coming .card-image { filter: grayscale(1); opacity: .6; }
    .academy-photo-band { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 13px; }
    .academy-photo-band img { width: 100%; height: 250px; border-radius: 18px; object-fit: cover; }
    .academy-photo-band img:first-child { height: 320px; }
    .booking { background: var(--azure); color: var(--light-blue); }
    .booking-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
    .booking h2 { color: var(--gold); }
    .booking .kicker { color: rgba(248,248,249,.7); }
    .booking-form { display: grid; gap: 15px; padding: 28px; border-radius: var(--radius); background: var(--white); color: var(--ink); }
    .booking-form label { display: grid; gap: 7px; color: var(--azure); font-size: .84rem; font-weight: 800; }
    .booking-form input, .booking-form select { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 11px; background: #fbfbfb; color: var(--ink); outline: none; }
    .booking-form input:focus, .booking-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(192,185,101,.22); }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
    .form-note { margin: 0; color: var(--muted); font-size: .78rem; }
    .success { display: none; padding: 16px; border-radius: 12px; background: #eaf2e9; color: #275433; font-size: .9rem; }
    .success.visible { display: block; }
    .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .testimonial { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
    .testimonial p { margin: 0; color: var(--azure); font-family: var(--serif); font-size: 1.25rem; line-height: 1.3; }
    .testimonial span { display: block; margin-top: 18px; color: var(--muted); font-size: .82rem; font-weight: 800; }
    .video-card { position: relative; min-height: 185px; overflow: hidden; border-radius: var(--radius); background: var(--azure); color: var(--white); }
    .video-card img { width: 100%; height: 100%; min-height: 185px; object-fit: cover; opacity: .54; }
    .video-card .play { position: absolute; left: 22px; bottom: 20px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: var(--azure-deep); font-size: 1.1rem; }
    .video-card strong { position: absolute; left: 78px; right: 15px; bottom: 22px; font-size: .92rem; }

    .modal-backdrop { position: fixed; z-index: 40; inset: 0; display: none; place-items: center; padding: 24px; background: rgba(12,28,33,.7); }
    .modal-backdrop.open { display: grid; }
    .modal { position: relative; width: min(540px, 100%); padding: 32px; border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
    .modal h2 { margin: 0; color: var(--azure); font-family: var(--serif); font-size: 2.2rem; line-height: 1; }
    .modal p { margin: 13px 0 24px; color: var(--muted); }
    .modal-close { position: absolute; top: 15px; right: 15px; display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--paper); color: var(--azure); cursor: pointer; font-size: 1.2rem; }

    @media (max-width: 900px) {
      .header-brand-row { min-height: 92px; }
      .brand-text { width: auto; }
      .brand-name { font-size: clamp(1.9rem, 6vw, 2.7rem); }
      .brand-credentials { font-size: .58rem; letter-spacing: .08em; }
      .nav-links { display: none; position: absolute; top: calc(100% - 1px); left: 0; right: 0; padding: 18px 24px 22px; flex-direction: column; align-items: stretch; gap: 8px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 14px 30px rgba(20,42,49,.08); }
      .nav-links.open { position: fixed; z-index: 100; inset: 0; display: flex; align-items: center; justify-content: flex-start; gap: 0; padding: 78px 24px 42px; overflow-y: auto; background: #a8d4c2; border: 0; box-shadow: none; }
      .nav-links.open a { width: min(100%, 266px); padding: 12px 0; border-bottom: 1px solid rgba(31,58,66,.52); color: #101719; font-size: 1.02rem; font-weight: 400; line-height: 1.6; text-align: center; }
      .nav-links.open a.active { color: #6d9f8d; }
      .nav-links.open a::after { display: none; }
      .nav-links.open .mobile-has-submenu::before { position: absolute; top: 50%; right: 0; display: block; color: #101719; content: '⌄'; font-size: 1.45rem; line-height: 1; transform: translateY(-58%); }
      .nav-links.open .nav-socials, .nav-links.open .nav-cta { display: none; }
      .nav-links.open .nav-dropdown { display: block; width: min(100%, 266px); }
      .nav-links.open .nav-dropdown-trigger { width: 100%; }
      .nav-links.open .nav-submenu { position: static; display: grid; min-width: 0; padding: 0; border: 0; background: transparent; box-shadow: none; transform: none; }
      .nav-links.open .nav-submenu a { width: 100%; padding: 8px 0; border-bottom: 1px solid rgba(31,58,66,.35); color: #101719; font-size: .78rem; font-weight: 500; text-align: center; }
      .nav-links a, .nav-links button { padding: 11px 0; text-align: left; }
      .nav-links.open .nav-dropdown-trigger { padding: 11px 0; text-align: center; }
      .nav-socials { justify-content: flex-start; margin: 4px 0 0; }
      .nav-cta { text-align: center !important; }
      .menu-toggle { position: relative; z-index: 110; display: block; }
      .site-header.mobile-menu-open .menu-toggle { position: fixed; top: 14px; right: 20px; display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 0; padding: 0; background: transparent; color: #101719; font-size: 0; }
      .site-header.mobile-menu-open .menu-toggle::before { content: '×'; font-size: 2.15rem; font-weight: 300; line-height: 1; }
      .hero-grid, .hero-reference-grid, .academy-hero-grid, .split-grid, .referral-grid, .booking-grid { grid-template-columns: 1fr; }
      .hero { padding-top: 60px; }
      .hero-photo { width: min(440px, 100%); margin-top: 24px; }
      .hero-reference { min-height: 700px; }
      .hero-reference-copy { align-items: flex-end; padding: 36px 0 0; }
      .hero-reference-logo { width: min(700px, 100%); height: auto; }
      .hero-reference-photo { min-height: 440px; }
      .hero-reference-photo img { width: min(450px, 100%); height: 480px; }
      .about-visual { justify-self: start; max-width: 520px; }
      .academy-hero-media { max-width: 620px; }
      .treatment-grid, .course-grid { grid-template-columns: repeat(2, 1fr); }
      .testimonial-grid { grid-template-columns: 1fr; }
      .booking-grid { gap: 38px; }
    }
    @media (max-width: 620px) {
      .container { width: min(100% - 32px, 1180px); }
      .brand-text { width: auto; height: auto; }
      .topbar .container, footer .container { display: block; }
      .topbar .container span + span, footer .container span + span { display: block; margin-top: 5px; }
      .hero { padding: 46px 0 65px; }
      .hero-reference { min-height: 650px; padding: 0; }
      .hero-reference-copy { padding-top: 20px; }
      .hero-reference-logo { height: auto; }
      .hero-reference-photo { min-height: 400px; }
      .hero-reference-photo img { height: 430px; }
      .hero h1, .academy-hero h1 { font-size: clamp(2.9rem, 13vw, 4.2rem); }
      .section, .academy-hero { padding: 72px 0; }
      .section-header { display: block; margin-bottom: 30px; }
      .section-header .kicker { margin-top: 18px; }
      .intro-strip .container { grid-template-columns: 1fr; gap: 18px; }
      .treatment-grid, .course-grid, .form-row { grid-template-columns: 1fr; }
      .academy-hero-media { grid-template-columns: 1fr 1fr; gap: 8px; }
      .academy-hero-media img:first-child { height: 340px; }
      .academy-hero-media img:last-child { height: 220px; }
      .academy-photo-band { grid-template-columns: 1fr 1fr; }
      .academy-photo-band img, .academy-photo-band img:first-child { height: 210px; }
      .academy-photo-band img:first-child { grid-column: span 2; }
      .hero-photo-note { right: -5px; }
    }

    .icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
    .hero { background: radial-gradient(circle at 82% 8%, rgba(192,185,101,.18), transparent 34%), var(--azure); }
    .hero-reference { background: var(--azure); }
    .hero-photo img { border-radius: 18px; }
    .academy-hero-media img { box-shadow: 0 18px 45px rgba(20,42,49,.12); }
    .about-grid { align-items: center; }
    .about-photo-block { position: relative; display: grid; grid-template-columns: 112px 1fr; align-items: center; gap: 16px; max-width: 420px; margin-top: 30px; padding: 12px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); box-shadow: 0 12px 30px rgba(20,42,49,.07); }
    .about-photo-block img { width: 112px; height: 112px; border-radius: 18px; object-fit: cover; object-position: center top; }
    .about-photo-block strong, .about-photo-block small { display: block; }
    .about-photo-block strong { color: var(--azure); font-family: var(--serif); font-size: 1.1rem; font-weight: 400; }
    .about-photo-block small { margin-top: 5px; color: var(--muted); font-size: .76rem; line-height: 1.35; }
    .treatment-card { position: relative; overflow: hidden; }
    .treatment-card::after { position: absolute; right: -34px; bottom: -44px; width: 135px; height: 135px; border-radius: 50%; background: rgba(192,185,101,.11); content: ''; }
    .treatment-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
    .treatment-icon, .feature-icon { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 15px; background: var(--gold-soft); color: var(--azure); }
    .treatment-icon svg, .feature-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
    .treatment-card h3 { position: relative; z-index: 1; margin-top: 25px; }
    .treatment-card p, .treatment-card .card-link { position: relative; z-index: 1; }
    .card-link span { display: inline-block; transition: transform .2s ease; }
    .card-link:hover span { transform: translate(3px,-2px); }
    .split-section .feature-list li { grid-template-columns: 50px 1fr; align-items: start; }
    .split-section .feature-icon { background: rgba(192,185,101,.16); color: var(--gold-soft); }
    .academy-benefits .card { min-height: 235px; }
      .academy-benefits .card h3 { margin-top: 24px; }
    @media (max-width: 620px) {
      .about-photo-block { grid-template-columns: 88px 1fr; }
      .about-photo-block img { width: 88px; height: 88px; }
      .treatment-icon, .feature-icon { width: 46px; height: 46px; }
    }

    .icon { display: inline-block; width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
    .nav-links a.active::after { width: 100%; }
    .breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; padding-top: 18px; color: var(--muted); font-size: .82rem; }
    .breadcrumbs a:hover { color: var(--azure); }
    .breadcrumbs [aria-current="page"] { color: var(--azure); font-weight: 700; }
    .page-hero { padding: 72px 0 82px; background: linear-gradient(135deg, var(--paper) 0%, #eef0ee 100%); }
    .page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(42px, 8vw, 110px); }
    .page-hero h1 { max-width: 780px; margin: 0; color: var(--azure); font-size: clamp(3rem, 5vw, 5.3rem); line-height: .97; }
    .page-hero .kicker { margin-top: 23px; }
    .hero-subtitle { max-width: 600px; margin: 18px 0 0; color: var(--azure); font-family: var(--serif); font-size: clamp(1.2rem, 2.1vw, 1.7rem); line-height: 1.22; }
    .page-hero-image { position: relative; max-width: 470px; justify-self: end; }
    .page-hero-image::after { position: absolute; z-index: 0; right: -20px; bottom: -20px; width: 72%; height: 72%; border: 1px solid var(--gold); content: ''; }
    .page-hero-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; border-radius: 18px; object-fit: cover; object-position: center top; box-shadow: var(--shadow); }
    .large-icon { position: relative; z-index: 2; display: grid; width: 64px; height: 64px; margin-bottom: 20px; border-radius: 18px; }
    .large-icon .icon { width: 34px; height: 34px; }
    .answer-panel { padding: 25px 28px; border-left: 4px solid var(--gold); border-radius: 0 18px 18px 0; background: var(--white); box-shadow: 0 15px 38px rgba(20,42,49,.08); }
    .answer-panel strong { display: block; color: var(--azure); font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
    .answer-panel p { margin: 9px 0 0; color: var(--muted); }
    .service-hero .answer-panel { align-self: end; }
    .service-index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; margin-top: 38px; }
    .service-card { display: block; }
    .service-card h2 { margin: 24px 0 10px; color: var(--azure); font-family: var(--serif); font-size: 1.55rem; font-weight: 400; line-height: 1.08; }
    .service-card p { margin: 0; color: var(--muted); }
    .section-link { margin: 35px 0 0; text-align: center; }
    .article-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(270px, .75fr); gap: clamp(42px, 8vw, 110px); align-items: start; }
    .prose { max-width: 760px; }
    .prose h2 { margin: 46px 0 12px; color: var(--azure); font-family: var(--serif); font-size: clamp(1.9rem, 3vw, 2.7rem); font-weight: 400; line-height: 1.04; }
    .prose h2:first-child { margin-top: 0; }
    .prose p, .prose li { color: var(--muted); }
    .prose .lead { color: var(--azure); font-family: var(--serif); font-size: 1.45rem; line-height: 1.35; }
    .prose ul { padding-left: 22px; }
    .side-stack { display: grid; gap: 18px; }
    .side-card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 15px 38px rgba(20,42,49,.06); }
    .side-card img { width: 100%; height: 215px; margin: -25px -25px 20px; width: calc(100% + 50px); border-radius: 18px; object-fit: cover; object-position: center top; }
    .side-card strong, .side-card span { display: block; }
    .side-card strong { color: var(--azure); font-family: var(--serif); font-size: 1.4rem; font-weight: 400; line-height: 1.12; }
    .side-card span { margin-top: 10px; color: var(--muted); font-size: .9rem; }
    .side-card-dark { background: var(--azure); color: var(--white); }
    .side-card-dark strong { color: var(--white); }
    .side-card-dark .eyebrow { color: var(--gold-soft); }
    .related-link { display: flex; justify-content: space-between; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--azure); font-weight: 800; }
    .related-link:last-child { border-bottom: 0; }
    .cta-inline { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 45px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .cta-inline strong { color: var(--azure); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
    .faq { margin-top: 55px; }
    .faq h2 { margin-top: 0; }
    .faq details { border-top: 1px solid var(--line); }
    .faq details:last-child { border-bottom: 1px solid var(--line); }
    .faq summary { padding: 18px 2px; color: var(--azure); font-weight: 800; cursor: pointer; list-style: none; }
    .faq summary::-webkit-details-marker { display: none; }
    .faq summary::after { float: right; color: var(--gold); content: '+'; font-size: 1.25rem; }
    .faq details[open] summary::after { content: '−'; }
    .faq details p { margin: 0 0 18px; }
    .academy-subnav { background: var(--azure-deep); color: rgba(255,255,255,.72); }
    .academy-subnav .container { display: flex; flex-wrap: wrap; gap: 22px; padding: 11px 0; font-size: .82rem; font-weight: 800; }
    .academy-subnav a:hover { color: var(--gold-soft); }
    .academy-teaser { background: var(--light-blue); color: var(--azure); }
    .academy-teaser-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
    .academy-teaser h2 { margin: 0; color: var(--azure); font-family: var(--serif); font-size: clamp(2.3rem, 3.8vw, 4rem); font-weight: 400; line-height: 1; }
    .academy-teaser .kicker { color: #516165; }
    .course-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
    .course-actions .button { margin-top: 0; }
    .academy-teaser-media { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12px; align-items: end; }
    .academy-teaser-media img { width: 100%; height: 270px; border-radius: 18px; object-fit: cover; }
    .academy-teaser-media img:first-child { height: 360px; }
    .academy-cta { background: var(--azure); }
    .course-hero .page-hero-image img { aspect-ratio: 1 / 1; }
    .booking-image { width: min(100%, 540px); margin-top: 25px; border-radius: 18px; object-fit: cover; }
    .contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
    .contact-card { display: block; }
    .contact-card h2 { margin: 23px 0 10px; color: var(--azure); font-family: var(--serif); font-size: 1.6rem; font-weight: 400; line-height: 1.05; }
    .contact-card p { color: var(--muted); }
    .contact-details { display: flex; flex-wrap: wrap; align-items: baseline; gap: 18px; margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line); }
    .contact-details .eyebrow { margin: 0; }
    .contact-details a { color: var(--azure); font-family: var(--serif); font-size: 1.5rem; }
    .contact-details span { color: var(--muted); }
    @media (max-width: 900px) {
      .page-hero-grid, .academy-teaser-grid, .article-grid { grid-template-columns: 1fr; }
      .page-hero-image { justify-self: start; max-width: 560px; }
      .service-index-grid, .contact-grid { grid-template-columns: repeat(2, 1fr); }
      .academy-teaser-media { max-width: 650px; }
    }
    @media (max-width: 620px) {
      .page-hero { padding: 52px 0 65px; }
      .page-hero h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
      .service-index-grid, .contact-grid { grid-template-columns: 1fr; }
      .academy-subnav .container { gap: 13px; }
      .academy-teaser-media { grid-template-columns: 1fr 1fr; gap: 8px; }
      .academy-teaser-media img, .academy-teaser-media img:first-child { height: 220px; }
      .cta-inline { display: block; }
      .cta-inline .button { margin-top: 16px; }
    }

    /* Academy reference layout */
    .academy-site-header { display: none; }
    .academy-reference { min-height: 100vh; background: var(--azure); color: var(--light-blue); }
    .academy-reference .academy-subnav { background: var(--azure); color: var(--light-blue); }
    .academy-reference .academy-subnav .container { display: grid; grid-template-columns: .72fr .95fr 1.38fr 1.38fr 1.25fr; gap: 2px; width: min(980px, calc(100% - 48px)); padding: 2px 0 0; }
    .academy-reference .academy-subnav a { display: grid; place-items: center; min-height: 46px; padding: 9px 14px; border: 1px solid rgba(248,248,249,.88); background: var(--azure-deep); color: var(--light-blue); font-size: .76rem; font-weight: 400; line-height: 1.1; text-align: center; text-transform: uppercase; }
    .academy-reference .academy-subnav a:hover, .academy-reference .academy-subnav a.active { background: var(--gold); color: var(--azure-deep); }
    .academy-reference-hero { position: relative; isolation: isolate; display: flex; min-height: 620px; padding: 52px 0; align-items: center; overflow: hidden; background: var(--azure); }
    .academy-reference-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(31,58,66,.84), rgba(31,58,66,.76) 52%, rgba(31,58,66,.84)); content: ''; }
    .academy-reference-bg { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; border-radius: 0; object-fit: cover; object-position: center 52%; filter: saturate(.72) contrast(.94); }
    .academy-reference-hero > .container { position: relative; z-index: 1; }
    .academy-reference-lead { display: grid; grid-template-columns: .8fr 1.4fr; gap: clamp(45px, 8vw, 105px); align-items: center; min-height: 0; }
    .academy-reference-brand { display: flex; flex-direction: column; align-items: center; }
    .academy-reference-logo { display: flex; flex-direction: column; align-items: center; color: var(--light-blue); font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; line-height: .75; text-align: center; }
    .academy-reference-logo-mark { font-size: clamp(5rem, 10vw, 9.5rem); font-weight: 900; letter-spacing: -.12em; }
    .academy-reference-logo-word { margin: 13px 0 0 .32em; font-family: var(--sans); font-size: clamp(1rem, 1.8vw, 1.55rem); font-weight: 300; letter-spacing: .03em; }
    .academy-reference-copy h1 { max-width: 760px; margin: 0; color: var(--light-blue); font-family: var(--serif); font-size: clamp(2.35rem, 4vw, 4.15rem); font-weight: 400; line-height: .98; }
    .academy-reference-copy h1 span, .academy-reference-copy h1 em { color: var(--gold); font-style: normal; }
    .academy-reference-copy p { max-width: 760px; margin: 34px 0 0; color: rgba(248,248,249,.86); font-size: clamp(1rem, 1.45vw, 1.3rem); line-height: 1.55; }
    .academy-reference-copy .academy-reference-tag { margin-top: 30px; color: var(--gold); font-size: .98rem; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
    .academy-reference-signature { margin: 23px 0 0 auto; width: max-content; max-width: 100%; color: var(--light-blue); font-family: var(--serif); font-size: 1.75rem; font-style: italic; }
    .academy-reference-signature small { display: block; margin-top: 3px; color: rgba(248,248,249,.62); font-family: var(--sans); font-size: .52rem; font-style: normal; letter-spacing: .16em; text-align: right; }
    .academy-reference-brand .academy-reference-signature { margin: 30px auto 0; text-align: center; }
    .academy-reference-brand .academy-reference-signature small { text-align: center; }
    .academy-reference-signature-mobile { display: none; }
    .academy-reference .section, .academy-reference .academy-hero { background: var(--azure); }
    .academy-reference .section-alt { background: var(--azure-deep); }
    .academy-reference .eyebrow { color: #c0b965; }
    .academy-reference .section h2, .academy-reference .card h3 { color: var(--gold); }
    .academy-reference .kicker, .academy-reference .card p, .academy-reference .testimonial span { color: rgba(248,248,249,.72); }
    .academy-reference .card, .academy-reference .testimonial { border-color: rgba(248,248,249,.2); background: var(--azure-deep); }
    .academy-reference .card:hover { box-shadow: 0 18px 45px rgba(0,0,0,.5); }
    .academy-reference .pill { background: #c0b965; color: #101719; }
    .academy-reference .card-link { color: var(--gold); }
    .academy-reference .video-card { background: var(--azure-deep); }
    .academy-reference .academy-photo-band img, .academy-reference .academy-hero-media img, .academy-reference .academy-teaser-media img { border-radius: 0; filter: brightness(.72) saturate(.8); }
    .academy-reference + footer { background: var(--azure-deep); border-top-color: rgba(248,248,249,.16); color: rgba(248,248,249,.58); }
    .bio-float-section { position: relative; isolation: isolate; overflow: visible; background: var(--light-blue); color: var(--azure); }
    .bio-float-section::before { position: absolute; z-index: 0; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 420'%3E%3Cpath d='M89 34c-41 0-70 34-61 78l26 178c6 35 37 43 49 7l17-54 17 54c12 36 43 28 49-7l26-178c9-44-20-78-61-78-27 0-42 14-55 14S116 34 89 34Z' fill='none' stroke='%231f3a42' stroke-opacity='.055' stroke-width='5'/%3E%3Cpath d='M97 82c14-11 30-11 43-2m43 0c14-9 30-9 43 2' fill='none' stroke='%231f3a42' stroke-opacity='.055' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 420'%3E%3Cpath d='M89 34c-41 0-70 34-61 78l26 178c6 35 37 43 49 7l17-54 17 54c12 36 43 28 49-7l26-178c9-44-20-78-61-78-27 0-42 14-55 14S116 34 89 34Z' fill='none' stroke='%231f3a42' stroke-opacity='.055' stroke-width='5'/%3E%3Cpath d='M97 82c14-11 30-11 43-2m43 0c14-9 30-9 43 2' fill='none' stroke='%231f3a42' stroke-opacity='.055' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: -74px 82%, calc(100% + 86px) 10%; background-size: min(33vw, 420px), min(24vw, 300px); content: ''; pointer-events: none; }
    .bio-float-grid { --bio-panel-height: clamp(480px, calc(100vh - 170px), 640px); position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(36px, 5vw, 72px); align-items: start; }
    .bio-float-intro { position: sticky; top: 110px; align-self: start; height: var(--bio-panel-height); overflow: hidden; border-radius: 18px; background: var(--azure); box-shadow: 0 20px 48px rgba(20,42,49,.16); }
    .bio-float-intro img { display: block; width: 100%; max-width: none; height: 100%; margin: 0; border-radius: inherit; object-fit: cover; object-position: center top; box-shadow: 0 18px 45px rgba(20,42,49,.16); }
    .bio-float-intro h2 { max-width: 520px; color: var(--azure); }
    .bio-float-intro .kicker { max-width: 480px; color: #516165; }
    .bio-float-copy { height: var(--bio-panel-height); max-width: none; padding: 28px 18px 28px 30px; overflow-x: hidden; overflow-y: auto; border: 1px solid rgba(31,58,66,.12); border-radius: 20px; background: rgba(255,255,255,.72); box-shadow: 0 16px 38px rgba(20,42,49,.07); scrollbar-gutter: stable; scrollbar-width: thin; scrollbar-color: var(--gold) rgba(31,58,66,.1); color: #34484d; overscroll-behavior: contain; }
    .bio-float-copy::-webkit-scrollbar { width: 13px; }
    .bio-float-copy::-webkit-scrollbar-track { margin: 16px 0; border: 4px solid transparent; border-radius: 999px; background: rgba(31,58,66,.1); background-clip: padding-box; }
    .bio-float-copy::-webkit-scrollbar-thumb { border: 3px solid transparent; border-radius: 999px; background: var(--gold); background-clip: padding-box; }
    .bio-float-copy::-webkit-scrollbar-thumb:hover { background: #aaa34d; }
    .bio-float-copy p { margin: 0; font-size: 1.04rem; line-height: 1.75; }
    .bio-float-copy p + p { margin-top: 22px; }
    [data-reveal] { opacity: 0; transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
    [data-reveal="left"] { transform: translateX(-52px); }
    [data-reveal="right"] { transform: translateX(52px); transition-delay: .12s; }
    [data-reveal].is-visible { opacity: 1; transform: none; }
    .academy-target-section-lead { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: end; margin-bottom: 44px; }
    .academy-target-section-lead h2 { max-width: 560px; }
    .academy-target-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
    .academy-target-card { padding: 30px; border: 1px solid rgba(248,248,249,.12); border-radius: 16px; background: var(--light-blue); color: var(--azure); }
    .academy-target-card .feature-icon { background: var(--gold); color: var(--azure-deep); }
    .academy-target-card h3 { margin: 22px 0 10px; color: var(--azure); font-size: 1.3rem; text-transform: none; }
    .academy-target-card p { margin: 0; color: #516165; }
    .academy-target-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 8vw, 110px); align-items: center; }
    .academy-target-split h2 { max-width: 600px; }
    .academy-target-split .kicker + .kicker { margin-top: 17px; }
    .academy-target-split-media img { width: 100%; height: 460px; border-radius: 16px; object-fit: cover; object-position: center; }
    .academy-target-why .academy-target-split { align-items: start; }
    .academy-target-list { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; }
    .academy-target-list li { padding: 15px 0 15px 27px; border-bottom: 1px solid rgba(248,248,249,.16); color: rgba(248,248,249,.78); position: relative; }
    .academy-target-list li::before { position: absolute; left: 0; color: var(--gold); content: '✦'; }
    .academy-target-tutors .academy-target-split-media img { height: 520px; object-position: center top; }
    .academy-target-tutor-card { margin-top: 28px; padding: 22px; border-left: 3px solid var(--gold); background: var(--azure-deep); }
    .academy-target-tutor-card strong { display: block; color: var(--gold); font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
    .academy-target-tutor-card span { display: block; margin-top: 3px; color: var(--light-blue); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
    .academy-target-tutor-card p { margin: 14px 0 0; color: rgba(248,248,249,.7); }
    .academy-target-notice-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
    .academy-target-notice-inner h2 { max-width: 580px; }

    @media (max-width: 900px) {
      .academy-reference .academy-subnav .container { grid-template-columns: repeat(2, 1fr); width: min(100% - 32px, 680px); }
      .academy-reference .academy-reference-lead { grid-template-columns: 1fr; gap: 30px; padding-top: 22px; text-align: center; }
      .academy-reference-hero { min-height: 0; padding: 44px 0 30px; }
      .academy-reference-hero::after { background: rgba(31,58,66,.86); }
      .academy-reference-copy p { margin-inline: auto; }
      .academy-reference-signature-desktop { display: none; }
      .academy-reference-signature-mobile { display: block; margin: 24px auto 0; padding-bottom: 24px; text-align: center; }
      .academy-reference-signature-mobile small { text-align: center; }
      .academy-target-section-lead, .academy-target-split { grid-template-columns: 1fr; gap: 30px; }
      .academy-target-cards { grid-template-columns: 1fr; }
      .academy-target-split-media { max-width: 650px; }
      .academy-target-notice-inner { display: grid; grid-template-columns: 1fr; align-items: start; }
      .bio-float-section::before { display: none; }
      .bio-float-grid { grid-template-columns: 1fr; gap: 34px; }
      .bio-float-intro { position: static; height: auto; }
      .bio-float-intro img { height: auto; }
      .bio-float-copy { height: auto; padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
    }
    @media (max-width: 620px) {
      .academy-reference .academy-subnav .container { grid-template-columns: 1fr; width: min(100% - 32px, 360px); }
      .academy-reference .academy-subnav a { min-height: 42px; }
      .academy-reference-hero { padding: 32px 0 18px; }
      .academy-reference-logo-mark { font-size: 5.8rem; }
      .academy-reference-copy h1 { font-size: clamp(2.15rem, 11vw, 3.4rem); }
      .academy-reference-copy p { margin-top: 24px; font-size: 1rem; }
      .academy-target-card { padding: 24px; }
      .academy-target-split-media img, .academy-target-tutors .academy-target-split-media img { height: 330px; }
      .bio-float-copy p { font-size: 1rem; line-height: 1.68; }
    }
    @media (prefers-reduced-motion: reduce) {
      [data-reveal], [data-reveal="left"], [data-reveal="right"], .hero-reference-logo, .hero-reference-photo img { opacity: 1; transform: none; transition: none; animation: none; }
      .hero-particles span { animation: none; opacity: .32; }
    }

    /* App-style mobile navigation drawer */
    .nav-dropdown-row { display: flex; align-items: center; }
    .nav-submenu-toggle { display: grid; place-items: center; width: 20px; min-width: 20px; padding: 8px 0 8px 4px !important; }
    .nav-submenu-toggle::after { display: none !important; }
    .nav-submenu-toggle svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transition: transform .25s ease; }
    .nav-dropdown.submenu-open .nav-submenu { display: grid; }
    .nav-drawer-header, .nav-drawer-backdrop { display: none; }

    @media (max-width: 900px) {
      .header-brand-row { display: grid; grid-template-columns: 1fr; min-height: 78px; padding: 11px 0 9px; }
      .brand-text { grid-column: 1 / -1; justify-self: center; }
      .brand-name { font-size: clamp(1.65rem, 7vw, 2rem); }
      .brand-credentials { margin-top: 7px; font-size: .56rem; letter-spacing: .07em; }
      .nav-wrap { min-height: 56px; }
      .menu-toggle { position: relative; z-index: 30; display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 9px 14px; border: 1px solid rgba(31,58,66,.18); border-radius: 12px; background: var(--white); color: var(--azure); font-size: .88rem; font-weight: 750; }
      .menu-toggle-icon { display: grid; gap: 4px; width: 18px; }
      .menu-toggle-icon span { display: block; width: 100%; height: 2px; border-radius: 999px; background: currentColor; }
      .site-header.mobile-menu-open .menu-toggle { position: relative; top: auto; right: auto; width: auto; height: auto; opacity: 0; pointer-events: none; }
      .site-header.mobile-menu-open .menu-toggle::before { content: none; }

      .nav-links, .nav-links.open { position: fixed; z-index: 110; inset: 0 auto 0 0; display: flex; width: min(88vw, 380px); height: 100vh; height: 100dvh; padding: 0 22px 28px; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; border: 0; background: var(--white); box-shadow: 18px 0 48px rgba(12,28,33,.22); visibility: hidden; transform: translateX(-104%); transition: transform .34s cubic-bezier(.22,.8,.28,1), visibility .34s; }
      .nav-links.open { visibility: visible; transform: translateX(0); }
      .nav-drawer-header { position: sticky; z-index: 2; top: 0; display: flex; min-height: 84px; margin: 0 -22px 10px; padding: 17px 19px; align-items: center; justify-content: space-between; background: var(--azure); color: var(--light-blue); box-shadow: 0 8px 20px rgba(20,42,49,.12); }
      .nav-drawer-header > div { display: grid; gap: 5px; }
      .nav-drawer-header span { color: var(--gold); font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
      .nav-drawer-header strong { font-family: var(--serif); font-size: 1.65rem; font-weight: 400; line-height: 1; }
      .nav-drawer-close { display: grid; place-items: center; width: 42px; height: 42px; padding: 0 !important; border: 1px solid rgba(248,248,249,.28) !important; border-radius: 50%; color: var(--light-blue) !important; }
      .nav-drawer-close::after { display: none !important; }
      .nav-drawer-close svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }

      .nav-links.open > a { width: 100%; padding: 15px 5px; border-bottom: 1px solid rgba(31,58,66,.14); color: var(--ink); font-size: .98rem; font-weight: 650; line-height: 1.25; text-align: left; }
      .nav-links.open > a.active { padding-left: 15px; color: var(--azure); box-shadow: inset 3px 0 var(--gold); }
      .nav-links.open a::after, .nav-links.open button::after { display: none; }
      .nav-links.open .nav-dropdown { display: block; width: 100%; }
      .nav-links.open .nav-dropdown-row { display: grid; width: 100%; grid-template-columns: minmax(0, 1fr) 48px; align-items: center; border-bottom: 1px solid rgba(31,58,66,.14); }
      .nav-links.open .nav-dropdown-trigger { width: auto; padding: 15px 5px; border: 0; color: var(--ink); font-size: .98rem; font-weight: 650; line-height: 1.25; text-align: left; }
      .nav-links.open .nav-dropdown-trigger.active { padding-left: 15px; color: var(--azure); box-shadow: inset 3px 0 var(--gold); }
      .nav-links.open .nav-submenu-toggle { display: grid; place-items: center; width: 48px; height: 48px; padding: 0 !important; color: var(--azure); }
      .nav-links.open .nav-submenu-toggle svg { width: 19px; height: 19px; }
      .nav-links.open .nav-dropdown.submenu-open .nav-submenu-toggle svg { transform: rotate(180deg); }
      .nav-links.open .nav-submenu { position: static; display: none; min-width: 0; padding: 6px 0 10px 14px; border: 0; background: #f2f5f4; box-shadow: none; transform: none; }
      .nav-links.open .nav-dropdown.submenu-open .nav-submenu { display: grid; }
      .nav-links.open .nav-submenu a { width: 100%; padding: 10px 13px; border: 0; border-left: 1px solid rgba(31,58,66,.18); color: #40545a; font-size: .84rem; font-weight: 600; line-height: 1.3; text-align: left; }
      .nav-links.open .nav-submenu a:hover { background: rgba(192,185,101,.13); color: var(--azure); }
      .nav-links.open .nav-socials { display: inline-flex; justify-content: flex-start; gap: 18px; margin: 22px 4px 12px; }
      .nav-links.open .nav-cta { display: flex; width: 100%; min-height: 48px; margin-top: 4px; padding: 12px 16px !important; align-items: center; justify-content: center; border: 0; border-radius: 12px; background: var(--gold); color: var(--azure-deep) !important; text-align: center !important; }

      .nav-drawer-backdrop { position: fixed; z-index: 100; inset: 0; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(9,24,29,.52); opacity: 0; visibility: hidden; backdrop-filter: blur(2px); transition: opacity .3s ease, visibility .3s; }
      body.mobile-menu-open .nav-drawer-backdrop { opacity: 1; visibility: visible; }
    }

    @media (prefers-reduced-motion: reduce) {
      .nav-links, .nav-drawer-backdrop, .nav-submenu-toggle svg { transition: none !important; }
    }
  
