:root {
  --pine: #12332e;
  --pine-deep: #082d29;
  --ink: #17211f;
  --paper: #f5f4ef;
  --paper-bright: #fffefa;
  --blue: #159be8;
  --coral: #ff5a45;
  --coral-dark: #e84734;
  --muted: #66716e;
  --line: rgba(23, 33, 31, 0.16);
  --line-light: rgba(245, 244, 239, 0.2);
  --shadow: 0 22px 65px rgba(13, 42, 38, 0.16);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.5rem; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-underline-offset: .18em; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: .75rem;
  left: .75rem;
  padding: .7rem 1rem;
  transform: translateY(-150%);
  background: var(--paper-bright);
  border: 2px solid var(--coral);
  border-radius: .6rem;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  min-height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: .8rem clamp(1.1rem, 5vw, 5rem);
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  border-bottom: 1px solid rgba(23, 33, 31, .1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: .85rem; text-decoration: none; font-size: clamp(1rem, 2vw, 1.45rem); font-weight: 750; letter-spacing: -.025em; }
.brand__mark { width: 2.6rem; height: 2.6rem; overflow: visible; }
.brand__mark path:first-child { fill: var(--blue); stroke: none; }
.brand__mark circle { fill: var(--paper); }
.brand__mark path:last-child { fill: none; stroke: var(--paper); stroke-width: 2.5; stroke-linecap: round; }
.site-nav { display: flex; align-items: center; gap: clamp(1.2rem, 4vw, 3.5rem); }
.site-nav a { position: relative; text-decoration: none; font-size: .96rem; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 2px; background: var(--coral); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.site-nav .site-nav__cta { padding: .7rem 1rem; color: #fff; background: var(--coral); border-radius: .6rem; box-shadow: 0 8px 20px rgba(255, 90, 69, .2); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.site-nav .site-nav__cta::after { display: none; }
.site-nav .site-nav__cta:hover, .site-nav .site-nav__cta:focus-visible { background: var(--coral-dark); transform: translateY(-1px); box-shadow: 0 11px 24px rgba(255, 90, 69, .27); }
.nav-toggle { display: none; }

.brief { overflow-x: clip; }
.step { position: relative; min-height: max(100svh, 45rem); isolation: isolate; }
.step__inner { width: min(100% - 2.2rem, 1420px); min-height: max(100svh, 45rem); margin-inline: auto; padding: clamp(6.5rem, 10vh, 8rem) clamp(0rem, 3vw, 2.5rem) clamp(7rem, 12vh, 9rem); position: relative; z-index: 2; }
.step__inner--hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(24rem, .78fr); grid-template-areas: 'hero card'; gap: clamp(2.5rem, 6vw, 6.5rem); align-items: center; }
.step__inner--split { display: grid; grid-template-columns: minmax(24rem, .76fr) minmax(0, 1.08fr); grid-template-areas: 'card statement'; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.step__inner--final { display: grid; grid-template-columns: minmax(0, 1fr) minmax(24rem, .7fr); grid-template-areas: 'statement card'; gap: clamp(3rem, 8vw, 8rem); align-items: center; }

.contours { position: absolute; z-index: -1; inset: 0; opacity: 1; pointer-events: none; background-position: center; background-size: cover; background-repeat: no-repeat; }
.step--intro .contours { background-image: url("../background-intro.svg"); }
.step--goal .contours { background-image: url("../background-goal.svg"); }
.step--frames .contours { background-image: url("../background-frames.svg"); }
.contours--dark { opacity: 1; filter: none; }
.step__curve { position: absolute; z-index: -2; inset: 80% -10% -15%; background: linear-gradient(145deg, var(--pine), var(--pine-deep)); clip-path: ellipse(76% 62% at 50% 72%); transform-origin: center bottom; }
.step__curve--final { inset: auto -8% -18%; height: 47%; }

.step--goal { color: var(--paper); background: linear-gradient(137deg, #0f3a34, var(--pine-deep)); }
.step--frames { background: var(--paper); }
.step--frames::before { content: ''; position: absolute; z-index: 0; top: -5rem; left: -8%; width: 116%; height: 7rem; background: var(--paper); border-radius: 50% 50% 0 0 / 100% 100% 0 0; }

.hero-copy { grid-area: hero; align-self: center; max-width: 45rem; }
.eyebrow { margin: 0 0 1rem; font: 700 .74rem/1.2 var(--mono); text-transform: uppercase; letter-spacing: .14em; color: var(--coral-dark); }
.eyebrow--light { color: #ff8b7c; }
h1, .statement h2 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .98; text-wrap: balance; }
h1 { max-width: 13ch; font-size: clamp(3rem, 4.6vw, 5.25rem); }
.lead { max-width: 32rem; margin: 1.45rem 0 0; font-family: var(--sans); font-size: clamp(1.08rem, 1.35vw, 1.35rem); line-height: 1.45; }
.statement { grid-area: statement; max-width: 49rem; }
.statement h2 { font-size: clamp(2.8rem, 4.2vw, 4.65rem); }
.statement > p:last-child { max-width: 37rem; margin: 1.7rem 0 0; font-size: clamp(1.05rem, 1.55vw, 1.3rem); }
.statement--dark { color: var(--ink); }

.form-card { grid-area: card; width: min(100%, 34rem); min-width: 0; max-width: 100%; padding: clamp(1.35rem, 2.3vw, 2rem); color: var(--ink); background: color-mix(in srgb, var(--paper-bright) 94%, transparent); border: 1px solid rgba(18, 51, 46, .16); border-radius: 1.05rem; box-shadow: var(--shadow); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.form-card--right { justify-self: end; }
.form-card--left { justify-self: start; align-self: end; }
.form-card--final { align-self: center; }
.form-card__heading { display: flex; align-items: baseline; gap: .85rem; margin-bottom: 1.25rem; }
.form-card__heading h2 { margin: 0; font: 500 clamp(1.75rem, 3vw, 2.5rem)/1.05 var(--serif); }
.step-number { font: 700 1rem/1 var(--mono); color: var(--coral-dark); }
.card-intro { margin: -.3rem 0 1.15rem; color: var(--muted); }
label { display: block; margin: 0 0 .42rem; font-size: .9rem; font-weight: 650; }
input, textarea { width: 100%; color: var(--ink); background: rgba(255, 255, 255, .68); border: 1px solid rgba(18, 51, 46, .24); border-radius: .62rem; outline: none; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; }
input { min-height: 3rem; padding: .68rem .85rem; }
textarea { padding: .85rem 1rem; resize: vertical; min-height: 8rem; }
input:focus, textarea:focus { background: #fff; border-color: var(--coral); box-shadow: 0 0 0 4px rgba(255, 90, 69, .14); }
[aria-invalid='true'] { border-color: #b52317; box-shadow: 0 0 0 3px rgba(181, 35, 23, .12); }
.field-help, .personal-note, .privacy-note { margin: .45rem 0 .9rem; color: var(--muted); font-size: .82rem; }
.field-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.field-group { margin-bottom: .9rem; }
.optional { color: var(--muted); font-weight: 400; }
.consent { display: grid; grid-template-columns: auto 1fr; gap: .65rem; align-items: start; margin: .4rem 0 1rem; font-size: .8rem; font-weight: 400; }
.consent input { width: 1.15rem; min-height: 1.15rem; margin: .18rem 0 0; accent-color: var(--coral); }

.button { border: 0; cursor: pointer; }
.button--primary { width: 100%; min-height: 3.75rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .72rem .78rem .72rem 1.35rem; color: #fff; background: var(--coral); border-radius: .7rem; box-shadow: 0 10px 24px rgba(255, 90, 69, .22); transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button--primary:hover { background: var(--coral-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255, 90, 69, .3); }
.button--primary:focus-visible, .button--back:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.button__arrow { width: 2.25rem; aspect-ratio: 1; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .38); border-radius: 50%; transition: transform .28s cubic-bezier(.2, .8, .2, 1), background .2s ease, border-color .2s ease; }
.button__arrow svg, .button__back-icon, .text-cta__arrow svg { width: 1.2rem; height: 1.2rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button--primary:hover .button__arrow, .button--primary:focus-visible .button__arrow { transform: translateX(.16rem); background: rgba(255, 255, 255, .2); border-color: rgba(255, 255, 255, .7); }
.button--back { display: inline-flex; align-items: center; gap: .45rem; margin-top: .8rem; padding: .6rem 0; color: var(--ink); background: transparent; }
.button__back-icon { width: 1.1rem; height: 1.1rem; transition: transform .22s ease; }
.button--back:hover .button__back-icon, .button--back:focus-visible .button__back-icon { transform: translateX(-.2rem); }
.button--back:hover { text-decoration: underline; }
.button--submit { margin-top: .35rem; }
.form-errors { min-height: 1.4rem; color: #a51f14; font-size: .86rem; font-weight: 650; }

.journey-dock { --journey-progress: 0%; position: fixed; z-index: 45; left: 50%; bottom: max(1rem, env(safe-area-inset-bottom)); width: min(calc(100% - 2rem), 66rem); min-height: 6.15rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; opacity: 0; transform: translate(-50%, 130%); pointer-events: none; padding: .6rem .75rem .7rem; color: var(--paper); background: rgba(8, 45, 41, .94); border: 1px solid rgba(245, 244, 239, .19); border-radius: 1rem; box-shadow: 0 18px 55px rgba(3, 20, 18, .28); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: opacity .35s ease, transform .55s cubic-bezier(.16, 1, .3, 1); }
.journey-dock.is-revealed { opacity: 1; transform: translateX(-50%); pointer-events: auto; }
.journey-dock__track { position: absolute; z-index: 0; top: 3.1rem; left: calc(16.6667% + .5rem); right: calc(16.6667% + .5rem); height: 2px; overflow: hidden; background: rgba(245, 244, 239, .2); }
.journey-dock__track span { display: block; width: var(--journey-progress); height: 100%; background: var(--coral); box-shadow: 0 0 10px rgba(255, 90, 69, .6); transition: width .8s cubic-bezier(.65, 0, .2, 1); }
.journey-dock__step { position: relative; z-index: 1; min-width: 0; display: grid; grid-template-rows: 1.25rem 2.4rem 1.1rem; gap: .12rem; place-items: center; padding: .05rem .45rem; color: rgba(245, 244, 239, .62); background: transparent; border: 0; border-radius: .7rem; text-align: center; cursor: pointer; transition: color .3s ease, background .3s ease, transform .3s ease; }
.journey-dock__step:hover { color: var(--paper); background: rgba(245, 244, 239, .07); }
.journey-dock__step:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
.journey-dock__step.is-active { color: #fff; transform: translateY(-.08rem); }
.journey-dock__step.is-complete { color: rgba(245, 244, 239, .86); }
.journey-dock__step.is-invalid { color: #ff9b8e; }
.journey-dock__node { position: relative; grid-row: 2; width: 2.25rem; aspect-ratio: 1; display: grid; place-items: center; justify-self: center; color: currentColor; background: var(--pine-deep); border: 1.5px solid currentColor; border-radius: 50%; font: 700 .78rem/1 var(--mono); transition: color .35s ease, background .35s ease, border-color .35s ease, box-shadow .35s ease, transform .4s cubic-bezier(.16, 1, .3, 1); }
.journey-dock__step.is-active .journey-dock__node { color: #fff; background: var(--coral); border-color: #fff; box-shadow: 0 0 0 .35rem rgba(255, 90, 69, .18); transform: scale(1.06); }
.journey-dock__step.is-complete .journey-dock__node { color: var(--pine-deep); background: var(--paper); border-color: var(--paper); }
.journey-dock__step.is-invalid .journey-dock__node { color: #fff; background: #bd3d30; border-color: #ffb2a8; box-shadow: 0 0 0 .3rem rgba(255, 90, 69, .13); }
.journey-dock__number, .journey-dock__check, .journey-dock__error { position: absolute; inset: 0; display: grid; place-items: center; visibility: hidden; opacity: 0; transform: scale(.35) rotate(-28deg); transition: opacity .25s ease, transform .38s cubic-bezier(.16, 1, .3, 1), visibility 0s; }
.journey-dock__check, .journey-dock__error { font-size: 1rem; }
.journey-dock__step:not(.is-complete):not(.is-invalid) .journey-dock__number,
.journey-dock__step.is-complete .journey-dock__check,
.journey-dock__step.is-invalid .journey-dock__error { visibility: visible; opacity: 1; transform: scale(1) rotate(0); }
.journey-dock__copy { display: contents; }
.journey-dock__copy strong, .journey-dock__copy small { display: block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.journey-dock__copy strong { grid-row: 1; align-self: end; font-size: .8rem; letter-spacing: .01em; }
.journey-dock__copy small { grid-row: 3; align-self: start; color: inherit; font-size: .68rem; opacity: .72; }
.has-cookie-notice .journey-dock.is-revealed { opacity: 0; transform: translate(-50%, 130%); pointer-events: none; }

.motion-ready .step .hero-copy,
.motion-ready .step .form-card,
.motion-ready .step .statement { transition: opacity .72s cubic-bezier(.2, .8, .2, 1), transform .9s cubic-bezier(.16, 1, .3, 1); }
.motion-ready .step:not(.is-visible) .hero-copy { opacity: 0; transform: translate3d(-2.5rem, 1rem, 0); }
.motion-ready .step:not(.is-visible) .form-card--right { opacity: 0; transform: translate3d(3.5rem, 1.5rem, 0) rotate(.6deg) scale(.98); }
.motion-ready .step:not(.is-visible) .form-card--left { opacity: 0; transform: translate3d(-3.5rem, 1.5rem, 0) rotate(-.6deg) scale(.98); }
.motion-ready .step:not(.is-visible) .statement { opacity: 0; transform: translate3d(0, 2.5rem, 0); }
.motion-ready .step:not(.is-visible) .step__curve { transform: translate3d(0, 8%, 0) scaleY(.88); }
.motion-ready .step.is-visible .step__curve { transform: translate3d(0, 0, 0) scaleY(1); transition: transform 1.15s cubic-bezier(.16, 1, .3, 1); }
.is-step-transitioning .button--next, .is-step-transitioning .button--back { pointer-events: none; }

.send-success {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 1rem;
  pointer-events: none;
  background: radial-gradient(circle at 50% 45%, rgba(245, 244, 239, .2), rgba(8, 45, 41, .34));
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  animation: send-success-backdrop-in .35s ease both;
}
.send-success__stage { position: relative; width: min(100%, 43rem); min-height: 13rem; display: grid; place-items: center; }
.send-success__card {
  position: relative;
  width: min(100%, 39rem);
  min-height: 10.5rem;
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.35rem;
  padding: 1.55rem 1.25rem 1.55rem 1.55rem;
  pointer-events: auto;
  color: var(--ink);
  background: color-mix(in srgb, var(--paper-bright) 96%, transparent);
  border: 1px solid rgba(18, 51, 46, .18);
  border-radius: 1.15rem;
  box-shadow: 0 28px 90px rgba(5, 30, 27, .3);
  transform-origin: center;
  animation: send-success-card-arrive .85s .12s cubic-bezier(.16, 1, .3, 1) both;
}
.send-success__icon { width: 4.5rem; aspect-ratio: 1; display: grid; place-items: center; color: var(--coral-dark); background: rgba(255, 90, 69, .1); border: 1px solid rgba(232, 71, 52, .28); border-radius: 50%; transition: opacity .25s ease, transform .4s ease; }
.send-success__icon svg { width: 2.7rem; overflow: visible; }
.send-success__icon rect, .send-success__icon path { fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.send-success__copy { min-width: 0; transition: opacity .25s ease, transform .4s ease; }
.send-success__copy > span { display: block; margin-bottom: .55rem; color: var(--coral-dark); font: 700 .7rem/1.2 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.send-success__copy strong { display: block; font: 500 clamp(2rem, 5vw, 3rem)/1 var(--serif); letter-spacing: -.035em; }
.send-success__copy p { margin: .75rem 0 0; color: var(--muted); font-size: .95rem; }
.send-success__close { align-self: start; width: 2.3rem; aspect-ratio: 1; display: grid; place-items: center; color: var(--muted); border: 1px solid rgba(18, 51, 46, .16); border-radius: 50%; text-decoration: none; font-size: 1.35rem; line-height: 1; transition: color .2s ease, background .2s ease, opacity .2s ease; }
.send-success__close:hover, .send-success__close:focus-visible { color: #fff; background: var(--coral); outline: none; }
.send-success__plane { position: absolute; z-index: 2; top: 50%; left: 50%; width: clamp(4.8rem, 9vw, 6.5rem); opacity: 0; pointer-events: none; filter: drop-shadow(0 12px 12px rgba(5, 30, 27, .25)); }
.send-success__plane path:first-child { fill: var(--paper-bright); stroke: var(--pine-deep); stroke-width: 2.2; stroke-linejoin: round; }
.send-success__plane path:last-child { fill: none; stroke: var(--coral); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.send-success.is-launching .send-success__card { animation: send-success-card-fold .64s cubic-bezier(.7, 0, .3, 1) both; }
.send-success.is-launching .send-success__icon, .send-success.is-launching .send-success__copy { opacity: 0; transform: scale(.82); }
.send-success.is-launching .send-success__close { opacity: 0; }
.send-success.is-launching .send-success__plane { animation: send-success-plane-flight 1.25s .32s cubic-bezier(.34, .05, .3, 1) both; }
.send-success.is-closing { animation: send-success-backdrop-out .38s ease both; }

.send-success-preview {
  position: fixed;
  z-index: 95;
  top: 6.35rem;
  right: 1rem;
  display: grid;
  gap: .18rem;
  padding: .72rem .9rem;
  color: var(--paper);
  background: rgba(8, 45, 41, .96);
  border: 1px solid rgba(245, 244, 239, .2);
  border-radius: .7rem;
  box-shadow: 0 14px 36px rgba(5, 30, 27, .24);
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.send-success-preview span { color: #ff9b8e; font: 700 .62rem/1.2 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.send-success-preview strong { font-size: .86rem; }
.send-success-preview:hover { background: var(--pine); transform: translateY(-2px); box-shadow: 0 18px 42px rgba(5, 30, 27, .3); }
.send-success-preview:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

@keyframes send-success-backdrop-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes send-success-backdrop-out { from { opacity: 1; } to { opacity: 0; } }
@keyframes send-success-card-arrive {
  from { opacity: 0; transform: translate3d(-110vw, 1rem, 0) rotate(-3deg); }
  to { opacity: 1; transform: translate3d(0, 0, 0) rotate(0); }
}
@keyframes send-success-card-fold {
  0% { opacity: 1; transform: scale(1) rotate(0); border-radius: 1.15rem; }
  58% { opacity: 1; transform: scale(.24, .58) rotate(-6deg); border-radius: 1.5rem; }
  100% { opacity: 0; transform: scale(.08) rotate(10deg); border-radius: 50%; }
}
@keyframes send-success-plane-flight {
  0% { opacity: 0; transform: translate3d(-50%, -50%, 0) rotate(-12deg) scale(.38); }
  18% { opacity: 1; }
  45% { opacity: 1; transform: translate3d(10vw, -8vh, 0) rotate(1deg) scale(.76); }
  100% { opacity: 0; transform: translate3d(72vw, -36vh, 0) rotate(18deg) scale(1.05); }
}

.notice { position: fixed; z-index: 100; top: 6.2rem; left: 50%; width: min(calc(100% - 2rem), 48rem); display: flex; justify-content: space-between; gap: 1rem; transform: translateX(-50%); padding: 1rem 1.2rem; border-radius: .8rem; box-shadow: var(--shadow); }
.notice--error { color: #fff; background: #8c241a; }
.notice button { color: inherit; background: transparent; border: 0; font-size: 1.5rem; cursor: pointer; }
.honeypot { position: fixed !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.cookie-notice {
  position: fixed;
  z-index: 90;
  left: 50%;
  bottom: max(1rem, env(safe-area-inset-bottom));
  width: min(calc(100% - 2rem), 66rem);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.5rem;
  transform: translateX(-50%);
  padding: 1rem 1.1rem 1rem 1.25rem;
  color: var(--paper);
  background: rgba(8, 45, 41, .97);
  border: 1px solid rgba(245, 244, 239, .2);
  border-radius: .9rem;
  box-shadow: 0 18px 55px rgba(0, 0, 0, .28);
}
.cookie-notice[hidden] { display: none; }
.cookie-notice strong { display: block; margin-bottom: .25rem; }
.cookie-notice p { max-width: 49rem; margin: 0; color: rgba(245, 244, 239, .78); font-size: .86rem; line-height: 1.45; }
.cookie-notice__actions { display: flex; align-items: center; gap: .55rem; }
.button--quiet, .button--notice { min-width: 6rem; padding: .65rem .85rem; border-radius: .55rem; text-align: center; text-decoration: none; }
.button--quiet { color: var(--paper); background: transparent; border: 1px solid rgba(245, 244, 239, .24); }
.button--notice { color: #fff; background: var(--coral); }
.button--quiet:hover, .button--notice:hover { filter: brightness(1.08); }

.after-brief { position: relative; z-index: 3; }
.services-section, .info-section { padding: clamp(6rem, 10vw, 9rem) 0; }
.services-section { position: relative; overflow: hidden; background: #e9efeb; border-block: 1px solid rgba(18, 51, 46, .09); }
.services-section::after { content: ''; position: absolute; inset: auto -8rem -14rem auto; width: 34rem; aspect-ratio: 1; opacity: .28; border: 1px solid rgba(18, 51, 46, .2); border-radius: 44% 56% 62% 38%; transform: rotate(-14deg); pointer-events: none; }
.info-section { background: var(--paper); }
.services-section__inner, .info-section__inner, .simple-contact__inner { position: relative; z-index: 1; width: min(calc(100% - 2.2rem), 1320px); margin-inline: auto; }
.section-heading { max-width: 55rem; }
.section-heading h2, .simple-contact__copy h2 { margin: 0; font: 500 clamp(2.8rem, 5vw, 5.2rem)/1 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.section-heading > p:last-child { max-width: 48rem; margin: 1.5rem 0 0; font-size: clamp(1.08rem, 1.7vw, 1.35rem); color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: clamp(3rem, 6vw, 5rem); }
.service-card { min-width: 0; padding: clamp(1.6rem, 3.5vw, 2.7rem); background: rgba(255, 254, 250, .78); border: 1px solid rgba(18, 51, 46, .14); border-radius: 1rem; box-shadow: 0 18px 52px rgba(13, 42, 38, .08); }
.service-card h3 { max-width: 18ch; margin: 1.2rem 0 .9rem; font: 500 clamp(1.9rem, 3.2vw, 2.7rem)/1.05 var(--serif); letter-spacing: -.025em; }
.service-card p { max-width: 42rem; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.12rem); }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: clamp(3rem, 6vw, 5rem); }
.info-card { min-width: 0; padding: clamp(1.5rem, 3vw, 2.3rem); background: var(--paper-bright); border: 1px solid var(--line); border-radius: 1rem; box-shadow: 0 14px 40px rgba(13, 42, 38, .08); }
.info-card__number { font: 700 .75rem/1 var(--mono); color: var(--coral-dark); letter-spacing: .08em; }
.info-card h3 { margin: 1.2rem 0 .8rem; font: 500 clamp(1.6rem, 2.5vw, 2.1rem)/1.1 var(--serif); }
.info-card p { margin: 0; color: var(--muted); }
.work-sample { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(1.5rem, 4vw, 4rem); margin-top: 1rem; padding: clamp(1.25rem, 2.5vw, 1.8rem) clamp(1.5rem, 3vw, 2.3rem); color: var(--muted); border: 1px solid var(--line); border-radius: 1rem; }
.work-sample p { margin: 0; }
.work-sample span { display: block; margin-bottom: .3rem; font: 700 .7rem/1.2 var(--mono); color: var(--coral-dark); letter-spacing: .08em; text-transform: uppercase; }
.work-sample a { color: var(--pine-deep); font-weight: 750; text-decoration-color: var(--coral); text-underline-offset: .2em; }
.text-cta { display: inline-flex; align-items: center; gap: .7rem; margin-top: 2.5rem; color: var(--pine-deep); font-weight: 700; text-decoration: none; }
.text-cta > span:first-child { text-decoration: underline; text-decoration-color: var(--coral); text-underline-offset: .22em; text-decoration-thickness: 1px; }
.text-cta__arrow { width: 2.15rem; aspect-ratio: 1; display: grid; place-items: center; color: var(--coral-dark); border: 1px solid rgba(232, 71, 52, .48); border-radius: 50%; transition: color .2s ease, background .2s ease, transform .25s cubic-bezier(.2, .8, .2, 1), border-color .2s ease; }
.text-cta:hover .text-cta__arrow, .text-cta:focus-visible .text-cta__arrow { color: #fff; background: var(--coral); border-color: var(--coral); transform: translateX(.2rem); }

.simple-contact { padding: clamp(6rem, 10vw, 9rem) 0; color: var(--paper); background: linear-gradient(138deg, #123b35, var(--pine-deep)); }
.simple-contact__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(26rem, .72fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.simple-contact__copy { max-width: 48rem; }
.simple-contact__copy > p:nth-of-type(2) { max-width: 39rem; margin: 1.7rem 0; color: rgba(245, 244, 239, .76); font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.simple-contact__copy > a { color: #fff; font-weight: 650; text-decoration-color: var(--coral); }
.message-form { width: 100%; padding: clamp(1.3rem, 2.6vw, 2rem); color: var(--ink); background: var(--paper-bright); border-radius: 1rem; box-shadow: 0 24px 70px rgba(0, 0, 0, .24); }
.message-form .privacy-note { margin-bottom: 0; }

.site-footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2.5rem clamp(1.1rem, 5vw, 5rem) 7.5rem; color: var(--paper); background: var(--pine-deep); }
.site-footer > div { display: flex; flex-wrap: wrap; gap: .7rem 1.5rem; }
.legal-page { padding-top: 5.25rem; }
.legal-content { width: min(calc(100% - 2rem), 50rem); margin: 0 auto; padding: 5rem 0 7rem; }
.legal-content h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); }
.legal-content h2 { margin-top: 2.5rem; font: 500 1.7rem/1.2 var(--serif); }
.legal-content p { font-size: 1.05rem; }
.legal-table { max-width: 100%; overflow-x: auto; margin: 1.5rem 0 2.5rem; }
.legal-table table { width: 100%; border-collapse: collapse; background: var(--paper-bright); }
.legal-table th, .legal-table td { padding: .8rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { background: rgba(18, 51, 46, .08); }

@media (max-width: 980px) {
  .step { min-height: auto; }
  .step__inner { min-height: auto; }
  .step__inner--hero, .step__inner--split, .step__inner--final { grid-template-columns: 1fr; grid-template-rows: auto; gap: 2.5rem; align-content: start; }
  .step__inner--hero { grid-template-areas: 'hero' 'card'; }
  .step__inner--split { grid-template-areas: 'card' 'statement'; }
  .step__inner--final { grid-template-areas: 'card' 'statement'; }
  .hero-copy { padding-top: 2rem; }
  h1 { max-width: 14ch; font-size: clamp(2.9rem, 7.4vw, 4.5rem); }
  .statement h2 { font-size: clamp(2.7rem, 7vw, 4.35rem); }
  .form-card--right, .form-card--left { justify-self: stretch; width: 100%; max-width: 40rem; }
  .statement { max-width: 45rem; }
  .step--intro .step__curve { inset: clamp(30rem, 70vh, 36rem) -35% -12%; }
  .step__curve--final { inset: auto -35% -12%; height: 30%; }
  .info-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .simple-contact__inner { grid-template-columns: 1fr; }
  .message-form { max-width: 42rem; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 4.2rem; }
  .site-header { min-height: 4.2rem; padding: .65rem 1rem; }
  .brand { font-size: 1rem; }
  .brand__mark { width: 2.15rem; height: 2.15rem; }
  .nav-toggle { width: 2.75rem; height: 2.75rem; display: grid; place-content: center; gap: .28rem; padding: 0; color: var(--ink); background: transparent; border: 1px solid rgba(23, 33, 31, .14); border-radius: .65rem; cursor: pointer; }
  .nav-toggle span { width: 1.25rem; height: 2px; display: block; background: currentColor; border-radius: 2px; transform-origin: center; transition: transform .25s ease, opacity .2s ease; }
  .nav-toggle[aria-expanded='true'] span:nth-child(1) { transform: translateY(.36rem) rotate(45deg); }
  .nav-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-.36rem) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 49; top: 4.55rem; left: .65rem; right: .65rem; display: grid; gap: .2rem; padding: .65rem; visibility: hidden; opacity: 0; transform: translateY(-.65rem) scale(.985); color: var(--ink); background: rgba(255, 254, 250, .98); border: 1px solid var(--line); border-radius: .85rem; box-shadow: var(--shadow); transition: visibility 0s linear .25s, opacity .2s ease, transform .3s cubic-bezier(.16, 1, .3, 1); }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0) scale(1); transition-delay: 0s; }
  .site-nav a { padding: .85rem .9rem; border-radius: .55rem; font-size: 1rem; }
  .site-nav a::after { display: none; }
  .site-nav a:hover, .site-nav a:focus-visible { background: rgba(18, 51, 46, .07); outline: none; }
  .site-nav .site-nav__cta { margin-top: .2rem; padding: .9rem; text-align: center; }
  .step { min-height: auto; }
  .step__inner { width: min(100% - 1.25rem, 42rem); min-height: auto; padding-top: 5.5rem; padding-bottom: 7rem; }
  .step__inner--hero, .step__inner--split, .step__inner--final { align-content: start; }
  .step__inner--split, .step__inner--final { grid-template-areas: 'statement' 'card'; }
  h1 { font-size: clamp(2.55rem, 11vw, 3.35rem); line-height: 1.02; }
  .lead { font-family: var(--sans); font-size: 1.05rem; }
  .statement h2 { font-size: clamp(2.35rem, 9.5vw, 3.15rem); line-height: 1.02; }
  .statement > p:last-child { font-size: 1.05rem; }
  .form-card { width: 100%; max-width: 100%; padding: 1.15rem; border-radius: .85rem; }
  .form-card--right, .form-card--left { justify-self: stretch; }
  .field-grid, .contact-fields { grid-template-columns: 1fr; gap: 0; }
  .step--intro .step__curve { inset: clamp(25rem, 67vh, 29rem) -100% -8%; clip-path: ellipse(90% 60% at 50% 70%); }
  .step__curve--final { inset: auto -100% -2rem; height: 8rem; }
  .step--frames::before { top: -2.5rem; height: 4rem; }
  .journey-dock { width: calc(100% - 1rem); min-height: 5.4rem; bottom: max(.5rem, env(safe-area-inset-bottom)); gap: .1rem; padding: .45rem .25rem .55rem; border-radius: .85rem; }
  .journey-dock__track { top: 2.7rem; left: calc(16.6667% + .17rem); right: calc(16.6667% + .17rem); }
  .journey-dock__step { grid-template-rows: 1.05rem 2.15rem 1rem; gap: .08rem; padding: 0 .1rem; }
  .journey-dock__node { width: 2rem; flex: 0 0 auto; }
  .journey-dock__copy strong { font-size: .65rem; }
  .journey-dock__copy small { display: block; font-size: .55rem; }
  .motion-ready .step:not(.is-visible) .form-card--right,
  .motion-ready .step:not(.is-visible) .form-card--left { transform: translate3d(0, 2.5rem, 0) scale(.985); }
  .site-footer { flex-direction: column; padding: 2rem 1rem 6.75rem; font-size: .9rem; }
  .services-section, .info-section, .simple-contact { padding: 5rem 0; }
  .services-section__inner, .info-section__inner, .simple-contact__inner { width: min(calc(100% - 1.25rem), 42rem); }
  .section-heading h2, .simple-contact__copy h2 { font-size: clamp(2.4rem, 10vw, 3.25rem); }
  .info-grid { margin-top: 2.5rem; }
  .info-card { padding: 1.35rem; }
  .service-card { padding: 1.35rem; }
  .work-sample { grid-template-columns: 1fr; padding: 1.25rem 1.35rem; }
  .message-form { padding: 1.15rem; border-radius: .85rem; }
  .send-success { padding: .65rem; }
  .send-success__stage { min-height: 15rem; }
  .send-success__card { min-height: 11rem; grid-template-columns: 3.45rem minmax(0, 1fr); gap: .9rem; padding: 1.2rem 2.8rem 1.2rem 1rem; border-radius: .9rem; }
  .send-success__icon { width: 3.45rem; }
  .send-success__icon svg { width: 2.05rem; }
  .send-success__copy strong { font-size: clamp(1.8rem, 9vw, 2.45rem); }
  .send-success__copy p { font-size: .86rem; }
  .send-success__close { position: absolute; top: .75rem; right: .75rem; width: 2rem; }
  .send-success-preview { top: 5rem; right: .65rem; padding: .62rem .72rem; }
  .send-success-preview strong { font-size: .76rem; }
  .notice { top: 4.8rem; }
  .cookie-notice { grid-template-columns: 1fr; gap: .85rem; bottom: max(.6rem, env(safe-area-inset-bottom)); padding: .9rem; }
  .cookie-notice__actions { justify-content: flex-end; }
}

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

@supports not (backdrop-filter: blur(1px)) {
  .site-header, .form-card { background: var(--paper-bright); }
  .journey-dock { background: var(--pine-deep); }
}
