


:root {
  
  
  --teal-50:  #E6F4F4;
  --teal-100: #C4E5E5;
  --teal-200: #8FCFCF;
  --teal-300: #55B5B5;
  --teal-400: #229B9B;
  --teal-500: #008080;
  --teal-600: #006F6F;   
  --teal-700: #005C5C;
  --teal-800: #004545;

  
  --petrol-50:  #EBF1F3;
  --petrol-100: #D0DFE4;
  --petrol-200: #A3BFC8;
  --petrol-300: #6F97A5;
  --petrol-400: #3D6F80;
  --petrol-500: #0F4C5C;
  --petrol-600: #0C404E;
  --petrol-700: #0A343F;
  --petrol-800: #072630;
  --petrol-900: #051A21;

  
  --stone-50:  #F5F3F0;
  --stone-100: #EAE6E1;
  --stone-200: #D8D2CB;
  --stone-300: #BDB6AE;
  --stone-400: #9A948D;
  --stone-500: #707070;
  --stone-600: #5C5B59;   
  --stone-700: #444442;
  --stone-800: #2E2E2D;

  
  --clay-50:  #FBEFE8;
  --clay-100: #F5DACB;
  --clay-200: #EBB89E;
  --clay-300: #DE9573;
  --clay-400: #CC7A54;
  --clay-500: #B9633F;
  --clay-600: #9A4F30;
  --clay-700: #783D25;

  
  --ink-900: #1B2528;
  --ink-800: #2B363A;
  --ink-700: #3E4A4E;

  
  --linen-0:   #FFFFFF;   
  --linen-50:  #F8F5F0;   
  --linen-100: #F1ECE4;   
  --linen-200: #E6DFD4;   

  
  --success-500: #2F7A4F; --success-50: #E7F3EC;
  --warning-500: #A8741F; --warning-600: #7F5612; --warning-50: #F8EFDD;   
  --rating-fill: #F2B01E; --rating-stroke: #B7800A;   
  --danger-500:  #B8433D; --danger-50:  #F9E8E7;
  --info-500:    #2B6E8F; --info-50:    #E6F0F5;

  
  --color-surface:         var(--linen-50);
  --color-surface-raised:  var(--linen-0);
  --color-surface-sunken:  var(--linen-100);
  --color-surface-tint:    var(--teal-50);     
  --color-surface-inverse: var(--petrol-800);  
  --color-surface-accent:  var(--teal-500);    

  --color-on-surface:        var(--ink-900);
  --color-on-surface-muted:  var(--stone-600);
  --color-on-surface-subtle: var(--stone-500);
  --color-on-inverse:        var(--linen-0);
  --color-on-inverse-muted:  var(--petrol-200);
  --color-on-accent:         var(--linen-0);

  
  --color-brand:       var(--teal-500);
  --color-brand-text:  var(--teal-600);
  --color-brand-tint:  var(--teal-50);

  
  --color-interactive:        var(--petrol-500);
  --color-interactive-hover:  var(--petrol-600);
  --color-interactive-active: var(--petrol-700);
  --color-interactive-tint:   var(--petrol-50);

  
  --color-accent:       var(--clay-600);
  --color-accent-soft:  var(--clay-100);
  --color-accent-fill:  var(--clay-500);

  --color-border:        var(--stone-200);
  --color-border-strong: var(--stone-300);
  --color-border-brand:  var(--teal-200);
  --color-divider:       var(--stone-100);

  --color-focus-ring: var(--teal-400);

  
  --surface-inverse-soft:   rgba(255,255,255,.06);
  --surface-inverse-tile:   rgba(255,255,255,.10);
  --surface-inverse-badge:  rgba(255,255,255,.12);
  --border-inverse:         rgba(255,255,255,.10);
  --border-inverse-strong:  rgba(255,255,255,.12);
  --surface-glass:          rgba(248,245,240,.86);
}


:root {
  --font-display: 'Alegreya Sans', 'Source Sans 3', 'Segoe UI', sans-serif;
  --font-sans:    'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-data:    var(--font-sans);

  
  --text-display:  52px;
  --text-h1:       40px;
  --text-h2:       30px;
  --text-h3:       24px;
  --text-h4:       20px;
  --text-body-lg:  19px;
  --text-body:     17px;   
  --text-body-sm:  15px;
  --text-label:    14px;
  --text-caption:  13px;

  --weight-regular:  400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;

  --leading-tight:   1.1;    
  --leading-snug:    1.25;
  --leading-normal:  1.5;
  --leading-relaxed: 1.65;

  --tracking-display: -0.015em;
  --tracking-tight:   -0.005em;
  --tracking-normal:  0em;
  --tracking-wide:    0.04em;
  --tracking-caps:    0.1em;

  --fs-tabular: "tnum" 1, "lnum" 1; 
}
#top .cz-tabular { font-variant-numeric: tabular-nums lining-nums; font-feature-settings: var(--fs-tabular); }


:root {
  --space-0: 0; --space-1: 4px; --space-2: 8px; --space-3: 12px; --space-4: 16px;
  --space-5: 24px; --space-6: 32px; --space-7: 48px; --space-8: 64px; --space-9: 80px; --space-10: 120px;

  
  --radius-xs:   4px;
  --radius-sm:   8px;
  --radius-md:   10px;
  --radius-lg:   16px;
  --radius-xl:   24px;
  --radius-full: 999px;   

  --border-hairline: 1px;
  --border-medium:   1.5px;
  --border-accent:   3px;

  --container-max:  1160px;
  --container-text: 660px;
  --gutter:         24px;
  --section-y:      80px;
}


:root {
  --shadow-xs: 0 1px 2px rgba(45, 38, 30, 0.06);
  --shadow-sm: 0 1px 3px rgba(45, 38, 30, 0.08), 0 1px 2px rgba(45, 38, 30, 0.04);
  --shadow-md: 0 6px 16px rgba(45, 38, 30, 0.08), 0 2px 5px rgba(45, 38, 30, 0.04);
  --shadow-lg: 0 16px 40px rgba(45, 38, 30, 0.10), 0 4px 12px rgba(45, 38, 30, 0.05);
  --shadow-xl: 0 28px 64px rgba(45, 38, 30, 0.14), 0 8px 20px rgba(45, 38, 30, 0.06);
  --shadow-inset: inset 0 0 0 1px var(--color-border);
  --ring-focus: 0 0 0 3px rgba(34, 155, 155, 0.40);   

  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1);  
  --ease-out:      cubic-bezier(0, 0, 0.2, 1);    
  --duration-fast: 140ms;  
  --duration-base: 220ms;  
  --duration-slow: 360ms;  
}


*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--color-surface); color: var(--color-on-surface); font-family: var(--font-sans); font-size: var(--text-body); line-height: var(--leading-normal); font-weight: var(--weight-regular); letter-spacing: var(--tracking-tight); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
#top h1, #top h2, #top h3 { font-family: var(--font-display); font-weight: var(--weight-medium); line-height: var(--leading-tight); letter-spacing: var(--tracking-display); color: var(--color-on-surface); margin: 0 0 var(--space-4); text-wrap: balance; }
#top h1 { font-size: var(--text-h1); } #top h2 { font-size: var(--text-h2); } #top h3 { font-size: var(--text-h3); }
#top h4 { font-family: var(--font-sans); font-size: var(--text-h4); font-weight: var(--weight-semibold); line-height: var(--leading-snug); margin: 0 0 var(--space-2); }
#top p { margin: 0 0 var(--space-4); text-wrap: pretty; }
#top a { color: var(--color-interactive); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; text-decoration-color: var(--petrol-200); transition: color var(--duration-fast) var(--ease-standard), text-decoration-color var(--duration-fast) var(--ease-standard); }
#top a:hover { color: var(--color-interactive-hover); text-decoration-color: currentColor; }
#top small { font-size: var(--text-body-sm); }

#top .cz-eyebrow { font-family: var(--font-sans); font-size: var(--text-label); font-weight: var(--weight-semibold); letter-spacing: var(--tracking-caps); text-transform: uppercase; color: var(--color-brand-text); }
#top :focus-visible { outline: none; box-shadow: var(--ring-focus); border-radius: var(--radius-sm); }
@keyframes cz-rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
#top .cz-reveal { animation: cz-rise var(--duration-slow) var(--ease-out) both; }
@media (prefers-reduced-motion: reduce) { #top .cz-reveal { animation: none; } }



html { scroll-behavior: smooth; scroll-padding-top: 76px; accent-color: var(--petrol-500); caret-color: var(--petrol-500); scrollbar-color: var(--stone-300) transparent; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body { background: var(--linen-50); color: var(--ink-900); font-family: var(--font-sans); min-height: 100vh; }
#top { background: var(--linen-50); color: var(--ink-900); font-family: var(--font-sans); min-height: 100vh; font-size: 17px; line-height: 1.5; contain: inline-size; } 
#top img { max-width: 100%; }
#top ::selection { background: var(--teal-100); }
#top a { color: var(--petrol-500); }
#top a:hover { color: var(--petrol-600); }


#top .container { width: 100%; max-width: var(--container-max); margin: 0 auto; padding: 0 var(--gutter); }
#top .container::before, #top .container::after { content: none; } 
#top .cz-skip { position: absolute; left: 16px; top: -100px; z-index: 100; padding: 10px 14px; background: var(--petrol-500); color: var(--linen-0); border-radius: var(--radius-md); font-weight: 600; text-decoration: none; }
#top .cz-skip:focus { top: 12px; }
#top .visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
#top .tabular { font-variant-numeric: tabular-nums lining-nums; }


#top .eyebrow { font-family: var(--font-sans); font-size: 14px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-600); }
#top .eyebrow--sm { font-size: 13px; }
#top .eyebrow--inverse { color: var(--teal-200); }
#top .eyebrow__short { display: none; }
@media (max-width: 480px) { #top .eyebrow__long { display: none; } #top .eyebrow__short { display: inline; } }

#top .h1 { font-family: var(--font-display); font-size: clamp(38px, 4.2vw, 52px); font-weight: 500; letter-spacing: -.015em; line-height: 1.06; margin: 0 0 20px; text-wrap: balance; color: var(--ink-900); }
#top .h2 { font-family: var(--font-display); font-size: 34px; font-weight: 500; letter-spacing: -.015em; line-height: 1.1; margin: 0 0 12px; text-wrap: balance; color: inherit; }
#top .h3 { font-family: var(--font-display); font-size: 28px; font-weight: 500; letter-spacing: -.015em; line-height: 1.15; margin: 0 0 12px; color: inherit; }
#top .card-title { font-family: var(--font-display); font-size: 22px; font-weight: 500; letter-spacing: -.01em; line-height: 1.15; margin: 0; color: inherit; }
#top .lead { font-size: 19px; line-height: 1.55; color: var(--stone-600); margin: 0 0 28px; max-width: 560px; text-wrap: pretty; }
#top .intro { font-size: 17px; line-height: 1.55; color: var(--stone-600); margin: 0; text-wrap: pretty; }
#top .body-copy { font-size: 17px; line-height: 1.6; color: var(--ink-800); }
#top .body-copy p { margin: 0 0 12px; }
#top .body-copy p:last-child { margin-bottom: 0; }
#top .card-desc { font-size: 15px; color: var(--stone-600); margin-top: 6px; line-height: 1.45; }


#top .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; font-family: var(--font-sans); font-size: 16px; font-weight: 600; line-height: 1.2; letter-spacing: 0;
  border-radius: var(--radius-md); border: 1.5px solid transparent;
  background: var(--color-interactive); color: var(--color-on-accent);
  cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: background var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard);
}
#top .btn:hover { background: var(--color-interactive-hover); color: var(--color-on-accent); }
#top .btn:active { background: var(--color-interactive-active); }
#top .btn:focus-visible { box-shadow: var(--ring-focus); border-radius: var(--radius-md); }
#top .btn svg { width: 18px; height: 18px; flex: none; }
#top .btn--sm { padding: 8px 14px; font-size: 14px; }
#top .btn--lg { padding: 15px 28px; font-size: 17px; }
#top .btn--secondary { background: transparent; color: var(--color-interactive); border-color: var(--color-border-strong); }
#top .btn--secondary:hover { background: var(--color-interactive-tint); border-color: var(--color-interactive); color: var(--color-interactive); }
#top .btn--secondary:active { background: var(--petrol-100); }
#top .btn--inverse { background: var(--linen-0); color: var(--color-interactive); }
#top .btn--inverse:hover { background: var(--linen-100); color: var(--color-interactive); }
#top .btn--inverse:active { background: var(--linen-200); }


#top .card {
  background: var(--color-surface-raised); color: var(--color-on-surface);
  border: 1px solid var(--color-border); border-radius: var(--radius-lg); padding: 24px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--duration-base) var(--ease-standard), transform var(--duration-base) var(--ease-standard);
}
#top .card--interactive { cursor: pointer; }
#top .card--interactive:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
#top .card--accent { border-top: 3px solid var(--teal-500); }
#top .card--tint { background: var(--color-surface-tint); border-color: var(--color-border-brand); box-shadow: none; }
#top .card--tint.card--interactive:hover { box-shadow: none; }
#top .card--sunken { background: var(--color-surface-sunken); box-shadow: none; }
#top .card--inline { display: flex; gap: 16px; align-items: flex-start; }
#top .card--inline .icon-tile { margin-bottom: 0; }
#top .card--inline .card__body { min-width: 0; }
#top .card--inline .card-title { margin-bottom: 6px; }


#top .badge {
  display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px;
  border-radius: var(--radius-full); font-family: var(--font-sans); font-size: 13px; font-weight: 600; line-height: 1.4; letter-spacing: 0; white-space: nowrap;
  background: var(--stone-100); color: var(--stone-700);
}
#top .badge--dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; display: inline-block; }
#top .badge--brand { background: var(--teal-50);    color: var(--teal-700); }
#top .badge--accent { background: var(--clay-50);    color: var(--clay-700); }
#top .badge--neutral { background: var(--stone-100);  color: var(--stone-700); }
#top .badge--success { background: var(--success-50); color: var(--success-500); }
#top .badge--warning { background: var(--warning-50); color: var(--warning-600); }
#top .badge--danger { background: var(--danger-50);  color: var(--danger-500); }
#top .badge--info { background: var(--info-50);    color: var(--info-500); }
#top .badge--inverse { background: var(--surface-inverse-badge); color: var(--linen-0); }


#top .tabs { display: flex; gap: 4px; padding: 4px; background: var(--linen-100); border-radius: var(--radius-md); width: fit-content; max-width: 100%; font-family: var(--font-sans); }
#top .tabs__tab {
  all: unset; cursor: pointer; padding: 8px 16px; font-size: 15px; font-weight: 500; color: var(--stone-600);
  border-radius: var(--radius-sm); text-align: center;
  transition: color var(--duration-fast), background var(--duration-fast);
}
#top .tabs__tab[aria-selected="true"] { font-weight: 600; color: var(--color-interactive); background: var(--linen-0); box-shadow: var(--shadow-sm); }
#top .tabs__tab:focus-visible { box-shadow: var(--ring-focus); }
#top .tabs__tab[aria-selected="true"]:focus-visible { box-shadow: var(--shadow-sm), var(--ring-focus); }


#top .icon-tile { width: 44px; height: 44px; border-radius: 12px; background: var(--teal-50); color: var(--teal-600); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; flex: none; }
#top .icon-tile svg { width: 22px; height: 22px; }
#top .icon-tile--white { background: var(--linen-0); }
#top .icon-tile--lg { width: 56px; height: 56px; border-radius: 16px; margin-bottom: 16px; }
#top .icon-tile--lg svg { width: 26px; height: 26px; }
#top .icon-tile--inverse { background: var(--surface-inverse-tile); color: var(--linen-0); margin-bottom: 0; }

#top .inline-icon { display: inline-flex; align-items: center; gap: 8px; }
#top .inline-icon svg { flex: none; }


.admin-bar #top .site-header { top: 32px; }
#top .site-header { position: sticky; top: 0; z-index: 50; background: var(--surface-glass); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--stone-200); }
#top .site-header__inner { display: flex; align-items: center; gap: 20px; min-height: 72px; flex-wrap: wrap; }
#top .site-header__logo { display: inline-flex; text-decoration: none; padding: 8px 0; }
#top .site-header__logo img { height: 28px; width: auto; display: block; }
#top .site-nav { display: flex; gap: 4px; margin-left: auto; flex-wrap: wrap; justify-content: flex-end; order: 1; }
#top .site-header__cta { order: 2; }
#top .site-nav a { text-decoration: none; font-size: 15px; font-weight: 500; padding: 8px 12px; border-radius: 8px; color: var(--stone-600); transition: color var(--duration-fast) var(--ease-standard), background var(--duration-fast) var(--ease-standard); }
#top .site-nav a:hover { color: var(--ink-900); background: var(--linen-100); }
#top .nav-toggle { all: unset; display: none; cursor: pointer; width: 44px; height: 44px; border-radius: var(--radius-sm); color: var(--ink-900); align-items: center; justify-content: center; margin-left: auto; }
#top .nav-toggle:hover { background: var(--linen-100); }
#top .nav-toggle:focus-visible { box-shadow: var(--ring-focus); }
#top .nav-toggle svg { width: 22px; height: 22px; }
#top .nav-toggle .icon-close { display: none; }
#top .nav-toggle[aria-expanded="true"] .icon-menu { display: none; }
#top .nav-toggle[aria-expanded="true"] .icon-close { display: block; }

@media (max-width: 1080px) {
  #top .nav-toggle { display: inline-flex; }
  #top .site-header__cta { order: 2; }
  #top .nav-toggle { order: 3; margin-left: 0; }
  #top .site-nav { order: 4; flex-basis: 100%; flex-direction: column; align-items: stretch; gap: 2px; padding: 4px 0 12px; border-top: 1px solid var(--stone-100); }
  #top .site-nav:not(.is-open) { display: none; }
  #top .site-nav a { padding: 12px 12px; font-size: 16px; }
}
@media (max-width: 480px) {
  #top .site-header__cta .btn__label { display: none; }
  #top .site-header__cta { padding: 10px 12px; }
}


#top .section { padding: var(--section-y) 0; }
#top .section--raised { background: var(--linen-0); }
#top .section--tint { background: var(--teal-50); padding: 64px 0; }
#top .section--inverse { background: var(--petrol-800); color: var(--linen-0); padding: 72px 0; }
#top .section__head { text-align: center; max-width: 680px; margin: 0 auto 36px; }
#top .section__head .eyebrow { display: block; margin-bottom: 12px; }
#top .section__head .intro { margin-bottom: 22px; }
#top .section__head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 36px; }
#top .section__head-row .eyebrow, #top .section__head-left .eyebrow { display: block; margin-bottom: 12px; }
#top .section__head-left { max-width: 640px; margin-bottom: 36px; }
#top .note { font-size: 13px; color: var(--stone-600); display: inline-flex; align-items: center; gap: 8px; }
#top .note svg { color: var(--clay-600); flex: none; }


#top .hero { padding: 64px 0 72px; }
#top .hero__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 48px; align-items: center; }
#top .hero .eyebrow { display: block; margin-bottom: 14px; }
#top .hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; }
#top .hero__facts { display: flex; gap: 10px 22px; flex-wrap: wrap; font-size: 15px; color: var(--stone-600); }
#top .hero__facts svg { color: var(--teal-600); width: 18px; height: 18px; }

#top .hero__media { margin: 0; border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 4 / 3; background: var(--linen-100); box-shadow: var(--shadow-md); }
#top .hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; display: block; }
#top .status-band { margin-top: 44px; }
#top .status-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; margin-bottom: 12px; padding: 0 4px; }
#top .status-head__date { font-size: 14px; color: var(--stone-600); }
#top .status-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 16px; }
#top .status-card { padding: 20px 22px; }
#top .status-card__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; flex-wrap: wrap; }
#top .status-card__addr { font-family: var(--font-display); font-size: 23px; font-weight: 500; letter-spacing: -.01em; line-height: 1.15; margin-top: 4px; }
#top .status-card__lines { display: grid; gap: 6px; margin-top: 14px; font-size: 15px; color: var(--ink-800); font-variant-numeric: tabular-nums; }
#top .status-card__lines > div { display: flex; gap: 9px; align-items: center; }
#top .status-card__lines svg { color: var(--stone-500); width: 17px; height: 17px; flex: none; }
#top .status-card__hours { margin-top: 4px; }
#top .status-card__acute { display: flex; gap: 9px; align-items: center; font-size: 15px; color: var(--ink-800); font-variant-numeric: tabular-nums; border-top: 1px solid var(--color-divider); margin-top: 8px; padding-top: 12px; }
#top .status-card__acute svg { color: var(--stone-500); width: 17px; height: 17px; flex: none; }
#top .status-card__hours summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; min-height: 44px; font-size: 14px; font-weight: 600; color: var(--petrol-500); border-radius: var(--radius-sm); }
#top .status-card__hours summary::-webkit-details-marker { display: none; }
#top .status-card__hours summary svg { width: 16px; height: 16px; transition: transform var(--duration-fast) var(--ease-standard); }
#top .status-card__hours[open] summary svg { transform: rotate(180deg); }
#top .status-card__hours summary:hover { color: var(--petrol-600); }
#top .status-card__hours summary:focus-visible { box-shadow: var(--ring-focus); outline: none; }
#top .status-card__hours .hours { padding: 4px 0 8px; }
#top .status-card__actions { display: flex; gap: 16px; align-items: center; margin-top: 14px; flex-wrap: wrap; }
#top .phone-link { font-size: 15px; font-weight: 600; font-variant-numeric: tabular-nums; text-decoration: none; color: var(--petrol-500); display: inline-flex; align-items: center; gap: 7px; }
#top .phone-link svg { width: 16px; height: 16px; flex: none; }
#top .phone-link:hover { color: var(--petrol-600); }


#top .pillar-intro { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 40px; align-items: center; margin: 0 auto 40px; max-width: 1000px; }
#top .pillar-intro .h3 { margin-bottom: 12px; }
#top .acute-card { padding: 22px 24px; }
#top .acute-card .eyebrow { display: block; margin-bottom: 12px; }
#top .acute-card__rows { display: grid; gap: 10px; font-size: 15px; font-variant-numeric: tabular-nums; }
#top .acute-card__row { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
#top .acute-card__row b { font-weight: 600; }
#top .acute-card__row span { color: var(--ink-800); }
#top .acute-card__row span.right { text-align: right; }
#top .acute-card__rule { height: 1px; background: var(--stone-200); }
#top .acute-card__note { font-size: 13px; color: var(--stone-600); margin-top: 12px; }

#top .service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); gap: 16px; }
#top .service-grid .card { padding: 22px 22px 24px; }
#top .notice { display: flex; gap: 14px; }
#top .notice svg { color: var(--clay-600); flex: none; margin-top: 2px; width: 22px; height: 22px; }
#top .notice__text { font-size: 15px; line-height: 1.55; color: var(--ink-800); }
#top .notice__text b { font-weight: 600; }


#top .philo__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 48px; align-items: start; margin-bottom: 48px; }
#top .philo__grid .eyebrow { display: block; margin-bottom: 12px; }
#top .philo__title { font-family: var(--font-display); font-size: clamp(34px, 3.4vw, 42px); font-weight: 500; letter-spacing: -.015em; line-height: 1.1; margin: 0; text-wrap: balance; }
#top .philo__copy p { margin: 0 0 14px; }
#top .philo__copy p:last-child { margin-bottom: 0; }
#top .philo__media { margin: 0; border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 4 / 3; background: var(--linen-100); box-shadow: var(--shadow-md); align-self: center; }
#top .philo__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
#top .philo__copy { margin-top: 20px; }
#top .philo__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 20px; }
#top .philo__cards .card-desc { margin-top: 0; line-height: 1.5; }


#top .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 20px; }
#top .team-grid .card { display: flex; flex-direction: column; }
#top .team-card__photo { width: 88px; height: 88px; border-radius: var(--radius-full); object-fit: cover; display: block; margin-bottom: 16px; background: var(--linen-100); }
#top .team-card__name { font-family: var(--font-display); font-size: 24px; font-weight: 500; letter-spacing: -.01em; line-height: 1.15; margin: 0; }
#top .team-card__role { font-size: 15px; color: var(--stone-600); margin-top: 4px; line-height: 1.4; }
#top .team-card__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
#top .team-card__foot { margin-top: auto; padding-top: 16px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 4px 16px; }
#top .team-card__loc { font-size: 14px; color: var(--stone-600); display: inline-flex; align-items: center; gap: 7px; }
#top .team-card__loc svg { width: 15px; height: 15px; flex: none; }
#top .team-card__book { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; margin-right: -10px; padding: 0 10px; border-radius: var(--radius-full); font-size: 15px; font-weight: 600; color: var(--petrol-600); text-decoration: none; transition: background var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard); }
#top .team-card__book svg { width: 16px; height: 16px; flex: none; transition: transform var(--duration-fast) var(--ease-standard); }
#top .team-card__book:hover { background: var(--petrol-50); color: var(--petrol-700); }
#top .team-card__book:hover svg { transform: translateX(2px); }


#top .locations { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 24px; align-items: stretch; }
#top .location { display: flex; flex-direction: column; background: var(--color-surface-raised); border: 1px solid var(--color-border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); overflow: hidden; color: var(--ink-900); }
#top .location__media { position: relative; aspect-ratio: 16 / 9; background: linear-gradient(160deg, var(--linen-200), var(--stone-300)); }
#top .location__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
#top .location__badge { position: absolute; top: 14px; left: 14px; }
#top .location__body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
#top .location__district { display: block; margin-bottom: 6px; }
#top .location__name { font-family: var(--font-display); font-size: 26px; font-weight: 500; letter-spacing: -.015em; line-height: 1.1; margin: 0 0 4px; }
#top .location__addr { font-size: 15px; color: var(--stone-600); margin-bottom: 16px; }
#top .location__actions { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; margin-top: auto; padding-top: 18px; }
#top .location__links { list-style: none; margin: 12px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 18px; }
#top .location__links a { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 500; color: var(--stone-600); text-decoration: none; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
#top .location__links a svg { width: 16px; height: 16px; flex: none; color: var(--stone-500); }
#top .location__links a:hover { color: var(--petrol-600); }
#top .location__links a:hover svg { color: var(--petrol-600); }

#top .hours { font-family: var(--font-sans); }
#top .hours__row { display: grid; grid-template-columns: 72px 1fr; gap: 12px; padding: 4px 0; font-size: 14px; color: var(--ink-800); border-radius: 6px; }
#top .hours__row b { font-weight: 600; }
#top .hours__row span { font-variant-numeric: tabular-nums lining-nums; }
#top .hours__row.is-today { color: var(--ink-900); background: var(--teal-50); margin: 0 -8px; padding-left: 8px; padding-right: 8px; }
#top .hours__acute { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--color-divider); }
#top .hours__acute-title { font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--color-brand-text); margin-bottom: 4px; }
#top .hours__note { font-size: 13px; color: var(--stone-600); margin-top: 4px; font-style: italic; }


#top .vz__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 48px; align-items: center; }
#top .vz__grid .eyebrow { display: block; margin-bottom: 12px; }
#top .vz__grid .h2 { color: var(--linen-0); margin-bottom: 14px; }
#top .vz__grid .intro { color: var(--petrol-200); margin-bottom: 24px; max-width: 560px; }
#top .vz__list { display: grid; gap: 14px; }
#top .vz__item { display: flex; gap: 16px; align-items: flex-start; padding: 18px 20px; border-radius: 16px; background: var(--surface-inverse-soft); border: 1px solid var(--border-inverse); }
#top .vz__item-title { font-weight: 600; font-size: 17px; }
#top .vz__item-desc { font-size: 15px; color: var(--petrol-200); line-height: 1.5; margin-top: 2px; }


#top .cta__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 40px; align-items: center; }
#top .cta__title { font-family: var(--font-display); font-size: 32px; font-weight: 500; letter-spacing: -.015em; line-height: 1.12; margin: 0 0 12px; text-wrap: balance; }
#top .cta__text { color: var(--stone-600); font-size: 17px; margin: 0 0 24px; text-wrap: pretty; }
#top .cta__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 14px; }
#top .cta__cards .card { padding: 20px 22px; }
#top .cta__cards .eyebrow { display: block; margin-bottom: 6px; }
#top .cta__addr { font-size: 15px; color: var(--stone-600); margin-bottom: 10px; }
#top .cta__phone { font-family: var(--font-display); font-size: 24px; font-weight: 500; font-variant-numeric: tabular-nums; text-decoration: none; color: var(--petrol-500); letter-spacing: -.01em; display: inline-flex; align-items: center; gap: 9px; }
#top .cta__phone svg { width: 20px; height: 20px; flex: none; }
#top .cta__phone:hover { color: var(--petrol-600); }


#top .site-footer { background: var(--petrol-800); color: var(--linen-0); padding: 56px 0 28px; }
#top .site-footer__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 36px; }
#top .site-footer__logo { height: 26px; width: auto; display: block; margin-bottom: 16px; }
#top .site-footer__about { color: var(--petrol-200); font-size: 15px; line-height: 1.55; max-width: 300px; margin: 0; }
#top .site-footer__col { font-size: 15px; line-height: 1.6; }
#top .site-footer__col-title { font-weight: 600; margin-bottom: 6px; }
#top .site-footer__col .muted { color: var(--petrol-200); }
#top .site-footer__col a { color: var(--linen-0); text-decoration: none; font-variant-numeric: tabular-nums; display: inline-flex; align-items: center; gap: 7px; }
#top .site-footer__col a svg { width: 15px; height: 15px; flex: none; }
#top .site-footer__col a:hover { color: var(--linen-0); text-decoration: underline; }
#top .site-footer__links { font-size: 15px; line-height: 1.9; display: grid; align-content: start; }
#top .site-footer__links a { color: var(--petrol-200); text-decoration: none; }
#top .site-footer__links a:hover { color: var(--linen-0); }
#top .site-footer__bottom { border-top: 1px solid var(--border-inverse-strong); margin-top: 44px; padding-top: 20px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 13px; color: var(--petrol-300); }


#top .page-hero { padding: 56px 0 40px; border-bottom: 1px solid var(--stone-200); }
#top .page-hero .eyebrow { display: block; margin-bottom: 12px; }
#top .page-hero .h1 { font-size: clamp(36px, 4vw, 48px); margin-bottom: 14px; }
#top .page-hero .lead { margin-bottom: 20px; max-width: 640px; }
#top .page-meta { display: flex; gap: 10px 22px; flex-wrap: wrap; font-size: 14px; color: var(--stone-600); }
#top .page-meta > span { display: inline-flex; align-items: center; gap: 7px; }
#top .page-meta svg { width: 16px; height: 16px; color: var(--teal-600); flex: none; }
#top .page-meta a { color: var(--petrol-500); text-decoration: none; }
#top .page-meta a:hover { text-decoration: underline; }

#top .legal { padding: 48px 0 var(--section-y); }
#top .legal__grid { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 56px; align-items: start; }
#top .toc { position: sticky; top: 92px; }
#top .toc__title { font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-600); margin-bottom: 12px; }
#top .toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; box-shadow: inset 1px 0 0 var(--stone-200); }
#top .toc a { display: block; padding: 6px 14px; font-size: 14px; line-height: 1.35; color: var(--stone-600); text-decoration: none; border-radius: 0 6px 6px 0; transition: color var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard); }
#top .toc a:hover { color: var(--ink-900); background: var(--linen-100); }
#top .toc a.is-active { color: var(--color-interactive); box-shadow: inset 2px 0 0 var(--teal-500); font-weight: 600; }
#top .toc__back { margin-top: 20px; font-size: 14px; }
@media (max-width: 900px) {
  #top .legal { padding-top: 32px; }
  #top .legal__grid { grid-template-columns: 1fr; gap: 28px; }
  #top .toc { position: static; }
  #top .toc ol { border-left: 0; display: flex; flex-wrap: wrap; gap: 6px; }
  #top .toc a { border: 1px solid var(--stone-200); border-radius: var(--radius-full); padding: 6px 12px; background: var(--linen-0); margin: 0; }
  #top .toc a.is-active { border-color: var(--teal-500); background: var(--teal-50); }
  #top .toc__back { display: none; }
}

#top .prose { max-width: 720px; font-size: 17px; line-height: 1.6; color: var(--ink-800); }
#top .prose > section + section { margin-top: 44px; padding-top: 40px; border-top: 1px solid var(--stone-200); }
#top .prose > section { scroll-margin-top: 92px; }
#top .prose h2 { font-family: var(--font-display); font-size: 28px; font-weight: 500; letter-spacing: -.015em; line-height: 1.15; margin: 0 0 14px; color: var(--ink-900); }
#top .prose h3 { font-family: var(--font-sans); font-size: 18px; font-weight: 600; line-height: 1.3; margin: 26px 0 8px; color: var(--ink-900); }
#top .prose h2 + h3 { margin-top: 0; }
#top .prose p { margin: 0 0 14px; }
#top .prose p:last-child { margin-bottom: 0; }
#top .prose ul, #top .prose ol { padding-left: 22px; margin: 0 0 14px; }
#top .prose li { margin-bottom: 6px; }
#top .prose li::marker { color: var(--teal-600); }
#top .prose a { overflow-wrap: anywhere; }
#top .prose .card { margin: 18px 0; }
#top .prose address { font-style: normal; }

#top .facts { display: grid; grid-template-columns: max-content minmax(0, 1fr); gap: 10px 28px; margin: 0 0 16px; font-size: 16px; }
#top .facts dt { color: var(--stone-600); font-weight: 500; }
#top .facts dd { margin: 0; color: var(--ink-900); }
@media (max-width: 560px) { #top .facts { grid-template-columns: 1fr; gap: 2px; } #top .facts dt { margin-top: 12px; } }

#top .contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); gap: 16px; margin: 18px 0; }
#top .contact-card { padding: 20px 22px; }
#top .contact-card .eyebrow { display: block; margin-bottom: 8px; }
#top .contact-card__name { font-family: var(--font-display); font-size: 22px; font-weight: 500; letter-spacing: -.01em; line-height: 1.15; margin: 0 0 6px; color: var(--ink-900); }
#top .contact-card__addr { color: var(--stone-600); font-size: 15px; line-height: 1.5; margin-bottom: 12px; }
#top .contact-card__links { display: grid; gap: 6px; font-size: 15px; }
#top .contact-card__links a { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 600; font-variant-numeric: tabular-nums; }
#top .contact-card__links a:hover { text-decoration: underline; }
#top .contact-card__links svg { width: 16px; height: 16px; flex: none; color: var(--stone-500); }

#top .callout { display: flex; gap: 14px; padding: 18px 20px; background: var(--teal-50); border: 1px solid var(--teal-200); border-radius: var(--radius-lg); font-size: 15px; line-height: 1.55; color: var(--ink-800); margin: 18px 0; }
#top .callout svg { color: var(--teal-600); flex: none; width: 22px; height: 22px; margin-top: 2px; }
#top .callout p { margin: 0 0 8px; }
#top .callout p:last-child { margin: 0; }
#top .callout--accent { background: var(--clay-50); border-color: var(--clay-200); }
#top .callout--accent svg { color: var(--clay-600); }


@media (max-width: 640px) {
  :root { --section-y: 56px; --gutter: 20px; }

  #top .section--tint { padding: 48px 0; }
  #top .section--inverse { padding: 52px 0; }
  #top .hero { padding: 36px 0 44px; }

  
  #top .hero__grid, #top .philo__grid, #top .vz__grid, #top .cta__grid, #top .pillar-intro { gap: 32px; }
  #top .section__head { margin-bottom: 28px; }
  #top .section__head-left, #top .section__head-row { margin-bottom: 28px; }

  
  #top .h1 { font-size: clamp(30px, 8.4vw, 40px); }
  #top .h2 { font-size: 27px; }
  #top .h3 { font-size: 23px; }
  #top .cta__title { font-size: 26px; }
  #top .status-card__addr { font-size: 21px; }
  #top .location__name { font-size: 24px; }
  #top .team-card__photo { width: 88px; height: 88px; border-radius: var(--radius-full); object-fit: cover; display: block; margin-bottom: 16px; background: var(--linen-100); }
#top .team-card__name { font-size: 22px; }

  
  #top .hero__actions { gap: 10px; }
  #top .hero__actions .btn { width: 100%; }

  #top .lead { font-size: 18px; }
  #top .fm-extra .card { padding: 20px 22px; }
}

@media (max-width: 380px) {
  #top .container { padding: 0 16px; }
  #top .status-card, #top .acute-card { padding: 18px 16px; }
  #top .location__body, #top .card { padding: 20px 18px; }
}


@media (pointer: coarse), (max-width: 700px) {
  #top .btn--sm { min-height: 44px; padding: 11px 16px; }
  #top .phone-link, #top .location__links a { min-height: 44px; padding: 8px 0; }
  #top .location__links { gap: 0 18px; }
  #top .cta__phone { min-height: 44px; padding: 6px 0; }
  #top .site-footer__col a { min-height: 44px; padding: 8px 0; }
  #top .site-footer__links a { display: block; min-height: 44px; padding: 10px 0; line-height: 1.5; }
  #top .site-header__cta { min-height: 44px; }
  #top .contact-card__links a { min-height: 44px; padding: 8px 0; }
  #top .toc a { padding: 10px 14px; }
}
@media (max-width: 480px) {
  #top .tabs { display: grid; grid-auto-flow: row; width: 100%; }
  #top .tabs__tab { text-align: center; padding: 10px 12px; }
}


#top .rail { position: fixed; right: 16px; top: 50%; transform: translateY(-50%); z-index: 60; display: flex; flex-direction: column; align-items: flex-end; }
#top .rail__bar { display: flex; flex-direction: column; gap: 4px; padding: 6px; background: var(--petrol-500); border: 1px solid var(--petrol-600); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
#top .rail__btn { all: unset; box-sizing: border-box; position: relative; cursor: pointer; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; width: 64px; min-height: 56px; padding: 8px 4px; border-radius: var(--radius-md); font-family: var(--font-sans); font-size: 13px; font-weight: 600; line-height: 1.1; color: var(--linen-0); text-align: center; transition: background var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard); }
#top .rail__btn svg { width: 20px; height: 20px; flex: none; }
#top .rail__btn:hover { background: var(--petrol-600); }
#top .rail__btn[aria-expanded="true"] { background: var(--linen-0); color: var(--petrol-600); }
#top .rail__btn:focus-visible { box-shadow: 0 0 0 3px rgba(255,255,255,.55); }
#top .rail__sheet { position: absolute; right: 88px; top: 50%; transform: translateY(-50%); width: 360px; max-width: calc(100vw - 112px); background: var(--linen-0); border: 1px solid var(--stone-200); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 10px 10px 12px; }
#top .rail__sheet-head { display: flex; justify-content: space-between; align-items: center; padding: 4px 6px 6px 12px; }
#top .rail__close { all: unset; cursor: pointer; width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius-sm); color: var(--stone-600); }
#top .rail__close svg { width: 18px; height: 18px; }
#top .rail__close:hover { background: var(--linen-100); color: var(--ink-900); }
#top .rail__close:focus-visible { box-shadow: var(--ring-focus); }
#top .rail__item { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 12px; row-gap: 2px; align-items: center; padding: 10px 12px; min-height: 56px; border-radius: var(--radius-md); text-decoration: none; color: var(--ink-900); transition: background var(--duration-fast) var(--ease-standard); }
#top .rail__item:hover { background: var(--linen-100); color: var(--ink-900); }
#top .rail__item:focus-visible { box-shadow: var(--ring-focus); }
#top .rail__item-main { display: contents; }
#top .rail__item b { grid-column: 1; grid-row: 1; white-space: nowrap; }
#top .rail__item > .badge, #top .rail__item-row > .badge { grid-column: 2; grid-row: 1; justify-self: end; }
#top .rail__item b { font-weight: 600; font-size: 15px; }
#top .rail__item-sub { grid-column: 1 / -1; font-size: 14px; color: var(--stone-600); font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
#top .rail__item .badge { flex: none; }
#top .rail__item--stack { display: flex; flex-direction: column; align-items: stretch; gap: 6px; }
#top .rail__item-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 12px; row-gap: 2px; align-items: center; }
#top .rail__note { font-size: 13px; line-height: 1.4; color: var(--stone-600); }
#top .rail__note.is-warn { color: var(--warning-600); font-weight: 600; }
#top .rail__note:empty { display: none; }
#top .rail__route { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--petrol-500); }
#top .rail__route svg { width: 16px; height: 16px; }
#top .rail__hint { margin: 6px 12px 2px; font-size: 13px; line-height: 1.45; color: var(--stone-600); }
#top .rail__more { display: block; margin: 6px 12px 2px; font-size: 14px; font-weight: 600; color: var(--petrol-500); text-decoration: none; min-height: 32px; }
#top .rail__more:hover { color: var(--petrol-600); text-decoration: underline; }
#top .rail__item.is-mail .rail__item-sub { color: var(--petrol-500); font-weight: 600; }
@media (max-width: 1360px) {
  #top .rail { right: 4px; }
  #top .rail__bar { padding: 4px; gap: 2px; }
  #top .rail__btn { width: 44px; min-height: 44px; padding: 0; }
  #top .rail__btn span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  #top .rail__sheet { right: 60px; }
}
@media (max-width: 1080px) {
  #top .rail { top: auto; right: 0; bottom: 0; left: 0; transform: none; align-items: stretch; }
  #top .rail__bar { flex-direction: row; gap: 6px; border-radius: 0; border-width: 1px 0 0; padding: 6px 10px calc(6px + env(safe-area-inset-bottom)); box-shadow: 0 -6px 16px rgba(45, 38, 30, 0.14); }
  #top .rail__btn { flex: 1; width: auto; min-height: 48px; flex-direction: row; gap: 8px; font-size: 14px; padding: 8px 4px; }
  #top .rail__btn span { position: static; width: auto; height: auto; overflow: visible; clip: auto; }
  #top .rail__sheet { position: fixed; left: 10px; right: 10px; bottom: calc(70px + env(safe-area-inset-bottom)); top: auto; transform: none; width: auto; max-width: none; }
  #top { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
}
@media print { #top .rail { display: none; } }



#top .cz-gate { box-sizing: border-box; width: min(560px, calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 32px); padding: 0; margin: auto; border: 0; border-radius: var(--radius-lg); overflow: hidden; background: var(--linen-0); color: var(--ink-900); font-family: var(--font-sans); box-shadow: 0 24px 64px rgba(27, 37, 40, 0.22), 0 6px 18px rgba(27, 37, 40, 0.10); }
#top .cz-gate[open] { display: flex; flex-direction: column; animation: cz-gate-in 280ms cubic-bezier(0.16, 1, 0.3, 1) both; }
#top .cz-gate::backdrop { background: rgba(27, 37, 40, 0.42); animation: cz-gate-fade 200ms var(--ease-out) both; }
@keyframes cz-gate-in { from { opacity: 0; transform: translateY(14px) scale(0.98); } to { opacity: 1; transform: none; } }
@keyframes cz-gate-sheet { from { transform: translateY(100%); } to { transform: none; } }
@keyframes cz-gate-fade { from { opacity: 0; } to { opacity: 1; } }
#top .cz-gate__head { flex: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 12px 14px 24px; border-bottom: 1px solid var(--stone-200); }
#top .cz-gate__title { margin: 0; font-family: var(--font-display); font-size: 22px; font-weight: 500; letter-spacing: -0.01em; line-height: 1.2; color: var(--ink-900); text-wrap: balance; }
#top .cz-gate__close { all: unset; box-sizing: border-box; flex: none; width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius-full); color: var(--stone-600); cursor: pointer; transition: background var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard); }
#top .cz-gate__close:hover { background: var(--linen-100); color: var(--ink-900); }
#top .cz-gate__body { flex: 1 1 auto; min-height: 0; overflow-y: auto; display: flex; flex-direction: column; gap: 24px; padding: 20px 24px 24px; overscroll-behavior: contain; }
#top .cz-gate__lead { margin: 0; font-size: 15px; line-height: 1.55; color: var(--stone-600); max-width: 52ch; }
#top .cz-gate__field { display: flex; flex-direction: column; gap: 10px; }
#top .cz-gate__label { font-size: 14px; font-weight: 600; line-height: 1.3; color: var(--ink-900); }
#top .cz-gate__field.is-attention .cz-gate__label { color: var(--warning-600); }
#top .cz-gate__chips { display: flex; flex-wrap: wrap; gap: 8px; }
#top .cz-gate__chip { all: unset; box-sizing: border-box; cursor: pointer; display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; border: 1px solid var(--stone-300); border-radius: var(--radius-full); background: var(--linen-0); color: var(--ink-800); font-size: 15px; font-weight: 500; line-height: 1.2; white-space: nowrap; transition: background var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard), padding var(--duration-base) var(--ease-out); }
#top .cz-gate__chip:hover { background: var(--linen-50); border-color: var(--stone-400); }
#top .cz-gate__chip[aria-pressed="true"] { padding-left: 12px; background: var(--petrol-50); border-color: var(--petrol-100); color: var(--petrol-700); }
#top .cz-gate__check { flex: none; width: 0; height: 18px; margin-right: 0; opacity: 0; transition: width var(--duration-base) var(--ease-out), margin var(--duration-base) var(--ease-out), opacity var(--duration-fast) var(--ease-standard); }
#top .cz-gate__chip[aria-pressed="true"] .cz-gate__check { width: 18px; margin-right: 8px; opacity: 1; }
#top .cz-gate__sub { margin-left: 8px; font-size: 13px; font-weight: 400; color: var(--stone-600); }
#top .cz-gate__chip[aria-pressed="true"] .cz-gate__sub { color: var(--petrol-600); }
#top .cz-gate__field.is-attention .cz-gate__chip { border-color: var(--warning-500); }
#top .cz-gate__hint { margin: -12px 0 0; font-size: 14px; font-weight: 600; color: var(--warning-600); }
#top .cz-gate__note { margin: 0; display: flex; align-items: flex-start; gap: 10px; padding: 12px 14px; border-radius: var(--radius-md); background: var(--linen-50); font-size: 14px; line-height: 1.5; color: var(--stone-700); }
#top .cz-gate__note svg { flex: none; width: 18px; height: 18px; margin-top: 1px; color: var(--petrol-500); }
#top .cz-gate__note a { color: var(--petrol-600); font-weight: 600; text-decoration: none; font-variant-numeric: tabular-nums; white-space: nowrap; }
#top .cz-gate__note a:hover { text-decoration: underline; }
#top .cz-gate__nowrap { white-space: nowrap; }
#top .cz-gate__foot { flex: none; display: flex; align-items: center; justify-content: flex-end; gap: 8px; padding: 12px 16px 12px 12px; border-top: 1px solid var(--stone-200); background: var(--linen-0); }
#top .cz-gate__skip { all: unset; box-sizing: border-box; cursor: pointer; margin-right: auto; min-height: 44px; padding: 0 14px; display: inline-flex; align-items: center; border-radius: var(--radius-full); font-size: 15px; font-weight: 600; color: var(--petrol-600); transition: background var(--duration-fast) var(--ease-standard); }
#top .cz-gate__skip:hover { background: var(--petrol-50); }
#top .cz-gate__btn { all: unset; box-sizing: border-box; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 22px; border-radius: var(--radius-full); background: var(--petrol-500); color: var(--linen-0); font-size: 15px; font-weight: 600; white-space: nowrap; box-shadow: 0 1px 2px rgba(27, 37, 40, 0.12); transition: background var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard); }
#top .cz-gate__btn:hover { background: var(--petrol-600); box-shadow: 0 4px 12px rgba(27, 37, 40, 0.18); }
#top .cz-gate__btn[aria-disabled="true"] { background: var(--stone-100); color: var(--stone-500); box-shadow: none; cursor: not-allowed; }
#top .cz-gate__close:focus-visible, #top .cz-gate__chip:focus-visible, #top .cz-gate__skip:focus-visible, #top .cz-gate__btn:focus-visible { box-shadow: var(--ring-focus); }
@media (max-width: 600px) {
  #top .cz-gate { width: 100%; max-height: 92dvh; margin: auto 0 0; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
  #top .cz-gate[open] { animation: cz-gate-sheet 320ms cubic-bezier(0.16, 1, 0.3, 1) both; }
  #top .cz-gate__head { padding-left: 20px; }
  #top .cz-gate__body { padding: 16px 20px 20px; gap: 20px; }
  #top .cz-gate__foot { padding-bottom: calc(12px + env(safe-area-inset-bottom)); }
}
@media (max-width: 440px) {
  #top .cz-gate__foot { flex-direction: column-reverse; align-items: stretch; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); }
  #top .cz-gate__skip { margin: 0; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) { #top .cz-gate[open], #top .cz-gate::backdrop { animation: none; } #top .cz-gate * { transition: none !important; } }


#top .rv { box-sizing: border-box; min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; padding: 32px 16px calc(24px + env(safe-area-inset-bottom)); }
#top .rv__logo { display: block; line-height: 0; border-radius: var(--radius-sm); }
#top .rv__logo img { width: 148px; height: auto; }
#top .rv__card { box-sizing: border-box; width: 100%; max-width: 440px; background: var(--linen-0); border: 1px solid var(--stone-200); border-radius: var(--radius-xl); box-shadow: 0 12px 32px rgba(45, 38, 30, 0.06), 0 2px 6px rgba(45, 38, 30, 0.04); padding: 36px 28px 30px; }
#top .rv [hidden] { display: none !important; }
#top .rv__step { display: flex; flex-direction: column; align-items: center; text-align: center; }
#top .rv__step.is-entering { animation: rv-in 320ms cubic-bezier(0.16, 1, 0.3, 1) both; }
@keyframes rv-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
#top .rv__place { margin: 0 0 14px; display: inline-flex; align-items: center; gap: 6px; padding: 5px 12px 5px 9px; border-radius: var(--radius-full); background: var(--linen-100); font-size: 13px; font-weight: 600; color: var(--stone-700); }
#top .rv__place svg { width: 15px; height: 15px; flex: none; color: var(--petrol-500); }
#top .rv__title { margin: 0; font-family: var(--font-display); font-size: clamp(26px, 7vw, 30px); font-weight: 500; line-height: 1.15; letter-spacing: -0.015em; color: var(--ink-900); text-wrap: balance; outline: none; }
#top .rv__lead { margin: 10px 0 0; font-size: 16px; line-height: 1.55; color: var(--stone-600); text-wrap: pretty; max-width: 34ch; }

#top .rv__branches { width: 100%; margin-top: 24px; display: grid; gap: 10px; }
#top .rv__branch { all: unset; box-sizing: border-box; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 64px; padding: 12px 18px; border: 1px solid var(--stone-300); border-radius: var(--radius-lg); text-align: left; background: var(--linen-0); transition: border-color var(--duration-fast) var(--ease-standard), background var(--duration-fast) var(--ease-standard); }
#top .rv__branch:hover { border-color: var(--petrol-300); background: var(--petrol-50); }
#top .rv__branch-name { display: block; font-size: 17px; font-weight: 600; color: var(--ink-900); }
#top .rv__branch-sub { display: block; margin-top: 2px; font-size: 14px; color: var(--stone-600); }
#top .rv__branch svg { width: 20px; height: 20px; flex: none; color: var(--petrol-500); }

#top .rv__stars { margin-top: 26px; display: flex; justify-content: center; gap: 2px; }
#top .rv__star { all: unset; box-sizing: border-box; cursor: pointer; width: 58px; height: 58px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--radius-full); -webkit-tap-highlight-color: transparent; }
#top .rv__star svg { width: 42px; height: 42px; fill: transparent; stroke: var(--stone-400); stroke-width: 1.5; stroke-linejoin: round; transition: fill var(--duration-fast) var(--ease-standard), stroke var(--duration-fast) var(--ease-standard), transform var(--duration-base) cubic-bezier(0.34, 1.56, 0.64, 1); }
#top .rv__star.is-on svg { fill: var(--rating-fill); stroke: var(--rating-stroke); }
#top .rv__star:hover svg { transform: scale(1.08); }
#top .rv__star[aria-checked="true"] svg { transform: scale(1.12); }
#top .rv__star:focus-visible { box-shadow: var(--ring-focus); }
#top .rv__stars--static { margin: 0 0 16px; gap: 2px; }
#top .rv__star--mini { width: auto; height: auto; cursor: default; }
#top .rv__stars--static .rv__star--mini svg { width: 24px; height: 24px; transform: none !important; }
#top .rv__scale { margin: 6px 0 0; min-height: 22px; font-size: 15px; font-weight: 600; color: var(--stone-700); }

#top .rv__progress { width: 100%; max-width: 240px; height: 4px; margin: 24px 0 20px; border-radius: var(--radius-full); background: var(--linen-100); overflow: hidden; }
#top .rv__progress span { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--petrol-500); }

#top .rv__btn { all: unset; box-sizing: border-box; cursor: pointer; width: 100%; min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: var(--radius-full); background: var(--petrol-500); color: var(--linen-0); font-size: 16px; font-weight: 600; text-decoration: none; transition: background var(--duration-fast) var(--ease-standard); }
#top .rv__btn:hover { background: var(--petrol-600); color: var(--linen-0); }
#top .rv__btn:focus-visible { box-shadow: var(--ring-focus); }
#top .rv__btn svg { width: 18px; height: 18px; flex: none; }
#top .rv__btn:disabled { cursor: progress; background: var(--petrol-400); }
#top .rv__back { all: unset; box-sizing: border-box; cursor: pointer; margin-top: 14px; min-height: 44px; padding: 0 12px; display: inline-flex; align-items: center; gap: 6px; border-radius: var(--radius-full); font-size: 15px; font-weight: 600; color: var(--stone-600); transition: background var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard); }
#top .rv__back:hover { background: var(--linen-100); color: var(--ink-900); }
#top .rv__back:focus-visible { box-shadow: var(--ring-focus); }
#top .rv__back svg { width: 16px; height: 16px; flex: none; }

#top .rv__form { width: 100%; margin-top: 24px; display: flex; flex-direction: column; gap: 16px; text-align: left; }
#top .rv__field { display: flex; flex-direction: column; gap: 6px; }
#top .rv__field label { font-size: 14px; font-weight: 600; color: var(--ink-900); }
#top .rv__optional { font-weight: 400; color: var(--stone-600); }
#top .rv__field input, #top .rv__field textarea { box-sizing: border-box; width: 100%; margin: 0; padding: 12px 14px; border: 1px solid var(--stone-300); border-radius: var(--radius-md); background: var(--linen-0); color: var(--ink-900); font: 400 16px/1.5 var(--font-sans); box-shadow: none; transition: border-color var(--duration-fast) var(--ease-standard), box-shadow var(--duration-fast) var(--ease-standard); }
#top .rv__field textarea { min-height: 128px; resize: vertical; }
#top .rv__field input:hover, #top .rv__field textarea:hover { border-color: var(--stone-400); }
#top .rv__field input:focus, #top .rv__field textarea:focus { outline: none; border-color: var(--petrol-500); box-shadow: var(--ring-focus); }
#top .rv__hint { margin: 0; font-size: 13px; line-height: 1.45; color: var(--stone-600); }
#top .rv__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
#top .rv__consent { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; font-size: 14px; line-height: 1.5; color: var(--stone-700); cursor: pointer; }
#top .rv__consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--petrol-500); cursor: pointer; }
#top .rv__consent a { color: var(--petrol-600); }
#top .rv__error { margin: 0; padding: 12px 14px; border-radius: var(--radius-md); background: var(--warning-50); color: var(--warning-600); font-size: 14px; line-height: 1.5; font-weight: 600; }
#top .rv__error a { color: inherit; }
#top .rv__alt { width: 100%; margin-top: 10px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 4px 12px; }
#top .rv__alt .rv__back { margin: 0 0 0 -12px; }
#top .rv__quiet { min-height: 44px; display: inline-flex; align-items: center; font-size: 14px; color: var(--stone-600); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--stone-300); }
#top .rv__quiet:hover { color: var(--ink-900); text-decoration-color: currentColor; }

#top .rv__done { width: 64px; height: 64px; margin-bottom: 18px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-full); background: var(--petrol-50); color: var(--petrol-600); }
#top .rv__done svg { width: 30px; height: 30px; }
#top .rv__urgent { margin: 22px 0 0; width: 100%; box-sizing: border-box; display: flex; align-items: flex-start; justify-content: center; gap: 8px; padding: 12px 14px; border-radius: var(--radius-md); background: var(--linen-50); font-size: 14px; line-height: 1.5; color: var(--stone-700); }
#top .rv__urgent svg { width: 17px; height: 17px; flex: none; margin-top: 2px; color: var(--petrol-500); }
#top .rv__urgent a { color: var(--petrol-600); font-weight: 600; text-decoration: none; white-space: nowrap; font-variant-numeric: tabular-nums; }

#top .rv__foot { display: flex; gap: 18px; }
#top .rv__foot a { font-size: 13px; color: var(--stone-600); text-decoration: none; min-height: 32px; display: inline-flex; align-items: center; }
#top .rv__foot a:hover { color: var(--ink-900); text-decoration: underline; }

@media (max-width: 400px) {
  #top .rv__card { padding: 30px 18px 24px; }
  #top .rv__star { width: 52px; height: 52px; }
  #top .rv__star svg { width: 38px; height: 38px; }
}
@media (prefers-reduced-motion: reduce) { #top .rv__step.is-entering { animation: none; } #top .rv * { transition: none !important; } }


html { scroll-behavior: smooth; scroll-padding-top: 76px; }
