:root {
  --seafoam: #67d8c6;
  --seafoam-soft: #d9f6ef;
  --coral: #ff7d8c;
  --coral-deep: #d94f63;
  --coral-soft: #ffe1e5;
  --butter: #ffd76a;
  --butter-soft: #fff0bd;
  --navy: #17324d;
  --navy-soft: #274a6d;
  --cream: #fff9f1;
  --white: #ffffff;
  --sand: #efd6ad;
  --muted: #52677b;
  --border: rgba(23, 50, 77, 0.16);
  --shadow-sm: 0 8px 24px rgba(23, 50, 77, 0.08);
  --shadow-lg: 0 24px 70px rgba(23, 50, 77, 0.13);
  --radius-sm: 0.75rem;
  --radius-md: 1.25rem;
  --radius-lg: 2rem;
  --container: min(72rem, calc(100% - 2rem));
  color-scheme: light;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  margin: 0;
  min-width: 20rem;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.18em;
}

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

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

button,
[type="submit"],
.button {
  min-height: 2.75rem;
}

button {
  cursor: pointer;
}

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

:focus-visible {
  outline: 3px solid var(--navy);
  outline-offset: 3px;
}

::selection {
  background: var(--butter);
  color: var(--navy);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  transform: translateY(-180%);
  border-radius: 0.5rem;
  background: var(--navy);
  color: var(--white);
  font-weight: 800;
}

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

.container {
  width: var(--container);
  margin-inline: auto;
}

.narrow {
  width: min(47rem, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 249, 241, 0.94);
}

.site-header__inner {
  display: flex;
  min-height: 5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--navy);
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.brand img {
  width: 3.7rem;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.5rem);
}

.site-nav a {
  font-size: 0.94rem;
  font-weight: 750;
  text-decoration: none;
}

.site-nav a:not(.button):hover {
  color: #a52d41;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.15rem;
  border: 2px solid transparent;
  border-radius: 999px;
  background: var(--coral);
  box-shadow: 0 5px 0 var(--navy);
  color: var(--navy);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 0 var(--navy);
  text-decoration: none;
}

.button:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 var(--navy);
}

.button--nav {
  min-height: 2.75rem;
  padding: 0.6rem 1rem;
  background: var(--butter);
  box-shadow: none;
}

.button--nav:hover {
  box-shadow: none;
}

.button--navy {
  background: var(--navy);
  box-shadow: 0 5px 0 var(--seafoam);
  color: var(--white);
}

.button--navy:hover {
  box-shadow: 0 7px 0 var(--seafoam);
}

.button--secondary {
  border-color: var(--navy);
  background: var(--white);
  box-shadow: none;
}

.button--secondary:hover {
  box-shadow: none;
  background: var(--butter-soft);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(23, 50, 77, 0.2);
  border-radius: 999px;
  background: var(--white);
  color: var(--navy-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 6.5rem) 0 4rem;
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  content: "";
  filter: blur(1px);
}

.hero::before {
  width: min(34rem, 72vw);
  height: min(34rem, 72vw);
  top: -16rem;
  right: -9rem;
  background: var(--seafoam-soft);
}

.hero::after {
  width: 18rem;
  height: 18rem;
  bottom: -10rem;
  left: -8rem;
  background: var(--coral-soft);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(22rem, 0.98fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5rem);
}

.hero h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3rem, 7.4vw, 6.25rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.hero h1 span {
  position: relative;
  display: inline-block;
  color: var(--coral-deep);
}

.hero h1 span::after {
  position: absolute;
  right: -0.03em;
  bottom: -0.05em;
  left: -0.03em;
  z-index: -1;
  height: 0.24em;
  border-radius: 999px;
  background: var(--butter);
  content: "";
  transform: rotate(-1.5deg);
}

.hero__lede {
  max-width: 41rem;
  margin: 1.5rem 0 0;
  color: var(--navy-soft);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  line-height: 1.55;
}

.tagline {
  margin: 1.25rem 0 0;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.15rem;
  margin-top: 1.8rem;
}

.hero__microcopy {
  max-width: 22rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.concept-card {
  position: relative;
  margin: 0;
  padding: 1rem;
  border: 2px solid var(--navy);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 14px 14px 0 var(--butter);
  transform: rotate(1deg);
}

.concept-card__label {
  position: absolute;
  z-index: 3;
  top: -1rem;
  right: 1.25rem;
  max-width: 14rem;
  padding: 0.55rem 0.8rem;
  border: 2px solid var(--navy);
  border-radius: 0.65rem;
  background: var(--coral);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-3deg);
}

.concept-scene {
  position: relative;
  min-height: 27rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 78% 18%, var(--butter) 0 2.7rem, transparent 2.75rem),
    linear-gradient(
      to bottom,
      #c8f3ef 0%,
      #dff8f5 55%,
      #95dfdc 55.2%,
      #67c8cc 68%,
      var(--sand) 68.2%,
      #f6dfb8 100%
    );
}

.concept-scene::before {
  position: absolute;
  top: 18%;
  left: -10%;
  width: 120%;
  height: 3rem;
  border-top: 7px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  content: "";
  opacity: 0.8;
}

.concept-frame {
  position: absolute;
  right: 8%;
  bottom: 18%;
  left: 8%;
  height: 50%;
}

.concept-frame__beam,
.concept-frame__leg {
  position: absolute;
  z-index: 2;
  border: 4px solid var(--navy);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 4px 4px 0 rgba(23, 50, 77, 0.16);
}

.concept-frame__beam {
  top: 7%;
  width: 5%;
  height: 78%;
}

.concept-frame__beam--left {
  left: 12%;
  transform: rotate(-10deg);
}

.concept-frame__beam--right {
  right: 12%;
  transform: rotate(10deg);
}

.concept-frame__leg {
  bottom: 2%;
  width: 34%;
  height: 6%;
}

.concept-frame__leg--left {
  left: 0;
  transform: rotate(-7deg);
}

.concept-frame__leg--right {
  right: 0;
  transform: rotate(7deg);
}

.concept-hammock {
  position: absolute;
  z-index: 1;
  top: 21%;
  right: 15%;
  left: 15%;
  height: 46%;
  overflow: hidden;
  border-right: 5px solid var(--navy);
  border-bottom: 7px solid var(--navy);
  border-left: 5px solid var(--navy);
  border-radius: 0 0 50% 50%;
  background: repeating-linear-gradient(
    135deg,
    var(--coral) 0 1.1rem,
    #ff9eaa 1.1rem 2.2rem
  );
  transform: rotate(-1deg);
}

.concept-hammock::after {
  position: absolute;
  inset: 18% 16% auto;
  height: 2.6rem;
  border-radius: 50%;
  background: var(--butter-soft);
  content: "";
  transform: rotate(-5deg);
}

.concept-bag {
  position: absolute;
  z-index: 3;
  right: 1%;
  bottom: -1%;
  width: 21%;
  height: 25%;
  border: 4px solid var(--navy);
  border-radius: 45% 45% 25% 25%;
  background: var(--seafoam);
  transform: rotate(7deg);
}

.concept-bag::before {
  position: absolute;
  top: -20%;
  left: 24%;
  width: 52%;
  height: 35%;
  border: 4px solid var(--navy);
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  content: "";
}

.concept-card figcaption {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0.35rem 0.2rem;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.concept-card figcaption strong {
  color: var(--navy);
}

.target-strip {
  position: relative;
  z-index: 2;
  margin-top: 2rem;
}

.target-strip__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  overflow: hidden;
  border: 2px solid var(--navy);
  border-radius: var(--radius-md);
  background: var(--navy);
  box-shadow: var(--shadow-sm);
}

.target-strip__item {
  display: flex;
  min-height: 6.5rem;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.35rem;
  background: var(--white);
}

.target-strip__item + .target-strip__item {
  border-left: 2px solid var(--navy);
}

.target-strip__item:first-child {
  background: var(--seafoam);
}

.target-strip__label {
  color: var(--navy-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.target-strip strong {
  margin-top: 0.25rem;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.25;
}

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

.section--white {
  background: var(--white);
}

.section--seafoam {
  background: var(--seafoam-soft);
}

.section--navy {
  background: var(--navy);
  color: var(--white);
}

.section--coral-soft {
  background: var(--coral-soft);
}

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

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5.3vw, 4.2rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1;
}

.section-heading p {
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section--navy .section-heading p {
  color: #dce7f0;
}

.value-sentence {
  position: relative;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--butter-soft);
}

.value-sentence p {
  max-width: 44ch;
  margin: 0 auto;
  font-size: clamp(1.45rem, 3.4vw, 2.55rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.2;
  text-align: center;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.card {
  position: relative;
  padding: 1.6rem;
  border: 2px solid var(--navy);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 7px 7px 0 var(--seafoam);
}

.card:nth-child(2) {
  box-shadow: 7px 7px 0 var(--coral);
}

.card:nth-child(3) {
  box-shadow: 7px 7px 0 var(--butter);
}

.card__number {
  display: inline-grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 900;
}

.card h3 {
  margin: 1.15rem 0 0.55rem;
  font-size: 1.35rem;
  line-height: 1.2;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.card__status {
  display: inline-block;
  margin-top: 1.1rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: var(--coral-soft);
  color: #8c2637;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pain-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.pain-quote {
  position: sticky;
  top: 7rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 2px solid var(--navy);
  border-radius: var(--radius-lg);
  background: var(--butter);
  box-shadow: 12px 12px 0 var(--coral);
}

.pain-quote p {
  margin: 0;
  font-size: clamp(1.6rem, 3.4vw, 2.8rem);
  font-weight: 950;
  letter-spacing: -0.045em;
  line-height: 1.1;
}

.pain-list {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pain-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
}

.pain-list__icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 50%;
  background: var(--seafoam-soft);
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 950;
}

.pain-list h3 {
  margin: 0;
  font-size: 1.13rem;
}

.pain-list p {
  margin: 0.25rem 0 0;
  color: var(--muted);
}

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

.validation-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.07);
}

.validation-item__marker {
  width: 1rem;
  height: 1rem;
  margin-top: 0.3rem;
  border: 3px solid var(--butter);
  border-radius: 50%;
}

.validation-item h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.08rem;
}

.validation-item p {
  margin: 0.35rem 0 0;
  color: #dce7f0;
  font-size: 0.94rem;
}

.disclosure {
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  border-left: 5px solid var(--coral);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 0.9rem;
}

.section:not(.section--navy) .disclosure {
  border: 1px solid var(--border);
  border-left: 5px solid var(--coral-deep);
  background: var(--white);
  color: var(--navy);
}

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

.benefit {
  padding: 1.4rem;
  border-top: 5px solid var(--navy);
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.benefit:nth-child(2) {
  border-color: var(--coral-deep);
}

.benefit:nth-child(3) {
  border-color: #3da593;
}

.benefit:nth-child(4) {
  border-color: #b27a00;
}

.benefit h3 {
  margin: 0;
  font-size: 1.1rem;
}

.benefit p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.apply-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.apply-section::before {
  position: absolute;
  z-index: -1;
  width: 28rem;
  height: 28rem;
  top: -12rem;
  left: -10rem;
  border-radius: 50%;
  background: var(--seafoam);
  content: "";
  opacity: 0.35;
}

.apply-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(25rem, 1.18fr);
  align-items: start;
  gap: clamp(2.5rem, 7vw, 6rem);
}

.apply-copy h2 {
  margin: 0;
  font-size: clamp(2.5rem, 5.6vw, 4.75rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.apply-copy > p {
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 1.06rem;
}

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

.promise-list li {
  position: relative;
  padding-left: 1.8rem;
  font-weight: 700;
}

.promise-list li::before {
  position: absolute;
  top: 0.45rem;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  border: 3px solid var(--navy);
  border-radius: 50%;
  background: var(--butter);
  content: "";
}

.form-card {
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 2px solid var(--navy);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 13px 13px 0 var(--seafoam);
}

.form-card h3 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  letter-spacing: -0.035em;
}

.form-card__intro {
  margin: 0.5rem 0 1.4rem;
  color: var(--muted);
}

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

.field {
  display: grid;
  gap: 0.4rem;
}

.field--full {
  grid-column: 1 / -1;
}

.field label,
.field__label {
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 850;
}

.field__hint {
  color: var(--muted);
  font-size: 0.8rem;
}

.field input,
.field select,
.field textarea,
.share-url {
  width: 100%;
  min-height: 3rem;
  padding: 0.7rem 0.85rem;
  border: 2px solid #6f8395;
  border-radius: 0.7rem;
  background: var(--white);
}

.field textarea {
  min-height: 8rem;
  resize: vertical;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: var(--navy-soft);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--navy);
}

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

.checkbox-field input {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.18rem 0 0;
  accent-color: var(--navy);
}

.checkbox-field label {
  font-size: 0.9rem;
  line-height: 1.5;
}

.form-card .button {
  width: 100%;
  margin-top: 1.25rem;
}

.form-fine-print {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}

.form-status {
  min-height: 1.5rem;
  margin: 0.7rem 0 0;
  color: var(--navy-soft);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
}

.form-status[data-state="success"] {
  color: #176b55;
}

.form-status[data-state="error"] {
  color: #9e2f41;
}

.hidden-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-list details {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.faq-list summary {
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  cursor: pointer;
  font-size: 1.03rem;
  font-weight: 850;
  list-style: none;
}

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

.faq-list summary::after {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--butter-soft);
  content: "+";
  font-size: 1.45rem;
  line-height: 1;
}

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

.faq-list details p {
  margin: 0;
  padding: 0 1.25rem 1.25rem;
  color: var(--muted);
}

.site-footer {
  padding: 2.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background: var(--navy);
  color: var(--white);
}

.site-footer :focus-visible {
  outline-color: var(--butter);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.8fr;
  gap: 2rem;
}

.site-footer .brand {
  color: var(--white);
}

.site-footer p {
  max-width: 31rem;
  margin: 0.8rem 0 0;
  color: #c8d8e6;
  font-size: 0.88rem;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 0.6rem;
}

.footer-links h2 {
  margin: 0 0 0.2rem;
  color: var(--seafoam);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a {
  width: fit-content;
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: #c8d8e6;
  font-size: 0.78rem;
}

.simple-hero {
  padding: clamp(3rem, 8vw, 6rem) 0;
  background: var(--seafoam-soft);
}

.simple-hero h1 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.65rem, 7vw, 5.5rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.simple-hero p {
  max-width: 44rem;
  margin: 1.1rem 0 0;
  color: var(--navy-soft);
  font-size: 1.1rem;
}

.success-banner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.25rem;
  border: 2px solid var(--navy);
  border-radius: var(--radius-md);
  background: var(--butter-soft);
}

.success-banner__icon {
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 2px solid var(--navy);
  border-radius: 50%;
  background: var(--seafoam);
  font-size: 1.2rem;
  font-weight: 950;
}

.success-banner h2,
.success-banner p {
  margin: 0;
}

.success-banner p {
  margin-top: 0.25rem;
  color: var(--muted);
}

.survey-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(28rem, 1.2fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 4rem);
}

.share-card,
.survey-card,
.content-card {
  padding: clamp(1.4rem, 4vw, 2.25rem);
  border: 2px solid var(--navy);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-lg);
}

.share-card {
  position: sticky;
  top: 2rem;
  background: var(--coral-soft);
  box-shadow: 10px 10px 0 var(--butter);
}

.content-card > .share-card {
  margin-top: 1.5rem;
}

.share-card h2,
.survey-card h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.share-card > p,
.survey-card__intro {
  margin: 0.75rem 0 1.25rem;
  color: var(--muted);
}

.share-url {
  background: var(--white);
  font-size: 0.84rem;
}

.share-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.9rem;
}

.share-actions .button {
  min-width: 0;
  padding-inline: 0.75rem;
  font-size: 0.86rem;
}

.share-message {
  margin: 1.2rem 0 0;
  padding: 1rem;
  border-left: 4px solid var(--coral-deep);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: rgba(255, 255, 255, 0.75);
  color: var(--navy-soft);
  font-size: 0.84rem;
}

.share-status {
  min-height: 1.35rem;
  margin: 0.7rem 0 0;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
}

.survey-form {
  display: grid;
  gap: 1.5rem;
}

.question {
  margin: 0;
  padding: 0;
  border: 0;
}

.question legend {
  margin-bottom: 0.7rem;
  padding: 0;
  color: var(--navy);
  font-weight: 900;
  line-height: 1.35;
}

.choice-list {
  display: grid;
  gap: 0.55rem;
}

.choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  min-height: 2.75rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--border);
  border-radius: 0.7rem;
  background: var(--cream);
}

.choice:hover {
  border-color: var(--navy-soft);
}

.choice input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.18rem;
  accent-color: var(--navy);
}

.question-divider {
  height: 1px;
  border: 0;
  background: var(--border);
}

.optional-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.privacy-content {
  display: grid;
  gap: 1.1rem;
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.privacy-content section {
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--white);
}

.privacy-content h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.25;
}

.privacy-content p,
.privacy-content ul {
  margin: 0.7rem 0 0;
  color: var(--muted);
}

.privacy-content li + li {
  margin-top: 0.45rem;
}

.placeholder {
  display: inline-block;
  padding: 0.08rem 0.35rem;
  border-radius: 0.3rem;
  background: var(--butter-soft);
  color: var(--navy);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 0.92em;
  font-weight: 800;
}

.not-found {
  display: grid;
  min-height: calc(100vh - 5rem);
  place-items: center;
  padding: 3rem 1rem;
  text-align: center;
}

.not-found__inner {
  max-width: 40rem;
}

.not-found__code {
  margin: 0;
  color: var(--coral-deep);
  font-size: clamp(5rem, 18vw, 10rem);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.not-found h1 {
  margin: 1rem 0 0;
  font-size: clamp(2rem, 6vw, 3.5rem);
  letter-spacing: -0.04em;
}

.not-found p {
  margin: 1rem 0 1.5rem;
  color: var(--muted);
}

[hidden] {
  display: none !important;
}

@media (max-width: 62rem) {
  .hero__grid,
  .pain-grid,
  .apply-grid,
  .survey-layout {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 14ch;
  }

  .concept-card {
    width: min(40rem, 100%);
    margin-inline: auto;
  }

  .pain-quote,
  .share-card {
    position: relative;
    top: auto;
  }

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

  .site-footer__grid {
    grid-template-columns: 1.4fr 1fr;
  }
}

@media (max-width: 46rem) {
  .site-header__inner {
    min-height: 4.5rem;
  }

  .site-nav a:not(.button) {
    display: none;
  }

  .button--nav {
    padding-inline: 0.75rem;
    font-size: 0.8rem;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .hero__grid {
    gap: 3rem;
  }

  .concept-card {
    box-shadow: 8px 8px 0 var(--butter);
    transform: none;
  }

  .concept-card__label {
    right: 0.75rem;
    max-width: 12rem;
    font-size: 0.65rem;
  }

  .concept-scene {
    min-height: 21rem;
  }

  .target-strip__inner {
    grid-template-columns: 1fr;
  }

  .target-strip__item + .target-strip__item {
    border-top: 2px solid var(--navy);
    border-left: 0;
  }

  .cards,
  .validation-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

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

  .field--full {
    grid-column: auto;
  }

  .form-card {
    box-shadow: 8px 8px 0 var(--seafoam);
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .share-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 25rem) {
  .site-header .brand span {
    display: none;
  }

  .hero h1 {
    font-size: 2.75rem;
  }

  .concept-scene {
    min-height: 18rem;
  }
}

@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 print {
  .site-nav,
  .hero__actions,
  .share-actions,
  .site-footer {
    display: none;
  }

  body {
    background: var(--white);
  }
}
