:root {
  --cream: #f4ecdf;
  --paper: #fffaf2;
  --ink: #231b17;
  --muted: #6f6258;
  --red: #a52a24;
  --red-dark: #7f1f1c;
  --gold: #c89446;
  --line: rgba(35, 27, 23, .18);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 17px; line-height: 1.58; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .34; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 16px; top: 10px; transform: translateY(-150%); z-index: 1000; background: var(--ink); color: white; padding: 12px 16px; }
.skip-link:focus { transform: none; }
.site-header { max-width: var(--max); margin: 0 auto; min-height: 92px; padding: 18px 28px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { text-decoration: none; display: inline-grid; line-height: 1; letter-spacing: .14em; font-weight: 800; font-size: .95rem; }
.brand small { margin-top: 6px; color: var(--red); font-size: .59rem; letter-spacing: .31em; font-weight: 700; }
.header-cta { color: var(--red); font-size: .76rem; font-weight: 800; text-underline-offset: 5px; }
.hero, .section, .site-footer { max-width: var(--max); margin: 0 auto; padding-left: 28px; padding-right: 28px; }
.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr); gap: clamp(42px, 7vw, 100px); align-items: center; padding-top: 58px; padding-bottom: 72px; }
.eyebrow { margin: 0 0 18px; font-size: .73rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; color: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.025em; }
h1 { font-size: clamp(3.6rem, 5.8vw, 5.8rem); margin-bottom: 28px; max-width: 760px; }
h1 em, h2 em { color: var(--red); font-weight: 400; }
.lead { max-width: 610px; font-size: clamp(1.08rem, 1.5vw, 1.25rem); line-height: 1.55; margin-bottom: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 56px; padding: 15px 20px; background: var(--red); color: white; border: 1px solid var(--red); text-decoration: none; font-weight: 700; font-size: .94rem; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.button:hover { background: var(--red-dark); transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible, audio:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.microcopy { margin: 15px 0 0; font-size: .84rem; color: var(--muted); }
.microcopy span { color: var(--red); font-size: .58rem; margin-right: 6px; }
.transformation { position: relative; min-height: 650px; display: grid; grid-template-columns: minmax(150px, .8fr) minmax(260px, 1.2fr); gap: 28px; align-items: center; padding: 24px 0 62px; }
.transformation::before { content: ""; position: absolute; inset: 7% -5% 12% 8%; background: radial-gradient(circle at 68% 42%, rgba(200, 148, 70, .23), transparent 44%), radial-gradient(circle at 32% 66%, rgba(165, 42, 36, .12), transparent 48%); filter: blur(8px); z-index: -1; }
figure { margin: 0; }
figcaption { margin-bottom: 10px; font-size: .67rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
figcaption span { color: var(--red); margin-right: 6px; }
.input-proof { align-self: center; transform: translateY(14px); }
.input-proof img { width: 100%; }
.input-stack { position: relative; min-height: 390px; background: transparent; overflow: visible; }
.input-stack img { mix-blend-mode: multiply; filter: drop-shadow(0 18px 20px rgba(53, 35, 26, .17)); -webkit-mask-image: radial-gradient(ellipse at center, #000 56%, rgba(0,0,0,.88) 70%, transparent 96%); mask-image: radial-gradient(ellipse at center, #000 56%, rgba(0,0,0,.88) 70%, transparent 96%); }
.input-stack img:first-child { position: absolute; width: 65%; left: -3%; bottom: 7%; transform: rotate(-7deg); }
.input-stack img:last-child { position: absolute; width: 82%; right: -24%; top: 0; transform: rotate(7deg); }
.output-proof { width: min(100%, 330px); justify-self: center; transform: none; }
.phone-shell { position: relative; width: 100%; padding: 12px; border: 1px solid #393431; border-radius: 46px; background: linear-gradient(145deg, #302c29, #080706 38%, #171412 72%, #39332e); box-shadow: 0 34px 70px rgba(35, 27, 23, .28), inset 0 0 0 2px rgba(255,255,255,.05); }
.phone-shell::after { content: ""; position: absolute; left: 50%; bottom: 7px; width: 32%; height: 4px; transform: translateX(-50%); border-radius: 999px; background: rgba(255,255,255,.5); z-index: 5; }
.phone-speaker { position: absolute; left: 50%; top: 18px; width: 28%; height: 20px; transform: translateX(-50%); border-radius: 0 0 13px 13px; background: #080706; z-index: 6; }
.phone-screen { position: relative; overflow: hidden; aspect-ratio: 1080 / 1532; border-radius: 34px; background: #050505; }
.video-poster { position: relative; display: block; width: 100%; padding: 0; border: 0; background: var(--ink); color: white; cursor: pointer; box-shadow: 0 28px 60px rgba(53, 35, 26, .25); }
.video-poster, .video-poster img, .phone-screen video { width: 100%; height: 100%; }
.video-poster img { object-fit: cover; object-position: center; opacity: .96; }
.play-mark { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 76px; height: 76px; border-radius: 50%; background: var(--red); display: grid; place-items: center; padding-left: 5px; font-size: 1.3rem; box-shadow: 0 0 0 9px rgba(255,255,255,.22); }
.video-meta { position: absolute; left: 14px; bottom: 14px; background: var(--paper); color: var(--ink); padding: 8px 10px; font-size: .66rem; font-weight: 800; letter-spacing: .09em; }
.phone-screen video { object-fit: contain; background: #050505; }
video::-webkit-media-controls-fullscreen-button { display: none !important; }
.proof-arrow { position: absolute; left: 31%; top: 48%; z-index: 3; width: 48px; height: 48px; display: grid; place-items: center; color: white; background: var(--red); border: 5px solid var(--cream); border-radius: 50%; font-size: 1.3rem; }
.case-label { position: absolute; left: calc(43% + 22px); right: 0; bottom: 0; display: grid; gap: 2px; margin: 0; }
.case-label strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.case-label span { font-size: .7rem; color: var(--muted); }
.section { padding-top: clamp(88px, 11vw, 150px); padding-bottom: clamp(88px, 11vw, 150px); border-top: 1px solid var(--line); }
.section-kicker { display: grid; grid-template-columns: 58px 1fr; align-items: center; margin-bottom: clamp(55px, 8vw, 100px); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-kicker span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--red); border-radius: 50%; color: var(--red); }
.section-kicker p { margin: 0; }
.proof-heading { max-width: 850px; margin-bottom: 76px; }
h2 { font-size: clamp(3rem, 6vw, 5.8rem); margin-bottom: 28px; }
.proof-heading > p:last-child, .process-intro + p, .about-copy > p, .offer-copy > p, .contact-copy > p { max-width: 650px; font-size: 1.1rem; }
.about-promise { margin-top: 34px; display: grid; grid-template-columns: auto 1fr; gap: 7px 18px; padding-top: 24px; border-top: 1px solid var(--line); font-size: .9rem; }
.about-promise strong { color: var(--red); }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-bottom: clamp(68px, 10vw, 120px); background: var(--line); border: 1px solid var(--line); }
.results-grid > div { min-height: 180px; padding: 28px; background: var(--paper); display: flex; flex-direction: column; justify-content: flex-end; }
.results-grid > div strong { font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 4.8rem); font-weight: 400; line-height: 1; color: var(--red); }
.results-grid > div span { margin-top: 9px; color: var(--muted); font-size: .77rem; font-weight: 700; }
.insights-shot { grid-column: 1 / -1; background: var(--paper); padding: clamp(14px, 3vw, 32px); }
.insights-shot img { width: 100%; border: 1px solid var(--line); }
.insights-shot figcaption { margin: 12px 0 0; color: var(--muted); font-size: .68rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.case-study { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 8vw, 110px); align-items: center; padding: clamp(55px, 8vw, 100px) 0; border-top: 1px solid var(--line); }
.case-study-alt .case-copy { order: 2; }
.case-study-alt .case-media { order: 1; }
.case-copy h3 { font-family: var(--serif); font-size: clamp(2.25rem, 4.6vw, 4.2rem); font-weight: 400; line-height: 1.03; margin-bottom: 22px; }
.case-copy > p:not(.eyebrow) { max-width: 560px; }
.case-media { width: min(100%, 380px); justify-self: center; }
.case-media video { width: 100%; aspect-ratio: 1080 / 1532; object-fit: contain; background: #050505; border: 10px solid #171412; border-radius: 38px; box-shadow: 0 24px 64px rgba(53, 35, 26, .2); }
.case-media p { margin: 12px 0 0; color: var(--muted); font-size: .7rem; text-align: center; }
.raw-assets { display: flex; align-items: flex-end; gap: clamp(18px, 3vw, 34px); margin-top: 38px; min-height: 245px; padding: 20px 18px 12px; perspective: 900px; }
.raw-assets img { width: clamp(150px, 16vw, 205px); max-height: 235px; object-fit: contain; filter: drop-shadow(0 24px 22px rgba(53,35,26,.22)); transform: rotate(-6deg) translateY(3px); transition: transform .25s ease; }
.raw-assets img:last-child { width: clamp(190px, 21vw, 270px); transform: rotate(7deg) translateY(-10px); }
.raw-assets img:hover { transform: rotate(-2deg) translateY(-7px) scale(1.04); }
.raw-assets img:last-child:hover { transform: rotate(3deg) translateY(-16px) scale(1.04); }
.store-message { position: relative; overflow: hidden; margin: 0 0 28px; padding: clamp(26px, 4vw, 42px); border: 2px solid var(--red); border-radius: 24px 8px 24px 8px; background: linear-gradient(145deg, #fff9eb, #f7dfc5); box-shadow: 12px 14px 0 rgba(165,42,36,.13), 0 24px 50px rgba(53,35,26,.14); transform: rotate(1deg); }
.store-message::after { content: "♪"; position: absolute; right: 16px; top: -12px; color: rgba(165,42,36,.14); font-family: var(--serif); font-size: 6rem; transform: rotate(12deg); }
.store-message h3 { position: relative; z-index: 1; margin-bottom: 22px; font-size: clamp(2.1rem, 4.2vw, 3.8rem); }
.store-message h3 span { display: inline-block; color: var(--red); font-family: "Caveat", cursive; font-size: 1.18em; line-height: .75; transform: rotate(-3deg); }
.store-message p { position: relative; z-index: 1; display: inline-block; margin: 0; padding: 8px 12px; background: var(--red); color: #fff; font-weight: 800; transform: rotate(-1deg); }
.jingle-list { margin-top: 32px; display: grid; gap: 16px; }
.jingle-list > div { padding: 18px; background: var(--paper); border: 1px solid var(--line); }
.jingle-list span { display: block; margin-bottom: 10px; color: var(--red); font-size: .73rem; font-weight: 800; }
.jingle-list audio { height: 42px; }
.journey-statement { display: grid; grid-template-columns: auto 1fr auto auto 1fr; gap: 18px; align-items: center; padding: 38px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.journey-statement span { color: var(--red); font-size: .67rem; font-weight: 800; letter-spacing: .12em; }
.journey-statement strong { font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 2.1rem); font-weight: 400; }
.journey-statement i { color: var(--red); font-size: 1.5rem; font-style: normal; }
.audio-proof { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 8vw, 110px); align-items: center; background: var(--paper); padding: clamp(28px, 6vw, 72px); border: 1px solid var(--line); }
.audio-number { font-family: var(--serif); font-size: 5rem; color: var(--gold); line-height: .8; margin-bottom: 32px; }
.audio-proof h3 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 400; line-height: 1.03; margin-bottom: 22px; }
.audio-card { background: var(--ink); color: var(--paper); padding: clamp(24px, 4vw, 45px); }
.audio-title { display: grid; gap: 4px; margin-bottom: 28px; }
.audio-title span { color: #e7b865; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.audio-title strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.audio-title small { color: #c8bbb0; }
audio { width: 100%; }
details { margin-top: 22px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 16px; color: #d8ccc2; font-size: .82rem; }
summary { cursor: pointer; color: white; font-weight: 600; }
details p { margin: 12px 0 0; }
.proof-cta { display: flex; justify-content: space-between; gap: 30px; align-items: center; padding-top: 42px; }
.proof-cta p { margin: 0; }
.text-link { color: var(--red); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; white-space: nowrap; }
.process-intro { max-width: 850px; margin-bottom: 65px; }
.creative-bridge { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-bottom: 38px; background: var(--line); border: 1px solid var(--line); }
.creative-bridge div { min-height: 132px; padding: 24px 28px; background: var(--paper); display: flex; flex-direction: column; justify-content: space-between; }
.creative-bridge span { color: var(--red); font-size: .68rem; letter-spacing: .12em; font-weight: 800; }
.creative-bridge strong { font-family: var(--serif); font-size: clamp(1.25rem, 2.3vw, 1.8rem); font-weight: 400; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 54px; }
.steps li { position: relative; min-height: 220px; padding: 30px; background: var(--paper); border: 1px solid var(--line); box-shadow: 7px 8px 0 rgba(165,42,36,.09); }
.steps li:nth-child(2) { transform: rotate(1deg); }
.steps li:nth-child(3) { transform: rotate(-1deg); }
.steps li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -45px; top: 50%; color: var(--red); font-family: "Caveat", cursive; font-size: 3.2rem; font-weight: 700; transform: translateY(-50%) rotate(-7deg); }
.steps li > span { display: inline-grid; place-items: center; width: 42px; height: 42px; background: var(--red); border-radius: 50%; color: white; font-weight: 800; font-size: .78rem; margin-bottom: 26px; }
.steps h3 { font-family: var(--serif); font-size: 2.1rem; font-weight: 400; margin-bottom: 14px; }
.steps p { color: var(--muted); }
.scope { margin-top: 62px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.scope div { min-height: 155px; background: var(--paper); padding: 24px; display: flex; flex-direction: column; justify-content: space-between; }
.scope span { color: var(--red); font-size: .65rem; letter-spacing: .12em; font-weight: 800; }
.scope strong { font-size: .95rem; line-height: 1.35; }
.scope-note { margin: 20px 0 0 auto; max-width: 620px; color: var(--muted); font-size: .76rem; }
.about { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(48px, 9vw, 130px); align-items: center; }
.portrait-wrap { position: relative; }
.portrait-wrap img { width: 100%; filter: sepia(.13); }
.portrait-wrap p { position: absolute; left: 34%; right: -44px; bottom: -34px; margin: 0; padding: 23px 26px; background: var(--red); color: white; font-family: var(--serif); font-size: 1.28rem; line-height: 1.25; transform: rotate(-1.5deg); }
.voice-reel { margin-top: 36px; padding-top: 22px; border-top: 1px solid var(--line); display: grid; grid-template-columns: minmax(160px, .6fr) 1fr; gap: 20px; align-items: center; }
.voice-reel span { font-size: .77rem; font-weight: 700; }
.offer { max-width: none; background: var(--ink); color: var(--paper); padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px)); padding-right: max(28px, calc((100vw - var(--max)) / 2 + 28px)); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px, 9vw, 130px); }
.offer .section-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.section-kicker-light span { color: #e7b865; border-color: #e7b865; }
.offer .eyebrow, .offer h2 em { color: #e7b865; }
.offer-copy > p:last-child { color: #d3c8be; }
.price-box { border: 1px solid rgba(255,255,255,.2); padding: clamp(28px, 5vw, 54px); background: rgba(255,255,255,.035); }
.price-label { font-size: .67rem; letter-spacing: .13em; font-weight: 800; color: #e7b865; }
.price { display: flex; align-items: baseline; gap: 12px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.18); }
.price strong { color: #f14a3f; font-family: var(--serif); font-size: clamp(3.4rem, 6vw, 5.6rem); font-weight: 400; line-height: 1; }
.price span { color: #d3c8be; }
.tax-note { margin: -12px 0 18px; color: #d3c8be; font-size: .72rem; }
.price-box ul { margin: 24px 0; padding: 0; list-style: none; }
.price-box li { padding: 9px 0 9px 26px; position: relative; }
.price-box li::before { content: "✓"; position: absolute; left: 0; color: #e7b865; font-weight: 800; }
.extra-store { color: #cdbfb4; font-size: .77rem; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.button-light { width: 100%; background: #e7b865; color: var(--ink); border-color: #e7b865; }
.button-light:hover { background: #f0c980; }
.contact { display: grid; grid-template-columns: 1.03fr .97fr; gap: clamp(55px, 9vw, 130px); }
.callback-form { background: var(--paper); border: 1px solid var(--line); padding: clamp(22px, 4vw, 40px); box-shadow: 12px 14px 0 rgba(165,42,36,.1); }
.wizard-head { margin-bottom: 26px; }
.wizard-head p { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 10px; font-size: .76rem; }
.wizard-head p strong { color: var(--red); text-transform: uppercase; letter-spacing: .11em; }
.wizard-head p span { color: var(--muted); }
.progress-track { height: 7px; overflow: hidden; background: #eadfd1; border-radius: 999px; }
.progress-track span { display: block; width: 33.333%; height: 100%; background: var(--red); border-radius: inherit; transition: width .35s ease; }
.wizard-step { position: relative; padding: clamp(24px, 4vw, 36px); background: #fffdfa; border: 1px solid var(--line); animation: stepIn .35s ease both; }
.wizard-step + .wizard-step { margin-top: 16px; }
.wizard-step h3 { margin: 2px 48px 25px 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 400; line-height: 1.05; }
.step-sticker { position: absolute; right: 22px; top: 20px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50% 45% 48% 43%; background: var(--red); color: #fff; font-family: "Caveat", cursive; font-size: 1.45rem; transform: rotate(7deg); }
.wizard-next { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 16px; border: 2px solid var(--ink); background: transparent; color: var(--ink); font-weight: 800; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.wizard-next:hover { color: white; background: var(--ink); transform: translateY(-2px); }
.wizard-step.is-complete { padding-top: 22px; padding-bottom: 22px; background: #fbf1e3; }
.wizard-step.is-complete .field, .wizard-step.is-complete .wizard-next { display: none; }
.wizard-step.is-complete .step-sticker { display: none; }
.wizard-step.is-complete h3 { margin-bottom: 8px; font-size: 1.35rem; }
.step-summary { margin: 0 75px 0 0; color: var(--muted); font-size: .78rem; overflow-wrap: anywhere; }
.wizard-step.is-complete::after { content: "✓ Kész"; position: absolute; right: 20px; bottom: 18px; color: var(--red); font-family: "Caveat", cursive; font-size: 1.3rem; }
@keyframes stepIn { from { opacity: 0; transform: translateY(16px) rotate(.5deg); } to { opacity: 1; transform: none; } }
.field { margin-bottom: 22px; }
.field label { display: block; margin-bottom: 8px; font-size: .79rem; font-weight: 700; }
.field label span { font-weight: 400; color: var(--muted); }
.field input { width: 100%; min-height: 54px; border: 1px solid var(--line); background: white; padding: 12px 14px; color: var(--ink); border-radius: 0; }
.field input::placeholder { color: #968980; }
.callback-form .button { width: 100%; border-radius: 0; }
.form-note, .form-status { margin: 14px 0 0; font-size: .7rem; color: var(--muted); }
.form-status { min-height: 1.1em; color: var(--red); font-weight: 700; }
.site-footer { min-height: 180px; padding-top: 38px; padding-bottom: 38px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .6fr 1fr 1fr; gap: 30px; align-items: start; font-size: .74rem; color: var(--muted); }
.site-footer p { margin: 0; }
.site-footer > div { display: flex; justify-content: flex-end; gap: 24px; flex-wrap: wrap; }
.site-footer > div a { text-underline-offset: 4px; }
.sticky-cta { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 64px; }
  .transformation { min-height: auto; max-width: 650px; }
  .audio-proof, .about, .offer, .contact { grid-template-columns: 1fr; }
  .about-copy { max-width: 760px; }
  .portrait-wrap { max-width: 520px; }
  .scope { grid-template-columns: 1fr 1fr; }
  .case-study { grid-template-columns: 1fr 1fr; gap: 38px; }
  .offer .section-kicker { grid-column: 1; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { font-size: 16px; padding-bottom: 72px; }
  .site-header { min-height: 78px; padding: 14px 20px; }
  .header-cta { max-width: 170px; text-align: right; font-size: .68rem; line-height: 1.25; }
  .hero, .section, .site-footer { padding-left: 20px; padding-right: 20px; }
  .hero { min-height: auto; padding-top: 50px; padding-bottom: 68px; gap: 54px; }
  h1 { font-size: clamp(2.75rem, 12.8vw, 3.7rem); line-height: 1; }
  h2 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .hero .button { width: 100%; }
  .transformation { grid-template-columns: .72fr 1.28fr; gap: 14px; padding-bottom: 76px; }
  .transformation::before { inset: 0 -5% 80px 2%; }
  .input-proof { transform: translateY(0); }
  .input-stack { min-height: 265px; }
  .output-proof { width: min(100%, 280px); }
  .phone-shell { padding: 8px; border-radius: 34px; }
  .phone-screen { border-radius: 27px; }
  .phone-speaker { top: 12px; height: 15px; }
  .proof-arrow { left: 30%; top: 44%; width: 42px; height: 42px; border-width: 4px; }
  .play-mark { width: 58px; height: 58px; font-size: 1rem; }
  .video-meta { left: 8px; bottom: 8px; padding: 6px 7px; font-size: .54rem; }
  figcaption { font-size: .55rem; }
  .case-label { left: calc(39% + 16px); bottom: 8px; }
  .case-label strong { font-size: 1.1rem; }
  .case-label span { font-size: .61rem; line-height: 1.25; }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .section-kicker { margin-bottom: 52px; }
  .proof-heading { margin-bottom: 50px; }
  .results-grid { grid-template-columns: 1fr; }
  .results-grid > div { min-height: 128px; }
  .insights-shot { grid-column: 1; margin-left: -8px; margin-right: -8px; overflow-x: auto; }
  .insights-shot img { min-width: 720px; }
  .case-study { grid-template-columns: 1fr; gap: 36px; }
  .case-study-alt .case-copy, .case-study-alt .case-media { order: initial; }
  .case-media { width: 100%; max-width: 440px; }
  .journey-statement { grid-template-columns: 1fr; gap: 4px; }
  .journey-statement i { transform: rotate(90deg); margin: 10px 0; }
  .audio-proof { margin-left: -20px; margin-right: -20px; padding: 34px 20px; border-left: 0; border-right: 0; }
  .proof-cta { align-items: flex-start; flex-direction: column; }
  .text-link { white-space: normal; }
  .steps { grid-template-columns: 1fr; gap: 48px; }
  .creative-bridge { grid-template-columns: 1fr; }
  .steps li { min-height: auto; padding: 26px; }
  .steps li + li { border-left: 1px solid var(--line); padding-left: 26px; }
  .steps li:not(:last-child)::after { right: 50%; top: auto; bottom: -51px; transform: translateX(50%) rotate(90deg); }
  .steps li > span { margin-bottom: 26px; }
  .scope { grid-template-columns: 1fr; }
  .scope div { min-height: 125px; }
  .portrait-wrap p { left: 22px; right: -12px; bottom: -24px; font-size: 1.1rem; }
  .about-copy { margin-top: 25px; }
  .voice-reel { grid-template-columns: 1fr; }
  .offer { padding-left: 20px; padding-right: 20px; }
  .price-box { margin-left: -6px; margin-right: -6px; }
  .raw-assets { justify-content: center; min-height: 205px; padding-left: 0; padding-right: 0; }
  .raw-assets img { width: 42%; max-height: 205px; }
  .raw-assets img:last-child { width: 51%; }
  .store-message { transform: none; }
  .callback-form { margin-left: -6px; margin-right: -6px; }
  .wizard-step { padding: 22px 18px; }
  .site-footer { min-height: auto; grid-template-columns: 1fr; padding-top: 42px; padding-bottom: 42px; }
  .site-footer > p { grid-column: auto; }
  .site-footer > div { justify-content: flex-start; gap: 18px; }
  .sticky-cta { position: fixed; display: flex; left: 12px; right: 12px; bottom: 10px; min-height: 52px; z-index: 50; background: var(--red); color: white; justify-content: center; align-items: center; padding: 10px 16px; font-weight: 800; font-size: .88rem; text-decoration: none; box-shadow: 0 10px 32px rgba(35,27,23,.25); transform: translateY(150%); transition: transform .25s ease; }
  .sticky-cta.is-visible { transform: none; }
}
