:root {
  --teal: #42afa3;
  --teal-dark: #247f77;
  --teal-soft: #d9f5f1;
  --navy: #173768;
  --red: #ef3345;
  --yellow: #f8d84e;
  --cream: #fff8e9;
  --caramel: #e9a34d;
  --caramel-dark: #b9722e;
  --ink: #15304f;
  --muted: #617085;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(23, 55, 104, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 72px;
  padding: 10px clamp(16px, 5vw, 64px);
  background: rgba(255, 248, 233, 0.92);
  border-bottom: 1px solid rgba(23, 55, 104, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.brand-mark .scoop {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 3px solid var(--navy);
  border-radius: 50% 50% 45% 45%;
}

.brand-mark .scoop-yellow {
  top: 1px;
  left: 11px;
  background: var(--yellow);
}

.brand-mark .scoop-red {
  top: 17px;
  left: 4px;
  background: var(--red);
}

.brand-mark .scoop-blue {
  top: 17px;
  right: 4px;
  background: #6bd8d7;
}

.brand-mark .cone {
  position: absolute;
  left: 14px;
  bottom: 0;
  width: 16px;
  height: 24px;
  background: var(--caramel);
  border: 3px solid var(--navy);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}

.brand-text {
  display: grid;
  line-height: 1;
}

.brand-text strong {
  color: var(--navy);
  font-family: "Baloo 2", Inter, sans-serif;
  font-size: 1.28rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-text small {
  color: var(--red);
  font-family: "Baloo 2", Inter, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.top-nav {
  display: none;
  align-items: center;
  gap: 24px;
  color: var(--navy);
  font-size: 0.94rem;
  font-weight: 800;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 900;
  text-align: center;
}

.header-cta {
  min-height: 42px;
  padding: 0 17px;
  color: var(--white);
  background: var(--red);
  box-shadow: 0 10px 24px rgba(239, 51, 69, 0.24);
}

.section-pad {
  padding: 58px clamp(16px, 5vw, 72px);
}

.hero {
  position: relative;
  display: grid;
  gap: 34px;
  overflow: hidden;
  padding-top: 44px;
  background:
    radial-gradient(circle at 92% 6%, rgba(248, 216, 78, 0.42), transparent 24%),
    linear-gradient(180deg, var(--teal-soft) 0%, var(--cream) 96%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: 15%;
  width: 220px;
  height: 220px;
  border: 28px solid rgba(36, 127, 119, 0.14);
  border-radius: 50%;
}

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

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Baloo 2", Inter, sans-serif;
  line-height: 0.98;
}

h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 15vw, 6.8rem);
}

h2 {
  font-size: clamp(2.2rem, 9vw, 4.7rem);
}

h3 {
  font-size: 1.65rem;
}

.hero-lede,
.section-heading p,
.quality-copy p,
.route-info p {
  color: var(--muted);
  font-size: 1.02rem;
}

.hero-lede {
  max-width: 650px;
  margin: 18px 0 0;
}

.hero-actions,
.route-actions {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  width: 100%;
  padding: 0 22px;
  border: 2px solid transparent;
}

.btn-primary {
  color: var(--white);
  background: var(--red);
  box-shadow: 0 16px 32px rgba(239, 51, 69, 0.25);
}

.btn-secondary {
  color: var(--navy);
  background: var(--white);
  border-color: rgba(23, 55, 104, 0.14);
}

.btn-outline {
  color: var(--navy);
  background: transparent;
  border-color: rgba(23, 55, 104, 0.26);
}

.microcopy {
  margin: 14px 0 0;
  color: var(--teal-dark);
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 390px;
}

.hero-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  padding: 10px 14px;
  color: var(--navy);
  background: var(--yellow);
  border: 3px solid var(--navy);
  border-radius: 999px;
  font-family: "Baloo 2", Inter, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 6px 8px 0 var(--navy);
  transform: rotate(3deg);
}

.ice-cream-card {
  position: relative;
  width: min(310px, 86vw);
  height: 390px;
}

.cap {
  position: absolute;
  top: 0;
  left: 118px;
  z-index: 6;
  width: 95px;
  height: 62px;
  background: var(--white);
  border: 7px solid #05070b;
  border-radius: 54% 54% 24% 24%;
  transform: rotate(8deg);
}

.cap::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -12px;
  width: 74px;
  height: 24px;
  background: var(--white);
  border: 7px solid #05070b;
  border-left: 0;
  border-radius: 0 0 46px 46px;
}

.big-scoop {
  position: absolute;
  width: 150px;
  height: 155px;
  border: 8px solid var(--navy);
  border-radius: 50% 50% 38% 38%;
}

.big-scoop::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 43px;
  width: 14px;
  height: 14px;
  background: #220711;
  border-radius: 50%;
  box-shadow: 66px 0 #220711, 35px 45px 0 -2px transparent;
}

.big-scoop.yellow {
  top: 36px;
  left: 80px;
  z-index: 3;
  background: var(--yellow);
}

.big-scoop.red {
  top: 156px;
  left: 10px;
  z-index: 4;
  background: #f55363;
}

.big-scoop.blue {
  top: 156px;
  right: 12px;
  z-index: 4;
  background: #6bd8d7;
}

.waffle {
  position: absolute;
  left: 80px;
  bottom: 5px;
  z-index: 2;
  width: 155px;
  height: 190px;
  overflow: hidden;
  background:
    repeating-linear-gradient(45deg, transparent 0 26px, rgba(176, 105, 38, 0.78) 27px 35px),
    repeating-linear-gradient(-45deg, transparent 0 26px, rgba(176, 105, 38, 0.78) 27px 35px),
    var(--caramel);
  border: 8px solid var(--navy);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.quick-status {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  background: var(--navy);
}

.quick-status article {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.quick-status strong,
.quick-status span {
  font-size: 0.92rem;
}

.quick-status span {
  color: rgba(255, 255, 255, 0.72);
  text-align: right;
}

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

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

.product-grid {
  display: grid;
  gap: 16px;
}

.product-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  padding: 22px;
  border: 3px solid var(--navy);
  border-radius: 8px;
  box-shadow: 8px 10px 0 rgba(23, 55, 104, 0.16);
}

.product-card p {
  position: relative;
  z-index: 2;
  max-width: 250px;
  margin: 8px 0 0;
  color: rgba(21, 48, 79, 0.78);
  font-weight: 700;
}

.card-cyan {
  background: #c8f2ed;
}

.card-cream {
  background: #fff1cb;
}

.card-red {
  background: #ffdadd;
}

.card-navy {
  color: var(--white);
  background: var(--navy);
}

.card-navy h3,
.card-navy p {
  color: var(--white);
}

.product-visual {
  position: absolute;
  right: 14px;
  bottom: 10px;
  width: 128px;
  height: 150px;
}

.cone-visual::before,
.choco-visual::before {
  content: "";
  position: absolute;
  left: 32px;
  bottom: 0;
  width: 62px;
  height: 96px;
  background: var(--caramel);
  border: 5px solid var(--navy);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.cone-visual::after,
.choco-visual::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 112px;
  height: 90px;
  background: radial-gradient(circle at 28% 35%, var(--yellow) 0 28%, var(--red) 29% 55%, #6bd8d7 56%);
  border: 5px solid var(--navy);
  border-radius: 60px 60px 36px 36px;
}

.cup-visual::before {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 82px;
  height: 92px;
  background: var(--white);
  border: 5px solid var(--navy);
  border-radius: 0 0 20px 20px;
}

.cup-visual::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  width: 94px;
  height: 76px;
  background: #6bd8d7;
  border: 5px solid var(--navy);
  border-radius: 50%;
  box-shadow: 20px -18px 0 var(--yellow);
}

.choco-visual::before {
  background: #7a3d21;
}

.drink-visual::before {
  content: "";
  position: absolute;
  left: 38px;
  bottom: 0;
  width: 58px;
  height: 138px;
  background: linear-gradient(90deg, #ecf8ff 0 22%, #6bd8d7 23% 100%);
  border: 5px solid var(--white);
  border-radius: 18px;
}

.drink-visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 49px;
  width: 36px;
  height: 20px;
  background: var(--red);
  border: 5px solid var(--white);
  border-radius: 8px 8px 2px 2px;
}

.quality {
  display: grid;
  gap: 28px;
  color: var(--white);
  background: var(--teal-dark);
}

.quality h2,
.quality .eyebrow {
  color: var(--white);
}

.quality-copy p {
  color: rgba(255, 255, 255, 0.82);
}

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

.seal-grid span {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding: 14px;
  color: var(--navy);
  background: var(--white);
  border: 3px solid var(--navy);
  border-radius: 8px;
  font-weight: 900;
  text-align: center;
  box-shadow: 6px 7px 0 rgba(23, 55, 104, 0.22);
}

.flavors {
  background: var(--white);
}

.flavor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.flavor-list span {
  padding: 12px 16px;
  color: var(--navy);
  background: var(--cream);
  border: 2px solid rgba(23, 55, 104, 0.18);
  border-radius: 999px;
  font-weight: 900;
}

.route {
  background:
    linear-gradient(135deg, rgba(66, 175, 163, 0.18), rgba(248, 216, 78, 0.2)),
    var(--cream);
}

.route-card {
  overflow: hidden;
  background: var(--white);
  border: 3px solid var(--navy);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.map-preview {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #d9f5f1;
}

.street {
  position: absolute;
  width: 130%;
  height: 34px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(23, 55, 104, 0.12);
}

.street-one {
  transform: rotate(28deg);
}

.street-two {
  transform: rotate(-24deg) translateY(80px);
}

.street-three {
  transform: rotate(90deg) translateX(-70px);
}

.pin {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  background: var(--red);
  border: 5px solid var(--navy);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 7px 9px 0 rgba(23, 55, 104, 0.2);
}

.pin::after {
  content: "";
  position: absolute;
  inset: 13px;
  background: var(--yellow);
  border-radius: 50%;
}

.map-preview strong {
  position: absolute;
  z-index: 3;
  bottom: 34px;
  padding: 9px 14px;
  color: var(--navy);
  background: var(--white);
  border: 3px solid var(--navy);
  border-radius: 999px;
  font-family: "Baloo 2", Inter, sans-serif;
  font-size: 1.25rem;
}

.route-info {
  padding: 24px;
}

.route-info dl {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
}

.route-info dt {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.route-info dd {
  margin: 3px 0 0;
  color: var(--ink);
  font-weight: 800;
}

.gallery {
  background: var(--teal);
}

.gallery h2,
.gallery .eyebrow {
  color: var(--white);
}

.photo-grid {
  display: grid;
  gap: 14px;
}

.photo-grid figure {
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 3px solid var(--navy);
  border-radius: 8px;
}

.photo-swatch {
  display: block;
  min-height: 190px;
  background:
    radial-gradient(circle at 35% 34%, rgba(255, 255, 255, 0.72) 0 9%, transparent 10%),
    var(--red);
}

.swatch-red {
  background-color: var(--red);
}

.swatch-blue {
  background-color: #6bd8d7;
}

.swatch-yellow {
  background-color: var(--yellow);
}

.swatch-teal {
  background-color: var(--teal-dark);
}

.photo-grid figcaption {
  padding: 12px 14px;
  color: var(--navy);
  font-weight: 900;
}

.faq {
  background: var(--white);
}

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

details {
  border: 2px solid rgba(23, 55, 104, 0.16);
  border-radius: 8px;
  background: var(--cream);
}

summary {
  cursor: pointer;
  padding: 16px;
  color: var(--navy);
  font-weight: 900;
}

details p {
  margin: 0;
  padding: 0 16px 16px;
  color: var(--muted);
}

.site-footer {
  display: grid;
  gap: 20px;
  padding: 34px 16px 96px;
  color: var(--white);
  background: var(--navy);
}

.site-footer strong {
  font-family: "Baloo 2", Inter, sans-serif;
  font-size: 1.6rem;
}

.site-footer p {
  max-width: 420px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-links a {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-weight: 800;
}

.mobile-bar {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 30;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid rgba(23, 55, 104, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 44px rgba(23, 55, 104, 0.24);
}

.mobile-bar a {
  display: grid;
  place-items: center;
  min-height: 48px;
  color: var(--white);
  background: var(--red);
  border-radius: 999px;
  font-weight: 900;
}

.mobile-bar a + a {
  color: var(--navy);
  background: var(--yellow);
}

@media (min-width: 680px) {
  body {
    padding-bottom: 0;
  }

  .top-nav {
    display: flex;
  }

  .hero-actions,
  .route-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .btn {
    width: auto;
  }

  .quick-status,
  .product-grid,
  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-bar {
    display: none;
  }
}

@media (min-width: 980px) {
  .section-pad {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 430px;
    align-items: center;
    min-height: calc(100vh - 72px);
  }

  h1 {
    font-size: clamp(5.8rem, 8vw, 8.2rem);
  }

  .quick-status {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-right: clamp(32px, 5vw, 72px);
    padding-left: clamp(32px, 5vw, 72px);
  }

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

  .quality {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
  }

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

  .route-card {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
  }

  .map-preview {
    min-height: 460px;
  }

  .route-info {
    padding: 44px;
  }

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

  .site-footer {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 38px clamp(32px, 5vw, 72px);
  }
}
