:root{--navy-900: #0a1a2f;--navy-800: #10243f;--navy-700: #17334f;--red: #a8202f;--red-dark: #8a1a26;--white: #ffffff;--paper: #f6f7f9;--border: #d9dee6;--border-strong: #b3bdcb;--ink: #14203a;--ink-muted: #4b5a70;--on-navy: #dbe4f0;--on-navy-muted: #aebdd0;--container: 68rem;--container-narrow: 46rem;--radius: 4px;--font: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;--step-0: 1.0625rem;--step-1: clamp(1.15rem, .4vw + 1.05rem, 1.3rem);--step-2: clamp(1.4rem, .8vw + 1.2rem, 1.7rem);--step-3: clamp(1.7rem, 1.4vw + 1.35rem, 2.2rem);--step-4: clamp(2rem, 2.6vw + 1.4rem, 3rem)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body{margin:0;background:var(--white);color:var(--ink);font-family:var(--font);font-size:var(--step-0);line-height:1.65;display:flex;flex-direction:column;min-height:100vh}h1,h2,h3,h4{color:var(--navy-900);line-height:1.2;letter-spacing:-.015em;margin:0 0 .6em;text-wrap:balance}h1{font-size:var(--step-4)}h2{font-size:var(--step-3)}h3{font-size:var(--step-2)}h4{font-size:var(--step-1)}p,li{max-width:68ch}p{margin:0 0 1.1em}a{color:var(--navy-700);text-underline-offset:3px}a:hover{color:var(--red)}:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid var(--red);outline-offset:2px;border-radius:2px}img{max-width:100%;height:auto}hr{border:0;border-top:1px solid var(--border);margin:2.5rem 0}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1.25rem}.container--narrow{max-width:var(--container-narrow)}main{flex:1 0 auto}.section{padding-block:clamp(2.75rem,6vw,4.75rem)}.section--tint{background:var(--paper);border-block:1px solid var(--border)}.section--navy{background:var(--navy-900);color:var(--on-navy)}.section--navy h2,.section--navy h3{color:var(--white)}.section--navy a{color:#cddcf0}.skip-link{position:absolute;left:.5rem;top:-4rem;z-index:100;background:var(--navy-900);color:var(--white);padding:.7rem 1rem;font-weight:600;transition:top .15s ease-in-out}.skip-link:focus{top:.5rem;color:var(--white)}.eyebrow{display:block;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--red);margin-bottom:.75rem}.section--navy .eyebrow,.hero .eyebrow{color:#f2aeb5}.lede{font-size:var(--step-1);color:var(--ink-muted);max-width:60ch}.section--navy .lede{color:var(--on-navy)}.small{font-size:.875rem;color:var(--ink-muted)}.section--navy .small{color:var(--on-navy-muted)}.status{display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--border-strong);background:var(--white);color:var(--navy-800);padding:.35rem .8rem;border-radius:999px;margin-bottom:1.25rem}.status:before{content:"";width:.5rem;height:.5rem;border-radius:50%;background:var(--red);flex:none}.hero .status,.section--navy .status{background:transparent;color:var(--on-navy);border-color:#dbe4f066}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font:inherit;font-weight:650;line-height:1.2;padding:.85rem 1.4rem;border-radius:var(--radius);border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background-color .15s,color .15s,border-color .15s}.btn--primary{background:var(--navy-800);color:var(--white);border-color:var(--navy-800)}.btn--primary:hover{background:var(--navy-900);color:var(--white)}.btn--accent{background:var(--red);color:var(--white);border-color:var(--red)}.btn--accent:hover{background:var(--red-dark);color:var(--white)}.btn--ghost{background:transparent;color:var(--navy-800);border-color:var(--border-strong)}.btn--ghost:hover{border-color:var(--navy-800);color:var(--navy-900);background:var(--paper)}.hero .btn--ghost,.section--navy .btn--ghost{color:var(--white);border-color:#ffffff80}.hero .btn--ghost:hover,.section--navy .btn--ghost:hover{background:#ffffff14;border-color:var(--white);color:var(--white)}.btn-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.75rem}.grid{display:grid;gap:1.5rem;margin:0;padding:0;list-style:none}.grid--2{grid-template-columns:repeat(auto-fit,minmax(min(100%,20rem),1fr))}.grid--3{grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr))}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem}.card>h3,.card>h4{margin-top:0}.card>:last-child{margin-bottom:0}.card--flush{background:transparent;border:0;border-top:3px solid var(--navy-800);border-radius:0;padding:1.25rem 0 0}.section--navy .card{background:var(--navy-800);border-color:#ffffff2e;color:var(--on-navy)}.steps{list-style:none;counter-reset:step;padding:0;margin:0;display:grid;gap:1.75rem}.steps>li{counter-increment:step;display:grid;grid-template-columns:2.75rem 1fr;gap:1.1rem;max-width:none}.steps>li:before{content:counter(step);display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;background:var(--navy-800);color:var(--white);font-weight:700;font-variant-numeric:tabular-nums}.steps h3{font-size:var(--step-1);margin-bottom:.35rem}.steps p:last-child{margin-bottom:0}.facts{margin:0;display:grid;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.facts__row{background:var(--white);padding:.9rem 1.15rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.35rem 1rem}.facts dt,.facts dd{margin:0;max-width:none}.facts dt{color:var(--ink-muted)}.facts dd{font-weight:650;color:var(--navy-900)}.checklist{list-style:none;padding:0;margin:0 0 1.1em;display:grid;gap:.6rem}.checklist>li{padding-left:1.6rem;position:relative}.checklist>li:before{content:"";position:absolute;left:0;top:.6em;width:.7rem;height:.7rem;border:2px solid var(--red);border-radius:2px}.notice{border:1px solid var(--border);border-left:4px solid var(--navy-700);background:var(--paper);padding:1.1rem 1.25rem;border-radius:var(--radius);margin:1.75rem 0}.notice>:last-child{margin-bottom:0}.notice--accent{border-left-color:var(--red)}.notice h3{font-size:var(--step-1);margin-bottom:.4rem}.form{display:grid;gap:1.4rem;max-width:40rem}.field{display:grid;gap:.35rem}.field>label{font-weight:650;color:var(--navy-900)}.field__hint{font-size:.85rem;color:var(--ink-muted)}.req{color:var(--red);font-weight:700}input[type=text],input[type=email],select,textarea{font:inherit;color:var(--ink);background:var(--white);border:1px solid var(--border-strong);border-radius:var(--radius);padding:.65rem .7rem;width:100%}textarea{min-height:7rem;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--navy-700)}fieldset{border:1px solid var(--border);border-radius:var(--radius);padding:.9rem 1.1rem 1.15rem;margin:0;min-width:0}legend{padding-inline:.4rem;font-weight:650;color:var(--navy-900)}.options{display:grid;gap:.55rem;margin-top:.3rem}.options--cols{grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr))}.option{display:grid;grid-template-columns:auto 1fr;gap:.6rem;align-items:start;cursor:pointer}.option input{margin:.35rem 0 0;width:1rem;height:1rem;accent-color:var(--navy-800)}.form__hp{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.form__status{border-left:4px solid var(--navy-700);background:var(--paper);padding:.9rem 1.1rem;border-radius:var(--radius)}.form__status:empty{display:none}.embed-slot{border:2px dashed var(--border-strong);background:var(--paper);border-radius:var(--radius);padding:1.1rem 1.25rem;margin-bottom:1.75rem}.embed-slot>:last-child{margin-bottom:0}.embed-frame{width:100%;border:1px solid var(--border);border-radius:var(--radius);display:block}.receipt{max-width:30rem;background:var(--white);border:1px solid var(--border-strong);border-top:5px solid var(--navy-800);border-radius:var(--radius);padding:1.5rem;box-shadow:0 1px 2px #0a1a2f0f,0 10px 26px -14px #0a1a2f59}.receipt__flag{font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--red);border:1px solid var(--red);border-radius:2px;padding:.3rem .55rem;display:inline-block;margin-bottom:1rem;max-width:none}.receipt__title{font-size:var(--step-1);margin-bottom:.4rem}.receipt__note{font-size:.85rem;color:var(--ink-muted);margin-bottom:1.1rem;max-width:none}.receipt__lines{margin:0;border-top:1px solid var(--border)}.receipt__row{display:grid;grid-template-columns:1fr auto;gap:.5rem 1rem;align-items:baseline;padding:.85rem 0;border-bottom:1px solid var(--border)}.receipt__row dt,.receipt__row dd{margin:0;max-width:none}.receipt__label{font-weight:650;color:var(--navy-900)}.receipt__sub{display:block;font-size:.8rem;font-weight:400;color:var(--ink-muted);margin-top:.15rem;line-height:1.45}.receipt__amount{font-variant-numeric:tabular-nums;font-weight:700;font-size:var(--step-1);color:var(--navy-900);text-align:right}.receipt__row--basis{border-bottom:2px solid var(--navy-800)}.receipt__row--tip .receipt__amount{color:var(--red)}.receipt__row--last{border-bottom:0;padding-bottom:0}.receipt__tagline{margin:1.25rem 0 0;padding-top:1.1rem;border-top:2px solid var(--navy-800);font-weight:650;color:var(--navy-900);max-width:none}.masthead{background:var(--white);border-bottom:1px solid var(--border)}.masthead__bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.9rem;flex-wrap:wrap}.brand{display:inline-flex;align-items:center;gap:.7rem;text-decoration:none;color:var(--navy-900)}.brand__mark{width:160px;height:auto;display:block}@media(max-width:24rem){.brand__mark{width:132px}}.brand__name{font-size:1.2rem;font-weight:800;letter-spacing:.09em;line-height:1}.brand__line{display:block;font-size:.66rem;font-weight:600;letter-spacing:.11em;text-transform:uppercase;color:var(--ink-muted);margin-top:.25rem}.nav-toggle{display:none;font:inherit;font-weight:650;background:var(--white);color:var(--navy-900);border:1px solid var(--border-strong);border-radius:var(--radius);padding:.55rem .85rem;cursor:pointer}.nav{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.nav a{text-decoration:none;color:var(--navy-800);font-weight:600;padding:.5rem .6rem;border-radius:var(--radius);border-bottom:2px solid transparent}.nav a:hover{background:var(--paper);color:var(--navy-900)}.nav a[aria-current=page]{border-bottom-color:var(--red);color:var(--navy-900)}.nav .btn{padding:.6rem 1rem;margin-left:.4rem;color:var(--white)}@media(max-width:62rem){.nav-toggle{display:inline-flex}.nav{display:none;width:100%;flex-direction:column;align-items:stretch;gap:0;padding-bottom:.9rem}.nav[data-open=true]{display:flex}.nav a{padding:.8rem .4rem;border-bottom:1px solid var(--border);border-radius:0}.nav a[aria-current=page]{border-bottom-color:var(--red)}.nav .btn{margin:.85rem 0 0;justify-content:center;border-bottom-color:var(--navy-800)}}.hero{background:var(--navy-900);color:var(--on-navy);padding-block:clamp(3rem,8vw,5.5rem)}.hero h1{color:var(--white)}.hero__copy p{color:var(--on-navy)}.hero__grid{display:grid;gap:clamp(2rem,5vw,3.5rem);align-items:start;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}@media(max-width:62rem){.hero__grid{grid-template-columns:1fr}}.page-head{background:var(--paper);border-bottom:1px solid var(--border);padding-block:clamp(2.25rem,5vw,3.5rem)}.page-head>.container>:last-child{margin-bottom:0}.footer{background:var(--navy-900);color:var(--on-navy-muted);padding-block:2.75rem 2rem;margin-top:auto;font-size:.9rem}.footer a{color:#dce5f0}.footer a:hover{color:var(--white)}.footer h2{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#9db0c8;margin-bottom:.8rem}.footer__cols{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,13rem),1fr));padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.16)}.footer__list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.footer__list li{max-width:none}.footer__legal{padding-top:1.75rem;display:grid;gap:.9rem}.footer__legal p{margin:0;max-width:80ch}.footer__prelaunch{font-weight:650;color:var(--white)}.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}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.brand__text{display:block}.footer .brand,.footer .brand__name{color:var(--white)}.footer .brand__line{color:var(--on-navy-muted)}code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em;background:var(--white);border:1px solid var(--border);border-radius:3px;padding:.1em .35em}.checklist>li>a{font-weight:600}:root{--container: 76rem;--radius: 10px}.section{padding-block:clamp(3.25rem,7vw,6.5rem)}h1,h2{letter-spacing:-.035em}.eyebrow,.status{font-size:.875rem}.hero--editorial{background:linear-gradient(120deg,#071627,#17334f);padding-block:clamp(3rem,6vw,5rem)}.hero--editorial .hero__grid{align-items:center;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:clamp(2rem,5vw,5rem)}.hero--editorial h1{font-size:clamp(2.75rem,5.3vw,5.1rem);line-height:1.02;letter-spacing:-.045em;margin-bottom:.45em}.hero--editorial .lede{font-size:clamp(1.2rem,1.6vw,1.45rem)}.hero__copy .hero__note{font-size:.875rem;color:#bdcbdc;margin:1.2rem 0 0}.hero__photo{position:relative;margin:0;min-width:0;overflow:hidden;border-radius:5rem 10px 10px;aspect-ratio:4 / 5;max-height:620px;box-shadow:0 24px 64px #02081355}.hero__photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:55% center}.hero__photo:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,#061728e8);pointer-events:none}.hero__photo figcaption{position:absolute;z-index:1;inset:auto 2rem 2rem;color:#fff}.hero__photo figcaption span{display:block;text-transform:uppercase;font-size:.875rem;letter-spacing:.12em;margin-bottom:.75rem}.hero__photo figcaption strong{display:block;font-size:clamp(1.7rem,2.5vw,2.5rem);line-height:1.15;letter-spacing:-.03em}.hero__photo figcaption small{display:block;font-size:.75rem;margin-top:1.2rem;color:#d9e4f1}.card{box-shadow:0 8px 28px #0a1a2f06;padding:1.8rem}.card--flush{box-shadow:none;padding:1.5rem 0 0;border-top-width:2px}.grid>*{min-width:0}.section .grid--2{align-items:center;gap:clamp(2rem,5vw,5rem)}.community-photo{margin:0 0 1.5rem}.community-photo img{width:100%;display:block;object-fit:cover;aspect-ratio:3 / 2;border-radius:var(--radius)}.community-photo figcaption{font-size:.75rem;color:var(--ink-muted);margin-top:.5rem}.receipt-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,7vw,7rem);align-items:center}.receipt-layout h2{font-size:clamp(2.2rem,4vw,3.6rem)}.receipt-layout .receipt{width:100%;max-width:none;border-top-color:var(--red);box-shadow:0 20px 60px #0a1a2f12}.text-link{display:inline-flex;gap:.8rem;font-weight:650;margin-top:.75rem;text-decoration-thickness:1px}.closing-section{border-top:4px solid var(--red)}.closing-section h2{font-size:clamp(2.2rem,4.5vw,3.8rem)}.page-head{background:linear-gradient(130deg,#eef2f7,#fff)}.page-head h1{font-size:clamp(2.3rem,4.5vw,4rem)}.story-banner{padding-top:2.5rem}.story-banner figure{position:relative;margin:0;overflow:hidden;border-radius:var(--radius);background:var(--navy-900)}.story-banner img{display:block;width:100%;height:clamp(240px,35vw,400px);object-fit:cover;object-position:center 48%}.story-banner figcaption{position:absolute;inset:auto 0 0;padding:4rem 2rem 1.5rem;background:linear-gradient(transparent,#071627eb);color:#fff;font-size:clamp(1.3rem,3vw,2rem);font-weight:650}.story-banner small{display:block;font-size:.75rem;font-weight:400;margin-top:.5rem}.container--narrow>h2:not(:first-child){margin-top:2.8rem}.btn{min-height:48px}@media(max-width:62rem){.hero--editorial .hero__grid{grid-template-columns:1fr}.hero__photo{aspect-ratio:16 / 10;max-height:460px;border-radius:2.5rem 10px 10px}.receipt-layout{grid-template-columns:1fr}}@media(max-width:36rem){.hero--editorial h1{font-size:clamp(2.4rem,10vw,3.5rem)}.hero__photo{aspect-ratio:4 / 5}.hero__photo figcaption{inset:auto 1.25rem 1.25rem}.btn-row>.btn{width:100%}}
