/*
Theme Name: ANSIL
Theme URI: https://ansilcorp.com
Author: ArgotesIA
Description: Portafolio autoadministrable para ANSIL Corp.
Version: 2.0.0
Text Domain: ansil_theme
*/

:root {
	--yellow: oklch(97.5% 0.168 106.4);
	--ink: oklch(17.5% 0.012 107);
	--graphite: oklch(27% 0.012 107);
	--steel: oklch(75% 0.006 107);
	--paper: oklch(97% 0.008 107);
	--paper-warm: oklch(94.5% 0.014 107);
	--muted: oklch(67% 0.008 107);
	--line-dark: oklch(42% 0.01 107 / 0.62);
	--line-light: oklch(82% 0.008 107 / 0.55);
	--display: "Barlow Condensed", "Arial Narrow", sans-serif;
	--body: "Public Sans", Arial, sans-serif;
	--shell: min(1320px, calc(100vw - 48px));
	--section: clamp(5rem, 9vw, 8.5rem);
	--ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; -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, select, textarea { font: inherit; }
button { color: inherit; }
address { font-style: normal; }
::selection { background: var(--yellow); color: var(--ink); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: var(--section); }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; background: var(--yellow); color: var(--ink); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; border-bottom: 1px solid transparent; transition: background 180ms ease, border-color 180ms ease; }
.site-header.is-scrolled { background: oklch(17.5% 0.012 107 / 0.96); border-color: var(--line-dark); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { position: relative; z-index: 2; display: block; width: 180px; isolation: isolate; }
.brand::before { content: ""; position: absolute; right: -3px; bottom: -2px; left: 3px; z-index: 0; height: 30%; border-radius: 1px; background: var(--paper-warm); }
.brand img { position: relative; z-index: 1; width: 100%; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 2.8vw, 44px); font-family: var(--display); font-size: 1.05rem; font-weight: 700; letter-spacing: .055em; text-transform: uppercase; }
.site-nav > a:not(.button) { position: relative; padding-block: 8px; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 1px; left: 0; height: 1px; background: var(--yellow); transform: scaleX(0); transform-origin: right; transition: transform 200ms var(--ease); }
.site-nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; border: 1px solid var(--yellow); border-radius: 2px; background: var(--yellow); color: var(--ink); padding: 13px 22px; font-family: var(--display); font-size: 1.08rem; font-weight: 800; line-height: 1; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; box-shadow: 0 0 0 0 var(--paper); transition: transform 160ms var(--ease), box-shadow 160ms var(--ease), background 160ms ease; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--paper); }
.button--small { min-height: 42px; padding: 10px 16px; font-size: .95rem; }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid currentColor; padding-block: 4px; font-family: var(--display); font-size: 1.1rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.text-link span { color: var(--yellow); transition: transform 160ms var(--ease); }
.text-link:hover span { transform: translate(3px, -3px); }

.hero { overflow: hidden; padding-top: 84px; background: var(--ink); }
.hero-grid { min-height: calc(100svh - 84px); display: grid; grid-template-columns: minmax(0, 5fr) minmax(450px, 7fr); align-items: center; gap: clamp(40px, 5vw, 84px); padding-block: clamp(50px, 7vw, 96px); }
.eyebrow, .section-index { margin: 0 0 28px; color: var(--yellow); font-family: var(--display); font-size: .92rem; font-weight: 700; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 18px; }
.eyebrow::before { content: ""; width: 46px; height: 1px; background: var(--yellow); }
.hero h1, .archive-hero h1, .single-project__header h1 { margin: 0; max-width: 760px; font-family: var(--display); font-size: clamp(4rem, 8vw, 8.6rem); font-weight: 800; letter-spacing: -.035em; line-height: .78; text-transform: uppercase; }
.hero h1 em, .archive-hero h1 em { display: inline-block; color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 630px; margin: 38px 0 0; color: oklch(83% 0.008 107); font-size: clamp(1.06rem, 1.6vw, 1.32rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.proof-row { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 610px; margin-top: clamp(54px, 8vh, 92px); border-top: 1px solid var(--line-dark); }
.proof-row > div { display: flex; align-items: center; gap: 12px; padding: 18px 16px 0 0; }
.proof-row > div + div { padding-left: 20px; border-left: 1px solid var(--line-dark); }
.proof-row strong { color: var(--yellow); font-family: var(--display); font-size: 2.4rem; line-height: 1; }
.proof-row span { color: var(--steel); font-size: .74rem; font-weight: 600; letter-spacing: .07em; line-height: 1.3; text-transform: uppercase; }
.hero-media { position: relative; min-height: 650px; }
.hero-photo { position: absolute; margin: 0; overflow: hidden; background: var(--graphite); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.04); }
.hero-photo figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; gap: 12px; background: var(--yellow); color: var(--ink); padding: 10px 14px; font-family: var(--display); font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.hero-photo--main { inset: 0 5% 8% 12%; }
.hero-photo--detail { right: 0; bottom: 0; width: 39%; aspect-ratio: 1; border: 8px solid var(--ink); }
.hero-photo--detail figcaption { background: var(--ink); color: var(--paper); font-size: .72rem; }
.ticker { border-block: 1px solid var(--line-dark); background: var(--graphite); color: var(--yellow); overflow: hidden; font-family: var(--display); font-size: clamp(1.15rem, 1.8vw, 1.65rem); font-weight: 700; letter-spacing: .055em; line-height: 1; white-space: nowrap; }
.ticker div { width: max-content; padding: 16px 0; animation: marquee 30s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-heading { display: grid; grid-template-columns: 3fr 9fr; align-items: start; gap: 40px; margin-bottom: clamp(48px, 7vw, 90px); }
.section-heading h2, .portfolio-heading h2, .about-copy h2, .contact-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(3.1rem, 5.8vw, 6.1rem); font-weight: 700; letter-spacing: -.03em; line-height: .9; text-transform: uppercase; }
.section-heading > div > p { max-width: 600px; margin: 28px 0 0; color: var(--muted); font-size: 1.12rem; }
.services { background: var(--paper); color: var(--ink); }
.services .section-index { color: var(--graphite); }
.service-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.service-list li { display: grid; grid-template-columns: 80px minmax(0, 1fr) 230px; align-items: center; gap: 26px; border-bottom: 1px solid var(--line-light); padding: 30px 8px; transition: background 180ms ease, padding 180ms var(--ease); }
.service-list li:hover { background: var(--yellow); padding-inline: 22px; }
.service-number { color: var(--muted); font-family: var(--display); font-size: 1rem; font-weight: 700; }
.service-list h3 { margin: 0 0 4px; font-family: var(--display); font-size: clamp(2rem, 3.2vw, 3.4rem); font-weight: 700; line-height: 1; text-transform: uppercase; }
.service-list p { max-width: 660px; margin: 0; color: var(--graphite); }
.service-note { justify-self: end; color: var(--graphite); font-family: var(--display); font-size: .9rem; font-weight: 700; letter-spacing: .08em; text-align: right; text-transform: uppercase; }

.portfolio { background: var(--ink); }
.portfolio-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 64px; }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 42px 24px; }
.project-card { grid-column: span 6; }
.project-card:nth-child(3n + 1) { grid-column: span 7; }
.project-card:nth-child(3n + 2) { grid-column: span 5; margin-top: 12%; }
.project-card:nth-child(3n + 3) { grid-column: 3 / span 8; }
.project-card a { display: block; }
.project-image { overflow: hidden; aspect-ratio: 4 / 3; background: var(--graphite); }
.project-card:nth-child(3n + 2) .project-image { aspect-ratio: 4 / 5; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 480ms var(--ease), filter 300ms ease; }
.project-card:hover img { transform: scale(1.035); filter: saturate(1.08); }
.project-meta { display: flex; align-items: end; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line-dark); padding-top: 16px; }
.project-meta p { margin: 0 0 4px; color: var(--yellow); font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-meta h3, .project-meta h2 { margin: 0; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 700; line-height: 1; text-transform: uppercase; }
.project-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.project-tags span { border: 1px solid var(--line-dark); color: var(--steel); padding: 4px 8px; font-family: var(--display); font-size: .68rem; font-weight: 700; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.project-meta > span { color: var(--yellow); font-size: 1.5rem; transition: transform 160ms var(--ease); }
.project-card:hover .project-meta > span { transform: translate(3px, -3px); }

.about { background: var(--paper-warm); color: var(--ink); }
.about-grid { display: grid; grid-template-columns: 6fr 5fr; align-items: center; gap: clamp(56px, 9vw, 140px); }
.about-image { position: relative; }
.about-image::before { content: ""; position: absolute; inset: -20px 20px 20px -20px; border: 1px solid var(--ink); }
.about-image img { position: relative; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.about-image > p { position: relative; margin: 16px 0 0; font-family: var(--display); font-size: .92rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.about-copy .section-index { color: var(--graphite); }
.about-copy h2 { margin-bottom: 34px; }
.about-copy > p:not(.section-index) { max-width: 620px; }
.about-lead { font-size: 1.25rem; font-weight: 600; }
.guarantee { display: flex; align-items: center; gap: 20px; margin-top: 42px; border: 1px solid var(--ink); background: var(--yellow); padding: 20px; }
.guarantee strong { font-family: var(--display); font-size: 2.6rem; line-height: 1; text-transform: uppercase; }
.guarantee span { max-width: 200px; font-size: .85rem; font-weight: 700; line-height: 1.3; text-transform: uppercase; }

.process { background: var(--paper); color: var(--ink); }
.process .section-index { color: var(--graphite); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.process-steps li { min-height: 260px; padding: 24px 24px 20px 0; }
.process-steps li + li { border-left: 1px solid var(--line-light); padding-left: 24px; }
.process-steps span { color: var(--muted); font-family: var(--display); font-weight: 700; }
.process-steps h3 { margin: 70px 0 12px; font-family: var(--display); font-size: 2rem; line-height: 1; text-transform: uppercase; }
.process-steps p { margin: 0; color: var(--graphite); }

.contact { background: var(--graphite); }
.contact-grid { display: grid; grid-template-columns: 5fr 5fr; gap: clamp(56px, 10vw, 150px); }
.contact-copy > p:not(.section-index) { max-width: 570px; color: var(--steel); font-size: 1.08rem; }
.contact-details { display: flex; gap: 54px; margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line-dark); }
.contact-details a { color: var(--yellow); font-family: var(--display); font-size: 1.6rem; font-weight: 700; }
.contact-details address { color: var(--steel); font-size: .88rem; }
.quote-form { display: grid; gap: 20px; background: var(--paper); color: var(--ink); padding: clamp(24px, 4vw, 52px); }
.quote-form label { display: grid; gap: 7px; font-family: var(--display); font-size: .88rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--steel); border-radius: 0; background: transparent; color: var(--ink); padding: 10px 2px; outline: 0; text-transform: none; transition: border-color 160ms ease; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--ink); }
.quote-form .button { width: 100%; margin-top: 6px; }
.quote-form .button:hover { box-shadow: 5px 5px 0 var(--ink); }
.form-note { margin: -6px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }

.site-footer { border-top: 1px solid var(--line-dark); background: var(--ink); padding: 74px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 40px; }
.footer-brand img { width: 190px; }
.footer-brand p { color: var(--yellow); font-family: var(--display); font-size: 1.15rem; font-weight: 700; }
.footer-heading { margin: 0 0 16px; color: var(--steel); font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.site-footer address, .site-footer a { color: oklch(80% 0.008 107); font-size: .88rem; }
.site-footer a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 70px; padding-top: 20px; border-top: 1px solid var(--line-dark); color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.mobile-whatsapp { display: none; }

.archive-hero, .single-project__header { padding: clamp(160px, 18vw, 240px) 0 80px; background: var(--ink); }
.archive-hero p:last-child { max-width: 580px; margin: 34px 0 0; color: var(--steel); font-size: 1.1rem; }
.archive-portfolio { padding-block: 50px var(--section); }
.archive-portfolio .project-card:nth-child(n) { grid-column: span 6; margin-top: 0; }
.project-explorer { background: var(--paper-warm); color: var(--ink); padding-block: clamp(52px, 7vw, 88px); }
.filter-intro { display: grid; grid-template-columns: 3fr 9fr; gap: 40px; margin-bottom: 36px; }
.filter-intro .section-index { color: var(--graphite); }
.filter-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 4.2vw, 4.4rem); font-weight: 700; line-height: .92; text-transform: uppercase; }
.filter-intro p:last-child { max-width: 680px; margin: 14px 0 0; color: var(--graphite); }
.project-filters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; align-items: end; gap: 14px; border-top: 1px solid var(--ink); padding-top: 24px; }
.project-filters label { display: grid; gap: 7px; font-family: var(--display); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-filters select { width: 100%; min-height: 52px; border: 1px solid var(--ink); border-radius: 2px; background: var(--paper); color: var(--ink); padding: 0 38px 0 12px; }
.project-filters .button { border-color: var(--ink); background: var(--ink); color: var(--paper); box-shadow: none; }
.project-filters .button:hover { box-shadow: 5px 5px 0 var(--paper); }
.clear-filters { grid-column: 1 / -1; justify-self: end; border-bottom: 1px solid currentColor; font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.archive-results { margin-bottom: 28px; border-bottom: 1px solid var(--line-dark); color: var(--steel); font-family: var(--display); font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.empty-projects { grid-column: 1 / -1; padding-block: 60px; }
.empty-projects h2 { margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 5vw, 5rem); line-height: .95; text-transform: uppercase; }
.empty-projects p { color: var(--steel); }
.single-project__header h1 { font-size: clamp(4rem, 10vw, 9rem); }
.back-link { display: inline-block; margin-bottom: 40px; color: var(--steel); font-family: var(--display); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.single-project__image img { width: 100%; max-height: 78vh; object-fit: cover; }
.single-project__body { display: grid; grid-template-columns: 4fr 7fr; gap: clamp(50px, 9vw, 130px); padding-block: 70px var(--section); }
.project-facts { display: grid; align-content: start; }
.project-facts > div { display: grid; gap: 4px; border-top: 1px solid var(--line-dark); padding: 18px 0; }
.project-facts span { color: var(--steel); font-family: var(--display); font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.project-facts strong { font-size: .95rem; }
.project-content { max-width: 720px; color: oklch(83% 0.008 107); font-size: 1.1rem; }
.project-content .button { margin-top: 30px; color: var(--ink); }
.technical-sheet { background: var(--paper-warm); color: var(--ink); padding-block: var(--section); }
.technical-sheet__heading { display: grid; grid-template-columns: 3fr 5fr 4fr; align-items: end; gap: 40px; margin-bottom: 54px; }
.technical-sheet__heading .section-index { align-self: start; color: var(--graphite); }
.technical-sheet__heading h2 { margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 5.4vw, 5.8rem); font-weight: 700; line-height: .9; text-transform: uppercase; }
.technical-sheet__heading > p:last-child { max-width: 410px; margin: 0; }
.technical-sheet__groups { border-top: 1px solid var(--ink); }
.technical-group { display: grid; grid-template-columns: 3fr 9fr; gap: 40px; border-bottom: 1px solid oklch(28% 0.01 107 / .45); padding-block: 24px; }
.technical-group__label { font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.technical-group__terms { display: flex; flex-wrap: wrap; gap: 10px; }
.technical-group__terms a, .technical-group__terms > span { display: inline-flex; align-items: center; gap: 16px; border: 1px solid var(--ink); border-radius: 2px; padding: 10px 13px; font-family: var(--display); font-size: 1rem; font-weight: 700; letter-spacing: .04em; line-height: 1; text-transform: uppercase; transition: background 160ms ease, color 160ms ease, transform 160ms var(--ease); }
.technical-group__terms a:hover { background: var(--yellow); color: var(--ink); transform: translateY(-2px); }
.related-projects { background: var(--paper); color: var(--ink); }
.related-projects .section-index { color: var(--graphite); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.related-project .project-image { aspect-ratio: 4 / 3; }
.related-project p { margin: 14px 0 3px; color: var(--muted); font-family: var(--display); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.related-project h3 { margin: 0; font-family: var(--display); font-size: clamp(1.6rem, 2.7vw, 2.5rem); line-height: 1; text-transform: uppercase; }
.related-project h3 span { color: var(--graphite); }
.related-project img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms var(--ease); }
.related-project:hover img { transform: scale(1.035); }
.page-content { width: min(780px, calc(100vw - 48px)); margin-inline: auto; padding: 170px 0 100px; }
.page-content h1 { font-family: var(--display); font-size: clamp(3.4rem, 8vw, 7rem); line-height: .9; text-transform: uppercase; }

.js [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 600ms var(--ease), transform 600ms var(--ease); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
	:root { --shell: min(100% - 36px, 820px); }
	.menu-toggle { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; font-family: var(--display); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
	.menu-toggle__lines { display: grid; gap: 6px; width: 24px; }
	.menu-toggle__lines i { display: block; width: 100%; height: 1px; background: currentColor; transition: transform 180ms ease; }
	.menu-open .menu-toggle__lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
	.menu-open .menu-toggle__lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
	.site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--ink); padding: 100px max(24px, calc((100vw - 820px) / 2)); font-size: clamp(2.8rem, 9vw, 5rem); transform: translateY(-110%); transition: transform 320ms var(--ease); }
	.site-nav.is-open { transform: none; }
	.site-nav .button { margin-top: 12px; font-size: 1rem; }
	.hero-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 80px; }
	.hero-media { min-height: min(86vw, 660px); }
	.hero-photo--main { left: 0; }
	.section-heading { grid-template-columns: 1fr; }
	.service-list li { grid-template-columns: 60px 1fr; }
	.service-note { display: none; }
	.about-grid, .contact-grid { grid-template-columns: 1fr; }
	.project-filters { grid-template-columns: repeat(2, 1fr); }
	.project-filters .button { min-height: 52px; }
	.technical-sheet__heading { grid-template-columns: 1fr 1fr; }
	.technical-sheet__heading .section-index { grid-column: 1 / -1; }
	.related-grid { grid-template-columns: repeat(2, 1fr); }
	.about-image { width: min(620px, calc(100% - 20px)); }
	.process-steps { grid-template-columns: repeat(2, 1fr); }
	.process-steps li:nth-child(3) { border-left: 0; border-top: 1px solid var(--line-light); }
	.process-steps li:nth-child(4) { border-top: 1px solid var(--line-light); }
	.footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
	:root { --shell: calc(100vw - 32px); --section: 5rem; }
	html { scroll-padding-top: 72px; }
	.header-inner { min-height: 72px; }
	.brand { width: 150px; }
	.menu-toggle__label { display: none; }
	.hero { padding-top: 72px; }
	.hero-grid { gap: 40px; padding-top: 58px; }
	.eyebrow { font-size: .75rem; }
	.hero h1, .archive-hero h1, .single-project__header h1 { font-size: clamp(3.7rem, 18vw, 5.7rem); }
	.hero-lead { margin-top: 28px; }
	.hero-actions { align-items: flex-start; flex-direction: column; }
	.proof-row { margin-top: 50px; }
	.proof-row > div { display: block; padding: 14px 5px 0 0; }
	.proof-row > div + div { padding-left: 10px; }
	.proof-row strong, .proof-row span { display: block; }
	.proof-row strong { font-size: 2rem; }
	.proof-row span { margin-top: 5px; font-size: .58rem; }
	.hero-media { min-height: 105vw; }
	.hero-photo--main { inset: 0 0 10% 0; }
	.hero-photo--detail { width: 42%; border-width: 5px; }
	.hero-photo--detail figcaption { display: none; }
	.section-heading h2, .portfolio-heading h2, .about-copy h2, .contact-copy h2 { font-size: clamp(3rem, 15vw, 4.8rem); }
	.service-list li { grid-template-columns: 40px 1fr; gap: 8px; padding-block: 24px; }
	.service-list li:hover { padding-inline: 8px; }
	.service-list h3 { font-size: 2rem; }
	.service-list p { font-size: .9rem; }
	.portfolio-heading { align-items: flex-start; flex-direction: column; }
	.filter-intro, .technical-sheet__heading, .technical-group { grid-template-columns: 1fr; gap: 14px; }
	.project-filters { grid-template-columns: 1fr; }
	.clear-filters { grid-column: auto; justify-self: start; }
	.project-grid { display: block; }
	.project-card { margin: 0 0 42px !important; }
	.project-card:nth-child(even) { margin-left: 10% !important; }
	.project-card:nth-child(3n + 2) .project-image { aspect-ratio: 4 / 5; }
	.about-image::before { inset: -12px 12px 12px -12px; }
	.guarantee { align-items: flex-start; }
	.process-steps { grid-template-columns: 1fr; }
	.process-steps li { min-height: 0; border-top: 1px solid var(--line-light) !important; border-left: 0 !important; padding: 22px 0 28px !important; }
	.process-steps h3 { margin: 32px 0 8px; }
	.contact-details { flex-direction: column; gap: 16px; }
	.quote-form { margin-inline: 0; }
	.footer-grid { grid-template-columns: 1fr; }
	.footer-bottom { align-items: flex-start; flex-direction: column; margin-bottom: 66px; }
	.mobile-whatsapp { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 900; display: flex; align-items: center; justify-content: space-between; background: var(--yellow); color: var(--ink); border: 1px solid var(--ink); padding: 13px 16px; font-family: var(--display); font-weight: 800; letter-spacing: .055em; text-transform: uppercase; box-shadow: 4px 4px 0 var(--ink); }
	.archive-hero, .single-project__header { padding-top: 140px; }
	.archive-portfolio .project-card:nth-child(even) { margin-left: 0 !important; }
	.single-project__image { width: 100%; }
	.single-project__body { grid-template-columns: 1fr; }
	.related-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; }
}
