:root {
  /* Primitive tokens — sampled from the supplied logo */
  --brand-black-950: #090a0b;
  --brand-black-900: #111315;
  --brand-black-800: #1a1d20;
  --brand-red-600: #d40d1b;
  --brand-red-700: #ad0712;
  --brand-steel-500: #767b80;
  --brand-steel-200: #d6d8da;
  --brand-paper-50: #f5f5f3;
  --brand-white: #ffffff;

  /* Semantic tokens */
  --color-background: var(--brand-paper-50);
  --color-surface-dark: var(--brand-black-900);
  --color-text: var(--brand-black-950);
  --color-text-inverse: var(--brand-white);
  --color-accent: var(--brand-red-600);
  --color-accent-hover: var(--brand-red-700);
  --color-muted: #62676c;
  --color-border: var(--brand-steel-200);

  /* Component tokens */
  --button-primary-bg: var(--color-accent);
  --button-primary-fg: var(--brand-white);
  --card-border: var(--color-border);
  --focus-ring: var(--color-accent);
  --motion-fast: 180ms;
  --motion-ui: 260ms;
  --motion-brand: 900ms;

  /* Backwards-compatible aliases used by the existing page */
  --ink: var(--brand-black-950);
  --ink-soft: var(--brand-black-800);
  --paper: var(--color-background);
  --white: var(--brand-white);
  --amber: var(--color-accent);
  --amber-dark: var(--color-accent-hover);
  --muted: var(--color-muted);
  --line: var(--color-border);
  --shell: min(1180px, calc(100% - 40px));
  --heading: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --ease: cubic-bezier(.16,1,.3,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 120px 0; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 1000;
  padding: 12px 18px;
  background: var(--amber);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  color: var(--ink);
  border-bottom: 1px solid rgba(9,10,11,.12);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(16px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(255,255,255,.985); box-shadow: 0 12px 34px rgba(0,0,0,.14); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; min-height: 52px; }
.brand-logo { display: block; width: clamp(210px, 19vw, 270px); height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { position: relative; padding: 33px 0; color: #33373a; font-size: 13px; font-weight: 800; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 24px; height: 3px; background: var(--amber); transition: right var(--motion-ui) var(--ease); }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--ink); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-call { min-height: 52px; display: flex; align-items: center; gap: 11px; padding: 8px 16px; background: var(--button-primary-bg); color: var(--button-primary-fg); text-decoration: none; transform: skew(-7deg); transition: background var(--motion-fast) ease, transform var(--motion-fast) ease; }
.header-call:hover { background: var(--color-accent-hover); transform: skew(-7deg) translateY(-2px); }
.header-call > * { transform: skew(7deg); }
.header-call svg { width: 20px; }
.header-call span { display: flex; flex-direction: column; font-size: 14px; font-weight: 800; line-height: 1.1; }
.header-call small { margin-bottom: 3px; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.menu-toggle { display: none; width: 48px; height: 48px; align-items: center; justify-content: center; border: 0; background: transparent; color: var(--ink); cursor: pointer; }
.menu-toggle svg { width: 27px; }
.menu-close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close { display: block; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 900px; height: min(980px, 100svh); color: var(--white); background: var(--ink); overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,7,.97) 0%, rgba(5,6,7,.88) 35%, rgba(5,6,7,.34) 67%, rgba(5,6,7,.12) 100%), linear-gradient(0deg, rgba(5,6,7,.9), transparent 52%); }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: repeating-linear-gradient(120deg, transparent 0 86px, rgba(255,255,255,.24) 86px 88px, transparent 88px 130px, rgba(212,13,27,.55) 130px 134px); mask-image: linear-gradient(90deg, black, transparent 58%); }
.hero-inner { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: center; padding-top: 132px; padding-bottom: 120px; }
.hero-content { max-width: 760px; }
.hero-logo-stage { position: relative; width: min(660px, 100%); margin: 0 0 24px; padding: 13px 30px 13px 18px; overflow: hidden; background: rgba(255,255,255,.96); border-left: 7px solid var(--color-accent); clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0 100%); filter: drop-shadow(0 18px 34px rgba(0,0,0,.35)); animation: brand-stage-in var(--motion-brand) var(--ease) .08s both; }
.hero-logo-stage::after { content: ""; position: absolute; inset: -40% auto -40% -28%; width: 18%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.86), transparent); transform: skewX(-16deg); animation: brand-scan 820ms ease-out 620ms both; }
.hero-brand-logo { display: block; width: 100%; height: auto; animation: brand-logo-in var(--motion-brand) var(--ease) .08s both; }
@keyframes brand-stage-in { from { opacity: 0; transform: translate3d(-44px,0,0) skewX(-4deg); clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); } to { opacity: 1; transform: none; clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0 100%); } }
@keyframes brand-logo-in { from { opacity: 0; transform: translate3d(-22px,0,0) scale(.985); } to { opacity: 1; transform: none; } }
@keyframes brand-scan { from { left: -28%; opacity: 0; } 30% { opacity: .8; } to { left: 122%; opacity: 0; } }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: var(--amber); font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { width: 32px; height: 2px; background: currentColor; }
.eyebrow-dark { color: var(--amber-dark); }
.eyebrow-light { color: var(--amber); }
.hero h1, .section h2, .contact h2 { margin: 0; font-family: var(--heading); font-style: italic; text-transform: uppercase; letter-spacing: -.025em; line-height: .88; }
.hero h1 { font-size: clamp(56px, 6.4vw, 92px); max-width: 780px; }
.hero h1 em { color: var(--amber); font-style: italic; }
.hero-lede { max-width: 590px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: clamp(17px, 1.6vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; font-size: 13px; font-weight: 800; text-decoration: none; transition: background var(--motion-fast) ease, color var(--motion-fast) ease, border-color var(--motion-fast) ease, transform var(--motion-fast) ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; }
.button-primary { background: var(--button-primary-bg); color: var(--button-primary-fg); }
.button-primary:hover { background: var(--color-accent-hover); }
.button-secondary { border-color: rgba(255,255,255,.35); color: var(--white); background: rgba(5,12,21,.25); backdrop-filter: blur(7px); }
.button-secondary:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.hero-meta { position: absolute; left: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); width: min(780px, 70%); border-top: 1px solid rgba(255,255,255,.18); border-right: 1px solid rgba(255,255,255,.18); background: rgba(6,14,24,.72); backdrop-filter: blur(12px); }
.hero-meta div { min-height: 96px; padding: 24px 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.16); }
.hero-meta div:last-child { border-right: 0; }
.hero-meta span { margin-bottom: 4px; color: var(--amber); font: 700 12px/1 var(--body); }
.hero-meta strong { font-size: 13px; letter-spacing: .02em; }
.scroll-cue { position: absolute; z-index: 3; right: max(30px, calc((100vw - 1180px) / 2)); bottom: 18px; min-height: 44px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.65); font-size: 10px; font-weight: 700; text-decoration: none; text-transform: uppercase; letter-spacing: .16em; }
.scroll-cue svg { width: 20px; animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(5px); } }

.services { position: relative; background: var(--paper); overflow: hidden; }
.services::before { content: ""; position: absolute; top: 0; right: 0; width: min(38vw, 480px); height: 7px; background: repeating-linear-gradient(110deg, var(--color-accent) 0 38px, transparent 38px 52px); }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; column-gap: 72px; align-items: end; margin-bottom: 58px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section h2 { font-size: clamp(48px, 5.6vw, 78px); }
.section-heading > p:last-child { max-width: 430px; margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; min-height: 650px; display: flex; flex-direction: column; align-items: stretch; padding: 0; background: var(--white); border: 1px solid var(--card-border); border-left: 5px solid var(--color-accent); overflow: hidden; transition: transform var(--motion-ui) var(--ease), box-shadow var(--motion-ui) ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(9,10,11,.16); }
.service-card::after { content: ""; position: absolute; right: -80px; bottom: -80px; width: 230px; height: 230px; border: 1px solid rgba(8,17,29,.08); transform: rotate(45deg); }
.service-card-dark { background: var(--brand-black-900); color: var(--white); border-color: var(--brand-black-900); border-left-color: var(--color-accent); }
.service-card-dark::after { border-color: rgba(255,255,255,.08); }
.service-media { position: relative; width: 100%; height: 270px; overflow: hidden; background: var(--ink-soft); }
.service-media::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(5,12,21,.5)); }
.service-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; transition: transform .5s var(--ease); }
.service-card:hover .service-media img { transform: scale(1.025); }
.service-number { position: absolute; z-index: 1; top: 20px; right: 20px; min-width: 44px; height: 44px; display: grid; place-items: center; color: var(--white); background: var(--color-accent); border: 1px solid rgba(255,255,255,.42); font: 800 13px/1 var(--body); }
.service-card-dark .service-number { color: var(--white); }
.service-body { position: relative; z-index: 1; flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 0 44px 42px; }
.service-icon { width: 68px; height: 68px; display: grid; place-items: center; margin: -34px 0 30px; color: var(--white); background: var(--amber); box-shadow: 0 14px 30px rgba(0,0,0,.2); transform: skew(-7deg); }
.service-icon svg { transform: skew(7deg); }
.service-icon svg { width: 39px; }
.service-card h3 { margin: 0; font: italic 800 clamp(34px, 3.3vw, 48px)/.95 var(--heading); text-transform: uppercase; letter-spacing: -.01em; }
.service-card p { max-width: 480px; margin: 18px 0 32px; color: var(--muted); font-size: 15px; }
.service-card-dark p { color: #bec1c4; }
.service-card a { position: relative; z-index: 2; min-height: 44px; display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--amber-dark); }
.service-card-dark a { color: var(--white); border-bottom-color: var(--amber); }
.service-card a svg, .text-link svg { width: 18px; transition: transform .2s var(--ease); }
.service-card a:hover svg, .text-link:hover svg { transform: translateX(4px); }

.local-intro { background: var(--white); }
.local-intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.local-intro-heading { position: sticky; top: 128px; }
.local-intro-heading h2 { max-width: 520px; }
.local-intro-copy { max-width: 690px; }
.local-intro-copy p { margin: 0 0 22px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.local-intro-copy strong { color: var(--ink); }
.local-links { display: grid; margin-top: 34px; border-top: 1px solid var(--card-border); }
.local-links a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--ink); border-bottom: 1px solid var(--card-border); font-weight: 800; text-decoration: none; }
.local-links a::after { content: "→"; color: var(--color-accent); font-size: 20px; transition: transform var(--motion-fast) ease; }
.local-links a:hover::after { transform: translateX(4px); }

/* Search-focused service pages */
.service-page-body { background: var(--paper); }
.service-page-body .site-header { background: rgba(255,255,255,.985); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.service-page-body .desktop-nav a[aria-current="page"] { color: var(--color-accent); }
.service-hero { position: relative; min-height: 650px; display: flex; align-items: flex-end; padding: 190px 0 88px; overflow: hidden; color: var(--white); background: var(--ink); }
.service-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.service-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,7,.97) 0%, rgba(5,6,7,.88) 45%, rgba(5,6,7,.3) 100%), linear-gradient(0deg, rgba(5,6,7,.86), transparent 62%); }
.service-hero-inner { position: relative; z-index: 1; max-width: 920px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 26px; color: rgba(255,255,255,.64); font-size: 12px; font-weight: 700; }
.breadcrumbs a { color: var(--white); text-underline-offset: 4px; }
.service-hero h1 { max-width: 880px; margin: 0; font: italic 800 clamp(55px, 7vw, 96px)/.9 var(--heading); letter-spacing: -.025em; text-transform: uppercase; }
.service-hero h1 em { color: var(--color-accent); font-style: italic; }
.service-hero-lede { max-width: 740px; margin: 28px 0 0; color: rgba(255,255,255,.8); font-size: clamp(18px, 2vw, 21px); line-height: 1.6; }
.service-hero .hero-actions { margin-top: 32px; }
.answer-strip { padding: 30px 0; color: var(--white); background: var(--color-accent); }
.answer-strip-inner { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: center; }
.answer-strip strong { font: italic 800 27px/1 var(--heading); text-transform: uppercase; }
.answer-strip p { margin: 0; font-size: 15px; font-weight: 600; }
.content-section { padding: 92px 0; background: var(--white); }
.content-section-muted { background: var(--paper); }
.content-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.content-kicker { margin: 0 0 16px; color: var(--color-accent); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.content-heading { position: sticky; top: 128px; }
.content-heading h2, .service-page-cta h2 { margin: 0; font: italic 800 clamp(44px, 5.5vw, 72px)/.92 var(--heading); letter-spacing: -.02em; text-transform: uppercase; }
.prose { max-width: 730px; }
.prose h2, .prose h3 { color: var(--ink); font-family: var(--heading); font-style: italic; text-transform: uppercase; }
.prose h2 { margin: 48px 0 18px; font-size: 42px; line-height: 1; }
.prose h3 { margin: 32px 0 12px; font-size: 29px; line-height: 1.05; }
.prose p, .prose li { color: var(--muted); font-size: 16px; line-height: 1.75; }
.prose p { margin: 0 0 20px; }
.prose strong { color: var(--ink); }
.prose a:not(.button) { color: var(--color-accent); font-weight: 700; text-underline-offset: 4px; }
.prose ul, .prose ol { margin: 18px 0 28px; padding-left: 22px; }
.prose li + li { margin-top: 10px; }
.service-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0; list-style: none; }
.service-checklist li { position: relative; min-height: 76px; margin: 0; padding: 18px 18px 18px 48px; color: var(--ink); background: var(--paper); border-left: 3px solid var(--color-accent); font-size: 14px; font-weight: 700; }
.service-checklist li::before { content: "✓"; position: absolute; left: 18px; color: var(--color-accent); font-weight: 900; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.process-card { padding: 30px; background: var(--white); border-top: 4px solid var(--color-accent); box-shadow: 0 12px 34px rgba(9,10,11,.08); }
.process-card span { display: block; margin-bottom: 24px; color: var(--color-accent); font-size: 12px; font-weight: 900; }
.process-card h3 { margin: 0 0 10px; font: italic 800 28px/1 var(--heading); text-transform: uppercase; }
.process-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.area-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 0; padding: 0; list-style: none; }
.area-list li { margin: 0; padding: 9px 13px; color: var(--ink); background: var(--white); border: 1px solid var(--card-border); font-size: 13px; font-weight: 800; }
.qa-list { border-top: 1px solid var(--card-border); }
.qa-item { padding: 28px 0; border-bottom: 1px solid var(--card-border); }
.qa-item h3 { margin-top: 0; }
.qa-item p:last-child { margin-bottom: 0; }
.service-page-cta { padding: 84px 0; color: var(--white); background: var(--ink); text-align: center; }
.service-page-cta h2 { max-width: 820px; margin-inline: auto; }
.service-page-cta p { max-width: 650px; margin: 24px auto 0; color: #c1c4c7; font-size: 17px; line-height: 1.7; }
.service-page-cta .hero-actions { justify-content: center; }
.related-services { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.related-services a { display: flex; min-height: 130px; flex-direction: column; justify-content: flex-end; padding: 26px; color: var(--white); background: var(--ink); border-left: 4px solid var(--color-accent); text-decoration: none; }
.related-services span { margin-bottom: 8px; color: var(--color-accent); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.related-services strong { font: italic 800 31px/1 var(--heading); text-transform: uppercase; }

.work { background: var(--brand-black-950); color: var(--white); overflow: hidden; }
.work-heading > p:last-child { color: #c1c4c7; }
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 250px; gap: 16px; }
.work-shot { position: relative; grid-column: span 4; min-width: 0; margin: 0; overflow: hidden; background: var(--ink); border-bottom: 3px solid var(--color-accent); }
.work-shot-wide { grid-column: span 7; grid-row: span 2; }
.work-shot-tall { grid-column: span 5; grid-row: span 2; }
.work-shot-banner { grid-column: 1 / -1; }
.work-shot::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(5,12,21,.8)); pointer-events: none; }
.work-shot img { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; transition: transform .55s var(--ease), filter .3s ease; }
.work-shot-wide img { object-position: center 50%; }
.work-shot-tall img { object-position: center 58%; }
.work-shot-banner img { object-position: center 55%; }
.work-shot:hover img { transform: scale(1.025); filter: saturate(1.08); }
.work-shot figcaption { position: absolute; z-index: 1; left: 22px; bottom: 18px; margin: 0; color: var(--white); font-size: 11px; font-style: italic; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.details { background: var(--ink); color: var(--white); position: relative; overflow: hidden; }
.details::before { content: ""; position: absolute; inset: 0; opacity: .11; background: repeating-linear-gradient(120deg, transparent 0 72px, rgba(255,255,255,.28) 72px 74px, transparent 74px 110px, var(--color-accent) 110px 113px); }
.details-layout { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: start; }
.details-intro { position: sticky; top: 130px; }
.details-intro h2 { max-width: 520px; }
.details-intro > p:not(.eyebrow) { max-width: 470px; margin: 28px 0; color: #bec1c4; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: var(--amber); font-size: 13px; font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(212,13,27,.68); }
.detail-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.detail-list li { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 36px 0 40px; border-bottom: 1px solid rgba(255,255,255,.16); }
.detail-list li > span { color: var(--amber); font: 800 13px/1 var(--body); padding-top: 8px; }
.detail-list h3 { margin: 0 0 9px; font: 700 34px/1 var(--heading); text-transform: uppercase; }
.detail-list h3 { font-style: italic; }
.detail-list p { margin: 0; color: #bec1c4; font-size: 15px; }

.coverage { background: linear-gradient(105deg, var(--color-accent) 0 82%, var(--color-accent-hover) 82% 100%); position: relative; overflow: hidden; }
.coverage::after { content: "IRELAND"; position: absolute; right: -28px; bottom: -50px; color: rgba(8,17,29,.07); font: 800 205px/.8 var(--heading); letter-spacing: -.04em; pointer-events: none; }
.coverage-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.coverage .eyebrow { color: rgba(8,17,29,.68); }
.coverage-note { padding-bottom: 7px; }
.coverage-note p { max-width: 480px; margin: 0 0 28px; font-size: 17px; font-weight: 600; }
.coverage-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--brand-black-800); }
.button-outline { border-color: rgba(8,17,29,.45); color: var(--ink); }
.button-outline:hover { border-color: var(--ink); background: rgba(255,255,255,.2); }

.contact { position: relative; background: var(--brand-black-900); color: var(--white); overflow: hidden; text-align: center; }
.contact-lines { position: absolute; inset: -20% -25%; opacity: .14; background: repeating-linear-gradient(118deg, transparent 0 120px, rgba(255,255,255,.45) 120px 123px, transparent 123px 174px, var(--color-accent) 174px 179px); transform: rotate(-3deg); }
.contact-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.contact .eyebrow { justify-content: center; }
.contact h2 { font-size: clamp(52px, 7vw, 96px); }
.contact-phone { margin-top: 20px; color: var(--amber); font: 800 clamp(48px, 7.7vw, 108px)/1 var(--heading); letter-spacing: -.015em; text-decoration: none; }
.contact-phone:hover { color: var(--white); }
.contact-service { max-width: 560px; margin: 20px 0 0; color: #c1c4c7; font-size: 17px; }
.contact-buttons { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 30px; }
.contact-email { min-height: 44px; display: flex; align-items: center; margin-top: 22px; color: rgba(255,255,255,.74); font-size: 14px; text-underline-offset: 4px; }
.contact-email:hover { color: var(--white); }

.site-footer { padding: 42px 0; background: var(--brand-black-950); color: var(--white); border-top: 1px solid rgba(255,255,255,.1); }
.footer-inner { display: grid; grid-template-columns: 1.1fr 1.3fr .9fr; align-items: center; gap: 30px; }
.brand-footer { width: min(100%, 300px); padding: 9px 18px 9px 10px; background: var(--white); border-left: 5px solid var(--color-accent); clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%); }
.brand-footer .brand-logo { width: 100%; }
.footer-inner > p { margin: 0; color: #aeb2b6; font-size: 12px; }
.footer-links { display: flex; justify-content: flex-end; gap: 24px; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; font-size: 12px; font-weight: 700; text-decoration: none; }
.footer-links a:hover { color: var(--amber); }
.footer-bottom { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.copyright { margin: 0; color: #aeb2b6; font-size: 12px; }
.site-credit { min-height: 48px; display: inline-flex; align-items: center; gap: 12px; margin-left: auto; color: #aeb2b6; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; }
.site-credit img { width: 132px; height: auto; opacity: .76; transition: opacity var(--motion-fast) ease, transform var(--motion-fast) ease; }
.site-credit:hover { color: var(--white); }
.site-credit:hover img { opacity: 1; transform: translateY(-1px); }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

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

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .header-call { margin-left: auto; }
  .menu-toggle { display: flex; }
  .mobile-menu { position: fixed; inset: 92px 0 auto 0; display: grid; padding: 14px 20px 24px; background: rgba(9,10,11,.985); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: transform var(--motion-ui) var(--ease), opacity var(--motion-fast) ease; border-bottom: 4px solid var(--color-accent); }
  .mobile-menu.open { transform: none; opacity: 1; pointer-events: auto; }
  .mobile-menu a { min-height: 54px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.85); font-family: var(--heading); font-size: 26px; text-transform: uppercase; text-decoration: none; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { margin-top: 26px; }
  .work-grid { grid-auto-rows: 220px; }
  .details-layout { gap: 60px; }
  .coverage-layout { gap: 50px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; }
  .local-intro-grid, .content-grid { grid-template-columns: 1fr; gap: 48px; }
  .local-intro-heading, .content-heading { position: static; }
  .process-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner > p:not(.copyright) { display: none; }
}

@media (max-width: 760px) {
  :root { --shell: min(calc(100% - 32px), 640px); }
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .section { padding: 82px 0; }
  .header-inner { min-height: 76px; }
  .brand-logo { width: clamp(180px, 56vw, 215px); }
  .header-call { display: none; }
  .mobile-menu { top: 76px; }
  .hero { min-height: 900px; height: auto; max-height: none; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,6,7,.95), rgba(5,6,7,.56)), linear-gradient(0deg, rgba(5,6,7,.97) 0%, rgba(5,6,7,.24) 74%); }
  .hero-grid { opacity: .1; }
  .hero-inner { justify-content: flex-end; padding-top: 126px; padding-bottom: 116px; }
  .hero-logo-stage { width: 100%; margin-bottom: 20px; padding: 10px 24px 10px 12px; border-left-width: 5px; }
  .hero h1 { font-size: clamp(50px, 15vw, 66px); }
  .hero-lede { margin-top: 22px; font-size: 16px; }
  .hero-actions { margin-top: 26px; }
  .hero-actions .button { width: 100%; }
  .hero-meta { display: none; }
  .scroll-cue { display: none; }
  .section-heading { margin-bottom: 38px; }
  .section h2 { font-size: clamp(44px, 14vw, 62px); }
  .section-heading > p:last-child { font-size: 15px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .service-card { min-height: 0; padding: 0; border-left-width: 4px; }
  .service-media { height: 230px; }
  .service-body { min-height: 360px; padding: 0 28px 34px; }
  .service-icon { margin: -34px 0 28px; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; gap: 10px; }
  .work-shot, .work-shot-tall { grid-column: auto; grid-row: auto; height: 245px; }
  .work-shot-wide, .work-shot-banner { grid-column: 1 / -1; grid-row: auto; height: 265px; }
  .work-shot figcaption { left: 14px; bottom: 12px; font-size: 9px; }
  .details-layout, .coverage-layout { grid-template-columns: 1fr; gap: 50px; }
  .details-intro { position: static; }
  .detail-list li { grid-template-columns: 44px 1fr; }
  .coverage::after { font-size: 110px; bottom: -25px; }
  .coverage-note { padding-bottom: 0; }
  .coverage-actions .button { flex: 1; min-width: 145px; }
  .contact-phone { font-size: clamp(50px, 16vw, 76px); }
  .contact-service { font-size: 15px; }
  .service-hero { min-height: 700px; padding: 150px 0 70px; }
  .service-hero h1 { font-size: clamp(48px, 14vw, 64px); }
  .answer-strip-inner { grid-template-columns: 1fr; gap: 10px; }
  .content-section { padding: 72px 0; }
  .content-grid { gap: 36px; }
  .service-checklist { grid-template-columns: 1fr; }
  .related-services { grid-template-columns: 1fr; }
  .contact-email { max-width: 100%; font-size: 12px; overflow-wrap: anywhere; }
  .footer-inner { grid-template-columns: 1fr; }
  .brand-footer { width: min(100%, 280px); }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { grid-column: auto; align-items: flex-start; flex-direction: column; gap: 8px; }
  .site-credit { margin-left: 0; }
  .site-credit img { width: 120px; }
  .mobile-actions { position: fixed; z-index: 120; inset: auto 0 0 0; display: grid; grid-template-columns: 1fr 1fr; padding-bottom: env(safe-area-inset-bottom); background: var(--ink); box-shadow: 0 -8px 28px rgba(0,0,0,.24); }
  .mobile-actions a { min-height: 68px; display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 14px; font-weight: 800; text-decoration: none; }
  .mobile-actions a:first-child { background: var(--amber); color: var(--white); }
  .mobile-actions a:last-child { color: var(--white); border-top: 1px solid rgba(255,255,255,.15); }
  .mobile-actions svg { width: 21px; }
}

@media (max-width: 390px) {
  .brand-logo { width: 172px; }
  .hero h1 { font-size: 49px; }
  .hero-meta div { padding-inline: 8px; }
  .coverage-actions { display: grid; }
}

@media (max-width: 980px) and (max-height: 520px) and (orientation: landscape) {
  .hero { min-height: 760px; height: auto; }
  .hero-inner { justify-content: flex-start; padding-top: 122px; padding-bottom: 90px; }
  .hero-logo-stage { width: min(430px, 58vw); margin-bottom: 14px; padding-block: 8px; }
  .hero h1 { font-size: 54px; }
  .hero-lede { margin-top: 16px; }
  .hero-actions { margin-top: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero-logo-stage { opacity: 1; transform: none; clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0 100%); }
  .hero-brand-logo { opacity: 1; transform: none; }
  .hero-logo-stage::after { display: none; }
}
