:root {
  --midnight: #020817;
  --navy: #071426;
  --navy-light: #0f1c30;
  --slate: #172b42;
  --blue: #7fa8d1;
  --blue-light: #a8caec;
  --paper: #f4f2ec;
  --text: #e8e6df;
  --muted: #a6afbb;
  --dim: #68788b;
  --line: rgba(166, 175, 187, 0.16);
  --line-strong: rgba(166, 175, 187, 0.28);
  --green: #78b695;
  --yellow: #d1a45b;
  --red: #d88d86;
  --font-sans: Inter, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 6px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  background: var(--midnight);
}

body {
  margin: 0;
  background: var(--midnight);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

button,
input,
textarea {
  font: inherit;
}

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

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

::selection {
  background: var(--blue);
  color: var(--midnight);
}

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

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: 10px 14px;
  background: var(--paper);
  color: var(--midnight);
  font-weight: 700;
}

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

:focus-visible {
  outline: 2px solid var(--blue-light);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  background: rgba(2, 8, 23, 0.8);
  backdrop-filter: blur(18px);
  transition:
    border-color 180ms ease,
    background-color 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(2, 8, 23, 0.96);
}

.nav-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 76px;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  justify-self: start;
}

.brand-signature {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-symbol {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.brand-wordmark {
  display: block;
  width: 118px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.desktop-nav a,
.nav-cta {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.nav-cta:hover {
  color: var(--paper);
}

.nav-cta {
  justify-self: end;
  color: var(--paper);
}

.button-arrow {
  display: inline-block;
  margin-left: 8px;
  font-family: var(--font-mono);
  transition: transform 160ms ease;
}

a:hover .button-arrow,
button:hover .button-arrow {
  transform: translate(2px, -2px);
}

.menu-toggle,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 76px;
  border-bottom: 1px solid var(--line);
}

.hero-grid,
.contact-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}

.hero::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 76% 24%,
    rgba(49, 93, 138, 0.25),
    transparent 32%
  );
  content: "";
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.62fr);
  gap: 92px;
  align-items: center;
  min-height: 710px;
  padding-block: 94px 72px;
}

.eyebrow,
.kicker {
  margin: 0 0 24px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.signal-dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.signal-dot--blue {
  background: var(--blue);
  box-shadow: 0 0 16px rgba(127, 168, 209, 0.68);
}

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

h1,
h2,
h3 {
  color: var(--paper);
  font-weight: 660;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 780px;
  margin-bottom: 30px;
  font-size: clamp(3.8rem, 6vw, 6.15rem);
  line-height: 0.98;
}

.hero-muted {
  color: var(--dim);
}

.hero-subhead {
  max-width: 650px;
  margin-bottom: 36px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.button--primary {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--midnight);
}

.button--primary:hover {
  border-color: var(--blue-light);
  background: var(--blue-light);
}

.button--quiet {
  border-color: var(--line-strong);
  background: rgba(127, 168, 209, 0.08);
  color: var(--paper);
}

.button--quiet:hover {
  border-color: var(--blue);
  background: rgba(127, 168, 209, 0.14);
}

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

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 13px;
  font-weight: 650;
}

.text-link:hover {
  color: var(--blue-light);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 36px 0 0;
  padding: 0;
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.07em;
  list-style: none;
  text-transform: uppercase;
}

.hero-notes li::before {
  margin-right: 7px;
  color: var(--blue);
  content: "+";
}

.hero-offer {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(23, 43, 66, 0.86), rgba(7, 20, 38, 0.96));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
}

.hero-offer::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 60px;
  height: 2px;
  background: var(--blue);
  content: "";
}

.offer-status {
  display: flex;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
}

.offer-status span:last-child {
  color: var(--blue-light);
}

.offer-price {
  display: flex;
  align-items: flex-start;
  padding: 28px 26px 12px;
}

.offer-price .offer-dollar {
  margin-top: 10px;
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 18px;
}

.offer-price strong {
  color: var(--paper);
  font-size: 78px;
  font-weight: 660;
  letter-spacing: -0.075em;
  line-height: 0.95;
}

.offer-price > span:last-child {
  margin: 42px 0 0 12px;
  color: var(--muted);
  font-size: 12px;
}

.offer-monthly {
  display: flex;
  margin: 0 26px;
  padding: 18px 0;
  border-block: 1px solid var(--line);
  flex-direction: column;
}

.offer-monthly strong {
  color: var(--paper);
  font-size: 15px;
}

.offer-monthly span {
  color: var(--dim);
  font-size: 11px;
}

.hero-offer ul {
  margin: 0;
  padding: 22px 26px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  list-style: none;
}

.hero-offer li {
  position: relative;
  padding: 5px 0 5px 18px;
}

.hero-offer li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
  font-family: var(--font-mono);
}

.hero-offer .button {
  width: calc(100% - 52px);
  margin: 0 26px 26px;
}

.research-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 30px;
  align-items: center;
  min-height: 104px;
  border-top: 1px solid var(--line);
}

.strip-label {
  color: var(--blue-light);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.research-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.research-strip > a {
  color: var(--text);
  font-size: 11px;
  font-weight: 650;
  white-space: nowrap;
}

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

.section-heading {
  margin-bottom: 68px;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.58fr);
  gap: 100px;
  align-items: end;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.65rem, 4.5vw, 4.75rem);
  line-height: 1.02;
}

.section-heading--split > p,
.pricing-copy > p,
.concept-disclosure p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

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

.fit-layout {
  display: grid;
  grid-template-columns: 0.45fr 1.4fr 0.88fr;
  gap: 68px;
  align-items: start;
}

.fit-copy {
  display: grid;
  gap: 20px;
}

.fit-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.included-section {
  background: var(--midnight);
}

.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line);
}

.deliverable-card {
  min-height: 250px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.deliverable-card > span,
.step-number,
.faq-index,
.concept-findings span {
  color: var(--blue);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.deliverable-card h3 {
  max-width: 250px;
  margin: 70px 0 14px;
  font-size: 21px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.deliverable-card p,
.step-card p,
.faq-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.72;
}

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

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-strong);
  list-style: none;
}

.step-card {
  display: flex;
  min-height: 250px;
  padding: 24px 22px;
  border-right: 1px solid var(--line);
  flex-direction: column;
  justify-content: space-between;
}

.step-card:last-child {
  border-right: 0;
}

.step-card h3 {
  margin-bottom: 12px;
  font-size: 19px;
  letter-spacing: -0.025em;
}

.example-section {
  background: #060d1d;
}

.concept-disclosure {
  padding-left: 20px;
  border-left: 2px solid var(--yellow);
}

.concept-disclosure strong {
  display: block;
  margin-bottom: 7px;
  color: var(--paper);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.concept-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 0 4px;
}

.concept-label span {
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.concept-label--after span {
  color: var(--green);
}

.concept-label small {
  color: var(--dim);
  font-size: 10px;
}

.concept-browser {
  overflow: hidden;
  min-height: 465px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.browser-bar {
  display: flex;
  gap: 6px;
  align-items: center;
  height: 34px;
  padding-inline: 13px;
  border-bottom: 1px solid var(--line);
  background: #111827;
}

.browser-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #394457;
}

.browser-bar span {
  margin-left: 7px;
  color: #697386;
  font-family: var(--font-mono);
  font-size: 7px;
}

.before-site {
  min-height: 430px;
  background: #f2ead9;
  color: #3f4737;
  font-family: Georgia, serif;
}

.before-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  background: #fffdf4;
}

.before-header div {
  display: flex;
  flex-direction: column;
}

.before-header strong {
  color: #48623b;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
}

.before-header span,
.before-header small {
  font-size: 8px;
}

.before-header span {
  margin-top: 5px;
  letter-spacing: 0.18em;
}

.before-nav {
  padding: 10px;
  background: #526a44;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 8px;
  text-align: center;
}

.before-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
  align-items: center;
  padding: 28px 22px 22px;
}

.before-photo {
  position: relative;
  overflow: hidden;
  height: 178px;
  border: 5px solid white;
  background: linear-gradient(#b7d0d4 0 47%, #8aa866 47% 100%);
  box-shadow: 0 3px 10px rgba(44, 52, 36, 0.28);
}

.before-photo::before,
.before-photo::after {
  position: absolute;
  bottom: 0;
  content: "";
}

.before-photo::before {
  left: -15%;
  width: 72%;
  height: 80px;
  border-radius: 50% 50% 0 0;
  background: #57753f;
}

.before-photo::after {
  right: -8%;
  width: 65%;
  height: 105px;
  background: #446238;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.before-photo span {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  width: 100px;
  height: 46px;
  border: 6px solid #a49479;
  background: #c8b89b;
  transform: skew(-18deg);
}

.before-photo i {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 22px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #efd46a;
}

.before-hero h3 {
  margin-bottom: 10px;
  color: #526a44;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.1;
}

.before-hero p {
  color: #6c6c61;
  font-size: 10px;
  line-height: 1.55;
}

.before-hero button {
  padding: 8px 12px;
  border: 0;
  background: #9e6c36;
  color: white;
  font-size: 8px;
}

.before-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0 22px 24px;
}

.before-boxes span {
  padding: 17px 6px;
  border: 1px solid #c7bda7;
  background: #e8dec9;
  color: #536244;
  font-size: 8px;
  text-align: center;
}

.after-site {
  min-height: 430px;
  background: #f8f7f2;
  color: #173326;
  font-family: Arial, sans-serif;
}

.after-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 20px;
  background: #f8f7f2;
}

.after-brand {
  display: flex;
  gap: 8px;
  align-items: center;
}

.after-brand > span {
  display: grid;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #224c38;
  color: white;
  font-size: 12px;
  place-items: center;
}

.after-brand strong {
  font-size: 11px;
  letter-spacing: 0.08em;
}

.after-links {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 7px;
}

.after-links b {
  padding: 9px 11px;
  border-radius: 2px;
  background: #224c38;
  color: white;
}

.after-hero {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  min-height: 278px;
  background: #e8ece5;
}

.after-copy {
  padding: 40px 22px 32px;
}

.after-copy small {
  color: #7b6e4d;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.after-copy h3 {
  max-width: 290px;
  margin: 14px 0;
  color: #173326;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.after-copy p {
  max-width: 300px;
  margin-bottom: 20px;
  color: #53655c;
  font-size: 9px;
  line-height: 1.6;
}

.after-copy > div {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 8px;
}

.after-copy b {
  padding: 10px 12px;
  border-radius: 2px;
  background: #224c38;
  color: white;
}

.after-copy div span {
  color: #224c38;
  font-weight: 700;
}

.after-photo {
  position: relative;
  overflow: hidden;
  background: linear-gradient(#abc6d0 0 46%, #8ba66a 46% 100%);
}

.after-sun {
  position: absolute;
  top: 30px;
  right: 34px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 236, 170, 0.76);
}

.after-tree {
  position: absolute;
  bottom: 46%;
  width: 58px;
  height: 100px;
  background: #456c50;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.after-tree--one {
  right: -2px;
}

.after-tree--two {
  right: 48px;
  height: 80px;
}

.after-house {
  position: absolute;
  right: 52px;
  bottom: 33%;
  width: 112px;
  height: 72px;
  background: #ece3d5;
  clip-path: polygon(0 28%, 54% 0, 100% 28%, 100% 100%, 0 100%);
}

.after-lawn {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 120%;
  height: 56%;
  border-radius: 50% 0 0;
  background: #64864e;
  transform: rotate(-7deg);
}

.after-patio {
  position: absolute;
  right: -26px;
  bottom: -10px;
  width: 92%;
  height: 62px;
  background: #b8a68a;
  clip-path: polygon(23% 0, 100% 30%, 100% 100%, 0 100%);
}

.after-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 17px 20px;
  background: #173326;
  color: #d8e1d9;
}

.after-proof span {
  padding-inline: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 7px;
}

.after-proof span:first-child {
  padding-left: 0;
}

.after-proof span:last-child {
  border-right: 0;
}

.after-proof strong {
  display: block;
  color: white;
  font-size: 13px;
}

.concept-findings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  border-top: 1px solid var(--line-strong);
}

.concept-findings > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  padding: 24px 20px 0;
  border-right: 1px solid var(--line);
}

.concept-findings > div:first-child {
  padding-left: 0;
}

.concept-findings > div:last-child {
  border-right: 0;
}

.concept-findings strong {
  color: var(--paper);
  font-size: 13px;
}

.concept-findings p {
  grid-column: 2;
  margin: 8px 0 0;
  color: var(--dim);
  font-size: 11px;
  line-height: 1.6;
}

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

.method-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.72fr);
  gap: 130px;
}

.method-copy > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.method-copy ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 36px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.method-copy li {
  padding: 16px 12px 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.method-copy li::before {
  margin-right: 8px;
  color: var(--green);
  content: "✓";
}

.pricing-section {
  background: var(--midnight);
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(400px, 0.58fr);
  gap: 130px;
  align-items: start;
}

.pricing-copy h2 {
  margin-bottom: 30px;
}

.pricing-note {
  margin-top: 42px;
  padding: 22px;
  border-left: 2px solid var(--blue);
  background: rgba(127, 168, 209, 0.06);
}

.pricing-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--paper);
  font-size: 13px;
}

.pricing-note p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.price-card {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: var(--navy);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.26);
}

.price-card-top {
  display: flex;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.11em;
}

.price-card-top span:last-child {
  color: var(--blue-light);
}

.price {
  display: flex;
  padding: 30px 28px 12px;
  flex-direction: column;
}

.price-value {
  color: var(--paper);
  font-size: 70px;
  font-weight: 660;
  letter-spacing: -0.075em;
  line-height: 0.95;
}

.price-note {
  margin-top: 8px;
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.monthly-price {
  display: flex;
  gap: 8px;
  align-items: baseline;
  margin: 10px 28px 0;
  padding: 18px 0;
  border-block: 1px solid var(--line);
}

.monthly-price strong {
  color: var(--blue-light);
  font-size: 26px;
}

.monthly-price span {
  color: var(--muted);
  font-size: 11px;
}

.price-list {
  margin: 0;
  padding: 20px 28px;
  color: var(--muted);
  font-size: 12px;
  list-style: none;
}

.price-list li {
  position: relative;
  padding: 6px 0 6px 18px;
}

.price-list li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
  font-family: var(--font-mono);
}

.term-note {
  display: flex;
  margin: 0 28px 22px;
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(2, 8, 23, 0.44);
  flex-direction: column;
}

.term-note strong {
  margin-bottom: 5px;
  color: var(--paper);
  font-size: 12px;
}

.term-note span {
  color: var(--dim);
  font-size: 10px;
  line-height: 1.6;
}

.price-card .button {
  width: calc(100% - 56px);
  margin: 0 28px 28px;
}

.about-section {
  padding-block: 86px;
  border-bottom: 1px solid var(--line);
  background: var(--navy);
}

.about-grid {
  display: grid;
  grid-template-columns: 0.6fr 2fr;
  gap: 120px;
}

.about-copy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.about-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.standards-list {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.standards-list li {
  padding: 0 24px;
  border-right: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-transform: uppercase;
}

.standards-list li:first-child {
  padding-left: 0;
}

.standards-list li:last-child {
  padding-right: 0;
  border-right: 0;
}

.standards-list li::before {
  margin-right: 8px;
  color: var(--green);
  content: "✓";
}

.faq-section {
  background: #060d1d;
}

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

.faq-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  margin-bottom: 16px;
  font-size: 20px;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding-block: 120px;
  background:
    radial-gradient(circle at 25% 40%, rgba(49, 93, 138, 0.24), transparent 32%),
    var(--midnight);
}

.contact-grid {
  mask-image: linear-gradient(to top, black, transparent 95%);
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.7fr);
  gap: 130px;
  align-items: start;
}

.contact-copy h2 {
  max-width: 620px;
  margin-bottom: 26px;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 15px;
}

.direct-email {
  display: inline-flex;
  align-items: center;
  color: var(--blue-light);
  font-family: var(--font-mono);
  font-size: 12px;
}

.contact-form {
  padding: 28px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background: rgba(7, 20, 38, 0.9);
}

.contact-form label {
  display: block;
  margin-bottom: 19px;
}

.contact-form label > span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-row--split {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  outline: none;
  background: rgba(2, 8, 23, 0.72);
  color: var(--paper);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

input {
  height: 49px;
  padding: 0 14px;
}

textarea {
  min-height: 104px;
  padding: 12px 14px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #58647a;
}

input:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(127, 168, 209, 0.09);
}

.form-note {
  margin: 13px 0 0;
  color: var(--dim);
  font-size: 10px;
  text-align: center;
}

.site-footer {
  background: #010510;
}

.footer-top,
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.footer-top {
  min-height: 112px;
  border-bottom: 1px solid var(--line);
}

.footer-top p,
.footer-top > a:last-child {
  margin: 0;
  color: var(--dim);
  font-size: 11px;
}

.footer-top > a:last-child {
  justify-self: end;
}

.footer-bottom {
  min-height: 64px;
  color: #4e5a70;
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-bottom span:last-child {
  grid-column: 3;
  justify-self: end;
}

.footer-links {
  display: flex;
  gap: 20px;
  grid-column: 2;
}

.footer-links a:hover {
  color: var(--text);
}

.legal-header {
  border-bottom: 1px solid var(--line);
  background: var(--midnight);
}

.legal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}

.legal-back {
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.legal-main {
  min-height: calc(100vh - 80px);
  padding-block: 96px 120px;
  background: var(--navy);
}

.legal-document {
  max-width: 880px;
}

.legal-title {
  padding-bottom: 64px;
  border-bottom: 1px solid var(--line-strong);
}

.legal-title h1 {
  max-width: none;
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 5.5rem);
}

.legal-title > p:not(.kicker) {
  max-width: 680px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 17px;
}

.legal-title > span,
.legal-contact > span {
  color: var(--dim);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-sections {
  max-width: 720px;
  margin-left: auto;
  padding-top: 72px;
}

.legal-sections section {
  padding-block: 0 48px;
}

.legal-sections h2 {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 1.2;
}

.legal-sections p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
}

.legal-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 720px;
  margin-left: auto;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.legal-contact a {
  color: var(--blue-light);
  font-family: var(--font-mono);
  font-size: 12px;
}

@media (max-width: 1040px) {
  :root {
    --shell: min(100% - 40px, 920px);
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 58px;
    min-height: auto;
    padding-block: 106px 72px;
  }

  .hero-copy {
    max-width: 820px;
  }

  .hero-offer {
    max-width: 520px;
  }

  .fit-layout {
    grid-template-columns: 0.4fr 1.3fr;
  }

  .fit-copy {
    grid-column: 2;
  }

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

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

  .step-card {
    border-bottom: 1px solid var(--line);
  }

  .step-card:nth-child(2) {
    border-right: 0;
  }

  .concept-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .concept-grid article {
    max-width: 720px;
  }

  .method-grid,
  .pricing-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .price-card,
  .contact-form {
    max-width: 560px;
  }

  .about-grid {
    gap: 60px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100vw - 32px);
  }

  html {
    scroll-padding-top: 72px;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
    min-height: 68px;
  }

  .brand-signature {
    gap: 8px;
  }

  .brand-symbol {
    width: 40px;
    height: 40px;
  }

  .brand-wordmark {
    width: 106px;
  }

  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
  }

  .menu-toggle > span:not(.sr-only) {
    display: block;
    width: 21px;
    height: 1px;
    background: var(--paper);
    transition: transform 160ms ease;
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    top: 68px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    padding: 26px 16px;
    border-top: 1px solid var(--line);
    background: rgba(2, 8, 23, 0.98);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    flex-direction: column;
    transition:
      opacity 160ms ease,
      transform 160ms ease;
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu a {
    padding: 17px 4px;
    border-bottom: 1px solid var(--line);
    color: var(--text);
    font-size: 17px;
    font-weight: 600;
  }

  .mobile-menu a:last-child {
    margin-top: 14px;
    padding-inline: 16px;
    border: 1px solid var(--blue);
    background: var(--blue);
    color: var(--midnight);
    font-size: 14px;
    text-align: center;
  }

  .hero {
    padding-top: 68px;
  }

  .hero-grid,
  .contact-grid {
    background-size: 56px 56px;
  }

  .hero-layout {
    gap: 50px;
    padding-block: 76px 54px;
  }

  h1 {
    margin-bottom: 24px;
    font-size: clamp(3.15rem, 15vw, 4.6rem);
  }

  .hero-subhead {
    font-size: 17px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

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

  .text-link {
    justify-content: center;
  }

  .offer-price strong {
    font-size: 68px;
  }

  .research-strip {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 24px;
  }

  .research-strip > a {
    justify-self: start;
  }

  .section {
    padding-block: 80px;
  }

  .section-heading {
    margin-bottom: 46px;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  h2 {
    font-size: clamp(2.5rem, 12vw, 3.6rem);
  }

  .fit-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .fit-copy {
    grid-column: 1;
  }

  .deliverable-grid,
  .steps-grid,
  .concept-findings,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .deliverable-card {
    min-height: 220px;
  }

  .deliverable-card h3 {
    margin-top: 52px;
  }

  .step-card {
    min-height: 205px;
    border-right: 0;
  }

  .concept-label {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
  }

  .concept-browser {
    min-height: 350px;
  }

  .before-site,
  .after-site {
    min-height: 315px;
  }

  .before-header {
    padding: 15px;
  }

  .before-header strong {
    font-size: 17px;
  }

  .before-header small,
  .after-links span {
    display: none;
  }

  .before-hero {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 18px 14px;
  }

  .before-photo {
    height: 130px;
  }

  .before-hero h3 {
    font-size: 14px;
  }

  .before-hero p {
    font-size: 8px;
  }

  .before-boxes {
    padding: 0 14px 16px;
  }

  .after-header {
    padding: 13px;
  }

  .after-hero {
    min-height: 210px;
  }

  .after-copy {
    padding: 24px 14px;
  }

  .after-copy h3 {
    font-size: 21px;
  }

  .after-copy p {
    font-size: 7px;
  }

  .after-copy > div span {
    display: none;
  }

  .after-proof {
    padding: 12px 14px;
  }

  .after-proof span {
    padding-inline: 8px;
  }

  .concept-findings > div,
  .concept-findings > div:first-child {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .method-copy ul {
    grid-template-columns: 1fr;
  }

  .about-grid,
  .about-copy {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .standards-list {
    grid-column: 1;
    grid-template-columns: 1fr;
    padding-top: 18px;
  }

  .standards-list li,
  .standards-list li:first-child,
  .standards-list li:last-child {
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .faq-item {
    min-height: 0;
    padding: 24px 18px;
  }

  .contact-section {
    padding-block: 82px;
  }

  .contact-layout {
    gap: 48px;
  }

  .contact-form {
    padding: 20px 16px;
  }

  .form-row--split {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-top {
    display: flex;
    min-height: 150px;
    padding-block: 30px;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .footer-top > a:last-child {
    justify-self: start;
  }

  .footer-bottom {
    display: flex;
    min-height: 116px;
    padding-block: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .footer-links {
    order: 3;
  }

  .footer-bottom span:last-child {
    order: 2;
    align-self: auto;
  }

  .legal-nav {
    min-height: 72px;
  }

  .legal-main {
    padding-block: 70px 90px;
  }

  .legal-title {
    padding-bottom: 46px;
  }

  .legal-sections {
    padding-top: 52px;
  }

  .legal-contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}

@media (max-width: 430px) {
  .before-hero,
  .after-hero {
    grid-template-columns: 1fr;
  }

  .before-photo,
  .after-photo {
    display: none;
  }

  .before-boxes {
    grid-template-columns: 1fr;
  }

  .before-boxes span:nth-child(n + 2) {
    display: none;
  }

  .after-proof span {
    font-size: 6px;
  }
}

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

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