:root {
  color-scheme: light;
  --ink: #17222d;
  --muted: #566575;
  --line: #d9e2e7;
  --paper: #ffffff;
  --soft: #f4f8fa;
  --storm: #174f63;
  --storm-dark: #0d3645;
  --sun: #f0b94f;
  --coral: #c95d54;
  --green: #0f7a6c;
  --shadow: 0 20px 55px rgba(23, 34, 45, 0.14);
  --storm-photo: url("./assets/storm-palms-hero.jpg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fa 48%, #eef5f2 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(217, 226, 231, 0.82);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.storm-header {
  position: sticky;
  background: rgba(255, 255, 255, 0.9);
}

.brand {
  color: var(--storm-dark);
  font-weight: 900;
  text-decoration: none;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  color: var(--muted);
  font-size: 0.94rem;
}

nav a {
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  min-height: 640px;
  margin: 0 auto;
  padding: 58px 0 46px;
}

.storm-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(760px, calc(100vh - 64px));
  overflow: hidden;
  padding: clamp(64px, 9vw, 116px) max(18px, calc((100vw - 1160px) / 2));
  background:
    radial-gradient(circle at 18% 50%, rgba(15, 122, 108, 0.24), transparent 32%),
    linear-gradient(90deg, rgba(6, 23, 32, 0.88) 0%, rgba(11, 40, 52, 0.66) 44%, rgba(10, 33, 43, 0.18) 100%),
    var(--storm-photo) center / cover no-repeat;
  color: #ffffff;
}

.storm-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

.storm-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.storm-hero .eyebrow {
  color: #bdeee1;
}

.storm-hero h1 {
  max-width: 900px;
  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.palm-letter {
  position: relative;
  display: inline-block;
  min-width: 0.62em;
  color: #dff8e7;
  text-shadow:
    0 16px 38px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(189, 238, 225, 0.24);
}

.palm-letter::before,
.palm-letter::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.palm-letter::before {
  width: 1.05em;
  height: 0.24em;
  top: 0.02em;
  left: 0.06em;
  border-radius: 999px 0 999px 0;
  background:
    repeating-linear-gradient(72deg, rgba(255, 255, 255, 0.22) 0 2px, transparent 2px 6px),
    linear-gradient(105deg, #bdeee1 0%, #33a176 48%, #0d5a4e 100%);
  box-shadow:
    -0.22em 0.13em 0 -0.05em rgba(31, 141, 109, 0.82),
    -0.4em 0.22em 0 -0.09em rgba(15, 122, 108, 0.6),
    0.26em 0.18em 0 -0.05em rgba(240, 185, 79, 0.62),
    0.54em 0.28em 0 -0.11em rgba(189, 238, 225, 0.48);
  transform: skewX(-16deg) rotate(-18deg);
}

.palm-letter::after {
  width: 1.2em;
  height: 0.05em;
  right: -0.46em;
  bottom: 0.23em;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(189, 238, 225, 0), rgba(189, 238, 225, 0.72), rgba(240, 185, 79, 0));
  box-shadow:
    -0.18em -0.18em 0 rgba(255, 255, 255, 0.2),
    0.12em 0.16em 0 rgba(255, 255, 255, 0.14);
  opacity: 0.9;
  transform: skewX(-26deg) rotate(-8deg);
}

.storm-hero .lead {
  color: rgba(255, 255, 255, 0.88);
}

.button.ghost-light {
  border: 1px solid rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: none;
}

.trust-line.light {
  color: rgba(255, 255, 255, 0.78);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  font-weight: 850;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
label,
li {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(2.9rem, 6.6vw, 5.9rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3.5vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.12rem;
}

.lead {
  max-width: 640px;
  margin: 22px 0 26px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-actions,
.mini-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 19px;
  border: 0;
  border-radius: 8px;
  background: var(--green);
  color: #ffffff;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(15, 122, 108, 0.22);
  cursor: pointer;
}

.button.ghost {
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
  box-shadow: none;
}

.trust-line {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.94rem;
}

.hero-visual {
  overflow: hidden;
  border: 1px solid rgba(217, 226, 231, 0.9);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.hero-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

.alert-band,
.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.alert-band {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(201, 93, 84, 0.34);
  border-radius: 8px;
  background: #fff7f3;
  color: #663129;
}

.section {
  padding: 58px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-heading p,
.section > p,
.kit-section p,
.help-section p,
.sources p,
.order-card p {
  color: var(--muted);
}

.check-grid,
.timeline-grid,
.inside-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.check-grid article,
.timeline-grid article,
.inside-grid article,
.package-card,
.price-card,
.order-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(23, 34, 45, 0.07);
}

.product-intro {
  border-top: 1px solid var(--line);
}

.product-intro > div {
  max-width: 820px;
}

.shipping-note,
.small-note {
  color: var(--muted);
  font-size: 0.96rem;
}

.shipping-note {
  padding: 14px 16px;
  border: 1px solid rgba(15, 122, 108, 0.22);
  border-radius: 8px;
  background: #f1fbf7;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 12px;
}

.package-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
}

.package-card strong {
  display: block;
  color: var(--storm-dark);
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1;
}

.package-card p {
  margin: 0;
  color: var(--muted);
}

.package-kicker,
.inside-grid span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-package {
  border-color: rgba(15, 122, 108, 0.38);
  background:
    linear-gradient(180deg, rgba(15, 122, 108, 0.08), rgba(255, 255, 255, 0.95)),
    #ffffff;
  box-shadow: 0 22px 58px rgba(23, 34, 45, 0.14);
}

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

.builder-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.34fr);
  gap: 20px;
  align-items: start;
}

.item-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.item-card,
.builder-cta {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(23, 34, 45, 0.07);
}

.item-card {
  overflow: hidden;
}

.item-card span {
  display: block;
  margin: 14px 14px 5px;
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.item-card h3,
.item-card p {
  margin-right: 14px;
  margin-left: 14px;
}

.item-card p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 0.94rem;
}

.item-photo {
  position: relative;
  min-height: 118px;
  border-bottom: 1px solid rgba(217, 226, 231, 0.75);
  background: #eef5f2;
  overflow: hidden;
}

.item-photo::before,
.item-photo::after {
  position: absolute;
  content: "";
  display: block;
}

.snack-photo {
  background:
    linear-gradient(135deg, rgba(240, 185, 79, 0.26), rgba(201, 93, 84, 0.12)),
    #fff8e7;
}

.snack-photo::before {
  width: 72px;
  height: 42px;
  right: 22px;
  bottom: 22px;
  border-radius: 7px;
  background: linear-gradient(135deg, #f0b94f, #c95d54);
  box-shadow: -58px 8px 0 -10px #ffffff, -72px 10px 0 -14px #0f7a6c;
  transform: rotate(-5deg);
}

.light-photo {
  background:
    radial-gradient(circle at 72% 34%, rgba(240, 185, 79, 0.62), transparent 28%),
    linear-gradient(135deg, rgba(23, 79, 99, 0.16), rgba(15, 122, 108, 0.12)),
    #eef8f7;
}

.light-photo::before {
  width: 78px;
  height: 28px;
  left: 34px;
  bottom: 34px;
  border-radius: 999px;
  background: #174f63;
  box-shadow: 48px 0 0 -8px #f0b94f;
}

.game-photo {
  background:
    linear-gradient(135deg, rgba(15, 122, 108, 0.14), rgba(240, 185, 79, 0.2)),
    #f7fbf7;
}

.game-photo::before {
  width: 54px;
  height: 76px;
  left: 34px;
  bottom: 20px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: #c95d54;
  box-shadow: 30px -8px 0 -2px #174f63, 60px 6px 0 -4px #f0b94f;
  transform: rotate(-7deg);
}

.hygiene-photo {
  background:
    linear-gradient(135deg, rgba(86, 101, 117, 0.12), rgba(15, 122, 108, 0.12)),
    #f5faf9;
}

.hygiene-photo::before {
  width: 86px;
  height: 52px;
  left: 34px;
  bottom: 27px;
  border-radius: 9px;
  background: #ffffff;
  box-shadow: 0 0 0 1px #cbd8de, 54px -12px 0 -14px #0f7a6c;
}

.water-photo {
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.82), transparent 18%),
    linear-gradient(135deg, rgba(23, 79, 99, 0.18), rgba(15, 122, 108, 0.12)),
    #eef8fb;
}

.water-photo::before {
  width: 44px;
  height: 82px;
  left: 50px;
  bottom: 17px;
  border-radius: 15px 15px 10px 10px;
  background: linear-gradient(180deg, #ffffff 0 22%, #87d7df 22% 100%);
  box-shadow: 68px 18px 0 -12px #174f63;
}

.notes-photo {
  background:
    linear-gradient(135deg, rgba(240, 185, 79, 0.16), rgba(23, 79, 99, 0.1)),
    #fffdfa;
}

.notes-photo::before {
  width: 82px;
  height: 70px;
  left: 34px;
  bottom: 22px;
  border-radius: 6px;
  background:
    repeating-linear-gradient(180deg, #ffffff 0 12px, #e8eef1 12px 14px);
  box-shadow: 52px -8px 0 -18px #f0b94f;
}

.kid-photo {
  background:
    linear-gradient(135deg, rgba(201, 93, 84, 0.13), rgba(240, 185, 79, 0.2)),
    #fff8f4;
}

.kid-photo::before {
  width: 72px;
  height: 58px;
  left: 38px;
  bottom: 27px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 48px 10px 0 -12px #f0b94f, 82px -4px 0 -18px #0f7a6c;
}

.comfort-photo {
  background:
    linear-gradient(135deg, rgba(15, 122, 108, 0.16), rgba(86, 101, 117, 0.1)),
    #f4fbf8;
}

.comfort-photo::before {
  width: 88px;
  height: 44px;
  left: 34px;
  bottom: 34px;
  border-radius: 18px;
  background: #bdeee1;
  box-shadow: 58px -10px 0 -20px #174f63, 72px 12px 0 -24px #f0b94f;
}

.builder-cta {
  position: sticky;
  top: 88px;
  padding: 24px;
  background:
    linear-gradient(140deg, rgba(23, 79, 99, 0.08), rgba(240, 185, 79, 0.16)),
    #ffffff;
}

.builder-cta h3 {
  font-size: 1.5rem;
}

.builder-cta p {
  color: var(--muted);
}

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

.inside-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inside-grid article {
  padding: 22px;
}

.inside-grid p {
  margin: 0;
  color: var(--muted);
}

.check-grid article {
  padding: 22px;
}

ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

li + li {
  margin-top: 6px;
}

.kit-section,
.help-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.42fr);
  gap: 28px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.price-card {
  padding: 28px;
  background: linear-gradient(135deg, #174f63, #0f7a6c);
  color: #ffffff;
}

.price-card span {
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-card strong {
  display: block;
  margin: 6px 0 10px;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: 1;
}

.price-card p {
  color: rgba(255, 255, 255, 0.86);
}

.mini-link-row {
  margin-top: 18px;
}

.mini-link-row a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--storm-dark);
  font-weight: 850;
  text-decoration: none;
}

.timeline-grid article {
  padding: 20px;
}

.timeline-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #fff1cf;
  color: #7b5511;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline-grid p {
  margin: 0;
  color: var(--muted);
}

.lead-form {
  display: grid;
  gap: 12px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: var(--storm-dark);
  font-weight: 850;
}

input,
select {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #cbd8de;
  border-radius: 7px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

.check-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: var(--muted);
  font-weight: 650;
}

.check-consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.order-section {
  padding-top: 30px;
}

.order-card {
  padding: clamp(22px, 4vw, 40px);
  background:
    linear-gradient(120deg, rgba(240, 185, 79, 0.16), rgba(15, 122, 108, 0.1)),
    #ffffff;
}

.sources {
  border-top: 1px solid var(--line);
}

.content-page {
  min-height: 68vh;
}

.content-hero {
  padding-top: clamp(54px, 8vw, 90px);
  padding-bottom: 26px;
}

.content-hero h1 {
  max-width: 900px;
  font-size: clamp(2.4rem, 5.6vw, 4.8rem);
}

.content-body {
  max-width: 860px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.content-body h2 {
  margin-top: 30px;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
}

.content-body h2:first-child {
  margin-top: 0;
}

.content-body p {
  color: var(--muted);
}

.content-body a {
  color: var(--storm-dark);
  font-weight: 850;
}

footer {
  padding: 34px 18px 42px;
  background: var(--storm-dark);
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
}

footer a {
  color: #ffffff;
  font-weight: 850;
}

.document-body {
  background: #f6f8fa;
}

.kit-document {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 56px;
}

.document-cover,
.document-section {
  margin-bottom: 18px;
  padding: clamp(20px, 3.5vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(23, 34, 45, 0.06);
}

.document-cover {
  background:
    linear-gradient(135deg, rgba(15, 122, 108, 0.1), rgba(240, 185, 79, 0.16)),
    #ffffff;
}

.document-note,
.document-cta {
  display: grid;
  gap: 6px;
  margin-top: 22px;
  padding: 16px;
  border: 1px solid rgba(15, 122, 108, 0.24);
  border-radius: 8px;
  background: #f1fbf7;
}

.doc-checklist {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 18px;
}

.doc-checklist.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.doc-checklist label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  min-height: 40px;
  padding: 9px 10px;
  border: 1px solid #e4ebef;
  border-radius: 7px;
  color: var(--ink);
  font-weight: 650;
}

.doc-checklist input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.storage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.storage-grid article {
  display: grid;
  gap: 6px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.storage-grid span,
.small-print p {
  color: var(--muted);
}

@media (max-width: 900px) {
  .site-header,
  .hero,
  .kit-section,
  .help-section {
    grid-template-columns: 1fr;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: 0;
    padding-top: 42px;
  }

  .check-grid,
  .timeline-grid,
  .inside-grid,
  .item-grid,
  .package-grid,
  .storage-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .builder-layout {
    grid-template-columns: 1fr;
  }

  .builder-cta {
    position: static;
  }
}

@media (max-width: 560px) {
  .check-grid,
  .timeline-grid,
  .inside-grid,
  .item-grid,
  .package-grid,
  .doc-checklist.two-col,
  .storage-grid {
    grid-template-columns: 1fr;
  }

  .alert-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media print {
  .site-header,
  footer,
  .hero-actions,
  .mini-link-row {
    display: none;
  }

  body,
  .document-body {
    background: #ffffff;
  }

  .kit-document {
    width: 100%;
    padding: 0;
  }

  .document-cover,
  .document-section {
    break-inside: avoid;
    box-shadow: none;
  }
}
