@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --yellow: #f5c400;
  --yellow-soft: #ffdf55;
  --ink: #111411;
  --muted: #62665f;
  --paper: #fffef8;
  --white: #ffffff;
  --line: #d9d8cd;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
figure, p, h1, h2, h3, dl, dd { margin: 0; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: -100px; padding: 12px 16px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #dc8b00; outline-offset: 4px; }

.site-header { min-height: 82px; padding: 0 clamp(22px, 4vw, 70px); display: flex; align-items: center; gap: 36px; border-bottom: 1px solid var(--ink); background: var(--paper); position: relative; z-index: 100; }
.site-header--solid { position: sticky; top: 0; }
.site-header:not(.site-header--solid) { position: absolute; inset: 0 0 auto; color: var(--white); background: transparent; border-bottom-color: rgba(255, 255, 255, .38); }
.site-header:not(.site-header--solid) .wordmark span { color: var(--yellow); }
.site-header:not(.site-header--solid) .nav-cta { color: var(--ink); background: var(--yellow); }
.site-header:not(.site-header--solid) .nav-cta:hover { background: var(--white); }
.wordmark { font-family: 'Archivo Black', Arial, sans-serif; font-size: 1.35rem; letter-spacing: -.07em; white-space: nowrap; }
.wordmark span { color: #d88f00; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(18px, 2.5vw, 42px); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.main-nav > a:not(.nav-cta) { position: relative; padding: 28px 0; }
.main-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; bottom: 22px; width: 100%; height: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav > a:not(.nav-cta):hover::after, .main-nav > a[aria-current='page']::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { background: var(--ink); color: #fff; padding: 13px 18px; }
.nav-cta:hover { background: #303631; }
.menu-button { display: none; }

.hero { min-height: 100svh; position: relative; overflow: hidden; color: var(--white); background: var(--ink); border-bottom: 1px solid var(--ink); }
.hero-background { position: absolute; inset: 0; }
.hero-background::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 11, 9, .76) 0%, rgba(8, 11, 9, .42) 43%, rgba(8, 11, 9, .08) 76%), linear-gradient(0deg, rgba(8, 11, 9, .65) 0%, transparent 54%); }
.hero-background img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy { position: relative; z-index: 1; min-height: 100svh; padding: clamp(135px, 16vh, 190px) clamp(24px, 5vw, 80px) clamp(36px, 5vw, 65px); display: flex; flex-direction: column; min-width: 0; }
.overline, .section-number { font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.overline { margin-bottom: 30px; }
.display, .section h2, .statement h2, .reviews h2, .contact h2, .location h2, .works-hero h1 { font-family: 'Archivo Black', Arial, sans-serif; letter-spacing: -.075em; line-height: .89; font-weight: 400; }
.display { font-size: clamp(4.2rem, 8.2vw, 9.3rem); }
.hero .display { max-width: 980px; font-family: Inter, Arial, sans-serif; font-size: clamp(3.15rem, 6.3vw, 7rem); font-weight: 700; letter-spacing: -.065em; line-height: .94; }
.display span, .section h2 span, .statement h2 span, .contact h2 span, .works-hero h1 span { color: #d88f00; }
.hero .display span { color: var(--yellow); }
.hero-bottom { margin-top: auto; padding-top: 28px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: end; border-top: 1px solid rgba(255, 255, 255, .55); }
.hero-bottom p { max-width: 410px; color: rgba(255, 255, 255, .84); }
.hero-note { display: block; margin-top: 13px; color: var(--yellow); font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero .arrow-link { border-color: var(--white); }
.hero .arrow-link:hover { color: var(--yellow); border-color: var(--yellow); }
.arrow-link { font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; border-bottom: 2px solid var(--ink); padding-bottom: 7px; width: fit-content; }
.arrow-link:hover { color: #ad7200; border-color: var(--yellow); }

.marquee { overflow: hidden; background: var(--ink); color: var(--yellow); border-bottom: 1px solid var(--ink); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 18px 0; font-family: 'Archivo Black', Arial, sans-serif; font-size: clamp(1.4rem, 2.4vw, 2.4rem); animation: ticker 24s linear infinite; }
.marquee-track i { font-style: normal; font-family: Inter, Arial, sans-serif; }
@keyframes ticker { to { transform: translateX(-50%); } }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); color: var(--white); border-top: 1px solid rgba(255, 255, 255, .16); }
.trust-strip > div { min-height: 76px; padding: 18px clamp(20px, 3vw, 42px); display: flex; align-items: center; gap: 18px; border-right: 1px solid rgba(255, 255, 255, .2); }
.trust-strip > div:last-child { border-right: 0; }
.trust-strip span { color: var(--yellow); font-size: .7rem; font-weight: 800; }
.trust-strip strong { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: clamp(64px, 7vw, 105px) clamp(24px, 5vw, 80px); }
.section h2, .statement h2, .reviews h2, .contact h2, .location h2 { font-size: clamp(2.65rem, 4.7vw, 5.45rem); line-height: .93; }
.section-lead { color: var(--muted); max-width: 460px; }
.services { background: var(--white); }
.services-layout { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(42px, 7vw, 100px); align-items: start; }
.services-intro { position: sticky; top: 106px; }
.services-intro h2 { margin: 20px 0 25px; }
.services-intro .arrow-link { margin-top: 30px; }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.service-row { min-height: 238px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--ink); background: var(--paper); transition: transform .25s ease, background .25s ease, color .25s ease; }
.service-row:hover { transform: translateY(-5px); background: var(--ink); color: var(--white); }
.service-index { font-size: .7rem; font-weight: 800; }
.service-row h3 { margin: auto 0 18px; font-family: Inter, Arial, sans-serif; font-weight: 750; font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.08; letter-spacing: -.045em; }
.service-row p { max-width: 550px; color: var(--muted); }
.service-row:hover p { color: rgba(255, 255, 255, .7); }
.service-more { margin-top: 18px; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }

.work-preview { background: var(--yellow); }
.work-heading { margin-bottom: 46px; display: grid; grid-template-columns: minmax(300px, 1.15fr) minmax(260px, .65fr) auto; gap: 34px; align-items: end; }
.work-heading h2 { margin-top: 18px; }
.work-heading > p { max-width: 470px; }
.outline-button { display: inline-flex; gap: 22px; align-items: center; padding: 16px 19px; border: 2px solid var(--ink); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.outline-button:hover { background: var(--ink); color: #fff; }
.work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.work-card { overflow: hidden; background: var(--ink); color: var(--white); border-radius: 18px; box-shadow: 0 14px 32px rgba(17, 20, 17, .17); transition: transform .3s ease, box-shadow .3s ease; }
.work-card--wide { grid-column: span 2; }
.work-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(17, 20, 17, .25); }
.work-image { height: clamp(220px, 23vw, 310px); overflow: hidden; background: #252925; display: grid; place-items: center; }
.work-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.work-image--pair { grid-template-columns: 1fr 1fr; gap: 1px; background: var(--ink); }
.before-after figure { position: relative; width: 100%; height: 100%; overflow: hidden; }
.before-after figcaption { position: absolute; left: 12px; top: 12px; padding: 7px 10px; border-radius: 999px; background: rgba(17, 20, 17, .88); color: var(--white); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.work-card:hover .work-image img { transform: scale(1.02); }
.work-meta { min-height: 96px; padding: 17px 19px 18px; display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; background: var(--ink); }
.work-meta strong { font-size: .9rem; text-transform: uppercase; letter-spacing: .06em; }
.work-meta p { margin-top: 6px; max-width: 290px; color: rgba(255, 255, 255, .62); font-size: .78rem; line-height: 1.4; }
.work-meta span { min-width: 29px; min-height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: .62rem; font-weight: 800; }

.statement { padding: clamp(64px, 7vw, 105px) clamp(24px, 5vw, 80px); display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 0; background: var(--paper); }
.statement-mark { border: 1px solid var(--ink); background: var(--yellow); display: flex; flex-direction: column; justify-content: space-between; padding: clamp(28px, 4vw, 52px); }
.statement-mark img { width: min(100%, 280px); aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; }
.statement-mark p { max-width: 300px; padding-top: 34px; font-weight: 700; }
.statement-copy { padding: clamp(34px, 5vw, 70px); background: var(--ink); color: var(--white); }
.statement-copy h2 { margin: 22px 0 27px; }
.statement-copy > p:not(.section-number) { max-width: 650px; color: rgba(255, 255, 255, .68); font-size: 1.05rem; }
.facts { margin-top: 38px; border-top: 1px solid rgba(255, 255, 255, .28); }
.facts > div { min-height: 82px; display: grid; grid-template-columns: 130px 1fr; gap: 22px; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .28); }
.facts dt { font-family: 'Archivo Black', Arial, sans-serif; font-size: 1.75rem; letter-spacing: -.05em; }
.facts dd { color: rgba(255, 255, 255, .68); }

.reviews { padding: clamp(64px, 7vw, 105px) clamp(24px, 5vw, 80px); display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(38px, 6vw, 84px); align-items: center; background: var(--white); }
.reviews-title h2 { margin-top: 27px; }
.reviews-card { border: 1px solid var(--ink); padding: clamp(28px, 4vw, 55px); box-shadow: 12px 12px 0 var(--yellow); }
.rating { display: flex; align-items: baseline; gap: 11px; }
.rating strong { font-family: 'Archivo Black', Arial, sans-serif; font-size: clamp(3.8rem, 6.8vw, 6.8rem); letter-spacing: -.085em; line-height: 1; }
.rating span { font-weight: 800; color: var(--muted); }
.reviews-card > p { margin: 23px 0 30px; color: var(--muted); }
.reviews-card small { display: block; margin-top: 25px; color: var(--muted); font-size: .72rem; }

.location { padding: clamp(64px, 7vw, 105px) clamp(24px, 5vw, 80px); display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(34px, 6vw, 80px); align-items: center; background: var(--paper); border-top: 1px solid var(--ink); }
.location-info h2 { margin: 20px 0 25px; }
.location-info > p:not(.section-number) { max-width: 440px; margin-bottom: 30px; color: var(--muted); }
.map-frame { min-height: 410px; border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--yellow); background: #e7e5dc; }
.map-frame iframe { display: block; width: 100%; min-height: 410px; border: 0; }

.contact { padding: clamp(64px, 7vw, 105px) clamp(24px, 5vw, 80px); display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(36px, 6vw, 84px); background: var(--yellow); align-items: start; }
.contact-copy h2 { margin-top: 28px; }
.contact-copy > p:last-child { max-width: 430px; margin-top: 25px; }
.contact-action > p:first-child { max-width: 490px; margin-bottom: 35px; }
.contact-button { width: 100%; min-height: 72px; padding: 17px 22px; border: 0; display: flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--ink); color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; }
.contact-button:hover { background: #323833; }
.contact-button:disabled { cursor: wait; opacity: .68; }
.contact-details { margin-top: 30px; font-size: .85rem; line-height: 1.8; }
.contact--compact { border-top: 1px solid var(--ink); }
.quote-form { padding: clamp(24px, 3vw, 38px); background: var(--paper); border: 1px solid var(--ink); box-shadow: 9px 9px 0 rgba(17, 20, 17, .16); }
.quote-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid var(--ink); border-radius: 0; background: var(--white); color: var(--ink); padding: 13px 14px; font: 400 .95rem/1.4 Inter, Arial, sans-serif; text-transform: none; letter-spacing: normal; }
.quote-form textarea { resize: vertical; min-height: 130px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 3px solid rgba(245, 196, 0, .45); outline-offset: 1px; }
.form-consent { grid-template-columns: 20px 1fr !important; align-items: start; gap: 10px !important; font-weight: 500 !important; letter-spacing: 0 !important; line-height: 1.4; text-transform: none !important; }
.form-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--ink); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 0; margin-top: 14px; padding: 0; font-size: .82rem; font-weight: 700; line-height: 1.45; }
.form-status:not(:empty) { min-height: 47px; padding: 13px 15px; border: 1px solid var(--ink); }
.form-status.is-loading { background: #eeece3; }
.form-status.is-success { background: var(--yellow); }
.form-status.is-error { background: #fff0ec; color: #7b2016; border-color: #7b2016; }
.form-note { margin-top: 13px; color: var(--muted); font-size: .75rem; }

.site-footer { min-height: 105px; padding: 25px clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--ink); color: #fff; font-size: .75rem; text-transform: uppercase; letter-spacing: .07em; }
.wordmark--footer span { color: var(--yellow); }

.works-page { background: var(--paper); }
.works-hero { padding: clamp(60px, 7vw, 100px) clamp(24px, 5vw, 80px) clamp(52px, 6vw, 82px); border-bottom: 1px solid var(--ink); }
.works-hero .display { margin: 20px 0 30px; font-size: clamp(3.2rem, 5.8vw, 6.5rem); }
.works-lead { max-width: 660px; color: var(--muted); font-size: 1.05rem; }
.projects-gallery { padding: clamp(55px, 6vw, 88px) clamp(24px, 5vw, 80px); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 20px; background: var(--yellow); }
.gallery-card { grid-column: span 6; overflow: hidden; background: var(--ink); color: var(--white); border-radius: 20px; box-shadow: 0 16px 34px rgba(17, 20, 17, .17); transition: transform .25s ease, box-shadow .25s ease; }
.gallery-card:hover { transform: translateY(-6px); box-shadow: 0 24px 46px rgba(17, 20, 17, .26); }
.gallery-card--pair { grid-column: span 12; }
.gallery-media { height: clamp(230px, 26vw, 360px); background: #252925; overflow: hidden; }
.gallery-media img { width: 100%; height: 100%; object-fit: cover; }
.gallery-media--pair { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--ink); }
.gallery-copy { padding: 23px 24px 28px; background: var(--ink); }
.gallery-copy h2 { margin: 10px 0 12px; font-family: Inter, Arial, sans-serif; font-size: clamp(1.45rem, 2vw, 2.15rem); font-weight: 750; letter-spacing: -.04em; line-height: 1.05; }
.gallery-copy .section-number { color: var(--yellow); }
.gallery-copy > p:last-child { max-width: 580px; color: rgba(255, 255, 255, .65); }
.more-work { padding: 42px clamp(24px, 5vw, 80px); display: flex; justify-content: space-between; align-items: center; gap: 30px; background: #fff; }

.service-page { background: var(--paper); }
.service-hero { min-height: 610px; display: grid; grid-template-columns: 1.05fr .95fr; border-bottom: 1px solid var(--ink); background: var(--yellow); }
.service-hero-copy { padding: clamp(58px, 7vw, 108px) clamp(24px, 5vw, 80px); display: flex; flex-direction: column; justify-content: center; }
.breadcrumbs { margin-bottom: 34px; color: #4e514c; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumbs a { border-bottom: 1px solid currentColor; }
.service-hero h1 { max-width: 830px; font-family: 'Archivo Black', Arial, sans-serif; font-size: clamp(3rem, 5.7vw, 6.8rem); font-weight: 400; letter-spacing: -.075em; line-height: .9; }
.service-hero-lead { max-width: 650px; margin: 28px 0 32px; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.service-hero-media { min-height: 520px; overflow: hidden; background: var(--ink); }
.service-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.service-detail { padding: clamp(64px, 7vw, 105px) clamp(24px, 5vw, 80px); display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); gap: clamp(42px, 8vw, 120px); align-items: start; }
.service-detail-title { position: sticky; top: 112px; }
.service-detail h2, .service-process h2, .related-services h2 { margin-top: 18px; font-family: 'Archivo Black', Arial, sans-serif; font-size: clamp(2.35rem, 4.5vw, 5rem); font-weight: 400; letter-spacing: -.07em; line-height: .94; }
.service-copy { max-width: 760px; }
.service-copy > p { margin-bottom: 23px; color: #444841; font-size: 1.03rem; }
.service-copy h3 { margin: 36px 0 14px; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.15; letter-spacing: -.035em; }
.check-list { padding: 0; margin: 20px 0 0; list-style: none; border-top: 1px solid var(--ink); }
.check-list li { padding: 16px 0; display: grid; grid-template-columns: 28px 1fr; gap: 12px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: '✓'; color: #9a6600; font-weight: 900; }
.service-process { padding: clamp(64px, 7vw, 100px) clamp(24px, 5vw, 80px); background: var(--ink); color: var(--white); }
.service-process h2 { max-width: 850px; color: var(--yellow); }
.process-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.22); border: 1px solid rgba(255,255,255,.22); }
.process-card { min-height: 235px; padding: 25px; background: var(--ink); }
.process-card span { color: var(--yellow); font-size: .72rem; font-weight: 800; }
.process-card h3 { margin: 55px 0 13px; font-size: 1.25rem; }
.process-card p { color: rgba(255,255,255,.67); }
.related-services { padding: clamp(64px, 7vw, 95px) clamp(24px, 5vw, 80px); background: var(--white); }
.related-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-card { min-height: 210px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--ink); transition: background .2s ease, color .2s ease, transform .2s ease; }
.related-card:hover { background: var(--yellow); transform: translateY(-4px); }
.related-card strong { font-size: 1.2rem; letter-spacing: -.03em; }
.related-card span { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.whatsapp-button { position: fixed; right: clamp(16px, 2.5vw, 34px); bottom: clamp(16px, 2.5vw, 30px); z-index: 120; min-height: 52px; padding: 0 19px 0 15px; display: inline-flex; align-items: center; gap: 10px; border: 2px solid var(--ink); border-radius: 999px; background: var(--yellow); color: var(--ink); box-shadow: 0 10px 28px rgba(17, 20, 17, .28); font-size: .76rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.whatsapp-button:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(17, 20, 17, .36); }
.whatsapp-button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.reveal { opacity: 1; transform: none; }
.has-motion .reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.has-motion .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .display { font-size: clamp(3.7rem, 7.2vw, 6.4rem); }
  .work-heading { grid-template-columns: 1fr 1fr; }
  .work-heading .outline-button { grid-column: 1 / -1; justify-self: start; }
  .services-layout { grid-template-columns: 1fr; }
  .services-intro { position: static; }
  .services-intro .section-lead { max-width: 650px; }
  .service-hero { grid-template-columns: 1fr; }
  .service-hero-media { min-height: 430px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 68px; padding: 0 18px; }
  .menu-button { margin-left: auto; display: flex; align-items: center; gap: 8px; border: 1px solid var(--ink); background: transparent; padding: 8px 11px; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
  .site-header:not(.site-header--solid) .menu-button { color: var(--white); border-color: rgba(255, 255, 255, .7); }
  .main-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; margin: 0; padding: 14px 18px 22px; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--ink); }
  .main-nav.is-open { display: flex; }
  .site-header:not(.site-header--solid) .main-nav { color: var(--white); background: rgba(17, 20, 17, .98); border-bottom-color: rgba(255, 255, 255, .35); }
  .main-nav > a:not(.nav-cta) { padding: 13px 3px; border-bottom: 1px solid var(--line); }
  .main-nav > a:not(.nav-cta)::after { display: none; }
  .nav-cta { margin-top: 12px; text-align: center; }
  .hero { min-height: 100svh; }
  .hero-background::after { background: linear-gradient(0deg, rgba(8, 11, 9, .86) 0%, rgba(8, 11, 9, .28) 70%, rgba(8, 11, 9, .50) 100%); }
  .hero-background img { object-position: 68% center; }
  .hero-copy { padding: 118px 18px 34px; min-height: 100svh; }
  .display { font-size: clamp(3.35rem, 14.5vw, 5.5rem); }
  .hero .display { max-width: 620px; font-size: clamp(2.9rem, 13vw, 4.8rem); line-height: .97; }
  .hero-bottom { grid-template-columns: 1fr; align-items: start; }
  .marquee-track { animation-duration: 18s; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip > div { min-height: 58px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
  .trust-strip > div:last-child { border-bottom: 0; }
  .section { padding: 56px 18px; }
  .section h2, .statement h2, .reviews h2, .contact h2, .location h2 { font-size: clamp(2.35rem, 10.8vw, 3.9rem); margin: 17px 0 22px; line-height: .96; }
  .section-lead { margin-top: 19px; }
  .services-layout { gap: 36px; }
  .service-list { grid-template-columns: 1fr; }
  .service-row { min-height: 205px; padding: 21px; }
  .service-row h3 { font-size: 1.3rem; }
  .work-preview { padding: 56px 18px; }
  .work-heading { display: block; margin-bottom: 34px; }
  .work-heading > p { margin: 20px 0 25px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card--wide { grid-column: span 1; }
  .work-image { height: 250px; }
  .statement { padding: 56px 18px; grid-template-columns: 1fr; }
  .statement-mark { padding: 24px; }
  .statement-mark img { max-height: 210px; }
  .statement-copy { padding: 30px 24px; }
  .facts > div { min-height: 72px; grid-template-columns: 88px 1fr; }
  .reviews { padding: 56px 18px 66px; grid-template-columns: 1fr; }
  .reviews-card { box-shadow: 8px 8px 0 var(--yellow); }
  .location { padding: 56px 18px 66px; grid-template-columns: 1fr; }
  .map-frame, .map-frame iframe { min-height: 320px; }
  .contact { padding: 56px 18px; grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .site-footer { padding: 27px 18px; min-height: 0; flex-direction: column; align-items: flex-start; }
  .works-hero { padding: 48px 18px 44px; }
  .works-hero .display { font-size: clamp(3rem, 13.5vw, 4.7rem); }
  .projects-gallery { padding: 44px 18px; grid-template-columns: 1fr; gap: 18px; }
  .gallery-card, .gallery-card--pair { grid-column: span 1; }
  .gallery-media { height: 250px; }
  .gallery-copy { padding: 19px 18px 22px; }
  .more-work { padding: 36px 18px; align-items: flex-start; flex-direction: column; }
  .service-hero { min-height: 0; }
  .service-hero-copy { padding: 45px 18px 52px; }
  .service-hero h1 { font-size: clamp(2.75rem, 13vw, 4.5rem); }
  .service-hero-media { min-height: 310px; }
  .service-detail { padding: 56px 18px; grid-template-columns: 1fr; gap: 32px; }
  .service-detail-title { position: static; }
  .process-grid, .related-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 205px; }
  .service-process, .related-services { padding: 56px 18px; }
  .whatsapp-button { min-width: 52px; width: 52px; height: 52px; padding: 0; justify-content: center; }
  .whatsapp-button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
}

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