:root{--canvas:#f6f7f8;--surface:#fff;--ink:#15171b;--muted:#525962;--subtle:#89919b;--brand:#e31e24;--hero:#17191d;--tint:#fff2f2;--line:#e8eaed;--shadow:0 12px 30px rgba(21,23,27,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--canvas);color:var(--ink);font:16px/24px Arial,system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{width:min(1328px,calc(100% - 32px));margin-inline:auto}.site-header{height:80px;background:var(--surface);display:flex;align-items:center;padding:0 max(24px,calc((100% - 1328px)/2));gap:28px;position:relative;z-index:3}.brand{display:flex;align-items:center;gap:16px;font-size:24px;font-weight:800;letter-spacing:.2px}.brand-mark{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:var(--brand);color:#fff;font-size:27px;font-style:italic;font-weight:900}.desktop-nav{display:flex;gap:34px;margin-left:auto;color:var(--muted);font-size:15px}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:var(--brand)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border:0;border-radius:27px;background:var(--brand);color:#fff;font-weight:700;font-size:15px;cursor:pointer;transition:background .2s ease,transform .2s ease}.button:hover{background:#b8171c;transform:translateY(-1px)}.button--small{min-height:48px;padding-inline:24px}.menu-toggle,.mobile-nav{display:none} :focus-visible{outline:3px solid var(--ink);outline-offset:3px}.hero{min-height:390px;margin-top:40px;border-radius:28px;background:linear-gradient(135deg,#15171b,#252a32);position:relative;overflow:hidden;color:#fff}.hero-copy{padding:66px 48px;position:relative;z-index:1}.eyebrow{margin:0 0 22px;color:#f23b40;font-size:14px;font-weight:700;letter-spacing:2px}.hero h1{margin:0;font-size:56px;line-height:64px;letter-spacing:-1.5px}.hero h1 span{white-space:nowrap}.hero-lede{margin:26px 0 28px;color:#d5d9df;font-size:20px;line-height:28px}.hero-art{position:absolute;inset:0 0 0 64%;background:rgba(227,30,36,.12)}.hero-art span,.hero-art b{position:absolute;display:block;background:var(--brand);transform:rotate(-32deg);opacity:.9}.hero-art span{width:260px;height:115px;top:80px;left:80px;border-radius:70% 18% 70% 18%}.hero-art b{width:180px;height:80px;top:150px;left:190px;background:#f23b40;opacity:.7;border-radius:70% 18% 70% 18%}.locations{padding-top:72px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px}.section-heading h2,.trust h2,.contact h2{font-size:34px;line-height:40px;margin:0 0 8px;letter-spacing:-.6px}.section-heading p{margin:0;color:#68717c;font-size:17px}.text-button,.link-button{color:var(--brand);background:none;border:0;font-weight:700;cursor:pointer;padding:8px}.location-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;margin-top:34px}.location-card{background:var(--surface);border-radius:20px;padding:28px 24px 20px;min-height:240px;display:flex;flex-direction:column;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}.location-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(21,23,27,.14)}.location-card h3{margin:0 0 22px;font-size:21px;line-height:28px}.pin{width:32px;height:32px;display:inline-grid;place-items:center;border-radius:50%;background:#fde8e9;color:var(--brand);font-size:20px;margin-right:10px;vertical-align:middle}.location-card .address{margin:0;color:var(--muted);font-size:16px}.location-card .region{margin:4px 0 0;color:var(--subtle);font-size:14px}.card-action{margin-top:auto;padding-top:16px;border-top:1px solid var(--line);color:var(--brand);font-weight:700;background:none;border:0;text-align:left;cursor:pointer}.location-card.is-unavailable{opacity:.7}.location-card.is-unavailable .card-action{color:var(--subtle);cursor:not-allowed}.empty-state{color:var(--muted);margin:28px 0}.trust{margin-top:42px;padding:34px 32px;background:var(--tint);border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:30px}.trust h2{font-size:25px;line-height:32px}.trust p{margin:0 0 10px;color:var(--muted);font-size:17px}.trust small{color:#8c5558}.contact{margin-top:42px;margin-bottom:42px;padding:40px;background:var(--surface);border-radius:20px;display:grid;grid-template-columns:1fr 1fr;gap:50px}.contact h2{font-size:32px}.contact p{color:var(--muted)}form{display:grid;gap:14px}label{display:grid;gap:5px;color:var(--muted);font-size:14px;font-weight:700}input{height:48px;border:1px solid #cfd3d8;border-radius:10px;padding:0 14px;color:var(--ink);background:#fff}input:focus{border-color:var(--brand)}.form-status{margin:0!important;min-height:24px}.site-footer{border-top:1px solid var(--line);padding-block:24px;color:var(--subtle);font-size:14px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:768px){.site-header{height:72px;padding:0 16px;gap:12px}.brand{font-size:20px;gap:10px}.brand-mark{width:40px;height:40px;font-size:22px}.desktop-nav{display:none}.site-header>.button{margin-left:auto;min-height:44px;padding-inline:16px;font-size:12px}.menu-toggle{display:flex;width:44px;height:44px;border:0;background:none;flex-direction:column;justify-content:center;gap:4px;padding:10px;cursor:pointer}.menu-toggle i{height:2px;background:var(--ink);width:24px}.mobile-nav{position:absolute;display:grid;gap:4px;left:16px;right:16px;top:68px;background:#fff;padding:14px;border-radius:14px;box-shadow:var(--shadow)}.mobile-nav[hidden]{display:none}.mobile-nav a{padding:10px 8px;color:var(--muted)}.shell{width:calc(100% - 32px)}.hero{margin-top:16px;min-height:376px;border-radius:24px}.hero-copy{padding:40px 24px}.eyebrow{font-size:11px;letter-spacing:1.7px;margin-bottom:26px}.hero h1{font-size:38px;line-height:44px;letter-spacing:-.8px}.hero h1 span{white-space:normal}.hero-lede{font-size:16px;line-height:23px;margin:24px 0 28px;max-width:290px}.hero-art{left:62%;opacity:.8}.hero-art span{width:150px;height:80px;top:100px;left:10px}.hero-art b{width:110px;height:56px;top:160px;left:80px}.locations{padding-top:52px}.section-heading{display:block}.section-heading h2,.trust h2,.contact h2{font-size:27px;line-height:34px}.section-heading p{font-size:15px;line-height:22px}.text-button{margin-top:12px;padding-left:0}.location-grid{grid-template-columns:1fr;gap:16px;margin-top:18px}.location-card{min-height:172px;padding:22px 20px 16px}.location-card h3{margin-bottom:12px}.trust{margin-top:28px;padding:26px 20px;display:block}.trust .button{width:100%;margin-top:20px}.contact{margin-top:28px;margin-bottom:28px;padding:26px 20px;display:block}.contact form{margin-top:22px}.site-footer{padding-block:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.location-card{transition:none}}
/* Accessibility and narrow-header corrections for the admitted source layout. */
:root{--subtle:#525962;--brand:#b8171c}
.eyebrow{color:#ff777b}
.hero :focus-visible{outline-color:#fff}
.text-button,.link-button{color:var(--brand)}
@media (max-width:820px){
  .site-header{padding-inline:16px;gap:8px}
  .desktop-nav{display:none}
  .menu-toggle{display:flex;width:44px;height:44px;border:0;background:none;flex-direction:column;justify-content:center;gap:4px;padding:10px;cursor:pointer}
  .menu-toggle i{height:2px;background:var(--ink);width:24px}
  .site-header>.button{margin-left:auto;min-height:44px;padding-inline:10px;font-size:12px}
  .mobile-nav{position:absolute;display:grid;gap:4px;left:16px;right:16px;top:68px;background:#fff;padding:14px;border-radius:14px;box-shadow:var(--shadow)}
  .mobile-nav[hidden]{display:none}
  .mobile-nav a{padding:10px 8px}
}
@media (max-width:400px){
  .site-header{gap:6px}
  .brand{font-size:18px;gap:6px}
  .brand-mark{width:36px;height:36px;font-size:20px}
  .site-header>.button{padding-inline:7px;font-size:11px}
}

/* Contracted target-size and reduced-motion corrections. */
.desktop-nav a{min-height:44px;display:inline-flex;align-items:center}
.text-button,.link-button{min-height:44px;display:inline-flex;align-items:center}
.card-action{min-height:44px;display:flex;align-items:center}
.brand{min-height:44px}
@media (max-width:820px){.brand-mark{width:44px;height:44px}}
@media (max-width:400px){.brand-mark{width:44px;height:44px}}
