.offer-page {
  --offer-paper: #f5f2ea;
  --offer-paper-light: #fffdf8;
  --offer-ink: #061421;
  --offer-blue: #086ee8;
  --offer-green: #40dc8e;
  color: var(--offer-ink);
  background: var(--offer-paper);
}

.offer-page .site-header {
  min-height: 6.5rem;
  color: var(--white);
  background: rgba(6, 20, 33, 0.94);
}

.offer-page .site-header.is-scrolled {
  min-height: 5rem;
}

.offer-page .brand {
  gap: 0.6rem;
}

.offer-page .brand-mark {
  width: 5.35rem;
  height: 5.35rem;
}

.offer-page .brand-name {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 650;
}

.offer-page .nav-cta,
.offer-page .submit-button {
  border-radius: 999px;
}

.offer-page main {
  overflow: clip;
  background:
    radial-gradient(circle at 1px 1px, rgba(6, 20, 33, 0.08) 0 0.7px, transparent 0.9px) 0 0 / 9px 9px,
    var(--offer-paper);
}

.offer-hero {
  position: relative;
  display: grid;
  min-height: 47rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(20rem, 0.8fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  padding: 11rem var(--gutter) 6rem;
  overflow: hidden;
  color: var(--white);
  background: var(--offer-ink);
  isolation: isolate;
}

.offer-hero::before,
.offer-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(82, 159, 255, 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.offer-hero::before {
  width: 48rem;
  height: 48rem;
  right: -13rem;
  bottom: -24rem;
  box-shadow: 0 0 0 6rem rgba(8, 110, 232, 0.03), 0 0 0 12rem rgba(64, 220, 142, 0.018);
}

.offer-hero::after {
  width: 27rem;
  height: 27rem;
  right: -2rem;
  bottom: -13rem;
  border-color: rgba(64, 220, 142, 0.32);
}

.offer-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 52rem;
}

.offer-page .breadcrumbs {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 2.5rem;
  color: rgba(248, 250, 252, 0.62);
  font-size: 0.78rem;
}

.offer-page .breadcrumbs a {
  color: rgba(248, 250, 252, 0.84);
}

.offer-kicker {
  margin: 0 0 1.2rem;
  color: var(--offer-green);
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-hero h1 {
  max-width: 50rem;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.2rem, 6.9vw, 7.4rem);
  font-weight: 500;
  line-height: 0.87;
  letter-spacing: -0.065em;
}

.offer-hero h1 em {
  color: #84b9ff;
  font-style: italic;
  font-weight: 430;
}

.offer-lead {
  max-width: 43rem;
  margin: 2rem 0 0;
  color: rgba(248, 250, 252, 0.74);
  font-size: clamp(1.02rem, 1.3vw, 1.2rem);
  line-height: 1.62;
}

.offer-price-line {
  display: flex;
  width: fit-content;
  flex-wrap: wrap;
  gap: 0.6rem 1.15rem;
  align-items: baseline;
  margin-top: 2.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(248, 250, 252, 0.25);
}

.offer-price-line strong {
  font-family: var(--serif);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 560;
}

.offer-price-line span {
  color: rgba(248, 250, 252, 0.58);
  font-family: var(--mono);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.offer-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.1rem;
}

.offer-hero-actions .primary-action {
  margin: 0;
  border-radius: 999px;
  background: var(--offer-blue);
}

.offer-text-link {
  display: inline-flex;
  min-height: 3.3rem;
  align-items: center;
  color: var(--white);
  border-bottom: 1px solid rgba(248, 250, 252, 0.42);
  font-weight: 720;
}

.offer-patch-field {
  position: relative;
  display: grid;
  min-height: 28rem;
  place-items: center;
}

.offer-patch-field::before,
.offer-patch-field::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(132, 185, 255, 0.25);
  border-radius: 50%;
}

.offer-patch-field::before {
  width: min(31vw, 25rem);
  aspect-ratio: 1;
}

.offer-patch-field::after {
  width: min(24vw, 18rem);
  aspect-ratio: 1;
  border-color: rgba(64, 220, 142, 0.25);
}

.offer-patch-field img {
  position: relative;
  z-index: 1;
  width: min(23vw, 19rem);
  height: auto;
  filter: drop-shadow(0.6rem 1.1rem 0.7rem rgba(0, 0, 0, 0.34));
}

.offer-section {
  padding: clamp(5rem, 8vw, 8rem) var(--gutter);
}

.offer-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.offer-section-heading .section-label {
  color: #1d9d61;
}

.offer-section-heading h2 {
  margin: 0.75rem 0 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 520;
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.offer-section-heading > p:last-child {
  max-width: 34rem;
  margin: 0;
  color: rgba(6, 20, 33, 0.68);
  line-height: 1.65;
}

.offer-includes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(6, 20, 33, 0.22);
  border-bottom: 1px solid rgba(6, 20, 33, 0.22);
}

.offer-includes > div {
  min-width: 0;
  padding: 2rem 1.5rem 2.2rem;
  border-right: 1px solid rgba(6, 20, 33, 0.18);
}

.offer-includes > div:first-child {
  padding-left: 0;
}

.offer-includes > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.offer-includes dt {
  margin-bottom: 0.65rem;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 620;
}

.offer-includes dd {
  margin: 0;
  color: rgba(6, 20, 33, 0.65);
  font-size: 0.92rem;
  line-height: 1.55;
}

.offer-fit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: rgba(6, 20, 33, 0.2);
}

.offer-fit > div {
  padding: clamp(2.2rem, 5vw, 4rem);
  background: var(--offer-paper-light);
}

.offer-fit > div:last-child {
  color: var(--white);
  background: var(--offer-ink);
}

.offer-fit h3 {
  margin: 0 0 1.4rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.3vw, 3.5rem);
  font-weight: 560;
  letter-spacing: -0.035em;
}

.offer-fit ul {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-fit li {
  display: flex;
  gap: 0.7rem;
  align-items: baseline;
  color: rgba(6, 20, 33, 0.7);
  line-height: 1.5;
}

.offer-fit > div:last-child li {
  color: rgba(248, 250, 252, 0.72);
}

.offer-fit li::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  flex: none;
  border-radius: 50%;
  background: var(--offer-green);
}

.offer-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: offer-step;
}

.offer-steps li {
  padding-top: 1.25rem;
  border-top: 2px solid var(--offer-blue);
  counter-increment: offer-step;
}

.offer-steps li::before {
  content: "0" counter(offer-step);
  color: #1d9d61;
  font-family: var(--mono);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}

.offer-steps h3 {
  margin: 1.1rem 0 0.6rem;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 610;
}

.offer-steps p {
  margin: 0;
  color: rgba(6, 20, 33, 0.66);
  line-height: 1.55;
}

.offer-intake {
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
  scroll-margin-top: 6rem;
  color: var(--white);
  background: var(--offer-ink);
}

.offer-intake-heading {
  position: sticky;
  top: 7rem;
}

.offer-intake-heading .section-label {
  color: var(--offer-green);
}

.offer-intake-heading h2 {
  margin: 1rem 0 1.2rem;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.3rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.offer-intake-heading p {
  max-width: 30rem;
  color: rgba(248, 250, 252, 0.7);
  line-height: 1.65;
}

.offer-intake .project-form {
  display: grid;
  gap: 1.5rem;
  margin: 0;
  padding: clamp(1.5rem, 4vw, 3rem);
  color: var(--offer-ink);
  border: 1px solid rgba(248, 250, 252, 0.24);
  border-radius: 1rem;
  background: var(--offer-paper-light);
}

.offer-intake fieldset {
  display: grid;
  gap: 1.5rem;
  margin: 0;
  padding: 0 0 1.8rem;
  border: 0;
  border-bottom: 1px solid rgba(6, 20, 33, 0.16);
}

.offer-intake fieldset:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.offer-intake legend {
  margin-bottom: 1.25rem;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 640;
}

.offer-intake .project-form label {
  display: grid;
  gap: 0.5rem;
}

.offer-intake .project-form label > span,
.offer-intake .field-label {
  font-size: 0.86rem;
  font-weight: 760;
}

.offer-intake :is(input, select, textarea) {
  width: 100%;
  min-height: 3.35rem;
  padding: 0.75rem 0.85rem;
  color: var(--offer-ink);
  border: 1px solid rgba(6, 20, 33, 0.2);
  border-radius: 0.55rem;
  outline: none;
  background: #fff;
}

.offer-intake textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.offer-intake :is(input, select, textarea):focus {
  border-color: var(--offer-blue);
  box-shadow: 0 0 0 3px rgba(8, 110, 232, 0.12);
}

.offer-intake .field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.offer-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}

.offer-intake .offer-checks label {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  grid-template-columns: none;
  gap: 0.65rem;
  padding: 0.7rem 0.8rem;
  border: 1px solid rgba(6, 20, 33, 0.16);
  border-radius: 0.55rem;
  background: #fff;
}

.offer-intake .offer-checks input {
  width: 1rem;
  min-height: 1rem;
  height: 1rem;
  flex: none;
  padding: 0;
  accent-color: var(--offer-blue);
}

.offer-intake .offer-checks label > span {
  font-weight: 620;
}

.offer-intake .form-hint {
  color: rgba(6, 20, 33, 0.55);
  font-size: 0.76rem;
  line-height: 1.45;
}

.offer-intake .form-action {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.offer-intake .form-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.offer-intake .submit-button {
  color: var(--white);
  background: var(--offer-blue);
}

.offer-intake .brief-copy-button {
  border: 1px solid rgba(6, 20, 33, 0.22);
  border-radius: 999px;
  background: transparent;
}

.offer-intake [data-intake-status] {
  margin: 0;
  color: rgba(6, 20, 33, 0.62);
  font-size: 0.8rem;
  line-height: 1.5;
}

.offer-intake .form-direct-email {
  margin: -0.45rem 0 0;
  color: rgba(6, 20, 33, 0.72);
  font-size: 0.8rem;
  line-height: 1.5;
}

.offer-intake .form-direct-email a {
  color: var(--offer-blue);
  font-weight: 700;
}

.offer-page .site-footer {
  background: #020508;
}

.offer-page .footer-brand img {
  width: 4.5rem;
  height: 4.5rem;
}

.how-page .offer-patch-field img {
  width: min(14vw, 10.5rem);
}

.how-faq {
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

.how-faq-heading {
  position: sticky;
  top: 7rem;
}

.how-faq-heading h2 {
  margin: 0.9rem 0 1.1rem;
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5.2rem);
  font-weight: 520;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.how-faq-heading > p:last-child {
  color: rgba(6, 20, 33, 0.66);
  line-height: 1.6;
}

.how-faq-list {
  border-top: 1px solid rgba(6, 20, 33, 0.22);
}

.how-faq-list details {
  border-bottom: 1px solid rgba(6, 20, 33, 0.22);
}

.how-faq-list summary {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.35rem 0;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 610;
  cursor: pointer;
  list-style: none;
}

.how-faq-list summary::-webkit-details-marker {
  display: none;
}

.how-faq-list summary::after {
  content: "+";
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: none;
  place-items: center;
  color: var(--offer-blue);
  border: 1px solid rgba(8, 110, 232, 0.28);
  border-radius: 50%;
  font-family: var(--sans);
  font-size: 1rem;
}

.how-faq-list details[open] summary::after {
  content: "−";
}

.how-faq-list details p {
  max-width: 43rem;
  margin: 0;
  padding: 0 3rem 1.5rem 0;
  color: rgba(6, 20, 33, 0.68);
  line-height: 1.65;
}

.how-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  color: var(--white);
  background: var(--offer-blue);
}

.how-cta h2 {
  max-width: 52rem;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 5.6vw, 6rem);
  font-weight: 510;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.how-cta p {
  max-width: 40rem;
  margin: 1.1rem 0 0;
  color: rgba(248, 250, 252, 0.76);
}

.how-cta .primary-action {
  margin: 0;
  color: var(--offer-ink);
  border-radius: 999px;
  background: var(--white);
}

@media (max-width: 1050px) {
  .offer-hero {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.55fr);
    gap: 2rem;
  }

  .offer-hero h1 {
    font-size: clamp(4rem, 7.8vw, 6rem);
  }

  .offer-patch-field img {
    width: min(28vw, 16rem);
  }

  .offer-includes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-includes > div:nth-child(2) {
    border-right: 0;
  }

  .offer-includes > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(6, 20, 33, 0.18);
  }

  .offer-includes > div:nth-child(3) {
    padding-left: 0;
  }

  .offer-intake {
    grid-template-columns: 1fr;
  }

  .offer-intake-heading,
  .how-faq-heading {
    position: static;
  }
}

@media (max-width: 700px) {
  .offer-page .site-header {
    min-height: 5.5rem;
  }

  .offer-page .brand-mark {
    width: 4.5rem;
    height: 4.5rem;
  }

  .offer-page .brand-name {
    font-size: 1.08rem;
  }

  .offer-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-top: 8.5rem;
    padding-bottom: 4rem;
  }

  .offer-hero h1 {
    font-size: clamp(3.25rem, 14vw, 4.6rem);
  }

  .offer-patch-field {
    min-height: 15rem;
  }

  .offer-patch-field::before {
    width: 15rem;
  }

  .offer-patch-field::after {
    width: 11rem;
  }

  .offer-patch-field img {
    width: 11.5rem;
  }

  .offer-section-heading,
  .offer-fit,
  .offer-steps,
  .offer-intake .field-row,
  .offer-checks,
  .how-faq,
  .how-cta {
    grid-template-columns: 1fr;
  }

  .offer-section-heading {
    gap: 1rem;
  }

  .offer-includes {
    grid-template-columns: 1fr;
  }

  .offer-includes > div,
  .offer-includes > div:first-child,
  .offer-includes > div:nth-child(3),
  .offer-includes > div:last-child {
    padding: 1.4rem 0;
    border-right: 0;
    border-bottom: 1px solid rgba(6, 20, 33, 0.18);
  }

  .offer-includes > div:last-child {
    border-bottom: 0;
  }

  .offer-intake .project-form {
    padding: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .offer-page *,
  .offer-page *::before,
  .offer-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
