:root {
  color-scheme: light;
  --ink: #17221d;
  --muted: #5a665f;
  --paper: #f2f0e8;
  --paper-deep: #e6e3d8;
  --line: #c8cabf;
  --signal: #e65d32;
  --signal-dark: #9f3214;
  --green: #174c3b;
  --white: #fffdf8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 8%, rgb(230 93 50 / 12%), transparent 25rem),
    var(--paper);
  color: var(--ink);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration-color: color-mix(in srgb, currentColor 45%, transparent);
  text-underline-offset: 0.2em;
}

a:hover {
  text-decoration-color: currentColor;
}

.site-header,
footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 80rem;
  padding: 1.4rem clamp(1.25rem, 4vw, 4rem);
}

.site-header {
  border-bottom: 1px solid var(--line);
}

.wordmark {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.wordmark span {
  color: var(--signal);
  padding-left: 0.25rem;
}

nav,
footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

nav a,
footer a {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
}

main {
  margin: 0 auto;
  max-width: 80rem;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
}

.hero {
  align-items: end;
  display: grid;
  gap: clamp(3rem, 8vw, 8rem);
  grid-template-columns: minmax(0, 1.55fr) minmax(16rem, 0.65fr);
  min-height: 39rem;
  padding: clamp(5rem, 12vw, 10rem) 0 clamp(4rem, 8vw, 7rem);
}

.eyebrow,
.section-number {
  color: var(--signal-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0;
}

h1 {
  font-size: clamp(3.6rem, 9vw, 7.8rem);
  max-width: 11ch;
}

h1 em {
  color: var(--green);
  font-weight: inherit;
}

h2 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
}

.lede {
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  max-width: 43rem;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 2rem;
}

.button-link,
button {
  background: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.8rem 1.3rem;
  text-decoration: none;
}

.button-link:hover,
button:hover {
  background: var(--signal);
  border-color: var(--signal);
}

.text-link {
  font-size: 0.92rem;
  font-weight: 750;
}

.status-card {
  background: var(--green);
  border-radius: 1.2rem;
  box-shadow: 1rem 1rem 0 var(--paper-deep);
  color: var(--white);
  padding: 1rem 1.4rem;
  transform: rotate(1.5deg);
}

.status-card div {
  align-items: baseline;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 0;
}

.status-card div:last-child {
  border-bottom: 0;
}

.status-card span {
  color: rgb(255 255 255 / 65%);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-card strong {
  font-size: 0.9rem;
  text-align: right;
}

.split-section,
.opt-in-section {
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(2rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 1.1fr);
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.body-copy,
.opt-in-intro {
  color: var(--muted);
  font-size: 1.08rem;
}

.body-copy p:first-child,
.opt-in-intro > p:first-of-type {
  margin-top: 0;
}

.keyword-callout {
  border-left: 3px solid var(--signal);
  margin-top: 2rem;
  padding: 0.2rem 0 0.2rem 1.2rem;
}

.keyword-callout p {
  margin: 0.3rem 0;
}

.consent-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  box-shadow: 0 1.2rem 3rem rgb(23 34 29 / 8%);
  padding: clamp(1.4rem, 4vw, 2.6rem);
}

.form-field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
}

.form-field input[type="tel"] {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 0.65rem;
  color: var(--ink);
  font: inherit;
  font-size: 1.1rem;
  padding: 0.8rem 0.9rem;
  width: 100%;
}

.form-field input:focus,
.consent-choice input:focus,
button:focus,
a:focus {
  outline: 3px solid rgb(230 93 50 / 38%);
  outline-offset: 3px;
}

.form-field small {
  color: var(--muted);
  display: block;
  margin-top: 0.45rem;
}

.consent-choice {
  align-items: start;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1.2rem 1fr;
  margin: 1.6rem 0;
  padding: 1.4rem 0;
}

.consent-choice input {
  accent-color: var(--green);
  height: 1.15rem;
  margin: 0.32rem 0 0;
  width: 1.15rem;
}

.consent-choice label,
.form-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.form-note {
  margin-bottom: 1.4rem;
}

.trap-field {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.policy-shell {
  max-width: 70rem;
  padding-bottom: 6rem;
}

.policy-heading {
  border-bottom: 1px solid var(--line);
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(3rem, 6vw, 5rem);
}

.policy-heading h1 {
  font-size: clamp(3.2rem, 8vw, 6.8rem);
}

.policy-heading > p:last-child {
  color: var(--muted);
}

.policy-copy {
  margin-left: auto;
  max-width: 47rem;
}

.policy-copy section {
  border-bottom: 1px solid var(--line);
  padding: 2.2rem 0;
}

.policy-copy h2 {
  font-family: inherit;
  font-size: 1.1rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.3;
}

.policy-copy p {
  color: var(--muted);
}

.policy-emphasis {
  background: var(--green);
  border-radius: 1rem;
  color: var(--white);
  margin: 2rem -2rem;
  padding: 2rem !important;
}

.policy-emphasis p {
  color: rgb(255 255 255 / 78%);
}

.response-shell {
  min-height: 100vh;
  padding-top: 3rem;
}

.response-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  margin: 14vh auto 0;
  max-width: 42rem;
  padding: clamp(2rem, 6vw, 4rem);
}

.response-card h1 {
  font-size: clamp(2.6rem, 7vw, 4.8rem);
}

.response-card p:not(.eyebrow) {
  color: var(--muted);
  margin: 1.5rem 0 2rem;
}

footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 2rem;
}

@media (max-width: 760px) {
  .site-header,
  footer {
    align-items: flex-start;
    gap: 1rem;
  }

  .site-header {
    flex-direction: column;
  }

  .hero,
  .split-section,
  .opt-in-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .status-card {
    transform: none;
  }

  .policy-emphasis {
    margin: 2rem -0.6rem;
  }

  footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
