:root {
  --paper: #E7DFCA;
  --paper-deep: #DED4BB;
  --pine: #223A2E;
  --ink: #1E2A22;
  --blaze: #C57A2C;
  --cream: #F0E7D0;
  --white: #FFF9EE;
  --blue: #3E5C6B;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: var(--paper);
  color: var(--ink);
  overflow-x: hidden;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='132' viewBox='0 0 132 132'%3E%3Cg fill='none' stroke='%23223A2E' stroke-width='1' stroke-opacity='0.055'%3E%3Cpath d='M-28 28 Q 33 -3 88 31 T 188 27'/%3E%3Cpath d='M-28 55 Q 33 24 88 58 T 188 54'/%3E%3Cpath d='M-28 82 Q 33 51 88 85 T 188 81'/%3E%3Cpath d='M-28 109 Q 33 78 88 112 T 188 108'/%3E%3C/g%3E%3C/svg%3E");
}

button,
input,
select {
  font: inherit;
}

button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--blaze);
  outline-offset: 3px;
}

.site-shell {
  max-width: 680px;
  margin: 0 auto;
  overflow: visible;
}

.brand-bar {
  padding: 22px 24px 0;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
}

.wordmark {
  font-family: "Zilla Slab", Georgia, serif;
  font-size: clamp(32px, 10vw, 58px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.92;
  color: var(--pine);
}

.wordmark span {
  color: var(--blaze);
}

.site-footer span {
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--pine);
}

.tagline {
  margin-top: 10px;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--blaze);
}

.hero-section,
.copy-section,
.tracks-section,
.offer-section {
  padding: 28px 24px 10px;
}

.hero-section {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--blaze);
  font-weight: 700;
  text-transform: uppercase;
}

.hero-section .section-eyebrow {
  padding: 7px 12px 6px;
  border: 1px solid rgba(197, 122, 44, 0.34);
  border-radius: 999px;
  background: rgba(255, 249, 238, 0.48);
  box-shadow: 0 8px 18px rgba(34, 58, 46, 0.06);
}

h1,
h2,
h3 {
  font-family: "Zilla Slab", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  margin: 10px 0 0;
  font-size: 36px;
  line-height: 1.06;
  color: var(--pine);
}

.hero-lede {
  margin: 12px 0 0;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 20px;
  line-height: 1.34;
  font-weight: 600;
  color: var(--blaze);
}

.hero-copy,
.copy-section p,
.urgency-section p {
  font-size: 15.5px;
  line-height: 1.62;
  color: rgba(30, 42, 34, 0.82);
}

.hero-copy {
  margin: 16px 0 0;
}

.phone-stage {
  padding: 0 0 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
  perspective: 1100px;
}

.hero-composition {
  display: block;
  width: min(116vw, 620px);
  height: auto;
  margin: -8px auto -14px;
  filter: drop-shadow(0 28px 34px rgba(34, 58, 46, 0.18));
  transform: rotateZ(-1.5deg);
  transform-origin: center center;
}

.copy-section h2,
.tracks-section h2,
.urgency-section h2 {
  margin: 8px 0 10px;
  font-size: 24px;
  line-height: 1.2;
  color: var(--pine);
}

.copy-section p,
.tracks-section p,
.urgency-section p {
  margin: 0;
}

.track-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.track-list article {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 13px 14px;
  border: 1px solid rgba(34, 58, 46, 0.12);
  border-radius: 12px;
  background: rgba(222, 212, 187, 0.4);
}

.track-list span {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  border-radius: 99px;
  background: var(--track);
}

.track-list h3 {
  margin: 0;
  font-size: 16px;
  color: var(--pine);
}

.track-list p {
  margin-top: 2px;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(30, 42, 34, 0.69);
}

.urgency-section {
  margin: 10px 24px 0;
  padding: 27px 0 10px;
  border-top: 1px solid rgba(34, 58, 46, 0.15);
}

.offer-section {
  padding-bottom: 30px;
}

.offer-card {
  padding: 26px 22px 24px;
  border-radius: 16px;
  color: var(--cream);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 36%),
    var(--pine);
  box-shadow: 0 20px 36px rgba(34, 58, 46, 0.18);
}

.offer-card .section-eyebrow {
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--blaze);
}

.offer-card h2 {
  margin: 10px 0 8px;
  font-size: clamp(31px, 9vw, 42px);
  line-height: 1.05;
  color: var(--cream);
}

.offer-card .offer-subhead {
  margin: 0 0 12px;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--blaze);
}

.offer-card p {
  margin: 10px 0 16px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(231, 223, 202, 0.84);
}

.price-callout {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.16);
}

.price-callout span,
.price-callout strong {
  font-family: "Zilla Slab", Georgia, serif;
}

.price-callout span {
  color: rgba(231, 223, 202, 0.5);
  text-decoration: line-through;
}

.price-callout strong {
  color: var(--blaze);
  font-size: 16px;
}

.counter {
  margin-bottom: 16px;
}

.counter > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 7px;
}

.counter strong {
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 13px;
  color: var(--cream);
}

.counter span {
  font-size: 12.5px;
  color: rgba(231, 223, 202, 0.62);
  font-weight: 700;
  white-space: nowrap;
}

.counter-track {
  height: 8px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.2);
}

.counter-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 99px;
  background: var(--blaze);
  transition: width 0.35s ease;
}

.signup-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 12.5px;
  color: rgba(231, 223, 202, 0.76);
}

.signup-form input[type="email"],
.signup-form input[type="text"],
.signup-form select {
  width: 100%;
  margin-bottom: 13px;
  padding: 13px 14px;
  border: 1.5px solid rgba(34, 58, 46, 0.27);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font-size: 15px;
}

.son-details-row {
  display: grid;
  grid-template-columns: minmax(112px, 0.42fr) minmax(0, 1fr);
  gap: 12px;
  align-items: end;
  margin-bottom: 14px;
}

.age-field select {
  margin-bottom: 0;
}

.signup-form select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23223A2E' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.checkbox-row {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 47px;
  margin: 0;
  padding: 10px 0 2px;
}

.checkbox-row input {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--blaze);
}

.checkbox-row label {
  margin: 0;
  color: rgba(231, 223, 202, 0.86);
  font-size: 13px;
  line-height: 1.25;
}

.cta {
  width: 100%;
  margin-top: 12px;
  padding: 13px 22px;
  border: 0;
  border-radius: 12px;
  background: var(--blaze);
  color: #fff;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 16.5px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
}

.cta:hover {
  filter: brightness(1.05);
}

.cta:disabled {
  cursor: wait;
  opacity: 0.75;
}

.form-message {
  min-height: 18px;
  margin-top: 9px;
  color: #F3C48B;
  font-size: 12.5px;
  font-weight: 700;
}

.fine-print {
  margin-top: 0;
  color: rgba(231, 223, 202, 0.62);
  font-size: 12.5px;
}

.confirm-state {
  margin-top: 0;
  padding: 16px;
  border: 1px solid rgba(197, 122, 44, 0.33);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.14);
}

.confirm-state strong {
  display: block;
  font-family: "Zilla Slab", Georgia, serif;
  font-size: 17px;
  color: var(--blaze);
}

.confirm-state p {
  margin-top: 4px;
}

.site-footer {
  padding: 8px 24px 40px;
  text-align: center;
}

.site-footer span {
  color: rgba(30, 42, 34, 0.54);
  font-size: 13px;
}

.site-footer p {
  margin: 4px 0 0;
  color: rgba(30, 42, 34, 0.48);
  font-size: 11px;
}

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

@media (min-width: 720px) {
  .site-shell {
    max-width: 1040px;
  }

  .brand-bar,
  .hero-section,
  .copy-section,
  .tracks-section,
  .offer-section,
  .site-footer {
    padding-left: 42px;
    padding-right: 42px;
  }

  .hero-section {
    max-width: 720px;
  }

  .phone-stage {
    padding-top: 0;
  }

  .copy-section,
  .tracks-section,
  .urgency-section,
  .offer-section {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .urgency-section {
    padding-left: 0;
    padding-right: 0;
  }
}
