:root {
    --ink: #16130F;
    --ink-soft: #6b645c;
    --paper: #F4F1EA;
    --paper-2: #FBF9F4;
    --line: #ddd6ca;
    --gold: #B08A4F;
    --font-head: 'Cormorant Garamond', serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
    --transition: all 0.6s var(--ease);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-gutter: stable; }
body {
    font-family: var(--font-body);
    background: var(--paper);
    color: var(--ink);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    cursor: none;
}
::selection { background: var(--ink); color: var(--paper); }
.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; }
img { display: block; max-width: 100%; }

/* ---------- Cursor ---------- */
.cursor-img { position: fixed; top: 0; left: 0; width: 63px; height: 57px; background: url('cursor.webp') center/contain no-repeat; pointer-events: none; z-index: 12000; transform: translate(-50%, -50%); transition: transform .22s var(--ease), opacity .3s; will-change: transform; }
.cursor-img.hover { transform: translate(-50%, -50%) scale(1.8); }
.cursor-img.on-dark { background-image: url('cursor_light.webp'); }
body.intro-active .cursor-img { background-image: url('cursor_light.webp'); }
/* Forzar que NO reaparezca el cursor del sistema sobre elementos interactivos (solo escritorio) */
@media (min-width: 901px) {
    * { cursor: none !important; }
}

/* ---------- Grain / texture bg ---------- */
.bg-grain { position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .5;
    background:
        radial-gradient(circle at 12% 12%, rgba(176,138,79,0.05) 0%, transparent 30%),
        radial-gradient(circle at 88% 85%, rgba(22,19,15,0.04) 0%, transparent 35%); }

/* ---------- Intro (revelado por franjas) ---------- */
#intro { position: fixed; inset: 0; z-index: 11000; pointer-events: none; }
.intro-panels { position: absolute; inset: 0; display: flex; }
.intro-panels span { flex: 1; height: 100%; background: var(--ink); transform: translateY(0); transition: transform 1s var(--ease); }
.intro-logo { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem; font-family: var(--font-head); color: var(--paper); opacity: 0; transform: scale(.92); transition: opacity .8s var(--ease), transform 1.3s var(--ease); }
.intro-logo img { width: clamp(230px, 38vw, 520px); height: auto; }
.intro-logo b { font-size: clamp(4rem, 13vw, 10rem); font-weight: 700; letter-spacing: -2px; line-height: 1; }
.intro-logo > span { font-size: clamp(1rem, 2.4vw, 2rem); letter-spacing: clamp(5px, 1.6vw, 16px); text-transform: uppercase; font-weight: 500; }
#intro.show .intro-logo { opacity: 1; transform: scale(1); }
#intro.out .intro-logo { opacity: 0; transform: scale(1.06); transition-duration: .5s; }
#intro.out .intro-panels span { transform: translateY(-100%); }
#intro.out .intro-panels span:nth-child(1) { transition-delay: 0s; }
#intro.out .intro-panels span:nth-child(2) { transition-delay: .09s; }
#intro.out .intro-panels span:nth-child(3) { transition-delay: .18s; }
#intro.out .intro-panels span:nth-child(4) { transition-delay: .27s; }
#intro.out .intro-panels span:nth-child(5) { transition-delay: .36s; }
#intro.done { display: none; }

/* ---------- Nav ---------- */
nav { position: fixed; top: 0; width: 100%; padding: .5rem 4%; display: flex; justify-content: space-between; align-items: center; z-index: 1000;
    background: rgba(244,241,234,0.8); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: padding .4s var(--ease), border-color .4s, box-shadow .4s; }
nav.scrolled { padding: .15rem 4%; border-color: var(--line); box-shadow: 0 8px 40px rgba(22,19,15,0.06); }
.logo-container { height: 96px; display: flex; align-items: center; transition: height .4s var(--ease); }
nav.scrolled .logo-container { height: 64px; }
.logo-img-refined { height: 100%; width: auto; object-fit: contain; }
.logo-text { display: none; align-items: baseline; gap: .55rem; font-family: var(--font-head); color: var(--ink); line-height: 1; }
.logo-text b { font-size: 2.1rem; font-weight: 700; letter-spacing: -1px; }
.logo-text > span { font-size: .9rem; font-weight: 500; text-transform: uppercase; letter-spacing: 4px; }
nav.scrolled .logo-text b { font-size: 1.7rem; }
.logo-text-footer { justify-content: center; }
.logo-text-footer b { font-size: 1.8rem; }
.nav-links { display: flex; gap: 2.4rem; align-items: center; }
.nav-links a { text-decoration: none; color: var(--ink); font-weight: 500; font-size: .8rem; text-transform: uppercase; letter-spacing: 1.6px; position: relative; transition: color .3s; }
.nav-links a:not(.nav-wa)::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px; background: var(--ink); transition: width .4s var(--ease); }
.nav-links a:not(.nav-wa):hover::after { width: 100%; }
.nav-wa { background: var(--ink); color: var(--paper) !important; padding: .65rem 1.4rem; border-radius: 100px; transition: var(--transition); }
.nav-wa:hover { background: var(--gold); transform: translateY(-2px); }

/* ---------- Hero ---------- */
.hero { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 9rem 6% 5rem; position: relative; background: url('fondo-portada.webp') center/cover no-repeat; }
.hero-inner { max-width: 1000px; display: flex; flex-direction: column; align-items: center; }
.hero-logo { margin-bottom: 2.2rem; display: flex; justify-content: center; opacity: 0; transform: translateY(24px); animation: fadeUp 1.1s var(--ease) .25s forwards; }
.hero-logo img { height: clamp(150px, 26vw, 320px); width: auto; }
.hero-logo-text { display: none; flex-direction: column; align-items: center; font-family: var(--font-head); color: var(--ink); line-height: .82; }
.hero-logo-text b { font-size: clamp(5rem, 15vw, 12rem); font-weight: 700; letter-spacing: -2px; }
.hero-logo-text > span { font-size: clamp(1.1rem, 2.6vw, 2.1rem); letter-spacing: clamp(5px, 1.6vw, 16px); text-transform: uppercase; font-weight: 500; margin-top: .5rem; }
.hero-eyebrow { display: inline-block; font-size: .78rem; letter-spacing: 3.5px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 1.8rem; opacity: 0; transform: translateY(20px); animation: fadeUp 1s var(--ease) .1s forwards; }
.hero h1 { font-family: var(--font-head); font-size: clamp(3rem, 8.5vw, 8rem); font-weight: 500; line-height: .96; letter-spacing: -1px; margin-bottom: 2rem; }
.hero h1 .word { display: inline-block; overflow: hidden; vertical-align: top; }
.hero h1 .word > span { display: inline-block; transform: translateY(110%); transition: transform .9s var(--ease); }
.hero h1.in .word > span { transform: translateY(0); }
.hero h1 i { font-style: italic; color: var(--gold); }
.hero-sub { font-size: clamp(1.05rem, 1.7vw, 1.35rem); color: var(--ink-soft); max-width: 600px; margin-bottom: 2.8rem; opacity: 0; transform: translateY(20px); animation: fadeUp 1s var(--ease) .7s forwards; }
.hero-actions { display: flex; gap: 1.1rem; flex-wrap: wrap; justify-content: center; opacity: 0; transform: translateY(20px); animation: fadeUp 1s var(--ease) .9s forwards; }
@keyframes fadeUp { to { opacity: 1; transform: translateY(0); } }
.scroll-hint { position: absolute; bottom: 2.4rem; left: 50%; transform: translateX(-50%); width: 1px; height: 56px; background: var(--line); overflow: hidden; }
.scroll-hint span { position: absolute; top: 0; left: 0; width: 100%; height: 40%; background: var(--ink); animation: scrollMove 2s var(--ease) infinite; }
@keyframes scrollMove { 0% { transform: translateY(-100%); } 100% { transform: translateY(250%); } }

/* ---------- Buttons ---------- */
.btn-cta, .btn-ghost { padding: 1.05rem 2.5rem; font-weight: 600; font-size: .82rem; text-transform: uppercase; letter-spacing: 1.6px; border-radius: 100px; cursor: pointer; display: inline-block; transition: var(--transition); font-family: var(--font-body); text-decoration: none; }
.btn-cta { background: var(--ink); color: var(--paper); border: 1px solid var(--ink); }
.btn-cta:hover { background: transparent; color: var(--ink); transform: translateY(-3px); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-3px); }
.btn-block { width: 100%; margin-top: .4rem; }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; padding: 1.4rem 0; background: var(--ink); }
.marquee-track { display: flex; align-items: center; white-space: nowrap; width: max-content; animation: marquee 90s linear infinite; }
.marquee-track > * { margin-right: 2rem; }
.marquee-track span { font-family: var(--font-head); font-style: italic; font-size: 1.9rem; color: var(--paper); }
.marquee-track i { color: var(--gold); font-size: 1rem; font-style: normal; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Manifesto ---------- */
.manifesto { padding: 9rem 6% 9rem 3%; background: url('fondo-2.webp') center/cover no-repeat; }
.manifesto p { max-width: 1100px; margin: 0; font-family: var(--font-head); font-size: clamp(1.8rem, 4.5vw, 3.6rem); font-weight: 500; line-height: 1.18; }
.manifesto em { font-style: italic; color: var(--gold); }

/* ---------- Section heads ---------- */
.section-head { max-width: 1300px; margin: 0 auto 4rem; }
.section-tag { display: inline-block; font-size: .76rem; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 1rem; }
.section-head h2 { font-family: var(--font-head); font-size: clamp(2.3rem, 5vw, 4rem); font-weight: 500; line-height: 1.04; max-width: 760px; }

/* ---------- Services ---------- */
.services { padding: 5rem 5% 7rem; background: var(--paper-2); }
.services-list { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.service-item { background: var(--paper); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; position: relative; transition: var(--transition); display: flex; flex-direction: column; }
.service-item:hover { transform: translateY(-12px); border-color: var(--gold); box-shadow: 0 40px 80px rgba(22,19,15,.15); }
.srv-img { aspect-ratio: 4 / 3; overflow: hidden; background: #e9e3d8; position: relative; }
.srv-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(.2) brightness(.97); transition: transform 1s var(--ease), filter .6s; }
.service-item:hover .srv-img img { transform: scale(1.1); filter: grayscale(0) brightness(1.03); }
.srv-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.28) 48%, transparent 66%); transform: translateX(-130%); transition: transform .95s var(--ease); pointer-events: none; }
.service-item:hover .srv-img::after { transform: translateX(130%); }
.srv-num { font-family: var(--font-head); font-size: 1rem; color: var(--gold); display: block; padding: 1.6rem 2rem 0; }
.service-item h3 { position: relative; font-family: var(--font-head); font-size: 1.7rem; font-weight: 600; margin: .3rem 0 .9rem; padding: 0 2rem; transition: color .4s; }
.service-item h3::after { content: ''; position: absolute; left: 2rem; bottom: -2px; width: 0; height: 2px; background: var(--gold); transition: width .5s var(--ease); }
.service-item:hover h3::after { width: 38px; }
.service-item p { color: var(--ink-soft); font-size: .96rem; padding: 0 2rem 2rem; }

/* ---------- Stats ---------- */
.stats { max-width: 1300px; margin: 0 auto; padding: 7rem 5%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.stat { text-align: center; border-left: 1px solid var(--line); padding: 0 1rem; }
.stat:first-child { border-left: none; }
.stat-num { font-family: var(--font-head); font-size: clamp(3rem, 6vw, 5rem); font-weight: 600; display: block; line-height: 1; }
.stat-label { font-size: .82rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 1px; }

/* ---------- Work / Cases ---------- */
.work { padding: 5rem 5% 6rem; }
.case-row { display: flex; gap: 4rem; max-width: 1300px; margin: 0 auto 6.5rem; align-items: center; text-decoration: none; color: inherit; }
.case-row.reverse { flex-direction: row-reverse; }
.case-info { flex: 1; }
.case-index { font-size: .78rem; color: var(--gold); display: block; margin-bottom: .9rem; text-transform: uppercase; letter-spacing: 2px; }
.case-info h2 { font-family: var(--font-head); font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 600; margin-bottom: 1.2rem; line-height: 1; }
.case-info p { color: var(--ink-soft); font-size: 1.05rem; margin-bottom: 1.6rem; max-width: 440px; }
.case-link { font-weight: 600; font-size: .82rem; text-transform: uppercase; letter-spacing: 1.6px; transition: letter-spacing .35s var(--ease), color .3s; }
.case-row:hover .case-link { letter-spacing: 3px; color: var(--gold); }
.case-img { flex: 1.45; height: 470px; background: #e9e3d8; border: 1px solid var(--line); overflow: hidden; border-radius: 4px; box-shadow: 0 40px 70px rgba(22,19,15,0.08); }
.case-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: grayscale(.35); transition: transform 1s var(--ease), filter .6s; }
.case-row:hover .case-img img { filter: grayscale(0); transform: scale(1.04); }

/* ---------- Process ---------- */
.process { padding: 7rem 5%; background: var(--paper-2); }
.process-list { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2.5rem; }
.process-step { position: relative; }
.step-num { font-family: var(--font-head); font-size: 3.4rem; color: var(--ink); opacity: .14; font-weight: 700; display: block; margin-bottom: .6rem; }
.process-step h3 { font-family: var(--font-head); font-size: 1.7rem; font-weight: 600; margin-bottom: .6rem; }
.process-step p { color: var(--ink-soft); font-size: .96rem; }

/* ---------- Reviews (carrusel horizontal) ---------- */
.reviews { padding: 7rem 0; overflow: hidden; }
.reviews .section-head { padding: 0 5%; }
.reviews-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.reviews-track { display: flex; gap: 2rem; width: max-content; animation: reviewScroll 48s linear infinite; padding: .5rem 1rem; }
.review { flex: 0 0 clamp(290px, 34vw, 440px); background: var(--paper-2); border: 1px solid var(--line); padding: 2.6rem; border-radius: 6px; }
.review .stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 1.1rem; font-size: 1rem; }
.review p { font-family: var(--font-head); font-size: 1.5rem; line-height: 1.32; font-style: italic; }
@keyframes reviewScroll { to { transform: translateX(-50%); } }

/* ---------- FAQ ---------- */
.faq { padding: 7rem 5%; background: var(--paper-2); }
.faq-list { max-width: 880px; margin: 0 auto; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 1.8rem 0; text-align: left; font-family: var(--font-head); font-size: clamp(1.3rem, 2.4vw, 1.8rem); font-weight: 600; color: var(--ink); }
.faq-q i { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.faq-q i::before, .faq-q i::after { content: ''; position: absolute; background: var(--gold); transition: transform .4s var(--ease); }
.faq-q i::before { top: 50%; left: 0; width: 100%; height: 2px; transform: translateY(-50%); }
.faq-q i::after { left: 50%; top: 0; width: 2px; height: 100%; transform: translateX(-50%); }
.faq-item.open .faq-q i::after { transform: translateX(-50%) scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease); }
.faq-a p { color: var(--ink-soft); font-size: 1rem; padding-bottom: 1.8rem; max-width: 700px; }

/* ---------- Contact ---------- */
.contact { padding: 8rem 5%; background: var(--ink); color: var(--paper); }
.contact-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.contact .section-tag { color: var(--gold); }
.contact-left h2 { font-family: var(--font-head); font-size: clamp(2.4rem, 4.5vw, 3.8rem); font-weight: 500; line-height: 1.04; margin-bottom: 1.4rem; }
.contact-left p { color: rgba(244,241,234,0.6); font-size: 1.1rem; margin-bottom: 2.2rem; }
.contact-direct { display: flex; flex-direction: column; gap: .8rem; }
.contact-direct a { color: var(--paper); text-decoration: none; font-size: 1.05rem; font-weight: 500; width: fit-content; transition: color .3s; }
.contact-direct a:hover { color: var(--gold); }
#contact-form { display: flex; flex-direction: column; gap: 1.3rem; }
.input-row { display: flex; gap: 1.3rem; }
#contact-form input, #contact-form textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(244,241,234,0.25); padding: .9rem 0; color: var(--paper); font-family: inherit; font-size: 1.05rem; transition: border-color .4s; resize: none; }
#contact-form input::placeholder, #contact-form textarea::placeholder { color: rgba(244,241,234,0.4); }
#contact-form input:focus, #contact-form textarea:focus { outline: none; border-color: var(--gold); }
.contact .btn-cta { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.contact .btn-cta:hover { background: transparent; color: var(--paper); }

/* ---------- Footer ---------- */
footer { padding: 4rem 5%; text-align: center; }
.footer-logo { height: 64px; width: auto; margin: 0 auto 1rem; opacity: .85; }
footer p { color: var(--ink-soft); font-size: .82rem; letter-spacing: .5px; }
.footer-legal { margin-top: .8rem; }
.footer-legal a { color: var(--ink-soft); text-decoration: none; transition: color .3s; }
.footer-legal a:hover { color: var(--gold); }

/* ---------- WhatsApp float ---------- */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 9000; width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(37,211,102,0.4); transition: transform .3s var(--ease); animation: waPulse 2.4s infinite; }
.wa-float:hover { transform: scale(1.1); }
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); } 70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* Bocadillo de aviso WhatsApp */
.wa-bubble { position: fixed; bottom: 30px; right: 96px; z-index: 9000; max-width: 250px; background: #fff; color: var(--ink); padding: .9rem 2.2rem .9rem 1.1rem; border-radius: 16px 16px 4px 16px; box-shadow: 0 14px 40px rgba(22,19,15,.18); font-size: .92rem; line-height: 1.35; font-weight: 500; text-decoration: none; opacity: 0; transform: translateX(20px) scale(.9); transform-origin: bottom right; transition: opacity .5s var(--ease), transform .5s var(--ease); pointer-events: none; }
.wa-bubble.show { opacity: 1; transform: translateX(0) scale(1); pointer-events: auto; animation: waBubbleBob 2.6s ease-in-out 1s infinite; }
.wa-bubble b { color: #25D366; }
.wa-bubble .wa-close { position: absolute; top: 6px; right: 9px; font-size: 1rem; line-height: 1; color: var(--ink-soft); font-weight: 700; }
@keyframes waBubbleBob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@media (max-width: 900px) { .wa-bubble { max-width: 200px; bottom: 28px; right: 88px; font-size: .85rem; } }

/* Popup agresivo de WhatsApp */
.wa-modal { position: fixed; inset: 0; z-index: 9500; display: flex; align-items: center; justify-content: center; padding: 1.5rem; background: rgba(22,19,15,.82); opacity: 0; visibility: hidden; transition: opacity .4s var(--ease), visibility .4s; }
.wa-modal.show { opacity: 1; visibility: visible; }
.wa-modal-card { position: relative; background: var(--paper); max-width: 430px; width: 100%; padding: 3.2rem 2.4rem 2.2rem; border-radius: 16px; text-align: center; box-shadow: 0 40px 100px rgba(0,0,0,.45); transform: translateY(20px) scale(.93); transition: transform .55s var(--ease); }
.wa-modal.show .wa-modal-card { transform: translateY(0) scale(1); }
.wa-modal-icon { width: 66px; height: 66px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.3rem; box-shadow: 0 10px 26px rgba(37,211,102,.42); }
.wa-modal-card h3 { font-family: var(--font-head); font-size: 2rem; font-weight: 600; margin-bottom: .8rem; line-height: 1.12; }
.wa-modal-card p { color: var(--ink-soft); font-size: 1rem; margin-bottom: .9rem; }
.wa-modal-card .wa-modal-fine { color: var(--gold); font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1.7rem; }
.wa-modal-btn { display: block; width: 100%; background: #25D366; color: #fff; padding: 1.1rem; border-radius: 100px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: .85rem; text-decoration: none; transition: var(--transition); }
.wa-modal-btn:hover { background: #1eb955; transform: translateY(-2px); }
.wa-modal-dismiss { display: block; margin: 1rem auto 0; background: none; border: none; color: var(--ink-soft); font-size: .85rem; text-decoration: underline; font-family: var(--font-body); }
.wa-modal-close { position: absolute; top: 12px; right: 16px; background: none; border: none; font-size: 1.8rem; line-height: 1; color: var(--ink-soft); font-weight: 300; }

/* ---------- Scroll reveal ---------- */
[data-animate] { opacity: 0; transform: translateY(36px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
[data-animate].visible { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    body { cursor: auto; }
    .cursor-img { display: none; }
    .logo-container { height: 52px; }
    nav.scrolled .logo-container { height: 46px; }
    .nav-links { gap: .8rem; }
    .nav-links a:not(.nav-wa) { display: none; }
    .hero { padding: 7rem 6% 4rem; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .btn-cta, .btn-ghost { text-align: center; }
    .marquee-track span { font-size: 1.4rem; }
    .manifesto { padding: 5rem 6%; }
    .services-list { grid-template-columns: 1fr; }
    .stats { grid-template-columns: repeat(2, 1fr); gap: 2.5rem 1rem; }
    .stat:nth-child(3) { border-left: none; }
    .case-row, .case-row.reverse { flex-direction: column; gap: 1.6rem; margin-bottom: 4.5rem; }
    .case-img { width: 100%; height: 250px; flex: none; }
    .case-info p { max-width: 100%; }
    .process-list { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .reviews-grid { grid-template-columns: 1fr; }
    .review p { font-size: 1.4rem; }
    .contact-inner { grid-template-columns: 1fr; gap: 3rem; }
    .input-row { flex-direction: column; }
}
