:root{--navy:#101b2e;--navy-deep:#0b1423;--blue:#27c7df;--orange:#f9a20b;--pink:#e9458f;--green:#12b981;--paper:#f5f7fa;--ink:#172236;--muted:#607087;--line:#dce3eb;--white:#ffffff}*{box-sizing:border-box}body,html{background:var(--paper)}body{margin:0;min-height:100vh;color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.crew-root{min-height:100vh}.shell{width:min(960px,calc(100% - 48px));margin:0 auto;padding:76px 0 96px}.site-header{background:var(--navy);color:var(--white)}.site-footer__inner,.site-header__inner{width:min(960px,calc(100% - 48px));margin:0 auto}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px}.brand-lockup{display:inline-flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:700;letter-spacing:-.02em}.brand-logo{width:38px;height:38px;border-radius:10px;object-fit:cover}.simple-nav{display:flex;gap:24px;color:#d7e0ec;font-size:.95rem}.footer-links a:hover,.simple-nav a:hover,.text-link:hover{color:var(--orange)}.site-footer{background:var(--navy-deep);color:#bac7d8}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;font-size:.85rem}.footer-copy{margin:0}.footer-links{display:flex;flex-wrap:wrap;gap:18px}.hero{max-width:760px;padding-bottom:72px;border-bottom:1px solid var(--line)}.hero-logo{width:82px;height:82px;margin-bottom:30px;border-radius:20px;object-fit:cover}.card-kicker,.eyebrow{margin:0 0 16px;color:#a86d00;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero h1{max-width:680px;margin:0;color:var(--navy);font-size:clamp(2.8rem,7vw,5.8rem);font-weight:700;letter-spacing:-.065em;line-height:.98}.lede{max-width:620px;margin:24px 0 0;color:var(--muted);font-size:1.12rem;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:28px}.steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:28px;gap:28px;padding:48px 0;border-bottom:1px solid var(--line)}.step{display:grid;grid-gap:18px;gap:18px;align-content:start}.step-number{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--navy);color:var(--white);font-size:.8rem;font-weight:700}.about-copy h2,.quiet-callout h2,.step h2,.story-card h2{margin:0;color:var(--navy);font-size:1.35rem;letter-spacing:-.025em}.quiet-callout p,.step p{margin:10px 0 0;color:var(--muted);line-height:1.6}.quiet-callout{max-width:620px;padding:48px 0 0}.text-link{display:inline-block;margin-top:24px}.plain-button,.text-link{color:var(--navy);font-weight:700}.plain-button{padding:0;border:0;background:transparent;cursor:pointer}.about-copy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:48px;gap:48px;padding-top:48px}.rsvp-form{display:grid;grid-gap:14px;gap:14px;max-width:540px;margin-top:32px}.rsvp-form label,.rsvp-form legend{color:var(--navy);font-weight:700}.rsvp-form input:not([type]){width:100%;padding:14px 16px;border:1px solid #c9d3df;border-radius:8px;background:var(--white);color:var(--ink)}.rsvp-form button:focus-visible,.rsvp-form input:focus-visible{outline:3px solid var(--blue);outline-offset:3px}.rsvp-form fieldset{display:grid;grid-gap:12px;gap:12px;margin:8px 0;padding:0;border:0}.rsvp-options{display:flex;flex-wrap:wrap;gap:10px}.rsvp-option{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border:1px solid #c9d3df;border-radius:999px;color:var(--muted)!important;cursor:pointer}.rsvp-option:has(input:checked){border-color:var(--navy);background:#e9eef5;color:var(--navy)!important}.rsvp-form button{width:-moz-fit-content;width:fit-content;padding:13px 18px;border:0;border-radius:8px;background:var(--orange);color:var(--navy);cursor:pointer;font-weight:700}.rsvp-form button:disabled{cursor:wait;opacity:.65}.rsvp-message{margin-top:24px;color:var(--muted)}@media (max-width:720px){.shell,.site-footer__inner,.site-header__inner{width:min(100% - 32px,960px)}.shell{padding:48px 0 64px}.site-header__inner{min-height:68px}.hero{padding-bottom:52px}.hero h1{font-size:clamp(2.7rem,14vw,4.5rem)}.about-copy,.steps{grid-template-columns:1fr;gap:32px}.site-footer__inner{align-items:flex-start;flex-direction:column}}