:root {
  --paper: #ece4d6;
  --surface: #fbf6ec;
  --ink: #191715;
  --charcoal: #1b211d;
  --panel: #262c27;
  --muted: #6d6358;
  --line: #d3c3ad;
  --tomato: #9f3d34;
  --tomato-dark: #7e312d;
  --brass: #b08a4c;
  --sage: #65705d;
  --white: #fffaf1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer,
.hero-inner,
.choices,
.details {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid currentColor;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.hero {
  background:
    linear-gradient(135deg, rgba(101, 112, 93, 0.16), transparent 36%),
    linear-gradient(180deg, #222821 0%, var(--charcoal) 68%, #171b18 100%);
  color: var(--white);
  border-block: 1px solid rgba(25, 23, 22, 0.18);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: 48px;
  align-items: end;
  min-height: clamp(600px, 84vh, 780px);
  padding: 52px 0 42px;
  overflow: hidden;
}

.hero-copy,
.drop-note {
  position: relative;
  z-index: 1;
}

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

.hero-art {
  position: absolute;
  right: min(34%, 390px);
  bottom: 62px;
  width: min(44vw, 520px);
  max-width: 52%;
  color: rgba(214, 196, 157, 0.12);
  opacity: 0.12;
  pointer-events: none;
}

.eyebrow,
.note-label {
  margin: 0 0 14px;
  color: #d6c49d;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 12vw, 9.8rem);
  line-height: 0.88;
}

.dek {
  max-width: 19ch;
  margin-top: 26px;
  color: #efe2cc;
  font-size: clamp(1.55rem, 3.6vw, 2.85rem);
  font-weight: 750;
  line-height: 1.02;
}

.button {
  min-height: 52px;
  padding-inline: 22px;
  background: linear-gradient(180deg, var(--tomato), var(--tomato-dark));
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.button:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 4px;
}

.drop-note {
  padding: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(38, 44, 39, 0.96), rgba(31, 36, 32, 0.96));
  background-size: 22px 22px;
  border: 1px solid rgba(214, 196, 157, 0.2);
  border-radius: 6px;
}

.drop-note::before {
  content: "May 15";
  display: block;
  margin-bottom: 42px;
  color: var(--brass);
  font-size: clamp(3.8rem, 7.6vw, 5.8rem);
  font-weight: 900;
  line-height: 0.8;
}

.drop-note p:not(.note-label) {
  color: #f3e7d5;
  font-size: 1.35rem;
  font-weight: 750;
  line-height: 1.18;
}

.drop-note p + .note-label {
  margin-top: 28px;
}

.choices {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 20px;
  padding: 32px 0 0;
}

.choice-card {
  min-width: 0;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.82), rgba(251, 246, 236, 0.96)),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.choice-card p {
  max-width: 42rem;
  margin-top: 16px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

.choice-card .price {
  margin-top: 0;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: clamp(1.6rem, 3.2vw, 2.25rem);
  font-weight: 900;
  line-height: 0.95;
}

.buy-layout {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 22px;
}

.venmo-qr {
  display: block;
  width: 100%;
  height: auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.buy-copy {
  min-width: 0;
  align-self: center;
}

.choice-button {
  width: fit-content;
  margin-top: 24px;
}

.buy-layout .choice-button {
  margin-top: 0;
}

.choice-card .payment-note {
  margin-top: 12px;
  font-size: 0.92rem;
  font-weight: 750;
}

.sms-form {
  margin-top: 18px;
}

.sms-form label {
  display: block;
  color: var(--sage);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sms-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 10px;
}

.sms-row input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
}

.sms-row input:focus {
  outline: 3px solid rgba(156, 116, 55, 0.38);
  outline-offset: 0;
}

.sms-row .choice-button {
  margin-top: 0;
}

.form-note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.form-note.is-success {
  color: var(--sage);
}

.form-note.is-error {
  color: var(--tomato-dark);
}

.details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 32px 0 48px;
}

.details article {
  min-width: 0;
  padding: 20px;
  background: rgba(251, 246, 236, 0.86);
  border: 1px solid var(--line);
  border-radius: 6px;
}

h2 {
  color: var(--sage);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
}

.details p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 32px;
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer a {
  text-decoration-color: rgba(110, 98, 86, 0.45);
  text-underline-offset: 4px;
}

@media (max-width: 760px) {
  .site-footer,
  .hero-inner,
  .choices,
  .details {
    width: min(100% - 24px, 1120px);
  }
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .hero-inner,
  .choices,
  .details {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: auto;
    padding: 30px 0 26px;
  }

  .hero-art {
    right: 0;
    bottom: 210px;
    width: min(82vw, 360px);
    max-width: none;
  }

  h1 {
    font-size: clamp(3.25rem, 20vw, 5.8rem);
  }

  .dek {
    font-size: clamp(1.36rem, 7vw, 2.15rem);
  }

  .drop-note {
    padding: 18px;
  }

  .drop-note::before {
    margin-bottom: 30px;
    font-size: clamp(3.5rem, 17vw, 5.1rem);
  }

  .sms-row {
    grid-template-columns: 1fr;
  }

  .choice-button,
  .sms-row .choice-button {
    width: 100%;
  }

  .buy-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .venmo-qr {
    width: min(100%, 230px);
  }

  .buy-copy {
    width: 100%;
  }
}
