:root {
  --ink: #003540;
  --ink-soft: #395d64;
  --blue: #003540;
  --blue-dark: #003540;
  --sky: #eef2f1;
  --orange: #e1fe12;
  --cream: #fff;
  --white: #fff;
  --grey: #809a9f;
  --line: #cad5d7;
  --radius: .25rem;
  --shadow: 0 1.5rem 4rem rgba(0, 53, 64, .16);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Onest, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
svg { display: block; }
.container { width: min(100% - 2.5rem, 72rem); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--ink); color: var(--white); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header { position: absolute; z-index: 10; width: 100%; padding-top: 1.5rem; color: var(--ink); }
.header-inner, .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; min-height: 3rem; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: clamp(10.5rem, 17vw, 13rem); height: auto; }
.site-nav { display: flex; align-items: center; gap: 1.75rem; }
.site-nav a { padding-block: .65rem; font-size: .9rem; font-weight: 650; text-decoration: none; }
.site-nav a:hover { color: var(--blue); }
.site-nav .nav-contact { padding-inline: 1rem; border: 2px solid var(--ink); border-radius: 2px; }
.site-nav .nav-contact:hover { border-color: var(--blue); }

.hero { min-height: 47rem; display: grid; align-items: center; padding: 9.5rem 0 6rem; overflow: hidden; background: var(--orange); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .85fr; align-items: center; gap: clamp(3rem, 8vw, 7rem); }
.eyebrow { margin: 0 0 1.25rem; color: var(--blue); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.045em; }
h1 { max-width: 12ch; margin-bottom: 1.75rem; font-size: clamp(3.5rem, 7.5vw, 7rem); font-weight: 700; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.25rem, 4.5vw, 4rem); }
h3 { margin-bottom: .75rem; font-size: 1.3rem; }
.hero-intro { max-width: 39rem; color: var(--ink-soft); font-size: clamp(1.1rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .75rem 1.5rem; border: 2px solid var(--ink); border-radius: 2px; background: var(--ink); color: var(--white); font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: background-color .2s ease, color .2s ease; }
.button:hover { background: transparent; color: var(--ink); }
.text-link { font-weight: 750; text-underline-offset: .3em; }
.delivery-card { position: relative; padding: 1.2rem 1.5rem 1.6rem; border: 0; border-radius: 2px; background: var(--ink); box-shadow: var(--shadow); color: var(--white); text-align: center; }
.delivery-card::before { content: ""; position: absolute; z-index: -1; inset: 1.25rem -1.25rem -1.25rem 1.25rem; border: 2px solid var(--ink); border-radius: 2px; }
.card-top { display: flex; gap: .35rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.card-top span { width: .48rem; height: .48rem; border-radius: 50%; background: var(--line); }
.mail-icon { display: grid; width: 7rem; height: 7rem; margin: 3.5rem auto 1.5rem; place-items: center; border: 2px solid var(--orange); border-radius: 50%; background: transparent; color: var(--orange); }
.mail-icon svg { width: 3.4rem; fill: none; stroke: currentColor; stroke-linejoin: round; stroke-width: 3; }
.delivery-card p { margin-bottom: .2rem; font-size: 1.15rem; font-weight: 800; }
.delivery-card small { color: #c8d6d8; }
.status { display: inline-flex; align-items: center; gap: .5rem; margin-top: 3rem; padding: .55rem .85rem; border-radius: 2px; background: var(--orange); color: var(--ink); font-size: .8rem; font-weight: 750; }
.status span { width: .55rem; height: .55rem; border-radius: 50%; background: var(--ink); }

.section { padding-block: clamp(5rem, 10vw, 8rem); }
.section-heading { max-width: 51rem; margin-bottom: 3.5rem; }
.section-heading > p:last-child { max-width: 44rem; color: var(--ink-soft); font-size: 1.15rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.feature { padding: 2rem clamp(1.25rem, 3vw, 2.5rem) 0 0; }
.feature + .feature { padding-left: clamp(1.25rem, 3vw, 2.5rem); border-left: 1px solid var(--line); }
.feature-number { display: block; margin-bottom: 2.5rem; color: var(--grey); font-size: 1rem; font-weight: 700; }
.feature p { color: var(--ink-soft); }
.trust-section { background: var(--blue-dark); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); }
.eyebrow-light { color: var(--orange); }
.trust-list article { padding-block: 1.75rem; border-top: 1px solid rgba(255,255,255,.2); }
.trust-list article:first-child { padding-top: 0; border-top: 0; }
.trust-list p { max-width: 43rem; margin-bottom: 0; color: #c7dbdf; }
.contact-section { background: var(--grey); color: var(--white); }
.contact-box { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3rem; }
.contact-box > div { max-width: 48rem; }
.contact-box h2 { font-size: clamp(2.25rem, 4vw, 3.6rem); }
.contact-box .eyebrow { color: var(--orange); }
.contact-box p:last-child { max-width: 44rem; color: #edf3f3; }
.contact-box .button { border-color: var(--orange); background: var(--orange); color: var(--ink); }
.contact-box .button:hover { background: transparent; color: var(--white); }
.site-footer { padding-block: 2rem; background: var(--ink); color: #d9e6e8; font-size: .85rem; }
.site-footer p { margin: 0; }
.site-footer a { text-underline-offset: .25em; }
.prose { max-width: 50rem; min-height: 65vh; padding-top: 5rem; }

a:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
@media (max-width: 760px) {
  .site-header { position: relative; padding-block: 1rem; background: var(--sky); }
  .site-nav a:not(.nav-contact) { display: none; }
  .hero { min-height: auto; padding: 4.5rem 0; }
  .hero-grid, .trust-grid, .contact-box { grid-template-columns: 1fr; }
  .hero-grid { gap: 4rem; }
  .delivery-card { width: min(100%, 27rem); margin-inline: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature, .feature + .feature { padding: 2rem 0; border-left: 0; border-top: 1px solid var(--line); }
  .feature:first-child { border-top: 0; }
  .feature-number { margin-bottom: 1rem; }
  .contact-box { align-items: start; }
  .contact-box .button { justify-self: start; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: .6rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
