@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400 700;
    font-display: optional;
    src: url("https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2") format("woff2");
}

@font-face {
    font-family: "Space Grotesk";
    font-style: normal;
    font-weight: 500 700;
    font-display: optional;
    src: url("https://fonts.gstatic.com/s/spacegrotesk/v22/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2") format("woff2");
}

:root {
    --ink: #07192b;
    --ink-2: #102d48;
    --blue: #0b4f83;
    --blue-bright: #1478b8;
    --amber: #ffbd31;
    --paper: #f5f7f8;
    --white: #fff;
    --muted: #61717f;
    --line: #d8e0e5;
    --font-display: "Space Grotesk", Arial, sans-serif;
    --font-body: "DM Sans", system-ui, sans-serif;
    --container: min(1240px, calc(100vw - 48px));
    --section: clamp(5rem, 10vw, 9rem);
    --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
.illustrative-media { position: relative; margin: 0; overflow: hidden; background: var(--ink-2); }
.illustrative-media img { width: 100%; height: 100%; object-fit: cover; }
.illustrative-media figcaption { position: absolute; z-index: 2; right: .55rem; bottom: .55rem; padding: .3rem .48rem; background: rgba(4,16,28,.86); color: #d7e2eb; font-size: .53rem; font-weight: 700; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; backdrop-filter: blur(6px); }
.illustrative-media > span { position: absolute; z-index: 2; top: .65rem; left: .65rem; display: grid; width: 34px; height: 34px; place-items: center; background: var(--amber); color: var(--ink); font-family: var(--font-display); font-size: .62rem; font-weight: 700; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--amber); color: var(--ink); }
.container { width: var(--container); margin-inline: auto; }
.section { padding-block: var(--section); }
.section--dark { background: var(--ink); color: var(--white); }
.section--blue { background: var(--blue); color: var(--white); }
.content-narrow { max-width: 840px; }
.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; z-index: 9999; left: 1rem; top: -5rem; padding: .75rem 1rem; background: var(--amber); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }

h1, h2, h3 { margin: 0; font-family: var(--font-display); line-height: .98; letter-spacing: -.045em; }
h1 { font-size: clamp(3.4rem, 8.3vw, 8.6rem); }
h2 { font-size: clamp(2.6rem, 5.2vw, 5.5rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.7rem); letter-spacing: -.025em; line-height: 1.15; }
h1 em, h2 em { color: var(--amber); font-style: normal; }
p { margin: 0 0 1.2rem; }
.lead { font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.45; }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.5rem; color: var(--blue); font-family: var(--font-display); font-size: .73rem; font-weight: 700; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.eyebrow > span { width: 1.8rem; height: 2px; background: var(--amber); }
.eyebrow--light { color: #cbd9e4; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.25rem; min-height: 58px; padding: .95rem 1.35rem; border: 1px solid var(--amber); background: var(--amber); color: var(--ink); font-family: var(--font-display); font-size: .86rem; font-weight: 700; letter-spacing: -.01em; transition: transform .25s var(--ease), background .25s, color .25s; }
.button:hover { transform: translateY(-3px); background: #ffcb60; }
.button span { font-size: 1.2rem; }
.button--small { min-height: 44px; padding: .65rem 1rem; font-size: .78rem; }
.button--dark { background: var(--ink); border-color: var(--ink); color: var(--white); }
.button--dark:hover { background: var(--blue); border-color: var(--blue); }
.button--light { background: var(--white); border-color: var(--white); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: .8rem; padding-bottom: .2rem; border-bottom: 1px solid currentColor; color: var(--ink); font-family: var(--font-display); font-size: .88rem; font-weight: 700; }
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link--light { color: var(--white); }

.site-header { position: relative; z-index: 100; background: rgba(245,247,248,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(7,25,43,.1); }
.topline { background: var(--ink); color: #d7e2eb; font-size: .72rem; letter-spacing: .035em; }
.topline__inner { display: flex; justify-content: space-between; padding-block: .45rem; }
.topline a { color: var(--amber); font-weight: 700; }
.nav-wrap { display: flex; min-height: 78px; align-items: center; gap: 2rem; }
.brand { display: inline-flex; width: 156px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(1.2rem, 2.5vw, 2.5rem); margin-left: auto; font-family: var(--font-display); font-size: .78rem; font-weight: 600; }
.primary-nav > a, .services-menu__trigger > a { position: relative; padding-block: 1.6rem; }
.primary-nav > a::after, .services-menu__trigger > a::after { position: absolute; right: 0; bottom: 1.2rem; left: 0; height: 2px; background: var(--amber); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after, .services-menu__trigger > a:hover::after, .services-menu__trigger > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.services-menu { position: relative; }
.services-menu__trigger { display: flex; align-items: center; }
.services-menu__trigger button { display: grid; width: 28px; height: 34px; margin-left: .15rem; padding: 0; place-items: center; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.services-menu__trigger button > span:first-child { display: block; font-size: 1rem; line-height: 1; transition: transform .25s var(--ease); }
.services-menu.is-open .services-menu__trigger button > span:first-child { transform: rotate(180deg); }
.services-menu__panel { position: absolute; z-index: 5; top: calc(100% - .45rem); left: 50%; width: min(680px, calc(100vw - 30px)); padding: 1.1rem; background: var(--white); border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(4,16,28,.18); opacity: 0; transform: translate(-50%, 10px); visibility: hidden; transition: opacity .2s var(--ease), transform .2s var(--ease), visibility .2s; }
.services-menu:hover .services-menu__panel, .services-menu:focus-within .services-menu__panel, .services-menu.is-open .services-menu__panel { opacity: 1; transform: translate(-50%, 0); visibility: visible; }
.services-menu__heading { display: flex; align-items: center; justify-content: space-between; padding: .15rem .2rem .8rem; border-bottom: 1px solid var(--line); }
.services-menu__heading > span { color: var(--blue); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.services-menu__heading a { display: inline-flex; align-items: center; gap: .45rem; color: var(--blue); font-size: .66rem; }
.services-menu__heading b { color: var(--amber); }
.services-menu__grid { display: grid; grid-template-columns: 1fr 1fr; margin-top: .6rem; }
.services-menu__grid a { display: grid; min-width: 0; grid-template-columns: 30px 1fr auto; gap: .7rem; align-items: center; padding: .82rem .7rem; border-bottom: 1px solid var(--line); transition: background .2s var(--ease); }
.services-menu__grid a:nth-child(odd) { border-right: 1px solid var(--line); }
.services-menu__grid a:hover, .services-menu__grid a:focus-visible { background: var(--paper); }
.services-menu__grid small { color: var(--blue); font-size: .56rem; }
.services-menu__grid strong { overflow: hidden; font-size: .73rem; line-height: 1.25; text-overflow: ellipsis; }
.services-menu__grid a > span { color: var(--amber); font-size: .78rem; }
.header-cta { flex: 0 0 auto; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 6px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: min(880px, calc(100svh - 106px)); overflow: hidden; background: var(--ink); color: var(--white); }
.hero__media, .hero__veil { position: absolute; inset: 0; }
.hero__media picture { display: block; width: 100%; height: 100%; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.85) contrast(1.03); }
.hero__veil { background: linear-gradient(90deg, rgba(4,16,28,.94) 0%, rgba(4,16,28,.78) 47%, rgba(4,16,28,.17) 82%), linear-gradient(0deg, rgba(4,16,28,.56), transparent 45%); }
.hero__content { position: relative; z-index: 2; display: flex; min-height: min(880px, calc(100svh - 106px)); flex-direction: column; justify-content: center; padding-block: 6rem 3rem; }
.hero h1 { max-width: 1050px; font-size: clamp(3.9rem, 8.4vw, 8.9rem); }
.hero__lead { max-width: 680px; margin-top: 2rem; color: #d5e0e8; font-size: clamp(1.1rem, 1.7vw, 1.35rem); line-height: 1.55; }
.hero__actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.2rem; }
.hero__proof { display: grid; max-width: 840px; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: clamp(3rem, 7vh, 5.5rem); background: rgba(255,255,255,.24); border: 1px solid rgba(255,255,255,.24); }
.hero__proof > div, .hero__proof > a { padding: 1rem 1.2rem; background: rgba(7,25,43,.64); backdrop-filter: blur(8px); }
.hero__proof > a { transition: background .25s var(--ease); }
.hero__proof > a:hover { background: rgba(11,79,131,.82); }
.hero__proof strong, .hero__proof span { display: block; }
.hero__proof strong { color: var(--white); font-family: var(--font-display); font-size: .83rem; }
.hero__proof span { margin-top: .2rem; color: #b9c7d2; font-size: .73rem; }
.hero__tag { position: absolute; z-index: 2; right: -3.2rem; bottom: 10rem; color: rgba(255,255,255,.62); font-family: var(--font-display); font-size: .62rem; letter-spacing: .24em; transform: rotate(90deg); transform-origin: center; }

.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.section-heading h2 { max-width: 850px; }
.intro-copy { max-width: 590px; padding-top: 4.2rem; color: var(--muted); }
.intro-copy .lead { color: var(--ink); }
.intro-copy .text-link { margin-top: 1.5rem; }
.intro-visual { position: relative; grid-column: 1 / -1; margin: 3rem 0 0; }
.intro-visual img { width: 100%; height: clamp(340px, 48vw, 590px); object-fit: cover; object-position: center 58%; }
.intro-visual figcaption { position: absolute; right: 0; bottom: 0; display: grid; width: min(430px, 80%); gap: .45rem; padding: 1.5rem; background: var(--ink); color: var(--white); }
.intro-visual figcaption span { color: var(--amber); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.intro-visual figcaption strong { font-family: var(--font-display); font-size: 1.1rem; line-height: 1.35; }
.section-heading--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 4rem; margin-bottom: 4rem; }
.section-heading--row > p { max-width: 390px; color: var(--muted); }

.services { padding-top: 2rem; }
.service-list { border-top: 1px solid var(--line); }
.service-row { position: relative; display: grid; min-height: 132px; grid-template-columns: 48px 118px minmax(220px, 1fr) minmax(240px, .8fr) 40px; gap: 1.5rem; align-items: center; border-bottom: 1px solid var(--line); transition: padding .3s var(--ease), color .3s, background .3s; }
.service-row:hover { padding-inline: 1rem; background: var(--white); color: var(--blue); }
.service-row__index { color: var(--blue); font-family: var(--font-display); font-size: .7rem; font-weight: 700; }
.service-row__thumb { display: block; overflow: hidden; }
.service-row__thumb img { width: 118px; height: 82px; object-fit: cover; transition: transform .45s var(--ease); }
.service-row:hover .service-row__thumb img { transform: scale(1.07); }
.service-row__title { font-family: var(--font-display); font-size: clamp(1.4rem, 2.4vw, 2.15rem); font-weight: 600; letter-spacing: -.035em; }
.service-row__copy { color: var(--muted); font-size: .9rem; line-height: 1.45; }
.service-row__arrow { font-size: 1.4rem; transition: transform .25s; }
.service-row:hover .service-row__arrow { transform: translate(4px, -4px); }
.service-row__preview { position: absolute; z-index: 4; right: 5rem; bottom: 65%; width: 250px; aspect-ratio: 4/3; object-fit: cover; opacity: 0; pointer-events: none; transform: translateY(18px) rotate(2deg); transition: opacity .25s, transform .35s var(--ease); box-shadow: 0 20px 50px rgba(7,25,43,.25); }
.service-row:hover .service-row__preview { opacity: 1; transform: translateY(0) rotate(-2deg); }

.case-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.case-copy h2 { font-size: clamp(2.5rem, 4.4vw, 4.7rem); }
.case-copy > p:not(.eyebrow) { margin-top: 2rem; color: #b7c7d3; }
.case-data { margin: 2.5rem 0 0; }
.case-data > div { display: grid; grid-template-columns: 115px 1fr; padding: .8rem 0; border-top: 1px solid rgba(255,255,255,.16); }
.case-data dt { color: #71879a; font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.case-data dd { margin: 0; font-family: var(--font-display); font-size: .88rem; }
.case-image { margin: 0; }
.case-image img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.case-image figcaption { margin-top: .65rem; color: #71879a; font-size: .72rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; margin-top: clamp(5rem, 10vw, 9rem); }
.gallery-card { position: relative; grid-column: span 4; margin: 0; overflow: hidden; background: var(--ink-2); }
.gallery-card--tall { grid-column: span 4; grid-row: span 2; }
.gallery-card--wide { grid-column: span 8; }
.gallery-card img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; transition: transform .8s var(--ease), filter .5s; }
.gallery-card--tall img { min-height: 676px; }
.gallery-card--wide img { max-height: 400px; }
.gallery-card:hover img { transform: scale(1.035); filter: brightness(.72); }
.gallery-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 3rem 1.25rem 1.25rem; background: linear-gradient(transparent, rgba(4,16,28,.88)); }
.gallery-card figcaption strong, .gallery-card figcaption span { display: block; }
.gallery-card figcaption strong { font-family: var(--font-display); }
.gallery-card figcaption span { color: #b7c7d3; font-size: .75rem; }

.materials-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(4rem, 10vw, 10rem); align-items: start; }
.materials-sticky { position: sticky; top: 3rem; }
.materials-sticky h2 { font-size: clamp(2.8rem, 4.6vw, 4.8rem); }
.materials-sticky > p:not(.eyebrow) { max-width: 480px; margin-top: 2rem; color: var(--muted); }
.materials-sticky .button { margin-top: 1.2rem; }
.materials-photos { display: grid; grid-template-columns: 1.15fr .85fr; gap: .7rem; margin-top: 2.5rem; align-items: end; }
.materials-photos img { width: 100%; height: 300px; object-fit: cover; }
.materials-photos img:last-child { height: 220px; }
.material-list { border-top: 1px solid var(--line); }
.material-item { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.material-item > span { color: var(--blue); font-family: var(--font-display); font-size: .68rem; font-weight: 700; }
.material-item h3 { margin-bottom: .6rem; font-size: 1.65rem; }
.material-item p { max-width: 600px; margin-bottom: .7rem; color: var(--muted); }
.material-item small { color: var(--blue); font-size: .68rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.process { padding-top: 2rem; }
.process-heading { max-width: 900px; margin-bottom: 4.5rem; }
.process-photos { display: grid; grid-template-columns: 1.3fr .8fr .9fr; gap: .8rem; margin-bottom: 5rem; align-items: end; }
.process-photos figure { position: relative; margin: 0; overflow: hidden; }
.process-photos figure:nth-child(2) { margin-bottom: 3rem; }
.process-photos img { width: 100%; height: clamp(260px, 34vw, 480px); object-fit: cover; }
.process-photos figure:nth-child(2) img { height: clamp(230px, 29vw, 400px); }
.process-photos figcaption { position: absolute; right: .7rem; bottom: .7rem; padding: .4rem .7rem; background: var(--paper); color: var(--ink); font-family: var(--font-display); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin: 0; padding: 0; list-style: none; }
.process-line::before { position: absolute; top: 19px; right: 0; left: 0; height: 1px; background: var(--line); content: ""; }
.process-line li { position: relative; padding-top: 4.5rem; }
.process-line li > span { position: absolute; z-index: 1; top: 0; display: grid; width: 38px; height: 38px; place-items: center; background: var(--paper); border: 1px solid var(--blue); border-radius: 50%; color: var(--blue); font-family: var(--font-display); font-size: .65rem; font-weight: 700; }
.process-line h3 { margin-bottom: 1rem; }
.process-line p { color: var(--muted); font-size: .9rem; }

.about { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-photo { position: relative; margin: 0; }
.about-photo img { width: 100%; height: clamp(500px, 58vw, 700px); object-fit: cover; }
.about-photo > span { position: absolute; right: -1rem; bottom: -2.8rem; color: var(--amber); font-family: var(--font-display); font-size: clamp(9rem, 19vw, 16rem); font-weight: 700; line-height: .72; letter-spacing: -.12em; }
.about-copy h2 { font-size: clamp(2.8rem, 4.5vw, 4.8rem); }
.about-copy > p:not(.eyebrow) { color: #c7d9e7; }
.about-copy h2 + p { margin-top: 2rem; }
.about-copy .text-link { margin-top: 1rem; }

.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(4rem, 10vw, 10rem); align-items: start; }
.faq .section-heading h2 { font-size: clamp(2.7rem, 4.5vw, 4.7rem); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.55rem 0; cursor: pointer; font-family: var(--font-display); font-size: 1rem; font-weight: 600; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; flex: 0 0 22px; width: 22px; height: 22px; }
.accordion summary span::before, .accordion summary span::after { position: absolute; top: 10px; left: 3px; width: 16px; height: 1px; background: currentColor; content: ""; transition: transform .25s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 680px; padding: 0 3rem 1.6rem 0; color: var(--muted); font-size: .92rem; }

.quote { padding-top: 0; }
.quote-card { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(2rem, 6vw, 5.5rem); background: var(--blue); color: var(--white); }
.quote-copy h2 { font-size: clamp(2.8rem, 4.8vw, 5rem); }
.quote-copy > p:not(.eyebrow) { max-width: 510px; margin-top: 2rem; color: #c9dae8; }
.quote-contact { display: flex; flex-direction: column; margin-top: 3rem; }
.quote-contact span { color: #94b3c9; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.quote-contact a { color: var(--amber); font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; }
.quote-form { display: grid; gap: 1.25rem; align-content: start; padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--white); color: var(--ink); }
.quote-form label { display: grid; gap: .45rem; font-family: var(--font-display); font-size: .72rem; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: .85rem 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); outline: none; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue); }
.quote-form textarea { resize: vertical; }
.quote-form .button { justify-self: start; margin-top: .5rem; }
.quote-form small { color: var(--muted); font-size: .66rem; line-height: 1.4; }

.site-footer { padding: 5rem 0 1.4rem; background: #04101c; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 4rem; }
.footer-grid h2 { margin-bottom: 1.2rem; color: #8296a7; font-family: var(--font-body); font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a { display: block; margin: .55rem 0; color: #d1dce5; font-size: .83rem; }
.footer-grid a:hover { color: var(--amber); }
.footer-grid .footer-contact-link { display: flex; align-items: center; gap: .65rem; width: fit-content; }
.footer-contact-link svg { width: 17px; height: 17px; flex: 0 0 17px; fill: currentColor; }
.footer-contact-link span { overflow-wrap: anywhere; }
.footer-brand img { width: 190px; }
.footer-brand p { max-width: 340px; margin-top: 1.5rem; color: #8296a7; font-size: .82rem; }
.footer-grid address { color: #d1dce5; font-size: .83rem; font-style: normal; }
.footer-hours { margin-top: 1rem; color: #8296a7; font-size: .74rem; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 4rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.11); color: #71879a; font-size: .68rem; }
.whatsapp-float { position: fixed; z-index: 90; right: 1.25rem; bottom: 1.25rem; display: grid; width: 54px; height: 54px; place-items: center; background: #22c55e; border-radius: 50%; box-shadow: 0 8px 24px rgba(4,16,28,.25); transition: transform .25s var(--ease); }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 29px; fill: #fff; }

.service-hero { padding: clamp(4rem, 8vw, 7rem) 0 var(--section); }
.service-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.service-hero__copy h1 { font-size: clamp(3.8rem, 7vw, 7.5rem); }
.service-hero__copy > p:not(.eyebrow) { max-width: 610px; margin-top: 2rem; color: var(--muted); font-size: 1.15rem; }
.service-hero__image { margin: 0; }
.service-hero__image img { width: 100%; aspect-ratio: 4/4.3; object-fit: cover; }
.service-details__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(4rem, 10vw, 10rem); }
.service-details h2 { font-size: clamp(2.7rem, 4.5vw, 4.8rem); }
.service-spec { padding: 2.2rem; background: var(--white); border-top: 3px solid var(--amber); }
.service-spec h3 { margin: 0 0 1.2rem; }
.service-spec h3:not(:first-child) { margin-top: 2.5rem; }
.service-spec ul { margin: 0; padding: 0; list-style: none; }
.service-spec li { display: flex; gap: .75rem; padding: .75rem 0; border-bottom: 1px solid var(--line); }
.service-spec li span { color: var(--blue); font-weight: 700; }
.service-spec p { color: var(--muted); }
.service-process .section-heading { max-width: 850px; margin-bottom: 4rem; }
.decision-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.decision-grid article { min-height: 280px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.decision-grid article > span { color: var(--amber); font-family: var(--font-display); font-size: .68rem; }
.decision-grid h3 { margin-top: 5rem; }
.decision-grid p { margin-top: 1rem; color: #9fb0be; font-size: .88rem; }
.service-cta { padding-top: 0; }
.service-cta__inner { padding: clamp(3rem, 7vw, 7rem); background: var(--blue); color: #fff; text-align: center; }
.service-cta__inner > p { color: #aec4d5; }
.service-cta__inner h2 { margin: 1.5rem auto 2.5rem; font-size: clamp(2.6rem, 5vw, 5.2rem); }
.inner-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.inner-hero h1, .inner-title h1, .contact-page h1 { font-size: clamp(3.7rem, 7vw, 7.6rem); }
.inner-hero .lead, .inner-title .lead, .contact-page .lead { max-width: 680px; margin-top: 2rem; color: var(--muted); }
.inner-hero figure { margin: 0; }
.inner-hero figure img { width: 100%; height: clamp(520px, 60vw, 760px); object-fit: cover; }
.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(4rem, 10vw, 10rem); }
.story-grid h2 { font-size: clamp(2.8rem, 4.8vw, 5rem); }
.story-copy { color: #aebfcd; }
.story-copy .lead { color: var(--white); }
.values .section-heading { max-width: 920px; margin-bottom: 5rem; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.values-grid article { min-height: 310px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid article > span { color: var(--blue); font-family: var(--font-display); font-size: .7rem; font-weight: 700; }
.values-grid h3 { margin-top: 6rem; }
.values-grid p { margin-top: 1rem; color: var(--muted); }
.image-break { position: relative; height: min(72vw, 820px); overflow: hidden; }
.image-break img { width: 100%; height: 100%; object-fit: cover; }
.image-break > div { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: center; gap: clamp(1rem, 6vw, 6rem); padding: 2rem; background: linear-gradient(transparent, rgba(7,25,43,.85)); color: var(--white); font-family: var(--font-display); font-size: clamp(.75rem, 1.5vw, 1.1rem); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.inner-title { padding-bottom: 2rem; }
.inner-title .reveal { max-width: 1040px; }
.service-cards { padding-top: 2rem; }
.service-cards__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.service-card { position: relative; min-height: 590px; overflow: hidden; background: var(--ink); color: var(--white); }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), filter .5s; }
.service-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,16,28,.95), rgba(4,16,28,.05) 75%); content: ""; }
.service-card > div { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: clamp(1.5rem, 4vw, 3rem); }
.service-card > div > p { color: var(--amber); font-size: .67rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.service-card h2 { font-size: clamp(2rem, 3.5vw, 3.8rem); }
.service-card > div > span { display: block; max-width: 500px; margin-top: 1rem; color: #c4d0da; }
.service-card strong { display: inline-block; margin-top: 1.5rem; font-family: var(--font-display); font-size: .8rem; }
.service-card:hover img { transform: scale(1.04); filter: brightness(.75); }
.portfolio-page { padding-top: 2rem; }
.portfolio-page__grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; align-items: start; }
.project-card { position: relative; grid-column: span 6; margin: 0; overflow: hidden; background: var(--ink); }
.project-card--2 { grid-column: span 4; }
.project-card--3 { grid-column: span 8; }
.project-card img { width: 100%; height: clamp(420px, 52vw, 660px); object-fit: cover; transition: transform .7s var(--ease); }
.project-card--2 img { height: clamp(410px, 45vw, 580px); }
.project-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 4rem 1.5rem 1.5rem; background: linear-gradient(transparent, rgba(4,16,28,.9)); color: #fff; }
.project-card figcaption span { color: var(--amber); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.project-card figcaption h2 { margin-top: .3rem; font-size: clamp(1.7rem, 3vw, 3rem); }
.project-card:hover img { transform: scale(1.035); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-list { margin-top: 3rem; border-top: 1px solid var(--line); }
.contact-list a { display: grid; grid-template-columns: 100px 1fr; gap: 1rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--muted); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-list strong { overflow-wrap: anywhere; font-family: var(--font-display); }
.business-hours { margin-top: 2.5rem; }
.business-hours > p { margin-bottom: .8rem; color: var(--blue); font-family: var(--font-display); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.business-hours dl { margin: 0; border-top: 1px solid var(--line); }
.business-hours dl > div { display: flex; justify-content: space-between; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid var(--line); }
.business-hours dt { color: var(--muted); }
.business-hours dd { margin: 0; font-family: var(--font-display); font-weight: 600; }
.contact-page .quote-form { box-shadow: 0 24px 70px rgba(7,25,43,.1); }
.location-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.location h2 { font-size: clamp(2.8rem, 4.6vw, 4.8rem); }
.location address { margin: 2rem 0; color: #b7c7d3; font-style: normal; }
.maps-proof { display: flex; flex-direction: column; margin-bottom: 2rem; }
.maps-proof strong { color: var(--amber); font-family: var(--font-display); font-size: 1.2rem; }
.maps-proof span { color: #9fb0be; font-size: .78rem; }
.location img { width: 100%; height: 620px; object-fit: cover; }
.generic-page { min-height: 60vh; }
.generic-page h1 { margin-bottom: 2.5rem; font-size: clamp(3.8rem, 7vw, 7rem); }

.not-found { min-height: calc(100svh - 106px); display: flex; align-items: center; overflow: hidden; }
.not-found__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.not-found__copy { position: relative; z-index: 1; }
.not-found__code { margin: 0 0 -1.1rem; color: transparent; font-family: var(--font-display); font-size: clamp(7rem, 16vw, 14rem); font-weight: 700; line-height: .72; letter-spacing: -.1em; -webkit-text-stroke: 2px var(--blue); }
.not-found h1 { max-width: 670px; font-size: clamp(3.5rem, 6.5vw, 7rem); }
.not-found .lead { max-width: 590px; margin-top: 2rem; color: var(--muted); }
.not-found__actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.2rem; }
.not-found__visual { position: relative; margin: 0; }
.not-found__visual img { width: 100%; height: clamp(520px, 61vw, 730px); object-fit: cover; filter: saturate(.78) contrast(1.04); }
.not-found__visual::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,16,28,.7), transparent 55%); content: ""; }
.not-found__visual figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 2rem; color: var(--white); }
.not-found__visual figcaption span, .not-found__visual figcaption strong { display: block; }
.not-found__visual figcaption span { margin-bottom: .5rem; color: var(--amber); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.not-found__visual figcaption strong { max-width: 520px; font-family: var(--font-display); font-size: 1.15rem; line-height: 1.35; }
.not-found__mark { position: absolute; z-index: 2; left: -13px; width: 26px; height: 26px; border: 1px solid var(--amber); border-radius: 50%; }
.not-found__mark::before, .not-found__mark::after { position: absolute; background: var(--amber); content: ""; }
.not-found__mark::before { top: 12px; left: -8px; width: 40px; height: 1px; }
.not-found__mark::after { top: -8px; left: 12px; width: 1px; height: 40px; }
.not-found__mark--top { top: 12%; }
.not-found__mark--bottom { bottom: 12%; }

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
    :root { --container: min(100% - 36px, 960px); }
    .primary-nav { gap: 1rem; }
    .primary-nav > a:nth-last-child(2) { display: none; }
    .case-grid, .materials-grid, .faq-grid { gap: 4rem; }
    .service-row { grid-template-columns: 42px 100px 1fr .9fr 32px; }
    .service-row__thumb img { width: 100px; }
    .service-row__preview { display: none; }
    .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 2rem; }
}

@media (max-width: 800px) {
    :root { --container: min(100% - 30px, 700px); --section: 5rem; }
    .topline { display: none; }
    .nav-wrap { min-height: 70px; }
    .brand { width: 136px; }
    .menu-toggle { display: block; margin-left: auto; }
    .header-cta { display: none; }
    .primary-nav { position: absolute; top: 70px; right: 0; left: 0; display: none; max-height: calc(100svh - 70px); align-items: stretch; gap: 0; overflow-y: auto; padding: 1rem 15px 1.5rem; background: var(--paper); border-bottom: 1px solid var(--line); }
    .primary-nav.is-open { display: flex; flex-direction: column; }
    .primary-nav > a, .primary-nav > a:nth-last-child(2), .services-menu__trigger > a { display: block; padding: 1rem 0; border-bottom: 1px solid var(--line); font-size: .95rem; }
    .primary-nav > a::after, .services-menu__trigger > a::after { display: none; }
    .services-menu__trigger { border-bottom: 1px solid var(--line); }
    .services-menu__trigger > a { flex: 1; border-bottom: 0; }
    .services-menu__trigger button { width: 44px; height: 48px; margin-left: auto; }
    .services-menu__panel { position: static; display: none; width: 100%; padding: 0 0 .8rem .65rem; background: transparent; border: 0; box-shadow: none; opacity: 1; transform: none; visibility: visible; transition: none; }
    .services-menu:hover .services-menu__panel, .services-menu:focus-within .services-menu__panel { display: none; transform: none; }
    .services-menu.is-open .services-menu__panel { display: block; transform: none; }
    .services-menu__heading { padding: .7rem 0; }
    .services-menu__grid { grid-template-columns: 1fr; margin-top: 0; }
    .services-menu__grid a { padding: .75rem .45rem; }
    .services-menu__grid a:nth-child(odd) { border-right: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
    .hero, .hero__content { min-height: 790px; }
    .hero__veil { background: linear-gradient(90deg, rgba(4,16,28,.92), rgba(4,16,28,.48)), linear-gradient(0deg, rgba(4,16,28,.7), transparent 50%); }
    .hero__content { justify-content: flex-end; padding-bottom: 2.2rem; }
    .hero__proof { grid-template-columns: 1fr; margin-top: 3rem; }
    .hero__proof > div { padding: .7rem 1rem; }
    .hero__tag { display: none; }
    .intro-grid, .case-grid, .materials-grid, .about-grid, .faq-grid, .quote-card, .service-hero__grid, .service-details__grid, .inner-hero__grid, .story-grid, .contact-grid, .location-grid, .not-found__grid { grid-template-columns: 1fr; }
    .intro-copy { padding-top: 0; }
    .section-heading--row { display: block; }
    .section-heading--row > p { margin-top: 2rem; }
    .service-row { grid-template-columns: 30px 82px 1fr 28px; min-height: 110px; gap: .8rem; }
    .service-row__copy { display: none; }
    .service-row__thumb img { width: 82px; height: 68px; }
    .gallery-card, .gallery-card--tall, .gallery-card--wide { grid-column: span 6; grid-row: auto; }
    .gallery-card img, .gallery-card--tall img, .gallery-card--wide img { min-height: 400px; max-height: 520px; }
    .materials-sticky { position: static; }
    .process-line { grid-template-columns: 1fr 1fr; row-gap: 3rem; }
    .process-line::before { display: none; }
    .process-photos { grid-template-columns: 1fr 1fr; }
    .process-photos figure:last-child { grid-column: 1 / -1; }
    .about-photo img { height: 540px; }
    .quote-card { padding: 2.5rem 1.5rem; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .service-hero__image { order: -1; }
    .service-hero__image img { aspect-ratio: 16/11; }
    .decision-grid { grid-template-columns: 1fr 1fr; }
    .inner-hero figure { order: -1; }
    .inner-hero figure img { height: 520px; }
    .values-grid { grid-template-columns: 1fr; }
    .values-grid article { min-height: 240px; }
    .values-grid h3 { margin-top: 3rem; }
    .location img { height: 500px; }
    .not-found { min-height: auto; }
    .not-found__visual { order: -1; }
    .not-found__visual img { height: 430px; }
    .not-found__code { margin-bottom: -.5rem; }
}

@media (max-width: 560px) {
    :root { --container: calc(100% - 24px); }
    h1 { font-size: clamp(3rem, 16vw, 4.4rem); }
    h2 { font-size: clamp(2.4rem, 12vw, 3.6rem); }
    .hero, .hero__content { min-height: 760px; }
    .hero__media img { object-position: 60% center; }
    .hero__actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
    .hero__proof > div:nth-child(2) { display: none; }
    .service-row__title { font-size: 1.3rem; }
    .gallery-grid { display: block; }
    .gallery-card { margin-bottom: 1rem; }
    .gallery-card img, .gallery-card--tall img, .gallery-card--wide img { min-height: 420px; }
    .process-line { grid-template-columns: 1fr; }
    .material-item { grid-template-columns: 40px 1fr; }
    .intro-visual figcaption { position: relative; width: 100%; }
    .process-photos { display: block; }
    .process-photos figure, .process-photos figure:nth-child(2) { margin: 0 0 .8rem; }
    .process-photos img, .process-photos figure:nth-child(2) img { height: 360px; }
    .materials-photos img { height: 240px; }
    .materials-photos img:last-child { height: 180px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: .5rem; }
    .decision-grid { grid-template-columns: 1fr; }
    .decision-grid article { min-height: 220px; }
    .decision-grid h3 { margin-top: 3rem; }
    .service-hero { padding-top: 2rem; }
    .service-cards__grid { grid-template-columns: 1fr; }
    .service-card { min-height: 520px; }
    .portfolio-page__grid { display: block; }
    .project-card { margin-bottom: 1rem; }
    .project-card img, .project-card--2 img { height: 500px; }
    .contact-list a { grid-template-columns: 1fr; gap: .2rem; }
    .location img { height: 420px; }
    .not-found__actions { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
    .not-found__visual img { height: 360px; }
    .not-found__mark { display: none; }
}

/* Páginas-pilar v2 — quadro de especificação */
.service-masthead { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.service-masthead::before { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; content: ""; }
.service-masthead__grid { position: relative; display: grid; min-height: 690px; grid-template-columns: .86fr 1.14fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; padding-block: clamp(4rem, 8vw, 7rem); }
.service-masthead__title { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; align-items: start; }
.service-masthead__title small { padding-top: .7rem; color: var(--amber); font-family: var(--font-display); font-size: .65rem; font-weight: 700; }
.service-masthead h1 { font-size: clamp(3.6rem, 6.5vw, 7rem); }
.service-masthead__lead { max-width: 650px; margin: 2rem 0 0 71px; color: #bfd0dc; font-size: clamp(1rem, 1.4vw, 1.2rem); }
.service-masthead__copy .hero__actions { margin-left: 71px; }
.service-masthead__board { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 1fr auto; gap: .65rem; }
.service-masthead__main { position: relative; grid-row: 1 / 3; min-height: 520px; margin: 0; overflow: hidden; }
.service-masthead__main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-masthead__main figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 3rem 1rem 1rem; background: linear-gradient(transparent, rgba(4,16,28,.9)); color: var(--amber); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-masthead__uses, .service-masthead__place { padding: 1.2rem; border: 1px solid rgba(255,255,255,.16); background: rgba(16,45,72,.78); }
.service-masthead__uses > span, .service-masthead__place > span { color: #88a3b7; font-size: .58rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.service-masthead__uses ul { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.service-masthead__uses li { padding: .55rem 0; border-top: 1px solid rgba(255,255,255,.13); font-family: var(--font-display); font-size: .72rem; }
.service-masthead__place { display: flex; flex-direction: column; justify-content: flex-end; background: var(--blue); }
.service-masthead__place strong { margin-top: 1.5rem; font-family: var(--font-display); font-size: 1rem; line-height: 1.2; }
.service-masthead__place small { margin-top: .35rem; color: #b9cddd; font-size: .62rem; }
.service-jump { position: sticky; z-index: 60; top: 0; background: var(--amber); color: var(--ink); }
.service-jump__inner { display: flex; min-height: 48px; align-items: center; gap: 2rem; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.service-jump__inner::-webkit-scrollbar { display: none; }
.service-jump span { margin-right: auto; font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-jump a { font-family: var(--font-display); font-size: .66rem; font-weight: 700; }
.service-jump a:hover { text-decoration: underline; }

.service-applications { background: var(--white); border-bottom: 1px solid var(--line); }
.service-applications__grid { display: grid; grid-template-columns: 1fr 1fr; }
.service-applications__intro { padding: clamp(3rem, 6vw, 5.5rem) clamp(3rem, 7vw, 7rem) clamp(3rem, 6vw, 5.5rem) 0; border-right: 1px solid var(--line); }
.service-applications__intro h2 { max-width: 610px; font-size: clamp(2.5rem, 4vw, 4.3rem); }
.service-applications__intro > p:not(.eyebrow) { max-width: 610px; margin-top: 1.5rem; color: var(--muted); }
.service-applications__visual { margin-top: 2.2rem; aspect-ratio: 16/9; }
.application-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; }
.application-list li { display: flex; min-height: 115px; align-items: center; gap: .8rem; padding: 1.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--font-display); font-size: .85rem; font-weight: 600; }
.application-list li span { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; background: var(--amber); color: var(--ink); font-size: .65rem; }

.service-section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; margin-bottom: 4rem; }
.service-section-head h2 { max-width: 850px; font-size: clamp(2.8rem, 4.7vw, 5rem); }
.service-section-head > p { max-width: 440px; color: var(--muted); }
.service-section-head--light > p { color: #9fb0be; }
.variant-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.variant-card { display: flex; min-height: 330px; flex-direction: column; padding: 1.8rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.variant-card > span { color: var(--blue); font-family: var(--font-display); font-size: .66rem; font-weight: 700; }
.variant-card > div { margin-top: auto; }
.service-v2 .variant-card { min-width: 0; min-height: 430px; padding: 0; }
.service-v2 .variant-card figure { aspect-ratio: 4/3; }
.service-v2 .variant-card > div { display: flex; min-height: 190px; flex-direction: column; justify-content: flex-end; margin-top: 0; padding: 1.4rem; }
.variant-card h3 { font-size: 1.55rem; }
.variant-card p { margin-top: 1rem; color: var(--muted); font-size: .85rem; }

.service-specs { padding-block: 0; background: var(--white); }
.service-specs__grid { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 700px; }
.service-specs__grid > * { min-width: 0; }
.service-specs__visual { position: relative; min-height: 620px; margin-left: calc((100vw - var(--container)) / -2); }
.service-specs__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-specs__visual > div { position: absolute; right: 0; bottom: 0; width: min(430px, 84%); padding: 1.5rem; background: var(--ink); color: var(--white); }
.service-specs__visual span, .service-specs__visual strong { display: block; }
.service-specs__visual span { color: var(--amber); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-specs__visual strong { margin-top: .45rem; font-family: var(--font-display); font-size: 1.05rem; line-height: 1.35; }
.service-specs__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 7rem); }
.service-specs__content h2 { font-size: clamp(2.8rem, 4.3vw, 4.6rem); }
.service-specs__content > p:not(.eyebrow) { margin-top: 1.5rem; color: var(--muted); }
.service-specs__content ul { margin: 2rem 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.service-specs__content li { display: flex; gap: .75rem; padding: .9rem 0; border-bottom: 1px solid var(--line); font-size: .8rem; }
.service-specs__content li span { color: var(--blue); }

.service-factors { background: var(--ink); color: var(--white); }
.factor-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.17); border-left: 1px solid rgba(255,255,255,.17); }
.factor-grid article { display: flex; min-width: 0; min-height: 390px; flex-direction: column; padding: 0; border-right: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.factor-grid figure { aspect-ratio: 16/10; }
.factor-grid article > div { display: flex; min-height: 170px; flex: 1; flex-direction: column; padding: 1.25rem; }
.factor-grid h3 { margin-top: auto; font-size: 1.15rem; }
.factor-grid p { margin-top: .8rem; color: #9fb0be; font-size: .76rem; }
.factor-note { display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; margin-top: 1.2rem; padding: 1.2rem; background: var(--blue); }
.factor-note strong { color: var(--amber); font-family: var(--font-display); font-size: .75rem; }
.factor-note span { color: #c5d5e1; font-size: .72rem; }
.factor-note a { font-family: var(--font-display); font-size: .72rem; font-weight: 700; }

.service-gallery__grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 270px 250px; gap: .8rem; }
.service-gallery__item { position: relative; grid-column: span 4; margin: 0; overflow: hidden; background: var(--ink); }
.service-gallery__item--1 { grid-column: span 7; grid-row: span 2; }
.service-gallery__item--2 { grid-column: span 5; }
.service-gallery__item--3 { grid-column: span 5; }
.service-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.service-gallery__item:hover img { transform: scale(1.03); }
.service-gallery__item figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 3rem 1rem 1rem; background: linear-gradient(transparent, rgba(4,16,28,.92)); color: var(--white); }
.service-gallery__item figcaption span, .service-gallery__item figcaption strong { display: block; }
.service-gallery__item figcaption span { color: var(--amber); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-gallery__item figcaption strong { margin-top: .25rem; font-family: var(--font-display); font-size: .86rem; }

.service-flow { background: var(--white); }
.service-flow__head { display: grid; grid-template-columns: .65fr 1.35fr; gap: 4rem; align-items: start; margin-bottom: 3.5rem; }
.service-flow__head h2 { max-width: 820px; font-size: clamp(2.8rem, 4.7vw, 5rem); }
.service-flow__steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.service-flow__steps li { min-height: 240px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-flow__steps li > span { color: var(--blue); font-family: var(--font-display); font-size: .62rem; font-weight: 700; }
.service-flow__steps h3 { margin-top: 3.5rem; font-size: 1.2rem; }
.service-v2 .service-flow__steps li { min-width: 0; min-height: 390px; padding: 0; }
.service-v2 .service-flow__steps figure { aspect-ratio: 4/3; }
.service-v2 .service-flow__steps li > div { min-height: 160px; padding: 1.25rem; }
.service-v2 .service-flow__steps h3 { margin-top: 0; }
.service-flow__steps p { margin-top: .7rem; color: var(--muted); font-size: .78rem; }

.related-services { background: var(--blue); color: var(--white); }
.related-services__head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 3rem; }
.related-services__head h2 { font-size: clamp(2.8rem, 4vw, 4.2rem); }
.related-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; }
.related-card { position: relative; min-height: 400px; overflow: hidden; background: var(--ink); }
.related-card::after { position: absolute; inset: 0; background: linear-gradient(transparent 35%, rgba(4,16,28,.95)); content: ""; }
.related-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.related-card:hover img { transform: scale(1.035); }
.related-card > div { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 1.4rem; }
.related-card span { color: var(--amber); font-size: .6rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.related-card h3 { margin-top: .35rem; font-size: 1.55rem; }
.related-card strong { display: inline-block; margin-top: 1rem; font-family: var(--font-display); font-size: .68rem; }
.service-cta-v2 { padding-block: var(--section); background: var(--amber); }
.service-cta-v2__inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; }
.service-cta-v2__inner p { color: #485767; }
.service-cta-v2__inner h2 { max-width: 930px; font-size: clamp(2.8rem, 4.8vw, 5.2rem); }
.service-cta-v2__inner .button { margin-bottom: .4rem; white-space: nowrap; }

@media (max-width: 1024px) {
    .service-masthead__grid { grid-template-columns: .9fr 1.1fr; gap: 3rem; }
    .service-masthead__lead, .service-masthead__copy .hero__actions { margin-left: 0; }
    .service-masthead__title { grid-template-columns: 1fr; }
    .service-masthead__title small { padding: 0; }
    .service-masthead__board { grid-template-columns: 1.2fr .8fr; }
    .service-specs__content { padding: 3rem; }
}

@media (max-width: 800px) {
    .service-masthead__grid, .service-applications__grid, .service-specs__grid { grid-template-columns: 1fr; }
    .service-masthead__grid { padding-top: 4rem; }
    .service-masthead__board { grid-template-columns: 1fr 1fr; }
    .service-masthead__main { grid-column: 1 / -1; grid-row: auto; min-height: 430px; }
    .service-jump__inner { gap: 1.4rem; }
    .service-jump span { display: none; }
    .service-applications__intro { padding-right: 0; border-right: 0; }
    .service-section-head, .service-flow__head { grid-template-columns: 1fr; gap: 2rem; }
    .variant-grid { grid-template-columns: 1fr; }
    .variant-card { min-height: 230px; }
    .service-v2 .variant-card { min-height: 0; }
    .service-specs__visual { width: 100%; min-height: 520px; margin: 0; }
    .factor-grid, .service-flow__steps { grid-template-columns: 1fr 1fr; }
    .factor-note { grid-template-columns: 1fr; }
    .related-services__grid { grid-template-columns: 1fr 1fr; }
    .related-card:last-child { display: none; }
    .service-cta-v2__inner { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 560px) {
    .service-masthead h1 { font-size: clamp(3.1rem, 15vw, 4.5rem); }
    .service-masthead__board { grid-template-columns: 1fr; }
    .service-masthead__main { min-height: 360px; }
    .service-masthead__uses { display: none; }
    .service-masthead__place { min-height: 130px; }
    .application-list { grid-template-columns: 1fr; }
    .application-list li { min-height: 80px; }
    .service-specs__visual { min-height: 400px; }
    .factor-grid, .service-flow__steps { grid-template-columns: 1fr; }
    .factor-grid article { min-height: 0; }
    .service-gallery__grid { display: block; }
    .service-gallery__item { height: 360px; margin-bottom: .8rem; }
    .service-gallery__item--1 { height: 420px; }
    .related-services__grid { grid-template-columns: 1fr; }
    .related-card { min-height: 360px; }
    .related-card:nth-child(n+3) { display: none; }
}

@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 .reveal { opacity: 1; transform: none; }
}

/* Home v2 — prancha de produção */
.home-v2 { overflow: hidden; }
.studio-hero { position: relative; background: var(--ink); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.15); }
.studio-hero::before { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; content: ""; pointer-events: none; }
.studio-hero__grid { position: relative; display: grid; min-height: 700px; grid-template-columns: .82fr 1.18fr; gap: clamp(2.5rem, 6vw, 6.5rem); align-items: center; padding-block: clamp(4.5rem, 8vw, 7.5rem); }
.studio-hero__copy { position: relative; z-index: 2; }
.studio-hero__copy h1 { max-width: 660px; font-size: clamp(4rem, 6.4vw, 7.1rem); }
.studio-hero__lead { max-width: 620px; margin-top: 1.8rem; color: #bdcbd6; font-size: clamp(1.05rem, 1.45vw, 1.25rem); line-height: 1.55; }
.studio-hero__checks { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; margin: 2.2rem 0 0; padding: 0; color: #d5e0e8; font-family: var(--font-display); font-size: .75rem; font-weight: 700; list-style: none; }
.studio-hero__checks li { display: flex; align-items: center; gap: .45rem; }
.studio-hero__checks li::before { width: 7px; height: 7px; background: var(--amber); content: ""; }
.studio-hero__board { display: grid; min-width: 0; grid-template-columns: repeat(12, 1fr); grid-template-rows: 220px 210px 160px; gap: .65rem; }
.project-tile { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--ink-2); }
.project-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.project-tile:hover img { transform: scale(1.025); }
.project-tile figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 2.7rem 1rem .9rem; background: linear-gradient(transparent, rgba(4,16,28,.9)); }
.project-tile figcaption span, .project-tile figcaption strong { display: block; }
.project-tile figcaption span { color: var(--amber); font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.project-tile figcaption strong { margin-top: .15rem; font-family: var(--font-display); font-size: .9rem; }
.project-tile--main { grid-column: 1 / 8; grid-row: 1 / 4; }
.project-tile--main img { object-position: center; }
.project-tile--wide { grid-column: 8 / 13; grid-row: 1 / 3; }
.project-tile--proof, .project-tile--since { display: flex; grid-row: 3; flex-direction: column; justify-content: flex-end; padding: 1.15rem; }
.project-tile--proof { grid-column: 8 / 11; background: var(--amber); color: var(--ink); }
.project-tile--proof b { position: absolute; top: .8rem; right: .9rem; font-size: 1.2rem; }
.project-tile__rating { font-family: var(--font-display); font-size: 2.4rem; font-weight: 700; line-height: .9; letter-spacing: -.06em; }
.project-tile--proof strong { font-family: var(--font-display); font-size: .75rem; }
.project-tile--proof small, .project-tile--since small { margin-top: .45rem; font-size: .59rem; line-height: 1.35; }
.project-tile--since { grid-column: 11 / 13; background: var(--blue); }
.project-tile--since span { color: #9ec2dc; font-size: .6rem; text-transform: uppercase; letter-spacing: .1em; }
.project-tile--since strong { color: var(--white); font-family: var(--font-display); font-size: 2rem; line-height: 1; }
.project-tile--since small { color: #bed0dd; }
.studio-hero__ribbon { position: relative; display: flex; justify-content: center; gap: clamp(1.5rem, 4vw, 4.5rem); padding: .85rem 1rem; overflow: hidden; background: var(--amber); color: var(--ink); font-family: var(--font-display); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.studio-hero__ribbon span::before { margin-right: clamp(1.5rem, 4vw, 4.5rem); content: "✦"; }
.studio-hero__ribbon span:first-child::before { display: none; }

.need-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.need-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.need-strip__grid > div { display: flex; min-height: 152px; flex-direction: column; padding: 1.7rem; border-left: 1px solid var(--line); }
.need-strip__grid > div:last-child { border-right: 1px solid var(--line); }
.need-strip span { color: var(--blue); font-family: var(--font-display); font-size: .63rem; font-weight: 700; }
.need-strip strong { margin-top: auto; font-family: var(--font-display); font-size: 1.02rem; line-height: 1.25; }
.need-strip a { margin-top: .35rem; color: var(--muted); font-size: .7rem; }
.need-strip a:hover { color: var(--blue); }

.editorial-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; margin-bottom: 4.5rem; }
.editorial-heading h2 { max-width: 860px; font-size: clamp(3rem, 5.3vw, 5.8rem); }
.editorial-heading__aside { max-width: 390px; padding-bottom: .5rem; color: var(--muted); }
.editorial-heading__aside .text-link { margin-top: 1rem; }
.editorial-heading--light .editorial-heading__aside { color: #9fb0be; }
.solution-board { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.solution-card { display: grid; min-height: 390px; grid-template-columns: .92fr 1.08fr; background: var(--white); border: 1px solid var(--line); transition: transform .3s var(--ease), box-shadow .3s; }
.solution-card:first-child, .solution-card:nth-child(4) { grid-column: 1 / -1; grid-template-columns: 1.08fr .92fr; }
.solution-card:hover { z-index: 1; transform: translateY(-5px); box-shadow: 0 18px 55px rgba(7,25,43,.11); }
.solution-card__media { position: relative; min-height: 280px; overflow: hidden; background: var(--ink); }
.solution-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.solution-card:hover .solution-card__media img { transform: scale(1.035); }
.solution-card__media > span { position: absolute; top: .9rem; left: .9rem; display: grid; width: 34px; height: 34px; place-items: center; background: var(--amber); color: var(--ink); font-family: var(--font-display); font-size: .63rem; font-weight: 700; }
.solution-card__body { display: flex; flex-direction: column; padding: clamp(1.4rem, 2.7vw, 2.4rem); }
.solution-card__body > p { margin-bottom: .6rem; color: var(--blue); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.solution-card__body h3 { font-size: clamp(1.7rem, 2.5vw, 2.6rem); }
.solution-card__body > span { display: block; margin-top: .8rem; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.solution-card__body ul { display: flex; flex-wrap: wrap; gap: .35rem; margin: 1.2rem 0; padding: 0; list-style: none; }
.solution-card__body li { padding: .25rem .45rem; background: var(--paper); border: 1px solid var(--line); color: var(--muted); font-size: .59rem; line-height: 1.25; }
.solution-card__body > strong { display: flex; justify-content: space-between; margin-top: auto; padding-top: .8rem; border-top: 1px solid var(--line); font-family: var(--font-display); font-size: .72rem; }

.product-catalog { background: var(--blue); color: var(--white); }
.product-catalog__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.product-catalog__intro { position: sticky; top: 2rem; }
.product-catalog__intro h2 { font-size: clamp(3rem, 4.6vw, 4.8rem); }
.product-catalog__intro > p:not(.eyebrow) { margin-top: 1.5rem; color: #c2d4e1; }
.catalog-tags { display: flex; flex-wrap: wrap; gap: .45rem; margin: 2rem 0; }
.catalog-tags span { padding: .35rem .6rem; border: 1px solid rgba(255,255,255,.25); color: #d7e5ee; font-size: .64rem; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }
.product-card { background: var(--white); color: var(--ink); transition: transform .3s var(--ease); }
.product-card:hover { transform: translateY(-5px); }
.product-card img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #eef1f3; }
.product-card > div { position: relative; min-height: 142px; padding: 1rem 2rem 1rem 1rem; }
.product-card h3 { font-size: 1.05rem; }
.product-card p { margin-top: .45rem; color: var(--muted); font-size: .68rem; line-height: 1.4; }
.product-card > div > span { position: absolute; right: .8rem; bottom: .8rem; color: var(--blue); }

.work-showcase { background: var(--ink); color: var(--white); }
.work-mosaic { display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: 280px 260px; gap: .8rem; }
.work-card { position: relative; grid-column: span 3; margin: 0; overflow: hidden; background: var(--ink-2); }
.work-card--landscape { grid-column: span 7; }
.work-card--portrait { grid-column: span 5; grid-row: span 2; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.work-card:hover img { transform: scale(1.03); }
.work-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 3rem 1rem 1rem; background: linear-gradient(transparent, rgba(4,16,28,.92)); }
.work-card figcaption span, .work-card figcaption strong { display: block; }
.work-card figcaption span { color: var(--amber); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.work-card figcaption strong { margin-top: .2rem; font-family: var(--font-display); font-size: .9rem; }

.material-guide__head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; align-items: end; margin-bottom: 3.5rem; }
.material-guide__head h2 { max-width: 780px; font-size: clamp(3rem, 5vw, 5.3rem); }
.material-guide__head > p { max-width: 460px; color: var(--muted); }
.material-matrix { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.material-matrix article { min-height: 285px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.material-swatch { display: block; width: 100%; height: 9px; margin-bottom: 2.7rem; }
.material-swatch--acm { background: #929da5; }
.material-swatch--acrylic { background: linear-gradient(90deg, #d7f5ff, #48bce7); }
.material-swatch--pvc { background: #e5e8ea; border: 1px solid #c8cfd4; }
.material-swatch--vinyl { background: linear-gradient(90deg, #e40079, #00a9df, #ffd81a); }
.material-swatch--canvas { background: #d7cfc0; }
.material-swatch--led { background: var(--amber); box-shadow: 0 0 15px rgba(255,189,49,.7); }
.material-matrix h3 { font-size: 1.45rem; }
.material-matrix p { margin-top: .7rem; color: var(--muted); font-size: .8rem; }
.material-matrix small, .material-matrix strong { display: block; }
.material-matrix small { margin-top: 1.3rem; color: var(--blue); font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.material-matrix strong { margin-top: .2rem; font-family: var(--font-display); font-size: .7rem; }
.material-guide__cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1.5rem; padding: 1.5rem; background: var(--white); border-left: 5px solid var(--amber); }
.material-guide__cta p { margin: 0; }

.trust-section { background: var(--blue); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 10vw, 10rem); }
.trust-story h2 { font-size: clamp(3rem, 4.7vw, 5rem); }
.trust-story > p:not(.eyebrow) { margin-top: 2rem; color: #c3d5e1; }
.trust-story .text-link { margin-top: 1rem; }
.trust-story__visual { margin-top: 2rem; aspect-ratio: 16/9; }
.testimonial-stack { border-top: 1px solid rgba(255,255,255,.22); }
.testimonial-stack blockquote { display: grid; grid-template-columns: 1fr 160px; gap: 2rem; margin: 0; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.testimonial-stack blockquote p { margin: 0; font-family: var(--font-display); font-size: 1.05rem; line-height: 1.4; }
.testimonial-stack footer strong, .testimonial-stack footer span { display: block; }
.testimonial-stack footer strong { color: var(--amber); font-size: .75rem; }
.testimonial-stack footer span { color: #9fbdd1; font-size: .62rem; }
.testimonial-stack > a { display: inline-block; margin-top: 1.5rem; color: var(--amber); font-family: var(--font-display); font-size: .75rem; font-weight: 700; }

.process-v2__heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 4rem; align-items: start; margin-bottom: 3.5rem; }
.process-v2__heading h2 { max-width: 840px; font-size: clamp(3rem, 5vw, 5.2rem); }
.process-v2__steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); list-style: none; }
.process-v2__steps li { display: flex; min-width: 0; min-height: 430px; flex-direction: column; padding: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-v2__steps figure { aspect-ratio: 4/3; }
.process-v2__steps li > div { display: flex; min-height: 190px; flex-direction: column; justify-content: flex-end; padding: 1.25rem; }
.process-v2__steps h3 { font-size: 1.35rem; }
.process-v2__steps p { margin-top: .8rem; color: var(--muted); font-size: .8rem; }
.process-v2__steps small { color: var(--blue); font-size: .6rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.region-section { padding-block: var(--section); background: #04101c; color: var(--white); }
.region-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 10vw, 10rem); align-items: center; }
.region-map { position: relative; min-height: 430px; background: var(--ink-2); border: 1px solid rgba(255,255,255,.16); overflow: hidden; }
.region-map::before, .region-map::after { position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.08); content: ""; transform: rotate(12deg); }
.region-map::after { inset: 24%; transform: rotate(-18deg); }
.region-map > span { position: absolute; top: 50%; left: 50%; color: rgba(255,255,255,.07); font-family: var(--font-display); font-size: 11rem; font-weight: 700; line-height: 1; transform: translate(-50%,-50%); }
.region-map i { position: absolute; z-index: 2; top: 58%; left: 47%; width: 18px; height: 18px; background: var(--amber); border: 5px solid rgba(255,189,49,.25); border-radius: 50%; background-clip: padding-box; }
.region-map b { position: absolute; z-index: 2; top: calc(58% + 24px); left: 47%; color: #d2dee7; font-family: var(--font-display); font-size: .68rem; line-height: 1.3; }
.region-map--google { min-height: 500px; background: #dce3e8; }
.region-map--google::before, .region-map--google::after { display: none; }
.region-map--google iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.region-map__route { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; display: flex; min-width: 220px; flex-direction: column; padding: .9rem 1rem; background: var(--ink); color: var(--white); box-shadow: 0 12px 35px rgba(4,16,28,.25); }
.region-map__route span { font-family: var(--font-display); font-size: .78rem; font-weight: 700; }
.region-map__route small { margin-top: .2rem; color: var(--amber); font-size: .6rem; }
.region-copy h2 { font-size: clamp(3rem, 4.7vw, 5rem); }
.region-copy > p:not(.eyebrow) { max-width: 650px; margin-top: 2rem; color: #aebfcd; }
.region-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2rem; }
.quote-card--v2 { background: var(--amber); color: var(--ink); }
.quote-card--v2 .eyebrow--light { color: var(--blue); }
.quote-card--v2 .quote-copy > p:not(.eyebrow) { color: #354759; }
.quote-card--v2 .quote-contact span { color: #526474; }
.quote-card--v2 .quote-contact a { color: var(--blue); }

@media (max-width: 1024px) {
    .studio-hero__grid { grid-template-columns: .9fr 1.1fr; gap: 2.5rem; }
    .studio-hero__board { grid-template-rows: 190px 180px 145px; }
    .solution-card { grid-template-columns: 1fr; }
    .solution-card:first-child, .solution-card:nth-child(4) { grid-template-columns: .95fr 1.05fr; }
    .product-catalog__grid { grid-template-columns: .75fr 1.25fr; gap: 3rem; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
    .studio-hero__grid, .product-catalog__grid, .trust-grid, .region-grid { grid-template-columns: 1fr; }
    .studio-hero__grid { padding-top: 4rem; }
    .studio-hero__board { grid-template-rows: 230px 210px 145px; }
    .studio-hero__ribbon { justify-content: flex-start; }
    .need-strip__grid { grid-template-columns: 1fr 1fr; }
    .need-strip__grid > div:nth-child(2) { border-right: 1px solid var(--line); }
    .editorial-heading, .material-guide__head, .process-v2__heading { grid-template-columns: 1fr; gap: 2rem; }
    .solution-board { grid-template-columns: 1fr; }
    .solution-card, .solution-card:first-child, .solution-card:nth-child(4) { grid-column: auto; grid-template-columns: .9fr 1.1fr; }
    .product-catalog__intro { position: static; }
    .work-mosaic { grid-template-rows: 300px 260px 260px; }
    .work-card { grid-column: span 6; }
    .work-card--landscape { grid-column: 1 / -1; }
    .work-card--portrait { grid-column: span 6; grid-row: span 2; }
    .material-matrix { grid-template-columns: 1fr 1fr; }
    .process-v2__steps { grid-template-columns: 1fr 1fr; }
    .region-map { min-height: 340px; }
    .region-map--google { min-height: 430px; }
}

@media (max-width: 560px) {
    .studio-hero__copy h1 { font-size: clamp(3.2rem, 15vw, 4.6rem); }
    .studio-hero__board { grid-template-rows: 260px 150px 130px; }
    .project-tile--main { grid-column: 1 / 13; grid-row: 1; }
    .project-tile--wide { grid-column: 1 / 8; grid-row: 2; }
    .project-tile--proof { grid-column: 8 / 13; grid-row: 2; }
    .project-tile--since { grid-column: 1 / 13; grid-row: 3; }
    .need-strip__grid { grid-template-columns: 1fr; }
    .need-strip__grid > div { min-height: 125px; border-right: 1px solid var(--line); }
    .solution-card, .solution-card:first-child, .solution-card:nth-child(4) { grid-template-columns: 1fr; }
    .solution-card__media { min-height: 240px; }
    .product-grid { grid-template-columns: 1fr 1fr; }
    .product-card > div { min-height: 132px; padding: .8rem 1.4rem .8rem .8rem; }
    .work-mosaic { display: block; }
    .work-card { height: 360px; margin-bottom: .8rem; }
    .work-card--landscape { height: 260px; }
    .material-matrix, .process-v2__steps { grid-template-columns: 1fr; }
    .material-matrix article { min-height: 230px; }
    .process-v2__steps li { min-height: 0; }
    .material-guide__cta, .region-actions { align-items: flex-start; flex-direction: column; }
    .testimonial-stack blockquote { grid-template-columns: 1fr; gap: .8rem; }
    .region-map > span { font-size: 8rem; }
    .region-map--google { min-height: 390px; }
    .region-map__route { right: .7rem; bottom: .7rem; left: .7rem; min-width: 0; }
}

/* Institutional v2 — caderno de projeto e oficina */
.institutional-v2 { overflow: hidden; }
.institutional-hero,
.catalog-hero,
.portfolio-hero-v2,
.contact-hero-v2 { position: relative; background: var(--ink); color: var(--white); }
.institutional-hero::before,
.catalog-hero::before,
.portfolio-hero-v2::before,
.contact-hero-v2::before { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 72px 72px; content: ""; pointer-events: none; }
.institutional-hero__grid,
.catalog-hero__grid,
.portfolio-hero-v2__grid,
.contact-hero-v2__grid { position: relative; display: grid; min-height: 680px; padding-block: clamp(4.5rem, 8vw, 7.5rem); }

.institutional-hero__grid { grid-template-columns: .88fr 1.12fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.institutional-hero__copy h1 { max-width: 760px; font-size: clamp(4rem, 6.8vw, 7.3rem); }
.institutional-hero__copy > p:not(.eyebrow) { max-width: 610px; margin-top: 1.8rem; color: #bdcbd6; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.institutional-hero__board { display: grid; min-width: 0; grid-template-columns: 1.3fr .7fr; grid-template-rows: 1fr 1fr; gap: .7rem; }
.institutional-hero__board figure { position: relative; grid-row: 1 / 3; min-height: 540px; margin: 0; overflow: hidden; background: var(--ink-2); }
.institutional-hero__board figure::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,16,28,.8), transparent 50%); content: ""; }
.institutional-hero__board img { width: 100%; height: 100%; object-fit: cover; }
.institutional-hero__board figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 1.2rem; color: var(--white); font-family: var(--font-display); font-size: .72rem; font-weight: 700; }
.institutional-hero__board > div { display: flex; min-height: 0; flex-direction: column; justify-content: flex-end; padding: 1.4rem; background: var(--amber); color: var(--ink); }
.institutional-hero__board > div:last-child { background: var(--blue); color: var(--white); }
.institutional-hero__board span,
.institutional-hero__board small { display: block; font-size: .62rem; line-height: 1.4; }
.institutional-hero__board span { margin-bottom: auto; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.institutional-hero__board strong { font-family: var(--font-display); font-size: clamp(2.1rem, 4vw, 4.6rem); line-height: .88; letter-spacing: -.07em; }
.institutional-hero__board > div:last-child strong { font-size: clamp(1.4rem, 2.2vw, 2.35rem); line-height: 1.05; letter-spacing: -.04em; }
.institutional-hero__board small { margin-top: .7rem; max-width: 150px; }

.history-section { background: var(--white); }
.history-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(4rem, 10vw, 10rem); align-items: start; }
.history-title { position: sticky; top: 3rem; }
.history-title h2 { max-width: 560px; font-size: clamp(3rem, 4.6vw, 4.9rem); }
.history-copy { max-width: 760px; color: var(--muted); }
.history-copy .lead { color: var(--ink); }
.history-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin: 3.2rem 0 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.history-facts > div { min-height: 155px; padding: 1.2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.history-facts dt { color: var(--blue); font-family: var(--font-display); font-size: clamp(1.65rem, 2.7vw, 2.6rem); font-weight: 700; letter-spacing: -.05em; }
.history-facts dd { margin: 2.2rem 0 0; color: var(--muted); font-size: .69rem; line-height: 1.35; }

.about-work { background: var(--ink); color: var(--white); }
.about-work__mosaic { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 245px 245px; gap: .75rem; }
.about-work__mosaic figure { position: relative; margin: 0; overflow: hidden; background: var(--ink-2); }
.about-work__mosaic figure:first-child { grid-row: 1 / 3; }
.about-work__mosaic figure::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,16,28,.72), transparent 52%); content: ""; }
.about-work__mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.about-work__mosaic figure:hover img { transform: scale(1.025); }
.about-work__mosaic figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 1rem; color: var(--white); font-family: var(--font-display); font-size: .72rem; font-weight: 700; }
.values-v2 { background: var(--paper); }
.values-v2 .variant-card { min-width: 0; min-height: 430px; padding: 0; }
.values-v2 .variant-card figure { aspect-ratio: 4/3; }
.values-v2 .variant-card > div { display: flex; min-height: 190px; flex-direction: column; justify-content: flex-end; margin-top: 0; padding: 1.4rem; }

.catalog-hero__grid { grid-template-columns: 1fr .78fr; gap: clamp(4rem, 10vw, 10rem); align-items: end; }
.catalog-hero h1 { max-width: 840px; font-size: clamp(4rem, 7vw, 7.6rem); }
.catalog-hero__grid > div:first-child > p:not(.eyebrow) { max-width: 610px; margin-top: 2rem; color: #bdcbd6; font-size: 1.1rem; }
.catalog-hero__index { border-top: 1px solid rgba(255,255,255,.24); }
.catalog-hero__index > span { display: block; padding: .8rem 0; color: var(--amber); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.catalog-hero__index > div { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.14); }
.catalog-hero__index small { color: #8296a7; font-family: var(--font-display); font-size: .6rem; }
.catalog-hero__index strong { font-family: var(--font-display); font-size: .78rem; line-height: 1.3; }
.solutions-v2 { background: var(--paper); }

.portfolio-hero-v2__grid { grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.portfolio-hero-v2 h1 { max-width: 730px; font-size: clamp(4rem, 6.9vw, 7.4rem); }
.portfolio-hero-v2__grid > div > p:not(.eyebrow) { max-width: 580px; margin-top: 2rem; color: #bdcbd6; font-size: 1.1rem; }
.portfolio-hero-v2 figure { position: relative; height: 530px; margin: 0; overflow: hidden; }
.portfolio-hero-v2 figure::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,16,28,.77), transparent 55%); content: ""; }
.portfolio-hero-v2 figure img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-hero-v2 figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 1rem; color: var(--amber); font-family: var(--font-display); font-size: .67rem; font-weight: 700; }
.portfolio-v2 { background: var(--paper); }
.portfolio-v2__grid { display: grid; grid-auto-flow: dense; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 115px; gap: .85rem; }
.portfolio-v2__item { position: relative; grid-column: span 6; grid-row: span 4; margin: 0; overflow: hidden; background: var(--ink-2); }
.portfolio-v2__item--2 { grid-column: span 4; grid-row: span 3; }
.portfolio-v2__item--3 { grid-column: span 8; grid-row: span 4; }
.portfolio-v2__item--4 { grid-column: span 4; grid-row: span 4; }
.portfolio-v2__item::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,16,28,.92), transparent 62%); content: ""; transition: background .35s; }
.portfolio-v2__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.portfolio-v2__item:hover img { transform: scale(1.03); }
.portfolio-v2__item figcaption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; padding: 1.25rem; color: var(--white); }
.portfolio-v2__item figcaption span { color: var(--amber); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.portfolio-v2__item h2 { margin-top: .25rem; font-size: clamp(1.45rem, 2.6vw, 2.7rem); }
.portfolio-categories { padding-block: clamp(3rem, 6vw, 5rem); background: var(--blue); color: var(--white); }
.portfolio-categories__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.portfolio-categories a { position: relative; display: flex; min-height: 150px; flex-direction: column; padding: 1.2rem 3rem 1.2rem 1.2rem; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); transition: background .25s var(--ease); }
.portfolio-categories a:hover { background: var(--ink); }
.portfolio-categories span { color: #a9c3d7; font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }
.portfolio-categories strong { margin-top: auto; font-family: var(--font-display); font-size: 1rem; line-height: 1.25; }
.portfolio-categories b { position: absolute; right: 1.1rem; bottom: 1.1rem; color: var(--amber); }

.contact-hero-v2__grid { grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.contact-hero-v2__copy h1 { max-width: 740px; font-size: clamp(4rem, 6.8vw, 7.3rem); }
.contact-hero-v2__copy > p:not(.eyebrow) { max-width: 610px; margin-top: 2rem; color: #bdcbd6; font-size: 1.08rem; }
.contact-channels { margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.2); }
.contact-channels a { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 1rem; padding: .95rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-channels span { color: #8fa4b5; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-channels strong { overflow-wrap: anywhere; color: var(--white); font-family: var(--font-display); font-size: .88rem; }
.contact-hero-v2 .quote-form { position: relative; z-index: 1; padding: clamp(1.6rem, 3.5vw, 3.2rem); box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.contact-hero-v2 .quote-form > p { margin-bottom: .4rem; color: var(--blue); font-family: var(--font-display); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-location-v2 { background: var(--white); }
.contact-location-v2__grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(4rem, 9vw, 9rem); align-items: center; }
.contact-location-v2 figure { position: relative; min-width: 0; margin: 0; }
.contact-location-v2 figure img { width: 100%; height: 650px; object-fit: cover; }
.contact-location-v2 figcaption { position: absolute; right: 0; bottom: 0; padding: .8rem 1rem; background: var(--amber); color: var(--ink); font-family: var(--font-display); font-size: .65rem; font-weight: 700; }
.contact-location-v2 h2 { max-width: 640px; font-size: clamp(3rem, 4.7vw, 5rem); }
.contact-location-v2 address { margin: 2rem 0; color: var(--muted); font-style: normal; }
.location-proof { display: flex; flex-direction: column; margin-bottom: 1.7rem; padding-left: 1rem; border-left: 4px solid var(--amber); }
.location-proof strong { color: var(--blue); font-family: var(--font-display); font-size: 1.15rem; }
.location-proof span { color: var(--muted); font-size: .7rem; }
.contact-hours { margin: 2.5rem 0 0; border-top: 1px solid var(--line); }
.contact-hours > div { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem 0; border-bottom: 1px solid var(--line); }
.contact-hours dt { color: var(--muted); font-size: .76rem; }
.contact-hours dd { margin: 0; font-family: var(--font-display); font-size: .76rem; font-weight: 700; }

.generic-v2 { min-height: 65vh; background: var(--white); }
.generic-v2 h1 { margin-bottom: 2.7rem; font-size: clamp(3.8rem, 7vw, 7.4rem); }
.generic-v2 .content-narrow > *:not(.eyebrow):not(h1) { max-width: 720px; }
.generic-v2 .content-narrow > h2 { margin: 3rem 0 1.2rem; font-size: clamp(2rem, 4vw, 3.7rem); }
.generic-v2 .content-narrow > h3 { margin: 2.2rem 0 1rem; }

@media (max-width: 1024px) {
    .institutional-hero__grid { grid-template-columns: .8fr 1.2fr; gap: 2.5rem; }
    .institutional-hero__board figure { min-height: 480px; }
    .catalog-hero__grid { grid-template-columns: 1.1fr .9fr; gap: 4rem; }
    .portfolio-v2__grid { grid-auto-rows: 100px; }
    .contact-hero-v2__grid { gap: 3rem; }
}

@media (max-width: 800px) {
    .institutional-hero__grid,
    .catalog-hero__grid,
    .portfolio-hero-v2__grid,
    .contact-hero-v2__grid,
    .history-grid,
    .contact-location-v2__grid { grid-template-columns: 1fr; }
    .institutional-hero__grid,
    .catalog-hero__grid,
    .portfolio-hero-v2__grid,
    .contact-hero-v2__grid { min-height: 0; }
    .institutional-hero__board { grid-template-rows: 230px 150px; }
    .institutional-hero__board figure { min-height: 0; }
    .institutional-hero__board > div { min-height: 150px; }
    .history-title { position: static; }
    .about-work__mosaic { grid-template-rows: 220px 220px; }
    .catalog-hero__index { margin-top: 1rem; }
    .portfolio-hero-v2 figure { height: 480px; }
    .portfolio-v2__grid { grid-auto-rows: 90px; }
    .portfolio-v2__item,
    .portfolio-v2__item--3 { grid-column: span 8; }
    .portfolio-v2__item--2,
    .portfolio-v2__item--4 { grid-column: span 4; }
    .portfolio-categories__grid { grid-template-columns: repeat(2, 1fr); }
    .contact-location-v2 figure { order: 2; }
    .contact-location-v2 figure img { height: 520px; }
}

@media (max-width: 560px) {
    .institutional-hero__grid,
    .catalog-hero__grid,
    .portfolio-hero-v2__grid,
    .contact-hero-v2__grid { padding-block: 4rem; }
    .institutional-hero__copy h1,
    .catalog-hero h1,
    .portfolio-hero-v2 h1,
    .contact-hero-v2__copy h1 { font-size: clamp(3.15rem, 15vw, 4.6rem); }
    .institutional-hero__board { grid-template-columns: 1fr 1fr; grid-template-rows: 310px 150px; }
    .institutional-hero__board figure { grid-column: 1 / -1; grid-row: 1; }
    .institutional-hero__board > div { min-height: 150px; }
    .institutional-hero__board strong { font-size: 2.2rem; }
    .institutional-hero__board > div:last-child strong { font-size: 1.35rem; }
    .history-facts { grid-template-columns: 1fr; }
    .history-facts > div { min-height: 118px; }
    .history-facts dd { margin-top: 1rem; }
    .about-work__mosaic { display: block; }
    .about-work__mosaic figure { height: 260px; margin-bottom: .7rem; }
    .about-work__mosaic figure:first-child { height: 390px; }
    .catalog-hero__index > div { grid-template-columns: 34px 1fr; }
    .portfolio-hero-v2 figure { height: 390px; }
    .portfolio-v2__grid { display: block; }
    .portfolio-v2__item { height: 390px; margin-bottom: .75rem; }
    .portfolio-v2__item:nth-child(3n+2) { height: 290px; }
    .portfolio-categories__grid { grid-template-columns: 1fr; }
    .portfolio-categories a { min-height: 120px; }
    .contact-channels a { grid-template-columns: 78px minmax(0, 1fr); }
    .contact-hero-v2 .quote-form { padding: 1.35rem; }
    .contact-location-v2 figure img { height: 390px; }
    .contact-hours > div { align-items: flex-start; flex-direction: column; gap: .15rem; }
}
