@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
}

:root {
  --paper: #f4f2ed;
  --paper-bright: #fbfaf7;
  --ink: #111214;
  --muted: #666762;
  --line: #d8d5ce;
  --blue: #1959e8;
  --blue-dark: #0f3fb4;
  --coral: #ff4b37;
  --yellow: #ffd328;
  --green: #18a46f;
  --radius: 1.5rem;
  --shadow: 0 28px 70px rgba(17, 18, 20, .13);
  --container: min(1200px, calc(100vw - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
svg { display: block; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 8rem 0; }
.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; top: 1rem; left: 1rem; z-index: 9999; padding: .7rem 1rem;
  color: white; background: var(--ink); transform: translateY(-150%); transition: transform .2s;
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000; height: 88px;
  border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s;
}
.site-header.is-scrolled { background: rgba(244, 242, 237, .94); border-color: var(--line); box-shadow: 0 10px 30px rgba(17, 18, 20, .06); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; flex: 0 0 auto; }
.brand-mark { display: grid; width: 50px; aspect-ratio: 1; place-items: center; overflow: hidden; color: white; background: white; border: 3px solid white; border-radius: 14px; box-shadow: 0 8px 22px rgba(17,18,20,.12); }
.brand-mark svg { width: 27px; }
.brand-mark-photo img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy { display: flex; gap: .35rem; align-items: baseline; font-size: 1.06rem; line-height: 1; letter-spacing: -.02em; }
.brand-copy strong { font-size: 1.36rem; font-weight: 800; letter-spacing: -.04em; }
.brand-copy span { font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: 1.9rem; margin-left: auto; }
.main-nav a { position: relative; font-size: .89rem; font-weight: 700; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 2px; background: var(--blue); transition: right .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-phone { display: inline-flex; align-items: center; gap: .55rem; padding: .72rem 1rem; color: white; background: var(--ink); border-radius: 999px; font-weight: 800; text-decoration: none; white-space: nowrap; transition: background .2s, transform .2s; }
.header-phone:hover { background: var(--blue); transform: translateY(-2px); }
.header-phone svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 860px; padding: 160px 0 0; overflow: hidden; background: var(--paper-bright); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -290px; top: 120px; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 80px rgba(25, 89, 232, .025), 0 0 0 160px rgba(25, 89, 232, .02); }
.hero::after { content: "PEINDRE"; position: absolute; left: 1.5vw; bottom: 7rem; color: transparent; font-size: 12vw; line-height: .8; font-weight: 800; letter-spacing: -.08em; -webkit-text-stroke: 1px rgba(17,18,20,.06); pointer-events: none; }
.hero-grid-lines { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(to right, transparent calc(100% - 1px), var(--line) 1px), linear-gradient(to bottom, transparent calc(100% - 1px), var(--line) 1px); background-size: 10vw 10vw; mask-image: linear-gradient(to bottom, rgba(0,0,0,.5), transparent 65%); }
.hero-layout { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 4rem; min-height: 610px; }
.hero-copy { position: relative; z-index: 5; padding-bottom: 3rem; }
.eyebrow { display: flex; align-items: center; gap: .6rem; margin: 0 0 1.4rem; font-size: .74rem; line-height: 1.2; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { display: block; width: 30px; height: 3px; background: var(--coral); }
.hero h1, .section-heading h2, .projects-heading h2, .method h2, .area h2, .cta-card h2 {
  margin: 0; font-size: clamp(3.6rem, 5.8vw, 6.2rem); line-height: .94; letter-spacing: -.058em; font-weight: 800; text-wrap: balance;
}
h1 em, h2 em { position: relative; z-index: 0; display: inline-block; color: var(--blue); font-family: inherit; font-style: normal; font-weight: 800; }
h1 em::after, h2 em::after { content: ""; position: absolute; z-index: -1; left: -.02em; right: -.08em; bottom: .05em; height: .13em; background: var(--yellow); border-radius: 999px 45% 65% 999px; transform: rotate(-1.4deg); }
.hero-intro { max-width: 580px; margin: 2rem 0 0; color: #4f514e; font-size: 1.16rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 1.8rem; margin-top: 2.3rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 1rem; min-height: 58px; padding: 0 1.35rem 0 1.6rem; border-radius: 999px; font-weight: 850; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.button:hover { transform: translateY(-3px); }
.button:hover svg { transform: translateX(4px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 12px 30px rgba(25, 89, 232, .25); }
.button-primary:hover { background: var(--blue-dark); }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: var(--blue); }
.text-link { font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--ink); }
.text-link span { display: inline-block; margin-left: .3rem; color: var(--coral); transition: transform .2s; }
.text-link:hover span { transform: translateY(3px); }
.hero-tags { display: flex; flex-wrap: wrap; gap: .7rem; margin: 2.8rem 0 0; padding: 0; list-style: none; }
.hero-tags li { padding: .45rem .8rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; background: rgba(255,255,255,.55); }
.hero-visual { position: relative; height: 590px; }
.hero-photo { position: absolute; inset: 0 8% 0 12%; margin: 0; overflow: hidden; border-radius: 48% 48% 1.7rem 1.7rem; box-shadow: var(--shadow); transform: rotate(1.8deg); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.45); border-radius: inherit; }
.hero-detail { position: absolute; z-index: 2; left: -3%; bottom: -1rem; width: 150px; height: 205px; margin: 0; overflow: hidden; border: 8px solid var(--paper-bright); border-radius: 1.15rem; box-shadow: 0 20px 40px rgba(17,18,20,.17); transform: rotate(-5deg); }
.hero-detail img { width: 100%; height: 100%; object-fit: cover; }
.hero-hours { position: absolute; z-index: 4; right: -2%; bottom: 2.5rem; display: flex; align-items: flex-start; gap: .7rem; padding: .9rem 1.05rem; background: var(--ink); color: white; border-radius: 1rem; box-shadow: 0 16px 35px rgba(17,18,20,.18); transform: rotate(-2deg); }
.hero-hours p { margin: 0; font-size: .76rem; line-height: 1.45; }
.hero-hours strong { font-size: .83rem; }
.status-dot { position: relative; display: block; width: 8px; height: 8px; margin-top: .3rem; background: #56e49a; border-radius: 50%; box-shadow: 0 0 0 5px rgba(86,228,154,.15); }
.paint-orbit { position: absolute; border-radius: 48% 52% 38% 62% / 58% 35% 65% 42%; }
.paint-orbit-blue { width: 120px; height: 120px; right: -25px; top: 31%; background: var(--blue); transform: rotate(20deg); }
.paint-orbit-red { width: 72px; height: 72px; left: 3%; top: -20px; background: var(--coral); transform: rotate(-12deg); }
.service-ticker { position: relative; z-index: 4; width: var(--container); margin: 5.5rem auto 2.5rem; overflow: hidden; color: white; background: var(--ink); border-radius: 1.35rem; box-shadow: 0 20px 50px rgba(17,18,20,.15); }
.ticker-track { display: grid; grid-template-columns: repeat(6, 1fr); width: 100%; }
.ticker-track span { display: flex; min-width: 0; min-height: 92px; padding: 1rem 1.1rem; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); font-size: .7rem; line-height: 1.35; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ticker-track span:last-child { border-right: 0; }
.ticker-track b { margin-bottom: .35rem; color: var(--yellow); font-size: .61rem; font-weight: 800; letter-spacing: .14em; }

.section-heading, .projects-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 5rem; margin-bottom: 4rem; }
.section-heading h2, .projects-heading h2, .method h2, .area h2 { font-size: clamp(3.1rem, 5.4vw, 5.7rem); }
.section-heading > p, .projects-heading > p { max-width: 460px; margin: 0 0 .35rem; color: var(--muted); font-size: 1.06rem; line-height: 1.8; }
.services-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.25rem; }
.service-card { position: relative; grid-column: span 4; min-height: 440px; padding: 2rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-bright); transition: transform .3s, box-shadow .3s, border-color .3s; }
.service-card:hover { transform: translateY(-8px); border-color: transparent; box-shadow: var(--shadow); }
.service-card-featured { grid-column: span 5; color: white; background: var(--blue); border-color: var(--blue); }
.service-card:nth-child(2) { grid-column: span 3; }
.service-number { position: absolute; right: 1.5rem; top: 1rem; color: rgba(17,18,20,.12); font-size: 4.6rem; line-height: 1; font-weight: 900; letter-spacing: -.09em; }
.service-card-featured .service-number { color: rgba(255,255,255,.16); }
.service-icon { display: grid; width: 66px; aspect-ratio: 1; place-items: center; margin-bottom: 2rem; color: var(--blue); border: 1px solid var(--line); border-radius: 50%; }
.service-card-featured .service-icon { color: white; border-color: rgba(255,255,255,.4); }
.service-icon svg { width: 36px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { max-width: 360px; margin: 0 0 1rem; font-size: 1.55rem; line-height: 1.15; letter-spacing: -.035em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.service-card-featured p { color: rgba(255,255,255,.76); }
.service-card ul { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.7rem 0 0; padding: 0; list-style: none; }
.service-card li { padding: .35rem .65rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .69rem; font-weight: 800; text-transform: uppercase; }
.service-card-featured li { color: white; border-color: rgba(255,255,255,.36); }
.service-card-accent { display: flex; grid-column: span 12; flex-direction: column; justify-content: space-between; min-height: 280px; color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.service-card-accent::before { content: ""; position: absolute; width: 230px; height: 230px; right: 6%; top: -35%; border: 2px solid rgba(17,18,20,.18); border-radius: 50%; box-shadow: 0 0 0 26px rgba(17,18,20,.03), 0 0 0 52px rgba(17,18,20,.025); }
.service-quote { max-width: 780px; color: var(--ink) !important; font-family: inherit; font-size: clamp(2.2rem, 3.7vw, 4.3rem); line-height: 1.08 !important; font-weight: 700; letter-spacing: -.045em; }
.service-accent-footer { display: flex; align-items: center; justify-content: space-between; font-size: .8rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.service-accent-footer svg { width: 32px; fill: none; stroke: currentColor; stroke-width: 2; }

.projects { position: relative; color: white; background: var(--ink); }
.projects::before { content: "ADF"; position: absolute; right: -1vw; top: 3rem; color: rgba(255,255,255,.025); font-size: 20vw; line-height: 1; font-weight: 900; letter-spacing: -.1em; }
.projects-heading { position: relative; }
.projects-heading h2 em { color: #7ca3ff; }
.projects-heading > p { color: rgba(255,255,255,.6); }
.eyebrow-light > span { background: var(--yellow); }
.gallery { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 225px; gap: 1rem; }
.gallery-item { position: relative; grid-column: span 4; grid-row: span 2; min-width: 0; padding: 0; overflow: hidden; color: white; background: #25272a; border: 0; border-radius: 1.1rem; cursor: zoom-in; text-align: left; }
.gallery-item-wide { grid-column: span 8; grid-row: span 2; }
.gallery-item-tall { grid-row: span 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.75,.2,1), filter .4s; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.76), transparent 45%); }
.gallery-item > span { position: absolute; z-index: 2; left: 1.4rem; right: 1.4rem; bottom: 1.3rem; display: flex; justify-content: space-between; align-items: end; gap: 1rem; }
.gallery-item strong { font-size: 1rem; }
.gallery-item small { color: rgba(255,255,255,.68); }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.045); filter: saturate(1.12); }
.gallery-item:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.method { background: var(--paper-bright); }
.method-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 7rem; align-items: start; }
.method-intro { position: sticky; top: 130px; }
.method-intro > p:not(.eyebrow) { max-width: 490px; margin: 2rem 0 2.2rem; color: var(--muted); font-size: 1.05rem; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.method-steps li { display: grid; grid-template-columns: 100px 1fr; gap: 1.5rem; padding: 2.7rem 0; border-bottom: 1px solid var(--line); }
.step-number { color: var(--blue); font-family: inherit; font-size: 2.25rem; font-weight: 700; line-height: 1; }
.method-steps h3 { margin: 0 0 .55rem; font-size: 1.65rem; letter-spacing: -.04em; }
.method-steps p { max-width: 510px; margin: 0; color: var(--muted); }
.trust-bar { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 7rem; padding: 2.5rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-bar > div { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 0 1.5rem; border-right: 1px solid var(--line); }
.trust-bar > div:last-child { border: 0; }
.trust-bar strong { font-size: 2.7rem; line-height: 1; letter-spacing: -.06em; }
.trust-bar span { color: var(--muted); font-size: .77rem; line-height: 1.4; font-weight: 700; text-transform: uppercase; }

.area { overflow: hidden; background: var(--paper); }
.area-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 7rem; align-items: center; }
.area-visual { position: relative; min-height: 570px; }
.real-map-card { overflow: hidden; background: #dfe7de; border: 10px solid var(--paper-bright); border-radius: 1.6rem; box-shadow: 0 28px 65px rgba(17,18,20,.16); }
.region-map { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 570px; border: 0; filter: saturate(.88) contrast(1.04); }
.map-overlay { position: absolute; z-index: 3; left: 1rem; top: 1rem; display: flex; padding: .8rem 1rem; flex-direction: column; color: white; background: var(--blue); border: 1px solid rgba(255,255,255,.25); border-radius: 1rem; box-shadow: 0 14px 35px rgba(17,18,20,.2); pointer-events: none; }
.map-overlay span { font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .75; }
.map-overlay strong { font-size: 1.45rem; line-height: 1.2; letter-spacing: -.04em; }
.map-overlay i { color: var(--yellow); font-style: normal; }
.map-open { position: absolute; z-index: 3; right: 1rem; bottom: 1rem; display: inline-flex; align-items: center; gap: .55rem; padding: .72rem .9rem; color: white; background: var(--ink); border-radius: 999px; box-shadow: 0 12px 30px rgba(17,18,20,.22); font-size: .72rem; font-weight: 800; text-decoration: none; }
.map-open svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.map-open:hover svg { transform: translate(2px,-2px); }
.area-copy > p:not(.eyebrow, .area-note) { margin: 2rem 0; color: var(--muted); font-size: 1.05rem; }
.area-copy > p strong { color: var(--ink); }
.area-list { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem 1.2rem; margin: 0; padding: 0; list-style: none; }
.area-list li { position: relative; padding-left: 1.2rem; font-size: .91rem; font-weight: 750; }
.area-list li::before { content: ""; position: absolute; left: 0; top: .7rem; width: 6px; height: 6px; background: var(--blue); border-radius: 50%; }
.area-note { margin: 2rem 0 0; padding: 1rem 1.1rem; border-left: 3px solid var(--coral); color: var(--muted); background: var(--paper-bright); font-size: .87rem; }

.cta-section { padding: 0 0 5rem; background: var(--paper); }
.cta-card { position: relative; min-height: 580px; padding: 5.5rem 5rem; overflow: hidden; color: white; background: var(--blue); border-radius: 2rem; }
.cta-card::after { content: ""; position: absolute; width: 500px; height: 500px; right: -160px; bottom: -260px; border: 2px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); }
.cta-card > * { position: relative; z-index: 2; }
.cta-card h2 { max-width: 930px; font-size: clamp(3.3rem, 6vw, 6.4rem); }
.cta-card h2 em { color: var(--yellow); }
.cta-card > p:not(.eyebrow, .cta-hours) { margin: 1.8rem 0 2rem; color: rgba(255,255,255,.72); font-size: 1.08rem; }
.cta-phone { display: inline-flex; align-items: center; gap: 1rem; text-decoration: none; }
.cta-phone-icon { display: grid; width: 58px; aspect-ratio: 1; place-items: center; color: var(--blue); background: white; border-radius: 50%; transition: transform .25s; }
.cta-phone:hover .cta-phone-icon { transform: rotate(-8deg) scale(1.08); }
.cta-phone svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cta-phone > span:last-child { display: flex; flex-direction: column; }
.cta-phone small { color: rgba(255,255,255,.62); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.cta-phone strong { font-size: 1.7rem; line-height: 1.2; }
.cta-hours { margin: 1rem 0 0 74px; color: rgba(255,255,255,.57); font-size: .78rem; }
.cta-splash { position: absolute; z-index: 1; width: 180px; height: 180px; right: 14%; top: 10%; background: var(--coral); border-radius: 58% 42% 65% 35% / 42% 62% 38% 58%; transform: rotate(18deg); }

.site-footer { padding: 4rem 0 2rem; color: white; background: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr .8fr; align-items: center; gap: 3rem; padding-bottom: 3rem; }
.brand-footer .brand-mark { background: white; }
.footer-summary { max-width: 390px; color: rgba(255,255,255,.55); font-size: .92rem; }
.footer-summary p { margin: 0; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; }
.footer-contact span { color: rgba(255,255,255,.45); font-size: .67rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.footer-contact a { font-size: 1.2rem; font-weight: 850; text-decoration-color: var(--coral); text-underline-offset: .25rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.4); font-size: .66rem; line-height: 1.5; text-transform: uppercase; }
.mobile-call { display: none; }

.lightbox { width: min(1000px, calc(100vw - 2rem)); max-width: none; padding: 0; overflow: visible; color: white; background: transparent; border: 0; }
.lightbox::backdrop { background: rgba(8,9,10,.92); backdrop-filter: blur(8px); }
.lightbox figure { display: flex; flex-direction: column; max-height: 88vh; margin: 0; }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; border-radius: .8rem; }
.lightbox figcaption { margin-top: .6rem; color: rgba(255,255,255,.72); text-align: center; }
.lightbox-close { position: absolute; z-index: 2; right: 0; top: -3rem; display: grid; width: 40px; aspect-ratio: 1; place-items: center; color: white; background: rgba(255,255,255,.14); border: 0; border-radius: 50%; cursor: pointer; font-size: 1.6rem; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s cubic-bezier(.2,.75,.2,1), transform .75s cubic-bezier(.2,.75,.2,1); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  :root { --container: min(100% - 36px, 960px); }
  .main-nav { gap: 1rem; }
  .main-nav a { font-size: .78rem; }
  .header-phone span { display: none; }
  .header-phone { width: 44px; height: 44px; padding: 0; justify-content: center; }
  .hero { min-height: 810px; }
  .hero-layout { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .hero h1 { font-size: clamp(3.6rem, 7vw, 5.2rem); }
  .hero-photo { inset: 1rem 5% 1rem 10%; }
  .ticker-track { grid-template-columns: repeat(3, 1fr); }
  .ticker-track span:nth-child(3) { border-right: 0; }
  .ticker-track span:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .hero-hours { right: -1rem; }
  .service-card-featured, .service-card:nth-child(2), .service-card { grid-column: span 6; }
  .service-card-accent { grid-column: span 12; }
  .method-layout, .area-layout { gap: 4rem; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-summary { display: none; }
}

@media (max-width: 780px) {
  :root { --container: calc(100vw - 30px); }
  html { scroll-padding-top: 74px; }
  body { padding-bottom: 76px; }
  .section { padding: 5.5rem 0; }
  .site-header { height: 72px; }
  .header-inner { gap: .8rem; }
  body.menu-open .site-header { height: 100dvh; background: #101113; border-color: transparent; box-shadow: none; backdrop-filter: none; }
  body.menu-open .header-inner { height: 72px; }
  .brand-copy { flex-direction: column; gap: .1rem; align-items: flex-start; }
  .brand-copy strong { font-size: 1.1rem; }
  .brand-copy span { font-size: .7rem; }
  .brand-mark { width: 44px; border-radius: 12px; }
  .header-phone { display: none; }
  .menu-toggle { position: relative; z-index: 1002; display: flex; width: 45px; height: 45px; margin-left: auto; flex-direction: column; justify-content: center; gap: 7px; padding: 0 11px; background: var(--ink); border: 0; border-radius: 50%; }
  .menu-toggle > span:not(.sr-only) { width: 100%; height: 2px; background: white; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] { color: var(--ink); background: white; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
  .menu-toggle[aria-expanded="true"] > span:not(.sr-only) { background: var(--ink); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-4.5px) rotate(-45deg); }
  .main-nav { position: absolute; inset: 0; z-index: 1001; display: flex; min-height: 100dvh; padding: 7rem 1.5rem 2rem; overflow-y: auto; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0; color: white; background: #101113; opacity: 0; visibility: hidden; transform: translateX(100%); transition: opacity .25s, visibility .25s, transform .32s cubic-bezier(.2,.75,.2,1); }
  .main-nav::before { content: "Navigation"; width: 100%; padding-bottom: 1rem; color: rgba(255,255,255,.48); border-bottom: 1px solid rgba(255,255,255,.16); font-size: .68rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
  .main-nav::after { content: "ADF Peinture · 07 51 09 70 14"; margin-top: auto; padding-top: 2rem; color: rgba(255,255,255,.5); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: translateX(0); }
  .main-nav a { width: 100%; padding: 1.25rem 0; color: white; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 1.75rem; line-height: 1.2; letter-spacing: -.04em; }
  .main-nav a::after { display: none; }

  .hero { min-height: auto; padding-top: 116px; }
  .hero::before { display: none; }
  .hero-layout { display: flex; min-height: 0; flex-direction: column; gap: 1.5rem; }
  .hero-copy { padding: 0; }
  .hero h1 { max-width: 620px; font-size: clamp(3.5rem, 15vw, 5.4rem); }
  .hero-intro { margin-top: 1.4rem; font-size: 1rem; line-height: 1.7; }
  .hero-actions { align-items: flex-start; margin-top: 1.8rem; flex-direction: column; gap: 1rem; }
  .button { min-height: 54px; }
  .hero-tags { margin-top: 2rem; }
  .hero-visual { width: 100%; height: 500px; margin-top: 1rem; }
  .hero-photo { inset: 0 0 0 9%; border-radius: 42% 42% 1.2rem 1.2rem; }
  .hero-detail { left: -3%; bottom: -1rem; width: 108px; height: 155px; border-width: 6px; }
  .hero-hours { right: -.2rem; bottom: 1.1rem; padding: .7rem .8rem; }
  .paint-orbit-blue { right: -30px; }
  .service-ticker { margin-top: 4rem; border-radius: 1rem; }
  .ticker-track { grid-template-columns: repeat(2, 1fr); }
  .ticker-track span { min-height: 72px; padding: .8rem; border-bottom: 1px solid rgba(255,255,255,.14); }
  .ticker-track span:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.14); }
  .ticker-track span:nth-child(2n) { border-right: 0; }
  .ticker-track span:nth-last-child(-n+2) { border-bottom: 0; }

  .section-heading, .projects-heading { display: block; margin-bottom: 2.7rem; }
  .section-heading h2, .projects-heading h2, .method h2, .area h2 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .section-heading > p, .projects-heading > p { margin-top: 1.5rem; }
  .services-grid { display: block; }
  .service-card { min-height: 0; margin-bottom: 1rem; padding: 1.6rem; }
  .service-card-accent { min-height: 260px; }
  .service-quote { font-size: 2.45rem; }

  .gallery { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; gap: .7rem; }
  .gallery-item, .gallery-item-wide, .gallery-item-tall { grid-column: span 1; grid-row: span 1; border-radius: .8rem; }
  .gallery-item:first-child, .gallery-item-wide { grid-column: span 2; }
  .gallery-item > span { left: 1rem; right: 1rem; bottom: .85rem; flex-direction: column; align-items: flex-start; gap: 0; }
  .gallery-item small { display: none; }

  .method-layout { display: block; }
  .method-intro { position: static; }
  .method-steps { margin-top: 3.5rem; }
  .method-steps li { grid-template-columns: 62px 1fr; gap: 1rem; padding: 2rem 0; }
  .step-number { font-size: 2rem; }
  .trust-bar { grid-template-columns: 1fr 1fr; margin-top: 4rem; padding: 0; border-bottom: 0; }
  .trust-bar > div { justify-content: flex-start; padding: 1.6rem .7rem; border-bottom: 1px solid var(--line); }
  .trust-bar > div:nth-child(2) { border-right: 0; }
  .trust-bar strong { font-size: 2.1rem; }

  .area-layout { display: flex; flex-direction: column-reverse; gap: 3.5rem; }
  .area-visual { width: 100%; min-height: 420px; }
  .real-map-card { border-width: 6px; border-radius: 1.15rem; }
  .region-map { min-height: 420px; }
  .map-overlay { left: .65rem; top: .65rem; }
  .map-open { right: .65rem; bottom: .65rem; }
  .area-list { grid-template-columns: 1fr; }

  .cta-section { padding-bottom: 1rem; }
  .cta-card { min-height: 560px; padding: 3.5rem 1.5rem; border-radius: 1.25rem; }
  .cta-card h2 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .cta-splash { right: -70px; top: 28%; opacity: .55; }
  .cta-phone strong { font-size: 1.45rem; }
  .cta-hours { margin-left: 0; }

  .site-footer { padding: 3rem 0 2rem; }
  .footer-main { display: flex; align-items: flex-start; flex-direction: column; gap: 2rem; }
  .footer-contact { align-items: flex-start; }
  .footer-bottom { flex-direction: column; gap: .65rem; }
  .mobile-call { position: fixed; z-index: 999; left: 12px; right: 12px; bottom: 10px; display: flex; height: 58px; align-items: center; justify-content: center; gap: .7rem; color: white; background: var(--blue); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; box-shadow: 0 12px 35px rgba(17,18,20,.28); font-weight: 850; text-decoration: none; }
  .mobile-call svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 3.45rem; }
  .hero-visual { height: 455px; }
  .hero-hours { right: .1rem; }
  .gallery { grid-auto-rows: 200px; }
  .trust-bar > div { display: block; }
  .trust-bar span { display: block; margin-top: .4rem; }
  .map-dot span { display: none; }
}

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