*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f8f7f3;color:#182642;font-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:none}:focus-visible{outline:2px solid #058181;outline-offset:3px;border-radius:4px}::selection{background:rgba(5, 129, 129, 0.18)}h1,h2,h3,h4{font-family:"Instrument Serif", "Georgia", serif;font-weight:400;color:#182642;letter-spacing:-0.01em;margin:0 0 1rem;line-height:1.1}h1{font-size:clamp(2.75rem, 6vw, 4.75rem)}h2{font-size:clamp(2.25rem, 4.2vw, 3.25rem)}h3{font-size:clamp(1.5rem, 2vw, 1.875rem)}h4{font-size:1.25rem;font-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;font-weight:600}p{margin:0 0 1rem;color:#5b6577}.eyebrow{display:inline-flex;align-items:center;gap:0.5rem;font-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;font-size:0.78rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:#058181}.eyebrow::before{content:"";width:28px;height:1px;background:currentColor}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (min-width:800px){.container{padding:0 2rem}}.container--narrow{max-width:880px}.section{padding:clamp(4rem, 8vw, 7rem) 0}.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.95rem 1.6rem;border-radius:999px;font-weight:600;font-size:0.95rem;transition:transform 180ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1), background 320ms cubic-bezier(0.22, 1, 0.36, 1), color 320ms cubic-bezier(0.22, 1, 0.36, 1)}.btn:hover{transform:translateY(-1px)}.btn--primary{background:#058181;color:#fff;box-shadow:0 18px 48px -16px rgba(5, 129, 129, 0.35)}.btn--primary:hover{background:#036b6b}.btn--ghost{background:rgba(255, 255, 255, 0.12);color:#fff;border:1px solid rgba(255, 255, 255, 0.35);backdrop-filter:blur(6px)}.btn--ghost:hover{background:rgba(255, 255, 255, 0.22)}.btn--outline{background:transparent;color:#182642;border:1.5px solid #182642}.btn--outline:hover{background:#182642;color:#fff}.section-head{text-align:center;max-width:640px;margin:0 auto 3rem}.section-head p{font-size:1.05rem}@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.fade-up{animation:fadeUp 600ms cubic-bezier(0.22, 1, 0.36, 1) both}.fade-in{animation:fadeIn 600ms cubic-bezier(0.22, 1, 0.36, 1) both}.delay-1{animation-delay:80ms}.delay-2{animation-delay:180ms}.delay-3{animation-delay:280ms}.delay-4{animation-delay:380ms}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.001ms !important;animation-iteration-count:1 !important;transition-duration:0.001ms !important;scroll-behavior:auto !important}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.mobile-nav{position:fixed;inset:auto 0 0 0;background:#f8f7f3;padding:1.25rem 1.5rem 2rem;border-top:1px solid rgba(24, 38, 66, 0.08);box-shadow:0 -20px 60px -20px rgba(24, 38, 66, 0.18);max-height:0;overflow:hidden;visibility:hidden;transition:max-height 320ms cubic-bezier(0.22, 1, 0.36, 1), visibility 320ms;z-index:60}.mobile-nav--open{max-height:100vh;visibility:visible;top:0;bottom:0;padding-top:5rem;overflow-y:auto}.mobile-nav nav{display:flex;flex-direction:column;gap:0.25rem;max-width:1200px;margin:0 auto}.mobile-nav a{padding:1rem 0;font-size:1.15rem;font-weight:500;color:#182642;border-bottom:1px solid rgba(24, 38, 66, 0.08)}.mobile-nav a:last-child{border-bottom:0}.mobile-nav__cta{margin-top:1.5rem;justify-content:center;border-bottom:0 !important;padding:0.95rem 1.6rem !important;color:#fff !important;font-size:1rem !important}@media (min-width:1024px){.mobile-nav{display:none}}@media (max-width:520px){.header__inner{padding:0.75rem 0;gap:0.75rem}.header__logo img{height:36px}.topbar{font-size:0.78rem}.topbar__inner{padding:0.5rem 0;gap:0.5rem}.topbar__sep{display:none}}@media (max-width:640px){.hero{min-height:clamp(480px, 90vh, 640px)}.hero__inner{padding:4rem 0 6rem}.hero h1{font-size:clamp(2.25rem, 9vw, 3.25rem)}.hero__sub{font-size:1rem}.hero__cta .btn{width:100%;justify-content:center}.hero__scroll{display:none}.announcement{margin-top:-2rem;padding-bottom:2rem}.announcement__card{padding:1.25rem;border-radius:1rem;gap:1rem}.section{padding:3.5rem 0}.section-head{margin-bottom:2rem}.phone-banner{padding:2.5rem 0}.phone-banner__phone{font-size:1.2rem;padding:0.65rem 1.2rem}.hours__card{padding:1.5rem}.hours__time{font-size:1rem}.emergency__card{padding:1.25rem}.emergency__number{font-size:1.6rem}.emergency__alert{padding:1.25rem 1.5rem;text-align:left}.footer{padding:3rem 0 1.25rem}.footer__bottom{flex-direction:column;align-items:flex-start;gap:0.25rem}}@media (max-width:800px){.about__grid{gap:2rem}.about__media::after{display:none}.about__stats{grid-template-columns:repeat(3, 1fr);gap:0.5rem}.about__stat-num{font-size:1.75rem}.about__stat-label{font-size:0.78rem}}:where([id]){scroll-margin-top:90px}@font-face{font-display:swap;font-family:"Instrument Serif";font-style:normal;font-weight:400;src:url("../../files/tpl/fonts/instrument-serif-v5-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Instrument Serif";font-style:italic;font-weight:400;src:url("../../files/tpl/fonts/instrument-serif-v5-latin-italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Inter";font-style:normal;font-weight:400;src:url("../../files/tpl/fonts/inter-v20-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Inter";font-style:normal;font-weight:500;src:url("../../files/tpl/fonts/inter-v20-latin-500.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Inter";font-style:normal;font-weight:600;src:url("../../files/tpl/fonts/inter-v20-latin-600.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Inter";font-style:normal;font-weight:700;src:url("../../files/tpl/fonts/inter-v20-latin-700.woff2") format("woff2")}.topbar{background:#182642;color:rgba(255, 255, 255, 0.92);font-size:0.85rem}.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.75rem 0;flex-wrap:wrap}.topbar__item{display:inline-flex;align-items:center;gap:0.5rem}.topbar__item a{transition:color 180ms cubic-bezier(0.22, 1, 0.36, 1)}.topbar__item a:hover{color:#739343}.topbar__sep{width:1px;height:14px;background:rgba(255, 255, 255, 0.2)}.topbar .icon{width:14px;height:14px;color:#739343}.header{position:sticky;top:0;z-index:50;background:rgba(248, 247, 243, 0.85);backdrop-filter:saturate(160%) blur(14px);border-bottom:1px solid rgba(24, 38, 66, 0.06)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 0}.header__logo{display:inline-flex;align-items:center}.header__logo img{height:44px;width:auto}.header__nav{display:none;gap:2rem}@media (min-width:1024px){.header__nav{display:flex}}.header__nav a{position:relative;font-size:0.95rem;font-weight:500;color:#182642;padding:0.5rem 0;transition:color 180ms cubic-bezier(0.22, 1, 0.36, 1)}.header__nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#058181;transform:scaleX(0);transform-origin:left;transition:transform 320ms cubic-bezier(0.22, 1, 0.36, 1)}.header__nav a:hover{color:#058181}.header__nav a:hover::after{transform:scaleX(1)}.header__cta{display:none}@media (min-width:800px){.header__cta{display:inline-flex}}.header__burger{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:#182642;color:#fff}@media (min-width:1024px){.header__burger{display:none}}.hero{position:relative;isolation:isolate;min-height:clamp(560px, 78vh, 760px);display:flex;align-items:center;overflow:hidden;color:#fff}.hero__bg{position:absolute;inset:0;z-index:-2}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center 60%;transform:scale(1.02)}.hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg, rgba(24, 38, 66, 0.55) 0%, rgba(24, 38, 66, 0.15) 35%, rgba(24, 38, 66, 0.75) 100%), linear-gradient(110deg, rgba(5, 129, 129, 0.35) 0%, transparent 55%)}.hero__inner{padding:6rem 0 8rem;max-width:760px}.hero__eyebrow{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;background:rgba(255, 255, 255, 0.14);backdrop-filter:blur(8px);border:1px solid rgba(255, 255, 255, 0.3);border-radius:999px;font-size:0.78rem;font-weight:600;letter-spacing:0.16em;text-transform:uppercase;margin-bottom:1.5rem}.hero h1{color:#fff;font-size:clamp(2.75rem, 6.5vw, 5rem);line-height:1.02;margin-bottom:1.5rem}.hero__sub{font-size:clamp(1.05rem, 1.5vw, 1.25rem);color:rgba(255, 255, 255, 0.88);max-width:540px;margin-bottom:2rem}.hero__cta{display:flex;flex-wrap:wrap;gap:0.75rem}.hero__scroll{position:absolute;left:50%;bottom:1.5rem;transform:translateX(-50%);color:rgba(255, 255, 255, 0.7);font-size:0.78rem;letter-spacing:0.18em;text-transform:uppercase;display:inline-flex;flex-direction:column;align-items:center;gap:0.5rem;animation:float 3s ease-in-out infinite}.announcement{position:relative;margin-top:-3rem;padding:0 0 3rem}.announcement__card{display:grid;grid-template-columns:auto 1fr auto;gap:1.5rem;align-items:center;padding:1.5rem 2rem;background:#fff;border:1px solid #e3e6ea;border-left:4px solid #739343;border-radius:1.25rem;box-shadow:0 28px 60px -24px rgba(24, 38, 66, 0.22)}@media (max-width:800px){.announcement__card{grid-template-columns:auto 1fr}.announcement__card__action{grid-column:1 / -1}}.announcement__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:0.875rem;background:#eef3e6;color:#739343}.announcement__label{display:block;font-size:0.72rem;font-weight:700;letter-spacing:0.18em;text-transform:uppercase;color:#739343;margin-bottom:2px}.announcement__text{margin:0;color:#182642;font-weight:500}.announcement__text strong{color:#182642}.announcement__action{font-size:0.85rem;color:#058181;font-weight:600;white-space:nowrap}.features{padding:3rem 0 4rem}.features__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem}@media (min-width:800px){.features__grid{grid-template-columns:repeat(4, 1fr)}}.features__item{text-align:center;padding:1.5rem 1rem;border-radius:1.25rem;transition:transform 320ms cubic-bezier(0.22, 1, 0.36, 1), background 320ms cubic-bezier(0.22, 1, 0.36, 1)}.features__item:hover{transform:translateY(-4px);background:#fff;box-shadow:0 12px 28px -12px rgba(24, 38, 66, 0.18)}.features__icon{width:56px;height:56px;margin:0 auto 1rem;display:grid;place-items:center;border-radius:50%;background:#e6f3f3;color:#058181}.features__title{font-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;font-weight:600;font-size:1.05rem;color:#182642;margin-bottom:0.25rem}.features__desc{font-size:0.9rem;margin:0;color:#5b6577}.about{background:#f1f4f6}.about__grid{display:grid;gap:3rem;align-items:center}@media (min-width:1024px){.about__grid{grid-template-columns:1fr 1.05fr;gap:4rem}}.about__copy h2{margin-bottom:1.5rem}.about__lead{font-size:1.1rem;color:#182642;margin-bottom:1.5rem}.about__media{position:relative}.about__media img{width:100%;aspect-ratio:1.3333333333;object-fit:cover;border-radius:1.75rem;box-shadow:0 28px 60px -24px rgba(24, 38, 66, 0.22)}.about__media::after{content:"";position:absolute;inset:0rem 1.5rem;border-radius:1.75rem;border:2px solid #739343;z-index:-1;opacity:0.6}.about__stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e3e6ea}.about__stat-num{display:block;font-family:"Instrument Serif", "Georgia", serif;font-size:2.25rem;color:#058181;line-height:1;margin-bottom:0.25rem}.about__stat-label{font-size:0.85rem;color:#5b6577}.phone-banner{background:radial-gradient(circle at 15% 50%, rgba(115, 147, 67, 0.35) 0%, transparent 55%), linear-gradient(135deg, #058181 0%, #036b6b 100%);color:#fff;padding:4rem 0;text-align:center;position:relative;overflow:hidden}.phone-banner::before{content:"";position:absolute;right:-120px;top:-120px;width:320px;height:320px;border-radius:50%;background:rgba(255, 255, 255, 0.05)}.phone-banner h3{color:#fff;font-size:clamp(1.75rem, 3vw, 2.5rem);margin-bottom:0.75rem}.phone-banner__text{color:rgba(255, 255, 255, 0.92);font-size:1.05rem;margin:0}.phone-banner__text strong{display:inline-block;padding:0 0.5rem;font-weight:700;letter-spacing:0.04em}.phone-banner__phone{display:inline-flex;align-items:center;gap:0.5rem;margin-top:1.5rem;padding:0.75rem 1.5rem;background:rgba(255, 255, 255, 0.12);border:1px solid rgba(255, 255, 255, 0.3);border-radius:999px;font-family:"Instrument Serif", "Georgia", serif;font-size:1.5rem;color:#fff;transition:background 180ms cubic-bezier(0.22, 1, 0.36, 1)}.phone-banner__phone:hover{background:rgba(255, 255, 255, 0.2)}.team__grid{display:grid;gap:1.5rem;grid-template-columns:1fr;justify-content:center}@media (min-width:800px){.team__grid{grid-template-columns:repeat(auto-fit, minmax(280px, 360px));justify-content:center}}.team__card{background:#fff;border:1px solid #e3e6ea;border-radius:1.75rem;overflow:hidden;transition:transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1)}.team__card:hover{transform:translateY(-6px);box-shadow:0 28px 60px -24px rgba(24, 38, 66, 0.22)}.team__photo{aspect-ratio:0.8;overflow:hidden;background:#f1f4f6}.team__photo img{width:100%;height:100%;object-fit:cover;transition:transform 600ms cubic-bezier(0.22, 1, 0.36, 1)}.team__card:hover .team__photo img{transform:scale(1.04)}.team__body{padding:1.5rem 1.5rem 2rem}.team__role{font-size:0.75rem;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;color:#058181;margin-bottom:0.5rem}.team__name{font-family:"Instrument Serif", "Georgia", serif;font-size:1.6rem;color:#182642;margin-bottom:0.75rem;line-height:1.1}.team__bio{font-size:0.95rem;margin:0;color:#5b6577}.hours{background:#f1f4f6}.hours__grid{display:grid;gap:2rem;align-items:start}@media (min-width:1024px){.hours__grid{grid-template-columns:1fr 1.1fr;gap:4rem}}.hours__intro h2{margin-bottom:1rem}.hours__note{display:flex;gap:0.75rem;padding:1rem;margin-top:1.5rem;background:#fff;border-radius:0.875rem;border:1px solid #e3e6ea;font-size:0.92rem;color:#5b6577}.hours__note .icon{flex-shrink:0;color:#058181}.hours__card{background:#fff;border:1px solid #e3e6ea;border-radius:1.75rem;padding:2rem 2rem 1.5rem;box-shadow:0 12px 28px -12px rgba(24, 38, 66, 0.18)}.hours__row{display:flex;justify-content:space-between;align-items:baseline;padding:0.75rem 0;border-bottom:1px solid rgba(24, 38, 66, 0.06)}.hours__row:last-child{border-bottom:0}.hours__day{font-weight:600;color:#182642}.hours__time{font-family:"Instrument Serif", "Georgia", serif;font-size:1.1rem;color:#182642;letter-spacing:0.02em}.hours__phone-row{display:flex;align-items:center;gap:0.75rem;margin-top:1.5rem;padding:1rem 1.5rem;background:#e6f3f3;border:1px solid rgba(5, 129, 129, 0.18);border-radius:1.25rem}.hours__phone-icon{flex-shrink:0;color:#058181}.hours__phone-row .hours__day{color:#036b6b}.hours__phone-row .hours__time--alt{color:#058181;font-style:normal;font-weight:600;margin-left:auto}.services{background:linear-gradient(180deg, #e6f3f3 0%, #f0f8f8 100%)}.services__pills{display:flex;flex-wrap:wrap;justify-content:center;gap:0.75rem;max-width:920px;margin:0 auto}.services__pill{display:inline-flex;align-items:center;gap:0.5rem;padding:0.7rem 1.15rem;background:#fff;border:1px solid rgba(5, 129, 129, 0.15);border-radius:999px;color:#182642;font-size:0.92rem;font-weight:500;box-shadow:0 1px 2px rgba(24, 38, 66, 0.06);transition:all 180ms cubic-bezier(0.22, 1, 0.36, 1)}.services__pill::before{content:"";width:6px;height:6px;border-radius:50%;background:#739343}.services__pill:hover{transform:translateY(-2px);border-color:#058181;box-shadow:0 12px 28px -12px rgba(24, 38, 66, 0.18)}.services__note{margin-top:3rem;text-align:center;font-size:0.95rem;color:#5b6577;max-width:720px;margin-left:auto;margin-right:auto}.organization__grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:800px){.organization__grid{grid-template-columns:repeat(3, 1fr)}}.organization__card{padding:2rem;background:#fff;border:1px solid #e3e6ea;border-radius:1.75rem;transition:transform 320ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1), border-color 320ms cubic-bezier(0.22, 1, 0.36, 1)}.organization__card:hover{transform:translateY(-4px);border-color:rgba(5, 129, 129, 0.4);box-shadow:0 12px 28px -12px rgba(24, 38, 66, 0.18)}.organization__icon{width:52px;height:52px;display:grid;place-items:center;border-radius:0.875rem;background:#e6f3f3;color:#058181;margin-bottom:1rem}.organization__title{font-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;font-weight:600;font-size:1.15rem;color:#182642;margin-bottom:0.5rem}.organization__text{font-size:0.95rem;margin:0;color:#5b6577}.organization__text strong{color:#182642;font-weight:600}.emergency{background:#182642;color:#fff;position:relative;overflow:hidden}.emergency::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 10%, rgba(5, 129, 129, 0.25) 0%, transparent 45%), radial-gradient(circle at 5% 90%, rgba(115, 147, 67, 0.18) 0%, transparent 50%);pointer-events:none}.emergency .section-head p{color:rgba(255, 255, 255, 0.75)}.emergency h2{color:#fff}.emergency .eyebrow{color:#739343}.emergency__grid{display:grid;gap:1rem;grid-template-columns:1fr;position:relative}@media (min-width:800px){.emergency__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1024px){.emergency__grid{grid-template-columns:repeat(4, 1fr)}}.emergency__card{display:flex;flex-direction:column;gap:0.75rem;padding:1.5rem;background:rgba(255, 255, 255, 0.04);border:1px solid rgba(255, 255, 255, 0.12);border-radius:1.25rem;backdrop-filter:blur(8px);transition:all 320ms cubic-bezier(0.22, 1, 0.36, 1)}.emergency__card:hover{background:rgba(255, 255, 255, 0.08);border-color:rgba(5, 129, 129, 0.5);transform:translateY(-3px)}.emergency__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:0.875rem;background:rgba(5, 129, 129, 0.2);color:#e6f3f3}.emergency__label{font-size:0.78rem;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:rgba(255, 255, 255, 0.65)}.emergency__name{font-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;font-weight:600;font-size:1.05rem;color:#fff;line-height:1.25}.emergency__number{font-family:"Instrument Serif", "Georgia", serif;font-size:1.85rem;color:#e6f3f3;letter-spacing:0.02em;margin-top:auto;transition:color 180ms cubic-bezier(0.22, 1, 0.36, 1)}.emergency__number:hover{color:#fff}.emergency__hint{font-size:0.82rem;color:rgba(255, 255, 255, 0.6);margin:0}.emergency__alert{position:relative;margin-top:2rem;padding:1.5rem 2rem;border-radius:1.25rem;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center;text-align:center}.emergency__alert strong{font-family:"Instrument Serif", "Georgia", serif;font-size:1.5rem}.directions{background:#f8f7f3}.directions__grid{display:grid;grid-template-columns:1fr 1.2fr;gap:clamp(1.5rem, 3vw, 2.5rem);align-items:stretch}@media (max-width:860px){.directions__grid{grid-template-columns:1fr}}.directions__info{display:flex;flex-direction:column;gap:1.25rem}.directions__block{background:#fff;border:1px solid #e3e6ea;border-radius:1rem;padding:1.1rem 1.25rem;box-shadow:0 12px 32px -24px rgba(24, 38, 66, 0.2)}.directions__block h3{font-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;font-size:1rem;font-weight:600;color:#182642;margin:0 0 0.4rem}.directions__block p{color:#5b6577;line-height:1.6;margin:0 0 0.75rem}.directions__block p:last-child{margin-bottom:0}.directions__block .btn{margin-top:0.25rem}.directions__map{position:relative;display:flex;flex-direction:column;border-radius:1rem;overflow:hidden;border:1px solid #e3e6ea;box-shadow:0 18px 48px -28px rgba(24, 38, 66, 0.3);min-height:420px;background:#e9eef2}.directions__map iframe{flex:1;width:100%;border:0;display:block;min-height:380px}@media (max-width:860px){.directions__map{min-height:340px}.directions__map iframe{min-height:300px}}.directions__map-link{display:block;padding:0.7rem 1rem;text-align:center;background:#fff;color:#058181;font-weight:600;text-decoration:none;border-top:1px solid #e3e6ea}.directions__map-link:hover,.directions__map-link:focus-visible{background:#f1faf9}.legal{padding:clamp(3rem, 6vw, 5rem) 0;background:#f8f7f3}.legal__head{max-width:760px;margin:0 auto 2rem;text-align:center}.legal__head h1{margin-bottom:0.75rem}.legal__head p{color:#5b6577;font-size:1.05rem}.legal__back{display:inline-flex;align-items:center;gap:0.4rem;margin-bottom:1.25rem;padding:0.5rem 0.9rem;border-radius:999px;background:#fff;border:1px solid #e3e6ea;color:#058181;font-weight:600;font-size:0.95rem;text-decoration:none;transition:background 0.2s, border-color 0.2s, transform 0.2s}.legal__back:hover,.legal__back:focus-visible{background:#f1faf9;border-color:#058181;transform:translateX(-2px)}.legal__content{max-width:800px;margin:0 auto;background:#fff;border:1px solid #e3e6ea;border-radius:1.5rem;padding:clamp(1.5rem, 4vw, 3rem);box-shadow:0 18px 48px -28px rgba(24, 38, 66, 0.25)}.legal__content h2{font-size:clamp(1.5rem, 2.4vw, 2rem);margin:2.5rem 0 1rem}.legal__content h2:first-child{margin-top:0}.legal__content h3{font-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;font-weight:600;font-size:1.05rem;margin:1.75rem 0 0.5rem;color:#182642}.legal__content p,.legal__content li{color:#5b6577;line-height:1.7}.legal__content ul,.legal__content ol{padding-left:1.25rem;margin:0 0 1rem}.legal__content li+li{margin-top:0.35rem}.legal__content a{color:#058181;text-decoration:underline}.legal__content strong{color:#182642}.legal__content .legal__placeholder{display:inline-block;padding:0.1rem 0.45rem;background:#fff7d6;border-radius:0.3rem;font-size:0.92em;color:#7a5a00}.a11y-widget{position:fixed;right:1.25rem;bottom:1.25rem;z-index:80;font-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif}.a11y-widget__toggle{width:52px;height:52px;border-radius:999px;background:#058181;color:#fff;display:grid;place-items:center;box-shadow:0 14px 32px -10px rgba(24, 38, 66, 0.4);transition:transform 180ms cubic-bezier(0.22, 1, 0.36, 1), background 180ms cubic-bezier(0.22, 1, 0.36, 1)}.a11y-widget__toggle:hover{transform:translateY(-2px);background:#046464}.a11y-widget__toggle:focus-visible{outline:3px solid #fff;outline-offset:3px}.a11y-widget__panel[hidden]{display:none}.a11y-widget__panel{position:absolute;right:0;bottom:calc(100% + 0.75rem);width:min(320px, calc(100vw - 2.5rem));background:#fff;color:#182642;border-radius:1.25rem;border:1px solid #e3e6ea;box-shadow:0 28px 60px -20px rgba(24, 38, 66, 0.3);padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.a11y-widget__head{display:flex;justify-content:space-between;align-items:center}.a11y-widget__head h3{margin:0;font-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;font-size:1rem;font-weight:600;letter-spacing:0.02em}.a11y-widget__close{width:32px;height:32px;border-radius:999px;color:#182642;display:grid;place-items:center;transition:background 180ms cubic-bezier(0.22, 1, 0.36, 1)}.a11y-widget__close:hover{background:#f1f4f6}.a11y-widget__group{display:flex;flex-direction:column;gap:0.5rem}.a11y-widget__label{font-size:0.72rem;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;color:#058181}.a11y-widget__row{display:grid;grid-template-columns:repeat(3, 1fr);gap:0.4rem}.a11y-widget__row--stack{grid-template-columns:1fr}.a11y-widget__row button{padding:0.6rem 0.8rem;border-radius:0.7rem;border:1px solid #e3e6ea;background:#f8f7f3;color:#182642;font-size:0.9rem;font-weight:500;transition:all 180ms cubic-bezier(0.22, 1, 0.36, 1);text-align:center}.a11y-widget__row button:hover{border-color:#058181;color:#058181}.a11y-widget__row button.is-active{background:#058181;border-color:#058181;color:#fff}.a11y-widget__reset{width:100%;padding:0.7rem;border-radius:0.7rem;background:transparent;border:1px solid #e3e6ea;color:#182642;font-size:0.85rem}.a11y-widget__reset:hover{background:#f1f4f6}.a11y-widget__hint{margin:0;font-size:0.78rem;color:#5b6577}.a11y-widget__hint a{color:#058181;text-decoration:underline}html{font-size:calc(16px * var(--a11y-font-scale, 1))}html.a11y-contrast{filter:contrast(1.15)}html.a11y-contrast body{background:#fff;color:#000}html.a11y-contrast .topbar,html.a11y-contrast .footer,html.a11y-contrast .emergency,html.a11y-contrast .phone-banner{filter:contrast(1.1) brightness(0.98)}html.a11y-contrast a{text-decoration:underline}html.a11y-contrast .btn--primary{background:#000;color:#fff}html.a11y-contrast .btn--outline{border-color:#000;color:#000}html.a11y-links a:not(.btn):not(.header__logo){text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:2px}html.a11y-motion *,html.a11y-motion *::before,html.a11y-motion *::after{animation-duration:0.001ms !important;animation-iteration-count:1 !important;transition-duration:0.001ms !important;scroll-behavior:auto !important}html.a11y-cursor,html.a11y-cursor *{cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><path d='M5 3 L5 30 L13 24 L18 36 L23 34 L18 22 L29 22 Z' fill='black' stroke='white' stroke-width='2'/></svg>") 2 2, auto !important}html.a11y-readable,html.a11y-readable body,html.a11y-readable h1,html.a11y-readable h2,html.a11y-readable h3,html.a11y-readable h4{font-family:"Atkinson Hyperlegible", "Verdana", system-ui, sans-serif !important;letter-spacing:0.01em;line-height:1.7}.footer{background:#0f1a30;color:rgba(255, 255, 255, 0.7);padding:4rem 0 1.5rem;font-size:0.92rem}.footer__grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:800px){.footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}.footer__brand img{height:48px;filter:brightness(0) invert(1);margin-bottom:1rem}.footer__brand p{color:rgba(255, 255, 255, 0.6);max-width:320px}.footer__title{font-family:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:0.12em;font-size:0.78rem;margin-bottom:1rem}.footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}.footer__list a{transition:color 180ms cubic-bezier(0.22, 1, 0.36, 1)}.footer__list a:hover{color:#739343}.footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.08);display:flex;justify-content:space-between;flex-wrap:wrap;gap:0.75rem;font-size:0.82rem;color:rgba(255, 255, 255, 0.5)}
