:root {
  --orange: #f73c07;
  --orange-dark: #c82c00;
  --ink: #090909;
  --paper: #f5f2ec;
  --white: #ffffff;
  --muted: #6b6761;
  --line: rgba(9, 9, 9, 0.18);
  --max: 1200px;
  --title: "MuseoModerno", sans-serif;
  --body: "Tajawal", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 1.0625rem; line-height: 1.55; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #1261a0; outline-offset: 4px; }
.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; top: 10px; left: 10px; z-index: 1000; padding: .7rem 1rem; background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 1rem clamp(1rem, 4vw, 4rem); background: rgba(245,242,236,.92); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .25s; }
.site-header.scrolled { border-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-family: var(--title); font-weight: 700; text-decoration: none; }
.brand-name { font-size: 1.05rem; font-weight: 800; letter-spacing: -.03em; }
.nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.25rem); }
.nav > a { font-size: .95rem; font-weight: 500; text-decoration: none; }
.nav > a:not(.button):hover { text-decoration: underline; text-underline-offset: .35rem; }
.menu-toggle { display: none; background: none; border: 0; padding: .6rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 1.5rem; height: 2px; margin: .3rem; background: currentColor; }

.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .8rem 1.35rem; background: var(--orange); color: var(--white); border: 2px solid var(--orange); border-radius: 999px; font-weight: 700; text-decoration: none; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.button:hover { background: var(--ink); border-color: var(--ink); transform: translateY(-2px); }
.button-small { min-height: 2.7rem; padding: .55rem 1rem; }
.button-light { background: var(--white); color: var(--ink); border-color: var(--white); }
.button-light:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.text-link { display: inline-flex; align-items: center; gap: .65rem; font-weight: 700; text-underline-offset: .35rem; }
.text-link span { color: var(--orange); font-size: 1.3em; }

.section { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 6vw, 6rem); }
.section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section-number, .eyebrow { margin: 0 0 1.5rem; color: var(--orange-dark); font-size: .82rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.section-number.light { color: #ffb19a; }
h1, h2, h3 { margin-top: 0; font-family: var(--title); line-height: 1.08; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
h2 { max-width: 950px; margin-bottom: 1.5rem; font-size: clamp(2.2rem, 5.5vw, 5.4rem); letter-spacing: -.045em; }
.section-intro > p:last-child { max-width: 690px; font-size: 1.2rem; }

.hero { position: relative; min-height: 100vh; overflow: hidden; padding: clamp(8rem, 14vw, 11rem) clamp(1.25rem, 6vw, 6rem) 6.5rem; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: center; gap: 3rem; background: var(--paper); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(var(--ink) 1px, transparent 1px), linear-gradient(90deg, var(--ink) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }
.hero-copy, .hero-system { position: relative; z-index: 1; }
.hero h1 { max-width: 900px; margin: 0 0 2rem; font-size: clamp(3rem, 7.4vw, 7.5rem); letter-spacing: -.065em; }
.hero-lead { max-width: 720px; margin: 0 0 2.25rem; font-size: clamp(1.15rem, 1.6vw, 1.45rem); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem 2rem; }
.hero-system { aspect-ratio: 4 / 3; display: grid; place-items: center; margin: 0; isolation: isolate; }
.hero-system img { width: 100%; height: 100%; object-fit: cover; border-radius: 1.5rem; box-shadow: 0 2rem 5rem rgba(9,9,9,.22); }
.hero-system::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 1.5rem; pointer-events: none; }
.system-label { position: absolute; z-index: 3; padding: .45rem .8rem; background: var(--white); border: 1px solid var(--ink); border-radius: 999px; font-size: .85rem; font-weight: 700; }
.label-one { top: 9%; left: 8%; }.label-two { top: 42%; right: -2%; }.label-three { bottom: 8%; left: 28%; }.label-four { top: 52%; left: -5%; }
.hero-marquee { position: absolute; bottom: 0; left: 0; display: flex; width: max-content; padding: .8rem 0; background: var(--orange); color: var(--white); font: 700 .82rem/1 var(--title); letter-spacing: .14em; animation: marquee 28s linear infinite; }
.hero-marquee span { padding-right: 1rem; }

.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid var(--line); }
.problem-card { padding: 2rem 2rem 2.5rem 0; border-bottom: 1px solid var(--line); }
.problem-card + .problem-card { padding-left: 2rem; border-left: 1px solid var(--line); }
.problem-card span { color: var(--orange-dark); font-family: var(--title); font-size: .8rem; }
.problem-card h3 { margin: 3rem 0 1rem; font-size: 1.55rem; }
.problem-card p { color: var(--muted); }
.problem-conclusion { max-width: 780px; margin-top: 3rem; margin-right: 0; font-size: clamp(1.3rem, 2.4vw, 2rem); font-weight: 500; }

.chain { max-width: none; background: var(--ink); color: var(--white); }
.chain h2 { max-width: 1060px; }
.chain-flow { display: grid; grid-template-columns: repeat(5, 1fr); padding: 0; margin-top: 5rem; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.chain-flow li { min-height: 13rem; padding: 1.5rem 1.25rem; border-right: 1px solid rgba(255,255,255,.25); }
.chain-flow li:last-child { border-right: 0; }
.chain-flow span { display: block; color: #ffb19a; font-size: .8rem; }
.chain-flow strong { display: block; margin-top: 3.8rem; font: 600 clamp(1.25rem, 2vw, 1.8rem)/1.1 var(--title); }
.chain-flow small { display: block; margin-top: .6rem; color: #bcbcbc; font-size: .9rem; }

.solution-list { margin-top: 4.5rem; border-top: 1px solid var(--ink); }
.solution { display: grid; grid-template-columns: 70px 1.4fr 1fr; gap: 2rem; padding: 2.25rem 0; border-bottom: 1px solid var(--line); }
.solution-index { color: var(--orange-dark); font: 600 .8rem/1 var(--title); }
.solution h3 { margin-bottom: .8rem; font-size: clamp(1.5rem, 2.7vw, 2.35rem); }
.solution p { max-width: 580px; margin: 0; color: var(--muted); }
.solution ul { margin: 0; padding: 0; list-style: none; }
.solution li { padding: .45rem 0; border-bottom: 1px solid var(--line); font-weight: 500; }

.method { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); background: var(--orange); }
.method > * { width: 100%; }
.method .section-number { color: #4f1000; }
.method h2 { font-size: clamp(2.4rem, 5vw, 4.8rem); }
.method-copy p:not(.section-number) { max-width: 540px; font-size: 1.15rem; }
.method-copy .text-link span { color: var(--ink); }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(9,9,9,.45); }
.method-steps li { display: grid; grid-template-columns: 55px 1fr; gap: 1.2rem; padding: 1.1rem 0; border-bottom: 1px solid rgba(9,9,9,.35); }
.method-steps li > span { font: 600 .8rem/1.4 var(--title); }
.method-steps strong { display: block; font: 600 1.2rem/1.2 var(--title); }
.method-steps small { display: block; margin-top: .25rem; font-size: .94rem; }

.projects { max-width: none; background: #151515; color: var(--white); }
.projects .section-intro > p:last-child { color: #c7c7c7; }
.project-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; grid-auto-rows: minmax(230px, auto); gap: 1rem; margin-top: 4rem; }
.project-card { display: flex; flex-direction: column; justify-content: flex-end; min-height: 300px; padding: 2rem; color: var(--white); background-color: #191919; background-image: linear-gradient(180deg, rgba(8,8,8,.08) 5%, rgba(8,8,8,.36) 52%, rgba(8,8,8,.94) 100%), var(--project-image); background-size: cover; background-position: center; overflow: hidden; position: relative; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease, background-size .35s ease; isolation: isolate; }
.project-card:hover, .project-card:focus-visible { transform: translateY(-5px); box-shadow: 0 1.4rem 3rem rgba(0,0,0,.34); }
.project-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.08) 38%, rgba(0,0,0,.72) 100%); }
.project-card p { margin: 0 0 .75rem; color: #ffd2c5; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-card h3 { margin: 0 0 .6rem; color: #fff; font-size: clamp(1.75rem, 3vw, 3.5rem); text-shadow: 0 2px 16px rgba(0,0,0,.25); }
.project-card > span { max-width: 38ch; color: #f2f2f2; }
.project-featured { grid-row: span 2; grid-column: span 1; min-height: 540px; }
.project-link { margin-top: 1.3rem; color: #fff; font-family: var(--title); font-size: .88rem; }

.about { display: grid; grid-template-columns: 1.3fr .7fr; gap: clamp(3rem, 8vw, 8rem); }
.about > * { width: 100%; }
.about h2 { font-size: clamp(2.5rem, 5vw, 5rem); }
.about-copy { padding-top: 4rem; }
.about-copy p { margin: 0 0 1.4rem; font-size: 1.15rem; }
.about-visual { grid-column: 1 / -1; margin: 1rem 0 0; }
.about-visual img { display: block; width: 100%; max-height: 620px; object-fit: cover; border-radius: 1.5rem; }

.knowledge { padding-top: 0; }
.knowledge-panel { position: relative; max-width: var(--max); min-height: 540px; overflow: hidden; padding: clamp(2.5rem, 6vw, 5rem); background: var(--ink); color: var(--white); display: flex; align-items: flex-end; isolation: isolate; }
.knowledge-panel::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(9,9,9,.96) 0%, rgba(9,9,9,.88) 45%, rgba(9,9,9,.25) 100%); }
.knowledge-image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.knowledge-copy { max-width: 720px; }
.knowledge-panel h2 { font-size: clamp(2.25rem, 4.5vw, 4.6rem); }
.knowledge-panel > p:not(.section-number) { max-width: 650px; color: #c7c7c7; font-size: 1.15rem; }
.knowledge-panel .button { margin-top: 1rem; }

.faq { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); }
.faq > * { width: 100%; }
.faq h2 { font-size: clamp(2.4rem, 4.7vw, 4.5rem); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.4rem 2.5rem 1.4rem 0; font: 600 1.1rem/1.3 var(--title); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .25rem; top: 1.2rem; font: 500 1.8rem/1 var(--title); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 2.5rem 1.4rem 0; color: var(--muted); }

.diagnosis { max-width: none; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); background: var(--ink); color: var(--white); }
.diagnosis > * { width: 100%; max-width: 600px; }
.diagnosis h2 { font-size: clamp(2.5rem, 5vw, 5.2rem); }
.diagnosis-intro > p:not(.section-number) { color: #c7c7c7; font-size: 1.15rem; }
.diagnosis-note { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.25); }
.diagnosis-note strong, .diagnosis-note span { display: block; }
.diagnosis-note strong { color: #ffb19a; font-family: var(--title); }
.direct-contact a { color: var(--white); text-underline-offset: .25rem; }
.lead-form { display: grid; gap: 1.1rem; padding: clamp(1.5rem, 4vw, 3rem); background: var(--white); color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.lead-form label { display: grid; gap: .45rem; font-weight: 700; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #8c8c8c; border-radius: 0; background: #fff; padding: .78rem .85rem; color: var(--ink); }
.lead-form textarea { resize: vertical; }
.lead-form .consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .7rem; font-size: .9rem; font-weight: 400; }
.consent input { width: 1.2rem; height: 1.2rem; margin-top: .15rem; }
.button-submit { width: fit-content; margin-top: .5rem; }
.form-note { margin: 0; color: var(--muted); font-size: .82rem; }
.form-status { margin: 0; font-weight: 700; }

.footer { padding: 4rem clamp(1.25rem, 6vw, 6rem) 2rem; background: var(--orange); color: var(--ink); }
.footer-lead { display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: var(--max); margin: 0 auto 4rem; }
.footer-brand { writing-mode: vertical-rl; transform: rotate(180deg); font: 800 .9rem/1 var(--title); letter-spacing: .16em; }
.footer-lead p { max-width: 750px; margin: 0; font: 600 clamp(1.8rem, 4.5vw, 4.2rem)/1.08 var(--title); letter-spacing: -.04em; }
.footer-links, .footer-legal { max-width: var(--max); margin: auto; display: flex; flex-wrap: wrap; gap: 1rem 2rem; padding-top: 1.25rem; border-top: 1px solid rgba(9,9,9,.4); }
.footer-links a { font-weight: 700; }
.footer-legal { justify-content: space-between; margin-top: 2rem; font-size: .82rem; }

.legal-page { background: var(--paper); }
.legal-header { display: flex; justify-content: space-between; align-items: center; gap: 2rem; padding: 1.25rem clamp(1.25rem, 6vw, 6rem); border-bottom: 1px solid var(--line); }
.legal-content { max-width: 820px; margin: auto; padding: clamp(5rem, 9vw, 8rem) 1.25rem; }
.legal-content h1 { margin: 0 0 1.5rem; font-size: clamp(2.8rem, 7vw, 6rem); letter-spacing: -.055em; }
.legal-content h2 { margin: 3rem 0 .8rem; font-size: clamp(1.35rem, 2.6vw, 2rem); letter-spacing: -.025em; }
.legal-content p { max-width: 720px; }
.legal-lead { font-size: 1.25rem; }
.legal-updated { margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 100%; left: 0; right: 0; display: none; align-items: stretch; padding: 1.25rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  .nav.open { display: grid; }
  .nav > a { padding: .65rem 0; }
  .nav .button { margin-top: .5rem; }
  .hero { grid-template-columns: 1fr; padding-top: 8rem; }
  .hero-system { width: min(80vw, 430px); justify-self: center; }
  .problem-grid, .chain-flow { grid-template-columns: 1fr; }
  .problem-card + .problem-card { padding-left: 0; border-left: 0; }
  .problem-card h3 { margin-top: 1.5rem; }
  .chain-flow li { min-height: auto; display: grid; grid-template-columns: 45px 1fr; align-items: center; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .chain-flow strong { margin-top: 0; }
  .chain-flow small { grid-column: 2; }
  .method, .about, .faq, .diagnosis { grid-template-columns: 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .project-featured { grid-row: auto; min-height: 420px; }
  .about-copy { padding-top: 0; }
}

@media (max-width: 640px) {
  body { font-size: 1rem; }
  .brand-name { display: inline; }
  .hero h1 { font-size: clamp(2.65rem, 14vw, 4.5rem); }
  .hero-system { width: 88vw; }
  .solution { grid-template-columns: 44px 1fr; gap: 1rem; }
  .solution ul { grid-column: 2; }
  .field-row { grid-template-columns: 1fr; }
  .footer-lead { display: grid; }
  .footer-legal { display: grid; }
}

/* Case pages — V2.0 */
.case-page { background: var(--paper); }
.case-visual { width:min(var(--max), calc(100% - 2.5rem)); margin:0 auto; padding:clamp(1.25rem,3vw,2.25rem) 0 0; }
.case-visual img { display:block; width:100%; max-height:760px; object-fit:contain; background:#0d0d0d; border-radius:1.25rem; box-shadow:0 1.5rem 4rem rgba(0,0,0,.14); }
.case-visual figcaption { max-width:900px; margin:.8rem auto 0; color:var(--muted); font-size:.88rem; line-height:1.5; }

.case-header { padding: clamp(8rem,12vw,11rem) clamp(1.25rem,6vw,6rem) 5rem; background:#151515; color:var(--white); }
.case-header-inner,.case-body,.case-nav-inner { max-width:var(--max); margin:auto; }
.case-kicker { color:#ffb19a; font:700 .82rem/1.2 var(--title); letter-spacing:.12em; text-transform:uppercase; }
.case-header h1 { max-width:1000px; margin:.9rem 0 1.4rem; font-size:clamp(3rem,7vw,7rem); letter-spacing:-.06em; }
.case-summary { max-width:820px; color:#d8d8d8; font-size:clamp(1.1rem,1.6vw,1.35rem); }
.case-body { padding:clamp(4rem,8vw,8rem) clamp(1.25rem,6vw,6rem); display:grid; gap:0; }
.case-block { display:grid; grid-template-columns:minmax(150px,.35fr) minmax(0,1fr); gap:clamp(1.5rem,5vw,5rem); padding:2.4rem 0; border-top:1px solid var(--line); }
.case-block h2 { margin:0; font-size:clamp(1.35rem,2.3vw,2rem); }
.case-block p,.case-block ul { max-width:760px; margin:0; font-size:1.08rem; }
.case-block ul { padding-left:1.2rem; }
.case-credit { background:#fff; padding:1.4rem; border-left:4px solid var(--orange); }
.case-evidence { background:#f0eee7; padding:1.4rem; }
.case-cta { margin-top:3rem; padding:clamp(2rem,5vw,4rem); background:var(--orange); }
.case-cta h2 { max-width:800px; font-size:clamp(2rem,4vw,4rem); }
.case-nav { padding:1rem clamp(1.25rem,6vw,6rem); background:#151515; color:#fff; position:sticky; top:0; z-index:20; }
.case-nav-inner { display:flex; justify-content:space-between; gap:1rem; align-items:center; }
.case-nav a { color:#fff; text-decoration:none; font-weight:700; }
@media(max-width:900px){ .project-grid{grid-template-columns:1fr 1fr}.project-featured{grid-column:span 2;grid-row:auto}.case-block{grid-template-columns:1fr}.case-nav{position:static} }
@media(max-width:640px){ .project-grid{grid-template-columns:1fr}.project-featured{grid-column:auto}.case-header{padding-top:6rem}.case-body{padding-left:1.25rem;padding-right:1.25rem} }


/* V3.0 — narrativa, artigos, equipe e galerias */
.brand { display:flex; align-items:center; gap:.65rem; }
.brand-mark { width:2rem; height:2rem; display:grid; place-items:center; background:var(--orange); color:#fff; border-radius:.4rem; font:800 1.15rem/1 var(--title); }
.photo-caption { position:absolute; left:1rem; bottom:1rem; max-width:70%; padding:.55rem .75rem; background:rgba(9,9,9,.72); color:#fff; font-size:.76rem; border-radius:.35rem; }
.chain-heading p:last-child { max-width:760px; color:#d3d3d3; font-size:1.08rem; }
.articles { background:#fff; }
.article-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1.4rem; }
.article-card { border:1px solid var(--line); background:var(--paper); display:flex; flex-direction:column; min-width:0; }
.article-image-link { display:block; aspect-ratio:16/10; overflow:hidden; background:#161616; }
.article-image-link img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .5s ease; }
.article-card:hover img { transform:scale(1.025); }
.article-card-copy { padding:1.4rem; display:flex; flex-direction:column; gap:.75rem; height:100%; }
.article-meta { margin:0; color:var(--orange); font:700 .75rem/1.3 var(--title); letter-spacing:.1em; text-transform:uppercase; }
.article-card h3 { margin:0; font-size:clamp(1.35rem,2vw,2rem); line-height:1.1; }
.article-card h3 a { text-decoration:none; }
.article-card p { margin:0; color:var(--muted); }
.article-card .text-link { margin-top:auto; padding-top:.5rem; }
.team-grid { grid-column:1/-1; display:grid; grid-template-columns:1fr 1fr; gap:1.4rem; margin-top:1rem; }
.team-card { display:grid; grid-template-columns:minmax(150px,.7fr) 1.3fr; gap:1.4rem; padding:1.4rem; border:1px solid var(--line); background:#fff; }
.team-photo { aspect-ratio:4/5; overflow:hidden; background:#171717; border-radius:1rem; }
.team-photo img { width:100%; height:100%; object-fit:cover; }
.team-photo-placeholder { display:grid; place-items:center; color:#fff; background:linear-gradient(145deg,#171717,#292929); }
.team-photo-placeholder span { font:800 clamp(2rem,5vw,5rem)/1 var(--title); color:var(--orange); }
.team-card h3 { margin:.35rem 0 .75rem; font-size:1.7rem; }
.team-card p { margin:0 0 1rem; }
.team-social { display:flex; gap:1rem; }
.team-social a { font-weight:700; text-underline-offset:.25rem; }
.social-section { background:#151515; color:#fff; }
.social-section .section-intro p:last-child { color:#cfcfcf; }
.social-links-large { display:grid; grid-template-columns:1fr 1fr; gap:1rem; }
.social-links-large a { min-height:180px; padding:1.6rem; background:var(--orange); color:#111; text-decoration:none; display:flex; flex-direction:column; justify-content:space-between; }
.social-links-large span { font:700 .78rem/1 var(--title); letter-spacing:.12em; text-transform:uppercase; }
.social-links-large strong { font:700 clamp(1.7rem,3vw,3rem)/1.05 var(--title); }
.case-story p { font-size:1.15rem; }
.case-question { background:#fff; padding-left:1.4rem; padding-right:1.4rem; }
.question-text { font:600 clamp(1.45rem,2.6vw,2.4rem)/1.25 var(--title); letter-spacing:-.025em; }
.answer-text { margin-top:1.4rem !important; color:#363636; }
.case-flow-wrap { margin:2.4rem 0; padding:clamp(1.7rem,4vw,3rem); background:#151515; color:#fff; }
.case-flow { margin:1.3rem 0 0; padding:0; list-style:none; display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); border-top:1px solid rgba(255,255,255,.25); }
.case-flow li { min-height:140px; padding:1rem .8rem; border-right:1px solid rgba(255,255,255,.2); display:flex; flex-direction:column; justify-content:space-between; }
.case-flow li:last-child { border-right:0; }
.case-flow span { color:#ffb19a; font:700 .72rem/1 var(--title); }
.case-flow strong { font:600 1rem/1.2 var(--title); }
.case-gallery-section { margin:2.4rem 0 0; padding:clamp(2rem,5vw,4rem); background:#eeeae1; }
.case-gallery-head { max-width:800px; }
.case-gallery-head h2 { font-size:clamp(2rem,4vw,4rem); margin:.4rem 0 1rem; }
.case-gallery-head p:last-child { color:var(--muted); }
.case-gallery { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.2rem; margin-top:1.5rem; }
.case-gallery figure { margin:0; padding:1rem; background:#fff; border:1px solid var(--line); }
.case-gallery img { width:100%; height:auto; max-height:720px; object-fit:contain; display:block; background:#111; }
.case-gallery figcaption { margin-top:.7rem; color:var(--muted); font-size:.86rem; }
.case-references ul { margin-top:1rem; }
.case-references li+li { margin-top:.8rem; }
.reference-note { max-width:760px; padding:1rem 1.2rem; background:#fff6f2; border-left:4px solid var(--orange); margin-bottom:1rem; }
.case-evidence { display:none !important; }
.article-page { background:var(--paper); }
.article-header { padding:clamp(7rem,11vw,10rem) clamp(1.25rem,6vw,6rem) 4rem; background:#151515; color:#fff; }
.article-header-inner { max-width:980px; margin:auto; }
.article-header h1 { margin:.8rem 0 1.2rem; font-size:clamp(2.7rem,6vw,6rem); line-height:1; letter-spacing:-.055em; }
.article-lead { max-width:760px; color:#d2d2d2; font-size:1.2rem; }
.article-hero { max-width:1100px; margin:0 auto; padding:2rem 1.25rem 0; }
.article-hero img { display:block; width:100%; max-height:680px; object-fit:cover; border-radius:1.2rem; }
.article-hero figcaption { margin-top:.7rem; color:var(--muted); font-size:.84rem; }
.article-content { max-width:820px; margin:auto; padding:clamp(3rem,7vw,6rem) 1.25rem; }
.article-content > p { font-size:1.14rem; line-height:1.75; }
.article-content h2 { margin:3rem 0 1rem; font-size:clamp(1.5rem,2.7vw,2.35rem); }
.article-exercise { padding:1rem 1.2rem; margin:.5rem 0; background:#fff; border-left:4px solid var(--orange); font-weight:600; }
.article-cta { margin-top:4rem; padding:2rem; background:#151515; color:#fff; }
.article-cta strong { color:#ffb19a; font-family:var(--title); }
.article-cta p { color:#e1e1e1; }
.article-back { margin-top:3rem; padding-top:1.5rem; border-top:1px solid var(--line); }
@media(max-width:1000px){ .article-grid{grid-template-columns:1fr 1fr}.case-flow{grid-template-columns:repeat(3,1fr)}.case-flow li:nth-child(3){border-right:0}.team-card{grid-template-columns:1fr}.team-photo{max-width:260px}.case-gallery{grid-template-columns:1fr} }
@media(max-width:700px){ .article-grid,.team-grid,.social-links-large{grid-template-columns:1fr}.case-flow{grid-template-columns:1fr 1fr}.case-flow li:nth-child(3){border-right:1px solid rgba(255,255,255,.2)}.case-flow li:nth-child(even){border-right:0}.photo-caption{position:static; max-width:none; background:#111; border-radius:0}.hero-system{overflow:visible}.team-card{padding:1rem}.team-photo{max-width:220px}.article-header h1{font-size:clamp(2.3rem,12vw,4.2rem)} }

/* V3.1 — marca oficial e banco visual multicanal */
.brand-logo { display:block; width:auto; height:auto; object-fit:contain; }
.brand-logo-header { width:clamp(132px,12vw,176px); max-height:48px; }
.footer-logo { display:block; width:clamp(160px,18vw,230px); height:auto; max-height:92px; object-fit:contain; object-position:left center; }
.mini-brand { display:inline-flex; align-items:center; margin-right:auto; }
.mini-brand img { display:block; width:104px; height:auto; max-height:38px; object-fit:contain; object-position:left center; }
.case-nav-inner > a:not(.mini-brand):first-of-type { margin-left:1rem; }

.section-editorial-image,
.method-image,
.about-editorial-image,
.social-editorial-image { margin-top:clamp(2rem,5vw,4rem); margin-bottom:0; }
.section-editorial-image img,
.method-image img,
.about-editorial-image img,
.social-editorial-image img { display:block; width:100%; height:auto; object-fit:cover; border-radius:1.25rem; }
.section-editorial-image img { aspect-ratio:16/9; }
.section-editorial-image figcaption,
.method-image figcaption,
.about-editorial-image figcaption,
.social-editorial-image figcaption { margin-top:.75rem; color:var(--muted); font-size:.86rem; line-height:1.5; }
.method-image { grid-column:1/-1; width:100%; }
.method-image img { aspect-ratio:16/7; max-height:560px; }
.method-image figcaption { color:#321006; }
.about-editorial-image { grid-column:1/-1; width:100%; }
.about-editorial-image img { aspect-ratio:16/7; max-height:620px; }
.social-editorial-image { width:100%; margin-bottom:1.5rem; }
.social-editorial-image img { aspect-ratio:16/7; max-height:560px; }
.social-editorial-image figcaption { color:#cfcfcf; }

/* Nas fotos institucionais, enquadramento responsivo sem cortes agressivos de rostos. */
.hero-system img { object-position:center 42%; }
.article-image-link img { object-position:center center; }
.team-photo-placeholder { position:relative; background:#111; }
.team-photo-placeholder::after { content:"Foto da equipe"; position:absolute; inset:auto .75rem .75rem; padding:.35rem .5rem; color:#d9d9d9; background:rgba(0,0,0,.55); border-radius:.3rem; font-size:.72rem; text-transform:uppercase; letter-spacing:.08em; }

@media (max-width:900px){
  .case-nav-inner { flex-wrap:wrap; }
  .mini-brand { flex:0 0 auto; }
  .case-nav-inner > a:not(.mini-brand):first-of-type { margin-left:0; }
  .method-image img,.about-editorial-image img,.social-editorial-image img { aspect-ratio:4/3; max-height:none; }
}
@media (max-width:640px){
  .brand-logo-header { width:138px; max-height:42px; }
  .section-editorial-image img,.method-image img,.about-editorial-image img,.social-editorial-image img { aspect-ratio:4/3; border-radius:.9rem; }
  .mini-brand img { width:92px; }
  .case-nav-inner { gap:.75rem; }
  .case-nav-inner > a { font-size:.88rem; }
}


/* V3.2 — Home/context, indexes and IDPN evolution */
.who { background: #f6f1ea; }
.who-grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(2rem,6vw,6rem); margin-top:3rem; align-items:center; }
.who-copy p { font-size:1.12rem; max-width:62ch; }
.who-image { margin:0; }
.who-image img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; border-radius:1.5rem; }
.who-image figcaption { margin-top:.65rem; color:var(--muted); font-size:.85rem; }
.section-cta { display:flex; justify-content:center; margin-top:3rem; }
.button-outline-light { border:1px solid rgba(255,255,255,.6); background:transparent; color:#fff; }
.button-outline-light:hover,.button-outline-light:focus-visible { background:#fff; color:#151515; }
.social-links-large { grid-template-columns:repeat(3,1fr); }
.archive-intro { padding-top:8rem; }
.archive-grid { width:min(var(--max),calc(100% - 2.5rem)); margin:0 auto; padding-bottom:7rem; }
.archive-grid .project-grid,.archive-grid .article-grid { margin-top:2rem; }
.case-palette-v2 { --idpn-wine:#5B0F1C; --idpn-terracotta:#A6412F; --idpn-amber:#D99016; --idpn-charcoal:#201C1A; --idpn-ivory:#F4EFE7; --idpn-sand:#D6C4B4; background:var(--idpn-ivory); }
.case-palette-v2 h1,.case-palette-v2 h2,.case-palette-v2 h3 { color:var(--idpn-wine); }
.idpn-palette-block { background:#F4EFE7; border-top:1px solid #D6C4B4; border-bottom:1px solid #D6C4B4; }
.idpn-palette-block figure { margin:2rem 0 0; }
.idpn-palette-block img { width:100%; height:auto; object-fit:contain; background:#fff; border-radius:1rem; }
.idpn-gallery { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.25rem; }
.idpn-gallery figure { margin:0; padding:1rem; background:#fff; border:1px solid #D6C4B4; border-radius:1rem; }
.idpn-gallery figure.dark { background:#5B0F1C; }
.idpn-gallery img { width:100%; height:auto; max-height:520px; object-fit:contain; }
.idpn-gallery figcaption { margin-top:.75rem; color:#514743; font-size:.9rem; }
.idpn-gallery .dark figcaption { color:#F4EFE7; }
.method-lens { margin-top:2rem; padding:1.25rem; border:1px solid var(--line); }
@media (max-width:900px){.who-grid{grid-template-columns:1fr}.social-links-large{grid-template-columns:1fr}.idpn-gallery{grid-template-columns:1fr}}

/* V3.2 — galerias expandidas e gates editoriais */
.gallery-rights-note { margin:1.25rem 0 0; padding:1rem 1.1rem; border-left:4px solid var(--accent); background:rgba(247,60,7,.06); color:#514743; font-size:.92rem; line-height:1.6; }
.case-gallery figure { border-radius:1rem; overflow:hidden; }
.case-gallery img { min-height:220px; }
.case-gallery figure:has(img[alt*="Assinatura"]), .case-gallery figure:has(img[alt*="logo"]), .case-gallery figure:has(img[alt*="Logo"]) { background:#faf8f4; }
.case-gallery figure:has(img[alt*="Assinatura"]) img, .case-gallery figure:has(img[alt*="logo"]) img, .case-gallery figure:has(img[alt*="Logo"]) img { background:#faf8f4; padding:clamp(1rem,4vw,3rem); }
@media(max-width:700px){.case-gallery img{min-height:0;max-height:none}.gallery-rights-note{font-size:.88rem}}


/* V3.4 — linha do tempo narrativa de cases */
.case-timeline-section{padding:clamp(4rem,8vw,7rem) var(--page);background:#f4efe8}
.case-timeline{list-style:none;margin:2.5rem 0 0;padding:0;display:grid;gap:0;max-width:980px}
.case-timeline li{display:grid;grid-template-columns:110px 1fr;gap:1.25rem;padding:1.5rem 0;border-top:1px solid rgba(24,24,24,.18)}
.case-timeline li:last-child{border-bottom:1px solid rgba(24,24,24,.18)}
.timeline-year{font-family:var(--title);font-size:1.05rem;font-weight:700;color:var(--orange-dark)}
.case-timeline h3{margin:0 0 .45rem;font-size:clamp(1.15rem,2vw,1.5rem)}
.case-timeline p{margin:0;max-width:720px}
@media (max-width:680px){.case-timeline li{grid-template-columns:1fr;gap:.5rem}.timeline-year{font-size:.95rem}}


/* V3.5 — cards de portfólio sem crop */
.project-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:auto;align-items:stretch}
.project-card,.project-card.project-featured{display:flex;flex-direction:column;justify-content:flex-start;min-height:0;padding:0;background:#191919;background-image:none;overflow:hidden;position:relative;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease;grid-row:auto;grid-column:auto}
.project-card::before{display:none}
.project-card-media{display:grid;place-items:center;width:100%;aspect-ratio:16/10;background:#0d0d0d;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}
.project-card-media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:#0d0d0d}
.project-card-body{display:flex;flex:1;flex-direction:column;padding:1.6rem 1.65rem 1.75rem}
.project-card-body p{margin:0 0 .75rem;color:#ffd2c5;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.project-card-body h3{margin:0 0 .6rem;color:#fff;font-size:clamp(1.55rem,2.2vw,2.55rem);text-shadow:none}
.project-card-body>span{max-width:38ch;color:#f2f2f2}
.project-card-body .project-link{margin-top:auto;padding-top:1.25rem}
.project-card:hover .project-card-media img,.project-card:focus-visible .project-card-media img{transform:scale(1.015)}
.project-card-media img{transition:transform .35s ease}
@media(max-width:1000px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.project-grid{grid-template-columns:1fr}.project-card-media{aspect-ratio:4/3}.project-card-body{padding:1.35rem}}

/* V3.6 — robustez do menu mobile e acessibilidade */
@media (max-width: 820px) {
  body.menu-open { overflow: hidden; }
}

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

/* V3.9 — brand scope guard: IDPN palette is case-scoped only. Akili global identity remains #F73C07 + black/white/warm neutral system. */

/* V3.10 — case Kwaku: visual system derived from existing logo only */
.case-identity-system .identity-palette{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.35rem 0}
.identity-swatch{display:flex;align-items:center;gap:.85rem;padding:1rem;background:#151515;color:#fff;border-radius:.75rem}
.swatch-chip{display:block;width:3.2rem;height:3.2rem;border-radius:.55rem;flex:0 0 auto}
.identity-swatch strong,.identity-swatch small{display:block}
.identity-swatch small{margin-top:.2rem;color:#cfcfcf;line-height:1.35}
@media(max-width:700px){.case-identity-system .identity-palette{grid-template-columns:1fr}}

/* V3.11 — refinamento visual das páginas de arquivo */
.archive-page {
  --archive-max: 1380px;
  background: #f5f2ec;
}
.archive-page .legal-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: 74px;
  padding-inline: clamp(1.25rem,4vw,4rem);
  background: rgba(245,242,236,.94);
  backdrop-filter: blur(14px);
}
.archive-page .archive-intro {
  padding: clamp(5.5rem,8vw,8.25rem) clamp(1.25rem,4vw,4rem) clamp(3.5rem,6vw,5.5rem);
}
.archive-page .archive-intro > * { max-width: var(--archive-max); }
.archive-hero-grid {
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);
  gap:clamp(2rem,6vw,7rem);
  align-items:end;
}
.archive-page .section-intro { margin:0; }
.archive-page .section-intro h1 {
  max-width: 930px;
  margin-bottom:1.35rem;
  font-size:clamp(2.75rem,5.3vw,5.9rem);
  letter-spacing:-.055em;
}
.archive-page .section-intro > p:last-child {
  max-width:730px;
  margin:0;
  color:#4f4a44;
  font-size:clamp(1.05rem,1.4vw,1.22rem);
}
.archive-marker {
  padding:1.7rem 0 0 1.7rem;
  border-top:3px solid var(--orange);
  border-left:1px solid var(--line);
}
.archive-marker strong {
  display:block;
  color:var(--orange);
  font:800 clamp(4rem,7vw,7.5rem)/.85 var(--title);
  letter-spacing:-.07em;
}
.archive-marker span {
  display:block;
  margin-top:.75rem;
  font:700 .82rem/1.3 var(--title);
  letter-spacing:.1em;
  text-transform:uppercase;
}
.archive-marker p { max-width:26ch; margin:.85rem 0 0; color:var(--muted); }
.archive-page .archive-grid {
  width:min(var(--archive-max),calc(100% - 2.5rem));
  padding-bottom:clamp(5rem,8vw,8rem);
}
.archive-page .archive-grid .project-grid,
.archive-page .archive-grid .article-grid { margin-top:0; }

/* Portfólio dedicado */
.portfolio-archive .archive-grid { background:#151515; padding:1rem; }
.portfolio-archive .project-grid { gap:1rem; }
.portfolio-archive .project-card {
  border:1px solid rgba(255,255,255,.09);
  background:#191919;
  box-shadow:0 0 0 rgba(0,0,0,0);
}
.portfolio-archive .project-card-media {
  aspect-ratio:16/9;
  background:#101010;
}
.portfolio-archive .project-card-media img { padding:.35rem; }
.portfolio-archive .project-card-body { padding:1.45rem 1.5rem 1.6rem; }
.portfolio-archive .project-card-body p { min-height:2.1em; }
.portfolio-archive .project-card-body h3 { font-size:clamp(1.45rem,1.9vw,2.05rem); }
.portfolio-archive .project-card-body > span {
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  min-height:4.65em;
  color:#d9d9d9;
}
.portfolio-archive .project-card:hover,
.portfolio-archive .project-card:focus-visible {
  border-color:rgba(247,60,7,.72);
  box-shadow:0 1.2rem 2.8rem rgba(0,0,0,.28);
}
.portfolio-archive .project-card:hover .project-card-media,
.portfolio-archive .project-card:focus-visible .project-card-media { background:#0a0a0a; }

/* Centro de Conhecimento dedicado */
.knowledge-archive .archive-grid { padding-top:1rem; }
.knowledge-archive .article-grid { gap:1rem; }
.knowledge-archive .article-card {
  min-height:100%;
  border:1px solid rgba(9,9,9,.14);
  background:#fbf9f5;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.knowledge-archive .article-card:hover,
.knowledge-archive .article-card:focus-within {
  transform:translateY(-4px);
  border-color:rgba(247,60,7,.45);
  box-shadow:0 1rem 2.4rem rgba(9,9,9,.09);
}
.knowledge-archive .article-image-link { aspect-ratio:16/9; background:#171717; }
.knowledge-archive .article-card-copy { padding:1.35rem 1.35rem 1.5rem; }
.knowledge-archive .article-card h3 {
  font-size:clamp(1.35rem,1.65vw,1.75rem);
  letter-spacing:-.025em;
}
.knowledge-archive .article-card-copy > p:not(.article-meta) {
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
  min-height:6.2em;
}
.knowledge-archive .article-card .text-link { padding-top:1rem; }

/* Rodapé das páginas de arquivo: mesma linguagem da Akili, escala mais controlada */
.archive-page .footer { padding-top:clamp(3.5rem,6vw,5.5rem); }
.archive-page .footer-lead { max-width:var(--archive-max); gap:clamp(2rem,5vw,5rem); }
.archive-page .footer-lead p { max-width:680px; font-size:clamp(1.8rem,3.5vw,3.5rem); }
.archive-page .footer-links,
.archive-page .footer-legal { max-width:var(--archive-max); }

@media (max-width:1000px){
  .archive-hero-grid{grid-template-columns:1fr;align-items:start}
  .archive-marker{max-width:520px}
}
@media (max-width:760px){
  .archive-page .archive-intro{padding-top:4rem}
  .archive-page .archive-grid{width:min(100% - 1.5rem,var(--archive-max))}
  .portfolio-archive .archive-grid{padding:.75rem}
  .archive-marker{padding:1.2rem 0 0 1rem}
  .archive-marker strong{font-size:4rem}
  .knowledge-archive .article-card-copy,
  .portfolio-archive .project-card-body{padding:1.2rem}
}

/* V3.12 — acabamento das páginas de case */
.case-page .case-header-inner,
.case-page .case-body,
.case-page .case-nav-inner { max-width:1280px; }
.case-page .case-visual { width:min(1280px,calc(100% - 2.5rem)); }
.case-page .case-header { padding-bottom:clamp(4rem,7vw,6rem); }
.case-page .case-summary { max-width:900px; }
.case-page .case-body { padding-top:clamp(4rem,7vw,6.5rem); padding-bottom:clamp(5rem,9vw,8rem); }
.case-page .case-block { padding:clamp(2.4rem,4vw,3.4rem) 0; align-items:start; }
.case-page .case-block > h2 {
  position:relative;
  padding-top:.9rem;
  font-size:clamp(1.45rem,2.25vw,2.1rem);
}
.case-page .case-block > h2::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:2.8rem;
  height:3px;
  background:var(--orange);
}
.case-page .case-block p,
.case-page .case-block ul { line-height:1.72; }
.case-page .case-block:not(.case-references) ul { list-style:none; padding:0; }
.case-page .case-block:not(.case-references) li {
  position:relative;
  padding:.7rem 0 .7rem 1.45rem;
  border-bottom:1px solid rgba(9,9,9,.12);
}
.case-page .case-block:not(.case-references) li::before {
  content:"";
  position:absolute;
  top:1.35rem;
  left:.1rem;
  width:.5rem;
  height:.5rem;
  background:var(--orange);
  border-radius:50%;
}
.case-page .case-question {
  margin:1.4rem 0;
  padding:clamp(1.6rem,3vw,2.4rem);
  border:1px solid rgba(9,9,9,.12);
  border-radius:1.25rem;
  box-shadow:0 1rem 2.8rem rgba(9,9,9,.06);
}
.case-page .case-question > h2::before { display:none; }
.case-page .case-flow-wrap { border-radius:1.3rem; overflow:hidden; }
.case-page .case-gallery-section { border-radius:1.3rem; }
.case-page .case-gallery figure { display:flex; flex-direction:column; justify-content:center; }
.case-page .case-gallery img { max-height:880px; min-height:0; }
.case-site-context > div { max-width:780px; }
.case-site-note { margin-top:1rem !important; color:var(--muted); font-size:.96rem !important; }
.case-site-link { margin-top:1.25rem; }
.case-identity-system .identity-palette { max-width:760px; }
.case-page .case-cta { border-radius:1.25rem; }
@media(max-width:900px){
  .case-page .case-block > h2{padding-top:.75rem}
  .case-page .case-block > h2::before{width:2.2rem}
}
@media(max-width:640px){
  .case-page .case-visual{width:calc(100% - 1.5rem)}
  .case-page .case-question{padding:1.25rem;border-radius:.9rem}
  .case-page .case-flow-wrap,.case-page .case-gallery-section,.case-page .case-cta{border-radius:.9rem}
}

/* V3.15 — acabamento responsivo dos índices e rodapés */
.brand-logo-footer {
  display:block;
  width:clamp(180px,20vw,310px);
  height:auto;
  max-height:124px;
  object-fit:contain;
  object-position:left center;
  flex:0 0 auto;
}
.archive-page .footer-lead {
  align-items:flex-end;
  max-width:var(--archive-max);
}
.archive-page .footer-lead p {
  max-width:720px;
  font-size:clamp(1.55rem,2.65vw,2.9rem);
  line-height:1.08;
}
.portfolio-archive .archive-grid,
.knowledge-archive .archive-grid {
  border-radius:1.25rem;
  overflow:hidden;
}
.portfolio-archive .project-card-body,
.knowledge-archive .article-card-copy {
  min-width:0;
}
.knowledge-archive .article-card {
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.knowledge-archive .article-card-copy {
  display:flex;
  flex:1;
  flex-direction:column;
}
.knowledge-archive .article-card .text-link { margin-top:auto; }
.case-page .case-gallery img {
  background:#f7f4ee;
  object-position:center;
}
.case-page .case-gallery figcaption {
  line-height:1.5;
  min-height:2.6em;
}
@media (min-width:1240px){
  .portfolio-archive .project-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
  .portfolio-archive .project-card-body h3{font-size:clamp(1.35rem,1.5vw,1.75rem);}
  .portfolio-archive .project-card-body>span{font-size:.98rem;}
}
@media (min-width:1001px) and (max-width:1239px){
  .portfolio-archive .project-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:760px){
  .archive-page .footer-lead{align-items:flex-start;flex-direction:column;}
  .brand-logo-footer{width:210px;max-height:92px;}
  .archive-page .footer-lead p{font-size:clamp(1.55rem,8vw,2.35rem);}
  .portfolio-archive .archive-grid,.knowledge-archive .archive-grid{border-radius:.8rem;}
}

/* V3.19 — navegação editorial, rodapés internos e continuidade de leitura */
.archive-nav {
  display:flex;
  align-items:center;
  gap:clamp(.8rem,2vw,1.8rem);
}
.archive-nav a {
  position:relative;
  color:var(--ink);
  font-weight:700;
  text-decoration:none;
}
.archive-nav a::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-.4rem;
  height:2px;
  background:var(--orange);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .2s ease;
}
.archive-nav a:hover::after,
.archive-nav a:focus-visible::after,
.archive-nav a[aria-current="page"]::after { transform:scaleX(1); }

.internal-footer .footer-links,
.internal-footer .footer-legal { width:100%; }
.internal-footer .footer-legal small { display:inline-block; max-width:58ch; margin-top:.35rem; }

.case-next-nav {
  padding:0 clamp(1.25rem,6vw,6rem) clamp(4rem,7vw,6rem);
  background:var(--paper);
}
.case-next-inner {
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(180px,.55fr) minmax(0,1.45fr);
  gap:1rem;
  align-items:stretch;
}
.case-next-all,
.case-next-link {
  border:1px solid var(--line);
  border-radius:1rem;
  text-decoration:none;
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.case-next-all {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1.4rem;
  font-weight:700;
  background:#fff;
}
.case-next-link {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:1.5rem 1.7rem;
  background:#151515;
  color:#fff;
}
.case-next-link span {
  color:#ffb19a;
  font:700 .74rem/1 var(--title);
  letter-spacing:.12em;
  text-transform:uppercase;
}
.case-next-link strong {
  display:block;
  margin-top:.55rem;
  font:600 clamp(1.35rem,2.5vw,2.3rem)/1.08 var(--title);
}
.case-next-all:hover,.case-next-all:focus-visible,
.case-next-link:hover,.case-next-link:focus-visible { transform:translateY(-3px); border-color:var(--orange); }

.related-reading {
  padding:clamp(4rem,8vw,7rem) clamp(1.25rem,6vw,6rem);
  background:#eeeae1;
}
.related-reading-inner { max-width:1180px; margin:auto; }
.related-reading h2 {
  margin:.25rem 0 1rem;
  font-size:clamp(2rem,4.5vw,4.25rem);
}
.related-intro { max-width:690px; margin:0; color:var(--muted); font-size:1.08rem; }
.related-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
  margin-top:2rem;
}
.related-card {
  display:grid;
  grid-template-columns:minmax(120px,.7fr) minmax(0,1.3fr);
  min-height:190px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:1rem;
  background:#fff;
  text-decoration:none;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.related-card img { width:100%; height:100%; object-fit:cover; }
.related-card-copy { display:flex; flex-direction:column; justify-content:center; padding:1.35rem; }
.related-card-copy > span {
  color:var(--orange-dark);
  font:700 .72rem/1.2 var(--title);
  letter-spacing:.09em;
  text-transform:uppercase;
}
.related-card strong { margin-top:.65rem; font:600 clamp(1.1rem,1.8vw,1.55rem)/1.12 var(--title); }
.related-card:hover,.related-card:focus-visible { transform:translateY(-3px); border-color:var(--orange); box-shadow:0 1rem 2.2rem rgba(9,9,9,.08); }
.related-all { margin-top:1.7rem; }

@media(max-width:760px){
  .archive-page .legal-header{align-items:flex-start;gap:1rem;flex-direction:column;}
  .archive-nav{width:100%;gap:1rem;overflow-x:auto;padding-bottom:.35rem;}
  .case-next-inner{grid-template-columns:1fr;}
  .related-grid{grid-template-columns:1fr;}
  .related-card{grid-template-columns:1fr;}
  .related-card img{aspect-ratio:16/9;}
}

/* V3.20 — polimento de leitura, navegação e estabilidade visual */
html { scroll-padding-top:88px; }
section[id], main[id], .archive-intro[id], .case-block[id] { scroll-margin-top:88px; }
h1,h2,h3 { text-wrap:balance; }
p,li { text-wrap:pretty; }
.site-header { min-height:72px; }
.hero-copy,.section-intro,.who-copy,.about-copy,.knowledge-copy,.diagnosis-intro { min-width:0; }
.portfolio-archive .project-grid,.knowledge-archive .article-grid { align-items:stretch; }
.portfolio-archive .project-card,.knowledge-archive .article-card { height:100%; }
.case-page .case-summary { font-size:clamp(1.08rem,1.45vw,1.28rem); line-height:1.65; }
.case-page .case-block > div { min-width:0; }
.case-page .case-block p { max-width:78ch; }
.case-page .case-gallery figure { min-width:0; }
.case-page .case-gallery img { width:100%; height:auto; }
@media(max-width:900px){
  html{scroll-padding-top:74px}
  section[id],main[id],.archive-intro[id],.case-block[id]{scroll-margin-top:74px}
  .nav{max-height:calc(100vh - 72px);overflow:auto;overscroll-behavior:contain}
  .archive-page .archive-intro{padding-top:5.5rem}
}
@media(max-width:640px){
  .section,.hero,.footer{padding-left:1rem;padding-right:1rem}
  .hero-actions{align-items:stretch}
  .hero-actions .button{width:100%}
  .hero-actions .text-link{width:fit-content}
  .archive-page .archive-grid{width:calc(100% - 1rem)}
  .portfolio-archive .archive-grid,.knowledge-archive .archive-grid{padding:.5rem}
  .portfolio-archive .project-card-media,.knowledge-archive .article-image-link{aspect-ratio:4/3}
  .case-page .case-body{padding-left:1rem;padding-right:1rem}
  .case-page .case-block{padding:2rem 0}
  .case-page .case-gallery-section{padding:1rem}
}
@media(max-width:420px){
  .brand-logo-header{width:124px}
  .menu-toggle{padding:.45rem}
  .hero h1{font-size:clamp(2.35rem,13vw,3.7rem)}
  .section-intro h2{font-size:clamp(2rem,12vw,3.25rem)}
  .button{padding:.78rem 1rem}
}


/* V4.0 — ajustes finais da Home para implantação WordPress (06/09/2026) */
@media (min-width: 901px) {
  .hero {
    min-height: 100svh;
    padding-top: clamp(6.8rem, 8.5vw, 8rem);
    padding-bottom: 4.25rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr);
    gap: clamp(1.75rem, 3vw, 3rem);
    align-items: center;
  }
  .hero h1 {
    max-width: 820px;
    margin-bottom: 1.25rem;
    font-size: clamp(3rem, 5.5vw, 5.7rem);
    line-height: .96;
  }
  .hero-lead {
    max-width: 690px;
    margin-bottom: 1.5rem;
    font-size: clamp(1.05rem, 1.28vw, 1.24rem);
    line-height: 1.48;
  }
  .hero-system {
    width: min(34vw, 470px);
    max-height: 54vh;
    justify-self: end;
  }
  .hero-system img { min-height: 0; }

  .who-grid { align-items: start; }
  .who-image {
    width: min(100%, 560px);
    justify-self: end;
  }
  .who-image img {
    aspect-ratio: 16 / 10;
    max-height: 420px;
  }

  .solutions .section-editorial-image {
    width: min(900px, 100%);
    margin-top: 3rem;
  }
  .solutions .section-editorial-image img {
    aspect-ratio: 16 / 7;
    max-height: 430px;
  }
}

.hero-marquee {
  left: 0;
  right: 0;
  width: auto;
  overflow: hidden;
  animation: none;
  white-space: nowrap;
}
.hero-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marquee 28s linear infinite;
}
.hero-marquee-track span { flex: 0 0 auto; padding-right: 1rem; }
.problem-conclusion {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .hero-marquee-track { animation-duration: 24s; }
  .who-image { width: min(100%, 680px); margin-left: auto; margin-right: auto; }
  .who-image img { aspect-ratio: 4 / 3; max-height: 520px; }
  .solutions .section-editorial-image { width: 100%; }
}


/* V1.2 — Centro de Conhecimento integrado aos Artigos nativos do WordPress */
.akili-knowledge-summary{display:flex;flex-direction:column;gap:.35rem}
.akili-knowledge-summary strong{font-family:"MuseoModerno",sans-serif;font-size:clamp(3rem,6vw,5.6rem);line-height:.9;color:var(--orange,#f26a21)}
.akili-knowledge-summary span{font-weight:700}
.akili-knowledge-summary p{margin:.5rem 0 0}
.akili-dynamic-articles{width:100%}
.akili-dynamic-articles .article-card img{width:100%;height:100%;object-fit:cover}
.akili-pagination{display:flex;justify-content:center;gap:.55rem;flex-wrap:wrap;padding:2.5rem 0 1rem}
.akili-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:.55rem .8rem;border:1px solid rgba(20,20,20,.14);border-radius:999px;text-decoration:none}
.akili-pagination .current{background:#111;color:#fff;border-color:#111}
.akili-empty-articles{padding:2rem;border:1px solid rgba(20,20,20,.12);border-radius:1rem}
.akili-native-article-content>p,.akili-native-article-content>ul,.akili-native-article-content>ol,.akili-native-article-content>blockquote{max-width:76ch;margin-left:auto;margin-right:auto}
.akili-native-article-content>h2,.akili-native-article-content>h3{max-width:76ch;margin-left:auto;margin-right:auto}
.akili-native-article-hero img{display:block;width:100%;height:auto;object-fit:cover}
.akili-native-article-content img{max-width:100%;height:auto}
.akili-native-article-content figure{max-width:980px;margin-left:auto;margin-right:auto}

/* WordPress / Elementor — correção de estrutura e leitura */
.reveal,.reveal.visible{opacity:1!important;transform:none!important}
.elementor .e-con{--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;--gap:0px;--row-gap:0px;--column-gap:0px;min-width:0}
.elementor .e-con:not(.hero):not(.site-header):not(.legal-header):not(.case-nav-inner):not(.footer-lead):not(.footer-links):not(.footer-legal):not(.project-grid):not(.article-grid):not(.case-block):not(.case-gallery):not(.archive-hero-grid):not(.related-grid):not(.related-card):not(.case-next-inner){display:block}
.elementor .e-con.e-con-full{--width:100%;--flex-grow:0;--flex-shrink:1}
.elementor .elementor-widget{min-width:0;--kit-widget-spacing:0px}
.elementor .elementor-widget-heading .elementor-heading-title{font-family:var(--title);color:inherit;font-weight:600;line-height:1.12}
.elementor .elementor-widget-heading h1{font-size:clamp(2.6rem,5.4vw,5rem)}
.elementor .elementor-widget-heading h2{font-size:clamp(1.8rem,3.5vw,3rem)}
.elementor .elementor-widget-heading h3{font-size:clamp(1.3rem,2vw,1.8rem)}
.elementor .elementor-widget-image img{height:auto;object-fit:contain}
.elementor-widget-html.site-header,.elementor-widget-html.article-header,.elementor-widget-html.skip-link{position:static;padding:0;background:none;transform:none;display:block;min-height:0}
body.admin-bar header.site-header{top:32px}
.elementor-editor-active header.site-header{position:relative;top:0}
.elementor-editor-active .hero{min-height:650px}
.hero{min-height:calc(100svh - 32px);padding-top:108px;padding-bottom:74px;gap:36px}
.hero h1{font-size:clamp(2.6rem,4.6vw,4.6rem);line-height:1.04;max-width:800px}
.hero-lead{font-size:1.1rem;line-height:1.5}
.hero-system{width:100%;max-width:450px;max-height:none;aspect-ratio:auto;margin:0}
.hero-system img{height:auto;max-height:460px;object-fit:contain;border-radius:16px}
.hero-system figcaption,.hero-system::after,.system-label{display:none}
.hero-marquee{position:absolute!important;inset:auto 0 0!important;width:100%!important;animation:none!important;transform:none!important;overflow:hidden;display:block}
.hero-marquee-track{display:flex;width:max-content;animation:marquee 28s linear infinite}
.who-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:start;gap:48px}
.who-image{margin:0;width:100%;max-width:400px;justify-self:end}
.who-image img{width:100%;height:auto;aspect-ratio:auto;max-height:440px;object-fit:contain}
.problem-conclusion{width:100%;max-width:1200px;margin:32px auto 0;text-align:left}
.solutions{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);column-gap:48px;align-items:center}
.solutions .section-intro{margin:0;width:100%}
.solutions .section-intro h2{font-size:clamp(2rem,3.8vw,3.6rem)}
.solutions .section-editorial-image{width:100%;margin:0}
.solutions .section-editorial-image img{height:auto;aspect-ratio:auto;max-height:420px;object-fit:contain}
.solutions .solution-list{grid-column:1/-1;width:100%}
.method{gap:40px;align-items:start}
.method h2 em{color:#321006}
.method-copy p:not(.section-number){margin:0 0 20px;line-height:1.65}
.method-image{grid-column:1;grid-row:2;margin:0;max-width:520px}
.method-image img,.social-editorial-image img{height:auto;aspect-ratio:auto;max-height:480px;object-fit:contain}
.method-steps{grid-column:2;grid-row:1/span 2}
.about-editorial-image{display:none}
.team-photo-placeholder{aspect-ratio:1;max-height:180px}
.team-photo-placeholder::after{display:none}
.team-card{grid-template-columns:1fr;padding:28px}
.team-social{flex-wrap:wrap}
.social-editorial-image{max-width:780px;margin:32px auto}
.elementor .footer{display:block;padding:64px clamp(20px,6vw,80px) 28px;background:var(--orange)}
.elementor .footer-lead{display:grid!important;grid-template-columns:220px minmax(0,1fr);gap:48px;align-items:center;margin:0 auto 40px;max-width:1200px}
.elementor .footer-lead p{font-size:clamp(1.5rem,2.8vw,2.5rem);line-height:1.18;max-width:760px}
.elementor .footer-lead img{width:200px!important;height:auto!important;max-height:100px;object-fit:contain}
.elementor .footer-links{display:flex!important;flex-wrap:wrap;gap:16px 24px;max-width:1200px;margin:auto}
.elementor .footer-links>.elementor-widget{width:auto!important;flex:0 0 auto}
.elementor .footer-legal{display:flex!important;flex-wrap:wrap;gap:20px;justify-content:space-between;max-width:1200px;margin:24px auto 0}
.elementor .footer-legal>.elementor-widget{width:auto;max-width:680px}
.elementor .case-nav-inner,.elementor .legal-header{display:flex!important;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px}
.elementor .case-nav-inner>.elementor-widget,.elementor .legal-header>.elementor-widget{width:auto;flex:0 1 auto}
.elementor .case-header-inner{margin:auto;max-width:1200px}
.elementor .case-body{display:block;max-width:1200px;margin:auto;padding:48px 24px 80px}
.elementor .case-block{display:grid!important;grid-template-columns:minmax(200px,.65fr) minmax(0,1.35fr);gap:40px;padding:40px 0;align-items:start}
.elementor .case-block .elementor-widget-heading h2{font-size:clamp(1.5rem,2.3vw,2rem)}
.elementor .case-block p{font-size:1.1rem;line-height:1.75}
.elementor .case-question{padding:32px;background:#fff}
.elementor .case-visual{margin:0 auto;max-width:1200px;padding:24px;background:#eeeae1}
.elementor .case-visual img{width:100%;height:auto;max-height:680px;object-fit:contain}
.elementor .case-gallery{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:28px}
.elementor .case-gallery>.e-con{padding:20px;background:#fff;border:1px solid var(--line);border-radius:12px}
.elementor .case-gallery img{width:100%;height:auto;max-height:720px;object-fit:contain;background:#f7f4ee}
.elementor .case-gallery .elementor-widget-text-editor{font-size:.9rem;color:var(--muted);margin-top:12px}
.elementor .archive-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.4fr) minmax(0,.6fr);gap:48px}
.elementor .archive-grid{margin:0 auto;max-width:1280px}
.elementor .project-grid,.project-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;grid-auto-rows:auto}
.project-card,.elementor .project-card{display:flex!important;flex-direction:column;min-height:0;padding:0;background-image:none;grid-column:auto;grid-row:auto}
.project-card-media,.elementor .project-card-media{width:100%;height:240px!important;aspect-ratio:auto;background:#f5f2ec;display:flex!important;align-items:center;justify-content:center;overflow:hidden}
.project-card-media img,.elementor .project-card-media img{display:block;width:100%!important;height:240px!important;max-height:240px;object-fit:contain!important;padding:12px}
.elementor .project-card-media>.elementor-widget{width:100%}
.project-card-body,.elementor .project-card-body{flex:1;padding:24px!important;display:flex!important;flex-direction:column;gap:10px}
.project-card-body h3,.elementor .project-card-body h3{font-size:1.6rem!important}
.project-card-body p{font-size:.78rem;letter-spacing:.06em}
.project-card-body strong{margin-top:auto}
.elementor .article-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.elementor .article-card{display:flex!important;flex-direction:column}
.article-card h3,.elementor .article-card h3{font-size:1.5rem!important;line-height:1.2!important;text-transform:none}
.article-header{padding-top:100px}
.article-header h1{font-size:clamp(2.3rem,4.6vw,4.6rem)}
.article-hero img{height:auto;max-height:560px;object-fit:contain}
@media(min-width:901px) and (max-height:800px){.hero{padding-top:94px;padding-bottom:64px}.hero h1{font-size:clamp(2.4rem,4.1vw,3.7rem)}.hero .eyebrow{margin-bottom:16px}.hero-lead{font-size:1rem;margin-bottom:20px}.hero-system img{max-height:360px}}
@media(max-width:1000px){.project-grid,.elementor .project-grid,.elementor .article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.elementor .case-block{grid-template-columns:1fr;gap:20px}}
@media(max-width:900px){.hero{min-height:auto;padding-top:110px;padding-bottom:80px;grid-template-columns:1fr}.hero-system{max-width:480px;margin:auto}.hero h1{font-size:clamp(2.5rem,7vw,4rem)}.who-grid,.solutions,.method{grid-template-columns:1fr}.who-image{justify-self:center;max-width:480px}.solutions .section-editorial-image{margin-top:28px;max-width:520px}.method-steps,.method-image{grid-column:1;grid-row:auto}.method-image{margin:auto}.elementor .archive-hero-grid{grid-template-columns:1fr}.elementor .footer-lead{grid-template-columns:1fr;gap:24px}.elementor .case-gallery{grid-template-columns:1fr}}
@media(max-width:600px){.project-grid,.elementor .project-grid,.elementor .article-grid{grid-template-columns:1fr}.elementor .case-body{padding:32px 16px}.elementor .case-gallery-section{padding:20px 12px}.elementor .footer{padding:40px 20px 24px}.footer-legal{flex-direction:column}.hero-actions{gap:16px}.hero-system{max-width:100%}.case-flow{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Estrutura nativa da home e navegação interna */
.elementor .e-con.akili-native-container{max-width:100%;padding:0;gap:0;--flex-wrap:nowrap}
.elementor .e-con.akili-native-container.section{padding:72px clamp(20px,6vw,80px)}
.elementor .e-con.akili-native-container.hero{display:grid!important;grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr);gap:40px;min-height:calc(100svh - 32px);padding:108px clamp(20px,6vw,80px) 74px;align-items:center}
.elementor .akili-native-widget{width:100%;margin:0;line-height:inherit}
.elementor .akili-native-widget p{margin-top:0;margin-bottom:20px}
.elementor .hero .elementor-heading-title{font-size:clamp(2.6rem,4.6vw,4.4rem);font-weight:700;line-height:1.04;letter-spacing:-.055em;margin:0 0 24px}
.elementor .hero-actions.akili-native-container{display:flex!important;flex-direction:row;flex-wrap:wrap;gap:18px;align-items:center}
.elementor .hero-actions>.elementor-widget{width:auto}
.elementor .hero-system.akili-native-container{width:100%;max-width:450px;margin:0;justify-self:end}
.elementor .hero-system img{width:100%;height:auto;max-height:450px;object-fit:contain}
.elementor .e-con.akili-native-container.who-grid{display:grid!important;grid-template-columns:1.2fr .8fr;gap:48px;margin-top:32px}
.elementor .who-image.akili-native-container{max-width:380px;justify-self:end}
.elementor .who-image img{height:auto;max-height:420px;object-fit:contain}
.elementor .e-con.akili-native-container.problem-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:40px}
.elementor .problem-card.akili-native-container{padding:28px;border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.elementor .problem-card h3{margin:24px 0 16px}
.elementor .e-con.akili-native-container.solutions{display:grid!important;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}
.elementor .solutions .solution-list{grid-column:1/-1;width:100%;margin-top:24px}
.elementor .e-con.akili-native-container.solution{display:grid!important;grid-template-columns:50px 1.4fr 1fr;gap:24px;padding:28px 0}
.elementor .e-con.akili-native-container.method{display:grid!important;grid-template-columns:1fr 1fr;gap:36px}
.elementor .method .elementor-widget-text-editor:has(>.method-steps){grid-column:2;grid-row:1/span 2}
.elementor .method-image.akili-native-container{grid-column:1;grid-row:2;max-width:500px}
.elementor .e-con.akili-native-container.about{display:grid!important;grid-template-columns:1.25fr .75fr;gap:36px}
.elementor .about-copy.akili-native-container{padding-top:20px}
.elementor .e-con.akili-native-container.team-grid{display:grid!important;grid-template-columns:1fr 1fr;gap:24px;grid-column:1/-1;margin-top:24px}
.elementor .e-con.akili-native-container.team-card{padding:28px;background:#fff;border:1px solid var(--line)}
.elementor .team-photo.akili-native-container{display:none}
.elementor .team-social.akili-native-container{display:flex!important;flex-direction:row;gap:20px;flex-wrap:wrap}
.elementor .team-social>.elementor-widget{width:auto}
.elementor .e-con.akili-native-container.social-links-large{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.elementor .social-links-large a{min-height:160px}
.elementor .social-links-large .elementor-widget{height:100%}
.elementor .social-links-large .elementor-widget-text-editor a{height:100%;font-size:1.1rem}
.elementor .e-con.akili-native-container.faq,.elementor .e-con.akili-native-container.diagnosis{display:grid!important;grid-template-columns:.9fr 1.1fr;gap:48px}
.elementor .section-intro .elementor-widget-text-editor:last-child p{max-width:720px;font-size:1.15rem;line-height:1.65}
.elementor .e-con.case-nav-inner,.elementor .e-con.legal-header{flex-direction:row!important}
.elementor .case-nav-inner>.elementor-widget-image{width:110px!important;flex:0 0 110px!important;margin-right:auto}
.elementor .case-nav-inner img{width:104px!important;height:auto!important;max-height:50px!important;object-fit:contain}
.elementor .legal-header>.elementor-widget-image{width:140px!important;flex:0 0 140px!important}
.elementor .legal-header img{width:140px!important;height:auto!important;max-height:58px!important;object-fit:contain}
.elementor .footer-lead>.elementor-widget-image{width:220px!important}
.elementor .footer-links,.elementor .footer-legal{flex-direction:row!important}
.elementor .case-header,.elementor .article-header{width:100%}
.elementor .case-header .elementor-widget-heading h1{font-size:clamp(2.6rem,5vw,4.8rem)}
@media(min-width:901px) and (max-height:800px){.elementor .e-con.akili-native-container.hero{padding-top:98px;padding-bottom:64px}.elementor .hero .elementor-heading-title{font-size:clamp(2.4rem,4.1vw,3.5rem)}}
@media(max-width:900px){.elementor .e-con.akili-native-container.hero,.elementor .e-con.akili-native-container.who-grid,.elementor .e-con.akili-native-container.solutions,.elementor .e-con.akili-native-container.method,.elementor .e-con.akili-native-container.about,.elementor .e-con.akili-native-container.faq,.elementor .e-con.akili-native-container.diagnosis{grid-template-columns:1fr}.elementor .e-con.akili-native-container.hero{min-height:auto;padding-top:108px;padding-bottom:76px}.elementor .hero-system.akili-native-container{justify-self:center;max-width:480px}.elementor .who-image.akili-native-container{justify-self:center;max-width:480px}.elementor .method .elementor-widget-text-editor:has(>.method-steps),.elementor .method-image.akili-native-container{grid-column:1;grid-row:auto}.elementor .e-con.akili-native-container.social-links-large{grid-template-columns:1fr}.elementor .e-con.akili-native-container.section{padding:52px 24px}}
@media(max-width:600px){.elementor .e-con.akili-native-container.team-grid,.elementor .e-con.akili-native-container.problem-grid{grid-template-columns:1fr}.elementor .e-con.akili-native-container.solution{grid-template-columns:1fr;gap:12px}.elementor .e-con.akili-native-container.hero{padding-left:20px;padding-right:20px}.elementor .hero .elementor-heading-title{font-size:2.65rem}.elementor .hero-actions.akili-native-container{flex-direction:column;align-items:stretch}.elementor .hero-actions>.elementor-widget{width:100%}.elementor .hero-actions .button{width:100%}}
