:root {
  --paper: #f4efe6;
  --paper-light: #fffaf2;
  --paper-pink: #f1e5df;
  --ink: #241d1a;
  --ink-soft: #5f554f;
  --brick: #b94f38;
  --brick-dark: #8f3828;
  --butter: #ecd889;
  --sage: #506b5b;
  --line: rgba(36, 29, 26, 0.22);
  --header-height: 76px;
  --content-width: 1160px;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

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

::selection { background: var(--butter); color: var(--ink); }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 0.7rem 1rem;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}

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

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto 0;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 44px;
  border-bottom: 1px solid transparent;
  background: rgba(244, 239, 230, 0.93);
  backdrop-filter: blur(14px);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.site-header.is-scrolled { border-color: var(--line); }

.brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand strong { font-family: var(--serif); font-style: italic; font-weight: 700; }

.brand-mark {
  width: 27px;
  height: 26px;
  display: grid;
  gap: 3px;
}

.brand-mark i { display: block; background: var(--brick); border-radius: 99px; }
.brand-mark i:nth-child(1) { width: 27px; }
.brand-mark i:nth-child(2) { width: 19px; }
.brand-mark i:nth-child(3) { width: 11px; }

.menu-button {
  position: relative;
  z-index: 102;
  min-width: 88px;
  min-height: 48px;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.95rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease;
}

.menu-button:hover, .menu-button[aria-expanded="true"] { background: var(--ink); color: var(--paper-light); }

.menu-icon { width: 16px; height: 16px; position: relative; }
.menu-icon i { position: absolute; left: 0; width: 16px; height: 1.5px; background: currentColor; transition: transform 180ms ease, top 180ms ease; }
.menu-icon i:first-child { top: 5px; }
.menu-icon i:last-child { top: 10px; }
.menu-button[aria-expanded="true"] .menu-icon i:first-child { top: 8px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-icon i:last-child { top: 8px; transform: rotate(-45deg); }

.main-menu {
  position: static;
  width: auto;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  background: transparent;
  color: var(--ink);
  opacity: 1;
  visibility: visible;
  transform: none;
}

.main-menu.is-open { opacity: 1; visibility: visible; transform: none; }

.main-menu a {
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.7rem;
  border-bottom: 0;
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease;
}

.main-menu a:hover { color: var(--brick-dark); }
.main-menu .menu-contact { margin: 0 0 0 0.4rem; padding-inline: 1.15rem; justify-content: center; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: var(--paper-light); }
.main-menu .menu-contact:hover { border-color: var(--brick-dark); color: white; background: var(--brick-dark); }

.step-rail {
  position: fixed;
  z-index: 80;
  top: 50%;
  right: 30px;
  width: 108px;
  transform: translateY(-44%);
}

.step-rail > p {
  margin: 0 0 1.15rem;
  color: var(--ink-soft);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-align: right;
}

.step-rail ol { list-style: none; margin: 0; padding: 0; }
.step-rail a {
  min-height: 44px;
  display: grid;
  grid-template-columns: 20px 22px 1fr;
  align-items: center;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.step-rail a span { opacity: 0; transition: opacity 180ms ease; }
.step-rail a i { position: relative; display: block; width: 22px; height: 1px; background: var(--line); transition: width 180ms ease, background-color 180ms ease; }
.step-rail a b { font-weight: 500; opacity: 0; transform: translateX(4px); transition: opacity 180ms ease, transform 180ms ease; }
.step-rail a:hover span, .step-rail a:hover b, .step-rail a.is-active span, .step-rail a.is-active b { opacity: 1; transform: translateX(0); }
.step-rail a.is-active { color: var(--brick-dark); }
.step-rail a.is-active i { background: var(--brick); }

.mobile-progress { display: none; }

.chapter {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-height) + 74px) 150px 92px 44px;
  scroll-margin-top: 0;
}

.chapter-inner { width: 100%; max-width: var(--content-width); margin: 0 auto; }
.chapter-start { min-height: 100svh; }
.chapter-process { background: var(--paper-pink); }
.chapter-work { background: var(--paper-light); }
.chapter-pricing { background: var(--sage); color: var(--paper-light); }
.chapter-contact { background: var(--ink); color: var(--paper-light); }

.eyebrow {
  margin: 0 0 1.4rem;
  color: var(--brick-dark);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.chapter-pricing .eyebrow, .chapter-contact .eyebrow { color: var(--butter); }

h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  margin-bottom: 1.4rem;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}
h1 { max-width: 760px; font-size: clamp(4rem, 7.2vw, 7.7rem); }
h2 { font-size: clamp(3.1rem, 5.5vw, 6rem); }
h1 em, h2 em { color: var(--brick); font-weight: 500; }
.chapter-pricing h2 em, .chapter-contact h2 em { color: var(--butter); }
h3 { line-height: 1.15; }

.lead { max-width: 660px; font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.55; color: var(--ink-soft); }
.chapter-contact .lead { color: rgba(255, 250, 242, 0.76); }

.chapter-start .chapter-inner { max-width: 1450px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, 1fr); align-items: center; gap: clamp(44px, 5vw, 90px); }
.hero-copy { padding-top: 22px; }
.chapter-start h1 { max-width: 760px; font-size: clamp(4rem, 6.2vw, 7rem); }
.hero-title-main, .hero-title-accent { display: block; }
.hero-title-accent { margin-top: 0.08em; }
.hero-actions .button-primary { border-color: var(--ink); border-radius: 999px; background: var(--ink); }
.hero-actions .button-primary:hover { border-color: var(--brick-dark); background: var(--brick-dark); }
.hero-meta { color: var(--ink-soft); font-size: 0.78rem; }
.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; isolation: isolate; }
.project-orbit { position: absolute; z-index: -1; width: min(430px, 82%); aspect-ratio: 1; right: -4%; top: 7%; border-radius: 50%; background: var(--butter); animation: orbit-drift 10s cubic-bezier(.45, 0, .55, 1) infinite; will-change: transform; }
.browser-float { width: min(620px, 100%); animation: browser-float 7s ease-in-out infinite; }
.browser-window { display: block; overflow: hidden; border: 1px solid #cdbb9f; border-radius: 14px; background: var(--paper-light); box-shadow: 0 24px 60px rgba(59, 44, 31, 0.15); text-decoration: none; transform: rotate(-2.2deg); transform-origin: center; transition: transform 280ms cubic-bezier(.2,.7,.2,1), box-shadow 280ms ease; }
.browser-window:hover { box-shadow: 0 30px 70px rgba(59, 44, 31, 0.2); transform: rotate(-0.8deg) translateY(-4px); }
.browser-bar { height: 38px; padding: 0 14px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid rgba(36, 29, 26, 0.1); background: var(--paper-light); }
.browser-bar i { width: 9px; height: 9px; border-radius: 50%; background: rgba(36, 29, 26, 0.26); }
.browser-bar b { width: 34%; height: 7px; margin-left: auto; border-radius: 99px; background: rgba(36, 29, 26, 0.09); }
.browser-window img { width: 100%; height: auto; aspect-ratio: 1169 / 803; object-fit: cover; object-position: top; }
.project-note { position: absolute; right: -2%; bottom: 35px; width: min(270px, 74%); padding: 1.05rem 1.25rem; border: 1px solid rgba(36, 29, 26, 0.12); background: var(--paper-light); box-shadow: 0 16px 35px rgba(59, 44, 31, 0.12); transform: rotate(1.5deg); }
.project-note span { display: block; color: var(--ink-soft); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.project-note strong { display: block; margin: 0.2rem 0 0.35rem; font-family: var(--serif); font-size: 1.45rem; line-height: 1.15; }
.project-note a { min-height: 36px; display: inline-flex; align-items: center; color: var(--brick-dark); font-size: 0.76rem; font-weight: 700; text-underline-offset: 4px; }

@keyframes browser-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes orbit-drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  35% { transform: translate3d(-18px, 11px, 0) scale(0.94); }
  68% { transform: translate3d(12px, -8px, 0) scale(1.04); }
}

.actions { margin-top: 2.3rem; display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem 1.6rem; }
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid currentColor;
  border-radius: 0;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}
.button-primary { border-color: var(--brick); background: var(--brick); color: white; }
.button-primary:hover { border-color: var(--brick-dark); background: var(--brick-dark); }
.chapter-pricing .button-primary, .chapter-contact .button-primary { border-color: var(--butter); background: var(--butter); color: var(--ink); }
.chapter-pricing .button-primary:hover, .chapter-contact .button-primary:hover { border-color: var(--paper-light); background: var(--paper-light); }

.text-link, .back-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.text-link:hover, .back-link:hover { color: var(--brick); }
.chapter-pricing .text-link, .chapter-contact .text-link, .chapter-pricing .back-link, .chapter-contact .back-link { color: var(--paper-light); }
.chapter-pricing .text-link:hover, .chapter-contact .text-link:hover, .chapter-pricing .back-link:hover, .chapter-contact .back-link:hover { color: var(--butter); }
.trust-line { margin-top: 2rem; color: var(--ink-soft); font-size: 0.86rem; }

.chapter-next { position: absolute; left: 50%; bottom: 26px; min-height: 44px; display: inline-flex; align-items: center; gap: 0.7rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); }
.chapter-next:hover { color: var(--brick); }

.chapter-heading { max-width: 940px; margin-bottom: clamp(42px, 6vw, 76px); }
.chapter-heading > p:last-child { max-width: 680px; color: var(--ink-soft); font-size: 1.1rem; }
.chapter-pricing .chapter-heading > p:last-child { color: rgba(255, 250, 242, 0.76); }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-card { min-height: 260px; padding: 34px clamp(22px, 3vw, 46px) 34px 0; }
.process-card + .process-card { padding-left: clamp(22px, 3vw, 46px); border-left: 1px solid var(--line); }
.process-card > span { color: var(--brick-dark); font-family: var(--serif); font-size: 1.15rem; }
.process-card h3 { margin: 2.8rem 0 0.8rem; font-family: var(--serif); font-size: clamp(1.65rem, 2.2vw, 2.4rem); font-weight: 600; }
.process-card p { margin-bottom: 0; color: var(--ink-soft); }

.chapter-actions { margin-top: clamp(42px, 6vw, 72px); display: flex; justify-content: space-between; align-items: center; gap: 20px; }

.project-showcase { min-height: 430px; display: grid; grid-template-columns: minmax(250px, 0.72fr) minmax(520px, 1.28fr); align-items: center; gap: clamp(34px, 5vw, 70px); }
.project-choices { display: grid; }
.project-choice { min-height: 92px; display: grid; grid-template-columns: 32px 1fr 28px; align-items: center; gap: 12px; padding: 12px 4px; border-bottom: 1px solid var(--line); color: var(--ink-soft); text-decoration: none; transition: color 180ms ease, padding-left 180ms ease; }
.project-choice:first-child { border-top: 1px solid var(--line); }
.project-choice > span:first-child { color: var(--brick-dark); font-family: var(--serif); font-size: 0.92rem; }
.project-choice > span:nth-child(2) { display: grid; }
.project-choice strong { font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 600; line-height: 1.15; }
.project-choice small { margin-top: 0.2rem; font-size: 0.72rem; letter-spacing: 0.04em; }
.project-choice > b { font-size: 1rem; font-weight: 500; opacity: 0; transform: translateX(-6px); transition: opacity 180ms ease, transform 180ms ease; }
.project-choice:hover, .project-choice:focus-visible, .project-choice.is-active { padding-left: 12px; color: var(--ink); }
.project-choice.is-active { background: rgba(236, 216, 137, 0.34); }
.project-choice:hover > b, .project-choice:focus-visible > b, .project-choice.is-active > b { opacity: 1; transform: translateX(0); }

.project-stage { position: relative; min-height: 430px; display: grid; place-items: center; isolation: isolate; }
.project-stage-orbit { position: absolute; z-index: -1; width: min(340px, 58%); aspect-ratio: 1; right: 5%; top: 1%; border-radius: 50%; background: var(--butter); animation: orbit-drift 12s cubic-bezier(.45, 0, .55, 1) infinite reverse; }
.project-stage-browser { width: min(620px, 96%); display: block; overflow: hidden; border: 1px solid #cdbb9f; border-radius: 12px; background: var(--paper-light); box-shadow: 0 22px 50px rgba(59, 44, 31, 0.14); text-decoration: none; transform: rotate(-1.3deg); transition: transform 260ms ease, box-shadow 260ms ease; }
.project-stage-browser:hover { box-shadow: 0 28px 62px rgba(59, 44, 31, 0.19); transform: rotate(-0.4deg) translateY(-5px); }
.project-stage-bar { height: 31px; padding: 0 11px; display: flex; align-items: center; gap: 5px; border-bottom: 1px solid rgba(36, 29, 26, 0.1); background: var(--paper-light); }
.project-stage-bar i { width: 7px; height: 7px; border-radius: 50%; background: rgba(36, 29, 26, 0.24); }
.project-stage-bar b { width: 34%; height: 5px; margin-left: auto; border-radius: 99px; background: rgba(36, 29, 26, 0.09); }
.project-stage-browser img { width: 100%; height: auto; object-fit: contain; opacity: 1; transition: opacity 140ms ease, transform 420ms ease; }
.project-stage-browser:hover img { transform: scale(1.015); }
.project-stage-browser img.is-switching { opacity: 0.18; }
.project-stage-note { position: absolute; right: 2%; bottom: 14px; width: min(235px, 54%); padding: 0.8rem 0.95rem; border: 1px solid rgba(36, 29, 26, 0.12); background: var(--paper-light); box-shadow: 0 12px 28px rgba(59, 44, 31, 0.11); transform: rotate(1.2deg); }
.project-stage-note span { display: block; color: var(--brick-dark); font-size: 0.63rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.project-stage-note strong { display: block; margin: 0.15rem 0; font-family: var(--serif); font-size: 1.35rem; line-height: 1.15; }
.project-stage-note p { margin: 0; color: var(--ink-soft); font-size: 0.76rem; line-height: 1.35; }

.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.price-card { min-height: 430px; padding: clamp(30px, 4vw, 54px); display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255, 250, 242, 0.58); background: transparent; }
.price-card-featured { background: var(--paper-light); color: var(--ink); }
.price-card .price-kicker { color: var(--butter); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.price-card-featured .price-kicker { color: var(--brick-dark); }
.price-card h3 { margin-bottom: 1rem; font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-weight: 600; }
.price-card > div > p:not(.price-kicker) { max-width: 480px; color: rgba(255, 250, 242, 0.73); }
.price-card-featured > div > p:not(.price-kicker) { color: var(--ink-soft); }
.price { margin: 2.5rem 0 0.2rem; font-family: var(--serif); line-height: 1; }
.price span { font-size: clamp(4rem, 7vw, 7rem); }
.price small { font-family: var(--sans); font-size: 0.88rem; }
.tax-label { margin: 0 0 0.7rem; font-size: 0.74rem; font-weight: 700; line-height: 1.35; }
.installment { margin-bottom: 1rem; font-size: 0.88rem; }
.launch-limit { margin: 0.45rem 0 0.2rem; color: var(--brick-dark) !important; font-size: 0.82rem; font-weight: 700; }
.price-card-featured .text-link { color: var(--ink); }
.price-card-featured .text-link:hover { color: var(--brick); }

.care-strip { margin-top: 24px; padding: 26px clamp(24px, 3vw, 42px); display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid rgba(255, 250, 242, 0.58); }
.care-strip span { display: block; margin-bottom: 0.3rem; color: var(--butter); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.care-strip strong { font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.8rem); font-weight: 600; }
.care-strip p { margin: 0; white-space: nowrap; }
.care-strip b { font-family: var(--serif); font-size: 2.3rem; }
.care-strip small { color: rgba(255, 250, 242, 0.7); }
.care-strip .care-choice { display: block; margin-top: 0.35rem; font-size: 0.78rem; line-height: 1.35; }

.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; column-gap: clamp(50px, 8vw, 120px); row-gap: clamp(16px, 2.5vh, 26px); align-items: center; }
.contact-copy h2 { font-size: clamp(3.2rem, 5vw, 5.5rem); }
.direct-contact { margin: 1.5rem 0 1rem; display: grid; align-items: start; }
.direct-contact a { min-height: 44px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 250, 242, 0.26); font-weight: 700; text-decoration: none; }
.direct-contact a:hover { color: var(--butter); }
.contact-note { color: rgba(255, 250, 242, 0.62); font-size: 0.82rem; }

.contact-form { padding: clamp(24px, 3vw, 40px); background: var(--paper-light); color: var(--ink); }
.form-field { margin-bottom: 0.9rem; }
.form-field label { display: block; margin-bottom: 0.45rem; font-size: 0.86rem; font-weight: 700; }
.form-field input, .form-field textarea { width: 100%; min-height: 44px; padding: 0.6rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); outline: none; }
.form-field textarea { height: 100px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--brick); box-shadow: 0 2px 0 var(--brick); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #8d827b; }
.contact-form .button { width: 100%; margin-top: 0.5rem; }
.form-hint { margin: 0.8rem 0 0; color: var(--ink-soft); font-size: 0.74rem; line-height: 1.45; }
.contact-actions { grid-column: 1 / -1; margin-top: 0; }

.faq-section { scroll-margin-top: var(--header-height); padding: clamp(88px, 10vw, 150px) 44px; border-top: 1px solid var(--line); background: var(--paper-light); }
.faq-wrap { width: 100%; max-width: var(--content-width); margin: 0 auto; display: grid; grid-template-columns: minmax(250px, 0.72fr) minmax(520px, 1.28fr); gap: clamp(52px, 8vw, 120px); align-items: start; }
.faq-intro { position: sticky; top: calc(var(--header-height) + 36px); }
.faq-intro h2 { margin-bottom: 1.25rem; font-size: clamp(3.2rem, 5.4vw, 5.7rem); }
.faq-intro > p:not(.eyebrow) { max-width: 430px; color: var(--ink-soft); }
.faq-intro .text-link { margin-top: 0.6rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 88px; padding: 20px 4px; display: grid; grid-template-columns: 44px 1fr 24px; align-items: center; gap: 12px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:focus-visible { outline: 2px solid var(--brick); outline-offset: 4px; }
.faq-list summary > span { color: var(--brick-dark); font-family: var(--serif); font-size: 0.9rem; }
.faq-list summary > strong { font-family: var(--serif); font-size: clamp(1.3rem, 2vw, 1.75rem); font-weight: 600; line-height: 1.2; }
.faq-list summary > i { position: relative; width: 18px; height: 18px; justify-self: end; }
.faq-list summary > i::before, .faq-list summary > i::after { content: ""; position: absolute; top: 8px; left: 2px; width: 14px; height: 1.5px; background: var(--brick-dark); transition: transform 180ms ease; }
.faq-list summary > i::after { transform: rotate(90deg); }
.faq-list details[open] summary > i::after { transform: rotate(0); }
.faq-answer { max-width: 680px; padding: 0 28px 28px 60px; color: var(--ink-soft); }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-price-list { margin: 1rem 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.faq-price-list li { min-height: 48px; padding: 9px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.faq-price-list strong { flex: 0 0 auto; color: var(--ink); font-size: 0.9rem; }

.site-footer { min-height: 150px; padding: 36px 44px; display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 34px; border-top: 1px solid var(--line); background: var(--paper); color: var(--ink-soft); font-size: 0.8rem; }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; gap: 18px; }
.site-footer nav a { min-height: 44px; display: inline-flex; align-items: center; }

.legal-page { min-height: 100svh; padding: calc(var(--header-height) + 80px) 24px 90px; background: var(--paper-light); }
.legal-wrap { width: 100%; max-width: 780px; margin: 0 auto; }
.legal-wrap h1 { font-size: clamp(3.5rem, 8vw, 6rem); }
.legal-wrap h2 { margin: 2.5rem 0 0.8rem; font-family: var(--serif); font-size: 1.8rem; letter-spacing: -0.02em; line-height: 1.15; }
.legal-wrap p { color: var(--ink-soft); }
.legal-alert { padding: 1rem 1.2rem; border-left: 4px solid var(--brick); background: #f6e9b5; color: var(--ink) !important; font-weight: 700; }
.legal-placeholder { background: #f6e9b5; color: var(--ink); }
.legal-back { min-height: 44px; display: inline-flex; align-items: center; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 560ms ease, transform 560ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .step-rail { display: none; }
  .mobile-progress {
    position: fixed;
    z-index: 90;
    top: var(--header-height);
    left: 0;
    right: 0;
    height: 34px;
    padding: 0 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(244, 239, 230, 0.95);
    color: var(--ink-soft);
    font-size: 0.66rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .mobile-progress > i { position: absolute; inset: auto 0 0; height: 2px; background: var(--line); }
  .mobile-progress > i > span { display: block; width: 20%; height: 100%; background: var(--brick); transition: width 250ms ease; }
  .chapter { padding: calc(var(--header-height) + 86px) 44px 80px; }
}

@media (min-width: 921px) {
  .chapter {
    height: 100svh;
    min-height: 620px;
    overflow: hidden;
    padding-top: calc(var(--header-height) + clamp(20px, 4vh, 46px));
    padding-bottom: clamp(30px, 4.5vh, 54px);
  }

  .chapter-start .hero-grid { height: 100%; }
  .chapter-start h1 { font-size: clamp(3.6rem, min(6.2vw, 9.4vh), 7rem); }
  .chapter-start .hero-visual { height: min(57vh, 570px); min-height: 0; }
  .chapter-start .browser-float { max-height: 100%; }
  .chapter-next { bottom: 8px; }

  .chapter-process .chapter-inner {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-content: center;
  }
  .chapter-process .chapter-heading { margin-bottom: clamp(18px, 3vh, 38px); }
  .chapter-process h2 { font-size: clamp(3rem, min(5.2vw, 7.6vh), 5.5rem); }
  .chapter-process .process-grid { align-self: center; }
  .chapter-process .process-card { min-height: clamp(170px, 24vh, 240px); padding-top: clamp(20px, 3vh, 34px); padding-bottom: clamp(20px, 3vh, 34px); }
  .chapter-process .process-card h3 { margin-top: clamp(1rem, 2.8vh, 2.5rem); }
  .chapter-process .chapter-actions { margin-top: clamp(14px, 3vh, 34px); }

  .chapter-work .chapter-inner {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-content: center;
  }
  .chapter-work .chapter-heading { margin-bottom: clamp(12px, 2.2vh, 28px); }
  .chapter-work h2 { margin-bottom: 0.8rem; font-size: clamp(2.8rem, min(4.7vw, 6.8vh), 5rem); }
  .chapter-work .project-showcase { min-height: 0; align-self: center; }
  .chapter-work .chapter-actions { margin-top: clamp(12px, 2.4vh, 28px); }

  .chapter-pricing .chapter-inner {
    height: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto auto;
    align-content: center;
  }
  .chapter-pricing .chapter-heading { margin-bottom: clamp(12px, 2.2vh, 26px); }
  .chapter-pricing h2 { margin-bottom: 0.7rem; font-size: clamp(2.7rem, min(4.5vw, 6.5vh), 4.8rem); }
  .chapter-pricing .price-grid { align-self: stretch; }
  .chapter-pricing .price-card { min-height: clamp(255px, 31vh, 350px); padding: clamp(20px, 3vh, 38px); }
  .chapter-pricing .price-card h3 { margin-bottom: 0.6rem; }
  .chapter-pricing .price { margin-top: clamp(0.8rem, 2vh, 1.6rem); }
  .chapter-pricing .price span { font-size: clamp(3.2rem, 6vh, 5.5rem); }
  .chapter-pricing .care-strip { margin-top: clamp(8px, 1.5vh, 16px); padding-top: clamp(11px, 1.7vh, 18px); padding-bottom: clamp(11px, 1.7vh, 18px); }
  .chapter-pricing .chapter-actions { margin-top: clamp(10px, 2vh, 24px); }

  .chapter-contact .contact-grid {
    height: auto;
    max-height: 100%;
    grid-template-rows: auto auto;
    align-content: center;
  }
  .chapter-contact .contact-form { align-self: center; }
}

@media (min-width: 921px) and (min-height: 721px) and (max-height: 940px) {
  .chapter-work .project-stage-note { bottom: 64px; }
  .chapter-work .chapter-actions { position: relative; z-index: 2; }

  .chapter-pricing .chapter-heading { margin-bottom: 10px; }
  .chapter-pricing h2 { margin-bottom: 0.45rem; font-size: clamp(2.45rem, 5.6vh, 4rem); }
  .chapter-pricing .chapter-heading > p:last-child { font-size: 0.92rem; line-height: 1.4; }
  .chapter-pricing .price-card { min-height: 0; padding: clamp(16px, 2.2vh, 24px); }
  .chapter-pricing .price-card h3 { margin-bottom: 0.4rem; font-size: clamp(1.65rem, 2.3vw, 2.3rem); }
  .chapter-pricing .price-card > div > p:not(.price-kicker) { font-size: 0.88rem; line-height: 1.4; }
  .chapter-pricing .price { margin-top: 0.5rem; }
  .chapter-pricing .price span { font-size: clamp(3rem, 5.4vh, 4.4rem); }
  .chapter-pricing .care-strip { margin-top: 7px; padding-top: 8px; padding-bottom: 8px; }
  .chapter-pricing .chapter-actions { position: relative; z-index: 2; margin-top: 8px; }

  .chapter-contact .contact-grid { row-gap: 12px; }
  .chapter-contact .contact-copy h2 { margin-bottom: 0.7rem; font-size: clamp(3rem, 5.6vh, 4.4rem); }
  .chapter-contact .lead { font-size: 0.95rem; line-height: 1.45; }
  .chapter-contact .direct-contact { margin: 0.8rem 0 0.6rem; }
  .chapter-contact .direct-contact a { min-height: 38px; font-size: 0.88rem; }
  .chapter-contact .contact-form { padding: 22px 28px; }
  .chapter-contact .form-field { margin-bottom: 0.45rem; }
  .chapter-contact .form-field textarea { height: 70px; min-height: 70px; }
  .chapter-contact .form-hint { margin-top: 0.5rem; }
  .chapter-contact .contact-actions { position: relative; z-index: 2; margin-top: 4px; }
}

@media (min-width: 921px) and (max-height: 720px) {
  .chapter {
    min-height: 100svh;
    padding-top: calc(var(--header-height) + 12px);
    padding-bottom: 24px;
  }

  .chapter-start h1 { margin-bottom: 0.8rem; font-size: clamp(2.8rem, min(5vw, 8vh), 5rem); }
  .chapter-start .lead { font-size: 1rem; line-height: 1.4; }
  .chapter-start .actions { margin-top: 1.1rem; }
  .chapter-start .hero-visual { height: 48vh; }
  .chapter-start .project-note { bottom: 12px; padding: 0.75rem 0.9rem; }
  .chapter-start .project-note strong { font-size: 1.1rem; }
  .chapter-next { bottom: 2px; }

  .chapter-process .chapter-heading { margin-bottom: 12px; }
  .chapter-process h2 { margin-bottom: 0.7rem; font-size: clamp(2.35rem, 6.2vh, 4rem); }
  .chapter-process .chapter-heading > p:last-child { font-size: 0.92rem; line-height: 1.4; }
  .chapter-process .process-card { min-height: 0; padding-top: 14px; padding-bottom: 14px; }
  .chapter-process .process-card h3 { margin: 0.7rem 0 0.45rem; font-size: 1.5rem; }
  .chapter-process .process-card p { font-size: 0.86rem; line-height: 1.4; }
  .chapter-process .chapter-actions { margin-top: 10px; }
  .chapter-process .button { min-height: 46px; }

  .chapter-work .chapter-heading { margin-bottom: 8px; }
  .chapter-work h2 { margin-bottom: 0.45rem; font-size: clamp(2.25rem, 5.8vh, 3.5rem); }
  .chapter-work .chapter-heading > p:last-child { font-size: 0.86rem; line-height: 1.35; }
  .chapter-work .project-showcase { gap: 32px; }
  .chapter-work .project-choice { min-height: 68px; }
  .chapter-work .project-choice strong { font-size: 1.2rem; }
  .chapter-work .project-stage { min-height: 265px; }
  .chapter-work .project-stage-browser { width: min(483px, 90%); }
  .chapter-work .project-stage-note { padding: 0.65rem 0.8rem; }
  .chapter-work .project-stage-note p { display: none; }
  .chapter-work .chapter-actions { margin-top: 8px; }

  .chapter-pricing .chapter-heading { margin-bottom: 8px; }
  .chapter-pricing h2 { margin-bottom: 0.4rem; font-size: clamp(2.2rem, 5.6vh, 3.4rem); }
  .chapter-pricing .chapter-heading > p:last-child { font-size: 0.84rem; line-height: 1.35; }
  .chapter-pricing .price-card { min-height: 0; padding: 14px 20px; }
  .chapter-pricing .price-card h3 { margin-bottom: 0.3rem; font-size: 1.55rem; }
  .chapter-pricing .price-card > div > p:not(.price-kicker) { margin-bottom: 0.3rem; font-size: 0.8rem; line-height: 1.35; }
  .chapter-pricing .price { margin-top: 0.3rem; }
  .chapter-pricing .price span { font-size: 2.8rem; }
  .chapter-pricing .tax-label { margin-bottom: 0.15rem; font-size: 0.64rem; }
  .chapter-pricing .launch-limit { margin: 0.1rem 0; font-size: 0.7rem; }
  .chapter-pricing .installment { margin-bottom: 0.25rem; font-size: 0.72rem; }
  .chapter-pricing .text-link { min-height: 34px; font-size: 0.78rem; }
  .chapter-pricing .care-strip { margin-top: 4px; padding: 4px 18px; }
  .chapter-pricing .care-strip b { font-size: 1.8rem; }
  .chapter-pricing .chapter-actions { margin-top: 0; }
  .chapter-pricing .chapter-actions .button { min-height: 44px; }

  .chapter-contact .contact-grid { gap: 40px; }
  .chapter-contact .contact-copy h2 { margin-bottom: 0.7rem; font-size: clamp(2.6rem, 6.5vh, 4rem); }
  .chapter-contact .lead { font-size: 0.9rem; line-height: 1.4; }
  .chapter-contact .direct-contact { margin: 0.8rem 0; }
  .chapter-contact .direct-contact a { min-height: 36px; font-size: 0.85rem; }
  .chapter-contact .contact-form { padding: 18px 24px; }
  .chapter-contact .form-field { margin-bottom: 4px; }
  .chapter-contact .form-field label { margin-bottom: 0; font-size: 0.7rem; line-height: 1.2; }
  .chapter-contact .form-field input { height: 28px; min-height: 28px; padding: 0.2rem 0; }
  .chapter-contact .form-field textarea { height: 48px; min-height: 48px; padding: 0.2rem 0; }
  .chapter-contact .contact-form .button { min-height: 44px; }
  .chapter-contact .form-hint { display: none; }
  .chapter-contact .contact-actions { display: none; }
}

@media (max-width: 860px) {
  .menu-button { display: inline-flex; }
  .main-menu {
    position: fixed;
    z-index: 101;
    top: 14px;
    right: 16px;
    width: min(430px, calc(100vw - 32px));
    padding: 84px 24px 26px;
    display: grid;
    align-items: stretch;
    background: var(--ink);
    color: var(--paper-light);
    border-radius: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }
  .main-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-menu a {
    min-height: 52px;
    padding: 0.25rem 0;
    border-bottom: 1px solid rgba(255, 250, 242, 0.16);
    font-family: var(--serif);
    font-size: clamp(1.45rem, 6vw, 2rem);
    font-weight: 500;
  }
  .main-menu a:hover { color: var(--butter); }
  .main-menu .menu-contact { margin: 18px 0 0; padding-inline: 1rem; border: 0; background: var(--brick); font-family: var(--sans); font-size: 1rem; font-weight: 700; }
}

@media (max-width: 920px) {
  .hero-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 0; }
  .hero-visual { min-height: 540px; max-width: 680px; width: 100%; margin: 1rem auto 0; }
  .project-orbit { right: 2%; }
  .project-note { right: 2%; }
  .project-showcase { min-height: 0; grid-template-columns: 1fr; gap: 30px; }
  .project-stage { min-height: 390px; }
  .price-grid { grid-template-columns: 1fr; }
  .contact-actions { grid-column: auto; }
  .faq-wrap { grid-template-columns: 1fr; gap: 48px; }
  .faq-intro { position: static; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  :root { --header-height: 68px; }
  body { font-size: 16px; }
  .site-header { padding: 0 18px; }
  .main-menu { top: 8px; right: 8px; width: calc(100vw - 16px); }
  .mobile-progress { padding-inline: 18px; }
  .chapter { min-height: auto; padding: calc(var(--header-height) + 74px) 20px 66px; }
  .chapter-start { min-height: 100svh; }
  h1, .chapter-start h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  h2 { font-size: clamp(2.75rem, 12vw, 4rem); }
  .hero-visual { min-height: 390px; margin-top: 1.8rem; }
  .project-orbit { width: 76%; right: 0; top: 2%; }
  .browser-bar { height: 30px; }
  .project-note { right: 0; bottom: 0; width: 72%; padding: 0.85rem 1rem; }
  .project-note strong { font-size: 1.15rem; }
  .chapter-next { display: none; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: auto; padding: 28px 0; }
  .process-card + .process-card { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .process-card h3 { margin-top: 1.3rem; }
  .chapter-actions { align-items: stretch; flex-direction: column-reverse; }
  .chapter-actions .button { width: 100%; }
  .chapter-actions .back-link { align-self: flex-start; }
  .project-choice { min-height: 78px; }
  .project-choice strong { font-size: 1.25rem; }
  .project-stage { min-height: 300px; }
  .project-stage-browser { width: 96%; }
  .project-stage-note { right: 0; bottom: 0; width: 68%; padding: 0.7rem 0.8rem; }
  .project-stage-note p { display: none; }
  .price-card { min-height: 400px; }
  .care-strip { align-items: flex-start; flex-direction: column; }
  .care-strip p { white-space: normal; }
  .contact-form { padding: 28px 22px; }
  .contact-actions { margin-top: 30px; }
  .faq-section { padding: 72px 20px; }
  .faq-list summary { min-height: 78px; padding-block: 16px; grid-template-columns: 34px 1fr 22px; gap: 8px; }
  .faq-answer { padding: 0 0 24px 42px; }
  .faq-price-list li { align-items: flex-start; flex-direction: column; gap: 2px; }
  .site-footer { padding: 34px 20px; grid-template-columns: 1fr; gap: 12px; }
  .site-footer nav { margin-block: 8px; }
  .legal-page { padding-inline: 20px; }
}

@media (max-width: 380px) {
  .brand { font-size: 1rem; }
  .menu-button { min-width: 54px; padding-inline: 0.75rem; }
  .menu-button > span:first-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
  .actions .text-link { align-self: center; }
}

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