:root {
  --ink: #0b0d10;
  --ink-2: #171a20;
  --canvas: #f4f1ea;
  --paper: #ffffff;
  --signal: #6477ff;
  --signal-dark: #4f62ec;
  --line: #d9d7d0;
  --muted: #696d75;
  --soft: #ece9e2;
  --success: #2f8b62;
  --danger: #bd3b3b;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(11, 13, 16, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
a { color: inherit; }
fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
legend { padding: 0; }
code { padding: .12rem .35rem; border-radius: 6px; background: #ececf4; font-size: .88em; }

.container { width: min(1280px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 112px 0; }
.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: 20px; top: -80px; z-index: 9999; padding: 12px 18px;
  border-radius: 10px; background: var(--paper); color: var(--ink); text-decoration: none;
  box-shadow: var(--shadow);
}
.skip-link:focus { top: 18px; }

.announcement {
  min-height: 42px; padding: 9px 20px; display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--ink); color: rgba(255,255,255,.78); font-size: 13px; text-align: center;
}
.announcement span { color: #fff; font-weight: 700; }
.text-button { padding: 0; border: 0; background: none; color: #aab5ff; font-weight: 700; text-decoration: underline; cursor: pointer; }

.site-header {
  position: sticky; top: 0; z-index: 1000; height: 78px; display: flex; align-items: center;
  background: rgba(244, 241, 234, .86); border-bottom: 1px solid rgba(11,13,16,.08); backdrop-filter: blur(18px);
}
.nav-wrap { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; letter-spacing: -.04em; font-size: 18px; }
.brand img { color: var(--ink); }
.brand strong { font-weight: 800; }
.brand span { font-weight: 500; }
.primary-nav { display: flex; justify-content: center; align-items: center; gap: 30px; }
.primary-nav a { position: relative; color: #383b42; text-decoration: none; font-size: 14px; font-weight: 600; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--signal); transition: right .22s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.mobile-menu-cta { display: none; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .2s; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 0 22px;
  border: 1px solid var(--signal); border-radius: 12px; background: var(--signal); color: #fff; font-weight: 700;
  text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
  box-shadow: 0 10px 28px rgba(100,119,255,.25);
}
.button:hover { transform: translateY(-2px); background: var(--signal-dark); border-color: var(--signal-dark); }
.button:focus-visible { outline: 3px solid rgba(100,119,255,.28); outline-offset: 3px; }
.button-small { min-height: 44px; padding-inline: 17px; font-size: 14px; }
.button-secondary { background: transparent; border-color: #b7b5af; color: var(--ink); box-shadow: none; }
.button-secondary:hover { background: var(--paper); border-color: var(--ink); }
.button-light { background: #fff; border-color: #fff; color: var(--ink); box-shadow: 0 12px 34px rgba(0,0,0,.18); }
.button-light:hover { background: #f1f1f1; border-color: #f1f1f1; }
.button.full { width: 100%; }
.button[disabled] { opacity: .45; pointer-events: none; }
.hidden { display: none !important; }

.hero { position: relative; overflow: hidden; padding-top: 90px; }
.hero::before {
  content: ""; position: absolute; width: 620px; height: 620px; right: -200px; top: 20px;
  border-radius: 50%; background: radial-gradient(circle, rgba(100,119,255,.15), rgba(100,119,255,0) 70%); pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(450px, 1.06fr); gap: 70px; align-items: center; }
.hero-copy h1, .section-heading h2, .accuracy-copy h2, .final-cta h2, .faq-intro h2 {
  margin: 0; font-size: clamp(45px, 5.2vw, 78px); line-height: .99; letter-spacing: -.065em;
}
.hero-copy h1 em, .section-heading h2 em { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; color: var(--signal); }
.hero-lead { max-width: 680px; margin: 28px 0 32px; color: #4e525a; font-size: clamp(18px, 1.7vw, 22px); line-height: 1.55; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: #525760; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.64); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #54c98d; box-shadow: 0 0 0 6px rgba(84,201,141,.13); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.micro-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; color: #676b73; font-size: 13px; }
.micro-proof i { color: var(--success); font-style: normal; font-weight: 800; }
.hero-visual { position: relative; min-height: 650px; display: grid; place-items: center; }
.hero-scene-stack { position: relative; width: min(410px, 82%); aspect-ratio: 4 / 5; }
.scene-card { position: absolute; inset: 0; overflow: hidden; border: 1px solid rgba(11,13,16,.10); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.scene-card img { width: 100%; height: 100%; object-fit: cover; }
.scene-card-back { transform: translate(95px, -38px) rotate(8deg) scale(.9); opacity: .72; }
.scene-card-mid { transform: translate(-95px, 38px) rotate(-7deg) scale(.92); opacity: .8; }
.scene-card-front { z-index: 3; transition: transform .25s ease; }
.scene-card-front:hover { transform: translateY(-8px); }
.scene-pager { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); display: flex; gap: 7px; padding: 8px; border-radius: 99px; background: rgba(255,255,255,.82); backdrop-filter: blur(12px); }
.scene-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #b7b9c0; cursor: pointer; }
.scene-dot.active { width: 22px; border-radius: 10px; background: var(--signal); }
.floating-badge { position: absolute; z-index: 5; display: flex; align-items: center; gap: 11px; padding: 12px 16px; border: 1px solid rgba(11,13,16,.08); border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 20px 50px rgba(11,13,16,.12); backdrop-filter: blur(12px); font-size: 13px; font-weight: 700; }
.floating-badge span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: var(--ink); color: #fff; font-size: 11px; }
.badge-input { left: 0; bottom: 100px; }
.badge-output { right: 0; top: 90px; }
.badge-output span { background: var(--signal); }
.platform-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: clamp(20px, 4vw, 48px); margin-top: 80px; padding-top: 26px; border-top: 1px solid var(--line); color: #666a72; }
.platform-row span { font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.platform-row strong { color: #5a5d64; font-size: 17px; }

.stats-strip { background: var(--ink); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { display: flex; align-items: center; gap: 14px; min-height: 116px; padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.1); }
.stats-grid > div:last-child { border-right: 0; }
.stats-grid strong { font-size: 30px; letter-spacing: -.04em; }
.stats-grid span { color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.35; }

.section-heading { margin-bottom: 54px; }
.section-heading.centered { max-width: 810px; margin-inline: auto; text-align: center; }
.section-heading.centered h2 { font-size: clamp(39px, 4.5vw, 64px); }
.section-heading p { margin: 20px auto 0; color: var(--muted); font-size: 18px; }
.section-heading.split { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 50px; }
.section-heading.split h2 { max-width: 840px; font-size: clamp(39px, 4.5vw, 64px); }
.section-heading.split > p { max-width: 430px; margin: 0 0 6px; }

.problem-section { background: #ece9e2; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.problem-card { min-height: 320px; padding: 28px; border: 1px solid rgba(11,13,16,.09); border-radius: var(--radius); background: rgba(255,255,255,.58); }
.card-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 60px; border-radius: 50%; background: var(--ink); color: #fff; font-size: 11px; font-weight: 800; }
.problem-card h3 { max-width: 250px; margin: 0 0 16px; font-size: 25px; line-height: 1.12; letter-spacing: -.035em; }
.problem-card p { margin: 0; color: var(--muted); }

.work-section { background: var(--paper); }
.work-tabs { display: flex; gap: 8px; margin: -20px 0 30px; overflow-x: auto; scrollbar-width: none; }
.work-tabs::-webkit-scrollbar { display: none; }
.work-tab { flex: 0 0 auto; padding: 10px 18px; border: 1px solid #dedede; border-radius: 10px; background: transparent; color: #666a72; font-weight: 700; cursor: pointer; }
.work-tab.active { background: var(--ink); border-color: var(--ink); color: #fff; }
.work-tab.static { cursor: default; user-select: none; }
.transformation-stage { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 22px; padding: 22px; border: 1px solid #e3e3e3; border-radius: 30px; background: #f5f5f3; }
.before-after { position: relative; min-height: 680px; overflow: hidden; border-radius: 22px; background: #ddd; }
.before-layer, .after-layer { position: absolute; inset: 0; overflow: hidden; }
.before-layer img, .after-layer img { width: 100%; height: 100%; object-fit: cover; }
.after-layer { clip-path: inset(0 48% 0 0); }
.image-label { position: absolute; top: 18px; padding: 9px 13px; border-radius: 9px; background: rgba(11,13,16,.82); color: #fff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; backdrop-filter: blur(8px); }
.before-layer .image-label { right: 18px; }
.after-layer .image-label { left: 18px; background: rgba(100,119,255,.9); }
#comparison-slider { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.comparison-handle { position: absolute; z-index: 4; top: 0; bottom: 0; left: 52%; width: 2px; transform: translateX(-1px); background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.08); pointer-events: none; }
.comparison-handle span { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 46px; height: 46px; transform: translate(-50%,-50%); border: 3px solid #fff; border-radius: 50%; background: var(--ink); color: #fff; font-size: 18px; }
.scene-selector { display: flex; flex-direction: column; gap: 10px; padding: 10px; }
.selector-header { display: flex; justify-content: space-between; gap: 20px; padding: 5px 4px 12px; }
.selector-header span { font-weight: 800; }
.selector-header small { color: var(--muted); text-align: right; }
.direction-card { display: grid; grid-template-columns: 72px 1fr; gap: 14px; align-items: center; width: 100%; padding: 8px; border: 1px solid transparent; border-radius: 15px; background: transparent; text-align: left; cursor: pointer; transition: .2s; }
.direction-card:hover, .direction-card.active { border-color: #d6d6d6; background: #fff; }
.direction-card.active { box-shadow: 0 10px 28px rgba(11,13,16,.07); }
.direction-card img { width: 72px; aspect-ratio: 1; object-fit: cover; border-radius: 11px; }
.direction-card strong, .direction-card small { display: block; }
.direction-card small { margin-top: 2px; color: var(--muted); }
.format-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding: 16px 4px 4px; }
.format-chips span { padding: 6px 10px; border: 1px solid #d6d6d6; border-radius: 8px; background: rgba(255,255,255,.6); color: #565a62; font-size: 11px; font-weight: 800; }

.accuracy-section { background: var(--ink); color: #fff; }
.accuracy-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.accuracy-copy { position: sticky; top: 130px; }
.accuracy-copy h2 { max-width: 600px; font-size: clamp(42px, 5vw, 68px); }
.accuracy-copy p { max-width: 570px; margin: 24px 0 32px; color: rgba(255,255,255,.62); font-size: 18px; }
.accuracy-list { border-top: 1px solid rgba(255,255,255,.16); }
.accuracy-item { display: grid; grid-template-columns: 66px 1fr; gap: 20px; padding: 33px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.accuracy-item > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #aeb8ff; font-size: 11px; font-weight: 800; }
.accuracy-item h3 { margin: 0 0 7px; font-size: 28px; letter-spacing: -.03em; }
.accuracy-item p { margin: 0; color: rgba(255,255,255,.58); }

.process-section { background: var(--canvas); }
.process-line { width: 67%; height: 1px; margin: 0 auto -21px; background: #c9c7c0; }
.process-line span { display: block; width: 50%; height: 100%; background: var(--signal); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-card { position: relative; min-height: 350px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.55); }
.process-number { position: absolute; right: 24px; top: 24px; color: #888b92; font-size: 12px; font-weight: 800; }
.process-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 90px; border-radius: 15px; background: var(--ink); color: #fff; font-size: 24px; }
.process-card h3 { margin: 0 0 12px; font-size: 30px; letter-spacing: -.04em; }
.process-card p { margin: 0; color: var(--muted); }

.comparison-section { background: #ece9e2; }
.comparison-table-wrap { overflow: auto; border: 1px solid #d7d3cc; border-radius: 24px; background: rgba(255,255,255,.64); }
.comparison-table { width: 100%; min-width: 780px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 22px 24px; border-bottom: 1px solid #ddd9d2; text-align: center; }
.comparison-table th:first-child, .comparison-table td:first-child { text-align: left; font-weight: 700; }
.comparison-table th { font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
.comparison-table td { color: #5e626a; }
.comparison-table .highlight { background: rgba(100,119,255,.09); color: var(--ink); font-weight: 800; }
.comparison-table tr:last-child td { border-bottom: 0; }

.cases-section { background: var(--paper); }
.case-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: repeat(2, 330px); gap: 18px; }
.case-card { position: relative; overflow: hidden; border-radius: 24px; background: #ddd; }
.case-card.case-large { grid-row: 1 / 3; }
.case-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.case-card:hover img { transform: scale(1.035); }
.case-overlay { position: absolute; inset: auto 0 0; padding: 70px 28px 27px; color: #fff; background: linear-gradient(transparent, rgba(8,9,12,.82)); }
.case-overlay span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.case-overlay h3 { margin: 15px 0 4px; font-size: 31px; letter-spacing: -.04em; }
.case-overlay p { margin: 0; color: rgba(255,255,255,.72); }
.case-overlay div { display: flex; gap: 18px; margin-top: 20px; font-size: 12px; }

.pricing-section { background: var(--canvas); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 610px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.62); }
.price-card.featured { border-color: var(--signal); background: var(--ink); color: #fff; box-shadow: 0 25px 70px rgba(11,13,16,.16); transform: translateY(-14px); }
.popular-badge { position: absolute; right: 18px; top: 18px; padding: 7px 10px; border-radius: 8px; background: var(--signal); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.plan-label { color: var(--signal); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.price-card h3 { margin: 10px 0 10px; font-size: 31px; letter-spacing: -.04em; }
.price-card p { min-height: 78px; margin: 0; color: var(--muted); font-size: 14px; }
.price-card.featured p, .price-card.featured li { color: rgba(255,255,255,.64); }
.price { margin: 30px 0 25px; font-size: 52px; font-weight: 700; letter-spacing: -.06em; }
.price sup { top: -.8em; font-size: 17px; }
.price small { margin-left: 5px; color: var(--muted); font-size: 13px; font-weight: 600; letter-spacing: 0; }
.price-card ul { flex: 1; margin: 0 0 28px; padding: 0; list-style: none; }
.price-card li { position: relative; margin: 12px 0; padding-left: 22px; color: #53575f; font-size: 14px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 800; }
.price-card.featured .button { margin-top: auto; }
.pricing-note { margin: 26px 0 0; color: var(--muted); text-align: center; font-size: 12px; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro h2 { font-size: clamp(38px, 4vw, 57px); }
.faq-intro p { margin: 26px 0 6px; color: var(--muted); }
.faq-intro a { color: var(--signal); font-weight: 700; }
.accordion { border-top: 1px solid #dedede; }
.accordion details { border-bottom: 1px solid #dedede; }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; font-size: 18px; font-weight: 700; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 27px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 720px; margin: -5px 0 27px; color: var(--muted); }

.final-cta { background: var(--signal); color: #fff; }
.final-cta-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; }
.final-cta h2 { max-width: 830px; font-size: clamp(44px, 5vw, 70px); }
.final-cta p { margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: 18px; }
.final-cta .button { flex: 0 0 auto; }

.site-footer { padding: 72px 0 24px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }
.footer-brand { color: #fff; }
.footer-brand img { filter: invert(1); }
.footer-grid p { color: rgba(255,255,255,.52); }
.footer-grid h3 { margin: 6px 0 16px; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid a:not(.brand) { margin: 5px 0; color: rgba(255,255,255,.58); text-decoration: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 65px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 12px; }

.brief-modal { position: fixed; inset: 0; z-index: 3000; display: none; }
.brief-modal.open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(5,6,8,.72); backdrop-filter: blur(8px); }
.brief-panel { position: absolute; right: 0; top: 0; width: min(760px, 100%); height: 100%; overflow-y: auto; padding: 36px 46px 44px; background: var(--paper); box-shadow: -20px 0 70px rgba(0,0,0,.22); animation: panelIn .28s ease both; }
@keyframes panelIn { from { transform: translateX(35px); opacity: .5; } }
.modal-close { position: absolute; right: 23px; top: 22px; z-index: 3; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #ddd; border-radius: 50%; background: #fff; font-size: 24px; cursor: pointer; }
.brief-progress { position: absolute; left: 0; right: 0; top: 0; height: 4px; background: #ececf0; }
.brief-progress span { display: block; width: 25%; height: 100%; background: var(--signal); transition: width .25s ease; }
.brief-header { display: flex; align-items: center; justify-content: space-between; padding-right: 45px; margin-bottom: 72px; }
.brand.mini { font-size: 15px; }
#step-indicator { color: var(--muted); font-size: 12px; font-weight: 700; }
.brief-step { display: none; }
.brief-step.active { display: block; animation: stepIn .25s ease both; }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } }
.brief-step legend { display: block; width: 100%; margin-bottom: 10px; font-size: clamp(34px, 5vw, 49px); line-height: 1.03; letter-spacing: -.055em; font-weight: 700; }
.brief-step > p { margin: 0 0 28px; color: var(--muted); }
.dropzone { display: grid; place-items: center; min-height: 265px; padding: 30px; border: 1.5px dashed #bfc2cb; border-radius: 22px; background: #f7f7f5; text-align: center; cursor: pointer; transition: .2s; }
.dropzone.dragover { border-color: var(--signal); background: rgba(100,119,255,.06); }
.dropzone input { position: absolute; opacity: 0; pointer-events: none; }
.upload-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 14px; border-radius: 16px; background: var(--ink); color: #fff; font-size: 28px; }
.dropzone strong { font-size: 18px; }
.dropzone small { color: var(--muted); }
.upload-previews { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 12px; }
.preview-item { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 12px; background: #eee; }
.preview-item img { width: 100%; height: 100%; object-fit: cover; }
.preview-item button { position: absolute; right: 5px; top: 5px; display: grid; place-items: center; width: 25px; height: 25px; border: 0; border-radius: 50%; background: rgba(11,13,16,.78); color: #fff; cursor: pointer; }
.photo-tips { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 17px; color: var(--muted); font-size: 12px; }
.choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.choice-card { position: relative; display: flex; flex-direction: column; min-height: 175px; padding: 20px; border: 1px solid #ddd; border-radius: 17px; cursor: pointer; transition: .2s; }
.choice-card:hover, .choice-card:has(input:checked) { border-color: var(--signal); background: rgba(100,119,255,.055); box-shadow: 0 10px 28px rgba(100,119,255,.08); }
.choice-card input, .style-card input { position: absolute; opacity: 0; }
.choice-icon { display: grid; place-items: center; width: 39px; height: 39px; margin-bottom: auto; border-radius: 12px; background: var(--ink); color: #fff; }
.choice-card strong { margin-top: 23px; }
.choice-card small { margin-top: 3px; color: var(--muted); }
.style-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.style-card { position: relative; overflow: hidden; border: 2px solid transparent; border-radius: 17px; background: #f4f4f4; cursor: pointer; transition: .2s; }
.style-card:hover, .style-card:has(input:checked) { border-color: var(--signal); box-shadow: 0 13px 34px rgba(11,13,16,.12); }
.style-card img { width: 100%; height: 180px; object-fit: cover; }
.style-card span { display: block; padding: 13px 15px; background: #fff; }
.style-card strong, .style-card small { display: block; }
.style-card small { color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-grid label span { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; }
.contact-grid input, .contact-grid textarea { width: 100%; padding: 14px 15px; border: 1px solid #d3d4d8; border-radius: 11px; background: #fff; outline: none; }
.contact-grid input:focus, .contact-grid textarea:focus { border-color: var(--signal); box-shadow: 0 0 0 3px rgba(100,119,255,.11); }
.full-field { grid-column: 1 / -1; }
.brief-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 18px; }
.summary-chip { padding: 12px; border-radius: 11px; background: #f1f1ef; }
.summary-chip small, .summary-chip strong { display: block; }
.summary-chip small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.summary-chip strong { margin-top: 2px; font-size: 13px; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 18px; color: var(--muted); font-size: 12px; }
.consent input { margin-top: 4px; accent-color: var(--signal); }
.form-error { min-height: 24px; margin-top: 15px; color: var(--danger); font-size: 13px; font-weight: 600; }
.brief-controls { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; }
.brief-controls .button:last-child { margin-left: auto; }
.success-state { display: grid; place-items: center; min-height: 72vh; text-align: center; }
.success-icon { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 50%; background: rgba(47,139,98,.12); color: var(--success); font-size: 36px; font-weight: 800; }
.success-state h2 { margin: 20px 0 7px; font-size: 43px; letter-spacing: -.05em; }
.success-state p { max-width: 480px; margin: 0 0 24px; color: var(--muted); }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 4000; padding: 12px 17px; border-radius: 10px; background: var(--ink); color: #fff; font-size: 13px; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; transition: .25s; box-shadow: var(--shadow); }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero-visual { min-height: 590px; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card.featured { transform: none; }
  .accuracy-grid { gap: 45px; }
}

@media (max-width: 900px) {
  .section { padding: 86px 0; }
  .nav-wrap { grid-template-columns: auto auto; justify-content: space-between; }
  .menu-toggle { display: block; grid-column: 2; grid-row: 1; }
  .nav-cta { display: none; }
  .primary-nav { position: fixed; left: 20px; right: 20px; top: 91px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 10px; }
  .mobile-menu-cta { display: inline-flex; width: 100%; margin-top: 8px; }
  .hero { padding-top: 62px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .micro-proof { justify-content: center; }
  .hero-visual { min-height: 620px; }
  .hero-scene-stack { width: min(390px, 75%); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid > div:nth-child(2) { border-right: 0; }
  .stats-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .problem-grid, .process-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 260px; }
  .card-number, .process-icon { margin-bottom: 50px; }
  .process-line { display: none; }
  .section-heading.split { grid-template-columns: 1fr; gap: 20px; }
  .transformation-stage { grid-template-columns: 1fr; }
  .before-after { min-height: 600px; }
  .scene-selector { display: grid; grid-template-columns: repeat(2, 1fr); }
  .selector-header, .format-chips { grid-column: 1 / -1; }
  .accuracy-grid, .faq-grid { grid-template-columns: 1fr; }
  .accuracy-copy, .faq-intro { position: static; }
  .case-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 560px 320px; }
  .case-card.case-large { grid-column: 1 / -1; grid-row: 1; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1280px); }
  .announcement { display: block; min-height: 52px; }
  .announcement .text-button { margin-left: 5px; }
  .site-header { height: 68px; }
  .primary-nav { top: 78px; }
  .section { padding: 70px 0; }
  .hero-copy h1 { font-size: 48px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .micro-proof { gap: 8px 14px; font-size: 11px; }
  .hero-visual { min-height: 510px; }
  .hero-scene-stack { width: 72%; }
  .scene-card-back { transform: translate(54px, -22px) rotate(8deg) scale(.91); }
  .scene-card-mid { transform: translate(-54px, 25px) rotate(-7deg) scale(.92); }
  .floating-badge { padding: 9px 11px; font-size: 10px; }
  .badge-output { top: 55px; }
  .badge-input { bottom: 65px; }
  .platform-row { justify-content: flex-start; gap: 15px 25px; margin-top: 44px; }
  .stats-grid > div { min-height: 95px; padding: 18px 13px; }
  .stats-grid strong { font-size: 24px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading.centered h2, .section-heading.split h2 { font-size: 41px; }
  .problem-card { min-height: auto; }
  .card-number { margin-bottom: 35px; }
  .transformation-stage { padding: 10px; border-radius: 21px; }
  .before-after { min-height: 470px; border-radius: 15px; }
  .scene-selector { grid-template-columns: 1fr; }
  .selector-header, .format-chips { grid-column: auto; }
  .selector-header { flex-direction: column; gap: 2px; }
  .selector-header small { text-align: left; }
  .direction-card { grid-template-columns: 58px 1fr; }
  .direction-card img { width: 58px; }
  .accuracy-copy h2, .faq-intro h2 { font-size: 42px; }
  .accuracy-item { grid-template-columns: 50px 1fr; }
  .case-grid { grid-template-columns: 1fr; grid-template-rows: 500px 330px 330px; }
  .case-card.case-large { grid-column: auto; grid-row: 1; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .price-card p { min-height: 0; }
  .final-cta h2 { font-size: 43px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .brief-panel { padding: 28px 18px 30px; }
  .brief-header { margin-bottom: 48px; }
  .brief-step legend { font-size: 37px; }
  .choice-grid, .style-grid, .contact-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .choice-card { min-height: 145px; }
  .style-card img { height: 150px; }
  .brief-summary { grid-template-columns: 1fr; }
  .brief-controls .button { min-width: 0; padding-inline: 16px; }
}

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

.legal-main { min-height: 70vh; padding: 90px 0 110px; background: var(--paper); }
.legal-wrap { max-width: 820px; }
.legal-wrap h1 { margin: 0 0 14px; font-size: clamp(44px, 6vw, 72px); line-height: 1; letter-spacing: -.06em; }
.legal-updated { margin-bottom: 50px; color: var(--muted); }
.legal-wrap h2 { margin: 42px 0 12px; font-size: 25px; letter-spacing: -.035em; }
.legal-wrap p, .legal-wrap li { color: #555a63; }
.legal-wrap ul { padding-left: 22px; }
.legal-wrap a { color: var(--signal); font-weight: 700; }

/* Multi-category portfolio additions */
.hero-product-label {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 4;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 9px;
  background: rgba(11,13,16,.72);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.case-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -20px 0 22px;
}
.case-facts span {
  padding: 8px 12px;
  border: 1px solid #dedede;
  border-radius: 999px;
  background: #fff;
  color: #61656d;
  font-size: 11px;
  font-weight: 800;
}
.case-facts span:first-child {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.selector-header > div { display: flex; flex-direction: column; }
.selector-header > div > span { font-size: 12px; color: var(--muted); }
.selector-header > div > strong { margin-top: 1px; font-size: 16px; letter-spacing: -.02em; }

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 350px;
  gap: 16px;
}
.portfolio-card {
  grid-column: span 4;
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: #ddd;
  color: #fff;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(11,13,16,.06);
}
.portfolio-card-wide { grid-column: span 6; }
.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .4s ease;
}
.portfolio-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(6,7,9,.88));
  pointer-events: none;
}
.portfolio-card:hover img,
.portfolio-card:focus-visible img { transform: scale(1.045); filter: saturate(1.06); }
.portfolio-card:focus-visible { outline: 3px solid var(--signal); outline-offset: 3px; }
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  display: grid;
  gap: 2px;
  padding: 55px 24px 22px;
}
.portfolio-overlay small {
  color: rgba(255,255,255,.68);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.portfolio-overlay strong { font-size: 25px; line-height: 1.08; letter-spacing: -.035em; }
.portfolio-overlay em { margin-top: 8px; color: rgba(255,255,255,.76); font-size: 12px; font-style: normal; font-weight: 700; }

@media (max-width: 900px) {
  .portfolio-card, .portfolio-card-wide { grid-column: span 6; }
  .portfolio-card:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .hero-product-label { left: 12px; top: 12px; padding: 7px 9px; font-size: 8px; }
  .case-facts { margin-top: -10px; }
  .portfolio-grid { grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .portfolio-card, .portfolio-card-wide, .portfolio-card:first-child { grid-column: 1; }
}

/* Pricing clarity and package format selection */
.pricing-definitions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: -18px 0 34px;
}
.pricing-definitions > div {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.55);
}
.definition-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}
.pricing-definitions p { margin: 0; }
.pricing-definitions strong, .pricing-definitions small { display: block; }
.pricing-definitions strong { font-size: 14px; }
.pricing-definitions small { margin-top: 3px; color: var(--muted); line-height: 1.45; }

.price-card { min-height: 790px; }
.price-card p { min-height: 72px; }
.price-card ul { flex: 0 0 auto; margin-bottom: 16px; }
.price-card li strong { color: var(--ink); }
.price-card.featured li strong { color: #fff; }
.style-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 58px;
  margin-top: 16px;
}
.style-chips span {
  display: inline-flex;
  align-items: center;
  height: 25px;
  padding: 0 9px;
  border: 1px solid #d8d8d4;
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  color: #565b64;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .025em;
}
.price-card.featured .style-chips span {
  border-color: rgba(255,255,255,.15);
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.72);
}
.product-split {
  margin: 0 0 14px;
  padding: 10px 12px;
  border: 1px solid rgba(100,119,255,.28);
  border-radius: 10px;
  background: rgba(100,119,255,.08);
  color: #c8ceff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.45;
}
.plan-details {
  margin: 0 0 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.price-card.featured .plan-details { border-color: rgba(255,255,255,.14); }
.plan-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  cursor: pointer;
  list-style: none;
  font-size: 11px;
  font-weight: 800;
}
.plan-details summary::-webkit-details-marker { display: none; }
.plan-details summary span { font-size: 18px; font-weight: 400; transition: transform .2s; }
.plan-details[open] summary span { transform: rotate(45deg); }
.plan-details > div { padding: 0 0 12px; }
.plan-details p, .price-card.featured .plan-details p {
  min-height: 0;
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}
.price-card.featured .plan-details p { color: rgba(255,255,255,.62); }
.plan-details p:last-child { margin-bottom: 0; }
.plan-details strong { color: var(--ink); }
.price-card.featured .plan-details strong { color: #fff; }
.price-card .button { margin-top: auto; }

.format-guide {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 42px;
  align-items: center;
  margin-top: 34px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.62);
}
.format-guide-copy h3 { margin: 7px 0 10px; font-size: 27px; line-height: 1.1; letter-spacing: -.04em; }
.format-guide-copy p { margin: 0; color: var(--muted); font-size: 13px; }
.format-table-wrap { overflow-x: auto; }
.format-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.format-table th, .format-table td { padding: 11px 13px; border-bottom: 1px solid #deded9; text-align: left; white-space: nowrap; }
.format-table th { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.format-table td:nth-child(2), .format-table td:nth-child(3) { font-weight: 700; }
.format-master td { background: rgba(100,119,255,.07); color: var(--signal-dark); }

.master-format-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(100,119,255,.22);
  border-radius: 13px;
  background: rgba(100,119,255,.06);
}
.master-format-note span { color: var(--muted); font-size: 11px; }
.master-format-note strong { font-size: 13px; }
.delivery-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.format-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 13px;
  min-height: 114px;
  padding: 16px;
  border: 1px solid #d9d9d6;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
  transition: .2s;
}
.format-card:hover, .format-card:has(input:checked) {
  border-color: var(--signal);
  background: rgba(100,119,255,.05);
  box-shadow: 0 10px 28px rgba(100,119,255,.09);
}
.format-card input { position: absolute; opacity: 0; }
.format-ratio {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.format-card:has(input:checked) .format-ratio { background: var(--signal); }
.format-card strong { align-self: end; font-size: 13px; line-height: 1.2; }
.format-card small { align-self: start; margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.delivery-footnote { margin: 17px 0 0 !important; color: var(--muted); font-size: 11px; }
.brief-summary { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 1100px) {
  .price-card { min-height: 740px; }
}
@media (max-width: 900px) {
  .pricing-definitions, .format-guide { grid-template-columns: 1fr; }
  .format-guide { gap: 22px; }
}
@media (max-width: 600px) {
  .pricing-definitions { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .style-chips { min-height: 0; }
  .delivery-options { grid-template-columns: 1fr; }
  .master-format-note { align-items: flex-start; flex-direction: column; gap: 3px; }
  .brief-summary { grid-template-columns: 1fr; }
}


/* Ensure the native hidden attribute always wins over component display rules. */
[hidden] { display: none !important; }

/* SceneScale conversion and briefing refinements */
.hero-credit {
  max-width: 590px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}
.mobile-menu-cta { display: none; }

/* Proof appears immediately after the hero. */
.work-section { border-top: 1px solid var(--line); }
.comparison-instruction {
  grid-column: 1 / -1;
  margin: -2px 0 -8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .01em;
}
.before-layer .image-label { left: 18px; right: auto; }
.after-layer .image-label { right: 18px; left: auto; background: rgba(100,119,255,.92); }
.after-layer { clip-path: inset(0 0 0 40%); }
.comparison-handle { left: 40%; }
.format-chips-label {
  display: block;
  margin: auto 4px -8px;
  padding-top: 12px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.text-link {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--signal-dark);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}
.complete-set-button { margin: 8px 4px 2px; }
.complete-set-button:hover { text-decoration: underline; }

/* Accuracy proof */
.accuracy-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.accuracy-proof {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.045);
}
.proof-images { display: grid; grid-template-columns: 1fr 1fr; height: 122px; }
.proof-images figure { position: relative; overflow: hidden; margin: 0; }
.proof-images figure + figure { border-left: 1px solid rgba(255,255,255,.18); }
.proof-images img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 55%; transform: scale(1.6); }
.proof-speaker img { object-position: 50% 58%; transform: scale(1.35); }
.proof-fashion img { object-position: 52% 52%; transform: scale(1.25); }
.proof-images span {
  position: absolute;
  left: 7px;
  bottom: 7px;
  padding: 4px 7px;
  border-radius: 6px;
  background: rgba(11,13,16,.78);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
}
.accuracy-proof > strong, .accuracy-proof > p { display: block; margin-inline: 13px; }
.accuracy-proof > strong { margin-top: 13px; font-size: 13px; }
.accuracy-proof > p { min-height: 54px; margin-top: 5px; margin-bottom: 14px; color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.45; }
.accuracy-standard-note { margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: 13px; font-weight: 750; }

/* Tangible Launch package example */
.launch-style-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.launch-style-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.68);
}
.launch-style-card img { width: 100%; aspect-ratio: 1 / 1.06; object-fit: cover; }
.launch-style-card > div { padding: 17px; }
.launch-style-card span { color: var(--signal-dark); font-size: 10px; font-weight: 850; }
.launch-style-card h3 { margin: 7px 0 6px; font-size: 20px; letter-spacing: -.035em; }
.launch-style-card p { margin: 0; color: var(--muted); font-size: 12px; }
.launch-package-total {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--ink);
  color: #fff;
}
.launch-package-total > div:not(.plus):not(.equals) { display: flex; align-items: center; gap: 10px; }
.launch-package-total strong { font-size: 34px; letter-spacing: -.06em; }
.launch-package-total span { color: rgba(255,255,255,.58); font-size: 11px; }
.launch-package-total .plus, .launch-package-total .equals { color: rgba(255,255,255,.3); font-size: 22px; }
.launch-package-total .button { white-space: nowrap; }

/* Pricing clarity */
.best-for { min-height: 0 !important; margin-top: 12px !important; color: var(--ink) !important; font-size: 12px !important; }
.price-card.featured .best-for { color: #fff !important; }
.file-sum { min-height: 0 !important; margin: -14px 0 20px !important; color: var(--muted) !important; font-size: 11px !important; font-weight: 750; }
.price-card.featured .file-sum { color: rgba(255,255,255,.65) !important; }
.vat-note {
  display: block;
  margin: 5px 0 0 2px;
  color: var(--muted);
  font-size: 9px !important;
  font-weight: 650;
  letter-spacing: .01em;
}
.price-card.featured .vat-note { color: rgba(255,255,255,.5); }
.format-guide { position: relative; }
.format-package-note {
  grid-column: 1 / -1;
  margin: -12px 0 0;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
}

/* Trust strip */
.trust-strip { padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.trust-grid > div { padding: 10px 18px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span, .trust-grid strong, .trust-grid small { display: block; }
.trust-grid span { margin-bottom: 9px; color: var(--signal-dark); font-size: 9px; font-weight: 850; }
.trust-grid strong { font-size: 12px; }
.trust-grid small { margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.45; }

.final-delivery-line { margin-top: 18px; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 750; }
.final-cta-actions { display: flex; flex-direction: column; gap: 10px; flex: 0 0 auto; }
.final-ask { border-color: rgba(255,255,255,.55) !important; background: transparent !important; color: #fff !important; }

/* Five-column footer */
.footer-grid { grid-template-columns: 1.6fr repeat(4, 1fr); gap: 38px; }

/* Four-step project brief */
.brief-progress span { width: 25%; }
.choice-card-wide { grid-column: 1 / -1; }
.preview-item { position: relative; }
.preview-item small {
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 7px;
  padding: 4px 6px;
  border-radius: 5px;
  background: rgba(11,13,16,.72);
  color: #fff;
  font-size: 7px;
  line-height: 1.25;
}
.preview-item.preview-warning { outline: 2px solid #d7902c; outline-offset: 2px; }
.format-card { align-items: center; min-height: 112px; }
.format-card-copy { display: flex; flex-direction: column; align-self: center; }
.format-card-copy strong { font-size: 13px; }
.format-card-copy small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.format-card-wide { grid-column: 1 / -1; }
.format-card.recommended { padding-top: 28px; }
.format-card em {
  position: absolute;
  top: 8px;
  right: 10px;
  color: var(--signal-dark);
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.brief-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.summary-chip { min-height: 110px; }
.summary-chip span { display: block; margin-top: 6px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.optional-consent { margin-top: 9px; }

/* Complete-set gallery */
.gallery-modal { position: fixed; inset: 0; z-index: 3100; display: none; }
.gallery-modal.open { display: block; }
.gallery-panel {
  position: absolute;
  inset: 4vh 4vw;
  overflow-y: auto;
  padding: 42px;
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 0 30px 100px rgba(0,0,0,.28);
  animation: stepIn .25s ease both;
}
.gallery-panel > h2 { margin: 10px 55px 5px 0; font-size: clamp(34px, 4vw, 58px); letter-spacing: -.055em; }
.gallery-panel > p { margin: 0 0 28px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.gallery-grid figure { overflow: hidden; margin: 0; border-radius: 18px; background: #fff; }
.gallery-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.gallery-grid figcaption { padding: 14px 16px; font-weight: 800; }

@media (max-width: 1100px) {
  .accuracy-proof-grid { grid-template-columns: 1fr; }
  .proof-images { height: 170px; }
  .launch-style-grid { grid-template-columns: repeat(2, 1fr); }
  .launch-package-total { grid-template-columns: 1fr auto 1fr; }
  .launch-package-total .equals, .launch-package-total > div:nth-of-type(5) { display: none; }
  .launch-package-total .button { grid-column: 1 / -1; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid > div:nth-child(3) { border-right: 0; }
  .trust-grid > div:nth-child(n+4) { border-top: 1px solid var(--line); }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .mobile-menu-cta { display: inline-flex; }
  .comparison-instruction { margin-bottom: 0; }
  .accuracy-proof-grid, .launch-style-grid, .gallery-grid { grid-template-columns: 1fr; }
  .launch-package-total { grid-template-columns: 1fr; text-align: center; }
  .launch-package-total > div:not(.plus):not(.equals) { justify-content: center; }
  .launch-package-total .plus, .launch-package-total .equals { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-top: 1px solid var(--line); }
  .trust-grid > div:first-child { border-top: 0; }
  .final-cta-inner { align-items: stretch; flex-direction: column; }
  .final-cta-actions { width: 100%; }
  .final-cta-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-panel { inset: 12px; padding: 28px 18px; border-radius: 20px; }
}

@media (max-width: 560px) {
  .launch-style-grid, .brief-summary, .footer-grid { grid-template-columns: 1fr; }
  .format-card-wide { grid-column: auto; }
}

.form-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.submission-status{margin:8px 0 0;color:#667085;font-size:14px}.success-order{display:inline-flex;padding:8px 12px;border-radius:999px;background:#f0f2ff;color:#3948bb}.consent a{text-decoration:underline}.brief-controls button:disabled{opacity:.55;cursor:not-allowed}
