@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --orange: #ff5a1f;
  --orange-dark: #b83206;
  --orange-deep: #9f2f0a;
  --ink: #171713;
  --cream: #f5f0e5;
  --paper: #fffdf8;
  --muted: #66675f;
  --line: #d8d4ca;
  --lime: #c7f064;
  --soft-orange: #ffe6d8;
  --radius: 26px;
  --shadow: 0 28px 80px rgba(39, 26, 14, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Roboto", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
button, summary, select { cursor: pointer; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.hidden { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: #fff; padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 5px #111; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; padding: 14px 0; transition: padding 0.25s ease; }
.site-header.scrolled { padding: 8px 0; }
.nav-wrap { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 10px 12px 10px 18px; border: 1px solid rgba(23, 23, 19, 0.1); border-radius: 999px; background: rgba(255, 253, 248, 0.92); box-shadow: 0 12px 40px rgba(35, 19, 8, 0.1); backdrop-filter: blur(18px) saturate(1.25); transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease; }
.site-header.scrolled .nav-wrap { border-color: rgba(23, 23, 19, 0.14); background: rgba(255, 253, 248, 0.98); box-shadow: 0 16px 45px rgba(35, 19, 8, 0.16); }
.brand { font-size: 27px; font-weight: 900; line-height: 1; letter-spacing: -1.9px; }
.brand span:first-child, .brand-dot { color: var(--orange); }
.site-header .brand span:first-child, .site-header .brand-dot { color: var(--orange-dark); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 2px; border-radius: 3px; background: var(--orange-dark); transform: scaleX(0); transform-origin: right; transition: transform 0.25s ease; }
.site-nav > a:not(.button):hover, .site-nav > a:not(.button):focus-visible { color: var(--orange-dark); }
.site-nav > a:not(.button):hover::after, .site-nav > a:not(.button):focus-visible::after, .site-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform 0.2s; }
.menu-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.button { position: relative; display: inline-flex; overflow: hidden; align-items: center; justify-content: center; gap: 14px; padding: 15px 23px; border: 0; border-radius: 999px; background: var(--orange-dark); color: #fff; font-weight: 800; line-height: 1.2; isolation: isolate; transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease; }
.button::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(110deg, transparent 20%, rgba(255, 255, 255, 0.24) 45%, transparent 70%); transform: translateX(-120%); transition: transform 0.55s ease; }
.button:hover { transform: translateY(-3px); background: #8f2502; box-shadow: 0 14px 30px rgba(104, 32, 7, 0.3); }
.button:hover::after { transform: translateX(120%); }
.button-small { padding: 11px 18px; }
.button-wide { width: 100%; }
.button-dark { background: var(--ink); }
.button-dark:hover { background: #000; }
.text-link { border-bottom: 1px solid currentColor; padding-bottom: 4px; font-weight: 800; }
.eyebrow { margin: 0 0 20px; color: var(--orange-dark); font-size: 12px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow.light { color: #55200e; }

.hero { min-height: 790px; padding: 158px 0 90px; overflow: hidden; background: radial-gradient(circle at 78% 34%, #ffd7c3 0, transparent 30%), linear-gradient(135deg, #fffdf8 58%, #f5ecdc); }
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; align-items: center; gap: 68px; }
.hero h1, .section h2, .statement h2, .brief h2 { margin: 0; font-size: clamp(44px, 5.5vw, 75px); font-weight: 900; line-height: 1.01; letter-spacing: -4.7px; }
.hero h1 em, .request-model h2 em { color: var(--orange); font-style: normal; }
.lede { max-width: 650px; margin: 28px 0 32px; color: #505149; font-size: 20px; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 34px 0 0; padding: 0; color: var(--muted); font-size: 13px; list-style: none; }
.trust-list li::before { content: "\2713"; margin-right: 8px; color: var(--orange-dark); font-weight: 900; }

.hero-studio { position: relative; min-height: 525px; }
.studio-label { position: absolute; z-index: 4; top: 0; left: 50%; display: flex; align-items: center; gap: 8px; transform: translateX(-50%); color: #56574f; font-size: 11px; font-weight: 800; white-space: nowrap; }
.studio-label span { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(199, 240, 100, 0.25); }
.brief-card { position: absolute; z-index: 1; top: 93px; left: 0; width: 235px; padding: 22px; border: 1px solid #e2d7c6; border-radius: 21px; background: #fffaf0; box-shadow: 0 18px 50px rgba(56, 35, 14, 0.11); transform: rotate(-5deg); }
.brief-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; font-size: 10px; letter-spacing: 1.4px; }
.brief-card-top b { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 9px; }
.brief-line { width: 72%; height: 7px; margin: 10px 0; border-radius: 9px; background: #dbd5c9; }
.brief-line-long { width: 100%; background: var(--orange); }
.brief-tags { display: flex; gap: 6px; margin-top: 26px; }
.brief-tags i { padding: 5px 7px; border: 1px solid #d8d1c5; border-radius: 99px; color: #74736c; font-size: 8px; font-style: normal; }
.generation-path { position: absolute; top: 225px; left: 200px; display: flex; gap: 10px; }
.generation-path span { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); opacity: 0.35; }
.generation-path span:nth-child(2) { opacity: 0.65; }
.generation-path span:nth-child(3) { opacity: 1; }
.demo-card { position: absolute; z-index: 2; right: 0; bottom: 46px; width: 375px; overflow: hidden; border-radius: 23px; background: #fff; box-shadow: var(--shadow); transform: rotate(2.5deg); }
.demo-browser { display: flex; align-items: center; gap: 6px; height: 44px; padding: 0 14px; background: #ebe8df; }
.demo-browser i { width: 7px; height: 7px; border-radius: 50%; background: #b7b3a9; }
.demo-browser span { flex: 1; margin-left: 6px; padding: 4px 12px; border-radius: 8px; background: #fff; color: #62635b; font-size: 8px; }
.demo-content { min-height: 300px; padding: 54px 36px 35px; background: linear-gradient(118deg, #fff 0 61%, var(--orange) 61%); }
.demo-content small { display: block; margin-bottom: 12px; color: var(--orange-dark); font-size: 8px; font-weight: 900; letter-spacing: 1.3px; }
.demo-content strong { display: block; max-width: 210px; font-size: 32px; line-height: 1.02; letter-spacing: -1.7px; }
.demo-content > span { display: block; width: 155px; height: 5px; margin-top: 17px; border-radius: 10px; background: #dbd9d2; }
.demo-content > span + span { width: 112px; margin-top: 8px; }
.demo-content button { margin-top: 27px; padding: 9px 19px; border: 0; border-radius: 99px; background: var(--ink); color: #fff; font-size: 9px; font-weight: 800; }
.time-card { position: absolute; z-index: 4; top: 55px; right: 8px; display: flex; align-items: center; gap: 9px; padding: 12px 16px; border-radius: 15px; background: var(--ink); color: #fff; box-shadow: 0 14px 40px rgba(23, 23, 19, 0.2); transform: rotate(4deg); }
.time-card strong { color: var(--lime); font-size: 35px; line-height: 1; }
.time-card span { font-size: 9px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }
.free-card { position: absolute; z-index: 4; bottom: 9px; left: 87px; padding: 11px 17px; border: 2px solid var(--ink); border-radius: 99px; background: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: 1px; transform: rotate(-8deg); }

@keyframes signal-dot { 0%, 100% { opacity: 0.25; transform: scale(0.75); } 50% { opacity: 1; transform: scale(1.25); } }
@keyframes float-soft { 0%, 100% { translate: 0 0; } 50% { translate: 0 -9px; } }
@keyframes drift-glow { 0%, 100% { transform: translate3d(0, 0, 0) scale(1); } 50% { transform: translate3d(-28px, 24px, 0) scale(1.12); } }
@keyframes menu-in { from { opacity: 0; translate: 0 -8px; scale: 0.98; } to { opacity: 1; translate: 0 0; scale: 1; } }

.generation-path span { animation: signal-dot 1.8s ease-in-out infinite; }
.generation-path span:nth-child(2) { animation-delay: 0.2s; }
.generation-path span:nth-child(3) { animation-delay: 0.4s; }
.time-card, .free-card { animation: float-soft 4.5s ease-in-out infinite; }
.free-card { animation-delay: -2.1s; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid p { margin: 0; padding: 19px 14px; border-right: 1px solid var(--line); color: #55564e; font-size: 12px; font-weight: 800; text-align: center; text-transform: uppercase; letter-spacing: 0.7px; }
.proof-grid p:first-child { border-left: 1px solid var(--line); }
.proof-grid p::before { content: "\2713"; margin-right: 8px; color: var(--orange-dark); }

.statement { padding: 100px 0; background: var(--ink); color: #fff; }
.statement .eyebrow { color: var(--orange); }
.statement-grid { display: grid; grid-template-columns: 1fr 3.2fr; gap: 45px; }
.statement h2 { max-width: 930px; font-size: clamp(36px, 4.6vw, 62px); letter-spacing: -3.6px; }
.statement h2 em { color: var(--lime); font-style: normal; }

.section { padding: 110px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 55px; }
.section-heading h2 { max-width: 780px; font-size: clamp(38px, 4.5vw, 61px); letter-spacing: -3.6px; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.steps-grid li { min-height: 330px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.steps-grid .step-featured { border-color: var(--orange); background: var(--soft-orange); }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 85px; }
.step-top span { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 11px; font-weight: 800; }
.step-top b { padding: 7px 10px; border: 1px solid #bbb8af; border-radius: 99px; color: #65665e; font-size: 9px; letter-spacing: 0.7px; text-transform: uppercase; }
.steps-grid h3 { margin: 0 0 14px; font-size: 23px; line-height: 1.15; letter-spacing: -0.8px; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.demo-boundary { max-width: 850px; margin: 25px auto 0; color: var(--muted); font-size: 12px; text-align: center; }

.generated { overflow: hidden; background: var(--orange-deep); color: var(--paper); }
.generated .eyebrow { color: var(--lime); }
.generated-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; gap: 90px; }
.generated-copy h2 { font-size: clamp(42px, 5vw, 67px); letter-spacing: -4px; }
.generated-copy > p:not(.eyebrow) { max-width: 620px; font-size: 17px; opacity: 0.84; }
.generated-board { position: relative; min-height: 510px; }
.board-card { position: absolute; padding: 24px; border-radius: 22px; box-shadow: 0 22px 55px rgba(101, 32, 8, 0.21); }
.board-card small { display: block; margin-bottom: 18px; font-size: 9px; font-weight: 900; letter-spacing: 1.3px; }
.board-brand { top: 8px; left: 20px; width: 290px; height: 205px; background: var(--paper); color: var(--ink); transform: rotate(-4deg); }
.board-brand strong { display: block; font-size: 31px; }
.board-brand div { display: flex; gap: 8px; margin-top: 28px; }
.board-brand i { width: 36px; height: 36px; border-radius: 50%; background: var(--orange); }
.board-brand i:nth-child(2) { background: var(--ink); }
.board-brand i:nth-child(3) { background: var(--lime); }
.board-type { top: 75px; right: 0; width: 260px; height: 240px; background: var(--ink); color: #fff; transform: rotate(5deg); }
.board-type strong { font-family: inherit; font-size: 70px; font-weight: 900; line-height: 1; }
.board-type p { margin: 15px 0 0; color: #a9a99f; font-size: 12px; }
.board-goal { right: 52px; bottom: 25px; width: 330px; height: 155px; background: var(--lime); color: var(--ink); transform: rotate(-3deg); }
.board-goal strong { font-size: 25px; }
.board-stamp { position: absolute; z-index: 4; bottom: 70px; left: 8px; display: grid; width: 125px; height: 125px; place-items: center; border: 3px solid var(--ink); border-radius: 50%; background: #fff; color: var(--ink); font-size: 14px; font-weight: 900; line-height: 1.15; text-align: center; transform: rotate(9deg); }

.included { background: var(--cream); }
.included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.included-grid article { min-height: 275px; padding: 28px; border-radius: var(--radius); background: #fff; }
.included-grid article > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--soft-orange); color: var(--orange-dark); font-size: 10px; font-weight: 900; }
.included-grid h3 { margin: 70px 0 12px; font-size: 21px; line-height: 1.2; letter-spacing: -0.6px; }
.included-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.included-grid .custom-card { background: var(--ink); color: #fff; }
.included-grid .custom-card > span { background: var(--lime); color: var(--ink); font-size: 19px; }
.included-grid .custom-card p { color: #b2b2aa; }
.custom-card a { display: inline-block; margin-top: 17px; border-bottom: 1px solid var(--lime); color: var(--lime); font-size: 13px; font-weight: 800; }

.pricing { background: var(--ink); color: #fff; }
.pricing-heading { display: grid; grid-template-columns: 1.1fr 2fr 1fr; align-items: end; gap: 40px; margin-bottom: 55px; }
.pricing-heading .eyebrow { align-self: start; color: var(--orange); }
.pricing-heading h2 { font-size: clamp(40px, 4.8vw, 64px); letter-spacing: -4px; }
.pricing-heading > p:last-child { color: #aaa9a1; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.plan-card { position: relative; min-height: 610px; padding: 35px 30px; border: 1px solid #3e3e38; border-radius: 28px; background: #24241f; }
.plan-primary { border-color: var(--orange); background: var(--paper); color: var(--ink); }
.plan-badge { position: absolute; top: 21px; right: 21px; padding: 7px 10px; border-radius: 99px; background: var(--orange-dark); color: #fff; font-size: 8px; font-weight: 900; letter-spacing: 0.8px; }
.plan-name { margin: 0 0 28px; color: #b3b2aa; font-size: 12px; font-weight: 900; letter-spacing: 1.3px; text-transform: uppercase; }
.plan-primary .plan-name { color: var(--orange-dark); }
.plan-price { display: flex; align-items: end; min-height: 83px; }
.plan-price sup { align-self: start; margin: 15px 6px 0 0; font-size: 13px; font-weight: 800; }
.plan-price strong { font-size: 75px; line-height: 0.9; letter-spacing: -5px; }
.plan-price span { margin: 0 0 4px 7px; color: #aaa9a1; font-size: 13px; }
.plan-primary .plan-price span { color: #5d5e56; }
.custom-price { min-height: 83px; padding-top: 13px; font-size: 37px; font-weight: 900; letter-spacing: -2px; }
.plan-summary { min-height: 75px; margin: 25px 0; color: #aaa9a1; font-size: 14px; }
.plan-primary .plan-summary { color: var(--muted); }
.plan-card ul { min-height: 205px; margin: 0 0 25px; padding: 25px 0 0; border-top: 1px solid #44443e; list-style: none; }
.plan-primary ul { border-color: var(--line); }
.plan-card li { margin: 11px 0; color: #d7d6ce; font-size: 13px; }
.plan-primary li { color: #505149; }
.plan-card li::before { content: "\2713"; margin-right: 9px; color: var(--lime); font-weight: 900; }
.plan-primary li::before { color: var(--orange-dark); }
.plan-custom .text-link { display: inline-block; color: var(--lime); }
.pricing-fineprint { max-width: 840px; margin: 24px auto 0; color: #92928a; font-size: 11px; text-align: center; }

.request-model { background: var(--paper); }
.request-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 55px 90px; align-items: center; }
.request-model h2 { font-size: clamp(42px, 5vw, 66px); letter-spacing: -4px; }
.queue-card { padding: 15px; border: 1px solid var(--line); border-radius: 27px; background: var(--cream); box-shadow: var(--shadow); }
.queue-item { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px; padding: 17px; border-bottom: 1px solid var(--line); }
.queue-item:last-child { border-bottom: 0; }
.queue-item > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #ddd8cc; font-size: 9px; font-weight: 900; }
.queue-item p { margin: 0; line-height: 1.3; }
.queue-item strong { display: block; font-size: 13px; }
.queue-item small { color: var(--muted); font-size: 10px; }
.queue-item > b { color: #62635b; font-size: 9px; text-transform: uppercase; }
.queue-item.active { border-radius: 17px; background: #fff; box-shadow: 0 10px 30px rgba(38, 27, 16, 0.09); }
.queue-item.active > span { background: var(--orange-dark); color: #fff; }
.queue-item.active > b { color: var(--orange-dark); }
.request-copy { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; color: var(--muted); font-size: 14px; }
.request-copy p { margin: 0; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.35fr; gap: 100px; }
.faq-grid h2 { font-size: clamp(38px, 4.4vw, 59px); letter-spacing: -3.5px; }
.faq-grid > div:first-child > p:last-child { max-width: 390px; color: var(--muted); }
.accordion { border-top: 1px solid #c8c4ba; }
details { border-bottom: 1px solid #c8c4ba; }
summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; font-size: 17px; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--orange-dark); font-size: 24px; transition: transform 0.2s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -5px 45px 25px 0; color: var(--muted); }

.brief { padding: 110px 0; background: var(--orange-deep); color: var(--paper); }
.brief .eyebrow { color: var(--lime); }
.brief-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: start; gap: 90px; }
.brief-intro { position: sticky; top: 130px; }
.brief h2 { font-size: clamp(42px, 5vw, 65px); letter-spacing: -4px; }
.brief-intro > p:not(.eyebrow, .brief-note) { max-width: 530px; font-size: 18px; opacity: 0.84; }
.brief-intro ol { display: grid; gap: 13px; margin: 40px 0; padding: 0; list-style: none; }
.brief-intro li { display: flex; align-items: center; gap: 12px; font-weight: 700; }
.brief-intro li span { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(255, 253, 248, 0.6); border-radius: 50%; font-size: 10px; }
.brief-note { max-width: 420px; padding-top: 25px; border-top: 1px solid rgba(255, 253, 248, 0.4); font-size: 13px; }
.brief-form { padding: 40px; border-radius: 29px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(104, 34, 8, 0.24); }
.brief-form fieldset { margin: 0 0 38px; padding: 0; border: 0; }
.brief-form legend { width: 100%; margin: 0 0 25px; padding: 0 0 13px; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 900; }
.brief-form legend span { display: inline-grid; width: 29px; height: 29px; margin-right: 9px; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 9px; vertical-align: middle; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.brief-form label { display: block; margin-bottom: 20px; font-size: 12px; font-weight: 800; }
.brief-form input:not([type="checkbox"]), .brief-form textarea, .brief-form select { display: block; width: 100%; margin-top: 7px; padding: 12px 0; border: 0; border-bottom: 1px solid #aaa79f; border-radius: 0; outline: 0; background: transparent; }
.brief-form textarea { resize: vertical; }
.brief-form input:focus, .brief-form textarea:focus, .brief-form select:focus { border-color: var(--orange-dark); box-shadow: 0 1px 0 var(--orange-dark); }
.optional { color: #62635b; font-size: 9px; font-weight: 600; }
.consent { display: grid !important; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; margin: 0 0 23px !important; color: #62635b; font-weight: 500 !important; line-height: 1.45; }
.consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--orange); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.form-note a { border-bottom: 1px solid currentColor; }

footer { padding: 70px 0 28px; background: var(--ink); color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.4fr 0.65fr 0.65fr 1.25fr; gap: 45px; padding-bottom: 55px; }
.brand-footer { font-size: 32px; }
.footer-main > div:first-child > p { max-width: 300px; color: #9d9d95; font-size: 14px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.footer-links p { margin: 0 0 8px; color: #9d9d95; font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.footer-links a:hover { color: var(--orange); }
.footer-cta { align-self: start; padding: 24px; border: 1px solid #494942; border-radius: 19px; background: #22221e; }
.footer-cta span { display: block; margin-bottom: 17px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.footer-cta strong { font-size: 16px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid #3b3b35; color: #818179; font-size: 11px; }

.thanks, .legal-page { min-height: 100vh; background: radial-gradient(circle at 82% 25%, #ffe0cf, transparent 32%), var(--paper); }
.simple-header { padding: 28px 0; }
.simple-header .shell { display: flex; align-items: center; justify-content: space-between; }
.simple-header a:last-child { font-size: 13px; font-weight: 800; }
.thanks-main { display: grid; min-height: calc(100vh - 100px); place-items: center; padding: 70px 20px 120px; }
.thanks-card { max-width: 780px; text-align: center; }
.thanks-mark { display: grid; width: 64px; height: 64px; margin: 0 auto 30px; place-items: center; border-radius: 50%; background: var(--lime); font-size: 26px; font-weight: 900; }
.thanks-card h1, .legal-content h1 { margin: 0; font-size: clamp(42px, 6vw, 72px); font-weight: 900; line-height: 1.03; letter-spacing: -4px; }
.thanks-card > p:not(.eyebrow) { max-width: 620px; margin: 26px auto 30px; color: var(--muted); font-size: 18px; }
.next-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 38px 0; text-align: left; }
.next-steps div { padding: 20px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.next-steps span { color: var(--orange-dark); font-size: 10px; font-weight: 900; }
.next-steps strong { display: block; margin-top: 14px; font-size: 13px; }
.legal-content { width: min(820px, calc(100% - 40px)); margin: 70px auto 120px; }
.legal-content h1 { max-width: 760px; }
.legal-intro { margin: 25px 0 50px; color: var(--muted); font-size: 18px; }
.legal-content h2 { margin: 42px 0 12px; font-size: 25px; letter-spacing: -0.8px; }
.legal-content h3 { margin: 28px 0 8px; font-size: 18px; }
.legal-content p, .legal-content li { color: #55564f; }
.legal-content ul { padding-left: 22px; }
.legal-meta { display: inline-block; margin-bottom: 18px; padding: 7px 11px; border-radius: 99px; background: var(--soft-orange); color: var(--orange-dark); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.legal-callout { margin: 35px 0; padding: 25px; border-left: 4px solid var(--orange); background: var(--cream); }

.brief-compact { padding: 90px 0; }
.brief-compact .brief-intro { position: static; }
.brief-cta-grid { align-items: center; }
.brief-cta-card { padding: 42px; border-radius: 28px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 90px rgba(67, 17, 3, 0.26); }
.brief-cta-card h3 { margin: 0 0 18px; font-size: clamp(28px, 3.2vw, 43px); line-height: 1.08; letter-spacing: -1.8px; }
.brief-cta-card .eyebrow { color: var(--orange-dark); }
.brief-cta-card > p:not(.eyebrow) { margin: 0 0 28px; color: var(--muted); }
.brief-cta-card .text-link { display: table; margin: 24px auto 0; font-size: 13px; }

.subpage-main { overflow: hidden; }
.subpage-hero { position: relative; overflow: hidden; padding: 158px 0 92px; background: radial-gradient(circle at 82% 22%, #ffd6c1, transparent 28%), var(--cream); isolation: isolate; }
.subpage-hero::before, .subpage-hero::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; filter: blur(2px); }
.subpage-hero::before { top: -180px; right: -80px; width: 480px; height: 480px; background: rgba(255, 255, 255, 0.18); animation: drift-glow 10s ease-in-out infinite; }
.subpage-hero::after { bottom: -210px; left: 28%; width: 350px; height: 350px; border: 1px solid rgba(255, 255, 255, 0.2); animation: drift-glow 13s ease-in-out infinite reverse; }
.subpage-hero.deep { background: radial-gradient(circle at 82% 22%, #c84a1e, transparent 29%), var(--orange-deep); color: var(--paper); }
.subpage-hero.dark { background: radial-gradient(circle at 82% 22%, #34342d, transparent 30%), var(--ink); color: var(--paper); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 35px; color: var(--muted); font-size: 11px; font-weight: 700; }
.deep .breadcrumbs, .dark .breadcrumbs { color: #ead6cf; }
.deep .eyebrow, .dark .eyebrow { color: var(--lime); }
.breadcrumbs a { border-bottom: 1px solid currentColor; }
.subpage-hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 80px; }
.subpage-hero h1, .article-hero h1 { max-width: 850px; margin: 0; font-size: clamp(45px, 5.9vw, 78px); font-weight: 900; line-height: 1.01; letter-spacing: -4.8px; }
.subpage-hero h1 em { color: var(--orange-dark); font-style: normal; }
.deep h1 em, .dark h1 em { color: var(--lime); }
.subpage-lede { max-width: 720px; margin: 27px 0 31px; color: var(--muted); font-size: 19px; }
.deep .subpage-lede, .dark .subpage-lede { color: #e4cec6; }
.subpage-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.deep .text-link, .dark .text-link { border-color: var(--paper); color: var(--paper); }
.hero-facts { display: grid; gap: 10px; padding: 17px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255, 253, 248, 0.82); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.deep .hero-facts, .dark .hero-facts { border-color: rgba(255, 255, 255, 0.18); background: rgba(23, 23, 19, 0.6); }
.hero-fact { display: grid; grid-template-columns: 54px 1fr; gap: 14px; align-items: center; padding: 18px; border-radius: 18px; background: #fff; color: var(--ink); }
.deep .hero-fact, .dark .hero-fact { background: rgba(255, 253, 248, 0.1); color: var(--paper); }
.hero-fact span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--soft-orange); color: var(--orange-dark); font-size: 11px; font-weight: 900; }
.deep .hero-fact span, .dark .hero-fact span { background: var(--lime); color: var(--ink); }
.hero-fact strong { display: block; font-size: 15px; }
.hero-fact small { display: block; color: var(--muted); font-size: 11px; }
.deep .hero-fact small, .dark .hero-fact small { color: #ead6cf; }

.hero-fact, .info-card, .guide-card, .fit-panel, .steps-grid li, .included-grid article, .plan-card, .plan-custom, .page-links a, .brief-cta-card, .next-steps div { transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease; }
.hero-fact:hover, .info-card:hover, .guide-card:hover, .fit-panel:hover, .steps-grid li:hover, .included-grid article:hover, .plan-card:hover, .plan-custom:hover, .page-links a:hover, .brief-cta-card:hover, .next-steps div:hover { transform: translateY(-6px); border-color: rgba(184, 50, 6, 0.42); box-shadow: 0 20px 45px rgba(39, 26, 14, 0.13); }
.deep .hero-fact:hover, .dark .hero-fact:hover { border-color: rgba(199, 240, 100, 0.48); box-shadow: 0 18px 40px rgba(28, 8, 2, 0.28); }
.hero-fact:hover span, .info-card:hover > span { transform: rotate(-5deg) scale(1.08); }
.hero-fact span, .info-card > span { transition: transform 0.28s ease; }

html.motion-ready .reveal-item { opacity: 0; translate: 0 28px; scale: 0.985; transition: opacity 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), translate 0.7s cubic-bezier(0.2, 0.7, 0.2, 1), scale 0.7s cubic-bezier(0.2, 0.7, 0.2, 1); transition-delay: var(--reveal-delay, 0ms); }
html.motion-ready .reveal-item.is-visible { opacity: 1; translate: 0 0; scale: 1; }

.content-section { padding: 100px 0; }
.content-section.tinted { background: var(--cream); }
.content-section.dark-section { background: var(--ink); color: var(--paper); }
.content-heading { max-width: 820px; margin-bottom: 48px; }
.content-heading h2 { margin: 0; font-size: clamp(37px, 4.3vw, 58px); line-height: 1.05; letter-spacing: -3.3px; }
.content-heading > p:not(.eyebrow) { max-width: 680px; margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.dark-section .content-heading > p:not(.eyebrow) { color: #aaa9a1; }
.copy-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; align-items: start; }
.copy-grid > h2 { margin: 0; font-size: clamp(35px, 4vw, 55px); line-height: 1.06; letter-spacing: -3px; }
.prose { max-width: 760px; }
.prose > :first-child { margin-top: 0; }
.prose p, .prose li { color: var(--muted); }
.prose h3 { margin: 33px 0 10px; font-size: 23px; line-height: 1.2; letter-spacing: -0.8px; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin: 9px 0; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.info-card { min-height: 265px; padding: 27px; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.info-card > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: var(--soft-orange); color: var(--orange-dark); font-size: 10px; font-weight: 900; }
.info-card h3 { margin: 60px 0 12px; font-size: 21px; line-height: 1.18; letter-spacing: -0.6px; }
.info-card p { margin: 0; color: var(--muted); font-size: 14px; }
.info-card.accent-card { border-color: var(--orange-deep); background: var(--orange-deep); color: var(--paper); }
.info-card.accent-card > span { background: var(--lime); color: var(--ink); }
.info-card.accent-card p { color: #ead6cf; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 18px 18px 18px 52px; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: #4d4e47; }
.check-list li::before { content: "\2713"; position: absolute; top: 17px; left: 19px; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 10px; font-weight: 900; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fit-panel { padding: 34px; border-radius: 25px; background: #fff; }
.fit-panel h3 { margin: 0 0 22px; font-size: 25px; letter-spacing: -0.9px; }
.fit-panel ul { margin: 0; padding: 0; list-style: none; }
.fit-panel li { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.fit-panel li:last-child { border-bottom: 0; }
.fit-panel.not-fit { background: var(--ink); color: var(--paper); }
.fit-panel.not-fit li { border-color: #3d3d37; color: #afafa7; }
.answer-strip { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 23px; padding: 28px 30px; border-radius: 22px; background: var(--lime); color: var(--ink); }
.answer-strip span { font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.answer-strip strong { font-size: 22px; line-height: 1.2; }
.answer-strip a { font-size: 13px; font-weight: 900; }

.comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 24px; background: #fff; }
.comparison-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th { background: var(--cream); font-size: 12px; letter-spacing: 0.5px; text-transform: uppercase; }
.comparison-table td { color: var(--muted); font-size: 14px; }
.comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table td:first-child { color: var(--ink); font-weight: 800; }

.cta-band { padding: 80px 0; background: var(--orange-deep); color: var(--paper); }
.cta-band-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.cta-band h2 { max-width: 780px; margin: 0; font-size: clamp(37px, 4.5vw, 61px); line-height: 1.03; letter-spacing: -3.5px; }
.cta-band p { max-width: 650px; margin: 17px 0 0; color: #ead6cf; }
.cta-band .button { background: var(--paper); color: var(--orange-deep); }
.cta-band .button:hover { background: #fff; }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.guide-card { display: flex; min-height: 360px; padding: 28px; border: 1px solid var(--line); border-radius: 25px; background: #fff; flex-direction: column; }
.guide-card .guide-label { color: var(--orange-dark); font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.guide-card h2, .guide-card h3 { margin: 70px 0 15px; font-size: 27px; line-height: 1.12; letter-spacing: -1.1px; }
.guide-card p { margin: 0; color: var(--muted); font-size: 14px; }
.guide-card a { margin-top: auto; padding-top: 24px; font-size: 13px; font-weight: 900; }
.guide-card.feature-guide { background: var(--orange-deep); color: var(--paper); }
.guide-card.feature-guide .guide-label { color: var(--lime); }
.guide-card.feature-guide p { color: #ead6cf; }

.article-hero { padding: 150px 0 75px; background: var(--cream); }
.article-hero h1 { max-width: 980px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 25px; margin-top: 27px; color: var(--muted); font-size: 12px; }
.article-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: center; gap: 75px; padding: 80px 0 110px; }
.article-nav { position: sticky; top: 120px; align-self: start; padding-left: 18px; border-left: 2px solid var(--line); }
.article-nav p { margin: 0 0 11px; color: var(--orange-dark); font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.article-nav a { display: block; margin: 9px 0; color: var(--muted); font-size: 12px; }
.article-body { min-width: 0; font-size: 17px; }
.article-body > :first-child { margin-top: 0; }
.article-body h2 { margin: 55px 0 16px; font-size: 34px; line-height: 1.13; letter-spacing: -1.4px; }
.article-body h3 { margin: 34px 0 12px; font-size: 22px; }
.article-body p, .article-body li { color: #505149; }
.article-body li { margin: 10px 0; }
.article-body a { color: var(--orange-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-callout { margin: 36px 0; padding: 27px; border-left: 4px solid var(--orange-deep); background: var(--cream); }
.article-callout strong { display: block; margin-bottom: 7px; }
.article-callout p { margin: 0; }
.article-summary { margin: 40px 0; padding: 30px; border-radius: 22px; background: var(--ink); color: var(--paper); }
.article-summary h2 { margin-top: 0; }
.article-summary p, .article-summary li { color: #d0d0c8; }
.article-summary .check-list li { border-color: #45453f; background: #2b2b26; color: #eeeeea; }

.page-links { padding: 45px 0; border-top: 1px solid var(--line); background: var(--paper); }
.page-links-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.page-links a { padding: 18px; border: 1px solid var(--line); border-radius: 15px; font-size: 12px; font-weight: 800; }
.page-links a:hover { border-color: var(--orange); color: var(--orange-dark); }

.analytics-consent {
  position: fixed;
  z-index: 80;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  width: min(760px, calc(100% - 40px));
  margin-inline: auto;
  padding: 20px;
  border: 1px solid #42423c;
  border-radius: 20px;
  background: #171713;
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}
.analytics-consent[hidden] { display: none; }
.analytics-consent p { margin: 0; color: #d8d8d1; font-size: 14px; }
.analytics-consent strong { display: block; margin-bottom: 3px; color: #fff; font-size: 16px; }
.analytics-consent a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.analytics-consent-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.analytics-consent .button { padding: 11px 17px; font-size: 13px; }
.analytics-consent .button-secondary { border: 1px solid #72726a; background: transparent; }
.analytics-consent .button-secondary:hover { border-color: #fff; background: #2e2e29; }
.analytics-preferences {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1040px) {
  .hero-grid, .generated-grid, .brief-grid { grid-template-columns: 1fr; }
  .subpage-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .subpage-hero .hero-facts { max-width: 650px; }
  .guide-grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; width: min(800px, calc(100% - 40px)); margin-inline: auto; }
  .article-nav { position: static; display: none; }
  .hero { padding-top: 135px; }
  .hero-studio { width: min(570px, 100%); margin: 0 auto; }
  .pricing-heading { grid-template-columns: 1fr; gap: 15px; }
  .pricing-heading .eyebrow { margin-bottom: 0; }
  .brief-grid { gap: 55px; }
  .brief-intro { position: static; }
  .footer-main { grid-template-columns: 1.2fr 0.7fr 0.7fr; }
  .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .nav-wrap { border-radius: 24px; }
  .site-nav { position: absolute; top: 68px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 6px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; animation: menu-in 0.22s ease-out both; }
  .site-nav > a { padding: 10px 8px; }
  .site-nav .button { margin-top: 6px; }
  .menu-toggle { display: block; }
  .statement-grid, .faq-grid, .request-grid { grid-template-columns: 1fr; gap: 35px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 20px; }
  .included-grid, .plans-grid { grid-template-columns: 1fr 1fr; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .copy-grid { grid-template-columns: 1fr; gap: 30px; }
  .cta-band-grid { grid-template-columns: 1fr; }
  .page-links-grid { grid-template-columns: 1fr 1fr; }
  .plan-custom { grid-column: 1 / -1; min-height: auto; }
  .plan-custom ul { min-height: auto; }
  .request-copy { grid-column: 1; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .hero { min-height: 0; padding: 125px 0 65px; }
  .hero-grid { gap: 42px; }
  .hero h1, .section h2, .statement h2, .brief h2, .request-model h2 { font-size: 43px; letter-spacing: -2.8px; }
  .subpage-hero h1, .article-hero h1 { font-size: 43px; letter-spacing: -2.8px; }
  .subpage-hero { padding: 125px 0 70px; }
  .lede { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-studio { min-height: 400px; }
  .brief-card { top: 73px; width: 180px; padding: 16px; }
  .brief-tags { gap: 3px; }
  .brief-tags i { padding: 4px 5px; }
  .generation-path { top: 190px; left: 145px; }
  .demo-card { width: 275px; }
  .demo-content { min-height: 220px; padding: 35px 22px 25px; }
  .demo-content strong { max-width: 155px; font-size: 24px; }
  .demo-content > span { width: 110px; }
  .time-card { top: 30px; right: 0; }
  .free-card { bottom: 0; left: 20px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid p { border-bottom: 1px solid var(--line); }
  .statement, .section, .brief { padding: 76px 0; }
  .statement-grid { gap: 10px; }
  .section-heading { margin-bottom: 35px; }
  .steps-grid, .included-grid, .plans-grid { grid-template-columns: 1fr; }
  .card-grid, .guide-grid, .fit-grid, .check-list, .page-links-grid { grid-template-columns: 1fr; }
  .answer-strip { grid-template-columns: 1fr; }
  .hero-fact { grid-template-columns: 46px 1fr; }
  .content-section { padding: 75px 0; }
  .cta-band { padding: 70px 0; }
  .article-layout { width: min(100% - 28px, 800px); padding: 65px 0 85px; }
  .article-body { font-size: 16px; }
  .steps-grid li { min-height: 280px; }
  .step-top { margin-bottom: 55px; }
  .generated-grid { gap: 40px; }
  .generated-board { min-height: 410px; transform: scale(0.86); transform-origin: center top; }
  .board-brand { left: 0; width: 245px; }
  .board-type { top: 95px; width: 215px; }
  .board-goal { right: 10px; width: 280px; }
  .plan-card, .plan-custom { grid-column: auto; min-height: auto; }
  .plan-card ul { min-height: auto; }
  .request-copy { grid-template-columns: 1fr; }
  .queue-item { grid-template-columns: 38px 1fr; }
  .queue-item > b { display: none; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .brief-form { padding: 28px 21px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:first-child, .footer-cta { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom p { margin: 8px 0; }
  .next-steps { grid-template-columns: 1fr; }
  .thanks-card h1, .legal-content h1 { letter-spacing: -2.5px; }
  .analytics-consent { right: 14px; bottom: 14px; left: 14px; grid-template-columns: 1fr; width: auto; gap: 15px; padding: 17px; }
  .analytics-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  html.motion-ready .reveal-item { opacity: 1 !important; translate: none !important; scale: none !important; }
}
