@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/cormorant-garamond-400.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/cormorant-garamond-500.ttf") format("truetype");
}

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/cormorant-garamond-600.ttf") format("truetype");
}

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/jost-400.ttf") format("truetype");
}

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/jost-500.ttf") format("truetype");
}

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/jost-600.ttf") format("truetype");
}

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/jost-700.ttf") format("truetype");
}

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./assets/fonts/jost-800.ttf") format("truetype");
}

:root {
  --wine: #6b1a1a;
  --wine-dark: #450f0f;
  --wine-deep: #2c1010;
  --rose: #f9ede8;
  --cream: #fdf5f0;
  --white: #fffaf8;
  --gold: #c9a96e;
  --line: rgba(107, 26, 26, 0.16);
  --paper-shadow: 0 24px 72px rgba(69, 15, 15, 0.13);
  --content-max: 1240px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: clip;
  color: var(--wine-deep);
  background:
    radial-gradient(circle at 84% 3%, rgba(201, 169, 110, 0.13), transparent 28%),
    linear-gradient(180deg, rgba(255, 250, 248, 0.96), rgba(249, 237, 232, 0.92) 44%, rgba(255, 250, 248, 0.96));
  font-family: Jost, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3 {
  color: var(--wine-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: 0;
}

p {
  line-height: 1.55;
}

.proposal-nav {
  position: fixed;
  top: 16px;
  right: clamp(16px, 5vw, 72px);
  left: clamp(16px, 5vw, 72px);
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto;
  align-items: center;
  width: min(var(--content-max), calc(100% - 32px));
  min-height: 56px;
  margin: 0 auto;
  border: 1px solid rgba(224, 200, 196, 0.72);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 250, 248, 0.95), rgba(253, 245, 240, 0.86)),
    var(--cream);
  box-shadow: 0 18px 54px rgba(69, 15, 15, 0.14);
  backdrop-filter: blur(22px);
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    min-height 260ms ease;
  will-change: opacity, transform;
}

.proposal-nav.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-130%);
}

.brand-lockup {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding-left: 10px;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  font-size: 14px;
  place-items: center;
  border: 1px solid rgba(255, 250, 248, 0.8);
  border-radius: 50%;
  background: var(--wine);
  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
}

.brand-lockup strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 19px;
  line-height: 0.95;
}

.brand-lockup small {
  display: block;
  margin-top: 3px;
  color: var(--wine);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proposal-nav nav {
  display: flex;
  gap: 24px;
  padding-right: 24px;
}

.proposal-nav nav a {
  color: var(--wine);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(640px, 84svh);
  grid-template-columns: minmax(0, 700px);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(118px, 11vw, 150px) clamp(22px, 6vw, 92px) clamp(46px, 6vw, 76px);
  color: var(--white);
  overflow: hidden;
  background: var(--wine-dark);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(69, 15, 15, 0.94), rgba(69, 15, 15, 0.68) 48%, rgba(69, 15, 15, 0.32)),
    linear-gradient(0deg, rgba(69, 15, 15, 0.58), rgba(69, 15, 15, 0.1));
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  overflow: hidden;
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  transform: none;
}

.hero::after {
  position: absolute;
  z-index: 2;
  inset: auto clamp(22px, 6vw, 92px) 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(253, 245, 240, 0.54), transparent);
}

.hero > :not(.hero-media) {
  position: relative;
  z-index: 3;
}

.hero-copy {
  display: grid;
  width: min(100%, var(--content-max));
  max-width: 650px;
  gap: 18px;
  animation: copy-in 760ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.eyebrow {
  color: var(--wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero .eyebrow,
.comparison-section .eyebrow {
  color: rgba(253, 245, 240, 0.72);
}

.hero h1 {
  max-width: 620px;
  color: var(--white);
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 0.94;
}

.hero p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(253, 245, 240, 0.8);
  font-size: clamp(14px, 1.08vw, 16px);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(107, 26, 26, 0.16);
  border-radius: 7px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: rgba(139, 42, 42, 0.2);
  background: var(--wine);
  color: var(--white);
}

.button-ghost {
  border-color: rgba(253, 245, 240, 0.34);
  background: rgba(253, 245, 240, 0.1);
  color: var(--white);
}

.clarity-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 250, 248, 0.94), rgba(253, 245, 240, 0.78)),
    var(--cream);
}

.clarity-strip article {
  display: grid;
  min-height: 172px;
  align-content: center;
  gap: 8px;
  border-right: 1px solid var(--line);
  padding: clamp(22px, 4vw, 42px) clamp(20px, 5vw, 72px);
}

.clarity-strip article:last-child {
  border-right: 0;
}

.clarity-strip span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.clarity-strip strong {
  color: var(--wine-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  line-height: 0.95;
}

.clarity-strip p {
  max-width: 390px;
  color: var(--wine);
  font-size: 13px;
}

.button-secondary {
  border-color: rgba(201, 169, 110, 0.44);
  background: rgba(201, 169, 110, 0.16);
  color: var(--wine-deep);
}

.button-ghost-dark {
  border-color: rgba(107, 26, 26, 0.2);
  background: rgba(255, 250, 248, 0.58);
  color: var(--wine);
}

.system-orbit {
  position: relative;
  display: grid;
  width: min(430px, 100%);
  aspect-ratio: 1;
  place-items: center;
  justify-self: center;
  border: 1px solid rgba(253, 245, 240, 0.2);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(253, 245, 240, 0.18), transparent 34%),
    radial-gradient(circle at 16% 14%, rgba(201, 169, 110, 0.18), transparent 34%),
    rgba(69, 15, 15, 0.24);
  box-shadow:
    inset 0 0 0 1px rgba(253, 245, 240, 0.08),
    0 30px 90px rgba(44, 16, 16, 0.36);
  backdrop-filter: blur(20px);
  animation: dialog-in 820ms 100ms cubic-bezier(0.19, 1, 0.22, 1) both;
}

.system-orbit::before,
.system-orbit::after {
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(253, 245, 240, 0.14);
  border-radius: 50%;
  content: "";
}

.system-orbit::after {
  inset: 24%;
  border-color: rgba(201, 169, 110, 0.18);
}

.orbit-core {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(190px, 52%);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(253, 245, 240, 0.28);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 250, 248, 0.2), rgba(255, 250, 248, 0.06)),
    rgba(69, 15, 15, 0.4);
  padding: 22px;
  text-align: center;
}

.orbit-core strong {
  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  line-height: 1;
}

.orbit-core small {
  color: rgba(253, 245, 240, 0.68);
  font-size: 11px;
}

.orbit-icon {
  color: rgba(253, 245, 240, 0.82);
}

.orbit-node {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  border: 1px solid rgba(253, 245, 240, 0.24);
  border-radius: 999px;
  background: rgba(255, 250, 248, 0.14);
  color: rgba(253, 245, 240, 0.86);
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.orbit-node-1 {
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-node-2 {
  top: 37%;
  right: 0;
}

.orbit-node-3 {
  right: 7%;
  bottom: 12%;
}

.orbit-node-4 {
  bottom: 13%;
  left: 7%;
}

.orbit-node-5 {
  top: 37%;
  left: 0;
}

.section {
  padding: clamp(52px, 5vw, 82px) clamp(20px, 5vw, 72px);
}

.section-heading {
  display: grid;
  width: min(100%, var(--content-max));
  max-width: var(--content-max);
  gap: 10px;
  margin: 0 auto 28px;
}

.section-heading.split {
  max-width: none;
  grid-template-columns: minmax(0, 0.7fr) minmax(280px, 0.42fr);
  gap: clamp(18px, 4vw, 64px);
  align-items: end;
}

.section-heading h2 {
  max-width: 700px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 0.95;
}

.section-heading p:not(.eyebrow) {
  max-width: 620px;
  color: var(--wine);
  font-size: clamp(14px, 1.25vw, 17px);
}

.ladder-section {
  border-bottom: 1px solid var(--line);
}

.ladder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.ladder article {
  display: grid;
  min-height: 150px;
  align-content: center;
  gap: 8px;
  border-right: 1px solid var(--line);
  padding: clamp(18px, 3vw, 30px);
}

.ladder-recommended {
  background:
    radial-gradient(circle at 86% 12%, rgba(201, 169, 110, 0.2), transparent 32%),
    linear-gradient(145deg, rgba(107, 26, 26, 0.96), rgba(69, 15, 15, 0.98));
  color: var(--white);
}

.ladder article:last-child {
  border-right: 0;
}

.ladder article:not(.ladder-recommended):last-child {
  background:
    radial-gradient(circle at 86% 12%, rgba(107, 26, 26, 0.06), transparent 32%),
    linear-gradient(145deg, rgba(255, 250, 248, 0.78), rgba(249, 237, 232, 0.62));
}

.ladder span,
.quote-top span,
.best-fit small {
  color: var(--wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ladder h3 {
  max-width: 280px;
  font-size: clamp(24px, 2.5vw, 34px);
}

.ladder p {
  color: rgba(107, 26, 26, 0.72);
  font-weight: 800;
}

.ladder-recommended h3,
.ladder-recommended p,
.ladder-recommended span {
  color: rgba(253, 245, 240, 0.9);
}

.quote-grid {
  display: grid;
  width: min(100%, var(--content-max));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
  align-items: stretch;
  margin: 0 auto;
}

.quote-card {
  position: relative;
  display: grid;
  align-content: start;
  height: 100%;
  gap: 15px;
  overflow: hidden;
  border: 1px solid rgba(107, 26, 26, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0, rgba(201, 169, 110, 0.12), transparent 32%),
    linear-gradient(145deg, rgba(255, 250, 248, 0.96), rgba(253, 245, 240, 0.82));
  padding: clamp(22px, 2.3vw, 32px);
  box-shadow: 0 20px 58px rgba(69, 15, 15, 0.07);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.quote-card:hover,
.quote-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(201, 169, 110, 0.44);
  box-shadow: 0 34px 92px rgba(69, 15, 15, 0.17);
}

.quote-card::after {
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.quote-card:hover::after,
.quote-card:focus-within::after {
  border-color: rgba(201, 169, 110, 0.52);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 248, 0.5);
}

.quote-card-preferred {
  border-color: rgba(107, 26, 26, 0.28);
}

.quote-card-preferred .quote-top span {
  border-color: rgba(107, 26, 26, 0.22);
  background: rgba(107, 26, 26, 0.08);
  color: var(--wine);
}

.quote-card-preferred .quote-top i {
  color: var(--wine);
}

.quote-card-platform {
  background:
    radial-gradient(circle at 82% 0, rgba(201, 169, 110, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(107, 26, 26, 0.98), rgba(69, 15, 15, 0.99));
  color: var(--white);
}

.quote-card-platform:hover,
.quote-card-platform:focus-within {
  box-shadow: 0 38px 104px rgba(69, 15, 15, 0.3);
}

.quote-top,
.timeline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.quote-top span {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border: 1px solid rgba(107, 26, 26, 0.13);
  border-radius: 999px;
  background: rgba(255, 250, 248, 0.56);
  padding: 6px 9px;
}

.quote-top i {
  color: var(--gold);
  font-style: normal;
}

.quote-card h3 {
  margin-bottom: -4px;
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 0.95;
}

.plan-price {
  display: grid;
  gap: 3px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
}

.plan-price strong {
  color: var(--wine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
}

.plan-price span,
.feature-label {
  color: rgba(107, 26, 26, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.plan-action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(107, 26, 26, 0.2);
  border-radius: 7px;
  background: rgba(255, 250, 248, 0.62);
  color: var(--wine);
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
}

.plan-action-primary {
  border-color: rgba(107, 26, 26, 0.2);
  background: var(--wine);
  color: var(--white);
}

.plan-action-preferred {
  border-color: rgba(107, 26, 26, 0.22);
  background: var(--wine);
  color: var(--white);
}

.quote-card:not(.quote-card-platform) .plan-action-preferred:hover,
.quote-card:not(.quote-card-platform) .plan-action-preferred:focus-visible {
  border-color: rgba(201, 169, 110, 0.52);
  background: var(--wine-dark);
}

.plan-action-dark {
  border-color: rgba(253, 245, 240, 0.22);
  background: rgba(253, 245, 240, 0.12);
  color: var(--white);
}

.quote-card p,
.quote-card li {
  color: var(--wine);
  font-size: 13px;
}

.quote-card-platform h3,
.quote-card-platform .plan-price strong,
.quote-card-platform .outcomes li {
  color: var(--white);
}

.quote-card-platform p,
.quote-card-platform li,
.quote-card-platform summary,
.quote-card-platform .timeline,
.quote-card-platform .plan-price span,
.quote-card-platform .feature-label {
  color: rgba(253, 245, 240, 0.78);
}

.quote-card-platform .quote-top span,
.quote-card-platform .best-fit small {
  color: rgba(201, 169, 110, 0.9);
}

.quote-card-platform .quote-top span {
  border-color: rgba(253, 245, 240, 0.18);
  background: rgba(253, 245, 240, 0.08);
}

.quote-card-platform .plan-price {
  border-color: rgba(253, 245, 240, 0.14);
}

.best-fit {
  display: grid;
  gap: 5px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}

.decision-cue {
  display: grid;
  gap: 6px;
  border-left: 2px solid rgba(201, 169, 110, 0.7);
  padding: 2px 0 2px 14px;
}

.decision-cue span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.decision-cue p {
  color: var(--wine-deep);
  font-size: 12px;
  font-weight: 700;
}

.quote-card-platform .best-fit,
.quote-card-platform .decision-cue,
.quote-card-platform details,
.quote-card-platform .timeline {
  border-color: rgba(253, 245, 240, 0.14);
}

.quote-card-platform .decision-cue {
  border-left-color: rgba(201, 169, 110, 0.9);
}

.quote-card-platform .decision-cue p {
  color: rgba(253, 245, 240, 0.88);
}

.outcomes,
details ul {
  display: grid;
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.outcomes li {
  position: relative;
  padding-left: 22px;
  font-weight: 800;
}

.outcomes li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--gold);
}

details {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--wine);
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary span {
  transition: transform 180ms ease;
}

details[open] summary span {
  transform: rotate(90deg);
}

details ul {
  margin-top: 12px;
}

details li {
  position: relative;
  padding-left: 13px;
  line-height: 1.42;
}

details li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  content: "";
  opacity: 0.48;
}

.timeline {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 14px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
}

.phase-one-section {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 90% 8%, rgba(201, 169, 110, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 250, 248, 0.96), rgba(249, 237, 232, 0.72));
}

.phase-one-layout {
  display: grid;
  width: min(100%, var(--content-max));
  grid-template-columns: minmax(340px, 0.88fr) minmax(0, 1.12fr);
  gap: 16px;
  align-items: stretch;
  margin: 0 auto;
}

.phase-one-card {
  position: relative;
  display: grid;
  min-height: 430px;
  align-content: space-between;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(253, 245, 240, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 86% 8%, rgba(201, 169, 110, 0.22), transparent 32%),
    linear-gradient(145deg, rgba(107, 26, 26, 0.98), rgba(69, 15, 15, 0.99));
  color: var(--white);
  padding: clamp(28px, 4vw, 46px);
  box-shadow: 0 34px 110px rgba(69, 15, 15, 0.22);
}

.phase-one-card::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(253, 245, 240, 0.12);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}

.phase-one-card > * {
  position: relative;
  z-index: 1;
}

.phase-one-card span,
.deliverable-grid span,
.phase-flow span,
.roadmap-card__top span,
.why-useful span {
  color: var(--wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.phase-one-card > span,
.roadmap-card--dark .roadmap-card__top span,
.roadmap-card--dark .why-useful span {
  color: rgba(201, 169, 110, 0.9);
}

.phase-one-card h3 {
  max-width: 430px;
  color: var(--white);
  font-size: clamp(46px, 5.4vw, 78px);
  line-height: 0.88;
}

.phase-one-card strong {
  display: block;
  color: var(--white);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(60px, 7.4vw, 102px);
  font-weight: 500;
  line-height: 0.8;
}

.phase-one-card p {
  max-width: 500px;
  color: rgba(253, 245, 240, 0.8);
  font-size: 14px;
}

.phase-one-card .plan-action {
  width: fit-content;
  border-color: rgba(253, 245, 240, 0.24);
  background: rgba(253, 245, 240, 0.94);
  color: var(--wine);
}

.phase-one-reasons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.phase-one-reasons article {
  display: grid;
  min-height: 207px;
  align-content: center;
  gap: 8px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 248, 0.5);
  padding: clamp(18px, 2.6vw, 28px);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.phase-one-reasons article:hover {
  background: rgba(255, 250, 248, 0.78);
  transform: translateY(-2px);
}

.phase-one-reasons span,
.phase-flow span {
  color: var(--gold);
}

.phase-one-reasons h3,
.deliverable-grid h3,
.phase-flow h3,
.roadmap-card h3 {
  font-size: clamp(26px, 2.7vw, 38px);
  line-height: 0.96;
}

.phase-one-reasons p,
.deliverable-grid p,
.phase-flow p,
.roadmap-card p {
  color: rgba(107, 26, 26, 0.78);
  font-size: 13px;
}

.included-section {
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 248, 0.72);
}

.deliverable-grid {
  display: grid;
  width: min(100%, var(--content-max));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin: 0 auto;
}

.deliverable-grid article {
  display: grid;
  min-height: 190px;
  align-content: start;
  gap: 8px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 250, 248, 0.76), rgba(253, 245, 240, 0.46));
  padding: clamp(18px, 2.5vw, 28px);
}

.flow-section {
  border-bottom: 1px solid var(--line);
}

.phase-flow {
  display: grid;
  width: min(100%, var(--content-max));
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin: 0 auto;
}

.phase-flow article {
  display: grid;
  min-height: 190px;
  align-content: start;
  gap: 8px;
  border-right: 1px solid var(--line);
  padding: clamp(16px, 2vw, 24px);
}

.phase-flow article:last-child {
  border-right: 0;
}

.phase-flow h3 {
  font-size: clamp(23px, 2.2vw, 32px);
}

.roadmap-section {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 8% 8%, rgba(201, 169, 110, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(249, 237, 232, 0.72), rgba(255, 250, 248, 0.9));
}

.roadmap-grid {
  display: grid;
  width: min(100%, var(--content-max));
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto;
}

.roadmap-card {
  display: grid;
  min-height: 430px;
  align-content: start;
  gap: 15px;
  border: 1px solid rgba(107, 26, 26, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 0, rgba(201, 169, 110, 0.16), transparent 28%),
    rgba(255, 250, 248, 0.72);
  padding: clamp(22px, 3vw, 34px);
  box-shadow: 0 22px 74px rgba(69, 15, 15, 0.08);
}

.roadmap-card--dark {
  border-color: rgba(253, 245, 240, 0.14);
  background:
    radial-gradient(circle at 88% 0, rgba(201, 169, 110, 0.2), transparent 30%),
    linear-gradient(145deg, rgba(107, 26, 26, 0.98), rgba(69, 15, 15, 0.99));
  color: var(--white);
  box-shadow: 0 36px 108px rgba(69, 15, 15, 0.22);
}

.roadmap-card__top {
  display: flex;
  gap: 16px;
  align-items: start;
  justify-content: space-between;
}

.roadmap-card__top strong {
  color: var(--wine-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 4.2vw, 64px);
  font-weight: 500;
  line-height: 0.86;
  white-space: nowrap;
}

.roadmap-card__investment {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}

.roadmap-card__investment span {
  color: rgba(107, 26, 26, 0.72);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.roadmap-card__investment strong {
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: right;
  text-transform: uppercase;
}

.roadmap-card--dark h3,
.roadmap-card--dark .roadmap-card__top strong,
.roadmap-card--dark .roadmap-card__investment strong,
.roadmap-card--dark .outcomes li {
  color: var(--white);
}

.roadmap-card--dark p,
.roadmap-card--dark .why-useful p {
  color: rgba(253, 245, 240, 0.76);
}

.roadmap-card--dark .roadmap-card__top,
.roadmap-card--dark .roadmap-card__investment,
.roadmap-card--dark .why-useful {
  border-color: rgba(253, 245, 240, 0.14);
}

.roadmap-card--dark .roadmap-card__investment span {
  color: rgba(201, 169, 110, 0.88);
}

.roadmap-card .outcomes {
  margin-top: 4px;
}

.why-useful {
  display: grid;
  gap: 5px;
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.module-section {
  background:
    radial-gradient(circle at 9% 8%, rgba(201, 169, 110, 0.13), transparent 26%),
    rgba(255, 250, 248, 0.72);
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.module-grid article {
  display: grid;
  min-height: 190px;
  align-content: center;
  gap: 9px;
  border-right: 1px solid var(--line);
  padding: clamp(18px, 2.8vw, 28px);
}

.module-grid article:last-child {
  border-right: 0;
}

.module-grid span {
  color: var(--gold);
}

.module-grid h3 {
  font-size: clamp(26px, 2.6vw, 36px);
}

.module-grid p {
  color: var(--wine);
  font-size: 13px;
}

.comparison-section {
  background:
    linear-gradient(180deg, rgba(107, 26, 26, 0.96), rgba(69, 15, 15, 0.98)),
    var(--wine-dark);
  color: var(--white);
  padding-top: clamp(48px, 4vw, 72px);
  padding-bottom: clamp(48px, 4vw, 72px);
}

.comparison-section h2 {
  color: var(--white);
}

.comparison-section .section-heading {
  max-width: var(--content-max);
  margin-bottom: clamp(16px, 2vw, 24px);
}

.comparison-section .section-heading p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(253, 245, 240, 0.76);
  font-size: clamp(14px, 1.2vw, 17px);
}

.comparison-table {
  display: grid;
  width: min(100%, var(--content-max));
  overflow: hidden;
  border: 1px solid rgba(253, 245, 240, 0.16);
  border-radius: 8px;
  margin: 0 auto;
  box-shadow: 0 34px 120px rgba(18, 5, 5, 0.24);
}

.table-head,
.table-row {
  display: grid;
  grid-template-columns: 0.78fr repeat(3, minmax(0, 1fr));
}

.table-head {
  background: rgba(253, 245, 240, 0.08);
}

.table-group {
  display: grid;
  background: rgba(253, 245, 240, 0.12);
}

.table-group span {
  border-bottom: 1px solid rgba(253, 245, 240, 0.13);
  padding: 11px clamp(12px, 1.2vw, 18px);
  color: rgba(253, 245, 240, 0.92);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.table-head span,
.table-row > * {
  min-width: 0;
  border-right: 1px solid rgba(253, 245, 240, 0.13);
  border-bottom: 1px solid rgba(253, 245, 240, 0.13);
  padding: clamp(10px, 0.95vw, 14px) clamp(12px, 1.2vw, 18px);
  font-size: clamp(12px, 0.95vw, 14px);
  line-height: 1.32;
}

.table-head span {
  color: rgba(253, 245, 240, 0.92);
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.table-row strong {
  color: var(--white);
  font-size: clamp(12px, 0.95vw, 14px);
}

.table-row span {
  color: rgba(253, 245, 240, 0.75);
}

.table-row .mark {
  display: grid;
  place-items: center;
  color: rgba(253, 245, 240, 0.72);
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 800;
  text-align: center;
}

.table-row .mark.yes {
  color: var(--gold);
}

.table-row .mark.no {
  color: rgba(253, 245, 240, 0.34);
}

.table-row .mark.partial {
  color: rgba(253, 245, 240, 0.82);
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.table-head span:last-child,
.table-row > *:last-child {
  border-right: 0;
}

.table-row:last-child > * {
  border-bottom: 0;
}

.recommendation {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 0.55fr);
  gap: clamp(20px, 4vw, 58px);
  align-items: center;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 92% 12%, rgba(201, 169, 110, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(255, 250, 248, 0.94), rgba(249, 237, 232, 0.88));
}

.recommendation > *,
.questions > * {
  max-width: none;
}

.recommendation,
.questions {
  justify-content: center;
}

.recommendation {
  grid-template-columns: minmax(0, 0.85fr) minmax(340px, 0.55fr);
}

.recommendation h2 {
  max-width: 760px;
  font-size: clamp(40px, 5vw, 68px);
}

.recommendation p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 12px;
  color: var(--wine);
  font-size: clamp(14px, 1.25vw, 17px);
}

.accept-panel {
  display: grid;
  gap: 16px;
  border: 1px solid rgba(107, 26, 26, 0.16);
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0, rgba(201, 169, 110, 0.16), transparent 36%),
    rgba(255, 250, 248, 0.68);
  padding: clamp(22px, 3vw, 32px);
  box-shadow: 0 20px 62px rgba(69, 15, 15, 0.08);
}

.accept-total {
  display: grid;
  gap: 4px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.accept-total span {
  color: var(--wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.accept-total strong {
  color: var(--wine-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4.6vw, 52px);
  font-weight: 500;
  line-height: 0.95;
}

.accept-total p {
  margin-top: 0;
}

.approval-summary {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.approval-summary article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 248, 0.6);
  padding: 14px;
}

.approval-summary span {
  display: block;
  color: var(--wine);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.approval-summary strong {
  display: block;
  margin-top: 3px;
  color: var(--wine-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.approval-summary p {
  margin-top: 5px;
  color: var(--wine);
  font-size: 13px;
}

.questions {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  gap: clamp(22px, 5vw, 76px);
  justify-content: center;
}

.questions h2 {
  max-width: 480px;
  font-size: clamp(36px, 4.2vw, 58px);
}

.question-grid {
  display: grid;
  border-top: 1px solid var(--line);
}

.question-grid article {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  color: var(--wine);
  font-size: 13px;
  line-height: 1.5;
}

.proposal-footer {
  display: grid;
  place-items: center;
  border-top: 1px solid var(--line);
  padding: 28px clamp(20px, 5vw, 72px);
  text-align: center;
}

.proposal-footer p {
  max-width: 760px;
  color: var(--wine);
  font-size: 13px;
}

@keyframes copy-in {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes dialog-in {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(12px) scale(0.985);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) scale(1);
  }
}

@keyframes section-in {
  from {
    opacity: 0;
    filter: blur(3px);
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.reveal-item {
  opacity: 1;
  filter: none;
  transform: none;
  transition:
    opacity 680ms cubic-bezier(0.19, 1, 0.22, 1),
    filter 680ms cubic-bezier(0.19, 1, 0.22, 1),
    transform 680ms cubic-bezier(0.19, 1, 0.22, 1);
}

.reveal-item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.reveal-item.reveal-instant {
  transition: none;
}

@media (max-width: 1180px) {
  .hero,
  .quote-grid,
  .phase-one-layout,
  .recommendation,
  .questions,
  .clarity-strip {
    grid-template-columns: 1fr;
  }

  .clarity-strip article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .clarity-strip article:last-child {
    border-bottom: 0;
  }

  .system-orbit {
    width: min(360px, 100%);
  }

  .ladder,
  .deliverable-grid,
  .phase-flow,
  .module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .phase-flow article:nth-child(2n),
  .phase-flow article:last-child {
    border-right: 0;
  }

  .comparison-table {
    overflow-x: auto;
  }

  .table-head,
  .table-row {
    min-width: 860px;
  }

  .table-group {
    min-width: 860px;
  }

}

@media (max-width: 760px) {
  .proposal-nav {
    top: 10px;
    right: 14px;
    left: 14px;
    width: auto;
    min-height: 52px;
  }

  .proposal-nav nav {
    display: none;
  }

  .brand-lockup strong {
    font-size: 14px;
  }

  .brand-lockup small {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 112px 18px 50px;
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: clamp(38px, 9.2vw, 48px);
    line-height: 0.98;
  }

  .system-orbit {
    display: none;
  }

  .eyebrow {
    font-size: 11px;
  }

  .section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .proposal-footer p {
    font-size: 13px;
  }

  .section-heading.split,
  .ladder,
  .quote-grid,
  .phase-one-reasons,
  .deliverable-grid,
  .phase-flow,
  .roadmap-grid,
  .module-grid,
  .recommendation,
  .questions {
    grid-template-columns: 1fr;
  }

  .phase-one-card {
    min-height: 360px;
  }

  .ladder article,
  .deliverable-grid article,
  .phase-flow article,
  .module-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ladder article:last-child,
  .deliverable-grid article:last-child,
  .phase-flow article:last-child,
  .module-grid article:last-child {
    border-bottom: 0;
  }

  .comparison-table {
    gap: 10px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .table-head {
    display: none;
  }

  .table-group,
  .table-row {
    min-width: 0;
  }

  .table-group {
    border: 1px solid rgba(253, 245, 240, 0.14);
    border-radius: 8px;
    overflow: hidden;
  }

  .table-group span {
    border-bottom: 0;
  }

  .table-row {
    grid-template-columns: 1fr;
    overflow: hidden;
    border: 1px solid rgba(253, 245, 240, 0.14);
    border-radius: 8px;
    background: rgba(253, 245, 240, 0.06);
  }

  .table-row > * {
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-right: 0;
  }

  .table-row > *::before {
    color: rgba(253, 245, 240, 0.52);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
  }

  .table-row strong::before {
    content: "Outcome";
  }

  .table-row > *:nth-child(2)::before {
    content: "€5k Phase 1";
  }

  .table-row > *:nth-child(3)::before {
    content: "+€5k / €10k total";
  }

  .table-row > *:nth-child(4)::before {
    content: "+€5k / €15k total";
  }

  .table-row .mark {
    display: flex;
    place-items: initial;
    text-align: right;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .hero-media img:first-child {
    opacity: 1;
    transform: none;
  }

  .reveal-item {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
