:root {
  --ink: #171918;
  --lime: #7af000;
  --lime-deep: #65d400;
  --paper: #f4f5f0;
  --white: #fffef8;
  --muted: #62665f;
  --line: #cfd2ca;
  --spark: #ff8a00;
  --shell: min(100%, 1540px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hiragino Sans", "Yu Gothic", "YuGothic", system-ui, sans-serif;
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}
h1, h2, h3, p, figure, dl, dd { margin: 0; }
h1, h2, h3, button, .button { text-wrap: balance; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.nb, .hero-line, .final-line { white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: var(--lime); color: var(--ink); font-size: 13px; font-weight: 900; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 4px solid var(--lime); outline-offset: 4px; }

.owner-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: var(--shell);
  min-height: 94px;
  padding: 20px clamp(24px, 4.5vw, 72px);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transform: translateX(-50%);
}
.owner-brand { display: inline-flex; min-width: 0; min-height: 44px; align-items: center; gap: 12px; text-decoration: none; }
.owner-brand img { width: 48px; height: 48px; flex: 0 0 auto; }
.owner-brand span { display: grid; min-width: 0; line-height: 1.05; }
.owner-brand b { font: 900 clamp(15px, 1.55vw, 23px)/1 Arial, sans-serif; letter-spacing: .1em; white-space: nowrap; }
.owner-brand small { margin-top: 7px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; white-space: nowrap; }
.owner-header nav { display: flex; align-items: center; gap: clamp(17px, 2.3vw, 34px); }
.owner-header nav a { display: inline-flex; min-height: 44px; align-items: center; font-size: 12px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.owner-header .nav-cta { min-height: 44px; padding: 10px 15px; gap: 23px; background: var(--ink); color: white; }
.owner-header .nav-cta span { color: var(--lime); }

.floating-cta {
  position: fixed;
  z-index: 40;
  right: 24px;
  bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  display: flex;
  width: min(310px, calc(100vw - 48px));
  min-height: 76px;
  padding: 13px 15px 13px 19px;
  border: 2px solid var(--ink);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--ink);
  color: white;
  box-shadow: 9px 9px 0 var(--lime);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, opacity .25s ease;
}
.floating-cta > span { display: grid; min-width: 0; gap: 6px; }
.floating-cta small { color: #aeb3aa; font: 900 8px/1 Arial, sans-serif; letter-spacing: .17em; }
.floating-cta b { font-size: 14px; line-height: 1.2; white-space: nowrap; }
.floating-cta i { display: grid; width: 32px; height: 32px; flex: 0 0 auto; place-items: center; background: var(--lime); color: var(--ink); font-size: 17px; font-style: normal; }
.floating-cta:hover { transform: translate(-3px, -3px); box-shadow: 12px 12px 0 var(--white); }
.floating-managed .floating-cta { opacity: 0; transform: translateY(18px); pointer-events: none; }
.floating-managed.floating-visible .floating-cta { opacity: 1; transform: translateY(0); pointer-events: auto; }
.floating-managed.floating-visible .floating-cta:hover { transform: translate(-3px, -3px); }

.hero { position: relative; overflow: hidden; }
.hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background-image: linear-gradient(#1719180e 1px, transparent 1px), linear-gradient(90deg, #1719180e 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000 0, #000 72%, transparent 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(400px, .74fr);
  width: var(--shell);
  min-height: 100svh;
  margin: auto;
  padding: 136px clamp(24px, 4.5vw, 72px) 86px;
  align-items: center;
  gap: clamp(54px, 7vw, 112px);
}
.hero-copy { min-width: 0; }
.eyebrow { color: #52574f; font: 900 10px/1.35 Arial, sans-serif; letter-spacing: .18em; }
.eyebrow > i { display: inline-block; width: 10px; height: 10px; margin-right: 9px; background: var(--lime); vertical-align: -1px; }
.eyebrow.dark { color: var(--ink); }
.eyebrow.lime { color: var(--lime); }
.hero h1 {
  position: relative;
  max-width: 850px;
  margin: 25px 0 29px;
  padding-bottom: 21px;
  font-size: clamp(47px, 5vw, 78px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -.055em;
}
.hero h1::after { position: absolute; left: 0; bottom: 0; width: min(100%, 720px); height: clamp(9px, 1vw, 14px); content: ""; background: var(--lime); }
.hero h1 em { color: var(--ink); font-style: normal; }
.hero-lead { max-width: 720px; color: #494e47; font-size: clamp(15px, 1.35vw, 20px); font-weight: 600; line-height: 1.95; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 33px; }
.button {
  display: inline-flex;
  min-width: 220px;
  min-height: 60px;
  padding: 14px 19px;
  border: 2px solid var(--ink);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button i { flex: 0 0 auto; font-size: 16px; font-style: normal; }
.button:hover { transform: translate(-3px, -3px); box-shadow: 7px 7px 0 var(--lime); }
.button-dark { background: var(--ink); color: white; }
.button-dark i { color: var(--lime); }
.button-light { background: var(--paper); }
.consult-note { margin-top: 18px; color: var(--muted); font-size: 11px; }
.consult-note b { color: var(--ink); }

.hero-workbench { min-width: 0; }
.workbench-top { display: flex; margin-bottom: 12px; align-items: center; justify-content: space-between; gap: 18px; color: #575c55; font: 900 8px/1 Arial, sans-serif; letter-spacing: .16em; }
.workbench-top b { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); }
.workbench-top b i { width: 8px; height: 8px; background: var(--lime); box-shadow: 0 0 0 5px #7af0001f; }
.workbench-stage {
  position: relative;
  display: grid;
  min-height: 590px;
  padding: 32px 28px;
  grid-template-columns: minmax(110px, .52fr) 46px minmax(190px, 1fr);
  align-items: center;
  gap: 10px;
  border: 7px solid var(--ink);
  background: var(--ink);
  box-shadow: 22px 22px 0 var(--lime);
  overflow: hidden;
  isolation: isolate;
}
.workbench-stage::before { position: absolute; z-index: -2; inset: 0; content: ""; background-image: linear-gradient(#ffffff12 1px, transparent 1px), linear-gradient(90deg, #ffffff12 1px, transparent 1px); background-size: 38px 38px; }
.workbench-stage::after { position: absolute; z-index: -1; inset: 15% 8%; border: 1px solid #ffffff18; border-radius: 50%; content: ""; box-shadow: 0 0 0 40px #ffffff04, 0 0 0 80px #ffffff025; }
.brief-stack { position: relative; width: 100%; height: 350px; }
.brief-card { position: absolute; z-index: 2; display: grid; width: 145px; min-height: 108px; padding: 14px; border: 2px solid var(--ink); background: var(--white); color: var(--ink); box-shadow: 8px 8px 0 #0000004a; }
.brief-card small { color: #5c615a; font: 900 7px/1 Arial, sans-serif; letter-spacing: .16em; }
.brief-card b { margin-top: 14px; font-size: 13px; line-height: 1.25; white-space: nowrap; }
.brief-words { top: 0; left: 0; transform: rotate(-5deg); animation: briefFloat 4s ease-in-out infinite; }
.brief-words span { height: 5px; margin-top: 9px; background: #d9dcd4; }
.brief-words span:last-child { width: 67%; margin-top: 6px; }
.brief-photo { top: 116px; right: -3px; transform: rotate(5deg); animation: briefFloat 4s ease-in-out -1.3s infinite; }
.brief-photo > div { display: flex; height: 60px; margin-top: 12px; align-items: flex-end; justify-content: center; gap: 5px; background: #d8e8cd; }
.brief-photo i { width: 24px; height: 28px; border-radius: 50% 50% 2px 2px; background: #39512c; }
.brief-photo i:first-child, .brief-photo i:last-child { width: 15px; height: 18px; opacity: .48; }
.brief-route { bottom: 0; left: 8px; transform: rotate(-2deg); background: var(--lime); animation: briefFloat 4s ease-in-out -2.6s infinite; }
.brief-route strong { position: absolute; right: 12px; bottom: 8px; font-size: 18px; }
.assembly-arrow { display: grid; z-index: 2; width: 100%; justify-items: center; gap: 13px; color: var(--lime); }
.assembly-arrow span { position: relative; display: block; width: 100%; height: 2px; background: var(--lime); }
.assembly-arrow span::after { position: absolute; top: -5px; right: 0; width: 10px; height: 10px; border-top: 2px solid var(--lime); border-right: 2px solid var(--lime); content: ""; transform: rotate(45deg); }
.assembly-arrow b { font: 900 7px/1 Arial, sans-serif; letter-spacing: .16em; writing-mode: vertical-rl; }
.mini-site { position: relative; z-index: 2; width: 100%; min-width: 0; min-height: 390px; border: 4px solid var(--lime); background: var(--paper); box-shadow: 0 0 0 9px var(--ink), 0 0 35px #7af00022; }
.mini-browser { display: flex; min-height: 32px; padding: 0 10px; align-items: center; gap: 5px; border-bottom: 2px solid var(--ink); background: #e6e8e1; }
.mini-browser i { width: 6px; height: 6px; border-radius: 50%; background: #999e96; }
.mini-browser span { margin-left: auto; color: #666b63; font: 900 6px/1 Arial, sans-serif; letter-spacing: .14em; }
.mini-nav { display: flex; height: 42px; padding: 10px 12px; align-items: center; gap: 8px; }
.mini-nav b { width: 38px; height: 9px; margin-right: auto; background: var(--ink); }
.mini-nav span { width: 24px; height: 4px; background: #adb1aa; }
.mini-hero { margin: 0 12px; padding: 25px 16px 21px; background: var(--lime); }
.mini-hero small { font: 900 6px/1 Arial, sans-serif; letter-spacing: .16em; }
.mini-hero strong { display: block; margin-top: 14px; font-size: clamp(18px, 2vw, 27px); line-height: 1.1; letter-spacing: -.04em; }
.mini-hero p { display: grid; margin-top: 14px; gap: 5px; }
.mini-hero p i { width: 100%; height: 4px; background: #1719184a; }
.mini-hero p i:nth-child(2) { width: 80%; }
.mini-hero p i:nth-child(3) { width: 58%; }
.mini-hero > b { display: flex; min-height: 34px; margin-top: 20px; padding: 8px 10px; align-items: center; justify-content: space-between; background: var(--ink); color: white; font-size: 8px; }
.mini-hero > b span { color: var(--lime); }
.mini-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin: 11px 12px 0; }
.mini-cards i { height: 57px; border: 2px solid var(--ink); background: white; }
.build-stamp { position: absolute; z-index: 4; right: 12px; bottom: 14px; display: grid; width: 90px; height: 90px; place-content: center; border: 2px solid var(--spark); border-radius: 50%; background: var(--ink); color: var(--white); text-align: center; transform: rotate(-8deg); }
.build-stamp span { color: var(--lime); font: 900 7px/1 Arial, sans-serif; letter-spacing: .18em; }
.build-stamp b { margin-top: 8px; font-size: 16px; }
.workbench-caption { display: flex; margin-top: 23px; align-items: flex-start; justify-content: space-between; gap: 22px; }
.workbench-caption span { color: #5d625a; font: 900 8px/1.4 Arial, sans-serif; letter-spacing: .16em; }
.workbench-caption b { max-width: 260px; font-size: 13px; line-height: 1.6; text-align: right; }
@keyframes briefFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -8px; } }

.hero-ticker { display: flex; min-height: 54px; padding-inline: 24px; align-items: center; justify-content: center; gap: clamp(20px, 3.5vw, 55px); border-block: 2px solid var(--ink); background: var(--lime); font-size: 12px; font-weight: 900; white-space: nowrap; }
.hero-ticker i { font-size: 7px; font-style: normal; }

.section-shell { display: grid; grid-template-columns: 112px minmax(0, 1fr); width: min(100%, 1400px); margin-inline: auto; padding-inline: clamp(24px, 5vw, 72px); gap: clamp(34px, 5vw, 78px); }
.section-number { padding-top: 5px; }
.section-number > span { display: block; color: var(--lime-deep); font: 900 38px/1 Arial, sans-serif; letter-spacing: -.05em; }
.section-number > p { margin-top: 12px; color: #666b63; font: 900 8px/1.5 Arial, sans-serif; letter-spacing: .16em; }
.section-number.light > p { color: #858b82; }
.section-main { min-width: 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(260px, .5fr); gap: clamp(40px, 8vw, 120px); align-items: end; }
.section-heading .eyebrow { grid-column: 1; }
.section-heading h2 { grid-column: 1; margin-top: 25px; font-size: clamp(47px, 6vw, 84px); line-height: 1.08; letter-spacing: -.055em; }
.section-heading > p:last-child { grid-column: 2; grid-row: 1 / span 2; color: #555a53; font-size: 15px; line-height: 2; }
.light-heading { color: white; }
.light-heading > p:last-child { color: #b7bcb3; }

.audience { padding-block: clamp(105px, 12vw, 170px); }
.audience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 72px; border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.audience-grid article { position: relative; min-width: 0; min-height: 340px; padding: clamp(25px, 4vw, 44px); border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); overflow: hidden; }
.audience-grid article > span { color: #6c7169; font: 900 8px/1 Arial, sans-serif; letter-spacing: .16em; }
.audience-grid h3 { position: relative; z-index: 2; max-width: 330px; margin-top: 110px; font-size: clamp(25px, 2.6vw, 36px); line-height: 1.2; letter-spacing: -.045em; }
.audience-grid p { position: relative; z-index: 2; max-width: 410px; margin-top: 18px; color: #555a53; font-size: 13px; line-height: 1.9; }
.shape { position: absolute; z-index: 1; top: 31px; right: 32px; display: block; width: 98px; height: 98px; background: var(--lime); }
.shape-round { border-radius: 50%; box-shadow: inset 0 0 0 18px var(--paper), inset 0 0 0 21px var(--ink); }
.shape-beat { clip-path: polygon(0 45%, 27% 45%, 38% 5%, 57% 92%, 70% 45%, 100% 45%, 100% 58%, 77% 58%, 54% 100%, 38% 32%, 31% 58%, 0 58%); }
.shape-shop { border: 3px solid var(--ink); background: linear-gradient(135deg, var(--lime) 0 50%, var(--paper) 50%); box-shadow: 12px 12px 0 var(--ink); }
.shape-start { border-radius: 50% 50% 8px 50%; transform: rotate(45deg); }
.fit-note { display: grid; grid-template-columns: minmax(220px, .55fr) minmax(0, 1fr); margin-top: 38px; padding: 28px 0; border-block: 1px solid var(--line); gap: clamp(30px, 6vw, 90px); align-items: center; }
.fit-note b { font-size: 17px; }
.fit-note p { color: var(--muted); font-size: 13px; }

.stuck-section { padding-block: clamp(105px, 12vw, 170px); background: var(--ink); color: white; }
.stuck-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 76px; border-top: 1px solid #ffffff40; border-left: 1px solid #ffffff40; }
.stuck-grid article { position: relative; min-width: 0; min-height: 390px; padding: clamp(26px, 3.5vw, 44px); border-right: 1px solid #ffffff40; border-bottom: 1px solid #ffffff40; }
.stuck-grid small { color: #92978e; font: 900 8px/1 Arial, sans-serif; letter-spacing: .18em; }
.stuck-grid article > span { position: absolute; top: 35px; right: 35px; color: var(--lime); font: 900 55px/1 Arial, sans-serif; }
.stuck-grid h3 { margin-top: 145px; font-size: clamp(30px, 3.3vw, 44px); line-height: 1.1; letter-spacing: -.045em; }
.stuck-grid p { margin-top: 22px; color: #b9beb5; font-size: 13px; line-height: 1.9; }
.stuck-answer { display: flex; margin-top: 41px; align-items: center; justify-content: space-between; gap: 30px; }
.stuck-answer span { color: var(--lime); font: 900 8px/1 Arial, sans-serif; letter-spacing: .18em; }
.stuck-answer b { font-size: clamp(20px, 2.5vw, 32px); text-align: right; }

.scope-section { padding-block: clamp(105px, 12vw, 170px); }
.scope-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(260px, .48fr); gap: clamp(40px, 8vw, 120px); align-items: end; }
.scope-heading h2 { margin-top: 25px; font-size: clamp(47px, 6vw, 84px); line-height: 1.08; letter-spacing: -.055em; }
.scope-heading > p { color: #555a53; font-size: 15px; line-height: 2; }
.scope-card { margin-top: 76px; border: 7px solid var(--ink); box-shadow: 18px 18px 0 var(--lime); }
.scope-card-head { display: flex; min-height: 78px; padding: 20px 27px; align-items: center; justify-content: space-between; gap: 20px; background: var(--ink); color: white; }
.scope-card-head span { color: var(--lime); font: 900 8px/1 Arial, sans-serif; letter-spacing: .18em; }
.scope-card-head b { font-size: 17px; }
.scope-card-body { display: grid; grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr); min-height: 500px; }
.scope-lead { display: flex; min-width: 0; padding: 42px 34px; align-items: flex-end; gap: 17px; background: var(--lime); }
.scope-lead > strong { font: 900 clamp(90px, 12vw, 170px)/.75 Arial, sans-serif; letter-spacing: -.09em; }
.scope-lead > span { display: grid; gap: 9px; }
.scope-lead b { font: 900 14px/1 Arial, sans-serif; letter-spacing: .14em; }
.scope-lead small { font-size: 11px; font-weight: 800; line-height: 1.55; }
.scope-card ul { margin: 0; padding: 0; list-style: none; }
.scope-card li { display: grid; min-height: 100px; padding: 21px clamp(22px, 4vw, 46px); grid-template-columns: 48px minmax(0, 1fr); align-items: center; border-bottom: 1px solid var(--line); gap: 22px; }
.scope-card li:last-child { border-bottom: 0; }
.scope-card li > i { display: grid; width: 42px; height: 42px; place-items: center; border: 2px solid var(--ink); font: 900 10px/1 Arial, sans-serif; font-style: normal; }
.scope-card li > span { display: flex; min-width: 0; align-items: baseline; justify-content: space-between; gap: 24px; }
.scope-card li b { font-size: 16px; }
.scope-card li small { max-width: 300px; color: var(--muted); font-size: 11px; line-height: 1.65; text-align: right; }

.assembly-section { padding-block: clamp(95px, 11vw, 155px); background: var(--lime); }
.assembly-shell { display: grid; grid-template-columns: minmax(320px, .62fr) minmax(440px, 1fr); width: min(100%, 1400px); margin-inline: auto; padding-inline: clamp(24px, 5vw, 72px); gap: clamp(55px, 8vw, 120px); align-items: center; }
.assembly-copy { min-width: 0; }
.assembly-copy h2 { margin-top: 25px; font-size: clamp(45px, 5.5vw, 76px); line-height: 1.08; letter-spacing: -.055em; }
.assembly-copy > p:not(.eyebrow) { margin-top: 25px; font-size: 14px; font-weight: 700; }
.stage-controls { display: grid; margin-top: 49px; border-top: 2px solid var(--ink); }
.stage-controls button { display: grid; min-width: 0; min-height: 86px; padding: 14px 5px; grid-template-columns: 50px minmax(0, 1fr); align-items: center; gap: 18px; border: 0; border-bottom: 2px solid var(--ink); background: transparent; text-align: left; cursor: pointer; }
.stage-controls button > i { display: grid; width: 43px; height: 43px; place-items: center; border: 2px solid var(--ink); font: 900 10px/1 Arial, sans-serif; font-style: normal; transition: background .2s ease, color .2s ease; }
.stage-controls button > span { display: flex; min-width: 0; align-items: baseline; justify-content: space-between; gap: 18px; }
.stage-controls button b { font-size: 18px; }
.stage-controls button small { color: #34402c; font-size: 10px; text-align: right; }
.stage-controls button:hover > i, .stage-controls button[aria-pressed="true"] > i { background: var(--ink); color: var(--lime); }
.stage-controls button[aria-pressed="true"] > span::after { content: "→"; font-size: 17px; }
.stage-controls button[aria-pressed="true"] small { display: none; }

.assembly-preview { position: relative; min-width: 0; border: 8px solid var(--ink); background: var(--white); box-shadow: 22px 22px 0 #1719182b; }
.preview-toolbar { display: grid; min-height: 55px; padding: 0 18px; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 18px; border-bottom: 3px solid var(--ink); background: #e8eae4; }
.preview-toolbar > span { display: flex; gap: 5px; }
.preview-toolbar i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #969b93; }
.preview-toolbar > b { min-width: 0; overflow: hidden; color: #62675f; font: 900 7px/1 Arial, sans-serif; letter-spacing: .13em; text-overflow: ellipsis; white-space: nowrap; }
.preview-toolbar > small { font: 900 7px/1 Arial, sans-serif; letter-spacing: .12em; white-space: nowrap; }
.preview-canvas { position: relative; min-height: 560px; padding: 65px clamp(25px, 4vw, 52px); overflow: hidden; isolation: isolate; }
.preview-grid { position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(#1719180d 1px, transparent 1px), linear-gradient(90deg, #1719180d 1px, transparent 1px); background-size: 40px 40px; }
.preview-brand { display: flex; align-items: center; gap: 9px; }
.preview-brand i { width: 25px; height: 25px; background: var(--ink); box-shadow: inset 0 -7px 0 var(--lime); }
.preview-brand span { font: 900 8px/1 Arial, sans-serif; letter-spacing: .16em; }
.preview-copy-block { position: relative; z-index: 2; width: 72%; margin-top: 68px; }
.preview-copy-block small { font: 900 7px/1 Arial, sans-serif; letter-spacing: .16em; }
.preview-copy-block strong { display: block; margin-top: 18px; font-size: clamp(30px, 4.2vw, 58px); line-height: 1.02; letter-spacing: -.055em; }
.preview-copy-block p { display: grid; margin-top: 22px; gap: 7px; }
.preview-copy-block p i { width: 100%; height: 6px; background: #bcc0b8; }
.preview-copy-block p i:nth-child(2) { width: 84%; }
.preview-copy-block p i:nth-child(3) { width: 55%; }
.preview-photo { position: absolute; z-index: 1; top: 105px; right: clamp(20px, 4vw, 48px); width: 35%; height: 300px; border: 4px solid var(--ink); background: #d8e8cd; box-shadow: 12px 12px 0 var(--ink); overflow: hidden; opacity: 0; transform: translate(30px, 20px) rotate(3deg); transition: opacity .45s ease, transform .55s cubic-bezier(.2,.8,.2,1); }
.preview-photo span { position: absolute; top: 30px; right: 30px; width: 42px; height: 42px; border-radius: 50%; background: var(--lime); }
.preview-photo > i { position: absolute; left: 50%; bottom: 0; width: 58%; height: 69%; border-radius: 50% 50% 0 0; background: #34442b; transform: translateX(-50%); }
.preview-photo b { position: absolute; z-index: 2; left: 12px; bottom: 12px; color: var(--white); font: 900 8px/1.25 Arial, sans-serif; letter-spacing: .12em; }
.preview-route { position: relative; z-index: 3; display: flex; width: min(235px, 70%); min-height: 54px; margin-top: 38px; padding: 13px 15px; align-items: center; justify-content: space-between; background: var(--ink); color: white; opacity: 0; transform: translateY(24px); transition: opacity .4s ease, transform .45s ease; }
.preview-route span { font-size: 12px; font-weight: 900; }
.preview-route b { color: var(--lime); font-size: 17px; }
.preview-publish { position: absolute; z-index: 5; right: 28px; bottom: 28px; display: grid; min-width: 160px; padding: 15px 17px; grid-template-columns: 9px 1fr; align-items: center; gap: 7px 10px; border: 2px solid var(--ink); background: var(--lime); box-shadow: 8px 8px 0 var(--ink); opacity: 0; transform: scale(.8) rotate(-4deg); transition: opacity .4s ease, transform .5s cubic-bezier(.2,.85,.2,1.2); }
.preview-publish i { width: 9px; height: 9px; background: var(--ink); box-shadow: 0 0 0 5px #17191818; }
.preview-publish span { font: 900 7px/1 Arial, sans-serif; letter-spacing: .16em; }
.preview-publish b { grid-column: 1 / -1; font-size: 14px; }
.preview-cursor { position: absolute; z-index: 6; left: calc(var(--pointer-x, 76) * 1%); top: calc(var(--pointer-y, 55) * 1%); width: 18px; height: 24px; opacity: .75; pointer-events: none; transform: rotate(-22deg); transition: left .12s linear, top .12s linear; }
.preview-cursor::before { position: absolute; inset: 0; background: var(--spark); clip-path: polygon(0 0, 100% 70%, 58% 72%, 43% 100%); content: ""; }
.assembly-preview > footer { display: flex; min-height: 74px; padding: 18px 21px; align-items: center; justify-content: space-between; gap: 20px; border-top: 3px solid var(--ink); background: var(--ink); color: white; }
.assembly-preview > footer > span { font-size: 11px; line-height: 1.6; }
.assembly-preview > footer > b { display: flex; gap: 7px; }
.assembly-preview > footer i { display: block; width: 28px; height: 4px; background: #ffffff36; transition: background .25s ease; }
.assembly-section[data-stage="1"] .assembly-preview > footer i:nth-child(-n+1),
.assembly-section[data-stage="2"] .assembly-preview > footer i:nth-child(-n+2),
.assembly-section[data-stage="3"] .assembly-preview > footer i:nth-child(-n+3),
.assembly-section[data-stage="4"] .assembly-preview > footer i:nth-child(-n+4) { background: var(--lime); }
.assembly-section[data-stage="2"] .preview-photo,
.assembly-section[data-stage="3"] .preview-photo,
.assembly-section[data-stage="4"] .preview-photo { opacity: 1; transform: translate(0, 0) rotate(0); }
.assembly-section[data-stage="3"] .preview-route,
.assembly-section[data-stage="4"] .preview-route { opacity: 1; transform: none; }
.assembly-section[data-stage="4"] .preview-publish { opacity: 1; transform: scale(1) rotate(-2deg); }

.options-section { padding-block: clamp(105px, 12vw, 170px); background: var(--ink); color: white; }
.option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 78px; border-top: 1px solid #ffffff38; border-left: 1px solid #ffffff38; }
.option-grid article { position: relative; min-width: 0; min-height: 330px; padding: clamp(28px, 4vw, 46px); border-right: 1px solid #ffffff38; border-bottom: 1px solid #ffffff38; }
.option-grid article > span { color: #8f958c; font: 900 8px/1 Arial, sans-serif; letter-spacing: .17em; }
.option-icon { position: absolute; top: 31px; right: 33px; display: grid; min-width: 62px; height: 62px; padding-inline: 8px; place-items: center; border: 2px solid var(--lime); color: var(--lime); font: 900 20px/1 Arial, sans-serif; }
.option-grid h3 { max-width: 390px; margin-top: 96px; font-size: clamp(29px, 3.4vw, 44px); line-height: 1.12; letter-spacing: -.045em; }
.option-grid p { max-width: 430px; margin-top: 20px; color: #babfb6; font-size: 13px; line-height: 1.9; }
.option-grid article > small { display: block; margin-top: 19px; color: var(--lime); font-size: 9px; font-weight: 900; }

.trust-section { padding-block: clamp(105px, 12vw, 170px); }
.trust-main { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1fr); gap: clamp(55px, 9vw, 130px); align-items: center; }
.trust-portrait { min-width: 0; }
.trust-portrait > div { border: 7px solid var(--ink); background: var(--ink); box-shadow: 18px 18px 0 var(--lime); overflow: hidden; }
.trust-portrait img { width: 100%; aspect-ratio: 1 / 1.07; object-fit: cover; object-position: center top; filter: saturate(.84) contrast(1.04); }
.trust-portrait figcaption { display: grid; margin-top: 33px; }
.trust-portrait figcaption span { color: #666b63; font: 900 8px/1 Arial, sans-serif; letter-spacing: .16em; }
.trust-portrait figcaption b { margin-top: 9px; font-size: 24px; }
.trust-portrait figcaption small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.trust-copy h2 { margin-top: 25px; font-size: clamp(45px, 5.7vw, 78px); line-height: 1.08; letter-spacing: -.055em; }
.trust-copy > p:not(.eyebrow) { margin-top: 28px; color: #4f544d; font-size: 14px; line-height: 2; }
.trust-points { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; border-block: 2px solid var(--ink); }
.trust-points span { display: grid; min-width: 0; padding: 20px 12px 20px 0; }
.trust-points span + span { padding-left: 17px; border-left: 1px solid var(--line); }
.trust-points b { font: 900 13px/1.2 Arial, sans-serif; letter-spacing: .08em; }
.trust-points small { margin-top: 8px; color: var(--muted); font-size: 9px; }

.process-section { padding-block: clamp(105px, 12vw, 170px); background: #e7e9e2; }
.process-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 75px 0 0; padding: 0; border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); list-style: none; }
.process-list li { min-width: 0; min-height: 390px; padding: 23px 22px 30px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.process-list li > span { display: grid; width: 50px; height: 50px; place-items: center; background: var(--ink); color: var(--lime); font: 900 11px/1 Arial, sans-serif; }
.process-list li > div { margin-top: 98px; }
.process-list small { color: #666b63; font: 900 8px/1 Arial, sans-serif; letter-spacing: .17em; }
.process-list h3 { margin-top: 16px; font-size: clamp(24px, 2.4vw, 33px); line-height: 1.15; letter-spacing: -.04em; }
.process-list p { margin-top: 19px; color: #555a53; font-size: 12px; line-height: 1.9; }

.price-section { width: min(100%, 1540px); padding-block: clamp(105px, 12vw, 170px); background: var(--ink); color: white; }
.price-main { display: grid; grid-template-columns: minmax(300px, .65fr) minmax(420px, 1fr); gap: clamp(55px, 9vw, 135px); align-items: center; }
.price-copy h2 { margin-top: 25px; font-size: clamp(48px, 6vw, 82px); line-height: 1.08; letter-spacing: -.055em; }
.price-copy > p:not(.eyebrow) { margin-top: 30px; color: #bbc0b7; font-size: 14px; line-height: 2; }
.price-board { border: 6px solid var(--lime); background: var(--paper); color: var(--ink); box-shadow: 17px 17px 0 #7af0002c; }
.price-board > div { display: grid; min-height: 132px; padding: 24px 27px; grid-template-columns: minmax(110px, .42fr) minmax(170px, .63fr) minmax(200px, 1fr); align-items: center; gap: 21px; border-bottom: 1px solid var(--line); }
.price-board > div > span { color: #656a62; font-size: 10px; font-weight: 900; }
.price-board > div > b { font-size: 15px; line-height: 1.5; }
.price-board > div > small { color: var(--muted); font-size: 10px; line-height: 1.7; }
.price-board footer { display: flex; min-height: 130px; padding: 27px; align-items: center; justify-content: space-between; gap: 25px; background: var(--lime); }
.price-board footer > span { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 900; }
.price-board footer > span i { width: 10px; height: 10px; background: var(--ink); box-shadow: 0 0 0 6px #17191818; }
.price-board footer > b { font-size: 18px; line-height: 1.5; text-align: right; }

.faq-section { padding-block: clamp(105px, 12vw, 170px); }
.faq-main { display: grid; grid-template-columns: minmax(500px, .88fr) minmax(0, 1fr); gap: clamp(50px, 5vw, 72px); align-items: start; }
.faq-main h2 { margin-top: 25px; font-size: clamp(47px, 5.5vw, 76px); line-height: 1.08; letter-spacing: -.055em; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 2px solid var(--ink); }
.faq-list summary { display: grid; min-height: 98px; padding: 19px 3px; grid-template-columns: 46px minmax(0, 1fr) 36px; align-items: center; gap: 18px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { font: 900 10px/1 Arial, sans-serif; letter-spacing: .1em; }
.faq-list summary b { font-size: 15px; }
.faq-list summary > i { position: relative; width: 30px; height: 30px; border: 2px solid var(--ink); font-style: normal; }
.faq-list summary > i::before, .faq-list summary > i::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; background: var(--ink); content: ""; transform: translate(-50%, -50%); }
.faq-list summary > i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary > i { background: var(--lime); }
.faq-list details[open] summary > i::after { transform: translate(-50%, -50%); }
.faq-list details > p { padding: 0 54px 30px 64px; color: var(--muted); font-size: 13px; line-height: 1.95; }

.final-cta { position: relative; display: grid; min-height: 90svh; padding: clamp(100px, 12vw, 170px) clamp(24px, 7vw, 110px); place-items: center; background: var(--ink); color: white; overflow: hidden; isolation: isolate; }
.final-copy { position: relative; z-index: 3; width: min(100%, 1000px); text-align: center; }
.final-cta h2 { margin-top: 28px; font-size: clamp(54px, 8.5vw, 120px); line-height: .99; letter-spacing: -.065em; }
.final-cta h2 em { color: var(--lime); font-style: normal; }
.final-cta .final-copy > p:not(.eyebrow) { max-width: 620px; margin: 31px auto 0; color: #c2c7be; font-size: 15px; line-height: 2; }
.button-lime { min-width: 280px; margin-top: 39px; background: var(--lime); color: var(--ink); }
.button-lime:hover { box-shadow: 7px 7px 0 var(--white); }
.final-copy > small { display: block; max-width: 560px; margin: 19px auto 0; color: #92978f; font-size: 10px; }
.final-mark { position: absolute; z-index: 1; right: 0; bottom: 0; width: min(48vw, 700px); opacity: .055; }

.owner-footer { display: grid; grid-template-columns: auto 1fr auto; min-height: 150px; padding: 35px clamp(24px, 5vw, 72px) calc(35px + env(safe-area-inset-bottom, 0px)); align-items: center; gap: 40px; border-top: 1px solid var(--line); }
.footer-brand img { width: 43px; height: 43px; }
.owner-footer > div { display: flex; justify-self: center; gap: 28px; }
.owner-footer > div a { display: inline-flex; min-height: 44px; align-items: center; font-size: 11px; font-weight: 900; text-underline-offset: 4px; }
.owner-footer > p { color: var(--muted); font-size: 10px; text-align: right; }

.motion-ready [data-reveal], .motion-ready [data-sequence] > * { opacity: 0; }
.motion-ready [data-reveal="up"] { transform: translateY(32px); }
.motion-ready [data-reveal="right"] { transform: translateY(24px) scale(.978); }
.motion-ready [data-reveal].is-visible { animation: revealElement .75s cubic-bezier(.2,.8,.2,1) var(--reveal-delay, 0s) forwards; }
.motion-ready [data-sequence].is-visible > * { animation: revealStep .62s cubic-bezier(.2,.86,.2,1) forwards; }
.motion-ready [data-sequence].is-visible > :nth-child(2) { animation-delay: .1s; }
.motion-ready [data-sequence].is-visible > :nth-child(3) { animation-delay: .2s; }
.motion-ready [data-sequence].is-visible > :nth-child(4) { animation-delay: .3s; }
@keyframes revealElement { to { opacity: 1; transform: none; } }
@keyframes revealStep { from { opacity: 0; transform: translateY(24px) scale(.975); } to { opacity: 1; transform: none; } }

@media (max-width: 1250px) {
  .faq-main { grid-template-columns: 1fr; gap: clamp(52px, 6vw, 76px); }
}

@media (max-width: 1150px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(370px, .7fr); gap: 50px; }
  .workbench-stage { min-height: 530px; padding-inline: 20px; }
  .brief-card { width: 128px; }
  .section-shell { grid-template-columns: 90px minmax(0, 1fr); }
  .process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-board > div { grid-template-columns: 125px minmax(0, 1fr); }
  .price-board > div > small { grid-column: 2; }
}

@media (max-width: 900px) {
  .owner-header nav > a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 130px; }
  .hero-workbench { width: min(100%, 650px); margin-top: 20px; justify-self: center; }
  .workbench-stage { min-height: 590px; }
  .section-shell { grid-template-columns: 1fr; }
  .section-number { display: flex; align-items: center; gap: 13px; }
  .section-number > p { margin-top: 0; }
  .section-heading, .scope-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { grid-column: 1; grid-row: auto; margin-top: 28px; }
  .scope-heading > p { margin-top: 27px; }
  .scope-card-body { grid-template-columns: 1fr; }
  .scope-lead { min-height: 230px; }
  .assembly-shell { grid-template-columns: 1fr; }
  .assembly-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 40px; }
  .assembly-copy > .eyebrow, .assembly-copy > h2, .assembly-copy > p { grid-column: 1; }
  .stage-controls { grid-column: 2; grid-row: 1 / span 3; margin-top: 0; align-self: stretch; }
  .trust-main { grid-template-columns: minmax(260px, .62fr) minmax(0, 1fr); gap: 55px; }
  .price-main { grid-template-columns: 1fr; }
  .faq-main { grid-template-columns: 1fr; }
  .owner-footer { grid-template-columns: 1fr auto; }
  .owner-footer > div { grid-column: 1 / -1; grid-row: 2; justify-self: start; }
}

@media (max-width: 650px) {
  .owner-header { min-height: 76px; padding: 14px 17px; gap: 10px; }
  .owner-brand { gap: 8px; }
  .owner-brand img { width: 38px; height: 38px; }
  .owner-brand b { font-size: 13px; letter-spacing: .075em; }
  .owner-brand small { margin-top: 5px; font-size: 6px; letter-spacing: .08em; }
  .owner-header .nav-cta { min-height: 42px; padding: 8px 10px; gap: 8px; font-size: 11px; }
  .floating-cta { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom, 0px)); width: calc(100vw - 28px); min-height: 68px; padding: 10px 12px 10px 16px; box-shadow: 7px 7px 0 var(--lime); }
  .floating-cta b { font-size: 13px; }
  .floating-cta i { width: 30px; height: 30px; }
  .hero-grid { padding: 104px 24px 80px; }
  .eyebrow { font-size: 8px; letter-spacing: .14em; }
  .eyebrow > i { width: 8px; height: 8px; }
  .hero h1 { margin: 22px 0 25px; padding-bottom: 16px; font-size: clamp(30px, 9.8vw, 40px); line-height: 1.1; letter-spacing: -.05em; }
  .hero h1::after { height: 8px; }
  .hero-lead { font-size: 14px; line-height: 1.95; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; min-width: 0; }
  .consult-note { font-size: 10px; }
  .hero-workbench { width: calc(100% - 12px); margin-top: 8px; }
  .workbench-stage { min-height: 470px; padding: 20px 14px; grid-template-columns: minmax(82px, .48fr) 25px minmax(132px, 1fr); border-width: 5px; box-shadow: 13px 13px 0 var(--lime); gap: 5px; }
  .brief-stack { height: 285px; }
  .brief-card { width: 97px; min-height: 83px; padding: 9px; box-shadow: 5px 5px 0 #0000004a; }
  .brief-card small { font-size: 5px; }
  .brief-card b { margin-top: 10px; font-size: 9px; }
  .brief-words span { height: 4px; margin-top: 6px; }
  .brief-photo { top: 97px; }
  .brief-photo > div { height: 43px; margin-top: 8px; }
  .brief-photo i { width: 18px; height: 22px; }
  .brief-photo i:first-child, .brief-photo i:last-child { width: 11px; height: 14px; }
  .brief-route strong { font-size: 13px; }
  .mini-site { min-height: 312px; border-width: 3px; box-shadow: 0 0 0 6px var(--ink), 0 0 25px #7af00022; }
  .mini-browser { min-height: 25px; padding: 0 6px; }
  .mini-browser span { display: none; }
  .mini-nav { height: 33px; padding: 7px; }
  .mini-nav b { width: 27px; height: 7px; }
  .mini-nav span { width: 13px; height: 3px; }
  .mini-hero { margin-inline: 7px; padding: 18px 9px 14px; }
  .mini-hero strong { margin-top: 10px; font-size: clamp(14px, 5vw, 20px); }
  .mini-hero p { margin-top: 10px; gap: 4px; }
  .mini-hero p i { height: 3px; }
  .mini-hero > b { min-height: 29px; margin-top: 13px; padding: 6px; font-size: 6px; }
  .mini-cards { margin: 7px 7px 0; gap: 4px; }
  .mini-cards i { height: 43px; }
  .build-stamp { right: 4px; bottom: 9px; width: 64px; height: 64px; }
  .build-stamp span { font-size: 5px; }
  .build-stamp b { margin-top: 5px; font-size: 11px; }
  .workbench-caption { display: grid; gap: 7px; margin-top: 18px; }
  .workbench-caption b { max-width: none; font-size: 11px; text-align: left; }
  .hero-ticker { min-height: 46px; justify-content: flex-start; gap: 17px; overflow: hidden; font-size: 9px; }
  .hero-ticker span:nth-of-type(n+3), .hero-ticker i:nth-of-type(n+2) { display: none; }

  .section-shell, .assembly-shell { padding-inline: 22px; }
  .audience, .stuck-section, .scope-section, .assembly-section, .options-section, .trust-section, .process-section, .price-section, .faq-section { padding-block: 90px; }
  .section-number { margin-bottom: 26px; }
  .section-number > span { font-size: 25px; }
  .section-number > p { font-size: 7px; }
  .section-heading h2, .scope-heading h2, .assembly-copy h2, .trust-copy h2, .price-copy h2, .faq-main h2 { margin-top: 20px; font-size: clamp(32px, 9.7vw, 46px); line-height: 1.1; }
  .section-heading > p:last-child, .scope-heading > p { margin-top: 24px; font-size: 13px; }
  .audience-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .audience-grid article { min-height: 285px; padding: 23px; }
  .audience-grid h3 { margin-top: 95px; font-size: 27px; }
  .shape { top: 25px; right: 24px; width: 78px; height: 78px; }
  .fit-note { grid-template-columns: 1fr; gap: 12px; }
  .fit-note b { font-size: 15px; }
  .fit-note p { font-size: 12px; }
  .stuck-grid { grid-template-columns: 1fr; margin-top: 49px; }
  .stuck-grid article { min-height: 270px; padding: 25px 23px; }
  .stuck-grid article > span { top: 25px; right: 25px; font-size: 45px; }
  .stuck-grid h3 { margin-top: 88px; font-size: 34px; }
  .stuck-answer { display: grid; gap: 15px; }
  .stuck-answer b { font-size: 23px; text-align: left; }
  .scope-card { margin: 50px 12px 0 0; border-width: 5px; box-shadow: 12px 12px 0 var(--lime); }
  .scope-card-head { min-height: 64px; padding: 16px; }
  .scope-card-head span { font-size: 6px; }
  .scope-card-head b { font-size: 14px; }
  .scope-lead { min-height: 190px; padding: 30px 22px; }
  .scope-lead > strong { font-size: 100px; }
  .scope-card li { min-height: 124px; padding: 19px 16px; grid-template-columns: 39px minmax(0, 1fr); gap: 13px; }
  .scope-card li > i { width: 36px; height: 36px; }
  .scope-card li > span { display: grid; gap: 7px; }
  .scope-card li b { font-size: 14px; }
  .scope-card li small { font-size: 10px; text-align: left; }

  .assembly-copy { display: block; }
  .assembly-copy > p:not(.eyebrow) { font-size: 12px; }
  .stage-controls { margin-top: 36px; }
  .stage-controls button { min-height: 72px; grid-template-columns: 43px minmax(0, 1fr); gap: 12px; }
  .stage-controls button > i { width: 37px; height: 37px; }
  .stage-controls button b { font-size: 15px; }
  .stage-controls button small { font-size: 8px; }
  .assembly-preview { margin: 3px 10px 10px 0; border-width: 5px; box-shadow: 10px 10px 0 #1719182b; }
  .preview-toolbar { min-height: 45px; padding-inline: 10px; grid-template-columns: auto minmax(0, 1fr); gap: 10px; }
  .preview-toolbar > small { grid-column: 1 / -1; display: none; }
  .preview-canvas { min-height: 410px; padding: 42px 20px; }
  .preview-brand i { width: 20px; height: 20px; }
  .preview-brand span { font-size: 6px; }
  .preview-copy-block { width: 74%; margin-top: 50px; }
  .preview-copy-block strong { font-size: clamp(26px, 8.4vw, 38px); }
  .preview-photo { top: 80px; right: 17px; width: 36%; height: 225px; border-width: 3px; box-shadow: 7px 7px 0 var(--ink); }
  .preview-photo span { top: 16px; right: 14px; width: 26px; height: 26px; }
  .preview-route { width: min(205px, 75%); min-height: 48px; margin-top: 28px; }
  .preview-publish { right: 14px; bottom: 14px; min-width: 135px; padding: 11px 13px; }
  .preview-cursor { display: none; }
  .assembly-preview > footer { min-height: 85px; padding: 14px; }
  .assembly-preview > footer > span { font-size: 9px; }
  .assembly-preview > footer i { width: 17px; }

  .option-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .option-grid article { min-height: 290px; padding: 25px 23px; }
  .option-icon { top: 23px; right: 23px; min-width: 53px; height: 53px; font-size: 17px; }
  .option-grid h3 { margin-top: 85px; font-size: 32px; }
  .trust-main { grid-template-columns: 1fr; }
  .trust-portrait { width: calc(100% - 13px); }
  .trust-portrait > div { border-width: 5px; box-shadow: 13px 13px 0 var(--lime); }
  .trust-copy > p:not(.eyebrow) { font-size: 13px; }
  .trust-points { grid-template-columns: 1fr; }
  .trust-points span { padding: 15px 0; }
  .trust-points span + span { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .process-list { grid-template-columns: 1fr; margin-top: 50px; }
  .process-list li { display: grid; min-height: 230px; padding: 22px; grid-template-columns: 50px minmax(0, 1fr); gap: 25px; }
  .process-list li > div { margin-top: 50px; }
  .process-list h3 { font-size: 28px; }
  .price-main { gap: 45px; }
  .price-board { margin-right: 10px; border-width: 5px; box-shadow: 10px 10px 0 #7af0002c; }
  .price-board > div { min-height: 0; padding: 22px 18px; grid-template-columns: 1fr; gap: 9px; }
  .price-board > div > small { grid-column: 1; }
  .price-board footer { display: grid; min-height: 150px; padding: 22px 18px; }
  .price-board footer > b { font-size: 16px; text-align: left; }
  .faq-main { gap: 43px; }
  .faq-list summary { min-height: 94px; padding: 16px 0; grid-template-columns: 34px minmax(0, 1fr) 31px; gap: 10px; }
  .faq-list summary b { font-size: 13px; }
  .faq-list summary > i { width: 29px; height: 29px; }
  .faq-list details > p { padding: 0 31px 27px 44px; font-size: 12px; }

  .final-cta { min-height: 82svh; padding: 100px 22px; }
  .final-cta h2 { font-size: clamp(32px, 9.8vw, 44px); line-height: 1.08; }
  .final-cta .final-copy > p:not(.eyebrow) { font-size: 13px; }
  .button-lime { min-width: 0; }
  .owner-footer { grid-template-columns: 1fr; padding: 33px 22px calc(118px + env(safe-area-inset-bottom, 0px)); gap: 21px; }
  .owner-footer > div { grid-column: 1; grid-row: auto; display: grid; justify-self: stretch; gap: 3px; }
  .owner-footer > p { text-align: left; }
}

@media (max-width: 350px) {
  .owner-brand b { font-size: 12px; }
  .owner-header .nav-cta { padding-inline: 8px; }
  .owner-header .nav-cta span { display: none; }
  .hero-grid { padding-inline: 20px; }
  .hero h1 { font-size: 30px; }
  .workbench-stage { min-height: 430px; grid-template-columns: 78px 20px minmax(120px, 1fr); padding-inline: 10px; }
  .brief-card { width: 88px; }
  .mini-hero strong { font-size: 14px; }
  .scope-card li { grid-template-columns: 1fr; }
  .scope-card li > i { margin-bottom: 2px; }
  .stage-controls button > span { display: grid; gap: 3px; }
  .stage-controls button small { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-ready [data-reveal], .motion-ready [data-sequence] > * { opacity: 1; transform: none; }
  .preview-cursor { display: none; }
}
