:root {
  --ink: #111111;
  --ink-soft: #292a26;
  --paper: #d8d6ce;
  --paper-light: #eeede8;
  --white: #f8f7f3;
  --olive: #6e7a4d;
  --olive-dark: #4f5a33;
  --line: rgba(17, 17, 17, .16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Instrument Sans", Arial, sans-serif;
  --shell: min(90vw, 1440px);
  --header-h: 88px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body { margin: 0; color: var(--ink); background: var(--paper-light); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.shell { width: var(--shell); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 8px; z-index: 9999; padding: 10px 16px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.section { padding: clamp(90px, 10vw, 170px) 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; font-size: .72rem; font-weight: 600; letter-spacing: .17em; line-height: 1.2; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: var(--olive); }
.eyebrow--light { color: var(--paper-light); }
.eyebrow--light > span { background: #a4ad85; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .55fr); gap: clamp(40px, 10vw, 160px); align-items: end; margin-bottom: clamp(55px, 7vw, 100px); }
.section-heading h2, .process h2, .craft h2, .faq h2, .contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5.8vw, 6.8rem); font-weight: 500; line-height: .9; letter-spacing: -.045em; }
.section-heading > p { max-width: 560px; margin-bottom: 2px; color: #53544f; font-size: clamp(1rem, 1.2vw, 1.2rem); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 36px; min-height: 58px; padding: 0 25px; border: 1px solid transparent; background: var(--paper-light); color: var(--ink); font-size: .79rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease); }
.button:hover, .button:focus-visible { background: var(--olive); color: var(--white); transform: translateY(-2px); }
.button--small { min-height: 44px; gap: 22px; padding-inline: 20px; background: var(--ink); color: var(--white); font-size: .68rem; }
.button--dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.button--dark:hover, .button--dark:focus-visible { background: var(--olive-dark); border-color: var(--olive-dark); }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { transition: transform .3s var(--ease); }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link--light { color: var(--white); }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header-h); border-bottom: 1px solid rgba(216, 214, 206, .24); color: var(--white); transition: height .35s var(--ease), color .35s, background .35s, box-shadow .35s; }
.site-header.is-scrolled, body:not(.home) .site-header { height: 70px; background: rgba(238, 237, 232, .94); color: var(--ink); border-color: var(--line); box-shadow: 0 10px 35px rgba(17,17,17,.06); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { position: relative; display: flex; align-items: center; width: 182px; height: 62px; overflow: hidden; }
.brand img, .brand .custom-logo { width: 182px; height: auto; filter: brightness(0) invert(1); transition: filter .35s; }
.site-header.is-scrolled .brand img, body:not(.home) .brand img { filter: none; }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 52px); }
.site-nav__list { display: flex; align-items: center; gap: clamp(18px, 2.1vw, 36px); padding: 0; margin: 0; list-style: none; }
.site-nav__list a { position: relative; font-size: .73rem; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; }
.site-nav__list a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--olive); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.site-nav__list a:hover::after, .site-nav__list a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 25px; height: 1px; margin: 6px 0; background: currentColor; transition: transform .3s, opacity .3s; }

/* Hero */
.hero { position: relative; min-height: max(720px, 100svh); display: flex; align-items: flex-end; overflow: hidden; background: var(--ink); color: var(--white); }
.hero__media, .hero__veil { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: heroScale 16s ease-out both; }
.hero__veil { background: linear-gradient(90deg, rgba(17,17,17,.88) 0%, rgba(17,17,17,.56) 42%, rgba(17,17,17,.08) 74%), linear-gradient(0deg, rgba(17,17,17,.38), transparent 50%); }
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 60px; align-items: end; padding-top: calc(var(--header-h) + 70px); padding-bottom: clamp(82px, 10vh, 120px); }
.hero__content { max-width: 870px; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 8.4vw, 9.2rem); font-weight: 500; line-height: .77; letter-spacing: -.055em; }
.hero h1 em { color: #cac9c1; font-weight: 500; }
.hero__lead { max-width: 590px; margin: 44px 0 34px; color: #e4e2dc; font-size: clamp(1.05rem, 1.45vw, 1.4rem); line-height: 1.55; }
.hero__actions { display: flex; align-items: center; gap: 34px; flex-wrap: wrap; }
.hero__note { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.35); }
.hero__note-number { color: #a4ad85; font-size: .76rem; letter-spacing: .12em; }
.hero__note strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 1.5rem; font-weight: 500; line-height: 1.1; }
.hero__note p { margin: 0; color: #c9c8c2; font-size: .85rem; line-height: 1.5; }
.hero__scroll { position: absolute; z-index: 2; right: 4.5vw; bottom: 34px; width: 38px; height: 62px; border: 1px solid rgba(255,255,255,.4); border-radius: 99px; }
.hero__scroll span { position: absolute; top: 12px; left: 50%; width: 3px; height: 3px; border-radius: 50%; background: #fff; animation: scrollCue 2s infinite; }
@keyframes heroScale { from { transform: scale(1.05); } to { transform: scale(1); } }
@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%, 0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 30px); } }

.brand-ribbon { overflow: hidden; background: var(--olive); color: var(--white); }
.brand-ribbon__track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 14px 0; font-size: .68rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; animation: ribbon 30s linear infinite; }
.brand-ribbon i { display: block; width: 4px; height: 4px; border-radius: 50%; background: #c7cdb6; }
@keyframes ribbon { to { transform: translateX(-50%); } }

/* Solutions */
.solutions { background: var(--paper-light); }
.solutions__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: clamp(28px, 3.2vw, 52px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: color .45s, background .45s; }
.solution-card::before { content: ""; position: absolute; inset: auto 0 0; height: 0; background: var(--ink); transition: height .5s var(--ease); }
.solution-card > * { position: relative; z-index: 1; }
.solution-card:hover { color: var(--white); }
.solution-card:hover::before { height: 100%; }
.solution-card--featured { background: var(--paper); }
.solution-card__number { font-size: .7rem; font-weight: 600; letter-spacing: .12em; }
.solution-card__icon { width: 76px; margin: 56px 0 38px; color: var(--olive); }
.solution-card__icon svg { fill: none; stroke: currentColor; stroke-width: 1.2; }
.solution-card h3 { margin: 0 0 18px; font-family: var(--serif); font-size: clamp(2.1rem, 3vw, 3.5rem); font-weight: 500; line-height: .95; }
.solution-card p { max-width: 360px; color: #5a5b56; font-size: .94rem; transition: color .45s; }
.solution-card:hover p { color: #c9c8c1; }
.card-link { display: flex; justify-content: space-between; gap: 24px; margin-top: auto; padding-top: 22px; border-top: 1px solid currentColor; font-size: .7rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }

/* Manifesto */
.manifesto { position: relative; overflow: hidden; padding: clamp(90px, 11vw, 180px) 0; background: var(--ink); color: var(--white); }
.manifesto__texture { position: absolute; inset: 0; opacity: .22; background: radial-gradient(circle at 30% 10%, rgba(110,122,77,.7), transparent 23%), repeating-linear-gradient(118deg, transparent 0 16px, rgba(255,255,255,.025) 17px 18px); }
.manifesto__grid { position: relative; display: grid; grid-template-columns: minmax(260px, .68fr) 1.45fr; gap: clamp(60px, 10vw, 170px); align-items: center; }
.manifesto__mark img { width: min(100%, 430px); border-radius: 50%; mix-blend-mode: screen; filter: saturate(.45) contrast(1.06); }
.manifesto blockquote { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6.2vw, 7.2rem); font-weight: 500; line-height: .88; letter-spacing: -.05em; }
.manifesto blockquote em { color: #c0c5af; font-weight: 500; }
.manifesto__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 70px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.22); }
.manifesto__facts strong, .manifesto__facts span { display: block; }
.manifesto__facts strong { margin-bottom: 8px; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.manifesto__facts span { color: #aaa9a4; font-size: .82rem; line-height: 1.45; }

/* Projects */
.projects { background: var(--paper); }
.section-heading--projects { margin-bottom: 48px; }
.project-filters { display: flex; gap: 9px; margin-bottom: 42px; padding-bottom: 16px; overflow-x: auto; scrollbar-width: none; }
.project-filters::-webkit-scrollbar { display: none; }
.project-filters button { flex: 0 0 auto; padding: 9px 15px; border: 1px solid rgba(17,17,17,.25); border-radius: 99px; background: transparent; font-size: .68rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: background .25s, color .25s, border-color .25s; }
.project-filters button:hover, .project-filters button.is-active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.project-card { grid-column: span 5; min-width: 0; }
.project-card:nth-child(3n+1), .project-card--wide { grid-column: span 7; }
.project-card[hidden] { display: none; }
.project-card a { position: relative; display: block; height: 100%; min-height: 510px; overflow: hidden; background: var(--ink); color: var(--white); }
.project-card__media { position: absolute; inset: 0; }
.project-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(17,17,17,.85), transparent 58%); }
.project-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease), filter .6s; }
.project-card:hover img { transform: scale(1.045); filter: brightness(.86); }
.project-card__content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr auto; padding: clamp(24px, 3vw, 42px); }
.project-card__content span { grid-column: 1; margin-bottom: 10px; color: #c4c8b4; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.project-card__content h3 { grid-column: 1; margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.2vw, 3.8rem); font-weight: 500; line-height: .92; }
.project-card__content i { grid-column: 2; grid-row: 1 / span 2; align-self: end; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-style: normal; transition: background .3s, color .3s, transform .3s; }
.project-card:hover .project-card__content i { background: var(--paper-light); color: var(--ink); transform: rotate(45deg); }
.project-grid__empty { margin: 50px 0 0; text-align: center; }
.sector-strip { padding: 40px 0; background: var(--olive); color: var(--white); }
.sector-strip__inner { display: grid; grid-template-columns: minmax(250px,.5fr) 1fr; gap: 70px; align-items: center; }
.sector-strip p { margin: 0; font-family: var(--serif); font-size: 1.5rem; line-height: 1.1; }
.sector-strip__list { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.sector-strip__list span { padding: 7px 13px; border: 1px solid rgba(255,255,255,.36); border-radius: 99px; font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; }

/* Process */
.process { background: var(--paper-light); }
.process__grid { display: grid; grid-template-columns: minmax(320px, 1fr) minmax(400px, .95fr); gap: clamp(60px, 10vw, 150px); align-items: center; }
.process__visual { position: relative; }
.process__image { aspect-ratio: 4 / 5; overflow: hidden; }
.process__image img { width: 100%; height: 100%; object-fit: cover; }
.process__stamp { position: absolute; right: -54px; bottom: 54px; width: 130px; height: 130px; display: grid; place-items: center; align-content: center; border-radius: 50%; background: var(--olive); color: var(--white); font-size: .59rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transform: rotate(-10deg); }
.process__stamp strong { font-family: var(--serif); font-size: 2rem; font-weight: 500; line-height: 1; }
.process h2 { margin-bottom: 52px; }
.process h2 em, .contact h2 em { color: var(--olive); font-weight: 500; }
.process-list { padding: 0; margin: 0 0 36px; list-style: none; border-top: 1px solid var(--line); }
.process-list li { border-bottom: 1px solid var(--line); }
.process-list button { width: 100%; display: grid; grid-template-columns: 50px 1fr auto; gap: 15px; align-items: center; padding: 22px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.process-list button span { color: var(--olive); font-size: .7rem; font-weight: 600; }
.process-list button strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 500; }
.process-list button i { font-style: normal; font-size: 1.2rem; transition: transform .3s; }
.process-list button[aria-expanded="true"] i { transform: rotate(45deg); }
.process-list li div { padding: 0 0 24px 65px; }
.process-list li div p { max-width: 520px; margin: 0; color: #60615b; font-size: .91rem; }

/* Craft */
.craft { overflow: hidden; background: var(--paper); }
.craft__grid { display: grid; grid-template-columns: 1fr .95fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.craft__intro { position: sticky; top: 120px; }
.craft__intro h2 { max-width: 720px; margin-bottom: 36px; }
.craft__intro > p:last-child { max-width: 600px; color: #555650; font-size: 1.08rem; }
.craft__visual { background: var(--paper-light); overflow: hidden; }
.craft__visual img { width: 100%; aspect-ratio: 5 / 3; object-fit: cover; transition: transform 1s var(--ease); }
.craft__visual:hover img { transform: scale(1.025); }
.craft__principles { grid-column: 2; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.craft__principles article { min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.craft__principles span { color: var(--olive); font-size: .68rem; font-weight: 600; }
.craft__principles h3 { margin: 42px 0 12px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; line-height: 1; }
.craft__principles p { margin: 0; color: #5b5c56; font-size: .85rem; }

/* Journal */
.journal { background: var(--ink); color: var(--white); }
.journal .eyebrow > span { background: #9ca57c; }
.journal .section-heading > p { color: #aaa; }
.journal__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.journal-card { min-height: 450px; background: var(--ink); }
.journal-card a { height: 100%; display: flex; flex-direction: column; padding: clamp(28px, 3vw, 46px); transition: background .4s, color .4s; }
.journal-card a:hover { background: var(--paper); color: var(--ink); }
.journal-card__media { height: 220px; margin: calc(clamp(28px,3vw,46px) * -1) calc(clamp(28px,3vw,46px) * -1) 30px; overflow: hidden; }
.journal-card__media img { width: 100%; height: 100%; object-fit: cover; }
.journal-card span { color: #a9b18b; font-size: .67rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.journal-card h3 { margin: 45px 0 20px; font-family: var(--serif); font-size: clamp(2rem, 2.7vw, 3.25rem); font-weight: 500; line-height: .96; }
.journal-card p { color: #aeadab; font-size: .88rem; transition: color .4s; }
.journal-card:hover p { color: #555650; }
.journal-card i { margin-top: auto; font-style: normal; font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

/* FAQ */
.faq { background: var(--paper-light); }
.faq__grid { display: grid; grid-template-columns: .75fr 1.1fr; gap: clamp(60px, 11vw, 170px); }
.faq__grid > div:first-child > p:last-child { max-width: 430px; margin-top: 34px; color: #5a5b55; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 0; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.1; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { font-family: var(--sans); font-size: 1rem; transition: transform .3s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 650px; margin: 0; padding: 0 50px 28px 0; color: #5b5c56; }

/* Contact */
.contact { padding: clamp(90px, 11vw, 170px) 0; background: var(--ink); color: var(--white); }
.contact__grid { display: grid; grid-template-columns: .8fr 1fr; gap: clamp(60px, 10vw, 160px); }
.contact__intro { align-self: start; position: sticky; top: 110px; }
.contact h2 { margin-bottom: 38px; }
.contact__intro > p:nth-of-type(2) { max-width: 480px; color: #aaa9a4; }
.contact__whatsapp { display: flex; justify-content: space-between; align-items: center; max-width: 440px; margin-top: 50px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); font-size: .75rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.contact__whatsapp i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--olive); font-style: normal; }
.contact__form-wrap { padding: clamp(28px, 4vw, 58px); background: var(--paper-light); color: var(--ink); }
.contact-form label { display: block; margin-bottom: 24px; }
.contact-form label > span:first-child { display: block; margin-bottom: 8px; font-size: .67rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #aaa9a3; border-radius: 0; outline: 0; background: transparent; color: var(--ink); transition: border-color .2s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--olive); }
.contact-form textarea { resize: vertical; }
.privacy-check { display: flex !important; align-items: flex-start; gap: 10px; font-size: .75rem; }
.privacy-check input { margin-top: 5px; accent-color: var(--olive); }
.privacy-check span { display: inline !important; margin: 0 !important; font-size: inherit !important; letter-spacing: 0 !important; text-transform: none !important; }
.privacy-check a { text-decoration: underline; }
.honeypot { position: absolute !important; left: -9999px; }
.form-status { margin-bottom: 20px; padding: 13px; border-left: 3px solid #9b463e; background: #f1dedb; font-size: .86rem; }
.form-status--success { border-color: var(--olive); background: #e3e7d9; }

/* Footer */
.site-footer { padding: 70px 0 18px; background: var(--paper); }
.site-footer__grid { display: grid; grid-template-columns: 1.35fr repeat(3, .55fr); gap: 45px; padding-bottom: 60px; }
.site-footer__brand img { width: 205px; height: auto; margin-bottom: 15px; }
.site-footer__brand p { font-family: var(--serif); font-size: 1.3rem; }
.site-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.site-footer .eyebrow { margin-bottom: 14px; }
.site-footer__grid a, .site-footer__grid p:not(.eyebrow) { font-size: .8rem; }
.site-footer__grid a:hover { color: var(--olive-dark); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.site-footer__bottom p, .site-footer__bottom a { margin: 0; font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; }
.mobile-contact { display: none; }

/* Inner pages */
.page-hero { padding: calc(var(--header-h) + 100px) 0 80px; background: var(--paper); }
.page-hero h1 { max-width: 1000px; margin: 0; font-family: var(--serif); font-size: clamp(3.7rem, 8vw, 8rem); font-weight: 500; line-height: .84; letter-spacing: -.05em; }
.content-layout { width: min(88vw, 920px); margin: 0 auto; padding: 90px 0 130px; }
.entry-content { font-size: 1.08rem; }
.entry-content > * { margin-bottom: 1.5em; }
.entry-content h2, .entry-content h3 { margin-top: 1.7em; font-family: var(--serif); font-weight: 500; line-height: 1; }
.entry-content h2 { font-size: 3rem; }
.entry-content h3 { font-size: 2rem; }
.entry-content a { color: var(--olive-dark); text-decoration: underline; }
.entry-content img { margin-block: 45px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.archive-card { border: 1px solid var(--line); background: var(--paper-light); }
.archive-card__media { aspect-ratio: 4/3; overflow: hidden; }
.archive-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.archive-card:hover img { transform: scale(1.035); }
.archive-card__body { padding: 28px; }
.archive-card__body span { color: var(--olive-dark); font-size: .67rem; text-transform: uppercase; }
.archive-card__body h2 { margin: 18px 0 12px; font-family: var(--serif); font-size: 2.2rem; font-weight: 500; line-height: 1; }
.pagination { margin-top: 60px; }

/* Reveal */
.js [data-reveal] { opacity: 0; transform: translateY(30px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  :root { --shell: min(92vw, 1000px); }
  .site-nav__list { gap: 18px; }
  .site-nav__list li:nth-child(4) { display: none; }
  .hero__inner { grid-template-columns: 1fr 250px; }
  .solutions__grid { grid-template-columns: 1fr 1fr; }
  .solution-card:last-child { grid-column: 1 / -1; }
  .manifesto__grid { grid-template-columns: .55fr 1.45fr; gap: 65px; }
  .project-card a { min-height: 440px; }
  .process__grid { gap: 80px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 800px) {
  :root { --header-h: 72px; --shell: min(89vw, 700px); }
  .section { padding: 90px 0; }
  .site-header { height: var(--header-h); }
  .brand, .brand img, .brand .custom-logo { width: 145px; }
  .menu-toggle { display: block; z-index: 2; }
  .menu-open .menu-toggle > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle > span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 38px; padding: 100px 7vw 50px; background: var(--paper-light); color: var(--ink); transform: translateX(100%); transition: transform .55s var(--ease); }
  .menu-open .site-nav { transform: translateX(0); }
  .site-nav__list { display: flex; flex-direction: column; align-items: stretch; gap: 5px; }
  .site-nav__list li:nth-child(4) { display: block; }
  .site-nav__list a { display: block; padding: 7px 0; font-family: var(--serif); font-size: 2.6rem; font-weight: 500; letter-spacing: -.02em; line-height: 1; text-transform: none; }
  .site-nav .button { margin-top: 10px; }
  .hero { min-height: 780px; }
  .hero__veil { background: linear-gradient(0deg, rgba(17,17,17,.88) 0%, rgba(17,17,17,.48) 70%, rgba(17,17,17,.2)); }
  .hero__inner { display: block; padding-top: 150px; padding-bottom: 80px; }
  .hero h1 { font-size: clamp(4.2rem, 17vw, 7.2rem); line-height: .8; }
  .hero__lead { margin-top: 35px; }
  .hero__note { display: none; }
  .hero__scroll { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .solutions__grid { grid-template-columns: 1fr; }
  .solution-card, .solution-card:last-child { grid-column: auto; min-height: 380px; }
  .manifesto__grid { grid-template-columns: 1fr; }
  .manifesto__mark { max-width: 260px; }
  .manifesto__facts { grid-template-columns: 1fr; }
  .manifesto__facts div { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .project-grid { grid-template-columns: 1fr; }
  .project-card, .project-card:nth-child(3n+1), .project-card--wide { grid-column: 1; }
  .project-card a { min-height: 440px; }
  .sector-strip__inner { grid-template-columns: 1fr; gap: 25px; }
  .sector-strip__list { justify-content: flex-start; }
  .process__grid, .craft__grid, .faq__grid, .contact__grid { grid-template-columns: 1fr; }
  .process__visual { width: 90%; }
  .process__stamp { right: -40px; }
  .craft__intro, .contact__intro { position: static; }
  .craft__principles { grid-column: 1; }
  .journal__grid { grid-template-columns: 1fr; }
  .journal-card { min-height: 370px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
  .archive-grid { grid-template-columns: 1fr 1fr; }
  .mobile-contact { position: fixed; z-index: 90; right: 12px; bottom: 12px; left: 12px; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: var(--olive); color: var(--white); box-shadow: 0 8px 30px rgba(17,17,17,.28); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
  .site-footer { padding-bottom: 80px; }
}

@media (max-width: 520px) {
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .button, .hero__actions .text-link { width: 100%; justify-content: space-between; }
  .solution-card__icon { margin: 38px 0 28px; }
  .project-card a { min-height: 390px; }
  .project-card__content h3 { font-size: 2.45rem; }
  .craft__principles { grid-template-columns: 1fr; }
  .form-row { display: block; }
  .contact__form-wrap { padding: 26px 20px; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__brand { grid-column: auto; }
  .site-footer__bottom { flex-direction: column; }
  .archive-grid { grid-template-columns: 1fr; }
}

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

/* Funtelia Atelier 1.1 — B2B experience, motion and mobile polish */
.icon-arrow {
  position: relative;
  display: inline-block !important;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  font-size: 0 !important;
  line-height: 0;
  transition: transform .3s var(--ease);
}
.icon-arrow::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
}
.icon-arrow::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 1px;
  width: 15px;
  height: 1.5px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}
.icon-arrow--down { transform: rotate(135deg); }
.button:hover .icon-arrow:not(.icon-arrow--down),
.text-link:hover .icon-arrow:not(.icon-arrow--down),
.card-link:hover .icon-arrow:not(.icon-arrow--down) { transform: translate(3px, -3px); }
.button:hover .icon-arrow--down,
.text-link:hover .icon-arrow--down,
.card-link:hover .icon-arrow--down { transform: rotate(135deg) translate(-3px, -3px); }

.brand { width: 204px; height: 78px; overflow: visible; }
.brand img, .brand .custom-logo {
  width: 204px;
  height: auto;
  max-height: 78px;
  object-fit: contain;
  object-position: left center;
}
.site-footer__brand img { width: 230px; max-height: 96px; object-fit: contain; object-position: left center; }
body.admin-bar .site-header { top: 32px; }
body.admin-bar .quick-nav { top: 102px; }

.section { padding: clamp(78px, 8.5vw, 136px) 0; }
.hero h1 { font-size: clamp(4rem, 7.5vw, 8.15rem); line-height: .8; }
.hero__lead { max-width: 760px; }
.brand-ribbon { position: relative; background: linear-gradient(90deg, var(--olive-dark), var(--olive), #7f8b59, var(--olive)); background-size: 300% 100%; animation: ribbonGlow 12s ease infinite; }
.brand-ribbon::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.13), transparent); transform: translateX(-100%); animation: ribbonShine 5s ease-in-out infinite; }
.brand-ribbon__track { padding: 17px 0; font-size: .73rem; animation-duration: 24s; }
.brand-ribbon:hover .brand-ribbon__track { animation-play-state: paused; }
@keyframes ribbonGlow { 0%,100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
@keyframes ribbonShine { 45%,100% { transform: translateX(100%); } }

.quick-nav { position: sticky; z-index: 80; top: 70px; border-bottom: 1px solid rgba(255,255,255,.14); background: rgba(17,17,17,.94); color: var(--white); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.quick-nav__inner { display: flex; align-items: center; gap: 8px; min-height: 54px; overflow-x: auto; scrollbar-width: none; }
.quick-nav__inner::-webkit-scrollbar { display: none; }
.quick-nav__inner > span { flex: 0 0 auto; margin-right: 12px; color: #a9b18b; font-size: .63rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.quick-nav a { flex: 0 0 auto; padding: 7px 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; font-size: .66rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: background .25s, color .25s, transform .25s; }
.quick-nav a:hover, .quick-nav a:focus-visible { background: var(--paper-light); color: var(--ink); transform: translateY(-1px); }

.solutions__grid { grid-template-columns: 1.18fr .91fr .91fr; gap: 14px; border: 0; perspective: 1200px; }
.solution-card,
.solution-card:last-child {
  min-height: 540px;
  border: 0;
  background: var(--ink);
  color: var(--white);
  isolation: isolate;
  transform-style: preserve-3d;
  transition: transform .55s var(--ease), box-shadow .55s var(--ease);
}
.solution-card::before { display: none; }
.solution-card__media { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease), filter .6s; }
.solution-card__shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(17,17,17,.94) 0%, rgba(17,17,17,.45) 58%, rgba(17,17,17,.22)); transition: background .55s; }
.solution-card:hover { color: var(--white); transform: translateY(-9px) rotateX(1.5deg); box-shadow: 0 28px 70px rgba(17,17,17,.22); }
.solution-card:hover .solution-card__media { transform: scale(1.075); filter: saturate(.78) brightness(.86); }
.solution-card:hover .solution-card__shade { background: linear-gradient(0deg, rgba(17,17,17,.96), rgba(17,17,17,.22)); }
.solution-card__number { color: #d7d9ca; }
.solution-card__label { margin-top: auto; margin-bottom: 20px; color: #c6ccb1; font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.solution-card h3 { max-width: 440px; font-size: clamp(2.35rem, 3.2vw, 4rem); }
.solution-card p, .solution-card:hover p { color: #d4d3cc; }
.solution-card .card-link { margin-top: 30px; border-color: rgba(255,255,255,.4); }

.proof { position: relative; min-height: min(820px, 94svh); display: flex; align-items: center; overflow: hidden; background: var(--ink); color: var(--white); }
.proof__reel, .proof__veil { position: absolute; inset: 0; }
.proof__reel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.07); animation: proofReel 18s infinite; }
.proof__reel img:nth-child(1) { animation-delay: 0s; }
.proof__reel img:nth-child(2) { animation-delay: 6s; }
.proof__reel img:nth-child(3) { animation-delay: 12s; }
.proof__veil { background: linear-gradient(90deg, rgba(17,17,17,.96) 0%, rgba(17,17,17,.78) 46%, rgba(17,17,17,.2) 84%), linear-gradient(0deg, rgba(17,17,17,.6), transparent 55%); }
.proof__content { position: relative; z-index: 2; padding-block: 120px; }
.proof h2 { max-width: 1030px; margin: 0; font-family: var(--serif); font-size: clamp(3.8rem, 7.2vw, 8.2rem); font-weight: 500; line-height: .82; letter-spacing: -.05em; }
.proof h2 em { color: #c4cab1; font-weight: 500; }
.proof__lead { max-width: 670px; margin: 40px 0 56px; color: #d2d1ca; font-size: clamp(1rem, 1.25vw, 1.24rem); }
.proof__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; max-width: 1040px; margin-bottom: 48px; background: rgba(255,255,255,.2); }
.proof__facts > div { min-height: 170px; padding: 26px; background: rgba(17,17,17,.55); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); transition: background .35s, transform .35s; }
.proof__facts > div:hover { background: rgba(110,122,77,.8); transform: translateY(-5px); }
.proof__facts span { color: #b9c09f; font-size: .67rem; }
.proof__facts strong { display: block; margin: 34px 0 8px; font-family: var(--serif); font-size: 1.55rem; font-weight: 500; line-height: 1; }
.proof__facts p { margin: 0; color: #c3c2bc; font-size: .78rem; line-height: 1.45; }
@keyframes proofReel { 0% { opacity: 0; transform: scale(1.07); } 6%, 30% { opacity: 1; } 36%, 100% { opacity: 0; transform: scale(1); } }

.projects { overflow: hidden; }
.project-filters { gap: 8px; margin-bottom: 30px; }
.project-filters button { padding: 12px 18px; border-radius: 0; border-color: transparent; border-bottom-color: rgba(17,17,17,.25); }
.project-filters button:hover, .project-filters button.is-active { background: var(--olive-dark); border-color: var(--olive-dark); }
.project-grid.is-filtered .project-card:not([hidden]) { grid-column: 1 / -1; animation: projectEnter .65s var(--ease) both; }
.project-grid.is-filtered .project-card a { min-height: 610px; }
.project-card a::after { content: "Ver aplicación"; position: absolute; z-index: 3; top: 28px; right: 28px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.45); border-radius: 99px; font-size: .62rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(-8px); transition: opacity .35s, transform .35s, background .35s; }
.project-card:hover a::after { opacity: 1; transform: translateY(0); background: rgba(17,17,17,.5); }
.project-card__content i.icon-arrow { width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.5); }
.project-card__content i.icon-arrow::before { top: 14px; right: 14px; }
.project-card__content i.icon-arrow::after { top: 25px; left: 16px; }
.project-card:hover .project-card__content i.icon-arrow { transform: none; }
@keyframes projectEnter { from { opacity: 0; transform: translateY(24px) scale(.985); } to { opacity: 1; transform: none; } }

.sector-console { overflow: hidden; padding: clamp(65px, 7vw, 110px) 0; background: linear-gradient(120deg, var(--olive-dark), var(--olive)); color: var(--white); }
.sector-console__inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.sector-console h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5vw, 6rem); font-weight: 500; line-height: .86; letter-spacing: -.04em; }
.sector-console__actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.sector-console__actions button { min-height: 58px; padding: 0 18px; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.05); color: var(--white); text-align: left; font-size: .73rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: background .3s, color .3s, transform .3s; }
.sector-console__actions button::after { content: "+"; float: right; font-size: 1rem; font-weight: 400; }
.sector-console__actions button:hover, .sector-console__actions button:focus-visible { background: var(--paper-light); color: var(--ink); transform: translateX(6px); }
.sector-console__coverage { grid-column: 1 / -1; margin: 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.24); color: #e4e6dc; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.process__image img { transition: transform 1.2s var(--ease); }
.process__visual:hover .process__image img { transform: scale(1.045); }
.journal-card i { display: inline-flex; align-items: center; gap: 12px; }
.journal-card i .icon-arrow { width: 11px; height: 11px; }

.contact--direct { position: relative; overflow: hidden; }
.contact--direct::before { content: "F"; position: absolute; right: -1vw; bottom: -20vw; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: min(70vw, 900px); line-height: 1; }
.contact-direct { position: relative; z-index: 1; max-width: 1180px; text-align: center; }
.contact-direct .eyebrow { justify-content: center; }
.contact-direct h2 { max-width: 1100px; margin-inline: auto; }
.contact-direct > p:not(.eyebrow) { max-width: 680px; margin: 34px auto 0; color: #bdbcb6; }
.whatsapp-cta { max-width: 900px; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; margin: 58px auto 0; padding: 22px 26px; border: 1px solid rgba(255,255,255,.25); background: var(--olive); text-align: left; transition: background .35s, transform .35s, box-shadow .35s; }
.whatsapp-cta:hover, .whatsapp-cta:focus-visible { background: #788558; transform: translateY(-5px); box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.whatsapp-cta__icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: var(--white); color: var(--olive-dark); }
.whatsapp-cta__icon svg, .whatsapp-float svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-cta small, .whatsapp-cta strong { display: block; }
.whatsapp-cta small { margin-bottom: 4px; font-size: .63rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.whatsapp-cta strong { font-family: var(--serif); font-size: clamp(1.5rem, 2.3vw, 2.35rem); font-weight: 500; line-height: 1; }
.contact-direct__coverage { font-size: .7rem !important; letter-spacing: .06em; text-transform: uppercase; }
.contact-socials { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 26px; }
.contact-socials a { padding: 8px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 99px; color: #d7d6d0; font-size: .66rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; transition: background .25s, color .25s; }
.contact-socials a:hover, .contact-socials a:focus-visible { background: var(--paper-light); color: var(--ink); }

.whatsapp-float { position: fixed; z-index: 95; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; min-height: 56px; padding: 0 19px 0 14px; border-radius: 99px; background: #267a4f; color: #fff; box-shadow: 0 12px 36px rgba(17,17,17,.28); font-size: .69rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; transition: transform .3s var(--ease), box-shadow .3s; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { transform: translateY(-5px) scale(1.02); box-shadow: 0 20px 46px rgba(17,17,17,.35); }
.whatsapp-float svg { width: 26px; height: 26px; }
.mobile-contact { display: none !important; }

@media (max-width: 1100px) {
  .solutions__grid { grid-template-columns: 1fr 1fr; }
  .solution-card:last-child { grid-column: 1 / -1; }
  .proof__facts { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 800px) {
  :root { --shell: min(91vw, 700px); }
  .section { padding: 72px 0; }
  .brand, .brand img, .brand .custom-logo { width: 164px; max-height: 64px; }
  .site-nav__list a { font-size: 2.35rem; }
  .hero { min-height: 690px; height: 100svh; max-height: 860px; }
  .hero__media img { object-position: 60% center; }
  .hero__inner { padding-top: 128px; padding-bottom: 62px; }
  .hero h1 { max-width: 100%; font-size: clamp(3.25rem, 13.4vw, 5.5rem); line-height: .84; }
  .hero__lead { margin: 28px 0 28px; font-size: 1rem; line-height: 1.48; }
  .hero__actions { gap: 20px; }
  .brand-ribbon__track { padding: 14px 0; font-size: .66rem; }
  .quick-nav { top: 69px; }
  .quick-nav__inner { width: 100%; padding-inline: 4.5vw; }
  .quick-nav__inner > span { display: none; }
  .solutions__grid { grid-template-columns: 1fr; gap: 10px; }
  .solution-card, .solution-card:last-child { grid-column: auto; min-height: 460px; }
  .solution-card:hover { transform: none; }
  .proof { min-height: auto; }
  .proof__veil { background: linear-gradient(0deg, rgba(17,17,17,.95), rgba(17,17,17,.47)); }
  .proof__content { padding-block: 88px; }
  .proof h2 { font-size: clamp(3.2rem, 13vw, 5.3rem); }
  .proof__facts { grid-template-columns: 1fr; }
  .proof__facts > div { min-height: 0; }
  .projects .section-heading { margin-bottom: 34px; }
  .project-filters { width: calc(100% + 9vw); margin-left: -4.5vw; padding-inline: 4.5vw; }
  .project-grid.is-filtered .project-card a { min-height: 430px; }
  .project-card a::after { display: none; }
  .sector-console__inner { grid-template-columns: 1fr; gap: 34px; }
  .sector-console__coverage { grid-column: 1; }
  .process__visual { width: 100%; }
  .process__stamp { right: 14px; bottom: 14px; width: 105px; height: 105px; }
  .process-list button { grid-template-columns: 38px 1fr auto; }
  .process-list button strong { font-size: 1.42rem; }
  .process-list li div { padding-left: 53px; }
  .journal__grid { gap: 10px; background: transparent; }
  .faq__grid { gap: 42px; }
  .contact { padding: 82px 0 104px; }
  .contact-direct { text-align: left; }
  .contact-direct .eyebrow { justify-content: flex-start; }
  .contact-direct h2 { font-size: clamp(3.2rem, 13vw, 5.2rem); }
  .contact-direct > p:not(.eyebrow) { margin-left: 0; }
	.contact-socials { justify-content: flex-start; }
  .whatsapp-cta { grid-template-columns: auto 1fr; margin-top: 40px; padding: 18px; }
  .whatsapp-cta > .icon-arrow { display: none !important; }
  .whatsapp-cta__icon { width: 48px; height: 48px; }
  .whatsapp-cta strong { font-size: 1.45rem; }
  .whatsapp-float { right: 12px; bottom: 12px; min-height: 52px; padding-inline: 13px 16px; }
  .site-footer { padding-bottom: 90px; }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
  body.admin-bar .quick-nav { top: 118px; }
}

@media (max-width: 520px) {
  .hero__actions { flex-direction: row; align-items: center; }
  .hero__actions .button { width: auto; min-height: 52px; padding-inline: 18px; }
  .hero__actions .text-link { width: auto; }
  .section-heading h2, .process h2, .faq h2 { font-size: clamp(2.9rem, 13vw, 4.5rem); }
  .solution-card { min-height: 420px; padding: 26px; }
  .solution-card h3 { font-size: 2.65rem; }
  .proof__content { padding-block: 76px; }
  .proof__facts { margin-bottom: 36px; }
  .project-grid.is-filtered .project-card a { min-height: 380px; }
  .project-card__content { padding: 24px; }
  .sector-console__actions { grid-template-columns: 1fr 1fr; }
  .sector-console__actions button { min-height: 54px; padding-inline: 12px; font-size: .62rem; }
  .journal-card { min-height: 330px; }
  .whatsapp-float span { display: none; }
  .whatsapp-float { width: 54px; height: 54px; justify-content: center; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .proof__reel img:first-child { opacity: 1; }
  .proof__reel img:not(:first-child) { opacity: 0; }
}
