@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;700&display=swap";:root{--bg:#fcf9f8;--surface:#fff;--surface-soft:#f3efef;--surface-muted:#ebe6e6;--text:#191919;--muted:#5f5e5e;--line:#00000014;--primary:#b5000b;--primary-strong:#e30613;--dark:#121212;--radius:24px;--shadow:0 18px 50px #00000014;--shadow-strong:0 24px 70px #0000002e;--container:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}img{width:100%;display:block}button,input,select,textarea{font:inherit}.site-shell{min-height:100vh}.container{width:min(calc(100% - 32px), var(--container));margin:0 auto}.topbar{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fcf9f8d6;border-bottom:1px solid #0000000d;position:sticky;top:0}.topbar-inner{justify-content:space-between;align-items:center;gap:24px;min-height:82px;display:flex}.brand-mark{align-items:center;gap:14px;display:inline-flex}.brand-mark strong{font-family:Space Grotesk,sans-serif;font-size:1.2rem;line-height:1;display:block}.brand-mark small{color:var(--muted);margin-top:4px;font-size:.84rem;display:block}.brand-mark__accent{background:linear-gradient(135deg, var(--primary), var(--primary-strong));color:#fff;width:48px;height:48px;box-shadow:var(--shadow);border-radius:14px;place-items:center;font-family:Space Grotesk,sans-serif;font-size:1.3rem;font-weight:700;display:grid}.menu-toggle{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:14px;width:48px;height:48px;padding:0;display:none}.menu-toggle span{background:var(--dark);width:18px;height:2px;margin:4px auto;display:block}.nav{align-items:center;gap:20px;display:flex}.nav-link{color:var(--muted);font-weight:600;position:relative}.nav-link:after{content:"";background:linear-gradient(135deg, var(--primary), var(--primary-strong));transform-origin:0;width:100%;height:2px;transition:transform .25s;position:absolute;bottom:-8px;left:0;transform:scaleX(0)}.nav-link:hover:after,.nav-link.is-active:after{transform:scaleX(1)}.nav-link.is-active{color:var(--text)}.topbar-phone{white-space:nowrap;font-weight:700}.button{cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:0 22px;font-weight:700;transition:transform .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button--primary{background:linear-gradient(135deg, var(--primary), var(--primary-strong));color:#fff;box-shadow:0 18px 40px #b5000b3d}.button--secondary{color:var(--text);border-color:var(--line);background:#fff}.button--ghost{color:#fff;background:#ffffff1f;border-color:#ffffff38}.section{padding:92px 0}.section--soft{background:var(--surface-soft)}.section--dark{background:var(--dark);color:#fff}.page-hero{align-items:center;min-height:78vh;display:flex;position:relative;overflow:hidden}.page-hero--compact{min-height:58vh}.page-hero__media,.page-hero__media img,.page-hero__overlay{position:absolute;inset:0}.page-hero__media img{object-fit:cover;height:100%}.page-hero__overlay{background:linear-gradient(90deg,#121212e0 0%,#121212ad 40%,#12121240 100%)}.page-hero__content{z-index:1;color:#fff;max-width:760px;padding:120px 0 60px;position:relative}.eyebrow{min-height:34px;color:var(--primary-strong);letter-spacing:.12em;text-transform:uppercase;background:#e3061324;border-radius:999px;align-items:center;padding:0 14px;font-size:.74rem;font-weight:700;display:inline-flex}.page-hero__content .eyebrow{color:#fff;background:#ffffff1f}.page-hero h1,.section-title h2,.featured-card h3,.team-card h3,.feature-card h3,.service-card h3,.stat-card strong,.value-card h3,.info-card h3,.footer h3,.footer h4{font-family:Space Grotesk,sans-serif}.page-hero h1{letter-spacing:-.05em;margin:18px 0;font-size:clamp(2.8rem,6vw,5rem);line-height:.95}.page-hero p{color:#ffffffdb;margin:0;font-size:1.1rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.section-title{max-width:760px;margin-bottom:34px}.section-title--left{margin-bottom:28px}.section-title h2{letter-spacing:-.04em;margin:14px 0 12px;font-size:clamp(2rem,4vw,3.4rem);line-height:1}.section-title p{color:var(--muted);margin:0;font-size:1.03rem;line-height:1.75}.feature-grid,.service-grid,.team-grid,.value-grid,.stats-grid,.info-list,.contact-grid,.footer-grid{gap:24px;display:grid}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-card,.service-card,.value-card,.info-card,.card,.team-card,.stat-card,.featured-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #0000000d}.feature-card,.service-card,.value-card,.info-card,.stat-card{padding:28px}.feature-card h3,.service-card h3,.value-card h3,.info-card h3{margin:0 0 10px;font-size:1.35rem}.feature-card p,.service-card p,.value-card p,.info-card p,.card p,.stack-text p{color:var(--muted);margin:0;line-height:1.75}.split-layout{grid-template-columns:1.05fr .95fr;align-items:center;gap:34px;display:grid}.split-layout--start{align-items:start}.media-card,.map-frame{border-radius:var(--radius);min-height:380px;box-shadow:var(--shadow-strong);overflow:hidden}.media-card img,.map-frame iframe{object-fit:cover;border:0;width:100%;height:100%}.stack-text{gap:16px;margin-bottom:26px;display:grid}.stack-text--small{gap:10px;margin-bottom:22px}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-grid--full{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:26px}.service-card{position:relative;overflow:hidden}.service-card__index{width:42px;height:42px;color:var(--primary-strong);background:#e306131a;border-radius:12px;place-items:center;margin-bottom:18px;font-weight:700;display:inline-grid}.section-actions{margin-top:22px}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card{text-align:center;background:#ffffff0f;border-color:#ffffff14;padding:34px 20px}.stat-card strong{margin-bottom:8px;font-size:clamp(2rem,5vw,3.4rem);display:block}.stat-card span{color:#ffffffb3}.cta-banner{color:#fff;position:relative;overflow:hidden}.cta-banner__media,.cta-banner__media img{position:absolute;inset:0}.cta-banner__media img{object-fit:cover;filter:grayscale(.1);height:100%}.cta-banner:after{content:"";background:linear-gradient(90deg,#121212e0 0%,#12121285 55%,#121212d6 100%);position:absolute;inset:0}.cta-banner__content{z-index:1;justify-content:space-between;align-items:center;gap:24px;min-height:360px;display:flex;position:relative}.cta-banner h2{letter-spacing:-.04em;margin:16px 0 12px;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,4vw,3.2rem)}.cta-banner p{color:#ffffffc7;max-width:720px;margin:0;line-height:1.8}.featured-card{justify-content:space-between;align-items:center;gap:18px;padding:32px;display:flex}.featured-card h3{margin:14px 0 12px;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.05}.featured-card p{color:var(--muted);max-width:760px;margin:0;line-height:1.8}.featured-card__tag{background:linear-gradient(135deg, var(--primary), var(--primary-strong));color:#fff;border-radius:50%;place-items:center;min-width:120px;min-height:120px;font-family:Space Grotesk,sans-serif;font-size:1.1rem;display:grid;box-shadow:0 20px 40px #b5000b40}.value-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.team-card{overflow:hidden}.team-card__image{aspect-ratio:4/3;background:var(--surface-muted)}.team-card__image img{object-fit:cover;height:100%}.team-card__body{padding:24px}.team-card__role{color:var(--primary-strong);margin-bottom:10px;font-size:.9rem;font-weight:700;display:inline-block}.team-card h3{margin:0 0 10px;font-size:1.6rem}.team-card p{color:var(--muted);margin:0;line-height:1.75}.team-card__meta{gap:8px;margin-top:18px;display:grid}.team-card__meta a{color:var(--text);font-weight:600}.card{padding:30px}.card--form{padding:34px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:22px;display:grid}.form-grid__full{grid-column:1/-1}label{gap:8px;display:grid}label span{font-size:.92rem;font-weight:700}input,select,textarea{background:var(--surface-soft);width:100%;min-height:52px;color:var(--text);border:1px solid #00000014;border-radius:14px;padding:14px 16px}textarea{resize:vertical;min-height:130px}input:focus,select:focus,textarea:focus{border-color:var(--primary-strong);outline:2px solid #e306132e}.stack-side{gap:20px;display:grid}.info-list{grid-template-columns:repeat(1,minmax(0,1fr))}.info-list--three{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-grid{grid-template-columns:.95fr 1.05fr}.hours-list{gap:10px;margin:20px 0 24px;display:grid}.hours-row{background:var(--surface-soft);min-height:52px;color:var(--muted);border-radius:14px;align-items:center;padding:0 16px;display:flex}.footer{color:#fff;background:#111;padding:70px 0}.footer-grid{grid-template-columns:1.3fr 1fr 1fr 1fr}.footer h3,.footer h4{margin:0 0 18px}.footer p,.footer-list{color:#ffffffad;line-height:1.8}.footer-list{margin:0;padding:0;list-style:none}.footer-list li+li{margin-top:8px}.footer-list a:hover{color:#fff}@media (width<=1080px){.feature-grid,.service-grid,.service-grid--full,.stats-grid,.info-list--three,.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split-layout,.contact-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr 1fr}.cta-banner__content,.featured-card{flex-direction:column;align-items:flex-start}}@media (width<=820px){.menu-toggle{display:inline-block}.nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow);background:#fffffff7;border:1px solid #0000000f;border-radius:22px;flex-direction:column;align-items:stretch;padding:18px;display:none;position:absolute;top:calc(100% + 10px);left:16px;right:16px}.nav.is-open{display:flex}.topbar-phone{padding:10px 0}.feature-grid,.service-grid,.service-grid--full,.stats-grid,.team-grid,.info-list--three,.footer-grid,.form-grid{grid-template-columns:1fr}.page-hero,.page-hero--compact{min-height:72vh}.page-hero__content{padding-top:110px}.section{padding:72px 0}.card,.card--form,.feature-card,.service-card,.value-card,.info-card,.featured-card{padding:24px}}.service-card--rich{flex-direction:column;gap:16px;display:flex}.service-card__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.service-card__label{min-height:30px;color:var(--primary-strong);background:#e3061314;border-radius:999px;align-items:center;padding:0 12px;font-size:.8rem;font-weight:700;display:inline-flex}.service-icon{width:56px;height:56px;color:var(--primary);background:linear-gradient(135deg,#b5000b14,#e3061329);border-radius:18px;flex-shrink:0;place-items:center;display:inline-grid;box-shadow:inset 0 0 0 1px #b5000b1a}.service-icon svg{stroke:currentColor;width:24px;height:24px}.service-bullets{gap:10px;margin:0;padding:0;list-style:none;display:grid}.service-bullets li{background:var(--surface-soft);min-height:42px;color:var(--muted);border-radius:12px;align-items:center;padding:0 14px;font-weight:500;display:flex}.service-bullets li:before{content:"•";color:var(--primary-strong);margin-right:10px;font-size:1.2rem}.service-bullets--light li{color:#ffffffd1;background:#ffffff14}.spotlight-grid,.policy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.spotlight-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #0000000d;overflow:hidden}.spotlight-card__image{aspect-ratio:16/10;background:var(--surface-muted)}.spotlight-card__image img{object-fit:cover;height:100%}.spotlight-card__body{padding:24px}.spotlight-card__body h3{margin:0 0 10px;font-family:Space Grotesk,sans-serif;font-size:1.4rem}.spotlight-card__body p,.info-card--accent p,.info-card--dark p,.policy-layout p{color:var(--muted);margin:0;line-height:1.75}.spotlight-card__body p+p,.info-card--accent p+p,.info-card--dark p+p{margin-top:12px}.check-list{gap:16px;display:grid}.check-list__item{background:var(--surface);box-shadow:var(--shadow);border:1px solid #0000000d;border-radius:18px;grid-template-columns:42px 1fr;align-items:start;gap:14px;padding:18px;display:grid}.check-list__item span{background:linear-gradient(135deg, var(--primary), var(--primary-strong));color:#fff;border-radius:12px;place-items:center;width:42px;height:42px;font-weight:700;display:inline-grid}.check-list__item p{color:var(--muted);margin:0;line-height:1.75}.info-card--accent{background:linear-gradient(#fff 0%,#f7f2f2 100%)}.info-card--dark{color:#fff;background:#161616;border-color:#ffffff0f}.info-card--dark h3,.info-card--dark p{color:#fff}.policy-layout{gap:28px;display:grid}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:16px;margin-top:36px;padding-top:24px;display:flex}.footer-bottom p{color:#ffffff8f;margin:0}.footer-bottom__links{flex-wrap:wrap;gap:16px;display:flex}.footer-bottom__links a{color:#ffffffb8;font-weight:600}.footer-bottom__links a:hover{color:#fff}@media (width<=1080px){.spotlight-grid,.policy-grid{grid-template-columns:1fr}}@media (width<=820px){.footer-bottom{flex-direction:column;align-items:flex-start}}.brand-strip-premium{background:linear-gradient(#f4f4f4 0%,#ececec 100%);width:100%;padding:0}.brand-strip-premium__inner{background:linear-gradient(#fffffff5 0%,#f5f5f5f5 100%);border-top:1px solid #0000000f;border-bottom:1px solid #0000000f;justify-content:center;align-items:center;width:100%;min-height:230px;padding:42px 48px;display:flex;box-shadow:0 18px 40px #00000014}.brand-strip-premium__center{text-align:center;width:100%}.brand-strip-premium__eyebrow{color:#b5000b;letter-spacing:.2em;text-transform:uppercase;margin-bottom:20px;font-size:.9rem;font-weight:800}.brand-strip-premium__logos{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:20px;display:flex}.brand-strip-premium__badge{background:#fff;border:1px solid #00000012;border-radius:22px;justify-content:center;align-items:center;gap:14px;min-width:190px;min-height:110px;padding:20px 24px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 12px 28px #00000014}.brand-strip-premium__badge:hover{transform:translateY(-4px);box-shadow:0 18px 34px #0000001f}.brand-strip-premium__badge img{object-fit:contain;flex-shrink:0;width:58px;height:58px}.brand-strip-premium__badge span{color:#191919;font-size:1.08rem;font-weight:700}.brand-strip-premium__text{color:#5f5e5e;max-width:900px;margin:22px auto 0;font-size:1rem;line-height:1.7}.brand-strip-premium__actions{justify-content:center;margin-top:22px;display:flex}@media (width<=900px){.brand-strip-premium__inner{min-height:auto;padding:32px 20px}.brand-strip-premium__badge{min-width:160px;min-height:96px;padding:16px 18px}.brand-strip-premium__badge img{width:48px;height:48px}.brand-strip-premium__badge span{font-size:1rem}}@media (width<=600px){.brand-strip-premium__logos{gap:12px}.brand-strip-premium__badge{width:100%;min-width:unset}.brand-strip-premium__inner{padding:28px 16px}}
