:root {
  --ink: #080909;
  --ink-2: #111313;
  --steel: #1d2020;
  --paper: #f2f1ed;
  --muted: #aaa9a3;
  --gold: #BE93D4;
  --gold-light: #E0C5ED;
  --line: rgba(255,255,255,.14);
  --display: "Barlow Condensed", sans-serif;
  --body: "Manrope", sans-serif;
  --brand: "Oswald", sans-serif;
  --pad: clamp(1.25rem, 4vw, 5rem);
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; }
.skip-link { position: fixed; left: 1rem; top: -5rem; background: var(--gold); color: var(--ink); padding: .75rem 1rem; z-index: 1000; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.site-header { height: 88px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 2rem; position: fixed; inset: 0 0 auto; z-index: 50; width: 100%; background: transparent; border-bottom: 1px solid transparent; transition: height .35s cubic-bezier(.22,1,.36,1), background-color .35s, border-color .35s, box-shadow .35s; }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(8,9,9,.78); -webkit-backdrop-filter: blur(18px) saturate(130%); backdrop-filter: blur(18px) saturate(130%); opacity: 0; transition: opacity .35s; }
.site-header.scrolled { height: 72px; border-bottom-color: rgba(255,255,255,.1); box-shadow: 0 12px 34px rgba(0,0,0,.18); }
.site-header.scrolled::before { opacity: 1; }
.brand { display: flex; align-items: center; gap: .8rem; font-family: var(--brand); font-size: 1.2rem; font-weight: 600; letter-spacing: .13em; line-height: .88; }
.brand small { display: block; color: var(--gold-light); font-size: .54rem; font-weight: 500; letter-spacing: .37em; margin-top: .5rem; }
.brand-mark { display: block; position: relative; width: 74px; height: 28px; flex: 0 0 74px; overflow: hidden; }
.brand-mark img { position: absolute; width: 116px; max-width: none; height: 116px; left: -21px; top: -47px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.4vw, 2.8rem); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.desktop-nav a { color: rgba(255,255,255,.74); transition: color .2s; }
.desktop-nav a:hover { color: var(--gold-light); }
.header-cta { border: 1px solid var(--gold); color: var(--gold-light); padding: .72rem 1.25rem; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; font-weight: 700; }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 900px; height: 100dvh; position: relative; display: grid; align-items: center; overflow: hidden; isolation: isolate; }
.hero-photo { position: absolute; inset: 0; z-index: -3; overflow: hidden; background: var(--ink); }
.hero-photo::before { content: ""; position: absolute; width: 55vw; height: 55vw; max-width: 850px; max-height: 850px; right: -14vw; top: -12vw; border-radius: 50%; border: 1px solid rgba(190,147,212,.22); box-shadow: inset 0 0 150px rgba(190,147,212,.055), 0 0 80px rgba(190,147,212,.035); }
.hero-photo::after { content: ""; position: absolute; width: 1px; height: 130%; background: linear-gradient(transparent, var(--gold), transparent); right: 32%; top: -15%; transform: rotate(23deg); opacity: .55; box-shadow: 0 0 35px rgba(190,147,212,.18); }
.hero-content { width: min(710px, 90vw); margin-left: var(--pad); padding-top: 5rem; }
.eyebrow, .section-index { color: var(--gold); text-transform: uppercase; letter-spacing: .2em; font-size: .7rem; font-weight: 700; }
.eyebrow::before { content: ""; display: inline-block; width: 42px; height: 1px; background: currentColor; margin: 0 .85rem .22rem 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); text-transform: uppercase; line-height: .91; letter-spacing: -.025em; }
h1 { font-size: clamp(4.5rem, 8.6vw, 9rem); margin: 1.25rem 0 1.75rem; }
h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--gold-light); text-shadow: 0 0 50px rgba(190,147,212,.08); }
.hero-lead { color: rgba(255,255,255,.7); max-width: 600px; font-size: clamp(1rem, 1.3vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.5rem; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 2.5rem; padding: .9rem 1.2rem; text-transform: uppercase; letter-spacing: .1em; font-size: .73rem; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #10100e; }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { font-size: .77rem; text-transform: uppercase; letter-spacing: .1em; border-bottom: 1px solid rgba(255,255,255,.5); padding: .5rem 0; }
.hero-meta { position: absolute; bottom: 0; left: var(--pad); right: var(--pad); min-height: 90px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: clamp(2rem, 7vw, 7rem); color: rgba(255,255,255,.52); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.hero-meta b { color: var(--paper); margin-right: .5rem; }

.section-pad { padding: clamp(5rem, 9vw, 9rem) var(--pad); max-width: var(--max); margin: 0 auto; }
.statement { position: relative; }
.statement::after { content: ""; position: absolute; width: min(35vw, 480px); height: min(35vw, 480px); border: 1px solid rgba(190,147,212,.14); border-radius: 50%; right: -10%; top: 8%; box-shadow: inset 0 0 80px rgba(190,147,212,.03); pointer-events: none; }
.statement-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 8vw; align-items: end; margin-top: 3rem; }
h2 { font-size: clamp(3.6rem, 7vw, 7rem); margin-bottom: 0; }
h2 span { color: var(--gold); }
.statement-grid > div { max-width: 520px; color: var(--muted); }
.small-note { font-size: .78rem; border-left: 1px solid var(--gold); padding-left: 1rem; margin: 2rem 0 0; }

.services { border-top: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 5rem; }
.section-head > p { max-width: 440px; color: var(--muted); margin-bottom: .5rem; }
.section-head h2 { font-size: clamp(3.3rem, 5.8vw, 6.2rem); margin-top: 2rem; }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 70px 1fr 180px; gap: 2rem; border-bottom: 1px solid var(--line); padding: 2.5rem 1rem; transition: background .25s, padding .25s; }
.service-row:hover { background: rgba(255,255,255,.025); padding-left: 1.5rem; }
.service-row.featured { background: linear-gradient(90deg, rgba(190,147,212,.13), rgba(190,147,212,.015)); border-left: 2px solid var(--gold); }
.service-no { color: var(--gold); font-family: var(--display); font-size: 1rem; }
.service-copy h3 { font-size: clamp(2.1rem, 4vw, 3.8rem); margin-bottom: .8rem; }
.service-copy p { color: var(--muted); max-width: 680px; margin-bottom: .7rem; }
.service-copy ul { list-style: none; display: flex; flex-wrap: wrap; gap: 1rem; margin: 1.2rem 0 0; padding: 0; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.service-copy li::before { content: "◆"; color: var(--gold); font-size: .52rem; margin-right: .5rem; }
.tag { color: var(--gold) !important; text-transform: uppercase; letter-spacing: .14em; font-size: .64rem; font-weight: 700; }
.service-price { text-align: right; display: flex; flex-direction: column; align-items: flex-end; }
.service-price small { color: var(--muted); text-transform: uppercase; letter-spacing: .15em; }
.service-price strong { font: 700 2.6rem var(--display); color: var(--gold-light); }
.service-price a { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; margin-top: auto; border-bottom: 1px solid var(--gold); }
.extras { margin-top: 2rem; border: 1px solid var(--line); }
.extras summary { cursor: pointer; list-style: none; padding: 1.25rem 1.5rem; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; display: flex; justify-content: space-between; transition: color .2s, background .2s; }
.extras summary:hover { color: var(--gold-light); background: rgba(255,255,255,.02); }
.extras summary span { transition: transform .28s cubic-bezier(.22,1,.36,1), color .2s; }
.extras summary::-webkit-details-marker { display: none; }
.extras[open] summary span { transform: rotate(45deg); }
.extras-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 2rem; padding: 0 1.5rem 1rem; }
.extras-grid p { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); margin: 0; padding: 1rem 0; color: var(--muted); }
.extras-grid b { color: var(--paper); white-space: nowrap; }

.coating { max-width: 1700px; margin: 0 auto; min-height: 800px; display: grid; grid-template-columns: 1fr 1fr; background: var(--gold); color: var(--ink); }
.coating-visual { position: relative; min-height: 700px; background: radial-gradient(circle at 50% 40%, #312b36 0, #131115 44%, #060707 72%); overflow: hidden; display: grid; place-items: center; }
.paint-orb { width: min(35vw, 480px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 30% 24%, #fff 0 1%, #a37ab7 3%, #1b171d 20%, #030404 54%, #533b60 77%, #09090a 80%); box-shadow: 0 60px 90px #000, inset -30px -40px 70px #000, inset 24px 12px 28px rgba(224,197,237,.2); transform: rotate(-12deg); }
.paint-orb span { position: absolute; width: 38%; height: 4%; background: white; border-radius: 50%; transform: rotate(-28deg); top: 27%; left: 21%; filter: blur(4px); opacity: .75; }
.coating-visual p { position: absolute; left: 2rem; bottom: 1rem; font: 700 clamp(3rem, 7vw, 7rem)/.73 var(--display); color: rgba(190,147,212,.2); margin: 0; }
.coating-copy { align-self: center; padding-left: clamp(2rem, 6vw, 7rem); padding-right: clamp(2rem, 6vw, 7rem); }
.coating-copy .section-index { color: #4F3560; }
.coating-copy h2 { font-size: clamp(3.7rem, 6.2vw, 6.8rem); margin: 2rem 0; }
.coating-copy h2 span { color: white; }
.coating-copy > p:not(.section-index) { max-width: 640px; }
.coating-options { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(0,0,0,.28); border-bottom: 1px solid rgba(0,0,0,.28); margin: 2rem 0 1rem; }
.coating-options div { display: grid; padding: 1.2rem 0; }
.coating-options div + div { border-left: 1px solid rgba(0,0,0,.28); padding-left: 1.5rem; }
.coating-options b { font: 700 1.8rem var(--display); text-transform: uppercase; }
.coating-options span { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.coating-options strong { font: 700 2.5rem var(--display); margin-top: .6rem; }
.included { font-size: .76rem; margin-bottom: 2rem; }
.coating-info-link { display: block; width: fit-content; margin: -1rem 0 1.4rem; border-bottom: 1px solid rgba(0,0,0,.5); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.process .section-head { margin-top: 2rem; }
.process-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.process-list li { min-height: 300px; padding: 2rem 1.7rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.process-list li:last-child { border: 0; }
.process-list > li > span { color: var(--gold); font: 600 1rem var(--display); }
.process-list h3 { font-size: 1.8rem; margin-bottom: 1rem; }
.process-list p { color: var(--muted); font-size: .88rem; margin: 0; }
.trust { border-top: 1px solid var(--line); }
.trust-head { display: grid; grid-template-columns: 1fr 2fr; gap: 7vw; align-items: center; margin-bottom: 4rem; }
.rating { border-right: 1px solid var(--line); }
.rating strong { display: block; font: 700 clamp(5rem, 10vw, 9rem)/.8 var(--display); }
.rating span { color: var(--gold); letter-spacing: .2em; }
.rating p { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.reviews-copy h2 { font-size: clamp(2.8rem, 5vw, 5.2rem); margin: 1rem 0; }
.reviews-copy p:not(.section-index) { color: var(--muted); max-width: 620px; }
.reviews-copy .text-link { display: inline-block; margin-top: 1rem; }
.review-carousel { position: relative; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-viewport { overflow: hidden; }
.review-track { display: flex; transition: transform .38s cubic-bezier(.22,1,.36,1); }
.review-card { flex: 0 0 100%; min-width: 0; min-height: 390px; padding: clamp(2rem, 5vw, 4.5rem); display: flex; flex-direction: column; justify-content: space-between; }
.review-stars { color: #fbbc04; letter-spacing: .18em; font-size: 1rem; }
.review-card blockquote { font: 500 clamp(1.65rem, 3.5vw, 3.3rem)/1.2 var(--display); text-transform: none; letter-spacing: -.01em; max-width: 1100px; margin: 2rem 0 3rem; }
.reviewer { margin: 0; display: flex; flex-direction: column; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.reviewer b { color: var(--paper); font-size: .95rem; }
.reviewer span { color: var(--muted); margin-top: .2rem; }
.review-controls { min-height: 86px; padding: 1rem clamp(1rem, 3vw, 2rem); border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.review-buttons { display: flex; gap: .5rem; }
.review-buttons button { width: 48px; height: 48px; border: 1px solid var(--line); background: transparent; color: var(--paper); font-size: 1.25rem; cursor: pointer; transition: border-color .2s, color .2s; }
.review-buttons button:hover { border-color: var(--gold); color: var(--gold); }
.review-dots { display: flex; align-items: center; justify-content: center; gap: .55rem; }
.review-dot { width: 12px; height: 12px; padding: 0; border: 1px solid #777; border-radius: 50%; background: transparent; cursor: pointer; }
.review-dot.active { border-color: var(--gold); background: var(--gold); }
.review-progress { position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; overflow: hidden; }
.review-progress span { display: block; width: 100%; height: 100%; background: var(--gold); transform-origin: left; animation: review-timer 6.5s linear infinite; }
.review-carousel.paused .review-progress span { animation-play-state: paused; }
@keyframes review-timer { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.contact { max-width: none; background: var(--paper); color: var(--ink); display: grid; grid-template-columns: 1.3fr 1fr; gap: 8vw; }
.contact .section-index { color: #76538A; }
.contact h2 { font-size: clamp(3.4rem, 6.6vw, 7rem); margin-top: 2rem; }
.contact h2 span { color: #8D62A3; }
.contact-card { max-width: 590px; padding-top: 2rem; }
.contact-card > p { color: #555; font-size: 1.05rem; }
.contact-card .button { margin: 1.2rem 0 3rem; }
dl { border-top: 1px solid #bbb; margin: 0; }
dl div { display: grid; grid-template-columns: 110px 1fr; border-bottom: 1px solid #bbb; padding: 1rem 0; }
dt { color: #777; text-transform: uppercase; font-size: .65rem; letter-spacing: .12em; }
dd { margin: 0; font-weight: 600; }
.map-wrap { grid-column: 1 / -1; min-height: 420px; overflow: hidden; border: 1px solid #bbb; }
.map-wrap iframe { display: block; width: 100%; height: 420px; border: 0; filter: grayscale(1) contrast(1.05); }

.faq { border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; padding: 1.5rem 0; display: flex; justify-content: space-between; gap: 2rem; font: 600 clamp(1.35rem,2.4vw,2rem)/1.1 var(--display); text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); transition: transform .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: var(--muted); max-width: 850px; padding: 0 3rem 1.6rem 0; margin: 0; }

footer { padding: 3rem var(--pad); display: flex; justify-content: space-between; align-items: center; gap: 2rem; color: #777; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-brand { color: var(--paper); }
.footer-socials { display: flex; align-items: center; gap: .75rem; }
.footer-socials a { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--paper); transition: color .2s, border-color .2s, transform .2s; }
.footer-socials a:hover { color: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.footer-socials svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-socials svg path { fill: currentColor; stroke: none; }
.footer-socials .social-dot { fill: currentColor; stroke: none; }
.floating-wa { display: none; }

/* Portfolio */
.portfolio-header { background: transparent; }
.desktop-nav [aria-current="page"], .mobile-nav [aria-current="page"] { color: var(--gold-light); }
.portfolio-hero { min-height: 690px; padding: clamp(7rem, 12vw, 11rem) var(--pad) clamp(4rem, 8vw, 7rem); position: relative; display: grid; grid-template-columns: 1.7fr .6fr; align-items: end; gap: 5vw; overflow: hidden; border-bottom: 1px solid var(--line); }
.portfolio-hero::before { content: ""; position: absolute; width: 55vw; height: 55vw; max-width: 850px; max-height: 850px; right: -14vw; top: -22vw; border-radius: 50%; border: 1px solid rgba(190,147,212,.22); box-shadow: inset 0 0 150px rgba(190,147,212,.055), 0 0 80px rgba(190,147,212,.035); }
.portfolio-hero::after { content: ""; position: absolute; width: 1px; height: 130%; background: linear-gradient(transparent, var(--gold), transparent); right: 32%; top: -15%; transform: rotate(23deg); opacity: .55; }
.portfolio-hero-copy { position: relative; z-index: 1; max-width: 990px; }
.portfolio-hero h1 { margin-bottom: 2rem; }
.portfolio-hero-copy > p:last-child { color: var(--muted); max-width: 650px; }
.portfolio-counter { position: relative; z-index: 1; border-left: 1px solid var(--gold); padding-left: 1.5rem; display: flex; gap: 1rem; align-items: flex-start; }
.portfolio-counter strong { font: 700 4rem/.8 var(--display); color: var(--gold); }
.portfolio-counter span { font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.portfolio-intro { display: grid; grid-template-columns: .6fr 2fr; gap: 5vw; align-items: start; }
.portfolio-intro > div { display: grid; grid-template-columns: 1.2fr 1fr; gap: 5vw; align-items: end; }
.portfolio-intro p:last-child { color: var(--muted); max-width: 480px; }
.project-grid { padding-top: 0; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem) 1.25rem; }
.project-card-wide { grid-column: 1 / -1; }
.project-photo { position: relative; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; background: var(--ink-2); border: 1px solid var(--line); }
.project-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); pointer-events: none; }
.project-photo img { width: 100%; height: 100%; display: block; object-fit: cover; filter: grayscale(1) contrast(1.04); transition: transform .6s cubic-bezier(.22,1,.36,1), filter .55s ease; }
.project-card:hover .project-photo img,
.project-card:focus-within .project-photo img,
.project-card.in-view .project-photo img { transform: scale(1.025); filter: grayscale(0) contrast(1); }
.project-placeholder { aspect-ratio: 4 / 3; position: relative; display: grid; place-items: center; background: repeating-linear-gradient(135deg, #171919 0, #171919 1px, #0f1111 1px, #0f1111 18px); border: 1px solid var(--line); color: #4c5050; overflow: hidden; }
.project-card-wide .project-placeholder { aspect-ratio: 16 / 7; }
.project-placeholder::before { content: ""; position: absolute; inset: 1.2rem; border: 1px solid rgba(255,255,255,.07); }
.project-placeholder::after { content: ""; position: absolute; width: 45%; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); transform: rotate(-18deg); opacity: .5; }
.project-placeholder svg { width: 54px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.project-placeholder span { position: absolute; bottom: 2rem; color: #777; font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.project-placeholder-dark { background: radial-gradient(circle at 55% 40%, #202322, #0b0c0c 65%); }
.project-meta { display: grid; grid-template-columns: 1fr auto; margin-top: 1.2rem; align-items: baseline; }
.project-meta span { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: .64rem; }
.project-meta strong { grid-row: 2; font: 600 clamp(1.7rem, 3vw, 2.7rem)/1 var(--display); text-transform: uppercase; margin-top: .5rem; }
.project-meta small { grid-column: 2; grid-row: 2; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }
.project-meta p { grid-column: 1 / -1; color: var(--muted); max-width: 620px; margin: 1rem 0 0; font-size: .88rem; }
.portfolio-cta { border-top: 1px solid var(--line); text-align: center; }
.portfolio-cta h2 { margin: 2rem 0 3rem; }
.portfolio-cta .button { width: min(100%, 380px); }

/* Coating information page */
.coating-hero .portfolio-counter strong { font-size: clamp(3rem,5vw,5rem); white-space: nowrap; }
.service-article { display: grid; gap: clamp(5rem,9vw,9rem); }
.article-lead, .article-split { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: start; }
.article-lead h2, .article-split h2 { margin-top: 1.5rem; font-size: clamp(3.2rem,5.5vw,5.8rem); }
.article-copy { color: var(--muted); font-size: 1.02rem; }
.article-copy p:last-child { margin-bottom: 0; }
.coating-compare { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.coating-compare article { padding: clamp(2rem,5vw,4.5rem); }
.coating-compare article + article { border-left: 1px solid var(--line); }
.coating-compare .recommended { background: linear-gradient(135deg,rgba(190,147,212,.15),rgba(190,147,212,.02)); }
.coating-compare h2 { margin: 1rem 0; }
.coating-compare strong { font: 700 clamp(2.6rem,5vw,4.5rem)/1 var(--display); color: var(--gold-light); }
.coating-compare p:not(.tag) { color: var(--muted); }
.coating-compare ul { list-style: none; padding: 1rem 0 0; margin: 0; border-top: 1px solid var(--line); }
.coating-compare li { padding: .55rem 0; color: var(--paper); }
.coating-compare li::before { content: "◆"; color: var(--gold); font-size: .5rem; margin-right: .7rem; }
.article-steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.article-steps li { padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.article-steps b { color: var(--gold); text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; }
.article-steps p { color: var(--muted); margin: .45rem 0 0; }
.cta-note { color: var(--muted); margin: 1.2rem 0 2rem; }
.secondary-link { display: block; width: fit-content; margin: 1.5rem auto 0; }

.reveal { opacity: 0; transform: translateY(22px); animation: reveal .75s cubic-bezier(.22,1,.36,1) forwards; }
.reveal:nth-child(2) { animation-delay: .08s; }
.reveal:nth-child(3) { animation-delay: .16s; }
.reveal:nth-child(4) { animation-delay: .24s; }
@keyframes reveal { to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button { display: grid; gap: 7px; border: 0; background: transparent; width: 48px; height: 48px; padding: 14px 8px; z-index: 2; }
  .menu-button span { display: block; height: 1px; width: 30px; background: white; transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { display: flex; flex-direction: column; position: fixed; inset: 0; padding: 7rem var(--pad) 2rem; background: rgba(8,9,9,.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
  .mobile-nav.open { opacity: 1; visibility: visible; transform: none; }
  .mobile-nav a { font: 600 2.8rem/1.2 var(--display); text-transform: uppercase; border-bottom: 1px solid var(--line); padding: .8rem 0; }
  .hero { min-height: 780px; }
  .hero-photo::before { width: 82vw; height: 82vw; right: -24vw; top: 5vw; }
  .hero-photo::after { right: 24%; }
  .hero-content { margin-left: var(--pad); margin-right: var(--pad); padding-top: 1rem; }
  .hero-meta { gap: 1rem; justify-content: space-between; }
  .hero-meta span:nth-child(2) { display: none; }
  .statement-grid, .contact { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .coating { grid-template-columns: 1fr; }
  .coating-visual { min-height: 520px; }
  .paint-orb { width: min(70vw, 420px); }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li { border-bottom: 1px solid var(--line); }
  .trust-head { grid-template-columns: 1fr; }
  .portfolio-hero { grid-template-columns: 1fr; min-height: 650px; }
  .portfolio-counter { max-width: 270px; }
  .portfolio-intro, .portfolio-intro > div { grid-template-columns: 1fr; }
  .article-lead, .article-split, .coating-compare { grid-template-columns: 1fr; }
  .coating-compare article + article { border-left: 0; border-top: 1px solid var(--line); }
  .rating { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 3rem; }
}

@media (max-width: 620px) {
  .brand-mark { width: 62px; height: 24px; flex-basis: 62px; }
  .brand-mark img { width: 98px; height: 98px; left: -18px; top: -40px; }
  .brand { font-size: .88rem; letter-spacing: .12em; }
  .brand small { font-size: .46rem; letter-spacing: .27em; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-photo::before { width: 110vw; height: 110vw; right: -52vw; top: 5vw; }
  .hero-content { align-self: center; padding-bottom: 4rem; }
  h1 { font-size: clamp(3.6rem, 17vw, 5.4rem); }
  .hero-lead { max-width: 90%; font-size: .92rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: .8rem; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-meta { font-size: .58rem; min-height: 70px; }
  .hero-meta span:last-child { text-align: right; }
  .statement-grid { gap: 2rem; }
  h2 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .section-head { margin-bottom: 3rem; gap: 1rem; }
  .service-row { grid-template-columns: 36px 1fr; gap: 1rem; padding: 2rem 0; }
  .service-price { grid-column: 2; text-align: left; align-items: flex-start; }
  .service-price a { margin-top: .7rem; }
  .extras-grid { grid-template-columns: 1fr; }
  .coating-visual { min-height: 430px; }
  .coating-options strong { font-size: 2rem; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 230px; border-right: 0; }
  .trust { gap: 3rem; }
  .trust-head { gap: 3rem; }
  .review-card { min-height: 440px; padding: 2rem 1rem; }
  .review-card blockquote { font-size: clamp(1.55rem, 7vw, 2.2rem); }
  .review-controls { align-items: flex-start; flex-wrap: wrap; }
  .review-controls .text-link { width: 100%; }
  .review-dots { order: 2; }
  footer { flex-direction: column; align-items: flex-start; padding-bottom: 7rem; }
  .floating-wa { position: fixed; display: grid; place-items: center; right: 1rem; bottom: 1rem; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: white; z-index: 40; box-shadow: 0 10px 30px rgba(0,0,0,.4); }
  .floating-wa svg { width: 29px; fill: currentColor; }
  .portfolio-hero { min-height: 590px; padding-top: 7rem; }
  .portfolio-hero::before { width: 100vw; height: 100vw; right: -45vw; top: -10vw; }
  .portfolio-hero h1 { font-size: clamp(4rem, 19vw, 5.8rem); }
  .project-grid { grid-template-columns: 1fr; }
  .project-card-wide { grid-column: auto; }
  .project-card-wide .project-placeholder, .project-placeholder { aspect-ratio: 4 / 3; }
  .project-meta { grid-template-columns: 1fr; }
  .project-meta small { grid-column: 1; grid-row: 3; margin-top: .4rem; }
}

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