@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/Manrope-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --ink: #0f0f10;
  --blue: #2451f5;
  --blue-deep: #17348c;
  --lime: #c8ab6d;
  --gold: #c8ab6d;
  --paper: #f6f6f4;
  --white: #ffffff;
  --line: rgba(16, 19, 21, 0.18);
  --muted: #666a6b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
::selection { background: var(--lime); color: var(--ink); }

.reveal-ready .scroll-reveal { opacity: 0; transform: translate3d(0, 34px, 0); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); transition-delay: calc(var(--reveal-order, 0) * 70ms); }
.reveal-ready .scroll-reveal.problem__visual, .reveal-ready .scroll-reveal.about__visual { transform: translate3d(28px, 0, 0) scale(.985); }
.reveal-ready .scroll-reveal.is-revealed { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 88px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 0 4vw; color: white; border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-family: "Manrope", Arial, sans-serif; font-weight: 800; font-size: 1.35rem; letter-spacing: .14em; }
.brand--light { color: white; }
.brand-wordmark { display: block; width: 94px; height: 23px; overflow: hidden; }
.brand-wordmark img { display: block; width: 94px; height: auto; }
.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; }
.desktop-nav { display: flex; align-items: center; gap: 2.2rem; font-size: .83rem; }
.desktop-nav a { opacity: .8; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.mobile-menu { display: none; }

.star-mark { position: relative; display: block; width: 190px; height: 190px; }
.star-mark--small { width: 26px; height: 26px; }
.site-header .star-mark--small { width: 29px; height: 29px; }
.star-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }

.hero { position: relative; min-height: 830px; height: 100svh; overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; background: radial-gradient(ellipse 34% 25% at 30% 100%, rgba(36,81,245,.13), transparent 72%), radial-gradient(ellipse 32% 28% at 100% 100%, rgba(200,171,109,.12), transparent 72%), radial-gradient(ellipse 48% 36% at 80% 22%, rgba(200,171,109,.07), transparent 68%), #08090b; color: white; padding: 160px 5vw 70px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .58; background-image: radial-gradient(rgba(200,171,109,.2) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(ellipse 58% 48% at 78% 22%, black 18%, transparent 76%); }
.hero__copy { position: relative; z-index: 2; align-self: center; max-width: 820px; }
.eyebrow { display: flex; align-items: center; gap: .7rem; margin: 0 0 2rem; font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { color: var(--lime); font-size: 1.1rem; }
.eyebrow--light { color: rgba(255,255,255,.76); }
h1, h2 { margin: 0; font-family: "Manrope", Arial, sans-serif; font-weight: 700; letter-spacing: -.055em; line-height: .96; }
h1 { max-width: 780px; font-size: clamp(3.3rem, 5.65vw, 6.35rem); }
h1 em, h2 em { color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero h1 em { color: var(--blue); }
.hero__lead { max-width: 680px; margin: 2rem 0 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 1.25vw, 1.25rem); line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.5rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 18px 22px; border: 1px solid transparent; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button--primary { background: var(--blue); color: white; }
.button--lime { background: var(--blue); color: white; }
.button--outline-light { border-color: rgba(255,255,255,.5); color: white; }
.button--outline-light:hover { background: white; color: var(--ink); }
.text-link { display: inline-flex; gap: .8rem; align-items: center; padding-bottom: .35rem; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 700; }
.hero__visual { position: relative; align-self: center; justify-self: center; width: min(50vw, 780px); aspect-ratio: 1.5; margin: 0 0 0 -2vw; background: transparent; }
.hero__visual > img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; filter: drop-shadow(0 38px 50px rgba(0,0,0,.38)); }
.scroll-cue { position: absolute; right: 4vw; bottom: 3rem; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }

.section-number { color: var(--blue); font-size: .7rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.section-number--light { color: var(--lime); }
.presence { display: grid; grid-template-columns: 1.35fr 1fr; gap: 4.5vw; padding: 100px 5vw 0; }
.presence h2, .section-head h2, .audience h2, .difference h2, .about h2, .projects h2, .faq h2 { font-size: clamp(2.75rem, 4.75vw, 5.7rem); }
.presence h2 em, .audience h2 em, .about h2 em { color: var(--blue); }
.presence__copy { padding-top: .2rem; color: #484c4d; font-size: 1.03rem; line-height: 1.7; }
.presence__copy p:first-child { margin-top: 0; color: var(--ink); font-size: inherit; }
.credibility-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 2.5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credibility-strip div { min-height: 160px; padding: 28px 3vw 24px 0; border-right: 1px solid var(--line); }
.credibility-strip div:not(:first-child) { padding-left: 2.2vw; }
.credibility-strip div:last-child { border-right: 0; }
.credibility-strip span { color: var(--blue); font: italic 1.05rem Georgia, serif; }
.credibility-strip p { max-width: 210px; margin: 2.5rem 0 0; font-weight: 800; line-height: 1.2; }

.problem { padding: 130px 5vw; background: var(--ink); color: white; }
.problem__feature { display: grid; grid-template-columns: 1fr .72fr; gap: 6vw; align-items: center; }
.problem__intro { max-width: 920px; }
.problem__visual { width: min(100%, 540px); aspect-ratio: 1; justify-self: center; margin: 0 auto; overflow: hidden; }
.problem__visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: right center; filter: drop-shadow(0 28px 40px rgba(0,0,0,.34)); }
.problem h2 { max-width: 680px; font-size: clamp(2.85rem, 4.6vw, 5.3rem); }
.problem__intro > p:not(.eyebrow) { max-width: 590px; margin: 2rem 0 2.8rem; color: rgba(255,255,255,.62); font-size: 1.08rem; line-height: 1.7; }
.problem__list { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 4.5rem; }
.problem-row { display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; gap: 1.7rem 1rem; align-content: space-between; min-height: 210px; padding: 25px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.2); border-radius: 18px; }
.problem-row > span:first-child { color: var(--lime); font: italic 1rem Georgia, serif; }
.problem-row p { grid-column: 1 / -1; margin: 0; font-size: 1.08rem; line-height: 1.35; }
.problem-row__icon { grid-column: 2; grid-row: 1; display: grid; place-items: center; width: 40px; height: 40px; margin-top: -6px; color: var(--lime); border: 1px solid rgba(200,171,109,.4); border-radius: 12px; font: normal 1.2rem Arial, sans-serif; }

.solutions { padding: 130px 5vw; }
.section-head, .projects__head { display: grid; grid-template-columns: 1.5fr .7fr; gap: 8vw; align-items: end; margin-bottom: 70px; }
.solutions .section-head { display: block; margin-bottom: 36px; }
.solutions .section-head h2 { max-width: none; margin-top: 0; }
.solutions .section-head > p { max-width: 760px; margin-top: 2rem; }
.section-head h2, .projects__head h2 { margin-top: 1.5rem; max-width: 900px; }
.section-head > p, .projects__head > p { margin: 0; color: var(--muted); line-height: 1.7; }
.service-carousel { --service-card-width: 30vw; width: 100vw; margin-left: calc(50% - 50vw); overflow: hidden; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-carousel:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.service-track { display: flex; width: max-content; animation: service-carousel 42s linear infinite; will-change: transform; }
.service-carousel:hover .service-track, .service-carousel:focus .service-track { animation-play-state: paused; }
.service-track__group { display: flex; flex: none; }
.service-card { flex: 0 0 var(--service-card-width); width: var(--service-card-width); min-height: 340px; display: flex; flex-direction: column; padding: 30px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
@keyframes service-carousel { to { transform: translateX(-50%); } }
.service-card__top { display: flex; color: var(--blue); }
.service-card__top i { display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid currentColor; border-radius: 18px; font: normal 1.7rem Arial, sans-serif; }
.service-card h3 { max-width: 320px; margin: 2rem 0 1rem; font-size: clamp(1.75rem, 2.1vw, 2.45rem); line-height: 1; letter-spacing: -.045em; }
.service-card__tagline { margin-bottom: 1.25rem; color: var(--ink) !important; font-weight: 800; line-height: 1.35 !important; }
.service-card > p { color: var(--muted); font-size: .93rem; line-height: 1.6; }
.service-card--blue { background: var(--blue); color: white; }
.service-card--blue .service-card__top, .service-card--blue > p { color: rgba(255,255,255,.72); }
.service-card--blue .service-card__tagline { color: white !important; }
.service-card--lime { background: var(--gold); }
.service-card--lime .service-card__top, .service-card--lime .service-card__top i { color: white; border-color: white; }
.service-card--dark { background: var(--ink); color: white; }
.service-card--dark .service-card__top, .service-card--dark > p { color: rgba(255,255,255,.65); }
.service-card--dark .service-card__tagline { color: white !important; }
.center-action { display: flex; justify-content: center; padding-top: 50px; }

.process { padding: 125px 5vw; background: var(--blue-deep); color: white; }
.process__head { margin: 1.5rem 0 6rem; }
.process__head h2 { max-width: 900px; font-size: clamp(2.9rem, 5vw, 5.9rem); }
.process__head p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.7; }
.process__steps { display: grid; grid-template-columns: repeat(4,1fr); margin-bottom: 3.5rem; }
.process__steps article { position: relative; padding-right: 2.5vw; }
.process__icon { display: grid; place-items: center; width: 48px; height: 48px; color: var(--lime); border: 1px solid rgba(200,171,109,.65); border-radius: 15px; background: rgba(255,255,255,.04); font: normal 1.35rem Arial, sans-serif; }
.step-marker { position: relative; width: 100%; margin: 1.5rem 0 2.8rem; border-top: 1px solid rgba(255,255,255,.4); }
.step-marker i { position: absolute; top: -5px; left: 0; width: 10px; height: 10px; background: var(--lime); border-radius: 50%; }
.process__steps h3 { margin: 0 0 1rem; font-size: 1.5rem; }
.process__steps p { max-width: 280px; margin: 0; color: rgba(255,255,255,.66); font-size: .9rem; line-height: 1.65; }

.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; padding: 130px 5vw; }
.audience__statement h2 { margin-top: 1.5rem; }
.audience__statement > p { max-width: 650px; margin: 2rem 0 0; color: var(--muted); line-height: 1.7; }
.audience__tags { padding-top: 3rem; }
.audience__tags span { display: flex; align-items: center; gap: 1.2rem; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 1.15rem; font-weight: 700; }
.audience__tags i { color: var(--blue); font: italic .85rem Georgia, serif; }

.difference { padding: 120px 5vw; background: var(--white); }
.difference__head { display: block; }
.difference__head .eyebrow { margin-bottom: 1.5rem; }
.difference__head h2 { max-width: none; }
.difference__grid { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 70px; border-top: 1px solid var(--line); }
.difference__grid article { min-height: 300px; padding: 28px 2.3vw 30px 0; border-bottom: 1px solid var(--line); }
.difference__grid span { color: var(--blue); font: italic 1rem Georgia, serif; }
.difference__grid h3 { margin: 3.4rem 0 1rem; font-size: 1.38rem; letter-spacing: -.03em; }
.difference__grid p { max-width: 410px; margin: 0; color: var(--muted); line-height: 1.65; }

.comparison { padding: 120px 5vw; background: radial-gradient(circle at 86% 14%, rgba(36,81,245,.18), transparent 28%), var(--ink); color: white; }
.comparison > h2 { margin: 1.5rem 0 4rem; font-size: clamp(2.9rem, 5vw, 5.5rem); }
.comparison__grid { display: grid; grid-template-columns: 1fr 1fr 1.12fr; gap: 18px; }
.comparison__grid article { min-height: 430px; padding: 32px; overflow: hidden; background: #151618; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; transition: transform .25s ease, border-color .25s ease; }
.comparison__grid article:hover { transform: translateY(-7px); border-color: rgba(255,255,255,.3); }
.comparison__label { display: flex; align-items: center; gap: .8rem; color: rgba(255,255,255,.62); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.comparison__label::before { display: grid; place-items: center; flex: none; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: var(--gold); font-size: 1rem; letter-spacing: 0; }
.comparison__alternative--freelancers .comparison__label::before { content: "◇"; }
.comparison__alternative--agencies .comparison__label::before { content: "▦"; }
.comparison ul { list-style: none; padding: 0; margin: 3.5rem 0 0; }
.comparison li { position: relative; padding: 15px 14px 15px 42px; margin-top: 8px; color: rgba(255,255,255,.68); background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.08); border-radius: 13px; font-size: .9rem; }
.comparison li::before { content: "×"; position: absolute; left: 15px; color: rgba(255,255,255,.4); }
.comparison__doxa { position: relative; background: linear-gradient(145deg, #2451f5, #173fcf) !important; border-color: rgba(255,255,255,.28) !important; box-shadow: 0 28px 70px rgba(36,81,245,.22); }
.comparison__doxa::after { content: ""; position: absolute; top: -70px; right: -70px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.comparison__brand { position: relative; z-index: 1; display: flex; align-items: center; gap: .8rem; color: var(--lime); font-size: 1.25rem; letter-spacing: .12em; }
.comparison__doxa ul { position: relative; z-index: 1; margin-top: 2.7rem; }
.comparison__doxa li { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.comparison__doxa li::before { content: "✓"; color: var(--lime); }

.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 800px; }
.about__visual { position: relative; overflow: hidden; display: grid; place-items: center; background: var(--ink); color: var(--gold); }
.about__visual::before { content: ""; position: absolute; width: 70%; aspect-ratio: 1; border: 1px solid rgba(200,171,109,.28); border-radius: 50%; }
.about__visual .star-mark { width: min(28vw, 430px); height: min(28vw, 430px); }
.about__wordmark { position: absolute; bottom: 7%; left: 7%; display: block; width: min(24vw, 330px); height: min(6vw, 82px); overflow: hidden; }
.about__wordmark img { display: block; width: 100%; height: auto; }
.about__copy { display: flex; flex-direction: column; justify-content: center; padding: 90px 6vw; background: var(--paper); }
.about__copy h2 { margin: 1.5rem 0 2.5rem; }
.about__copy > p { color: var(--muted); line-height: 1.7; }
.about__copy blockquote { margin: 2rem 0 0; padding: 1.5rem 0 0; border-top: 1px solid var(--line); font: italic 1.45rem/1.4 Georgia, serif; }
.about__copy blockquote strong { color: var(--blue); }

.projects { padding: 130px 5vw; background: var(--white); }
.projects .projects__head { display: block; }
.projects__placeholder { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: center; min-height: 480px; padding: 4vw; background: var(--paper); border: 1px solid var(--line); }
.projects__orbit { position: relative; display: grid; place-items: center; width: min(32vw, 380px); aspect-ratio: 1; margin: auto; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); }
.projects__orbit .star-mark { width: 170px; height: 170px; }
.projects__orbit > span { position: absolute; color: var(--ink); text-align: center; font-size: .62rem; font-weight: 900; letter-spacing: .13em; }
.projects__placeholder > div:last-child p { max-width: 540px; color: var(--muted); font-size: 1.12rem; line-height: 1.7; }
.projects__placeholder .text-link { margin-top: 2rem; color: var(--blue); }

.faq { display: grid; grid-template-columns: 1fr; gap: 4rem; padding: 130px 5vw; }
.faq__intro { max-width: 900px; }
.faq__intro h2 { margin: 1.5rem 0 2.5rem; }
.faq__intro p { margin-bottom: .5rem; color: var(--muted); }
.faq__intro > a { color: var(--blue); font-weight: 800; }
.faq__list { width: 100%; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: grid; grid-template-columns: 45px 1fr 30px; gap: 1rem; align-items: center; padding: 25px 0; cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 800; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--blue); font: italic .85rem Georgia, serif; }
.faq summary i { justify-self: end; color: var(--blue); font: normal 1.6rem Arial, sans-serif; transition: transform .2s; }
.faq details[open] summary i { transform: rotate(45deg); }
.faq details > p { max-width: 720px; margin: -5px 45px 25px 61px; color: var(--muted); line-height: 1.7; }

.final-cta { position: relative; overflow: hidden; padding: 130px 10vw; background: var(--ink); color: white; text-align: center; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(200,171,109,.12), transparent 42%); }
.final-cta > * { position: relative; z-index: 1; }
.final-cta__star { position: absolute; z-index: 0; top: 50%; left: 50%; opacity: .08; transform: translate(-50%,-50%); }
.final-cta__star .star-mark { width: 850px; height: 850px; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { max-width: 1200px; margin: auto; font-size: clamp(3.2rem, 5.65vw, 6.4rem); }
.final-cta > p:not(.eyebrow) { max-width: 700px; margin: 2rem auto 0; color: rgba(255,255,255,.72); font-size: 1.05rem; line-height: 1.7; }
.final-cta__actions { display: flex; justify-content: center; gap: 1rem; margin-top: 3rem; }

footer { padding: 80px 5vw 28px; background: var(--ink); color: white; }
.footer__brand { display: grid; grid-template-columns: 1fr 1fr; padding-bottom: 42px; }
.footer__brand p { justify-self: end; max-width: 280px; margin: 0; color: rgba(255,255,255,.5); text-align: right; }
.footer__bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.4); font-size: .65rem; letter-spacing: .09em; text-transform: uppercase; }

.whatsapp-float { position: fixed; z-index: 50; right: 24px; bottom: 24px; display: grid; place-items: center; width: 60px; height: 60px; color: white; background: #25d366; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; box-shadow: 0 14px 38px rgba(0,0,0,.28); transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-float:hover { transform: translateY(-4px); box-shadow: 0 18px 46px rgba(0,0,0,.34); }
.whatsapp-float__icon { display: block; width: 32px; height: 32px; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .mobile-menu { display: block; justify-self: end; }
  .mobile-menu summary { display: flex; flex-direction: column; gap: 6px; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 28px; height: 1px; background: white; }
  .mobile-menu nav { position: absolute; top: 88px; left: 0; right: 0; display: flex; flex-direction: column; gap: 1rem; padding: 28px 5vw; background: var(--ink); }
  .hero { grid-template-columns: 1fr .7fr; }
  .hero__visual { width: 50vw; }
  .presence { grid-template-columns: 1.1fr 1fr; gap: 4vw; }
  .problem__list { grid-template-columns: repeat(2,1fr); }
  .service-carousel { --service-card-width: 45vw; }
  .difference__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  .site-header { height: 70px; }
  .mobile-menu nav { top: 70px; }
  .hero { min-height: 830px; height: auto; grid-template-columns: 1fr; padding: 130px 6vw 60px; }
  .hero__copy { align-self: start; }
  h1 { font-size: clamp(2.9rem, 12.3vw, 4.1rem); }
  .hero__lead { font-size: .98rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 1.5rem; }
  .hero__visual { width: min(96vw, 540px); margin: 35px 0 0 -4vw; }
  .scroll-cue { display: none; }
  .presence, .problem, .audience, .about, .faq { grid-template-columns: 1fr; }
  .presence, .solutions, .process, .audience, .difference, .comparison, .projects, .faq { padding: 85px 6vw; }
  .presence { gap: 2rem; }
  .presence h2, .section-head h2, .audience h2, .difference h2, .about h2, .projects h2, .faq h2 { font-size: clamp(2.6rem, 11.8vw, 3.85rem); }
  .credibility-strip { grid-template-columns: 1fr 1fr; margin-top: 2rem; }
  .credibility-strip div { min-height: 145px; padding: 20px !important; border-bottom: 1px solid var(--line); }
  .credibility-strip p { margin-top: 1.5rem; }
  .problem { gap: 4rem; padding: 85px 6vw; }
  .problem__feature { grid-template-columns: 1fr; gap: 3rem; }
  .problem__visual { width: min(88vw, 480px); justify-self: center; margin-inline: auto; }
  .problem__intro, .faq__intro { position: static; }
  .problem h2 { font-size: 3rem; }
  .problem__list { grid-template-columns: 1fr; margin-top: 3rem; }
  .problem-row { min-height: 165px; }
  .section-head, .projects__head, .process__head { grid-template-columns: 1fr; gap: 2rem; margin-bottom: 45px; }
  .service-carousel { --service-card-width: 88vw; margin-left: -6vw; }
  .service-card { min-height: 320px; }
  .service-card h3 { margin-top: 1.75rem; }
  .process__head { margin-top: 1.5rem; }
  .process__steps { grid-template-columns: 1fr; gap: 3rem; }
  .process__steps article { padding: 0; }
  .step-marker { margin-bottom: 1.5rem; }
  .audience { gap: 1.5rem; }
  .difference__grid { grid-template-columns: 1fr; margin-top: 50px; }
  .difference__grid article { min-height: 240px; }
  .comparison__grid { grid-template-columns: 1fr; }
  .comparison__grid article { min-height: auto; }
  .about__visual { min-height: 520px; }
  .about__visual .star-mark { width: 260px; height: 260px; }
  .about__wordmark { width: 240px; height: 60px; }
  .about__copy { padding: 85px 6vw; }
  .projects__placeholder { grid-template-columns: 1fr; padding: 50px 7vw; }
  .projects__orbit { width: min(75vw, 350px); }
  .faq { gap: 4rem; }
  .faq details > p { margin-left: 0; margin-right: 0; }
  .final-cta { padding: 95px 6vw; }
  .final-cta h2 { font-size: 3.15rem; }
  .final-cta__actions { flex-direction: column; align-items: stretch; }
  .final-cta__star .star-mark { width: 500px; height: 500px; }
  footer { padding: 65px 6vw 25px; }
  .footer__brand { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer__brand p { justify-self: start; text-align: left; }
  .footer__bottom { flex-direction: column; gap: .8rem; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; height: 54px; }
  .whatsapp-float__icon { width: 29px; height: 29px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .scroll-reveal { opacity: 1 !important; transform: none !important; }
  .service-carousel { overflow-x: auto; scroll-snap-type: x mandatory; }
  .service-track { animation: none; }
  .service-track__group[aria-hidden="true"] { display: none; }
  .service-card { scroll-snap-align: start; }
}
