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

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

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

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/ibm-plex-mono-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #111316;
  --ink-soft: #1a1d21;
  --paper: #f3f0e8;
  --paper-deep: #e7e2d6;
  --vermilion: #ff4d32;
  --vermilion-dark: #dc2f19;
  --mist: #a8aaa6;
  --line-light: rgba(243, 240, 232, 0.18);
  --line-dark: rgba(17, 19, 22, 0.16);
  --content: min(1440px, calc(100vw - 64px));
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a,
summary,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}

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

::selection {
  color: var(--paper);
  background: var(--vermilion);
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
}

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

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 88px;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(32px, calc((100vw - 1440px) / 2));
  color: var(--paper);
  border-bottom: 1px solid transparent;
  background: linear-gradient(180deg, rgba(17, 19, 22, 0.72), rgba(17, 19, 22, 0));
  transition: height 0.35s var(--ease-out), background 0.35s ease, border-color 0.35s ease;
}

.site-header.is-scrolled {
  height: 72px;
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(17, 19, 22, 0.86);
  backdrop-filter: blur(18px);
}

.wordmark,
.footer-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
}

.wordmark-cut {
  position: relative;
}

.wordmark-cut::after {
  position: absolute;
  top: 43%;
  left: -8%;
  width: 116%;
  height: 3px;
  background: var(--vermilion);
  content: "";
  transform: rotate(-28deg);
  transform-origin: center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.78);
}

.site-header.is-scrolled .site-nav {
  text-shadow: none;
}

.site-nav > a:not(.nav-cta) {
  position: relative;
  opacity: 0.78;
  transition: opacity 0.2s ease;
}

.site-nav > a:not(.nav-cta):hover {
  opacity: 1;
}

.nav-cta {
  padding: 11px 16px;
  color: var(--ink);
  background: var(--paper);
}

.menu-toggle {
  display: none;
  color: inherit;
  border: 0;
  background: transparent;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.hero::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 64%;
  height: 100%;
  background: linear-gradient(90deg, rgba(17, 19, 22, 1) 0%, rgba(17, 19, 22, 0.98) 61%, rgba(17, 19, 22, 0) 100%);
  content: "";
  pointer-events: none;
}

.hero-noise {
  position: absolute;
  z-index: 4;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hero-copy {
  position: relative;
  z-index: 5;
  display: flex;
  width: var(--content);
  min-height: 100svh;
  margin: 0 auto;
  padding: 140px 52% 48px 0;
  flex-direction: column;
  justify-content: center;
}

.eyebrow,
.section-index,
.card-kicker,
.price-card small,
.hosting-card small,
.seo-levels small {
  margin: 0 0 26px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow span {
  margin-right: 18px;
  color: var(--vermilion);
}

.hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(4.3rem, 7.2vw, 8.4rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.84;
}

.hero h1 .accent-word {
  position: relative;
  color: var(--vermilion);
}

.hero h1 .accent-word::after {
  position: absolute;
  right: -0.12em;
  bottom: 0.08em;
  width: 0.1em;
  height: 0.1em;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.hero-lead {
  max-width: 620px;
  margin: 34px 0 0;
  color: rgba(243, 240, 232, 0.72);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 20px;
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s var(--ease-out);
}

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

.button-primary {
  color: var(--ink);
  background: var(--vermilion);
}

.button-primary:hover {
  background: #ff684f;
}

.button-dark {
  color: var(--paper);
  background: var(--ink);
}

.text-link {
  border-bottom: 1px solid rgba(243, 240, 232, 0.35);
  font-size: 0.9rem;
  font-weight: 600;
}

.hero-facts {
  display: grid;
  max-width: 660px;
  margin: 54px 0 0;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.hero-facts li {
  display: grid;
  padding: 16px 14px 0 0;
  gap: 7px;
}

.hero-facts strong {
  color: var(--vermilion);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  font-weight: 400;
}

.hero-facts span {
  color: rgba(243, 240, 232, 0.72);
  font-size: 0.77rem;
  line-height: 1.4;
}

.hero-stage {
  --hero-x: 0px;
  --hero-y: 0px;
  position: absolute;
  top: 0;
  right: 0;
  width: 57%;
  height: 100%;
  overflow: hidden;
  transform: translate3d(var(--hero-x), var(--hero-y), 0);
  transition: transform 0.7s var(--ease-out);
}

.hero-stage::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ink) 0%, transparent 25%, transparent 76%, rgba(17, 19, 22, 0.42) 100%);
  content: "";
}

.hero-reveal {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%);
}

.hero-reveal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  transform: scale(1.06);
  animation: hero-breathe 8s ease-in-out infinite alternate;
}

@keyframes hero-breathe {
  to { transform: scale(1.015); }
}

.hero-cut {
  position: absolute;
  z-index: 3;
  top: -14%;
  left: 31%;
  width: 8px;
  height: 128%;
  background: var(--vermilion);
  box-shadow: 0 0 24px rgba(255, 77, 50, 0.7);
  transform: rotate(27deg);
  transform-origin: center;
}

.hero-frame-old {
  position: absolute;
  z-index: 2;
  top: 26%;
  left: 1%;
  width: 42%;
  aspect-ratio: 1.25;
  padding: 11% 8% 7%;
  opacity: 0.65;
  border: 1px solid rgba(243, 240, 232, 0.2);
  background: rgba(22, 24, 28, 0.72);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
  transform: perspective(900px) rotateY(8deg);
}

.browser-dots,
.device-top {
  position: absolute;
  top: 6%;
  left: 5%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #666;
  box-shadow: 13px 0 #555, 26px 0 #444;
}

.old-nav,
.old-lines i,
.old-columns i {
  display: block;
  background: #34373b;
}

.old-nav { width: 100%; height: 12%; margin-bottom: 8%; }
.old-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4%; }
.old-columns i { height: 80px; }
.old-lines { display: grid; gap: 9px; margin-top: 8%; }
.old-lines i { width: 94%; height: 5px; }
.old-lines i:nth-child(2) { width: 72%; }
.old-lines i:nth-child(3) { width: 88%; }
.old-lines i:nth-child(4) { width: 56%; }

.stage-label {
  position: absolute;
  z-index: 4;
  right: 5%;
  bottom: 5%;
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.stage-label span {
  margin: 0 8px;
  color: var(--vermilion);
}

.scroll-cue {
  position: absolute;
  z-index: 7;
  right: max(32px, calc((100vw - 1440px) / 2));
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(243, 240, 232, 0.62);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scroll-cue i {
  display: block;
  width: 44px;
  height: 1px;
  background: var(--vermilion);
}

.section {
  width: var(--content);
  margin: 0 auto;
  padding: 150px 0;
}

.manifest {
  padding-top: 180px;
  padding-bottom: 180px;
}

.manifest-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  gap: 10vw;
  align-items: end;
}

.display-heading,
.section-heading h2,
.hosting-intro h2,
.seo-copy h2,
.faq-heading h2,
.contact-intro h2 {
  margin: 0;
  font-size: clamp(3rem, 6.1vw, 7rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.97;
}

.display-heading span,
.contact-intro h2 span {
  color: var(--vermilion);
}

.manifest-copy {
  max-width: 560px;
  padding-bottom: 8px;
}

.manifest-copy p {
  margin: 22px 0 0;
  color: rgba(17, 19, 22, 0.68);
}

.manifest-copy .lead {
  margin-top: 0;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.38;
}

.story {
  --story-progress: 0;
  position: relative;
  height: 430vh;
  color: var(--paper);
  background: var(--ink);
}

.story-sticky {
  position: sticky;
  top: 0;
  display: grid;
  width: var(--content);
  height: 100vh;
  min-height: 720px;
  margin: 0 auto;
  padding: 116px 0 58px;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 8vw;
  align-items: center;
  overflow: hidden;
}

.story-copy h2 {
  max-width: 620px;
  margin: 0 0 42px;
  font-size: clamp(2.4rem, 4.2vw, 5.2rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.story-steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-light);
  list-style: none;
}

.story-steps li {
  display: grid;
  max-height: 60px;
  padding: 17px 0;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  border-bottom: 1px solid var(--line-light);
  opacity: 0.35;
  overflow: hidden;
  transition: opacity 0.35s ease, max-height 0.6s var(--ease-out), padding 0.35s ease;
}

.story-steps li.is-active {
  max-height: 150px;
  padding: 23px 0;
  opacity: 1;
}

.story-steps li > span {
  padding-top: 4px;
  color: var(--vermilion);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
}

.story-steps strong {
  display: block;
  font-size: 1.05rem;
}

.story-steps p {
  max-width: 500px;
  margin: 7px 0 0;
  color: rgba(243, 240, 232, 0.64);
  font-size: 0.88rem;
  line-height: 1.45;
}

.story-visual {
  position: relative;
  width: 100%;
  max-width: 760px;
  aspect-ratio: 1.02;
  justify-self: end;
}

.story-orbit {
  position: absolute;
  inset: 4%;
  border: 1px solid rgba(243, 240, 232, 0.08);
  border-radius: 50%;
  transform: rotate(calc(var(--story-progress) * 110deg));
}

.orbit-two {
  inset: 16%;
  transform: rotate(calc(var(--story-progress) * -150deg));
}

.device {
  position: absolute;
  top: 20%;
  left: 5%;
  width: 88%;
  aspect-ratio: 1.48;
  overflow: hidden;
  border: 1px solid rgba(243, 240, 232, 0.3);
  border-radius: 10px;
  background: #e2ddd2;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.48);
  transform: perspective(1400px) rotateX(calc(4deg - var(--story-progress) * 4deg)) rotateY(calc(-8deg + var(--story-progress) * 8deg)) scale(calc(.88 + var(--story-progress) * .12));
}

.device-top {
  z-index: 2;
  top: 13px;
  left: 16px;
  width: 6px;
  height: 6px;
  background: #766f68;
  box-shadow: 11px 0 #8d857c, 22px 0 #999187;
}

.desktop-before {
  opacity: calc(1 - var(--story-progress) * 1.7);
  filter: grayscale(1) brightness(0.72);
}

.desktop-after {
  z-index: 2;
  clip-path: inset(0 calc((1 - var(--story-progress)) * 100%) 0 0);
}

.before-site,
.after-site {
  position: absolute;
  inset: 40px 0 0;
}

.before-site {
  padding: 26px 34px;
  color: #3b3a37;
  background: #d4d0c9;
}

.before-brand {
  float: left;
  padding: 7px 12px;
  border: 2px solid #4d4b46;
  font-family: serif;
}

.before-links {
  float: right;
  padding-top: 8px;
  font-family: serif;
  font-size: 0.62rem;
}

.before-box {
  clear: both;
  display: grid;
  margin-top: 68px;
  padding: 35px;
  border: 1px solid #87837b;
  background: #bab7b0;
  gap: 10px;
}

.before-box b { font-family: serif; font-size: 1.4rem; }
.before-box span { width: 90%; height: 5px; background: #9a968e; }
.before-box span:nth-of-type(2) { width: 73%; }
.before-box span:nth-of-type(3) { width: 82%; }
.before-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 16px; }
.before-row i { height: 70px; background: #aaa69f; }

.after-site {
  padding: 7% 8%;
  color: #f4f1e9;
  background: linear-gradient(120deg, #151719 54%, #9c9c95 54%);
}

.after-site::after {
  position: absolute;
  right: 7%;
  bottom: -4%;
  width: 34%;
  height: 86%;
  border-radius: 48% 48% 0 0;
  background: linear-gradient(120deg, #d8d3c9, #858681);
  content: "";
  transform: rotate(9deg);
}

.after-site p,
.after-site strong,
.after-site span,
.after-site b {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 58%;
}

.after-site p { margin: 0 0 11%; color: var(--vermilion); font-family: "IBM Plex Mono", monospace; font-size: 0.55rem; letter-spacing: 0.09em; }
.after-site strong { font-size: clamp(1.3rem, 2.5vw, 2.65rem); line-height: 1.03; }
.after-site span { margin-top: 5%; color: rgba(243, 240, 232, 0.64); font-size: 0.65rem; }
.after-site b { width: max-content; margin-top: 7%; padding-bottom: 5px; border-bottom: 2px solid var(--vermilion); font-size: 0.58rem; }

.phone-after {
  position: absolute;
  z-index: 4;
  right: -1%;
  bottom: 7%;
  width: 22%;
  aspect-ratio: 0.52;
  padding: 15% 4% 4%;
  opacity: clamp(0, calc((var(--story-progress) - .56) * 3), 1);
  overflow: hidden;
  color: var(--paper);
  border: 1px solid rgba(243, 240, 232, 0.45);
  border-radius: 14px;
  background: #181a1d;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5);
  transform: translateX(calc((1 - var(--story-progress)) * 90px));
}

.phone-after::before { position: absolute; top: 10px; left: 35%; width: 30%; height: 4px; border-radius: 4px; background: #5d6064; content: ""; }
.phone-after strong { display: block; font-size: 0.8rem; }
.phone-after span { display: block; height: 34%; margin: 18px 0; background: linear-gradient(140deg, #d6d1c7 54%, #ff4d32 54%); }
.phone-after i { display: block; width: 90%; height: 5px; margin-top: 8px; background: #414449; }
.phone-after i:nth-of-type(2) { width: 68%; }

.story-blade {
  position: absolute;
  z-index: 5;
  top: 0;
  left: calc(94% * var(--story-progress));
  width: 6px;
  height: 94%;
  background: var(--vermilion);
  box-shadow: 0 0 28px rgba(255, 77, 50, 0.5);
  transform: rotate(24deg);
}

.story-status {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 3%;
  display: flex;
  justify-content: space-between;
  padding-top: 13px;
  border-top: 1px solid var(--line-light);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.11em;
}

.story-status span { color: var(--vermilion); }
.story-status b { font-weight: 400; }

.section-heading {
  display: grid;
  margin-bottom: 72px;
  grid-template-columns: 0.98fr 1.02fr;
  column-gap: 8vw;
  align-items: end;
}

.section-heading .section-index {
  grid-column: 1 / -1;
}

.section-heading h2 {
  font-size: clamp(3rem, 5.2vw, 6.2rem);
}

.section-heading > p:last-child {
  max-width: 560px;
  margin: 0 0 6px;
  color: rgba(17, 19, 22, 0.66);
  font-size: 1.05rem;
}

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

.path-card {
  position: relative;
  display: flex;
  min-height: 560px;
  padding: clamp(32px, 5vw, 72px);
  flex-direction: column;
}

.path-card.dark {
  color: var(--paper);
  background: var(--ink);
}

.path-card.light {
  background: var(--paper-deep);
}

.path-card .card-number {
  position: absolute;
  top: 38px;
  right: 42px;
  color: var(--vermilion);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
}

.path-card h3 {
  max-width: 600px;
  margin: auto 0 26px;
  font-size: clamp(2.4rem, 4.2vw, 4.8rem);
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.path-card p:not(.card-kicker) {
  max-width: 520px;
  margin: 0 0 34px;
  opacity: 0.65;
}

.path-card a {
  display: flex;
  width: fit-content;
  min-width: 290px;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid currentColor;
  font-weight: 600;
}

.comparison {
  padding-bottom: 190px;
}

.comparison-shell {
  --compare: 52%;
  position: relative;
  min-height: 680px;
  overflow: hidden;
  color: var(--paper);
  background: #c8c5bd;
  cursor: col-resize;
}

.demo-before,
.demo-after {
  position: absolute;
  inset: 0;
}

.demo-before {
  padding: 4.5%;
  color: #454545;
  background: #dad8d0;
}

.demo-legacy-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #aaa79f;
  font-family: Georgia, serif;
}

.demo-legacy-top b { font-size: 1.6rem; }
.demo-legacy-top span { font-size: 0.74rem; }
.demo-legacy-content { width: 58%; margin: 10% auto 0; text-align: center; }
.demo-legacy-content small { font-family: Arial, sans-serif; font-size: 0.6rem; }
.demo-legacy-content h3 { margin: 18px 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 4.4rem); font-weight: 400; line-height: 1.08; }
.demo-legacy-content p { max-width: 560px; margin: 0 auto 28px; font-family: Georgia, serif; }
.demo-legacy-content button { padding: 9px 30px; color: #555; border: 1px solid #777; background: transparent; font-family: Georgia, serif; }
.demo-legacy-bottom { display: grid; margin-top: 9%; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.demo-legacy-bottom i { height: 100px; background: #c0bdb6; }

.demo-after {
  padding: 4%;
  background: #111316;
  clip-path: inset(0 0 0 var(--compare));
}

.demo-modern-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
}

.demo-modern-top b { font-family: "Manrope", sans-serif; font-size: 1.3rem; letter-spacing: -0.04em; }
.demo-modern-top span { color: var(--vermilion); }
.demo-modern-top em { padding-bottom: 4px; border-bottom: 1px solid var(--paper); font-style: normal; }
.demo-modern-content { position: relative; z-index: 2; margin-top: 10%; }
.demo-modern-content small { color: var(--vermilion); font-family: "IBM Plex Mono", monospace; font-size: 0.65rem; letter-spacing: 0.12em; }
.demo-modern-content h3 { margin: 22px 0 28px; font-size: clamp(3.4rem, 7vw, 8rem); letter-spacing: -0.075em; line-height: 0.84; }
.demo-modern-content h3 span { color: var(--vermilion); }
.demo-modern-content p { color: rgba(243, 240, 232, 0.6); }
.demo-modern-shape { position: absolute; right: -6%; bottom: -30%; width: 48%; aspect-ratio: 0.75; border-radius: 52% 52% 0 0; background: linear-gradient(120deg, #f1eee5 0%, #a3a49f 46%, #474a4b 100%); transform: rotate(12deg); }

.comparison-divider {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: var(--compare);
  width: 2px;
  background: var(--vermilion);
  transform: translateX(-50%);
  pointer-events: none;
}

.comparison-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: var(--ink);
  border-radius: 50%;
  background: var(--vermilion);
  transform: translate(-50%, -50%);
}

.comparison-range {
  position: absolute;
  z-index: 6;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: col-resize;
}

.comparison-label {
  position: absolute;
  z-index: 4;
  bottom: 28px;
  padding: 8px 12px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  background: rgba(17, 19, 22, 0.84);
}

.before-label { left: 28px; }
.after-label { right: 28px; }
.demo-note { display: grid; padding: 20px 0; grid-template-columns: 220px 1fr; border-bottom: 1px solid var(--line-dark); }
.demo-note span { color: var(--vermilion); font-family: "IBM Plex Mono", monospace; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; }
.demo-note p { max-width: 760px; margin: 0; color: rgba(17, 19, 22, 0.62); }

.services {
  padding-top: 70px;
}

.service-list {
  border-top: 1px solid var(--line-dark);
}

.service-row {
  position: relative;
  display: grid;
  min-height: 135px;
  padding: 28px 0;
  grid-template-columns: 70px minmax(280px, 0.9fr) 1.1fr;
  gap: 30px;
  align-items: start;
  border-bottom: 1px solid var(--line-dark);
  transition: padding 0.4s var(--ease-out), background 0.3s ease;
}

.service-row:hover {
  padding-right: 24px;
  padding-left: 24px;
  background: var(--paper-deep);
}

.service-row > span {
  padding-top: 8px;
  color: var(--vermilion);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.7rem;
}

.service-row h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2.5vw, 2.8rem);
  letter-spacing: -0.05em;
  line-height: 1.1;
}

.service-row p {
  max-width: 570px;
  margin: 8px 0 0;
  color: rgba(17, 19, 22, 0.62);
}

.service-row > i {
  position: absolute;
  right: 0;
  bottom: 24px;
  color: var(--vermilion);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.64rem;
  font-style: normal;
  letter-spacing: 0.12em;
}

.process {
  width: 100%;
  max-width: none;
  padding-right: max(32px, calc((100vw - 1440px) / 2));
  padding-left: max(32px, calc((100vw - 1440px) / 2));
  color: var(--paper);
  background: var(--ink);
}

.process .section-heading > p:last-child { color: rgba(243, 240, 232, 0.62); }
.process-timeline { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-light); list-style: none; }
.process-timeline li { position: relative; min-height: 330px; padding: 28px 24px 30px 0; border-right: 1px solid var(--line-light); }
.process-timeline li:not(:first-child) { padding-left: 24px; }
.process-timeline li > span { color: var(--vermilion); font-family: "IBM Plex Mono", monospace; font-size: 0.68rem; }
.process-timeline li > div { position: absolute; right: 24px; bottom: 32px; left: 24px; }
.process-timeline li:first-child > div { left: 0; }
.process-timeline small { color: var(--mist); font-family: "IBM Plex Mono", monospace; font-size: 0.62rem; letter-spacing: 0.1em; }
.process-timeline h3 { margin: 9px 0 13px; font-size: 1.65rem; letter-spacing: -0.04em; }
.process-timeline p { margin: 0; color: rgba(243, 240, 232, 0.58); font-size: 0.85rem; line-height: 1.5; }
.process-timeline .process-highlight { color: var(--ink); border-right: 0; background: var(--vermilion); }
.process-timeline .process-highlight > span,
.process-timeline .process-highlight small { color: var(--ink); }
.process-timeline .process-highlight p { color: rgba(17, 19, 22, 0.72); }

.price-grid,
.hosting-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.price-card,
.hosting-card {
  position: relative;
  min-height: 500px;
  padding: 34px;
  border: 1px solid var(--line-dark);
}

.price-card small,
.hosting-card small { display: block; margin-bottom: 70px; color: var(--vermilion); }
.price-card h3,
.hosting-card h3 { margin: 0; font-size: clamp(2.4rem, 3.9vw, 4.8rem); letter-spacing: -0.065em; line-height: 1; }
.price-card h3 sup { font-size: 0.9rem; letter-spacing: 0; }
.price-card > p,
.hosting-card > p { min-height: 84px; margin: 24px 0; color: rgba(17, 19, 22, 0.6); }
.price-card ul,
.hosting-card ul { margin: 0; padding: 22px 0 0; border-top: 1px solid var(--line-dark); list-style: none; }
.price-card li,
.hosting-card li { position: relative; margin: 10px 0; padding-left: 19px; font-size: 0.86rem; }
.price-card li::before,
.hosting-card li::before { position: absolute; top: 0.65em; left: 0; width: 7px; height: 2px; background: var(--vermilion); content: ""; }
.price-card.featured { color: var(--paper); border-color: var(--ink); background: var(--ink); transform: translateY(-18px); }
.price-card.featured > p { color: rgba(243, 240, 232, 0.62); }
.price-card.featured ul { border-color: var(--line-light); }
.price-tag { position: absolute; top: 0; right: 0; padding: 8px 12px; color: var(--ink); background: var(--vermilion); font-family: "IBM Plex Mono", monospace; font-size: 0.6rem; letter-spacing: 0.1em; }
.pricing-footnote { max-width: 850px; margin: 34px 0 0 auto; color: rgba(17, 19, 22, 0.55); font-size: 0.82rem; }

.hosting {
  width: 100%;
  max-width: none;
  padding-right: max(32px, calc((100vw - 1440px) / 2));
  padding-left: max(32px, calc((100vw - 1440px) / 2));
  background: var(--paper-deep);
}

.hosting-intro {
  display: grid;
  margin-bottom: 70px;
  grid-template-columns: 1fr 1fr;
  gap: 30px 8vw;
}

.hosting-intro .section-index { grid-column: 1 / -1; }
.hosting-intro h2 { font-size: clamp(3rem, 5.2vw, 6.2rem); }
.hosting-intro > p { max-width: 570px; margin: 6px 0 0; color: rgba(17, 19, 22, 0.65); }
.billing-toggle { display: flex; width: fit-content; padding: 4px; grid-column: 2; border: 1px solid var(--line-dark); }
.billing-toggle button { padding: 10px 16px; color: var(--ink); border: 0; background: transparent; cursor: pointer; font-size: 0.8rem; font-weight: 600; }
.billing-toggle button.is-active { color: var(--paper); background: var(--ink); }
.billing-toggle button span { margin-left: 4px; color: var(--vermilion); font-size: 0.65rem; }
.hosting-card { min-height: 450px; background: rgba(243, 240, 232, 0.48); }
.hosting-card h3 em { font-size: 0.8rem; font-style: normal; letter-spacing: 0; }
.hosting-featured { color: var(--paper); background: var(--ink); }
.hosting-featured > p { color: rgba(243, 240, 232, 0.62); }
.hosting-featured ul { border-color: var(--line-light); }
.hosting-note { margin: 24px 0 0; color: rgba(17, 19, 22, 0.55); font-size: 0.78rem; }

.seo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: center;
}

.seo-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--ink);
}

.seo-visual::before { position: absolute; inset: 0; background: radial-gradient(circle at 70% 30%, rgba(255,77,50,.18), transparent 40%); content: ""; }
.search-bar { position: absolute; z-index: 2; top: 12%; left: 9%; display: grid; width: 82%; padding: 20px; grid-template-columns: 14px 1fr 20px; align-items: center; gap: 16px; color: rgba(243,240,232,.62); border: 1px solid rgba(243,240,232,.22); background: rgba(255,255,255,.04); font-size: .8rem; }
.search-bar i { width: 12px; height: 12px; border: 1px solid var(--vermilion); border-radius: 50%; }
.search-bar b { color: var(--vermilion); }
.result-card { position: absolute; z-index: 2; left: 9%; width: 82%; padding: 26px; border: 1px solid rgba(243,240,232,.14); background: #1b1d21; box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.result-one { top: 29%; transform: translateX(5%); }
.result-two { top: 61%; opacity: .42; transform: translateX(-4%); }
.result-card small { display: block; color: var(--vermilion); font-family: "IBM Plex Mono", monospace; font-size: .62rem; letter-spacing: .1em; }
.result-card strong { display: block; margin: 18px 0 8px; color: var(--paper); font-size: 1.45rem; }
.result-card span { color: rgba(243,240,232,.5); font-size: .8rem; }
.seo-line { position: absolute; z-index: 3; top: 0; right: 13%; width: 4px; height: 100%; background: var(--vermilion); box-shadow: 0 0 24px rgba(255,77,50,.5); transform: rotate(18deg); }
.seo-copy h2 { font-size: clamp(3rem, 5vw, 5.9rem); }
.seo-copy > p:not(.section-index) { margin: 30px 0; color: rgba(17,19,22,.66); font-size: 1.03rem; }
.seo-levels { margin: 35px 0; border-top: 1px solid var(--line-dark); }
.seo-levels > div { display: grid; padding: 17px 0; grid-template-columns: 100px 140px 1fr; gap: 16px; border-bottom: 1px solid var(--line-dark); align-items: center; }
.seo-levels small { margin: 0; color: var(--vermilion); }
.seo-levels strong { font-size: .9rem; }
.seo-levels span { color: rgba(17,19,22,.57); font-size: .76rem; line-height: 1.4; }

.standard {
  width: 100%;
  max-width: none;
  padding-right: max(32px, calc((100vw - 1440px) / 2));
  padding-left: max(32px, calc((100vw - 1440px) / 2));
  color: var(--paper);
  background: var(--ink);
}

.standard-quote blockquote { max-width: 1100px; margin: 0 0 90px; font-size: clamp(3rem, 6vw, 7rem); font-weight: 800; letter-spacing: -.065em; line-height: .98; }
.standard-quote blockquote span { color: var(--vermilion); }
.standard-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); }
.standard-grid article { min-height: 270px; padding: 25px 28px 25px 0; border-right: 1px solid var(--line-light); }
.standard-grid article:not(:first-child) { padding-left: 28px; }
.standard-grid span { color: var(--vermilion); font-family: "IBM Plex Mono", monospace; font-size: .68rem; }
.standard-grid h3 { margin: 70px 0 15px; font-size: 1.2rem; line-height: 1.25; }
.standard-grid p { margin: 0; color: rgba(243,240,232,.56); font-size: .82rem; }

.faq {
  display: grid;
  grid-template-columns: 0.36fr 0.64fr;
  gap: 8vw;
}

.faq-heading { position: sticky; top: 120px; height: fit-content; }
.faq-heading h2 { font-size: clamp(3.5rem, 6vw, 7rem); }
.faq-heading > p:last-child { max-width: 320px; color: rgba(17,19,22,.62); }
.faq-group { margin-bottom: 58px; }
.faq-group h3 { margin: 0 0 13px; color: var(--vermilion); font-family: "IBM Plex Mono", monospace; font-size: .72rem; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.faq-group details { border-bottom: 1px solid var(--line-dark); }
.faq-group details:first-of-type { border-top: 1px solid var(--line-dark); }
.faq-group summary { position: relative; padding: 21px 48px 21px 0; cursor: pointer; font-size: 1.02rem; font-weight: 600; list-style: none; }
.faq-group summary::-webkit-details-marker { display: none; }
.faq-group summary span,
.faq-group summary span::after { position: absolute; top: 50%; right: 6px; width: 16px; height: 2px; background: var(--ink); content: ""; transition: transform .25s ease; }
.faq-group summary span::after { top: 0; right: 0; transform: rotate(90deg); }
.faq-group details[open] summary span { transform: rotate(45deg); }
.faq-group details p { max-width: 780px; margin: 0; padding: 0 50px 24px 0; color: rgba(17,19,22,.64); }

.contact {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: max(32px, calc((100vw - 1440px) / 2));
  padding-left: max(32px, calc((100vw - 1440px) / 2));
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
}

.contact::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(17,19,22,.98) 0%, rgba(17,19,22,.92) 40%, rgba(17,19,22,.68) 100%); content: ""; }
.contact-backdrop { position: absolute; inset: 0; }
.contact-backdrop img { width: 100%; height: 100%; object-fit: cover; opacity: .36; }
.contact-intro,
.contact-form { position: relative; z-index: 2; }
.contact-intro { display: grid; margin-bottom: 85px; grid-template-columns: 1fr 1fr; gap: 22px 8vw; align-items: end; }
.contact-intro .section-index { grid-column: 1 / -1; }
.contact-intro h2 { font-size: clamp(3.6rem, 6.5vw, 7.4rem); }
.contact-intro > p { max-width: 530px; margin: 0; color: rgba(243,240,232,.64); }
.contact-intro > a { width: fit-content; padding-bottom: 5px; border-bottom: 1px solid var(--vermilion); font-weight: 600; }
.contact-form { max-width: 1060px; margin-left: auto; padding: 48px; border: 1px solid var(--line-light); background: rgba(17,19,22,.84); backdrop-filter: blur(16px); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 22px; }
.field { display: grid; gap: 9px; }
.field-wide { grid-column: 1 / -1; }
.field > span,
.check-field legend { color: rgba(243,240,232,.7); font-size: .78rem; }
.field b,
.consent b { color: var(--vermilion); }
.field input,
.field textarea,
.field select { width: 100%; padding: 12px 0; color: var(--paper); border: 0; border-bottom: 1px solid rgba(243,240,232,.28); border-radius: 0; outline: 0; background: transparent; }
.field input:focus,
.field textarea:focus,
.field select:focus { border-color: var(--vermilion); }
.field textarea { resize: vertical; }
.field select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,var(--paper) 50%),linear-gradient(135deg,var(--paper) 50%,transparent 50%); background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.field select option { color: var(--ink); background: var(--paper); }
.check-field { display: flex; margin: 0; padding: 0; flex-wrap: wrap; gap: 10px; border: 0; }
.check-field legend { width: 100%; margin-bottom: 3px; }
.check-field label { display: flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(243,240,232,.2); cursor: pointer; font-size: .72rem; }
.check-field input { width: auto; margin: 0; accent-color: var(--vermilion); }
.consent { display: flex; margin-top: 28px; align-items: flex-start; gap: 11px; color: rgba(243,240,232,.55); font-size: .72rem; }
.consent input { margin-top: 4px; accent-color: var(--vermilion); }
.consent a { color: var(--paper); text-decoration: underline; text-underline-offset: 3px; }
.form-footer { display: flex; margin-top: 30px; align-items: center; gap: 22px; }
.form-footer button { border: 0; }
.form-footer p { max-width: 350px; margin: 0; color: rgba(243,240,232,.45); font-size: .68rem; }
.form-status { min-height: 26px; margin: 18px 0 0; color: var(--paper); font-size: .8rem; }
.form-status.is-error { color: #ff9d8e; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.site-footer {
  padding: 90px max(32px, calc((100vw - 1440px) / 2)) 28px;
  color: var(--paper);
  border-top: 1px solid var(--line-light);
  background: var(--ink);
}

.footer-mark { font-size: clamp(4.2rem, 13vw, 12rem); letter-spacing: -.08em; }
.footer-mark .wordmark-cut::after { height: .045em; }
.footer-grid { display: grid; margin: 75px 0; grid-template-columns: 2fr 1fr 1fr; gap: 50px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.footer-grid small { margin-bottom: 8px; color: var(--vermilion); font-family: "IBM Plex Mono", monospace; font-size: .62rem; letter-spacing: .1em; }
.footer-grid a,
.footer-grid span { color: rgba(243,240,232,.66); font-size: .84rem; }
.footer-grid a:hover { color: var(--paper); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; color: rgba(243,240,232,.42); border-top: 1px solid var(--line-light); font-family: "IBM Plex Mono", monospace; font-size: .61rem; letter-spacing: .08em; }

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s ease, transform 0.9s var(--ease-out);
}

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

.legal-page,
.error-page {
  color: var(--paper);
  background: var(--ink);
}

.legal-back {
  color: rgba(243, 240, 232, 0.68);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-content {
  width: min(860px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 150px 0 110px;
}

.legal-content h1,
.error-page h1 {
  margin: 0 0 25px;
  font-size: clamp(3.6rem, 9vw, 7.5rem);
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.legal-updated {
  margin-bottom: 70px;
  color: var(--mist);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.72rem;
}

.legal-content section {
  padding: 30px 0;
  border-top: 1px solid var(--line-light);
}

.legal-content h2 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.legal-content section p {
  margin: 0;
  color: rgba(243, 240, 232, 0.66);
}

.legal-content section a {
  color: var(--paper);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-footer {
  display: flex;
  justify-content: space-between;
  padding: 24px max(20px, calc((100vw - 860px) / 2));
  color: rgba(243, 240, 232, 0.55);
  border-top: 1px solid var(--line-light);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.66rem;
}

.error-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
}

.error-page main {
  width: min(900px, calc(100vw - 40px));
}

.error-page h1 {
  margin-bottom: 45px;
}

@media (max-width: 1100px) {
  :root { --content: calc(100vw - 48px); }
  .site-header { padding-right: 24px; padding-left: 24px; }
  .site-nav { gap: 18px; }
  .hero-copy { width: var(--content); padding-right: 42%; }
  .hero-stage { width: 58%; opacity: .72; }
  .hero h1 { font-size: clamp(4rem, 8vw, 6.7rem); }
  .story-sticky { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .process-timeline { grid-template-columns: repeat(3, 1fr); }
  .process-timeline li:nth-child(3) { border-right: 0; }
  .process-timeline li:nth-child(n+4) { border-top: 1px solid var(--line-light); }
  .process-timeline .process-highlight { border-top-color: transparent; }
  .standard-grid { grid-template-columns: repeat(2, 1fr); }
  .standard-grid article:nth-child(2) { border-right: 0; }
  .standard-grid article:nth-child(n+3) { border-top: 1px solid var(--line-light); }
}

@media (max-width: 820px) {
  :root { --content: calc(100vw - 36px); }
  html { scroll-padding-top: 72px; }
  .site-header { height: 70px; padding: 0 18px; }
  .menu-toggle { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; cursor: pointer; font-size: .72rem; }
  .menu-lines,
  .menu-lines::after { display: block; width: 22px; height: 1px; background: currentColor; content: ""; transition: transform .25s ease; }
  .menu-lines::after { transform: translateY(6px); }
  .menu-toggle[aria-expanded="true"] .menu-lines { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines::after { transform: rotate(-90deg); }
  .site-nav { position: fixed; inset: 0; display: flex; padding: 120px 28px 38px; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 20px; opacity: 0; visibility: hidden; background: var(--ink); transform: translateY(-16px); transition: opacity .25s ease, transform .35s var(--ease-out), visibility .25s; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav > a:not(.nav-cta) { font-size: 2rem; letter-spacing: -.04em; }
  .nav-cta { width: 100%; margin-top: auto; justify-content: center; padding: 16px; text-align: center; }
  .hero { min-height: 920px; }
  .hero::before { z-index: 2; width: 100%; height: 76%; background: linear-gradient(180deg,var(--ink) 0%,rgba(17,19,22,.98) 66%,rgba(17,19,22,0) 100%); }
  .hero-copy { width: var(--content); min-height: 840px; padding: 114px 0 310px; justify-content: flex-start; }
  .hero h1 { font-size: clamp(3.9rem, 17vw, 6.2rem); }
  .hero-lead { max-width: 520px; margin-top: 27px; }
  .hero-actions { flex-wrap: wrap; }
  .hero-facts { width: 100%; margin-top: 36px; }
  .hero-stage { top: auto; bottom: 0; width: 100%; height: 46%; opacity: 1; }
  .hero-reveal { clip-path: polygon(38% 0,100% 0,100% 100%,0 100%); }
  .hero-frame-old { top: 14%; left: 3%; width: 45%; }
  .scroll-cue { display: none; }
  .section { padding-top: 100px; padding-bottom: 100px; }
  .manifest { padding-top: 110px; padding-bottom: 110px; }
  .manifest-grid,
  .section-heading,
  .hosting-intro,
  .seo,
  .faq,
  .contact-intro { grid-template-columns: 1fr; }
  .manifest-grid { gap: 46px; }
  .display-heading,
  .section-heading h2,
  .hosting-intro h2,
  .seo-copy h2,
  .faq-heading h2,
  .contact-intro h2 { font-size: clamp(3.2rem, 12vw, 5.2rem); }
  .section-heading { gap: 30px; }
  .section-heading .section-index,
  .hosting-intro .section-index,
  .contact-intro .section-index { grid-column: 1; }
  .story { height: auto; padding: 100px 18px; }
  .story-sticky { position: relative; display: flex; width: 100%; height: auto; min-height: 0; padding: 0; flex-direction: column; align-items: stretch; gap: 60px; overflow: visible; }
  .story-copy h2 { font-size: clamp(2.7rem, 10vw, 4.2rem); }
  .story-steps li { max-height: 150px; opacity: 1; }
  .story-visual { aspect-ratio: .95; }
  .desktop-after { clip-path: inset(0 0 0 42%); }
  .desktop-before { opacity: .72; }
  .story-blade { left: 42%; }
  .phone-after { opacity: 1; transform: none; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 480px; }
  .comparison-shell { min-height: 560px; }
  .demo-modern-content h3 { font-size: clamp(3rem, 9.5vw, 5.4rem); }
  .service-row { grid-template-columns: 42px 1fr; }
  .service-row p { grid-column: 2; }
  .process-timeline { grid-template-columns: repeat(2, 1fr); }
  .process-timeline li { border-bottom: 1px solid var(--line-light); }
  .process-timeline li:nth-child(2n) { border-right: 0; }
  .process-timeline li:nth-child(n+3) { border-top: 0; }
  .process-timeline li:last-child { grid-column: 1 / -1; }
  .price-grid,
  .hosting-grid { grid-template-columns: 1fr; }
  .price-card,
  .hosting-card { min-height: 420px; }
  .price-card.featured { transform: none; }
  .billing-toggle { grid-column: 1; }
  .seo-visual { min-height: 520px; order: 2; }
  .standard-grid { grid-template-columns: 1fr; }
  .standard-grid article,
  .standard-grid article:not(:first-child) { min-height: 210px; padding: 24px 0; border-right: 0; border-top: 1px solid var(--line-light); }
  .standard-grid h3 { margin-top: 48px; }
  .faq-heading { position: static; margin-bottom: 60px; }
  .contact-intro { gap: 30px; }
  .contact-form { padding: 32px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .hero { min-height: 980px; }
  .hero-copy { min-height: 910px; padding-bottom: 360px; }
  .hero h1 { font-size: clamp(3.65rem, 18vw, 5.3rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts li { display: flex; padding-top: 10px; gap: 13px; border-bottom: 1px solid rgba(243,240,232,.09); }
  .hero-stage { height: 39%; }
  .hero-frame-old { width: 58%; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .display-heading,
  .section-heading h2,
  .hosting-intro h2,
  .seo-copy h2,
  .faq-heading h2,
  .contact-intro h2 { font-size: clamp(2.9rem, 14vw, 4.2rem); }
  .section-heading { margin-bottom: 48px; }
  .path-card { min-height: 440px; padding: 30px 24px; }
  .comparison-shell { min-height: 470px; }
  .demo-legacy-content { width: 82%; }
  .demo-legacy-top span,
  .demo-modern-top span { display: none; }
  .demo-modern-content { margin-top: 22%; }
  .demo-modern-content h3 { font-size: 2.8rem; }
  .demo-modern-shape { right: -16%; width: 58%; }
  .demo-note { grid-template-columns: 1fr; gap: 10px; }
  .service-row { gap: 18px 8px; }
  .service-row h3 { font-size: 1.8rem; }
  .process-timeline { grid-template-columns: 1fr; }
  .process-timeline li,
  .process-timeline li:not(:first-child) { min-height: 260px; padding-right: 18px; padding-left: 18px; border-right: 0; }
  .process-timeline li:first-child { padding-left: 18px; }
  .process-timeline li:first-child > div { left: 18px; }
  .process-timeline li:last-child { grid-column: 1; }
  .price-card,
  .hosting-card { min-height: 400px; padding: 28px 24px; }
  .price-card small,
  .hosting-card small { margin-bottom: 48px; }
  .billing-toggle { width: 100%; }
  .billing-toggle button { flex: 1; padding: 10px 7px; }
  .seo-levels > div { grid-template-columns: 90px 1fr; }
  .seo-levels span { grid-column: 2; }
  .seo-visual { min-height: 430px; }
  .standard-quote blockquote { font-size: clamp(2.9rem, 13vw, 4rem); }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: 1; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  .footer-mark { font-size: 4rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: 1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@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; }
  .reveal { opacity: 1; transform: none; }
  .story { height: auto; padding: 100px 0; }
  .story-sticky { position: relative; height: auto; min-height: 760px; }
  .desktop-before { opacity: .55; }
  .desktop-after { clip-path: inset(0 0 0 42%); }
  .story-blade { left: 42%; }
  .phone-after { opacity: 1; transform: none; }
}
