:root {
  color-scheme: light;
  --ink: #1d1c1f;
  --muted: #5b595b;
  --paper: #faf2ec;
  --surface: #ffffff;
  --surface-soft: #fff8f4;
  --peach-wash: #f1cbb4;
  --coral-soft: #eaac9e;
  --brand-red: #c92f27;
  --brand-red-bright: #db3029;
  --brand-red-deep: #a9211c;
  --brand-orange: #ee542b;
  --brand-orange-dark: #c74620;
  --tangerine: #fa8637;
  --peach-orange: #f89667;
  --charcoal: #1d1c1f;
  --charcoal-soft: #29282c;
  --border: #e8d6cd;
  --border-active: #cf493a;
  --danger: #8c1d24;
  --success: #2f6a46;
  --focus: #8f1f1a;
  --focus-light: #ffd2b9;
  --gradient-launch: linear-gradient(100deg, #b9232a 0%, #c92f27 52%, #c74620 100%);
  --gradient-cta: linear-gradient(105deg, #ad2028 0%, #c92f27 52%, #c74620 100%);
  --shadow-sm: 0 0.75rem 2rem rgba(92, 42, 27, 0.08);
  --shadow-md: 0 1.25rem 3.25rem rgba(92, 42, 27, 0.12);
  --shadow-lg: 0 2rem 5rem rgba(92, 42, 27, 0.16);
  --radius-sm: 0.75rem;
  --radius-md: 1.15rem;
  --radius-lg: 1.7rem;
  --max-width: 74rem;
  --header-height: 5.5rem;
  --transition: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
  min-width: 20rem;
  margin: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

svg {
  fill: currentColor;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

a:hover {
  text-decoration-thickness: 0.12em;
}

button {
  border: 0;
}

:focus-visible {
  outline: 0.2rem solid var(--focus);
  outline-offset: 0.2rem;
}

.section--dark :focus-visible,
.launch-band :focus-visible,
.provider-callout :focus-visible,
.site-footer :focus-visible {
  outline-color: var(--focus-light);
}

::selection {
  background: var(--coral-soft);
  color: var(--ink);
}

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

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.045em;
}

h1 {
  margin-bottom: 1.5rem;
  font-size: clamp(3.6rem, 7vw, 6.15rem);
  font-weight: 850;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 4.3vw, 3.65rem);
  font-weight: 820;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.2rem;
  font-weight: 780;
}

p:last-child {
  margin-bottom: 0;
}

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

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-180%);
  padding: 0.75rem 1rem;
  border-radius: 0.55rem;
  background: var(--charcoal);
  color: #fff;
  font-weight: 750;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(calc(100% - 2.5rem), var(--max-width));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(91, 57, 44, 0.1);
  background: rgba(255, 250, 246, 0.94);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
  text-decoration: none;
}

.brand:hover {
  text-decoration: none;
}

.brand-mark {
  width: 2.45rem;
  height: 2.45rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--brand-red-bright), var(--brand-orange));
  color: #fff;
  box-shadow: 0 0.3rem 0.75rem rgba(201, 47, 39, 0.18);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.brand-name {
  font-size: 1.17rem;
  font-weight: 830;
  letter-spacing: -0.045em;
}

.brand-name span {
  color: var(--brand-red);
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.primary-nav > a:not(.button) {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.primary-nav > a:not(.button):hover {
  color: var(--brand-red-deep);
}

.menu-button {
  min-width: 3rem;
  min-height: 3rem;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-weight: 750;
}

.menu-button:hover {
  background: #f6e6dc;
}

.menu-button__icon,
.menu-button__icon::before,
.menu-button__icon::after {
  width: 1.2rem;
  height: 0.12rem;
  display: block;
  border-radius: 999px;
  background: currentColor;
  transition: transform var(--transition), opacity var(--transition);
}

.menu-button__icon {
  position: relative;
}

.menu-button__icon::before,
.menu-button__icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-button__icon::before {
  top: -0.38rem;
}

.menu-button__icon::after {
  top: 0.38rem;
}

.menu-button[aria-expanded="true"] .menu-button__icon {
  background: transparent;
}

.menu-button[aria-expanded="true"] .menu-button__icon::before {
  transform: translateY(0.38rem) rotate(45deg);
}

.menu-button[aria-expanded="true"] .menu-button__icon::after {
  transform: translateY(-0.38rem) rotate(-45deg);
}

.button {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.72rem 1.15rem;
  border: 2px solid var(--brand-red);
  border-radius: 0.72rem;
  background: var(--brand-red);
  color: #fff;
  cursor: pointer;
  font-weight: 790;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0.45rem 1.1rem rgba(169, 33, 28, 0.12);
  transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.button:hover {
  transform: translateY(-1px);
  border-color: var(--brand-red-deep);
  background: var(--brand-red-deep);
  box-shadow: 0 0.65rem 1.4rem rgba(169, 33, 28, 0.18);
  text-decoration: none;
}

.button:active {
  transform: translateY(0);
}

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

.button--small {
  min-height: 2.5rem;
  padding: 0.58rem 0.92rem;
  border-radius: 0.65rem;
  font-size: 0.8rem;
}

.button--large {
  min-height: 3.2rem;
  padding: 0.86rem 1.35rem;
}

.button--secondary,
.button--quiet {
  border-color: #dfb3a4;
  background: var(--surface);
  color: var(--ink);
  box-shadow: none;
}

.button--secondary:hover,
.button--quiet:hover {
  border-color: var(--brand-red);
  background: var(--surface);
  color: var(--brand-red-deep);
}

.button--light {
  border-color: #fff;
  border-radius: 999px;
  background: #fff;
  color: var(--brand-red-deep);
  box-shadow: 0 0.6rem 1.5rem rgba(71, 12, 8, 0.15);
}

.button--light:hover {
  border-color: var(--surface-soft);
  background: var(--surface-soft);
  color: var(--brand-red-deep);
}

.button--full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 44rem;
  overflow: clip;
  padding: clamp(4.5rem, 8vw, 7.4rem) 0 clamp(4.5rem, 8vw, 6.8rem);
  background: var(--paper);
}

.hero-backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 18%, rgba(248, 150, 103, 0.22), transparent 28rem),
    linear-gradient(105deg, rgba(255, 248, 244, 0.1), rgba(248, 150, 103, 0.08));
}

.hero-backdrop::before {
  content: "";
  position: absolute;
  width: 31rem;
  height: 31rem;
  right: -10rem;
  bottom: -15rem;
  border-radius: 48% 52% 0 0;
  background: linear-gradient(145deg, rgba(250, 134, 55, 0.25), rgba(238, 84, 43, 0.68));
  transform: rotate(-16deg);
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  width: 15rem;
  height: 15rem;
  right: 2rem;
  bottom: -6rem;
  background-image: radial-gradient(circle, rgba(201, 47, 39, 0.38) 1.4px, transparent 1.5px);
  background-size: 0.8rem 0.8rem;
  mask-image: linear-gradient(to bottom, #000, transparent);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(28rem, 1.08fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5.7rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  max-width: 37rem;
}

.hero-copy h1 span {
  color: var(--brand-red-bright);
}

.hero-intro {
  max-width: 35rem;
  margin-bottom: 1.85rem;
  color: #474247;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.55;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: var(--brand-red-deep);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.105em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow--dark {
  color: var(--brand-red-deep);
}

.eyebrow--light {
  color: #ffd9c4;
}

.status-dot {
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--brand-red-bright);
  box-shadow: 0 0 0 0.32rem rgba(219, 48, 41, 0.11);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.7rem;
}

.privacy-note {
  max-width: 35rem;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.privacy-note svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  margin-top: 0.05rem;
  color: var(--brand-red);
}

.hero-visual {
  position: relative;
  min-height: 34rem;
  display: grid;
  align-items: center;
}

.hero-map {
  position: absolute;
  width: 124%;
  max-width: none;
  right: -15%;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brand-orange);
  overflow: visible;
}

.hero-map__area {
  fill: rgba(241, 203, 180, 0.18);
  stroke: rgba(238, 84, 43, 0.18);
  stroke-width: 2;
}

.hero-map__route {
  fill: none;
  stroke: var(--brand-orange);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 3 10;
}

.hero-map__route--second {
  opacity: 0.66;
}

.map-pin path {
  fill: var(--brand-red-bright);
  filter: drop-shadow(0 0.45rem 0.55rem rgba(169, 33, 28, 0.18));
}

.map-pin circle {
  fill: #fff;
}

.map-pin--one path {
  fill: var(--tangerine);
}

.map-pin--three path {
  fill: var(--brand-orange);
}

.product-preview {
  position: relative;
  z-index: 2;
  width: min(100%, 31rem);
  justify-self: center;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1.5px solid #e9b8a4;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-lg);
}

.preview-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.preview-header h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.7vw, 2rem);
  letter-spacing: -0.035em;
}

.preview-kicker {
  margin-bottom: 0.45rem;
  color: var(--brand-red);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.preview-badge {
  flex: 0 0 auto;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #fae8de;
  color: var(--brand-red-deep);
  font-size: 0.7rem;
  font-weight: 800;
}

.preview-control {
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 1rem;
  border: 1.5px solid var(--border-active);
  border-radius: 0.8rem;
  background: #fff;
  color: #686368;
  box-shadow: inset 0 0 0 1px rgba(207, 73, 58, 0.08);
}

.preview-control svg {
  width: 1.4rem;
  height: 1.4rem;
  flex: 0 0 auto;
  color: #514c51;
}

.preview-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.preview-button {
  min-height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 0.8rem;
  border-radius: 0.75rem;
  font-size: 0.86rem;
  font-weight: 780;
}

.preview-button svg {
  width: 1.15rem;
  height: 1.15rem;
}

.preview-button--primary {
  background: var(--brand-red);
  color: #fff;
}

.preview-button--secondary {
  border: 1px solid #efddd3;
  background: #fff6f0;
  color: var(--ink);
}

.preview-button--secondary svg {
  color: var(--brand-orange-dark);
}

.preview-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.preview-shortcuts span {
  padding: 0.35rem 0.6rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: #4d484d;
  font-size: 0.7rem;
  font-weight: 700;
}

.preview-footnote {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.section {
  position: relative;
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.section--tint {
  overflow: clip;
  background:
    radial-gradient(circle at 15% 10%, rgba(248, 150, 103, 0.16), transparent 23rem),
    linear-gradient(105deg, #fee9de 0%, #fff6f0 55%, #f7d9c9 100%);
}

.section--tint::before,
.section--tint::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(238, 84, 43, 0.14);
}

.section--tint::before {
  width: 14rem;
  height: 14rem;
  left: -8rem;
  bottom: -7rem;
  box-shadow: 0 0 0 1.8rem rgba(219, 48, 41, 0.06);
}

.section--tint::after {
  width: 11rem;
  height: 11rem;
  right: -6rem;
  top: -4rem;
  background-image: radial-gradient(circle, rgba(201, 47, 39, 0.42) 1.25px, transparent 1.5px);
  background-size: 0.75rem 0.75rem;
}

.section--dark {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.035), transparent 24rem),
    var(--charcoal);
  color: #fff;
}

.section-heading {
  max-width: 47rem;
  margin-bottom: clamp(2.3rem, 4vw, 3.5rem);
}

.section-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading--split {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.52fr);
  align-items: end;
  gap: 3.5rem;
}

.section-heading--split h2 {
  max-width: 42rem;
}

.section-heading--split > p {
  margin-bottom: 0.4rem;
}

.section-heading--light > p:not(.eyebrow) {
  color: #d1cfd2;
}

.feature-grid,
.category-grid,
.principle-grid {
  display: grid;
}

.feature-grid,
.category-grid {
  gap: 1.1rem;
}

.feature-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  position: relative;
  min-height: 17.5rem;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.feature-number {
  position: absolute;
  top: 1.35rem;
  right: 1.35rem;
  color: var(--brand-red);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.feature-icon,
.category-icon {
  width: 3.35rem;
  height: 3.35rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fce5d8;
  color: var(--brand-red);
}

.feature-icon {
  margin-bottom: auto;
}

.feature-icon svg,
.category-icon svg {
  width: 1.55rem;
  height: 1.55rem;
}

.feature-card h3 {
  margin-top: 2.3rem;
}

.feature-card p {
  color: var(--muted);
  font-size: 0.92rem;
}

.section-note {
  margin-top: 1.5rem;
  padding-left: 1rem;
  border-left: 0.22rem solid var(--tangerine);
  color: var(--muted);
  font-size: 0.88rem;
}

.category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.category-card {
  min-height: 17rem;
  padding: 1.45rem;
  border: 1px solid rgba(201, 82, 48, 0.18);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.7rem 1.8rem rgba(117, 57, 36, 0.06);
}

.category-icon {
  margin-bottom: 2rem;
  background: #f8d3bd;
  color: var(--brand-orange-dark);
}

.category-card h3 {
  font-size: 1.05rem;
}

.category-card p {
  color: #514c4f;
  font-size: 0.88rem;
  line-height: 1.55;
}

.principle-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #59575c;
  border-left: 1px solid #59575c;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.principle-grid article {
  min-height: 12rem;
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
  padding: 1.7rem;
  border-right: 1px solid #59575c;
  border-bottom: 1px solid #59575c;
  background: rgba(255, 255, 255, 0.015);
}

.principle-icon {
  width: 3.1rem;
  height: 3.1rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brand-red);
  color: #fff;
}

.principle-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.principle-grid h3 {
  color: #fff;
  font-size: 1.05rem;
}

.principle-grid p {
  color: #d1cfd2;
  font-size: 0.88rem;
  line-height: 1.55;
}

.launch-band {
  position: relative;
  min-height: 20rem;
  display: grid;
  align-items: center;
  overflow: clip;
  padding: clamp(3.8rem, 7vw, 5.7rem) 0;
  background: var(--gradient-launch);
  color: #fff;
}

.launch-band::after {
  content: "";
  position: absolute;
  width: 17rem;
  height: 17rem;
  right: -5rem;
  top: -8rem;
  border: 1px dashed rgba(255, 255, 255, 0.38);
  border-radius: 50%;
}

.launch-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(20rem, 0.9fr) minmax(17rem, 0.62fr) minmax(14rem, 0.55fr);
  align-items: end;
  gap: 2.5rem;
}

.launch-band .eyebrow {
  color: #ffe1d1;
}

.launch-band h2 {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 4.5vw, 3.8rem);
}

.launch-band__inner > p {
  margin-bottom: 0.2rem;
  color: #fff9f5;
  font-size: 0.95rem;
  line-height: 1.65;
}

.launch-art {
  width: 100%;
  align-self: end;
  fill: none;
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.launch-art__route {
  stroke-dasharray: 3 8;
}

.join-section {
  background:
    radial-gradient(circle at 5% 100%, rgba(248, 150, 103, 0.12), transparent 23rem),
    var(--surface-soft);
}

.join-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(24rem, 0.64fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 7rem);
}

.join-copy > p:not(.eyebrow) {
  max-width: 37rem;
  color: var(--muted);
  font-size: 1.04rem;
}

.tick-list {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 1.6rem 0 0;
  list-style: none;
}

.tick-list li {
  position: relative;
  padding-left: 1.7rem;
  color: var(--ink);
  font-weight: 700;
}

.tick-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--brand-red);
  font-weight: 900;
}

.signup-form,
.content-form {
  padding: clamp(1.4rem, 4vw, 2rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-md);
}

.form-field {
  display: grid;
  gap: 0.42rem;
  margin-bottom: 1.15rem;
}

.form-field label,
.checkbox-field label {
  color: var(--ink);
  font-weight: 720;
}

.optional {
  margin-left: 0.35rem;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 550;
}

input,
select,
textarea {
  width: 100%;
  min-height: 3.2rem;
  padding: 0.78rem 0.9rem;
  border: 1.5px solid #d9c7be;
  border-radius: 0.65rem;
  background: #fff;
  color: var(--ink);
  transition: border-color var(--transition), box-shadow var(--transition);
}

textarea {
  min-height: 9rem;
  resize: vertical;
}

input:hover,
select:hover,
textarea:hover {
  border-color: #b99c90;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--border-active);
  outline: none;
  box-shadow: 0 0 0 0.22rem rgba(207, 73, 58, 0.2);
}

input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"] {
  border-color: var(--danger);
  box-shadow: inset 0 0 0 1px var(--danger);
}

.field-help,
.form-privacy {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.checkbox-field {
  display: grid;
  grid-template-columns: 1.4rem minmax(0, 1fr);
  align-items: start;
  gap: 0.75rem;
  margin: 1.1rem 0 1.3rem;
}

.checkbox-field input {
  width: 1.3rem;
  height: 1.3rem;
  min-height: 1.3rem;
  margin-top: 0.18rem;
  accent-color: var(--brand-red);
}

.checkbox-field label {
  font-size: 0.88rem;
  line-height: 1.45;
}

.form-status {
  display: none;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 0.65rem;
  font-weight: 680;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  border: 1px solid #77af8c;
  background: #ecf8f0;
  color: #1f5736;
}

.form-status.is-success::before {
  content: "✓ ";
}

.form-status.is-error {
  border: 1px solid #c8868b;
  background: #fff0f0;
  color: var(--danger);
}

.form-status.is-error::before {
  content: "Error: ";
  font-weight: 850;
}

.form-privacy {
  margin-top: 0.8rem;
  text-align: center;
}

.form-privacy a,
.prose a {
  color: var(--brand-red-deep);
  font-weight: 720;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.provider-callout {
  position: relative;
  overflow: clip;
  padding: clamp(3.5rem, 7vw, 5.3rem) 0;
  background: var(--gradient-cta);
  color: #fff;
}

.provider-callout::before,
.provider-callout::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.provider-callout::before {
  width: 22rem;
  height: 22rem;
  right: -8rem;
  top: 2rem;
  background: rgba(123, 17, 25, 0.13);
}

.provider-callout::after {
  width: 13rem;
  height: 13rem;
  right: -3rem;
  top: 6.5rem;
  border: 1.5rem solid rgba(123, 17, 25, 0.13);
}

.provider-callout__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.provider-callout__inner > div {
  max-width: 47rem;
}

.provider-callout h2 {
  max-width: 40rem;
  margin-bottom: 0.75rem;
}

.provider-callout p:not(.eyebrow) {
  color: #fff5f0;
}

.site-footer {
  padding: 4rem 0 1.5rem;
  background:
    radial-gradient(circle at 83% 0, rgba(238, 84, 43, 0.07), transparent 23rem),
    #18171a;
  color: #d1cfd2;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(15rem, 1.75fr) repeat(3, minmax(9rem, 0.7fr));
  gap: 2.5rem;
}

.brand--footer {
  color: #fff;
}

.brand--footer .brand-name span {
  color: #ff8264;
}

.footer-brand > p {
  max-width: 23rem;
  margin-top: 1.25rem;
}

.footer-brand .tagline {
  color: #ff8264;
  font-size: 0.9rem;
  font-weight: 750;
  letter-spacing: 0.03em;
}

.footer-heading {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0;
}

.footer-links {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links a {
  min-height: 2rem;
  display: inline-flex;
  align-items: center;
  color: #d1cfd2;
  font-size: 0.9rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffb49f;
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 3.4rem;
  padding-top: 1.25rem;
  border-top: 1px solid #3b393e;
  color: #aaa7ac;
  font-size: 0.8rem;
}

.footer-bottom p {
  margin: 0;
}

/* Supporting pages */
.page-hero {
  position: relative;
  overflow: clip;
  padding: clamp(3.8rem, 8vw, 6.8rem) 0 clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(circle at 85% 25%, rgba(248, 150, 103, 0.2), transparent 23rem),
    linear-gradient(145deg, var(--paper), var(--surface-soft));
}

.page-hero::after {
  content: "";
  position: absolute;
  width: 13rem;
  height: 13rem;
  right: -4rem;
  bottom: -7rem;
  border: 1px dashed rgba(219, 48, 41, 0.28);
  border-radius: 50%;
}

.page-hero__inner {
  max-width: 52rem;
}

.page-hero h1 {
  font-size: clamp(3rem, 7vw, 5.6rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 44rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.content-section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  background: var(--surface-soft);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(14rem, 0.42fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(2rem, 7vw, 6rem);
}

.content-aside {
  position: sticky;
  top: calc(var(--header-height) + 1.5rem);
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.content-aside h2 {
  font-size: 1rem;
  letter-spacing: -0.015em;
}

.content-aside ul {
  display: grid;
  gap: 0.5rem;
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.content-aside a {
  color: var(--brand-red-deep);
}

.prose {
  max-width: 48rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.prose h2 {
  margin-top: 2.8rem;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
}

.prose h2:first-child {
  margin-top: 0;
}

.prose h3 {
  margin-top: 2rem;
  font-size: 1.2rem;
}

.prose p,
.prose li {
  color: #474247;
}

.prose ul,
.prose ol {
  padding-left: 1.4rem;
}

.notice {
  margin: 1.5rem 0;
  padding: 1rem 1.1rem;
  border-left: 0.3rem solid var(--brand-orange-dark);
  background: #fce9df;
}

.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(24rem, 1fr);
  align-items: start;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.form-intro {
  position: sticky;
  top: calc(var(--header-height) + 1.5rem);
}

.form-intro p {
  color: var(--muted);
}

.form-section-title {
  margin: 2rem 0 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.content-form .form-section-title:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

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

.back-link {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.3rem;
  color: var(--brand-red-deep);
  font-weight: 760;
  text-decoration: none;
}

.back-link::before {
  content: "←";
}

.thanks-card {
  max-width: 44rem;
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 4rem);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-md);
  text-align: center;
}

.thanks-icon {
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: #f6d4c2;
  color: var(--brand-red-deep);
  font-size: 1.8rem;
  font-weight: 900;
}

.eyebrow--centred {
  justify-content: center;
}

.display-medium {
  font-size: clamp(2.7rem, 7vw, 4.5rem);
}

@media (max-width: 70rem) {
  .primary-nav {
    gap: 0.75rem;
  }

  .has-js .primary-nav > a:not(.button) {
    display: none;
  }

  html:not(.has-js) .header-inner {
    flex-wrap: wrap;
    padding-block: 0.6rem;
  }

  html:not(.has-js) .primary-nav {
    width: 100%;
    flex-wrap: wrap;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(25rem, 1.06fr);
    gap: 2.8rem;
  }

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

  .launch-band__inner {
    grid-template-columns: minmax(20rem, 0.95fr) minmax(18rem, 0.65fr);
  }

  .launch-art {
    position: absolute;
    width: 19rem;
    right: 0;
    bottom: -5rem;
    opacity: 0.35;
  }
}

@media (max-width: 52rem) {
  :root {
    --header-height: 4.5rem;
  }

  .shell {
    width: min(calc(100% - 1.5rem), var(--max-width));
  }

  .has-js .menu-button {
    display: inline-flex;
  }

  .has-js .primary-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    max-height: calc(100dvh - var(--header-height));
    display: none;
    overflow: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem;
    border-bottom: 1px solid var(--border);
    background: var(--surface-soft);
    box-shadow: var(--shadow-md);
  }

  .has-js .primary-nav.is-open {
    display: flex;
  }

  .has-js .primary-nav > a:not(.button) {
    min-height: 3.25rem;
    display: flex;
    align-items: center;
    padding: 0.75rem 0.25rem;
    border-bottom: 1px solid var(--border);
  }

  .has-js .primary-nav .button {
    margin-top: 0.75rem;
  }

  html:not(.has-js) .header-inner {
    flex-wrap: wrap;
    padding-block: 0.6rem;
  }

  html:not(.has-js) .primary-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.45rem 0.9rem;
  }

  html:not(.has-js) .primary-nav > a:not(.button) {
    display: inline-flex;
  }

  .hero {
    min-height: auto;
    padding-top: 3.6rem;
  }

  .hero-grid,
  .section-heading--split,
  .launch-band__inner,
  .join-grid,
  .footer-grid,
  .content-grid,
  .form-layout {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 2.7rem;
  }

  .hero-copy {
    max-width: 42rem;
  }

  .hero-visual {
    min-height: 31rem;
  }

  .hero-map {
    width: 42rem;
    right: 50%;
    transform: translate(50%, -50%);
  }

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

  .feature-card {
    min-height: 14rem;
  }

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

  .section-heading--split {
    align-items: start;
    gap: 1rem;
  }

  .launch-band__inner {
    gap: 1.5rem;
  }

  .launch-art {
    position: static;
    width: min(100%, 23rem);
    margin-left: auto;
    opacity: 0.55;
  }

  .provider-callout__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .content-aside,
  .form-intro {
    position: static;
  }

  .prose {
    max-width: none;
  }
}

@media (max-width: 36rem) {
  h1 {
    font-size: clamp(3.2rem, 17vw, 4.4rem);
  }

  h2 {
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

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

  .hero-actions,
  .preview-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 35rem;
  }

  .product-preview {
    padding: 1.25rem;
  }

  .preview-header {
    display: block;
  }

  .preview-badge {
    display: inline-flex;
    margin-top: 0.8rem;
  }

  .preview-control {
    min-height: 4.6rem;
  }

  .preview-control span {
    font-size: 0.88rem;
  }

  .category-grid,
  .principle-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .principle-grid {
    border-left: 0;
  }

  .principle-grid article {
    grid-template-columns: 3rem minmax(0, 1fr);
    padding: 1.35rem;
    border-left: 1px solid #59575c;
  }

  .launch-band h2 {
    font-size: clamp(2.3rem, 12vw, 3rem);
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .content-section {
    padding-block: 2.5rem;
  }

  .content-form,
  .signup-form,
  .prose {
    padding: 1.2rem;
  }
}

@media (min-width: 90rem) {
  :root {
    --max-width: 78rem;
  }

  .hero {
    min-height: 47rem;
  }

  .product-preview {
    width: min(100%, 33rem);
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (forced-colors: active) {
  .button,
  .preview-button,
  .status-dot,
  .brand-mark,
  .feature-icon,
  .category-icon,
  .principle-icon {
    border: 1px solid ButtonText;
  }

  .product-preview,
  .feature-card,
  .category-card,
  .signup-form,
  .content-form,
  .prose {
    border: 1px solid CanvasText;
  }
}
