:root {
  --ink: #0f172a;
  --text: #334155;
  --muted: #64748b;
  --teal: #155e75;
  --teal-strong: #0f4c5c;
  --emerald: #0f766e;
  --green: #22c55e;
  --amber: #f59e0b;
  --coral: #f97316;
  --blue: #2563eb;
  --rose: #e11d48;
  --line: #cbd5e1;
  --soft-line: #e2e8f0;
  --surface: #ffffff;
  --bg: #f8fafc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  margin: 0;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(245, 158, 11, 0.9);
  outline-offset: 3px;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  background: var(--ink);
  color: #ffffff;
  left: 12px;
  padding: 10px 12px;
  position: absolute;
  top: -48px;
  z-index: 30;
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  align-items: center;
  background: rgba(248, 250, 252, 0.94);
  border-bottom: 1px solid var(--soft-line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 48px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand,
.site-nav,
.hero-actions,
.trust-chips {
  align-items: center;
  display: flex;
}

.brand {
  gap: 10px;
  text-decoration: none;
}

.brand img {
  border-radius: 8px;
  height: 36px;
  width: 36px;
}

.brand-copy {
  display: grid;
  gap: 0;
}

.brand-name {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 950;
  line-height: 1.05;
}

.brand-kicker {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
}

.site-nav {
  color: var(--text);
  gap: 18px;
  font-size: 0.94rem;
  font-weight: 800;
}

.site-nav a {
  text-decoration: none;
}

.nav-action {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--teal);
  padding: 8px 12px;
}

.hero {
  align-items: center;
  display: grid;
  isolation: isolate;
  min-height: clamp(590px, calc(100svh - 120px), 760px);
  overflow: hidden;
  padding: clamp(36px, 6vw, 76px) clamp(18px, 5vw, 72px);
  position: relative;
}

.hero::after {
  background:
    linear-gradient(
      90deg,
      rgba(248, 250, 252, 0.96) 0%,
      rgba(248, 250, 252, 0.76) 41%,
      rgba(248, 250, 252, 0.08) 100%
    ),
    linear-gradient(0deg, rgba(248, 250, 252, 0.84) 0%, rgba(248, 250, 252, 0) 28%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.hero-bg {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center right;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.hero-content {
  display: grid;
  gap: 18px;
  max-width: 760px;
}

.eyebrow {
  color: var(--emerald);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  color: var(--ink);
  font-size: clamp(2.65rem, 4.8vw, 4.6rem);
  letter-spacing: 0;
  line-height: 0.98;
  max-width: 16ch;
}

h2 {
  color: var(--ink);
  font-size: clamp(1.8rem, 4vw, 3rem);
  letter-spacing: 0;
  line-height: 1.05;
}

h3 {
  font-size: 1.05rem;
}

.hero-copy {
  color: var(--text);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  max-width: 51ch;
}

.hero-note {
  color: var(--teal);
  font-size: 0.96rem;
  font-weight: 900;
  max-width: 44ch;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none;
}

.primary {
  background: var(--teal);
  color: #ffffff;
}

.primary:hover {
  background: var(--teal-strong);
}

.secondary {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--teal);
}

.trust-chips {
  flex-wrap: wrap;
  gap: 10px;
}

.trust-chips span,
.quote-points span {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--soft-line);
  border-radius: 999px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 900;
  padding: 8px 11px;
}

.trust-chips span:first-child,
.quote-points span:first-child {
  border-color: rgba(34, 197, 94, 0.5);
  color: var(--emerald);
}

.hero-promo {
  background: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  bottom: clamp(24px, 4vw, 48px);
  color: #ffffff;
  display: grid;
  gap: 4px;
  max-width: 340px;
  padding: 16px;
  position: absolute;
  right: clamp(18px, 5vw, 72px);
}

.hero-promo strong {
  font-size: 1.02rem;
}

.hero-promo span {
  color: #dbeafe;
  font-size: 0.94rem;
}

.section,
.visual-band,
.promo-band,
.final-cta {
  margin: 0 auto;
  max-width: 1160px;
  padding: clamp(44px, 7vw, 84px) clamp(18px, 4vw, 36px);
}

.visual-band {
  max-width: 1240px;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
  max-width: 760px;
}

.section-heading.compact {
  max-width: 680px;
}

.section-heading p,
.quote-copy p,
.promo-copy p,
.refill p,
.final-cta p {
  color: var(--text);
  font-size: 1.06rem;
}

.package-layout {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
}

.product-photo {
  border-radius: 8px;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.product-photo img {
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  width: 100%;
}

.product-photo figcaption {
  background: rgba(15, 94, 117, 0.86);
  bottom: 14px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 850;
  left: 14px;
  padding: 9px 11px;
  position: absolute;
  right: 14px;
}

.arrival-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.arrival-grid article,
.process-list li,
.promo-tiles article {
  background: var(--surface);
  border: 1px solid var(--soft-line);
  border-radius: 8px;
}

.arrival-grid article {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  overflow: hidden;
}

.arrival-grid p,
.process-list p {
  color: var(--text);
  font-size: 0.94rem;
}

.arrival-card img {
  aspect-ratio: 3 / 2;
  height: clamp(136px, 13vw, 166px);
  object-fit: cover;
  width: 100%;
}

.arrival-card-copy {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.flow-section {
  border-top: 1px solid var(--soft-line);
}

.flow-layout {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.flow-photo {
  border-radius: 8px;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
}

.flow-photo img {
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  width: 100%;
}

.process-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.process-list li {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: 52px minmax(0, 1fr);
  padding: 18px;
}

.step-number {
  align-items: center;
  background: #d1fae5;
  border: 1px solid #86efac;
  border-radius: 8px;
  color: var(--emerald);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.process-list strong {
  display: block;
  margin-bottom: 5px;
}

.promo-band {
  background: var(--ink);
  border-radius: 0;
  color: #ffffff;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  max-width: none;
  padding-left: clamp(18px, 8vw, 96px);
  padding-right: clamp(18px, 8vw, 96px);
}

.promo-band h2 {
  color: #ffffff;
}

.promo-copy {
  display: grid;
  gap: 10px;
  grid-column: 1;
  grid-row: 1;
  max-width: 690px;
}

.promo-copy p {
  color: #dbeafe;
}

.promo-actions {
  align-content: center;
  display: grid;
  gap: 10px;
  grid-column: 1;
  grid-row: 2;
  justify-items: start;
}

.promo-actions span {
  color: #cbd5e1;
  font-size: 0.92rem;
  font-weight: 800;
}

.promo-image {
  border-radius: 8px;
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  overflow: hidden;
}

.promo-image img {
  aspect-ratio: 5 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.promo-tiles {
  display: grid;
  gap: 12px;
  grid-column: 1 / -1;
  grid-row: 3;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.promo-tiles article {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 4px;
  padding: 16px;
}

.promo-tiles span {
  color: #fed7aa;
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-tiles strong {
  font-size: 1.1rem;
}

.quote-section {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
}

.quote-copy {
  display: grid;
  gap: 14px;
}

.quote-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.receipt-preview {
  background: var(--surface);
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 12px;
  padding: 22px;
}

.receipt-head,
.receipt-line {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.receipt-head {
  border-bottom: 1px dashed var(--line);
  padding-bottom: 12px;
}

.receipt-head strong {
  color: var(--teal);
  font-size: 1.3rem;
}

.receipt-head span,
.receipt-line span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.receipt-line {
  border-bottom: 1px solid var(--soft-line);
  padding-bottom: 10px;
}

.receipt-status {
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  color: var(--emerald);
  font-weight: 950;
  padding: 12px;
  text-align: center;
}

.refill {
  align-items: center;
  border-top: 1px solid var(--soft-line);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  background: var(--surface);
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  padding: 16px;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  color: var(--text);
  margin-top: 10px;
}

.final-cta {
  align-items: center;
  display: grid;
  gap: 14px;
  margin-bottom: 40px;
  text-align: center;
}

.final-cta .hero-actions {
  justify-content: center;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--soft-line);
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 14px;
  justify-content: space-between;
  padding: 22px clamp(18px, 4vw, 48px);
}

@media (max-width: 980px) {
  .site-header {
    align-items: start;
    display: grid;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .package-layout,
  .quote-section,
  .refill,
  .flow-layout,
  .promo-band {
    grid-template-columns: 1fr;
  }

  .promo-actions {
    justify-items: start;
  }

  .arrival-grid,
  .promo-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-image {
    grid-column: auto;
    grid-row: auto;
  }

  .promo-copy,
  .promo-actions,
  .promo-tiles {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-promo {
    margin-top: 18px;
    max-width: 420px;
    position: static;
  }
}

@media (max-width: 620px) {
  .site-nav a:not(.nav-action) {
    display: none;
  }

  .site-header {
    align-items: center;
    display: flex;
  }

  .site-nav {
    margin-left: auto;
  }

  .brand-kicker {
    display: none;
  }

  .hero {
    align-items: end;
    min-height: min(680px, calc(100svh - 72px));
    padding-bottom: 34px;
    padding-top: 32px;
  }

  .hero::after {
    background:
      linear-gradient(0deg, rgba(248, 250, 252, 0.92) 0%, rgba(248, 250, 252, 0.76) 58%, rgba(248, 250, 252, 0.14) 100%),
      linear-gradient(90deg, rgba(248, 250, 252, 0.86), rgba(248, 250, 252, 0.26));
  }

  .hero-bg {
    object-position: center top;
  }

  h1 {
    font-size: clamp(2.05rem, 9vw, 2.55rem);
    max-width: 12ch;
  }

  h2 {
    font-size: clamp(1.75rem, 7.5vw, 2.25rem);
  }

  .hero-copy {
    font-size: 1.03rem;
  }

  .hero-actions .button,
  .refill .button,
  .final-cta .button {
    width: 100%;
  }

  .trust-chips span,
  .quote-points span {
    border-radius: 8px;
  }

  .arrival-grid,
  .promo-tiles {
    grid-template-columns: 1fr;
  }

  .product-photo img {
    min-height: 300px;
  }

  .flow-photo {
    display: none;
  }

  .arrival-grid article {
    min-height: 142px;
  }

  .arrival-card img {
    height: 138px;
  }

  .process-list li {
    gap: 12px;
    grid-template-columns: 46px minmax(0, 1fr);
    padding: 14px;
  }

  .promo-band {
    padding-bottom: 48px;
    padding-top: 48px;
  }

  .receipt-preview {
    padding: 18px;
  }

  .site-footer {
    padding-bottom: 28px;
  }

}
