@font-face{font-family: 'Geist';font-style: normal;font-weight: 100 900;font-display: swap;src: url('/fonts/Geist-Variable.woff2') format('woff2');}@font-face{font-family: 'Pretendard';font-style: normal;font-weight: 400 500;font-display: swap;src: url('/fonts/Pretendard-Regular.subset.woff2') format('woff2');}@font-face{font-family: 'Pretendard';font-style: normal;font-weight: 600 800;font-display: swap;src: url('/fonts/Pretendard-Bold.subset.woff2') format('woff2');}:root{--cl-canvas: #fafafa;--cl-canvas-soft: #ffffff;--cl-surface: #f4f4f5;--cl-elevated: #ffffff;--cl-border: #e4e4e7;--cl-border-strong: #d4d4d8;--cl-ink: #09090b;--cl-ink-soft: #52525b;--cl-ink-muted: #71717a;--cl-invert-bg: #09090b;--cl-invert-surface: #18181b;--cl-invert-border: rgba(255, 255, 255, 0.1);--cl-invert-muted: rgba(250, 250, 250, 0.92);--cl-brand-blue: #5d8bf4;--cl-brand-blue-deep: #3d6ad4;--cl-brand-blue-soft: #a8c4fc;--cl-primary: #5d8bf4;--cl-primary-deep: #3d6ad4;--cl-primary-soft: #a8c4fc;--cl-accent-blue: #5d8bf4;--cl-accent-mint: #0d9488;--font-latin: 'Geist', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto;--font-hangul: 'Pretendard', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;--font-sans: var(--font-latin), var(--font-hangul);--font-display: 'Geist', 'Pretendard', 'Inter', 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 9999px;--ease-out: cubic-bezier(0.22, 1, 0.36, 1);--ease-reveal: cubic-bezier(0.19, 1, 0.22, 1);--reveal-move: 1.15s;--reveal-fade: 0.95s;--reveal-site-move: 1.35s;--reveal-site-fade: 1s;--reveal-site-play-delay: 0.1s;--reveal-stagger-step: 0.14s;--reveal-stagger-move: 1.05s;--reveal-lift: 44px;--reveal-lift-site: 52px;--reveal-shift-x: 48px;--reveal-scale-from: 0.94;--reveal-scale-from-site: 0.92;--section-y: clamp(72px, 14vw, 132px);--bp-sm: 640px;--bp-lg: 1024px;--swatch-intro-accent: #3d6ad4;--swatch-intro-accent-2: #7dabf8;--swatch-intro-fill: rgba(93, 139, 244, 0.14);--swatch-balance-accent: #0f766e;--swatch-balance-accent-2: #2dd4bf;--swatch-balance-fill: rgba(15, 118, 110, 0.08);--swatch-healing-accent: #0369a1;--swatch-healing-accent-2: #38bdf8;--swatch-healing-fill: rgba(3, 105, 161, 0.1);--swatch-beauty-accent: #9d174d;--swatch-beauty-accent-2: #f472b6;--swatch-beauty-fill: rgba(157, 23, 77, 0.07);}*, *::before, *::after{box-sizing: border-box;}html{scroll-behavior: smooth;}@media (prefers-reduced-motion: reduce){html{scroll-behavior: auto;}}@keyframes fade-up{from{opacity: 0;transform: translate3d(0, 32px, 0) scale(0.96);}to{opacity: 1;transform: translate3d(0, 0, 0) scale(1);}}@keyframes shimmer-text{0%{background-position: 200% center;}100%{background-position: -200% center;}}@keyframes blob-drift-a{0%, 100%{transform: translate(0, 0) scale(1);}50%{transform: translate(6vw, 8vh) scale(1.12);}}@keyframes blob-drift-b{0%, 100%{transform: translate(0, 0) scale(1.05);}50%{transform: translate(-8vw, -6vh) scale(1);}}@keyframes blob-drift-c{0%, 100%{transform: translate(-5vw, 12vh) rotate(0deg);}50%{transform: translate(4vw, -4vh) rotate(8deg);}}@keyframes mesh-pan{0%, 100%{opacity: 1;transform: translate3d(0, 0, 0);}50%{opacity: 0.92;transform: translate3d(-2%, 1%, 0);}}@keyframes hero-line{0%{transform: scaleX(0.35);opacity: 0.4;}50%{transform: scaleX(1);opacity: 1;}100%{transform: scaleX(0.35);opacity: 0.4;}}@keyframes hero-block-in{from{opacity: 0;transform: translate3d(0, 28px, 0) scale(0.97);}to{opacity: 1;transform: translate3d(0, 0, 0) scale(1);}}body{margin: 0;min-height: 100vh;font-family: var(--font-sans);font-size: 16px;font-weight: 400;line-height: 1.6;background-color: var(--cl-canvas);color: var(--cl-ink);-webkit-font-smoothing: antialiased;}.theme-cluely .page{position: relative;min-height: 100vh;display: flex;flex-direction: column;}.bg-mesh{position: fixed;inset: 0;z-index: 0;pointer-events: none;overflow: hidden;background: radial-gradient(ellipse 120% 80% at 50% -28%, rgba(93, 139, 244, 0.09), transparent 56%), radial-gradient(ellipse 90% 70% at 100% 18%, rgba(93, 139, 244, 0.055), transparent 55%), linear-gradient(180deg, #ffffff 0%, var(--cl-canvas) 52%, var(--cl-surface) 100%);animation: mesh-pan 28s ease-in-out infinite;}.mesh-blob{position: absolute;border-radius: 50%;filter: blur(64px);opacity: 0.32;}.mesh-blob-a{width: min(72vmax, 900px);height: min(72vmax, 900px);left: -18%;top: 8%;background: radial-gradient(circle, rgba(93, 139, 244, 0.14) 0%, transparent 68%);animation: blob-drift-a 26s ease-in-out infinite;}.mesh-blob-b{width: min(58vmax, 720px);height: min(58vmax, 720px);right: -12%;top: 38%;background: radial-gradient(circle, rgba(147, 184, 250, 0.1) 0%, transparent 66%);animation: blob-drift-b 22s ease-in-out infinite;}.mesh-blob-c{width: min(48vmax, 560px);height: min(48vmax, 560px);left: 28%;bottom: -8%;background: radial-gradient(circle, rgba(61, 106, 212, 0.08) 0%, transparent 72%);animation: blob-drift-c 30s ease-in-out infinite;}.theme-cluely .nav-shell, .theme-cluely main, .theme-cluely .footer-site{position: relative;z-index: 1;}@media (prefers-reduced-motion: reduce){.reveal, .reveal--fade, .reveal--armed, .hero-entrance > *{opacity: 1 !important;filter: none !important;transform: none !important;animation: none !important;transition: none !important;}.page-site-main .reveal .page-block-stagger-grid > *, .page-site-main .reveal .page-block-stagger-stack > *{opacity: 1 !important;filter: none !important;transform: none !important;transition: none !important;animation: none !important;}}.reveal{opacity: 0;transform: translate3d(0, var(--reveal-lift), 0) scale(var(--reveal-scale-from));transform-origin: 50% 92%;filter: none;transition: opacity var(--reveal-fade) var(--ease-out), transform var(--reveal-move) var(--ease-reveal);will-change: opacity, transform;}.reveal.reveal--armed{opacity: 0;transform: translate3d(0, var(--reveal-lift), 0) scale(var(--reveal-scale-from));}.reveal.is-visible{opacity: 1;transform: translate3d(0, 0, 0) scale(1);transition: opacity var(--reveal-fade) var(--ease-out), transform var(--reveal-move) var(--ease-reveal) 0.06s;}.reveal--fade{opacity: 0;filter: none;transform: none;transition: opacity var(--reveal-fade) var(--ease-out);}.reveal--fade.reveal--armed{opacity: 0.92;}.reveal--fade.is-visible{opacity: 1;}.stat-inner .stat-cell.reveal:nth-child(1){transition-delay: 0.15s;}.stat-inner .stat-cell.reveal:nth-child(2){transition-delay: 0.28s;}.stat-inner .stat-cell.reveal:nth-child(3){transition-delay: 0.41s;}.feature-grid-3 .feature-card.reveal:nth-child(1){transition-delay: 0.15s;}.feature-grid-3 .feature-card.reveal:nth-child(2){transition-delay: 0.3s;}.feature-grid-3 .feature-card.reveal:nth-child(3){transition-delay: 0.45s;}.bento-grid > .reveal:nth-child(1){transition-delay: 0.15s;}.bento-grid > .reveal:nth-child(2){transition-delay: 0.28s;}.bento-grid > .reveal:nth-child(3){transition-delay: 0.41s;}.bento-grid > .reveal:nth-child(4){transition-delay: 0.54s;}.tour-grid .tour-card.reveal:nth-child(1){transition-delay: 0ms;}.tour-grid .tour-card.reveal:nth-child(2){transition-delay: 0.09s;}.tour-grid .tour-card.reveal:nth-child(3){transition-delay: 0.17s;}.faq-list .faq-item.reveal:nth-child(1){transition-delay: 0ms;}.faq-list .faq-item.reveal:nth-child(2){transition-delay: 0.07s;}.faq-list .faq-item.reveal:nth-child(3){transition-delay: 0.14s;}.hero-intro-media__figure.reveal:nth-child(1), .hero-intro-media__stage > .hero-intro-media__figure--feature.reveal{transition-delay: 0ms;}.hero-intro-media__pair .hero-intro-media__figure.reveal:nth-child(1){transition-delay: 0.1s;}.hero-intro-media__pair .hero-intro-media__figure.reveal:nth-child(2){transition-delay: 0.18s;}.feature-card-thumb img, .bento-card-thumb img{transition: transform 1.05s var(--ease-out);}.feature-card.reveal:not(.is-visible) .feature-card-thumb img, .bento-card.reveal:not(.is-visible) .bento-card-thumb img{transform: scale(1.035);}.feature-card.reveal.is-visible .feature-card-thumb img, .bento-card.reveal.is-visible .bento-card-thumb img{transform: scale(1);}.container{width: 100%;max-width: 1180px;margin-inline: auto;padding-inline: clamp(20px, 4.5vw, 36px);}.nav-shell.nav-shell--light{position: sticky;top: 0;z-index: 100;background: rgba(255, 255, 255, 0.82);backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);border-bottom: 1px solid rgba(15, 23, 42, 0.06);transition: background 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out), border-color 0.35s ease, backdrop-filter 0.45s ease;}.nav-shell.nav-shell--light.nav-shell--elevated{background: rgba(255, 255, 255, 0.96);box-shadow: 0 10px 40px rgba(15, 23, 42, 0.07);border-bottom-color: rgba(15, 23, 42, 0.08);backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(20px);}.nav-shell.nav-shell--light.nav-shell--hero{position: fixed;top: 0;left: 0;right: 0;width: 100%;transform: translate3d(0, 0, 0);transition: background 0.45s var(--ease-out), box-shadow 0.45s var(--ease-out), border-color 0.35s ease, backdrop-filter 0.45s ease, transform 0.32s var(--ease-out);}.nav-shell.nav-shell--light.nav-shell--hero.nav-shell--scroll-hidden{transform: translate3d(0, -120%, 0);pointer-events: none;}@media (prefers-reduced-motion: reduce){.nav-shell.nav-shell--light.nav-shell--hero{transition-duration: 0.01ms;}}.nav-inner{display: flex;align-items: center;justify-content: space-between;gap: 20px;flex-wrap: wrap;padding-block: 14px;}.nav-shell--light .brand-wordmark{font-family: var(--font-display);font-weight: 700;font-size: 1.35rem;letter-spacing: -0.03em;color: var(--cl-ink);text-decoration: none;}.nav-links--mega{display: flex;flex-wrap: wrap;align-items: center;gap: 2px 4px;}.nav-mega{position: relative;--mega-accent: var(--cl-primary);--mega-accent-2: var(--cl-primary-soft);--mega-fill: rgba(93, 139, 244, 0.1);}.nav-mega--swatch-intro{--mega-accent: var(--swatch-intro-accent);--mega-accent-2: var(--swatch-intro-accent-2);--mega-fill: var(--swatch-intro-fill);}.nav-mega--swatch-balance{--mega-accent: var(--swatch-balance-accent);--mega-accent-2: var(--swatch-balance-accent-2);--mega-fill: var(--swatch-balance-fill);}.nav-mega--swatch-healing{--mega-accent: var(--swatch-healing-accent);--mega-accent-2: var(--swatch-healing-accent-2);--mega-fill: var(--swatch-healing-fill);}.nav-mega--swatch-beauty{--mega-accent: var(--swatch-beauty-accent);--mega-accent-2: var(--swatch-beauty-accent-2);--mega-fill: var(--swatch-beauty-fill);}.nav-mega--swatch-default{--mega-accent: #6b7280;--mega-accent-2: #9ca3af;--mega-fill: rgba(107, 114, 128, 0.12);}.nav-mega > .nav-mega-summary{list-style: none;cursor: pointer;padding: 9px 12px 9px 14px;border-radius: var(--radius-full);font-size: 19px;font-weight: 700;color: var(--cl-ink-soft);transition: color 0.2s var(--ease-out), background 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out);display: inline-flex;align-items: center;gap: 6px;}.nav-mega-summary-link{color: inherit;font: inherit;font-weight: inherit;letter-spacing: inherit;text-decoration: none;}.nav-mega-summary-link:hover, .nav-mega-summary-link:focus-visible{color: inherit;text-decoration: none;}.nav-mega.nav-mega--active > .nav-mega-summary, .nav-mega[open] > .nav-mega-summary{color: var(--mega-accent);background: var(--mega-fill);box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);}.nav-mega > .nav-mega-summary::-webkit-details-marker{display: none;}.nav-mega > .nav-mega-summary::after{content: '';width: 0;height: 0;border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 5px solid currentColor;margin-top: 2px;opacity: 0.55;transition: transform 0.2s var(--ease-out), opacity 0.2s var(--ease-out);}.nav-mega[open] > .nav-mega-summary::after{transform: rotate(180deg);opacity: 0.95;}.nav-mega > .nav-mega-summary:hover{color: var(--cl-ink);background: var(--mega-fill);}.nav-mega > .nav-mega-summary:focus-visible{outline: 2px solid var(--mega-accent);outline-offset: 2px;}.nav-mega.nav-mega--leaf > .nav-mega-summary--leaf{cursor: pointer;}.nav-mega.nav-mega--leaf > .nav-mega-summary--leaf::after{display: none;content: none;}.nav-mega-panel{position: absolute;z-index: 120;left: 50%;transform: translateX(-50%);top: calc(100% + 8px);min-width: 220px;max-width: min(320px, 92vw);padding: 13px 10px 10px;border-radius: var(--radius-md);border: 1px solid rgba(255, 255, 255, 0.42);background: rgba(255, 255, 255, 0.62);box-shadow: 0 18px 48px rgba(15, 23, 42, 0.14), 0 0 0 1px rgba(255, 255, 255, 0.28) inset;backdrop-filter: blur(18px) saturate(1.15);-webkit-backdrop-filter: blur(18px) saturate(1.15);overflow: hidden;}.nav-mega-link{display: block;padding: 10px 12px;border-radius: var(--radius-sm);font-size: 18px;font-weight: 500;color: var(--cl-ink-soft);text-decoration: none;line-height: 1.45;transition: color 0.15s ease, background 0.15s ease;}.nav-mega-link:hover{color: var(--mega-accent);background: var(--mega-fill);}#about, #care, #space, #visit, #faq, #notice, #staff, .nav-anchor, .care-anchor-slice{scroll-margin-top: 120px;}.care-anchor-stack{position: relative;height: 0;margin: 0;padding: 0;overflow: visible;pointer-events: none;}.care-anchor-slice{position: absolute;left: 0;top: 0;width: 1px;height: 1px;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;}@media (max-width: 1023px){.nav-mega-panel{left: 0;transform: none;}}.nav-shell--light .btn-ghost{background: rgba(255, 255, 255, 0.92);color: var(--cl-ink);border-color: var(--cl-border-strong);}.nav-shell--light .btn-ghost:hover{background: var(--cl-surface);border-color: rgba(93, 139, 244, 0.38);}.nav-actions{display: flex;flex-wrap: wrap;gap: 10px;align-items: center;}.nav-auth-compact{display: flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;gap: 6px 10px;max-width: min(100%, 260px);font-size: 12px;line-height: 1.35;text-align: right;}.nav-auth-text{font-size: 12px;font-weight: 500;color: var(--cl-ink-muted, #5c5f6a);white-space: nowrap;}.nav-auth-name{font-weight: 600;color: var(--cl-ink-soft, #4b5563);}.nav-auth-link{color: inherit;text-decoration: none;border-bottom: 1px solid transparent;transition: color 0.15s ease, border-color 0.15s ease;}a.nav-auth-link:hover{color: var(--cl-primary-deep);border-bottom-color: rgba(93, 139, 244, 0.45);}button.nav-auth-link:hover{color: var(--cl-primary-deep);border-bottom-color: rgba(93, 139, 244, 0.45);}.nav-auth-button{font: inherit;cursor: pointer;padding: 0;margin: 0;background: none;border: none;}.nav-logout-form{display: inline;margin: 0;}.nav-logout-form--compact{display: inline;}.nav-logout-form button{font: inherit;}.nav-user-label{font-size: 15px;font-weight: 600;color: var(--cl-ink-muted, #5c5f6a);white-space: nowrap;}.nav-phone-icon{display: inline-flex;flex-shrink: 0;align-items: center;justify-content: center;width: 40px;height: 40px;border-radius: var(--radius-full);border: 1px solid var(--cl-border-strong);color: var(--cl-ink);background: rgba(255, 255, 255, 0.88);text-decoration: none;transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s var(--ease-out);}.nav-phone-icon:hover{background: #fff;transform: scale(1.04);}.nav-phone-icon:focus-visible{outline: 2px solid var(--cl-primary);outline-offset: 2px;}.nav-phone-icon__svg{display: block;}.nav-drawer-toggle{display: none;flex-shrink: 0;align-items: center;justify-content: center;width: 44px;height: 44px;padding: 0;margin: 0;border-radius: var(--radius-full);border: 1px solid var(--cl-border-strong);background: rgba(255, 255, 255, 0.92);color: var(--cl-ink);cursor: pointer;transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s var(--ease-out);}.nav-drawer-toggle:hover{background: #fff;transform: scale(1.03);}.nav-drawer-toggle:focus-visible{outline: 2px solid var(--cl-primary);outline-offset: 2px;}.nav-drawer-toggle__bars{display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 5px;}.nav-drawer-toggle__bar{display: block;width: 20px;height: 2px;border-radius: 1px;background: currentColor;transition: transform 0.22s var(--ease-out), opacity 0.2s ease;}html.nav-drawer-open .nav-drawer-toggle__bar:nth-child(1){transform: translateY(7px) rotate(45deg);}html.nav-drawer-open .nav-drawer-toggle__bar:nth-child(2){opacity: 0;}html.nav-drawer-open .nav-drawer-toggle__bar:nth-child(3){transform: translateY(-7px) rotate(-45deg);}.nav-drawer-backdrop{position: fixed;inset: 0;z-index: 1999;background: rgba(15, 23, 42, 0.42);opacity: 0;visibility: hidden;transition: opacity 0.28s var(--ease-out), visibility 0.28s;pointer-events: none;}html.nav-drawer-open .nav-drawer-backdrop{opacity: 1;visibility: visible;pointer-events: auto;}.nav-drawer{position: fixed;top: 0;left: 0;bottom: 0;z-index: 2000;width: min(300px, 88vw);max-width: 100%;padding: max(env(safe-area-inset-top, 0px), 14px) 18px max(20px, env(safe-area-inset-bottom, 0px));background: rgba(255, 255, 255, 0.98);border-right: 1px solid var(--cl-border);box-shadow: 8px 0 40px rgba(15, 23, 42, 0.12);transform: translate3d(-100%, 0, 0);transition: transform 0.32s var(--ease-out), visibility 0.32s;overflow-y: auto;-webkit-overflow-scrolling: touch;visibility: hidden;pointer-events: none;}html.nav-drawer-open .nav-drawer{transform: translate3d(0, 0, 0);visibility: visible;pointer-events: auto;}.nav-drawer-head{display: flex;align-items: center;justify-content: space-between;gap: 12px;margin-bottom: 18px;padding-bottom: 14px;border-bottom: 1px solid var(--cl-border);}.nav-drawer-head-title{margin: 0;font-family: var(--font-display);font-size: 1.1rem;font-weight: 700;letter-spacing: -0.03em;color: var(--cl-ink);}.nav-drawer-close{display: inline-flex;align-items: center;justify-content: center;width: 40px;height: 40px;padding: 0;margin: 0;border: none;border-radius: var(--radius-full);background: var(--cl-surface);color: var(--cl-ink-soft);cursor: pointer;transition: background 0.15s ease, color 0.15s ease;}.nav-drawer-close:hover{background: var(--cl-border);color: var(--cl-ink);}.nav-drawer-close:focus-visible{outline: 2px solid var(--cl-primary);outline-offset: 2px;}@media (min-width: 1024px){.nav-drawer-auth{display: none !important;}}.nav-drawer-auth{margin-bottom: 20px;padding: 14px 14px 16px;border-radius: var(--radius-md);background: linear-gradient( 145deg, rgba(93, 139, 244, 0.07) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(147, 184, 250, 0.06) 100% );border: 1px solid rgba(93, 139, 244, 0.14);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;}.nav-auth-compact--drawer{display: flex;flex-direction: column;align-items: stretch;gap: 8px;max-width: none;text-align: left;font-size: 14px;line-height: 1.45;}.nav-auth-compact--drawer .nav-auth-name{font-size: 16px;font-weight: 700;letter-spacing: -0.02em;color: var(--cl-ink);white-space: normal;padding-bottom: 10px;margin-bottom: 4px;border-bottom: 1px solid rgba(15, 23, 42, 0.08);}.nav-auth-compact--drawer a.nav-auth-link{display: flex;align-items: center;justify-content: center;min-height: 44px;padding: 10px 14px;border-radius: var(--radius-sm);font-size: 15px;font-weight: 600;color: var(--cl-ink-soft);text-decoration: none;text-align: center;background: rgba(255, 255, 255, 0.95);border: 1px solid var(--cl-border);transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;}.nav-auth-compact--drawer a.nav-auth-link:hover{background: #fff;color: var(--cl-primary-deep);border-color: rgba(93, 139, 244, 0.35);}.nav-auth-compact--drawer .nav-logout-form.nav-logout-form--compact{display: block;margin: 0;}.nav-auth-compact--drawer .nav-auth-button{width: 100%;min-height: 44px;padding: 10px 14px;border-radius: var(--radius-sm);font-size: 15px;font-weight: 600;color: var(--cl-ink-soft);background: rgba(255, 255, 255, 0.75);border: 1px solid var(--cl-border);transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;}.nav-auth-compact--drawer .nav-auth-button:hover{background: #fff;color: var(--cl-ink);border-color: rgba(15, 23, 42, 0.12);}.nav-drawer-group{margin-bottom: 22px;}.nav-drawer-group:last-of-type{margin-bottom: 8px;}.nav-drawer-group-title{margin: 0 0 10px;font-size: 13px;font-weight: 700;letter-spacing: -0.01em;text-transform: none;color: var(--cl-ink-muted);}.nav-drawer-group--swatch-intro .nav-drawer-group-title{color: var(--swatch-intro-accent);}.nav-drawer-group--swatch-balance .nav-drawer-group-title{color: var(--swatch-balance-accent);}.nav-drawer-group--swatch-healing .nav-drawer-group-title{color: var(--swatch-healing-accent);}.nav-drawer-group--swatch-beauty .nav-drawer-group-title{color: var(--swatch-beauty-accent);}.nav-drawer-group--swatch-default .nav-drawer-group-title{color: var(--cl-ink-soft);}.nav-drawer-group-links{display: flex;flex-direction: column;gap: 4px;}.nav-drawer-link{display: block;padding: 11px 12px;border-radius: var(--radius-sm);font-size: 16px;font-weight: 500;color: var(--cl-ink-soft);text-decoration: none;line-height: 1.4;transition: background 0.15s ease, color 0.15s ease;}.nav-drawer-link:hover{background: var(--cl-surface);color: var(--cl-ink);}.nav-drawer-link--leaf{font-weight: 600;}.nav-drawer-group--swatch-intro .nav-drawer-link--leaf{color: var(--swatch-intro-accent);}.nav-drawer-group--swatch-balance .nav-drawer-link--leaf{color: var(--swatch-balance-accent);}.nav-drawer-group--swatch-healing .nav-drawer-link--leaf{color: var(--swatch-healing-accent);}.nav-drawer-group--swatch-beauty .nav-drawer-link--leaf{color: var(--swatch-beauty-accent);}.nav-drawer-group--swatch-default .nav-drawer-link--leaf{color: var(--cl-ink-soft);}.nav-drawer-group--leaf .nav-drawer-link--leaf:hover{color: var(--cl-ink);}.nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated) .nav-drawer-toggle{background: rgba(255, 255, 255, 0.12);border-color: rgba(255, 255, 255, 0.42);color: #fff;}.nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated) .nav-drawer-toggle:hover{background: rgba(255, 255, 255, 0.2);border-color: rgba(255, 255, 255, 0.55);}.nav-inner--cinema{display: grid;grid-template-columns: 1fr auto 1fr;grid-template-rows: auto auto;align-items: center;column-gap: 20px;row-gap: clamp(10px, 2vw, 18px);padding-block: clamp(16px, 3.5vw, 28px);padding-top: max(env(safe-area-inset-top, 0px), clamp(16px, 3.5vw, 28px));transition: padding 0.4s var(--ease-out), row-gap 0.4s var(--ease-out), column-gap 0.4s var(--ease-out);}.nav-actions--cinema{grid-column: 3;grid-row: 1;justify-self: end;align-self: start;display: flex;flex-direction: row;align-items: flex-start;justify-content: flex-end;gap: 12px;}.nav-cinema-brand{grid-column: 1 / -1;grid-row: 2;justify-self: center;text-align: center;}.nav-links--cinema{grid-column: 1 / -1;grid-row: 3;justify-self: center;justify-content: center;}.nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated){background: transparent;backdrop-filter: none;-webkit-backdrop-filter: none;border-bottom-color: transparent;box-shadow: none;}.nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated) .brand-wordmark{color: #fff;font-size: clamp(1.45rem, 2.4vw + 0.6rem, 2.05rem);letter-spacing: -0.04em;text-shadow: 0 1px 22px rgba(0, 0, 0, 0.35);}.nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated) .nav-auth-compact .nav-auth-text{color: rgba(255, 255, 255, 0.88);text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);}.nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated) .nav-auth-compact .nav-auth-name{color: rgba(255, 255, 255, 0.95);}.nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated) .nav-auth-compact a.nav-auth-link:hover, .nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated) .nav-auth-compact .nav-auth-button:hover{color: #fff;border-bottom-color: rgba(255, 255, 255, 0.45);}.nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated) .nav-phone-icon{background: rgba(255, 255, 255, 0.12);border-color: rgba(255, 255, 255, 0.42);color: #fff;}.nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated) .nav-phone-icon:hover{background: rgba(255, 255, 255, 0.2);border-color: rgba(255, 255, 255, 0.55);}.nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated) .nav-mega > .nav-mega-summary{color: rgba(255, 255, 255, 0.92);text-shadow: 0 1px 14px rgba(0, 0, 0, 0.4);}.nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated) .nav-mega > .nav-mega-summary:hover{color: #fff;background: rgba(255, 255, 255, 0.12);}.nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated) .nav-mega[open] > .nav-mega-summary{color: #fff;background: rgba(255, 255, 255, 0.16);box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);}.nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated) .nav-mega-panel{border-color: rgba(255, 255, 255, 0.22);background: rgba(14, 16, 26, 0.55);box-shadow: 0 20px 52px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;}.nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated) .nav-mega-link{color: rgba(248, 250, 252, 0.9);}.nav-shell.nav-shell--hero.nav-shell--light:not(.nav-shell--elevated) .nav-mega-link:hover{color: #fff;background: rgba(255, 255, 255, 0.12);}.nav-shell.nav-shell--hero.nav-shell--elevated{background: rgba(255, 255, 255, 0.9);backdrop-filter: blur(18px);-webkit-backdrop-filter: blur(18px);}.nav-shell.nav-shell--hero.nav-shell--elevated .nav-inner--cinema{display: grid;grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);grid-template-rows: auto;row-gap: 0;column-gap: clamp(10px, 2vw, 18px);align-items: center;padding-block: 8px 10px;padding-top: max(env(safe-area-inset-top, 0px), 8px);}.nav-shell.nav-shell--hero.nav-shell--elevated .nav-cinema-brand{grid-column: 1;grid-row: 1;justify-self: start;text-align: left;}.nav-shell.nav-shell--hero.nav-shell--elevated .nav-links--cinema{grid-column: 2;grid-row: 1;justify-self: center;width: max-content;max-width: min(92vw, 760px);}.nav-shell.nav-shell--hero.nav-shell--elevated .nav-actions--cinema{grid-column: 3;grid-row: 1;justify-self: end;align-self: center;align-items: center;}.nav-shell.nav-shell--hero.nav-shell--elevated .brand-wordmark{font-size: clamp(1.05rem, 0.55vw + 0.92rem, 1.32rem);color: var(--cl-ink);text-shadow: none;letter-spacing: -0.03em;}.nav-shell.nav-shell--hero.nav-shell--elevated .nav-mega > .nav-mega-summary{padding: 6px 10px 6px 12px;font-size: 17px;}.nav-shell.nav-shell--hero.nav-shell--elevated .nav-phone-icon{width: 38px;height: 38px;}@media (min-width: 1024px){.nav-shell.nav-shell--hero.nav-shell--elevated .nav-inner--cinema{padding-block: 23px 25px;padding-top: max(env(safe-area-inset-top, 0px), 23px);}}@media (max-width: 1023px){.nav-drawer-toggle{display: inline-flex;grid-column: 1;grid-row: 1;justify-self: start;align-self: center;}.nav-inner--cinema{display: grid;grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);grid-template-rows: auto;align-items: center;column-gap: clamp(10px, 2.5vw, 16px);row-gap: 0;width: 100%;padding-bottom: 10px;}.nav-cinema-brand{grid-column: 2;grid-row: 1;justify-self: center;width: auto;max-width: min(72vw, 280px);text-align: center;}.nav-actions--cinema{grid-column: 3;grid-row: 1;justify-self: end;align-self: center;width: auto;padding-inline: 0;}.nav-links--cinema{display: none !important;}.nav-actions--cinema .nav-auth-compact{display: none !important;}.nav-shell.nav-shell--hero.nav-shell--elevated .nav-inner--cinema{display: grid;grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);grid-template-rows: auto;row-gap: 0;align-items: center;padding-block: 3px 5px;padding-top: max(env(safe-area-inset-top, 0px), 3px);}.nav-shell.nav-shell--hero.nav-shell--elevated .nav-cinema-brand{grid-column: 2;grid-row: 1;justify-self: center;width: auto;max-width: min(72vw, 280px);text-align: center;}.nav-shell.nav-shell--hero.nav-shell--elevated .nav-actions--cinema{grid-column: 3;grid-row: 1;justify-self: end;width: auto;align-self: center;}.nav-shell.nav-shell--hero.nav-shell--elevated .nav-links--cinema{display: none !important;}.nav-shell.nav-shell--hero.nav-shell--elevated .brand-wordmark{font-size: clamp(0.95rem, 1.5vw + 0.75rem, 1.15rem);}.nav-shell.nav-shell--hero.nav-shell--elevated .nav-mega > .nav-mega-summary{padding: 5px 8px 5px 10px;font-size: 15px;}}.btn-pill{display: inline-flex;align-items: center;justify-content: center;padding: 11px 20px;font-family: var(--font-sans);font-weight: 600;font-size: 14px;letter-spacing: -0.02em;text-decoration: none;border-radius: var(--radius-full);border: 1px solid transparent;cursor: pointer;transition: transform 0.15s var(--ease-out), box-shadow 0.25s var(--ease-out), background 0.2s ease;}.btn-pill:active{transform: scale(0.97);}.btn-primary{background: linear-gradient(135deg, var(--cl-primary-deep) 0%, var(--cl-primary) 52%, #7dabf8 100%);color: #fff;box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 12px 40px rgba(61, 106, 212, 0.35);}.btn-primary:hover{background: linear-gradient(135deg, #2d5ac4 0%, var(--cl-primary-deep) 55%, var(--cl-primary) 100%);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 16px 48px rgba(61, 106, 212, 0.42);}.btn-ghost{background: rgba(255, 255, 255, 0.85);color: var(--cl-ink);border-color: var(--cl-border-strong);}.btn-ghost:hover{background: var(--cl-surface);border-color: rgba(93, 139, 244, 0.38);}.hero.hero--video{position: relative;isolation: isolate;min-height: min(90vh, 960px);padding-block: clamp(72px, 12vw, 120px);overflow: clip;background: var(--cl-elevated);color: var(--cl-ink);}.hero.hero--video.hero--cinema{min-height: min(100vh, 1080px);padding-block: 0 clamp(24px, 5vw, 56px);padding-top: clamp(112px, 22vw, 220px);color: #f8fafc;}.hero.hero--image.hero--cinema{min-height: min(70vh, 756px);padding-block: 0 clamp(17px, 3.5vw, 39px);padding-top: clamp(78px, 15.4vw, 154px);color: #f8fafc;}@media (max-width: 1023px){.hero.hero--video.hero--cinema{padding-top: clamp(56px, 15vw, 96px);}.hero.hero--image.hero--cinema{padding-top: clamp(39px, 10.5vw, 67px);}}.hero-video-layer{position: absolute;inset: 0;z-index: 0;overflow: hidden;}.hero-video-poster{position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.03);}.hero-video{position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.03);opacity: 0;transition: opacity 0.6s ease;}.hero-video.hero-video--ready{opacity: 1;}.hero-video-scrim{position: absolute;inset: 0;z-index: 1;pointer-events: none;background: linear-gradient( 105deg, rgba(250, 250, 250, 0.97) 0%, rgba(247, 247, 248, 0.88) 40%, rgba(255, 255, 255, 0.94) 100% );}.hero--cinema .hero-video-scrim{background: linear-gradient( 180deg, rgba(10, 12, 20, 0.62) 0%, rgba(14, 16, 26, 0.42) 42%, rgba(18, 20, 32, 0.55) 100% );}@media (prefers-reduced-motion: reduce){.hero-video{opacity: 0;visibility: hidden;}.hero-video-scrim{background: linear-gradient(180deg, #fafafa 0%, var(--cl-canvas) 100%);}.hero--cinema .hero-video-scrim{background: linear-gradient(180deg, #1a1c26 0%, #252836 100%);}}.hero.hero--video::after{content: '';position: absolute;bottom: 0;left: 6%;right: 6%;height: 1px;z-index: 3;background: linear-gradient( 90deg, transparent, rgba(93, 139, 244, 0.15), rgba(93, 139, 244, 0.45), rgba(93, 139, 244, 0.15), transparent );transform-origin: center;animation: hero-line 6s ease-in-out infinite;}.hero.hero--video.hero--cinema::after, .hero.hero--image.hero--cinema::after{background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.12), transparent );opacity: 0.55;}.hero.hero--image{position: relative;isolation: isolate;min-height: min(63vh, 672px);padding-block: clamp(50px, 8.4vw, 84px);overflow: clip;background: var(--cl-elevated);color: var(--cl-ink);}.hero-image-layer{position: absolute;inset: 0;z-index: 0;overflow: hidden;}.hero-image-kenburns{position: absolute;inset: -5%;animation: hero-image-kenburns 12s ease-in-out infinite alternate;will-change: transform;}.hero-image-bg{position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;display: block;}.hero-image-bg--primary{z-index: 0;}.hero-image-kenburns--dual .hero-image-bg--primary{animation: hero-image-crossfade-a 18s ease-in-out infinite;}.hero-image-bg--alt{z-index: 1;animation: hero-image-crossfade-b 18s ease-in-out infinite;}.hero-image-scrim{position: absolute;inset: 0;z-index: 2;pointer-events: none;background: linear-gradient( 105deg, rgba(250, 250, 250, 0.97) 0%, rgba(247, 247, 248, 0.88) 40%, rgba(255, 255, 255, 0.94) 100% );}.hero--cinema .hero-image-scrim{background: linear-gradient( 180deg, rgba(10, 12, 20, 0.68) 0%, rgba(14, 16, 26, 0.44) 42%, rgba(18, 20, 32, 0.58) 100% );}.hero-image-shimmer{position: absolute;inset: -25% -35%;z-index: 3;pointer-events: none;opacity: 0.5;background: linear-gradient( 108deg, transparent 0%, rgba(255, 255, 255, 0.1) 46%, transparent 58% );animation: hero-image-shimmer 11s ease-in-out infinite;}.hero--cinema .hero-image-shimmer{opacity: 0.38;background: linear-gradient( 115deg, transparent 0%, rgba(255, 255, 255, 0.07) 44%, transparent 62% );}.hero-image-glow-orb{position: absolute;border-radius: 50%;filter: blur(52px);pointer-events: none;z-index: 2;will-change: transform, opacity;}.hero-image-glow-orb--a{width: min(46vw, 28rem);height: min(46vw, 28rem);left: -10%;top: 14%;background: rgba(93, 139, 244, 0.24);animation: hero-image-orb-a 15s ease-in-out infinite;}.hero-image-glow-orb--b{width: min(40vw, 24rem);height: min(40vw, 24rem);right: -8%;bottom: 10%;background: rgba(13, 148, 136, 0.2);animation: hero-image-orb-b 19s ease-in-out infinite;}.hero.hero--image::after{content: '';position: absolute;bottom: 0;left: 6%;right: 6%;height: 1px;z-index: 4;background: linear-gradient( 90deg, transparent, rgba(93, 139, 244, 0.15), rgba(93, 139, 244, 0.45), rgba(93, 139, 244, 0.15), transparent );transform-origin: center;animation: hero-line 6s ease-in-out infinite;}@keyframes hero-image-kenburns{0%{transform: scale(1.05) translate3d(0, 0, 0);}100%{transform: scale(1.14) translate3d(-1.4%, -1.1%, 0);}}@keyframes hero-image-shimmer{0%, 100%{transform: translate3d(-10%, 0, 0) skewX(-14deg);opacity: 0.28;}50%{transform: translate3d(10%, 0, 0) skewX(-14deg);opacity: 0.55;}}@keyframes hero-image-orb-a{0%, 100%{transform: translate3d(0, 0, 0) scale(1);opacity: 0.42;}50%{transform: translate3d(5%, -4%, 0) scale(1.08);opacity: 0.68;}}@keyframes hero-image-orb-b{0%, 100%{transform: translate3d(0, 0, 0) scale(1);opacity: 0.36;}50%{transform: translate3d(-4%, 3%, 0) scale(1.06);opacity: 0.58;}}@keyframes hero-image-crossfade-a{0%, 46%{opacity: 1;}54%, 100%{opacity: 0;}}@keyframes hero-image-crossfade-b{0%, 46%{opacity: 0;}54%, 100%{opacity: 1;}}@media (prefers-reduced-motion: reduce){.hero-image-kenburns, .hero-image-shimmer, .hero-image-glow-orb, .hero-image-bg--primary, .hero-image-bg--alt{animation: none !important;}.hero-image-kenburns{inset: 0;transform: none;}.hero-image-scrim{background: linear-gradient(180deg, #fafafa 0%, var(--cl-canvas) 100%);}.hero--cinema .hero-image-scrim{background: linear-gradient(180deg, #1a1c26 0%, #252836 100%);}}.hero-grid{position: relative;z-index: 2;display: grid;grid-template-columns: 1fr;gap: clamp(48px, 9vw, 72px);align-items: center;}@media (min-width: 1024px){.hero-grid{grid-template-columns: 1.05fr 0.95fr;}.hero--cinema .hero-grid{grid-template-columns: 1fr;max-width: 920px;margin-inline: auto;}}.hero--cinema .hero-grid{padding-block: clamp(36px, 6vw + 2.5vh, 88px) 0;text-align: center;}.hero.hero--image.hero--cinema .hero-grid{padding-block: clamp(25px, 4.2vw + 1.75vh, 62px) 0;}.hero--cinema .hero-copy{margin-inline: auto;max-width: 48rem;}.hero--cinema .hero-title--stack{align-items: center;}.hero-align-keyword-slide{--aks-kw-font: calc(clamp(2.35rem, 8.5vw, 5.75rem) + 7pt);--aks-kw-line-h: calc(var(--aks-kw-font) * 1.16);--aks-fixed-font: calc(clamp(2.35rem, 5.8vw, 4.25rem) + 10pt);--aks-hint-font: calc(var(--aks-fixed-font) * 0.26);--aks-hero-pad-top: clamp(16px, 3vw + 1.5vh, 40px);--aks-text: #fff;--aks-fixed: rgba(248, 250, 252, 0.78);--aks-hint: rgba(248, 250, 252, 0.62);box-sizing: border-box;width: 100%;padding-top: var(--aks-hero-pad-top);margin: 0 0 clamp(22px, 3.5vw, 36px);}.hero--cinema .hero-align-keyword-slide{margin-bottom: clamp(120px, 5.5vw + 1.5vh, 194px);}@media (min-width: 768px){.hero-align-keyword-slide{--aks-hero-pad-top: clamp(24px, 4vw + 2vh, 56px);}}@media (min-width: 1024px){.hero-align-keyword-slide{--aks-hero-pad-top: clamp(32px, 5vh, 72px);}}.hero--cinema .hero-align-keyword-slide .align-keyword-stage{justify-content: flex-start;width: 100%;text-align: left;}.hero--cinema .hero-align-keyword-slide .align-keyword-fixed{align-items: flex-start;flex: 0 0 auto;max-width: none;}.hero--cinema .hero-align-keyword-slide .align-keyword-hint{font-size: var(--aks-hint-font);font-weight: 500;letter-spacing: 0.01em;line-height: 1.2;margin: 0 0 4px;white-space: nowrap;}.hero--cinema .hero-align-keyword-slide .align-keyword-rotator{text-align: left;}.hero--cinema .hero-align-keyword-slide .align-kw-line{justify-content: flex-start;text-align: left;text-shadow: 0 2px 40px rgba(0, 0, 0, 0.35);}.hero--cinema .hero-align-keyword-slide .align-keyword-word{font-size: var(--aks-fixed-font);text-shadow: 0 1px 24px rgba(0, 0, 0, 0.28);}.hero--cinema .hero-align-keyword-slide .align-keyword-hint{text-shadow: 0 1px 16px rgba(0, 0, 0, 0.22);}@media (max-width: 640px){.hero--cinema .hero-grid{padding-block: clamp(28px, 11vw, 48px) 0;}.hero.hero--image.hero--cinema .hero-grid{padding-block: clamp(20px, 7.7vw, 34px) 0;}.hero-align-keyword-slide{--aks-hero-pad-top: clamp(10px, 4vw, 24px);}.hero--cinema .hero-align-keyword-slide .align-keyword-stage{flex-direction: column;align-items: flex-start;}.hero--cinema .hero-align-keyword-slide .align-keyword-rotator{width: 100%;max-width: 100%;}}.hero--cinema .hero-cta-row{justify-content: center;margin-top: clamp(56px, 8vw + 2.5vh, 180px);}.hero.hero--image.hero--cinema .hero-cta-row{margin-top: clamp(39px, 5.6vw + 1.75vh, 126px);}.hero.hero--video.hero--cinema .hero-copy .eyebrow, .hero.hero--image.hero--cinema .hero-copy .eyebrow{margin-inline: auto;border-color: rgba(255, 255, 255, 0.22);background: rgba(255, 255, 255, 0.1);color: rgba(255, 255, 255, 0.88);}.hero.hero--video.hero--cinema .hero-copy .eyebrow span.dot, .hero.hero--image.hero--cinema .hero-copy .eyebrow span.dot{background: #fff;box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);}.hero.hero--video.hero--cinema .hero-title, .hero.hero--image.hero--cinema .hero-title{color: #fff;text-shadow: 0 2px 40px rgba(0, 0, 0, 0.35);}.hero--cinema .gradient-text{background: linear-gradient( 105deg, #ffffff 0%, rgba(232, 240, 255, 0.95) 38%, rgba(168, 196, 252, 0.98) 50%, rgba(232, 240, 255, 0.95) 62%, #ffffff 100% );background-size: 200% auto;-webkit-background-clip: text;background-clip: text;color: transparent;text-shadow: none;filter: drop-shadow(0 2px 24px rgba(0, 0, 0, 0.35));}.hero.hero--video.hero--cinema .hero-lede, .hero.hero--image.hero--cinema .hero-lede, .hero.hero--image.hero--cinema .hero-image-quote, .hero.hero--image.hero--cinema .hero-image-body{color: rgba(248, 250, 252, 0.88);margin-inline: auto;max-width: 42rem;}.hero.hero--video.hero--cinema .hero-lede strong, .hero.hero--image.hero--cinema .hero-lede strong, .hero.hero--image.hero--cinema .hero-image-quote strong, .hero.hero--image.hero--cinema .hero-image-body strong{color: #fff;}.hero.hero--video.hero--cinema .hero-micro, .hero.hero--image.hero--cinema .hero-micro{color: rgba(248, 250, 252, 0.72);}.hero.hero--video.hero--cinema .hero-micro a, .hero.hero--image.hero--cinema .hero-micro a{color: #fff;text-decoration-color: rgba(255, 255, 255, 0.45);}.hero--video .hero-copy .eyebrow, .hero--image .hero-copy .eyebrow{display: inline-flex;align-items: center;flex-wrap: wrap;gap: 8px;margin: 0 0 22px;padding: 7px 16px;border-radius: var(--radius-full);border: 1px solid rgba(93, 139, 244, 0.22);background: rgba(255, 255, 255, 0.78);font-size: 11px;font-weight: 600;letter-spacing: 0.14em;text-transform: uppercase;color: var(--cl-ink-soft);max-width: min(100%, 36rem);line-height: 1.45;}.hero--video .hero-copy .eyebrow span.dot, .hero--image .hero-copy .eyebrow span.dot{width: 6px;height: 6px;border-radius: 50%;background: var(--cl-primary);box-shadow: 0 0 0 3px rgba(93, 139, 244, 0.22);}.hero--video .hero-title, .hero--image .hero-title{margin: 0;font-family: var(--font-display);font-weight: 700;font-size: clamp(2.35rem, 5vw + 1rem, 3.75rem);line-height: 1.05;letter-spacing: -0.038em;color: var(--cl-ink);}.hero--image .hero-copy .eyebrow{font-size: 10px;padding: 5px 13px;letter-spacing: 0.16em;}.hero--image .hero-copy .eyebrow span.dot{width: 5px;height: 5px;}.hero--image .hero-title{font-size: clamp(calc(2.35rem - 4pt), calc(5vw + 1rem - 4pt), calc(3.75rem - 4pt));}.hero-title--stack{display: flex;flex-direction: column;align-items: flex-start;gap: 0.04em;}.hero-title-line{display: block;line-height: 1.08;}.gradient-text{background: linear-gradient( 105deg, #18181b 0%, #3d6ad4 28%, #5d8bf4 50%, #3d6ad4 72%, #18181b 100% );background-size: 200% auto;-webkit-background-clip: text;background-clip: text;color: transparent;animation: shimmer-text 12s linear infinite;}.hero--video .hero-lede, .hero--image .hero-image-body{margin: 22px 0 0;max-width: 40rem;font-size: 17px;line-height: 1.72;color: var(--cl-ink-soft);}.hero--image .hero-image-body{margin-inline: auto;text-align: left;}.hero--video .hero-lede strong, .hero--image .hero-image-body strong{color: var(--cl-ink);font-weight: 600;}.hero--image .hero-image-quote{margin: 22px 0 0;max-width: 40rem;padding: 0;border: 0;font-family: inherit;font-size: 20px;font-weight: 600;font-style: normal;line-height: 1.65;letter-spacing: -0.015em;color: var(--cl-ink);}.hero--image .hero-image-quote strong{color: var(--cl-ink);font-weight: 700;}.hero-cta-row{display: flex;flex-wrap: wrap;gap: 14px;margin-top: 40px;}.hero--video .hero-micro{margin-top: 28px;font-size: 13px;color: var(--cl-ink-muted);}.hero--video .hero-micro a{color: var(--cl-primary-deep);text-decoration: underline;text-underline-offset: 3px;}@media (prefers-reduced-motion: no-preference){.hero-entrance > *{opacity: 0;animation: hero-block-in 0.82s var(--ease-out) forwards;}.hero-entrance > *:nth-child(1){animation-delay: 0.05s;}.hero-entrance > *:nth-child(2){animation-delay: 0.12s;}.hero-entrance > *:nth-child(3){animation-delay: 0.19s;}.hero-entrance > *:nth-child(4){animation-delay: 0.26s;}.hero-entrance > *:nth-child(5){animation-delay: 0.32s;}.hero-entrance > *:nth-child(6){animation-delay: 0.39s;}.hero-entrance > *:nth-child(7){animation-delay: 0.46s;}.hero-entrance > *:nth-child(8){animation-delay: 0.53s;}}main > section{animation: fade-up 0.88s var(--ease-out) both;}main > section:nth-child(1){animation-delay: 0.05s;}main > section:nth-child(2){animation-delay: 0.1s;}main > section:nth-child(3){animation-delay: 0.14s;}main > section:nth-child(4){animation-delay: 0.18s;}main > section:nth-child(5){animation-delay: 0.22s;}main > section:nth-child(6){animation-delay: 0.26s;}main > section:nth-child(7){animation-delay: 0.3s;}main > section:nth-child(8){animation-delay: 0.34s;}main > section:nth-child(9){animation-delay: 0.38s;}@media (prefers-reduced-motion: reduce){*, *::before, *::after{animation-duration: 0.001ms !important;animation-iteration-count: 1 !important;transition-duration: 0.001ms !important;}}.stat-strip{position: relative;border-block: 1px solid var(--cl-border);background: var(--cl-invert-bg);color: rgba(244, 244, 245, 0.92);backdrop-filter: blur(8px);}.stat-inner{display: grid;grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));}.stat-cell{padding: clamp(32px, 6vw, 48px) 20px;text-align: center;border-right: 1px solid var(--cl-invert-border);}a.stat-cell.stat-cell--link{display: block;text-decoration: none;color: inherit;transition: background-color 0.28s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);}@media (hover: hover) and (pointer: fine){a.stat-cell.stat-cell--link:hover{background: rgba(255, 255, 255, 0.05);transform: translateY(-2px);}}a.stat-cell.stat-cell--link:focus-visible{outline: 2px solid rgba(147, 197, 253, 0.72);outline-offset: -3px;background: rgba(255, 255, 255, 0.04);}.stat-strip{--stat-strip-pad-y: clamp(32px, 6vw, 48px);--stat-strip-inner-h: calc( clamp(1.65rem, 3vw, 2.2rem) + 10px + calc(13px * 1.45 * 2) );}.stat-cell:last-child{border-right: none;}@media (max-width: 639px){.stat-cell{border-right: none;border-bottom: 1px solid var(--cl-invert-border);}.stat-cell:last-child{border-bottom: none;}}.stat-value{margin: 0;font-family: var(--font-display);font-weight: 700;font-size: clamp(1.65rem, 3vw, 2.2rem);letter-spacing: -0.03em;background: linear-gradient(135deg, #f8fafc 0%, #dbeafe 38%, #93c5fd 62%, #5d8bf4 100%);-webkit-background-clip: text;background-clip: text;color: transparent;}.stat-label{margin-top: 10px;font-size: 13px;color: var(--cl-invert-muted);line-height: 1.45;white-space: pre-line;}.section{padding-block: var(--section-y);background: var(--cl-elevated);color: var(--cl-ink);}.section--surface{background: var(--cl-canvas);color: var(--cl-ink);}.section--elevated{background: var(--cl-elevated);color: var(--cl-ink);}.section--invert{background: var(--cl-invert-bg);color: rgba(250, 250, 250, 0.96);}.section-head{max-width: 680px;margin-bottom: clamp(40px, 6vw, 64px);}.section-kicker{margin: 0 0 12px;font-size: 11px;font-weight: 700;letter-spacing: 0.18em;text-transform: uppercase;color: var(--cl-primary-deep);}.section--invert .section-kicker{color: var(--cl-brand-blue-soft);}.section-title{margin: 0;font-family: var(--font-display);font-weight: 700;font-size: clamp(1.75rem, 2.9vw + 1rem, 2.65rem);line-height: 1.12;letter-spacing: -0.032em;color: var(--cl-ink);}.section--invert .section-title{color: #fafafa;}.section-lede{margin: 18px 0 0;font-size: 18px;line-height: 1.68;color: var(--cl-ink-soft);}.section--invert .section-lede{color: var(--cl-invert-muted);}.section--invert .feature-card{background: var(--cl-invert-surface);border-color: var(--cl-invert-border);box-shadow: none;}.section--invert .feature-card h3{color: #fafafa;}.section--invert .feature-card p{color: var(--cl-invert-muted);}.section--invert .feature-card:hover{border-color: rgba(147, 184, 250, 0.42);box-shadow: 0 20px 56px rgba(0, 0, 0, 0.35);}.section--invert .feature-num{color: var(--cl-brand-blue-soft);}.section--invert .bento-card{background: var(--cl-invert-surface);border-color: var(--cl-invert-border);}.section--invert .bento-card h3{color: #fafafa;}.section--invert .bento-card p{color: var(--cl-invert-muted);}.section--invert .bento-wide{background: linear-gradient(145deg, rgba(93, 139, 244, 0.22) 0%, var(--cl-invert-surface) 55%);border-color: rgba(147, 184, 250, 0.28);}.section--invert .faq-item{background: var(--cl-invert-surface);border-color: var(--cl-invert-border);}.section--invert .faq-item summary{color: #fafafa;}.section--invert .faq-item summary::after{color: rgba(244, 244, 245, 0.55);}.section--invert .faq-body{color: var(--cl-invert-muted);}.section--invert .faq-item:hover{border-color: rgba(147, 184, 250, 0.35);}.feature-grid-3{display: grid;grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));gap: clamp(18px, 3vw, 24px);}.feature-card{padding: 26px;border-radius: var(--radius-lg);border: 1px solid var(--cl-border);background: rgba(255, 255, 255, 0.92);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;transition: transform 0.35s var(--ease-out), border-color 0.25s ease, box-shadow 0.35s var(--ease-out);}.feature-card:hover{transform: translateY(-5px);border-color: rgba(93, 139, 244, 0.45);box-shadow: 0 22px 56px rgba(61, 106, 212, 0.14), 0 1px 0 #fff inset;}.feature-num{font-family: var(--font-display);font-weight: 700;font-size: 13px;color: var(--cl-primary-deep);margin-bottom: 12px;}.feature-card h3{margin: 0 0 8px;font-size: 17px;font-weight: 600;}.feature-card p{margin: 0;font-size: 15px;line-height: 1.62;color: var(--cl-ink-soft);}.bento-grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));gap: 14px;}.bento-card{padding: 26px;border-radius: var(--radius-md);border: 1px solid var(--cl-border);background: var(--cl-surface);}.bento-card h3{margin: 0 0 8px;font-size: 16px;font-weight: 600;}.bento-card p{margin: 0;font-size: 14px;line-height: 1.58;color: var(--cl-ink-soft);}.bento-wide{grid-column: 1 / -1;background: linear-gradient(135deg, rgba(93, 139, 244, 0.1) 0%, var(--cl-elevated) 55%);border-color: rgba(93, 139, 244, 0.28);}@media (min-width: 1024px){.bento-wide{grid-column: span 2;}}.tour-grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));gap: clamp(18px, 3vw, 28px);}.tour-grid .tour-card.reveal:nth-child(1){transition-delay: 0.1s;}.tour-grid .tour-card.reveal:nth-child(2){transition-delay: 0.22s;}.tour-grid .tour-card.reveal:nth-child(3){transition-delay: 0.34s;}.tour-grid .tour-card.reveal:nth-child(4){transition-delay: 0.46s;}.tour-grid .tour-card.reveal:nth-child(5){transition-delay: 0.58s;}.tour-grid .tour-card.reveal:nth-child(6){transition-delay: 0.7s;}.tour-card{position: relative;border-radius: var(--radius-lg);padding: 0;min-height: 0;border: none;background: transparent;transition: transform 0.42s var(--ease-out);}.tour-card:hover{transform: translateY(-6px);}.tour-card-shell{height: 100%;display: flex;flex-direction: column;border-radius: inherit;overflow: hidden;background: #fff;border: 1px solid rgba(15, 18, 28, 0.05);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.88) inset, 0 1px 2px rgba(4, 6, 10, 0.04), 0 14px 36px rgba(4, 6, 10, 0.07);transition: box-shadow 0.42s var(--ease-out), border-color 0.3s ease;}.tour-card:hover .tour-card-shell{border-color: rgba(93, 139, 244, 0.1);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.94) inset, 0 2px 4px rgba(61, 106, 212, 0.05), 0 28px 56px rgba(4, 6, 10, 0.11);}.tour-card-body{padding: clamp(18px, 3vw, 24px);flex: 1;display: flex;flex-direction: column;gap: 8px;}.tour-card-label{margin: 0;font-size: 11px;font-weight: 700;letter-spacing: 0.12em;text-transform: uppercase;color: var(--cl-primary-deep);}.tour-card h3{margin: 0;font-size: 17px;font-weight: 600;line-height: 1.35;}.tour-card p{margin: 0;font-size: 14px;color: var(--cl-ink-soft);line-height: 1.58;}.visit-grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 36px;align-items: start;}.visit-block dt{font-size: 11px;font-weight: 700;letter-spacing: 0.12em;text-transform: uppercase;color: var(--cl-ink-muted);margin: 0 0 8px;}.visit-block dd{margin: 0 0 22px;font-size: 16px;line-height: 1.62;}.visit-block a{color: var(--cl-primary);text-decoration: none;font-weight: 600;}.visit-block a:hover{text-decoration: underline;}.hours-list{list-style: none;padding: 0;margin: 0;}.hours-list li{display: flex;justify-content: space-between;gap: 16px;padding: 12px 0;border-bottom: 1px solid var(--cl-border);font-size: 14px;}.hours-list li span:first-child{color: var(--cl-ink-soft);}.faq-list{max-width: 720px;display: flex;flex-direction: column;gap: 10px;}.faq-item{border-radius: var(--radius-md);border: 1px solid var(--cl-border);background: #fff;overflow: hidden;transition: border-color 0.2s ease;}.faq-item:hover{border-color: rgba(93, 139, 244, 0.35);}.faq-item summary{padding: 17px 20px;font-size: 15px;font-weight: 600;cursor: pointer;list-style: none;color: var(--cl-ink);}.faq-item summary::-webkit-details-marker{display: none;}.faq-item summary::after{content: '+';float: right;font-weight: 400;color: var(--cl-ink-muted);}.faq-item[open] summary::after{content: '−';}.faq-body{padding: 0 20px 17px;font-size: 14px;line-height: 1.62;color: var(--cl-ink-soft);}.notice-rows a{display: flex;flex-direction: column;gap: 4px;padding: 17px 0;border-bottom: 1px solid var(--cl-border);text-decoration: none;color: inherit;transition: transform 0.2s var(--ease-out);}.notice-rows a:hover{transform: translateX(4px);}.notice-rows a:hover .notice-title{color: var(--cl-primary);}.notice-badge{font-size: 10px;font-weight: 700;letter-spacing: 0.14em;text-transform: uppercase;color: var(--cl-primary-deep);}.notice-title{margin: 0;font-size: 15px;font-weight: 500;color: var(--cl-ink);}.notice-muted{font-size: 12px;color: var(--cl-ink-muted);}.cta-band{padding-block: var(--section-y);text-align: center;border-block: 1px solid var(--cl-border);background: linear-gradient(180deg, var(--cl-canvas) 0%, var(--cl-elevated) 58%);}.cta-band h2{margin: 0 auto;max-width: 560px;font-family: var(--font-display);font-weight: 700;font-size: clamp(1.6rem, 2.4vw + 1rem, 2.4rem);line-height: 1.18;letter-spacing: -0.03em;color: var(--cl-ink);}.cta-band p{margin: 14px auto 26px;max-width: 460px;color: var(--cl-ink-soft);font-size: 16px;}.cta-band .btn-primary{display: inline-flex;}.cta-btn-row{display: flex;flex-wrap: wrap;gap: 10px;justify-content: center;align-items: center;}.cta-band .cta-btn-row .btn-outline-light{background: transparent;color: var(--cl-ink);border: 1px solid var(--cl-border-strong);}.cta-band .cta-btn-row .btn-outline-light:hover{border-color: var(--cl-primary);color: var(--cl-primary-deep);background: rgba(93, 139, 244, 0.08);}.footer-site{padding-block: clamp(52px, 10vw, 80px);font-size: 14px;background: var(--cl-invert-bg);color: var(--cl-invert-muted);border-top: 1px solid var(--cl-invert-border);}.footer-grid{display: grid;grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));gap: 32px;margin-bottom: 36px;}.footer-brand{font-family: var(--font-display);font-weight: 700;font-size: 1.06rem;color: #fafafa;margin: 0 0 8px;}.footer-site a{color: #f4f4f5;text-decoration: none;}.footer-site a:hover{color: #ffffff;}.footer-site .footer-grid p{color: rgba(250, 250, 250, 0.92);}.footer-menu-nav{display: flex;flex-direction: column;gap: clamp(14px, 2.5vw, 20px);}.footer-menu-group{margin: 0;}.footer-menu-main{margin: 0 0 8px;font-family: var(--font-sans);font-size: 0.96rem;font-weight: 700;line-height: 1.35;letter-spacing: -0.01em;}.footer-menu-main a{color: rgba(250, 250, 250, 0.96);}.footer-menu-subs{margin: 0;padding: 0 0 0 2px;font-size: 0.8rem;font-weight: 400;line-height: 1.5;}.footer-menu-sub-link{color: rgba(244, 244, 245, 0.62);}.footer-menu-sub-link:hover{color: rgba(255, 255, 255, 0.92);}.copyright-row{padding-top: 26px;border-top: 1px solid var(--cl-invert-border);font-size: 13px;color: rgba(244, 244, 245, 0.5);}.copyright-build-meta{margin: 8px 0 0;font-size: 11px;font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;color: rgba(196, 181, 253, 0.72);letter-spacing: -0.01em;}@keyframes slot-shimmer{0%{background-position: -120% 0;}100%{background-position: 220% 0;}}.media-slot{margin: 0;}.media-slot-frame{position: relative;border-radius: var(--radius-md);overflow: hidden;border: 1px solid rgba(255, 255, 255, 0.12);background: rgba(0, 0, 0, 0.25);}.media-slot-frame img{display: block;width: 100%;height: 100%;object-fit: cover;}.media-slot-badge{position: absolute;top: 12px;left: 12px;padding: 5px 10px;border-radius: 6px;font-size: 10px;font-weight: 700;letter-spacing: 0.12em;text-transform: uppercase;background: rgba(11, 12, 14, 0.72);color: #fff;backdrop-filter: blur(8px);}.section .media-slot-frame, .section--surface .media-slot-frame, .section--elevated .media-slot-frame{border-color: var(--cl-border);background: var(--cl-surface);}.section--invert .media-slot-frame{border-color: var(--cl-invert-border);background: rgba(0, 0, 0, 0.35);}.media-slot-badge--on-dark{background: rgba(93, 139, 244, 0.92);}.media-slot-badge--motion{background: rgba(61, 106, 212, 0.94);}.media-slot-label{margin: 10px 0 0;font-size: 13px;line-height: 1.45;color: rgba(255, 255, 255, 0.52);}.section .media-slot-label, .section--surface .media-slot-label, .section--elevated .media-slot-label{color: var(--cl-ink-soft);}.section--invert .media-slot-label{color: var(--cl-invert-muted);}.media-slot--video .media-slot-frame--video img{filter: saturate(0.92) brightness(0.92);}.video-play-overlay{position: absolute;inset: 0;display: flex;align-items: center;justify-content: center;background: radial-gradient(circle at center, transparent 0%, rgba(11, 12, 14, 0.35) 100%);pointer-events: none;}.video-play-overlay::after{content: '';width: 56px;height: 56px;border-radius: 50%;background: rgba(255, 255, 255, 0.92);box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235d8bf4'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: 56% center;background-size: 22px 22px;}.media-slot-shimmer{display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 12px;padding: 24px;min-height: 120px;background: linear-gradient( 105deg, var(--cl-canvas-soft) 0%, #fff 32%, rgba(93, 139, 244, 0.12) 54%, var(--cl-canvas-soft) 100% );background-size: 220% 100%;animation: slot-shimmer 4.5s ease-in-out infinite;border: 1px dashed var(--cl-border-strong);}.media-slot-hint{margin: 0;max-width: 26rem;text-align: center;font-size: 13px;color: var(--cl-ink-muted);line-height: 1.55;}.hero-intro-media{scroll-margin-top: 96px;}.hero-intro-media__head{max-width: 36rem;}.hero-intro-media__stage{display: flex;flex-direction: column;gap: clamp(16px, 2.4vw, 22px);}.hero-intro-media__figure{margin: 0;min-width: 0;}.hero-intro-media__frame{position: relative;aspect-ratio: 16 / 9;border-radius: var(--radius-md);overflow: hidden;border: 1px solid var(--cl-border);background: var(--cl-surface);}.hero-intro-media__frame img, .hero-intro-media__frame video{display: block;width: 100%;height: 100%;object-fit: cover;}.hero-intro-media__figure--feature .hero-intro-media__frame{border-radius: var(--radius-lg);}.hero-intro-media__frame--video{background: #0f1012;}.hero-intro-media__play{position: absolute;inset: 0;display: flex;align-items: center;justify-content: center;pointer-events: none;background: radial-gradient(circle at center, transparent 0%, rgba(15, 16, 18, 0.28) 100%);}.hero-intro-media__play::after{content: '';width: 52px;height: 52px;border-radius: 50%;background: rgba(255, 255, 255, 0.94);box-shadow: 0 10px 28px rgba(15, 16, 18, 0.22);background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235d8bf4'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: 56% center;background-size: 20px 20px;}.hero-intro-media__caption{margin: 10px 0 0;font-size: 13px;font-weight: 500;letter-spacing: -0.01em;line-height: 1.4;color: var(--cl-ink-soft);}.hero-intro-media__pair{display: grid;grid-template-columns: 1fr;gap: clamp(16px, 2.4vw, 22px);}@media (min-width: 768px){.hero-intro-media__pair{grid-template-columns: 1fr 1fr;align-items: start;}}@media (max-width: 640px){.hero-intro-media__play::after{width: 44px;height: 44px;background-size: 18px 18px;}}.feature-card-thumb{position: relative;margin: -26px -26px 18px -26px;border-radius: var(--radius-lg) var(--radius-lg) var(--radius-sm) var(--radius-sm);overflow: hidden;aspect-ratio: 16 / 9;max-height: 180px;}.feature-card-thumb img{width: 100%;height: 100%;object-fit: cover;display: block;}.feature-thumb-badge{position: absolute;bottom: 10px;right: 10px;padding: 4px 8px;border-radius: 6px;font-size: 9px;font-weight: 700;letter-spacing: 0.1em;background: rgba(11, 12, 14, 0.65);color: #fff;}.bento-card--media{padding: 0;overflow: hidden;}.bento-card--media h3, .bento-card--media p{padding-inline: 22px;}.bento-card--media h3{margin-top: 18px;}.bento-card--media p{margin-bottom: 22px;}.bento-card-thumb{position: relative;aspect-ratio: 16 / 9;max-height: 160px;overflow: hidden;}.bento-card-thumb--wide{max-height: 200px;aspect-ratio: 21 / 9;}.bento-card-thumb img{width: 100%;height: 100%;object-fit: cover;display: block;}.bento-wide{padding: 0;overflow: hidden;}.bento-wide h3, .bento-wide p{padding-inline: 22px;}.bento-wide h3{margin-top: 18px;}.bento-wide p{margin-bottom: 22px;}.tour-card-media{position: relative;aspect-ratio: 16 / 10;overflow: hidden;}.tour-card-media img{width: 100%;height: 100%;object-fit: cover;display: block;transition: transform 0.65s var(--ease-out);}.tour-card:hover .tour-card-media img{transform: scale(1.04);}.tour-media-shade{position: absolute;inset: 0;pointer-events: none;background: linear-gradient(180deg, rgba(4, 6, 10, 0) 38%, rgba(4, 6, 10, 0.3) 100%);}.tour-media-badge{position: absolute;top: 12px;left: 12px;padding: 4px 9px;border-radius: 999px;font-size: 9px;font-weight: 700;letter-spacing: 0.12em;color: var(--cl-primary-deep);background: rgba(255, 255, 255, 0.78);border: 1px solid rgba(255, 255, 255, 0.55);backdrop-filter: blur(8px);}.tour-card-index{position: absolute;right: 12px;bottom: 12px;font-family: var(--font-display);font-size: 11px;font-weight: 700;letter-spacing: 0.14em;color: rgba(255, 255, 255, 0.92);text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);}.page-block-office-hours{padding-block: clamp(48px, 8vw, 88px);}.hours-panel-layout{display: grid;gap: clamp(28px, 5vw, 48px);align-items: start;}@media (min-width: 900px){.hours-panel-layout{grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);gap: clamp(36px, 5vw, 56px);}}.hours-panel-copy{display: flex;flex-direction: column;gap: clamp(14px, 2.5vw, 20px);}.hours-panel-copy .section-title{margin: 0;}.hours-panel-copy .section-lede{margin: 0;max-width: 38ch;}.hours-panel-notes{list-style: none;margin: clamp(4px, 1vw, 8px) 0 0;padding: 0;display: flex;flex-direction: column;gap: 10px;}.hours-panel-note{position: relative;margin: 0;padding-left: 16px;font-size: 14px;line-height: 1.55;color: var(--cl-ink-soft);}.hours-panel-note::before{content: "";position: absolute;left: 0;top: 0.62em;width: 5px;height: 5px;border-radius: 50%;background: var(--cl-primary);opacity: 0.55;}.hours-panel-contact{display: flex;flex-direction: column;align-items: flex-start;gap: 10px;margin-top: clamp(4px, 1.5vw, 10px);}.hours-panel-phone{text-decoration: none;}.hours-panel-phone-text{margin: 0;font-size: 15px;font-weight: 600;color: var(--cl-ink);}.hours-panel-phone-note{margin: 0;font-size: 13px;line-height: 1.5;color: var(--cl-ink-muted);}.hours-panel-card{min-width: 0;}.hours-panel-shell{border-radius: var(--radius-lg);overflow: hidden;background: #fff;border: 1px solid rgba(15, 18, 28, 0.05);box-shadow: 0 1px 0 rgba(255, 255, 255, 0.88) inset, 0 1px 2px rgba(4, 6, 10, 0.04), 0 18px 44px rgba(4, 6, 10, 0.08);}.hours-panel-list{list-style: none;margin: 0;padding: clamp(8px, 1.5vw, 12px) 0;}.hours-panel-row{display: flex;align-items: baseline;justify-content: space-between;gap: clamp(16px, 3vw, 28px);padding: clamp(14px, 2.2vw, 18px) clamp(20px, 3vw, 28px);border-bottom: 1px solid rgba(15, 18, 28, 0.05);font-size: 15px;line-height: 1.45;}.hours-panel-row:last-child{border-bottom: none;}.hours-panel-day{font-weight: 600;color: var(--cl-ink);letter-spacing: -0.01em;}.hours-panel-time{font-variant-numeric: tabular-nums;font-weight: 500;color: var(--cl-ink-soft);text-align: right;}.hours-panel-row--closed .hours-panel-day, .hours-panel-row--closed .hours-panel-time{color: var(--cl-ink-muted);}.hours-panel-row--closed .hours-panel-time{font-weight: 600;}.hours-panel-list .hours-panel-row.reveal:nth-child(1){transition-delay: 0.08s;}.hours-panel-list .hours-panel-row.reveal:nth-child(2){transition-delay: 0.16s;}.hours-panel-list .hours-panel-row.reveal:nth-child(3){transition-delay: 0.24s;}.hours-panel-list .hours-panel-row.reveal:nth-child(4){transition-delay: 0.32s;}.hours-panel-list .hours-panel-row.reveal:nth-child(5){transition-delay: 0.4s;}.hours-panel-list .hours-panel-row.reveal:nth-child(6){transition-delay: 0.48s;}.visit-media-row{margin-top: clamp(28px, 5vw, 44px);display: grid;grid-template-columns: 1fr;gap: clamp(18px, 3vw, 24px);}@media (min-width: 1024px){.visit-media-row{grid-template-columns: 1.05fr 0.95fr;align-items: start;}}.notice-banner-slot{margin-bottom: clamp(20px, 4vw, 32px);}.section--surface .media-slot--motion, .section--elevated .media-slot--motion{margin-bottom: clamp(28px, 5vw, 42px);}