:root {
  --white: #ffffff;
  --navy: #17324d;
  --deep: #0e263e;
  --soft: #e8edf1;
  --line: #d6e0e8;
  --muted: #526170;
  --shadow: 0 20px 56px rgba(14, 38, 62, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--white); color: var(--deep); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; }

.skip-link { position: absolute; z-index: 20; top: -80px; left: 16px; padding: 10px 15px; background: var(--navy); color: var(--white); }
.skip-link:focus { top: 10px; }
.section-inner, .header-inner, .hero-inner { width: min(1160px, 100%); margin-inline: auto; }
.site-header { border-bottom: 1px solid var(--line); background: var(--white); }
.header-inner { min-height: 91px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 10px 20px; }
.brand { display: inline-flex; width: 110px; flex: 0 0 auto; align-items: center; }
.brand img { width: 100%; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 700; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover, .site-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-header .nav-cta { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--navy); border-radius: 7px; padding: 8px 15px; }

.hero { position: relative; overflow: hidden; background: var(--deep) url('/assets/hero-closet-illustrative-v1.webp') center 52% / cover no-repeat; }
.hero::before { position: absolute; inset: 0; background: rgba(14, 38, 62, .44); content: ''; }
.hero-inner { position: relative; z-index: 1; display: grid; gap: 35px; align-items: center; padding: 54px 20px 58px; }
.hero-copy { color: var(--white); }
.hero-image-note { position: absolute; z-index: 1; right: 20px; bottom: 9px; margin: 0; color: rgba(255,255,255,.85); font-size: 12px; font-weight: 600; letter-spacing: .02em; }
.eyebrow, .section-label, .card-kicker { margin: 0; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .15em; line-height: 1.3; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow-line { width: 24px; height: 2px; background: var(--navy); }
.hero .eyebrow { color: var(--white); }
.hero .eyebrow-line { background: var(--white); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; text-wrap: balance; }
h1 { max-width: 670px; margin: 20px 0 21px; font-size: clamp(42px, 9vw, 73px); font-weight: 760; line-height: 1.035; }
.hero-intro { max-width: 605px; margin: 0 0 13px; font-size: clamp(18px, 2.8vw, 21px); font-weight: 570; line-height: 1.48; }
.hero-note { max-width: 585px; margin: 0; color: rgba(255,255,255,.88); font-size: 16px; }

.availability-card { position: relative; scroll-margin-top: 18px; border: 1px solid var(--line); border-radius: 16px; padding: 29px 23px 25px; background: var(--white); box-shadow: var(--shadow); }
.card-rule { position: absolute; top: 0; left: 23px; width: 62px; height: 4px; background: var(--navy); }
.availability-card h2 { margin: 12px 0 6px; font-size: clamp(30px, 6vw, 39px); line-height: 1.1; }
.availability-card > p:not(.card-kicker) { margin: 0 0 23px; color: var(--muted); }
.availability-card label { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 750; }
.zip-controls { display: grid; gap: 10px; }
.zip-controls input { width: 100%; min-height: 57px; border: 1px solid #a7b8c6; border-radius: 9px; padding: 12px 15px; background: var(--white); color: var(--deep); font-size: 17px; letter-spacing: .02em; }
.zip-controls input::placeholder { color: var(--muted); opacity: 1; }
.zip-controls input[aria-invalid="true"] { border-width: 2px; border-color: var(--navy); }
.zip-controls button, .last-call-button { min-height: 57px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--navy); border-radius: 9px; padding: 12px 18px; background: var(--navy); color: var(--white); cursor: pointer; font-weight: 800; text-align: center; text-decoration: none; }
.zip-controls button:hover, .last-call-button:hover { background: var(--deep); }
.zip-controls button span, .last-call-button span { font-size: 19px; font-weight: 500; line-height: 1; }
.field-help { margin: 13px 0 0; color: var(--muted); font-size: 12px; }
.zip-result { margin: 14px 0 0; border-left: 3px solid var(--navy); padding: 8px 10px; background: var(--soft); color: var(--deep); font-size: 14px; font-weight: 650; }
.preview-destination { display: inline-block; margin-top: 10px; color: var(--navy); font-size: 14px; font-weight: 750; text-underline-offset: 3px; }

.intro-section { padding: 72px 20px; }
.intro-grid { display: grid; gap: 20px; }
.intro-grid h2, .steps-section h2, .last-call h2 { margin: 11px 0 0; font-size: clamp(31px, 5.3vw, 48px); line-height: 1.08; }
.body-copy { max-width: 670px; color: var(--muted); font-size: 17px; }
.body-copy p:last-child { margin-bottom: 0; }
.body-copy strong { color: var(--deep); font-weight: 750; }

.steps-section { border-block: 1px solid var(--line); padding: 72px 20px 78px; }
.steps-section h2 { max-width: 690px; margin-bottom: 28px; }
.steps-grid { display: grid; gap: 13px; }
.step-card { min-height: 202px; border: 1px solid var(--line); border-radius: 12px; padding: 23px 21px; background: var(--white); }
.step-number { color: var(--navy); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.step-card h3 { margin: 24px 0 9px; font-size: 24px; line-height: 1.13; }
.step-card p { margin: 0; color: var(--muted); font-size: 15px; }

.last-call { padding: 57px 20px; background: var(--soft); }
.last-call-inner { display: grid; gap: 25px; align-items: center; }
.last-call h2 { margin-top: 10px; }
.last-call-button { width: fit-content; min-width: 195px; }
.site-footer { padding: 35px 20px 27px; background: var(--deep); color: var(--white); }
.footer-inner { display: grid; gap: 23px; }
.footer-main { display: grid; gap: 4px; }
.footer-main strong { font-size: 19px; letter-spacing: -.02em; }
.footer-main span { color: var(--line); font-size: 13px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 12px 21px; font-size: 13px; }
.operator-note { margin: 0; border-top: 1px solid rgba(255,255,255,.2); padding-top: 20px; color: var(--line); font-size: 12px; line-height: 1.6; }
.operator-note a { color: var(--white); text-underline-offset: 3px; }

@media (max-width: 570px) {
  .hero { background-position: 58% center; }
  .hero::before { background: rgba(14, 38, 62, .63); }
  .site-header nav { gap: 0; }
  .site-header nav a:first-child { display: none; }
  .brand { width: 93px; }
  .header-inner { min-height: 81px; }
  .hero-inner { gap: 25px; padding-top: 37px; padding-bottom: 43px; }
  h1 { margin-top: 17px; margin-bottom: 17px; }
  .availability-card { padding: 25px 19px 21px; }
  .intro-section, .steps-section { padding-block: 59px; }
}

@media (min-width: 760px) {
  .header-inner { min-height: 105px; padding-inline: 32px; }
  .brand { width: 124px; }
  .hero-inner { grid-template-columns: minmax(0, 1.12fr) minmax(380px, .82fr); gap: 55px; padding: 93px 32px 103px; }
  .availability-card { padding: 37px 30px 30px; }
  .card-rule { left: 30px; }
  .intro-section, .steps-section { padding-inline: 32px; }
  .intro-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 60px; }
  .steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .last-call { padding-inline: 32px; }
  .last-call-inner { grid-template-columns: 1fr auto; }
  .site-footer { padding-inline: 32px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .operator-note { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
