:root {
  --red: #62318c;
  --red-bright: #7946a8;
  --red-dark: #351052;
  --amber: #a886d3;
  --amber-light: #d5c1ef;
  --cream: #f8f4fb;
  --cream-deep: #ded2e9;
  --ink: #160f21;
  --ink-soft: #20162c;
  --panel: #2b1e39;
  --muted: #b7abbf;
  --line: rgba(248, 244, 251, 0.15);
  --light-line: rgba(22, 15, 33, 0.15);
  --shell: min(1180px, calc(100vw - 40px));
  --radius: 14px;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

section[id] { scroll-margin-top: 112px; }

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--cream);
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }

h1,
h2,
h3 {
  margin: 0;
  font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

h1 { font-size: clamp(4.2rem, 8.6vw, 7.8rem); }
h2 { font-size: clamp(3rem, 6vw, 5.2rem); }
h3 { font-size: clamp(1.8rem, 3vw, 2.55rem); }
h1 em, h2 em { color: var(--red); font-style: normal; }
p { margin: 0; }

.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  left: 12px;
  padding: 0.7rem 1rem;
  color: var(--ink);
  background: var(--amber-light);
  transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

:focus-visible {
  outline: 3px solid var(--amber-light);
  outline-offset: 4px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.15rem;
  color: var(--red-dark);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow > span { width: 30px; height: 3px; background: var(--amber); }
.eyebrow-cream { color: var(--cream); }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.82rem 1.45rem;
  border: 2px solid transparent;
  border-radius: 4px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 200ms var(--ease), background 200ms var(--ease), color 200ms var(--ease), border-color 200ms var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.button-primary { color: white; background: var(--red); }
.button-primary:hover { background: var(--red-bright); }
.button-secondary { color: var(--cream); border-color: rgba(255, 244, 222, 0.36); background: transparent; }
.button-secondary:hover { color: var(--ink); border-color: var(--cream); background: var(--cream); }
.button-dark { color: var(--cream); background: var(--ink); }
.button-dark:hover { background: var(--panel); }
.button-outline-dark { color: var(--ink); border-color: rgba(11, 9, 9, 0.48); background: transparent; }
.button-outline-dark:hover { color: var(--cream); border-color: var(--ink); background: var(--ink); }

/* Header */
.utility-bar { color: var(--ink); background: var(--amber-light); }
.utility-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.utility-inner a { min-height: 34px; display: flex; align-items: center; font-size: 0.94rem; text-decoration: none; }

.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: rgba(22, 15, 33, 0.92);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 1.6rem; }
.brand { display: inline-flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.brand-logo {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  object-fit: cover;
  border: 2px solid rgba(213, 193, 239, 0.6);
  border-radius: 10px;
  background: white;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { color: var(--cream); font-family: 'Barlow Condensed', sans-serif; font-size: 1.68rem; font-style: italic; font-weight: 900; letter-spacing: 0.02em; text-transform: uppercase; }
.brand-copy small { margin-top: 4px; color: var(--amber-light); font-size: 0.59rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }

.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2rem); }
.desktop-nav a {
  position: relative;
  padding: 0.8rem 0;
  color: #d7cec7;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}
.desktop-nav a::after { content: ''; position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; background: var(--amber); transform: scaleX(0); transform-origin: right; transition: transform 200ms var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { min-height: 44px; padding-inline: 1.2rem; }

.menu-toggle {
  width: 48px;
  height: 48px;
  margin-left: auto;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--panel);
  cursor: pointer;
}
.menu-toggle span { height: 2px; background: var(--cream); transition: transform 220ms var(--ease), opacity 160ms var(--ease); }
.menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { display: none; padding: 0 20px 1.4rem; border-top: 1px solid var(--line); background: var(--ink-soft); }
.mobile-menu.is-open { display: flex; flex-direction: column; }
.mobile-menu > a:not(.button) { min-height: 52px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-family: 'Barlow Condensed', sans-serif; font-size: 1.3rem; font-weight: 700; letter-spacing: 0.05em; text-decoration: none; text-transform: uppercase; }
.mobile-menu .button { margin-top: 1rem; }

/* Hero */
.hero { position: relative; min-height: calc(100vh - 112px); display: grid; align-items: center; overflow: hidden; background: var(--ink); }
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to right, black, transparent 72%);
}
.hero-lines { position: absolute; z-index: 0; right: -11vw; bottom: -18vw; width: 70vw; height: 38vw; border: 6px solid var(--amber); border-radius: 38% 62% 58% 42%; transform: rotate(-15deg); opacity: 0.18; }
.hero-lines::before, .hero-lines::after { content: ''; position: absolute; inset: 2.1vw; border: 4px solid var(--red); border-radius: inherit; }
.hero-lines::after { inset: 4.3vw; border-color: var(--cream); opacity: 0.65; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(400px, 0.96fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); padding-block: clamp(3.4rem, 7vw, 6.2rem); }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 760px; color: var(--cream); }
.hero h1 em { color: var(--amber); }
.hero .eyebrow { color: var(--amber-light); }
.hero-lede { max-width: 610px; margin-top: 1.5rem; color: #d0c4d7; font-size: clamp(1.02rem, 1.5vw, 1.17rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 650px; margin: 2.4rem 0 0; padding: 1.2rem 0 0; list-style: none; border-top: 1px solid var(--line); }
.hero-facts li { padding: 0 1rem; border-right: 1px solid var(--line); }
.hero-facts li:first-child { padding-left: 0; }
.hero-facts li:last-child { border: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-family: 'Barlow Condensed', sans-serif; font-size: 1.2rem; text-transform: uppercase; }
.hero-facts span { margin-top: 2px; color: var(--muted); font-size: 0.67rem; letter-spacing: 0.05em; text-transform: uppercase; }

.hero-collage { position: relative; min-height: 590px; }
.hero-photo { position: absolute; margin: 0; overflow: hidden; border: 5px solid var(--ink); background: var(--panel); box-shadow: 0 22px 60px rgba(0,0,0,.48); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { top: 5%; right: 2%; width: 70%; aspect-ratio: 1 / 1.18; transform: rotate(2deg); }
.hero-photo-main::after { content: ''; position: absolute; inset: 0; box-shadow: inset 0 0 0 2px rgba(255,255,255,.1); }
.hero-photo-top { top: 0; left: 0; z-index: 2; width: 42%; aspect-ratio: 1; transform: rotate(-5deg); }
.hero-photo-bottom { z-index: 2; right: -2%; bottom: 0; width: 47%; aspect-ratio: 1.18 / 1; transform: rotate(5deg); }
.hero-stamp { position: absolute; z-index: 3; bottom: 4%; left: 4%; width: 135px; height: 135px; display: grid; align-content: center; justify-items: center; color: var(--ink); border: 5px solid var(--ink); border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 3px var(--amber); text-transform: uppercase; transform: rotate(-8deg); }
.hero-stamp::before, .hero-stamp::after { content: '★'; position: absolute; top: 51px; font-size: .65rem; }
.hero-stamp::before { left: 10px; }
.hero-stamp::after { right: 10px; }
.hero-stamp span, .hero-stamp small { font-size: .61rem; font-weight: 800; letter-spacing: .13em; }
.hero-stamp strong { font-family: 'Barlow Condensed', sans-serif; font-size: 1.65rem; line-height: 1.1; }

.service-ribbon { position: relative; z-index: 2; overflow: hidden; color: var(--ink); border-block: 2px solid var(--ink); background: var(--amber); transform: rotate(-1deg) scale(1.02); }
.ribbon-track { width: max-content; min-width: 100%; display: flex; align-items: center; justify-content: center; gap: 1.2rem; padding: .75rem 1.5rem; }
.ribbon-track span { font-family: 'Barlow Condensed', sans-serif; font-size: 1.05rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ribbon-track i { width: 8px; height: 8px; background: var(--red-dark); transform: rotate(45deg); }

/* General sections */
.section { padding: clamp(5rem, 9vw, 8.5rem) 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .5fr); align-items: end; gap: 2.5rem; margin-bottom: clamp(2.6rem, 5vw, 4.5rem); }
.section-heading > p { max-width: 48ch; padding-bottom: .35rem; color: #61576a; }
.section-heading-light > p { color: #bfb3c7; }
.section-heading-light h2 { color: var(--cream); }
.section-heading-light h2 em { color: var(--amber); }

/* Services */
.services-section { color: var(--ink); background: var(--cream); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.service-card { display: grid; grid-template-columns: minmax(180px, .85fr) 1.15fr; min-height: 480px; overflow: hidden; border: 1px solid var(--light-line); border-radius: var(--radius); background: #fefcff; box-shadow: 0 16px 44px rgba(53,16,82,.09); }
.service-photo { position: relative; min-height: 100%; overflow: hidden; background: #292323; }
.service-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,9,9,.56), transparent 55%); }
.service-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms var(--ease); }
.service-card:hover .service-photo img { transform: scale(1.045); }
.service-photo > span { position: absolute; z-index: 2; bottom: 1rem; left: 1rem; color: white; font-family: 'Barlow Condensed', sans-serif; font-size: 3rem; font-weight: 900; line-height: 1; }
.service-content { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.5rem, 3vw, 2.2rem); }
.service-kicker { margin-bottom: .5rem; color: var(--red-dark); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-content > p:not(.service-kicker) { margin-top: 1rem; color: #625969; font-size: .93rem; }
.service-content ul { margin: 1.2rem 0 1.5rem; padding: 0; display: grid; gap: .48rem; list-style: none; }
.service-content li { position: relative; padding-left: 1.2rem; color: #423949; font-size: .87rem; }
.service-content li::before { content: ''; position: absolute; top: .67em; left: 0; width: 6px; height: 6px; background: var(--amber); transform: rotate(45deg); }
.arrow-link { margin-top: auto; color: var(--red-dark); font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 800; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }
.arrow-link span { display: inline-block; margin-left: .35rem; transition: transform 180ms var(--ease); }
.arrow-link:hover span { transform: translateX(5px); }

.complete-callout { margin-top: 1.2rem; display: grid; grid-template-columns: 1.2fr .9fr auto; align-items: center; gap: 2rem; padding: 1.7rem 2rem; border-radius: var(--radius); color: var(--ink); background: var(--amber); }
.complete-callout > div { position: relative; padding-left: 4rem; }
.callout-number { position: absolute; left: 0; top: 50%; font-family: 'Barlow Condensed', sans-serif; font-size: 3.2rem; font-weight: 900; line-height: 1; transform: translateY(-50%); opacity: .42; }
.complete-callout h3 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.complete-callout > p { font-size: .9rem; }

/* Work */
.work-section { background: var(--ink-soft); }
.gallery-filter { display: inline-flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.5rem; padding: .35rem; border: 1px solid var(--line); border-radius: 6px; background: rgba(255,255,255,.03); }
.gallery-filter button { min-height: 44px; padding: .6rem 1rem; color: #bfb3c7; border: 0; border-radius: 3px; background: transparent; font-family: 'Barlow Condensed', sans-serif; font-size: .92rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: color 180ms var(--ease), background 180ms var(--ease); }
.gallery-filter button:hover { color: var(--cream); }
.gallery-filter button.is-active { color: var(--ink); background: var(--amber); }
.work-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .85rem; }
.work-card { position: relative; margin: 0; aspect-ratio: 1; overflow: hidden; border-radius: 8px; background: var(--panel); }
.work-card-wide { grid-column: span 2; aspect-ratio: 2.06 / 1; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 480ms var(--ease), filter 220ms var(--ease); }
.work-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,9,9,.92), rgba(11,9,9,0) 58%); pointer-events: none; }
.work-card:hover img { transform: scale(1.05); }
.work-card figcaption { position: absolute; z-index: 2; right: .9rem; bottom: .75rem; left: .9rem; color: white; font-family: 'Barlow Condensed', sans-serif; font-size: 1.1rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.work-card figcaption span { display: block; margin-bottom: .1rem; color: var(--amber-light); font-family: 'Manrope', sans-serif; font-size: .55rem; font-weight: 700; letter-spacing: .16em; }
.work-card.is-hidden { display: none; }

/* Process */
.process-section { color: var(--ink); background: #eee6f4; }
.process-layout { display: grid; grid-template-columns: minmax(0, .88fr) minmax(380px, 1.12fr); align-items: start; gap: clamp(3rem, 8vw, 7.5rem); }
.process-intro > p:not(.eyebrow) { max-width: 52ch; margin: 1.4rem 0 1.8rem; color: #5f5666; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--light-line); list-style: none; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 1.3rem; padding: 1.7rem 0; border-bottom: 1px solid var(--light-line); }
.process-list li > span { color: var(--red); font-family: 'Barlow Condensed', sans-serif; font-size: 2.6rem; font-weight: 900; line-height: .92; }
.process-list h3 { font-size: 1.65rem; }
.process-list p { margin-top: .4rem; color: #625969; font-size: .9rem; }

/* Area */
.area-section { position: relative; overflow: hidden; background: var(--red-dark); }
.area-section::after { content: 'MI'; position: absolute; right: -2vw; bottom: -12vw; color: rgba(255,255,255,.05); font-family: 'Barlow Condensed', sans-serif; font-size: 34vw; font-weight: 900; line-height: .8; pointer-events: none; }
.area-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.area-copy h2 em { color: var(--amber); }
.area-copy > p:not(.eyebrow) { max-width: 52ch; margin-top: 1.4rem; color: #e0d4e8; }
.area-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.25); list-style: none; }
.area-list li { display: grid; grid-template-columns: 52px 1fr auto; align-items: baseline; gap: 1rem; padding: 1.15rem .25rem; border-bottom: 1px solid rgba(255,255,255,.25); }
.area-list span { color: var(--amber-light); font-size: .63rem; font-weight: 800; letter-spacing: .1em; }
.area-list strong { font-family: 'Barlow Condensed', sans-serif; font-size: 1.65rem; font-weight: 800; text-transform: uppercase; }
.area-list small { color: #d7c5e4; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

/* Contact and footer */
.contact-section { padding: clamp(4.5rem, 8vw, 7rem) 0; color: var(--ink); background: var(--cream); }
.contact-box { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; padding: clamp(2rem, 5vw, 4rem); border: 2px solid var(--ink); border-radius: var(--radius); box-shadow: 10px 10px 0 var(--amber); }
.contact-copy h2 { font-size: clamp(2.8rem, 5vw, 4.5rem); }
.contact-actions { min-width: 0; }
.contact-line { min-height: 62px; display: flex; flex-direction: column; justify-content: center; padding: .85rem 0; border-bottom: 1px solid var(--light-line); text-decoration: none; }
.contact-line:first-child { border-top: 1px solid var(--light-line); }
.contact-line span { color: #6e6475; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-line strong { overflow-wrap: anywhere; font-family: 'Barlow Condensed', sans-serif; font-size: clamp(1.35rem, 2.2vw, 1.8rem); text-transform: uppercase; }
.contact-line:hover strong { color: var(--red); }
.contact-buttons { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.3rem; }

.site-footer { padding: 3.2rem 0 5rem; border-top: 1px solid var(--line); background: var(--ink); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-bottom: 2.2rem; border-bottom: 1px solid var(--line); }
.footer-vehicle-mark { width: 68px; height: 68px; object-fit: cover; border: 2px solid rgba(213,193,239,.55); border-radius: 10px; }
.footer-top > p { max-width: 500px; color: var(--muted); font-size: .83rem; text-align: right; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .75rem; padding-top: 1.3rem; color: #8f8298; font-size: .63rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.footer-bottom a { color: #c8bbcf; text-decoration: none; }
.footer-bottom i { margin-inline: .5rem; color: var(--amber); font-style: normal; }

.mobile-call { display: none; }

/* Content stays visible by default so anchor links and slow devices never land
   on an empty section. Interactive polish is handled by hover/filter states. */
.reveal { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); }
  .hero-collage { min-height: 520px; }
  .service-card { grid-template-columns: 1fr; }
  .service-photo { min-height: 260px; }
  .complete-callout { grid-template-columns: 1fr auto; }
  .complete-callout > p { grid-column: 1 / 2; }
  .complete-callout .button { grid-column: 2; grid-row: 1 / 3; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 30px, 690px); }
  .hero-layout, .section-heading, .process-layout, .area-layout, .contact-box { grid-template-columns: 1fr; }
  .hero-layout { padding-top: 4.2rem; }
  .hero-collage { width: min(100%, 560px); min-height: 560px; margin: 0 auto; }
  .hero-facts { max-width: none; }
  .section-heading { align-items: start; gap: 1.4rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: minmax(210px, .78fr) 1.22fr; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-layout, .area-layout { gap: 3rem; }
  .area-layout { grid-template-columns: 1fr; }
  .contact-box { gap: 2.2rem; }
}

@media (max-width: 560px) {
  body { padding-bottom: 70px; }
  .utility-inner p { font-size: .68rem; letter-spacing: .04em; }
  .utility-inner p span { display: none; }
  .utility-inner a { font-size: .82rem; }
  .header-inner { min-height: 70px; }
  .brand-logo { width: 48px; height: 48px; }
  .brand-copy strong { font-size: 1.5rem; }
  .brand-copy small { max-width: 160px; font-size: .52rem; }
  .hero-layout { padding-block: 3.4rem 4rem; }
  .hero h1 { font-size: clamp(3.75rem, 19vw, 5.3rem); }
  .hero-actions .button { flex: 1 1 100%; }
  .hero-facts { grid-template-columns: 1fr; gap: .7rem; }
  .hero-facts li, .hero-facts li:first-child { padding: 0 0 .7rem; border: 0; border-bottom: 1px solid var(--line); }
  .hero-facts li:last-child { border: 0; }
  .hero-collage { min-height: 425px; }
  .hero-photo-main { width: 74%; }
  .hero-photo-top { width: 43%; }
  .hero-photo-bottom { width: 50%; }
  .hero-stamp { width: 108px; height: 108px; }
  .hero-stamp::before, .hero-stamp::after { display: none; }
  .hero-stamp strong { font-size: 1.35rem; }
  .ribbon-track { justify-content: flex-start; }
  .section { padding-block: 4.6rem; }
  .service-card { grid-template-columns: 1fr; }
  .service-photo { min-height: 250px; }
  .complete-callout { grid-template-columns: 1fr; gap: 1.15rem; }
  .complete-callout > p, .complete-callout .button { grid-column: auto; grid-row: auto; }
  .complete-callout > div { padding-left: 3.25rem; }
  .complete-callout .button { width: 100%; }
  .work-grid { gap: .6rem; }
  .work-card-wide { grid-column: span 2; }
  .work-card figcaption { right: .65rem; bottom: .55rem; left: .65rem; font-size: .88rem; }
  .area-list li { grid-template-columns: 38px 1fr; }
  .area-list small { grid-column: 2; }
  .contact-box { width: calc(100% - 26px); margin-left: 0; padding: 1.5rem; box-shadow: 8px 8px 0 var(--amber); }
  .contact-buttons .button { flex: 1 1 130px; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-top > p { text-align: left; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom > span:last-child { display: flex; flex-direction: column; gap: .3rem; }
  .footer-bottom i { display: none; }
  .mobile-call { position: fixed; z-index: 100; right: 12px; bottom: 10px; left: 12px; min-height: 54px; display: flex; align-items: center; justify-content: center; gap: .55rem; color: white; border: 1px solid rgba(255,255,255,.22); border-radius: 5px; background: var(--red); box-shadow: 0 12px 34px rgba(0,0,0,.42); font-family: 'Barlow Condensed', sans-serif; font-size: 1.2rem; font-weight: 800; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
  .mobile-call svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
}

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