:root {
  color-scheme: light;
  --ink: #080808;
  --muted: #5d626a;
  --paper: #fffdf8;
  --panel: #ffffff;
  --water: #2f8df0;
  --water-dark: #255bd8;
  --water-light: #7dd6ff;
  --ember: #e84b17;
  --flame: #f36a16;
  --flame-gold: #f8b735;
  --straw: #e4c15f;
  --forest: #244036;
  --line: #dbe7f7;
  --shadow: 0 24px 70px rgba(8, 8, 8, 0.13);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #fffdf8 0%, #f8fbff 54%, #fff7ee 100%);
  color: var(--ink);
  line-height: 1.5;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(232, 75, 23, 0.72);
  outline-offset: 4px;
}

[id] {
  scroll-margin-top: 96px;
}

.site-header {
  align-items: center;
  background: rgba(255, 253, 248, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 16px clamp(18px, 4vw, 48px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

.brand-mark {
  align-items: center;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  text-decoration: none;
}

.brand-mark__logo {
  display: block;
  height: 42px;
  object-fit: contain;
  width: 42px;
}

.site-nav {
  display: flex;
  gap: clamp(12px, 2vw, 24px);
  font-size: 0.95rem;
}

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

.site-nav a:hover {
  color: var(--ink);
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(32px, 6vw, 90px);
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  min-height: calc(100vh - 68px);
  padding: clamp(48px, 8vw, 96px) clamp(18px, 6vw, 80px);
}

.hero__content {
  max-width: 720px;
}

.eyebrow {
  color: var(--water-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(3.35rem, 13vw, 9rem);
  letter-spacing: 0;
  line-height: 0.88;
  margin-bottom: 26px;
  overflow-wrap: anywhere;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.6rem);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 18px;
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.2;
  margin-bottom: 12px;
}

.hero__lead,
.section__intro p,
.closing-section p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  max-width: 740px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 850;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  text-decoration: none;
}

.button--primary {
  background: linear-gradient(135deg, var(--ink) 0%, #161616 58%, var(--ember) 130%);
  color: white;
}

.button--primary:hover {
  background: linear-gradient(135deg, var(--ember) 0%, var(--flame) 54%, var(--flame-gold) 130%);
}

.button--secondary {
  background: transparent;
  border-color: var(--line);
  color: var(--ink);
}

.button--secondary:hover {
  border-color: var(--ember);
}

.bottle-display {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 540px;
}

.bottle {
  align-items: center;
  display: flex;
  filter: drop-shadow(0 34px 34px rgba(8, 8, 8, 0.2));
  flex-direction: column;
}

.bottle__cap {
  background: linear-gradient(180deg, #111111, #050505);
  border: 1px solid rgba(8, 8, 8, 0.35);
  border-radius: 10px 10px 4px 4px;
  height: 34px;
  width: 82px;
}

.bottle__neck {
  background: rgba(255, 255, 255, 0.72);
  border-left: 1px solid rgba(37, 91, 216, 0.2);
  border-right: 1px solid rgba(37, 91, 216, 0.2);
  height: 92px;
  width: 64px;
}

.bottle__body {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(125, 214, 255, 0.34) 35%, rgba(255, 255, 255, 0.88)),
    rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(47, 141, 240, 0.24);
  border-radius: 46px 46px 34px 34px;
  display: flex;
  height: 420px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 190px;
}

.bottle__body::before {
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  content: "";
  height: 330px;
  left: 34px;
  position: absolute;
  top: 34px;
  width: 28px;
}

.bottle__label {
  background: linear-gradient(135deg, #050505 0%, #111111 62%, #193a8f 130%);
  color: white;
  display: grid;
  gap: 8px;
  padding: 28px 18px;
  position: relative;
  text-align: center;
  width: 100%;
}

.bottle__label::after {
  background: linear-gradient(90deg, var(--water), var(--flame-gold), var(--ember));
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}

.bottle__brand {
  font-size: 1.55rem;
  font-weight: 950;
  line-height: 1;
}

.bottle__small {
  color: #8bd8ff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section {
  padding: clamp(58px, 9vw, 112px) clamp(18px, 6vw, 80px);
}

.section__intro {
  max-width: 880px;
}

.feature-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.feature,
.quiz-card,
.mini-quiz-card,
.closing-section {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature {
  padding: 26px;
}

.feature:hover {
  border-color: rgba(47, 141, 240, 0.34);
}

.feature p {
  color: var(--muted);
  margin-bottom: 0;
}

.special-section {
  background:
    radial-gradient(circle at 78% 24%, rgba(47, 141, 240, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(228, 193, 95, 0.22), rgba(255, 255, 255, 0.82) 52%, rgba(36, 64, 54, 0.08));
}

.special-card {
  align-items: center;
  background: var(--panel);
  border: 1px solid rgba(36, 64, 54, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: clamp(24px, 5vw, 56px);
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.35fr);
  overflow: hidden;
  padding: clamp(28px, 6vw, 58px);
  position: relative;
}

.mini-quiz-card {
  border-color: rgba(36, 64, 54, 0.18);
  margin-top: 18px;
  max-width: 880px;
  padding: clamp(24px, 5vw, 40px);
}

.special-card::before {
  background: linear-gradient(90deg, var(--forest), var(--straw), var(--water));
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.special-card__content {
  max-width: 760px;
}

.special-card__content p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.special-card__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.special-badge {
  border: 1px solid rgba(36, 64, 54, 0.28);
  border-radius: 999px;
  color: var(--forest);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  min-height: 44px;
  padding: 12px 16px;
  text-transform: uppercase;
}

.special-card__mark {
  align-items: center;
  display: grid;
  justify-items: center;
  min-height: 220px;
  position: relative;
}

.special-card__note {
  color: var(--forest);
  font-size: clamp(5rem, 12vw, 9rem);
  font-weight: 900;
  line-height: 1;
  opacity: 0.92;
}

.special-card__drop {
  background: linear-gradient(145deg, #ffffff 0%, var(--water-light) 36%, var(--water-dark) 100%);
  border: 4px solid white;
  border-radius: 70% 70% 70% 12%;
  bottom: 18px;
  box-shadow: 0 18px 32px rgba(37, 91, 216, 0.22);
  height: 92px;
  position: absolute;
  right: 18px;
  transform: rotate(45deg);
  width: 92px;
}

.quiz-section {
  background:
    linear-gradient(135deg, rgba(47, 141, 240, 0.12), rgba(255, 255, 255, 0.78) 48%, rgba(248, 183, 53, 0.16));
}

.quiz-card {
  margin-top: 34px;
  max-width: 880px;
  padding: clamp(24px, 5vw, 42px);
}

.quiz-card__progress,
.result-label {
  color: var(--ember);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.quiz-card__answers {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.quiz-card__fallback {
  color: var(--muted);
  margin: 0;
}

.answer-button {
  background: #fbfdff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 750;
  min-height: 58px;
  padding: 16px 18px;
  text-align: left;
}

.answer-button:hover {
  border-color: var(--flame);
  transform: translateY(-1px);
}

.answer-button--special:hover {
  border-color: var(--forest);
}

.quiz-card__result h3 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.tasting-note {
  background: #fff8ef;
  border-left: 4px solid var(--ember);
  color: var(--muted);
  margin: 22px 0;
  padding: 16px 18px;
}

.closing-section {
  align-items: center;
  display: flex;
  min-height: 320px;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .bottle-display {
    min-height: 430px;
    order: -1;
  }

  .bottle__body {
    height: 330px;
    width: 156px;
  }

  .bottle__neck {
    height: 68px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .special-card {
    grid-template-columns: 1fr;
  }

  .special-card__mark {
    min-height: 160px;
    order: -1;
  }
}

@media (max-width: 520px) {
  .site-nav {
    flex-wrap: wrap;
  }

  .hero__actions,
  .hero__actions .button {
    width: 100%;
  }

  .special-card__actions,
  .special-card__actions .button,
  .special-badge {
    width: 100%;
  }
}
