:root {
  --paper: #f7efb3;
  --paper-deep: #ecd985;
  --berry: #cf3f52;
  --olive: #7c9b61;
  --sage: #d6e0d4;
  --terracotta: #d67646;
  --ink: #1e1b19;
  --muted: #5a564f;
  --milk: #fff9f0;
  --line: rgba(30, 27, 25, 0.08);
  --shadow: 0 22px 50px rgba(57, 35, 26, 0.14);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-sm: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Trebuchet MS", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(214, 224, 212, 0.95), transparent 35%),
    linear-gradient(180deg, #f5efe6 0%, #f3e6d7 52%, #f7f2eb 100%);
}

a {
  color: inherit;
}

.shell {
  min-height: 100vh;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 24px;
  backdrop-filter: blur(20px);
  background: rgba(255, 249, 240, 0.78);
  border-bottom: 1px solid rgba(30, 27, 25, 0.06);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 68% 26%, var(--berry) 0 9px, transparent 10px),
    linear-gradient(135deg, var(--paper) 0%, var(--paper-deep) 100%);
  box-shadow: var(--shadow);
  position: relative;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  background: var(--berry);
  border-radius: 999px;
}

.brand-mark::before {
  width: 12px;
  height: 12px;
  left: 7px;
  top: 8px;
}

.brand-mark::after {
  width: 10px;
  height: 10px;
  right: 8px;
  bottom: 8px;
}

.brand-copy strong {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.03em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.86rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 0.95rem;
}

.nav a {
  text-decoration: none;
  color: var(--muted);
}

.hero {
  padding: 28px 22px 24px;
}

.hero-stage {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
}

.hero-copy {
  padding: 42px 10px 24px 10px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(30, 27, 25, 0.06);
  margin-bottom: 18px;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--berry);
}

h1,
h2,
h3 {
  font-family: "Georgia", "Times New Roman", serif;
  line-height: 0.96;
  margin: 0;
}

h1 {
  font-size: clamp(3.8rem, 8vw, 7.2rem);
  letter-spacing: -0.05em;
}

.lede {
  max-width: 560px;
  margin: 20px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.5;
  color: var(--muted);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 18px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: white;
  background: linear-gradient(135deg, var(--terracotta), var(--berry));
  box-shadow: var(--shadow);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(30, 27, 25, 0.08);
}

.poster {
  position: relative;
  min-height: 640px;
  border-radius: 42px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(214, 224, 212, 0.96), rgba(196, 214, 205, 0.96)),
    linear-gradient(90deg, #dde7dd, #edf2ea);
  box-shadow: var(--shadow);
}

.poster::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.shelf {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28%;
  background: linear-gradient(180deg, #d2af8c 0%, #bf956f 100%);
}

.can {
  position: absolute;
  left: 12%;
  bottom: 18%;
  width: 32%;
  aspect-ratio: 0.72;
  border-radius: 26px;
  background:
    linear-gradient(180deg, #b6d39c 0%, #87ad64 50%, #e56f3a 51%, #d95a2b 100%);
  border: 10px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 40px rgba(50, 39, 26, 0.2);
}

.can::before {
  content: "11/03";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18%;
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 800;
  color: white;
}

.can::after {
  content: "";
  position: absolute;
  inset: 10% 12% 43% 12%;
  border-radius: 18px;
  background:
    radial-gradient(circle at 65% 34%, rgba(207, 63, 82, 0.95) 0 14px, transparent 15px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(255, 255, 255, 0.16));
}

.note {
  position: absolute;
  right: 9%;
  bottom: 12%;
  width: min(360px, 55%);
  aspect-ratio: 1 / 0.98;
  padding: 14% 12%;
  background: linear-gradient(180deg, var(--paper), #f3dd8b);
  clip-path: polygon(0 0, 100% 0, 100% 94%, 76% 100%, 0 98%);
  box-shadow: 0 22px 44px rgba(59, 35, 24, 0.2);
  transform: rotate(-4deg);
}

.note::before,
.note::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--berry);
  box-shadow: inset -5px -4px 0 rgba(0, 0, 0, 0.06);
}

.note::before {
  left: 16%;
  top: 9%;
}

.note::after {
  right: 16%;
  top: 11%;
}

.note h2 {
  font-size: clamp(2.3rem, 5vw, 4.3rem);
}

.note p {
  margin: 18px 0 0;
  font-size: clamp(1.4rem, 3vw, 2.6rem);
  font-weight: 800;
}

.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 22px;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.panel {
  padding: 28px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  box-shadow: 0 10px 26px rgba(40, 26, 18, 0.06);
}

.panel h3 {
  font-size: 1.7rem;
  margin-bottom: 12px;
}

.panel p,
.panel li,
.section-copy p,
.footer p {
  color: var(--muted);
  line-height: 1.6;
}

.steps {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.step-card {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.step-card strong {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ink);
  color: white;
  margin-bottom: 14px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.privacy-banner {
  padding: 28px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(124, 155, 97, 0.16), rgba(214, 118, 70, 0.14));
  border: 1px solid rgba(124, 155, 97, 0.18);
}

.list {
  padding-left: 18px;
  margin: 0;
}

.footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.95rem;
}

.page {
  max-width: 940px;
  margin: 0 auto;
  padding: 46px 22px 70px;
}

.page article {
  padding: 34px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.page h1 {
  font-size: clamp(2.8rem, 7vw, 4.8rem);
  margin-bottom: 14px;
}

.page h2 {
  font-size: 1.7rem;
  margin: 34px 0 10px;
}

.page p,
.page li {
  color: var(--muted);
  line-height: 1.72;
}

.page ul {
  padding-left: 18px;
}

@media (max-width: 960px) {
  .hero-stage,
  .section-grid,
  .steps,
  .split {
    grid-template-columns: 1fr;
  }

  .poster {
    min-height: 520px;
  }

  .note {
    width: min(320px, 68%);
  }
}

@media (max-width: 640px) {
  .topbar {
    padding-inline: 16px;
  }

  .hero,
  .section,
  .page {
    padding-inline: 16px;
  }

  .hero-copy {
    padding-top: 18px;
  }

  .poster {
    min-height: 420px;
    border-radius: 30px;
  }

  .panel,
  .page article,
  .privacy-banner,
  .step-card {
    padding: 22px;
  }
}
