:root {
  --ink: #08080a;
  --ink-soft: #101014;
  --coal: #1c1c20;
  --paper: #f0f1f3;
  --paper-bright: #f9fafb;
  --red: #d3161c;
  --red-dark: #9a0a0d;
  --red-deep: #6d0709;
  --red-bright: #ff4046;  /* small text on dark — meets 4.5:1 */
  --chrome: #ececec;
  --chrome-mid: #a5a5a5;
  --white: #fbfbfc;
  --muted-dark: #9c9ca3;
  --muted-light: #5a5a62;
  --line-dark: rgba(251, 251, 252, 0.15);
  --line-light: rgba(8, 8, 10, 0.18);
  --display: "Cormorant", Georgia, serif;
  --body: "Montserrat", Arial, sans-serif;
  --mono: "Space Mono", monospace;
  --shell: 1240px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  /* type scale — 11px hard floor; mono labels get tighter tracking */
  --fs-label: 11px;   /* mono eyebrows, meta, captions */
  --fs-nav: 12px;     /* nav, buttons, small links */
  --fs-body-s: 14px;  /* card copy, list copy */
  --fs-body: 15px;    /* section intros */
  --fs-body-l: 17px;  /* hero/section leads */
  --track-label: .1em;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 94px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--white); background: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
button, a { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--red-bright); outline-offset: 4px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 11px 16px; color: #fff; background: var(--red); font-weight: 700; transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

.utility-bar { position: relative; z-index: 110; min-height: 34px; color: #fff; background: var(--red-dark); font-family: var(--body); font-size: var(--fs-label); font-weight: 700; letter-spacing: .1em; line-height: 1; text-transform: uppercase; }
.utility-inner { display: grid; min-height: 34px; grid-template-columns: 1fr auto 1fr; align-items: center; }
.utility-location { padding-inline: 22px; border-inline: 1px solid rgba(255, 255, 255, .28); }
.utility-inner a { justify-self: end; min-height: 34px; display: inline-flex; align-items: center; }

.site-header { position: sticky; top: 0; z-index: 100; height: 84px; color: var(--white); background: rgba(12, 12, 11, .94); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(14px); }
.header-inner { display: flex; height: 100%; align-items: center; }
.brand { display: inline-flex; min-height: 52px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1px; }
.brand-car { width: 92px; height: auto; margin-bottom: -2px; opacity: .95; }
.brand-copy { display: flex; flex-direction: column; line-height: .88; }
.brand-copy strong { background: linear-gradient(180deg, #ffffff 0%, var(--chrome) 42%, #7e7e84 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--chrome); font-family: var(--display); font-size: 30px; font-weight: 700; letter-spacing: -.03em; }
.brand-copy strong em { -webkit-text-fill-color: var(--red-bright); color: var(--red-bright); font-style: normal; }
.brand-copy small { color: var(--chrome-mid); font-family: var(--mono); font-size: 9.5px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; margin-right: 30px; }
.desktop-nav a { position: relative; display: inline-flex; min-height: 44px; align-items: center; color: #d5d2cb; font-size: var(--fs-nav); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color 180ms ease; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 6px; left: 0; height: 1px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform 200ms var(--ease); }
.desktop-nav a:hover { color: var(--white); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 20px; padding: 0 23px; border: 1px solid transparent; border-radius: 0; cursor: pointer; font-family: var(--body); font-size: var(--fs-nav); font-weight: 700; letter-spacing: .08em; line-height: 1; text-transform: uppercase; transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease; }
.button svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: square; stroke-linejoin: miter; stroke-width: 1.6; transition: transform 180ms var(--ease); }
.button:hover svg { transform: translateX(4px); }
.button:active, .work-item button:active { opacity: .82; }
.button-red { color: #fff; background: var(--red); }
.button-red:hover { color: #fff; background: var(--red-dark); }
.button-dark { color: #fff; background: var(--red); }
.button-dark:hover { color: #fff; background: var(--red); }
.button-outline { color: var(--white); background: transparent; border-color: var(--line-dark); }
.button-outline:hover { border-color: var(--white); background: rgba(255,255,255,.08); }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; overflow: hidden; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .65; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 412px; align-items: center; gap: clamp(44px, 5vw, 76px); padding-block: 72px 74px; }
.hero-copy { padding-top: 0; }
.eyebrow { display: flex; margin: 0 0 27px; align-items: center; gap: 12px; color: var(--red-bright); font-family: var(--body); font-size: var(--fs-label); font-weight: 700; letter-spacing: .09em; line-height: 1.4; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
.eyebrow-dark { color: #a11116; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); }
h1 { max-width: 640px; margin-bottom: 25px; font-size: clamp(56px, 5.4vw, 86px); font-weight: 600; letter-spacing: -.05em; line-height: .86; }
h1 em, h2 em { color: var(--red-bright); font-style: italic; font-weight: 600; }
.hero-intro { max-width: 545px; margin-bottom: 30px; color: #ccc9c2; font-size: var(--fs-body-l); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 11px; border-bottom: 1px solid currentColor; color: var(--white); font-size: var(--fs-nav); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color 180ms ease; }
.text-link:hover { color: var(--red-bright); }
.text-link > span { color: var(--red); font-family: var(--mono); font-size: 14px; }
.hero-note { display: grid; margin-top: 34px; grid-template-columns: 165px 1fr; border-top: 1px solid var(--line-dark); padding-top: 18px; color: #aeaeb5; font-size: var(--fs-body-s); letter-spacing: .02em; }
.hero-note strong { color: var(--white); font-size: var(--fs-body-s); text-transform: uppercase; }

/* hero photo composition — an aligned 2-col grid, every tile SQUARE so the
   412px square sources are never stretched or magnified by object-fit */
.hero-visual { position: relative; display: grid; width: 100%; max-width: 412px; margin-left: auto; grid-template-columns: 1fr 1fr; gap: 10px; align-content: center; }
.hero-photo { position: relative; margin: 0; overflow: hidden; aspect-ratio: 1; background: var(--coal); border: 1px solid rgba(255,255,255,.07); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-lead { grid-column: 1 / -1; aspect-ratio: 3 / 2; }
.hero-photo-lead::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(8,8,10,.5)); pointer-events: none; }
.hero-visual-meta { display: flex; grid-column: 1 / -1; align-items: center; justify-content: space-between; gap: 16px; }
.hero-stamp-inline { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; color: #fff; background: var(--red); font-family: var(--body); font-size: var(--fs-label); font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hero-stamp-inline::before { content: ""; width: 6px; height: 6px; background: #fff; transform: rotate(45deg); }
.hero-caption { display: flex; margin: 0; gap: 10px; color: #aeaeb5; font-family: var(--body); font-size: var(--fs-label); font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.hero-caption span { color: var(--red-bright); font-family: var(--mono); }

.service-strip { color: var(--chrome); background: var(--ink-soft); border-block: 1px solid var(--line-dark); }
.strip-track { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 20px; overflow: hidden; }
.strip-track span { flex: 0 0 auto; font-family: var(--display); font-size: 20px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.strip-track i { width: 5px; height: 5px; flex: 0 0 auto; background: var(--red); transform: rotate(45deg); }

.section { padding: 125px 0; }
.services { color: var(--ink); background: var(--paper); }
.section-heading, .work-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 90px; margin-bottom: 72px; }
.services h2 em, .work h2 em, .quote h2 em { color: #a11116; }
.section-heading h2, .work-heading h2, .about-copy h2, .process-heading h2, .contact-copy h2 { margin-bottom: 0; font-size: clamp(58px, 6.2vw, 88px); font-weight: 600; letter-spacing: -.055em; line-height: .84; }
.section-heading > p, .work-heading > p { max-width: 470px; margin: 0; color: var(--muted-light); font-size: var(--fs-body); line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.service-card { position: relative; min-height: 365px; padding: 29px 27px 31px; overflow: hidden; background: var(--paper); border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: background-color 260ms ease, color 260ms ease; }
.service-card > *:not(.service-preview) { position: relative; z-index: 2; }

/* hover preview — the real photo fades up behind the copy */
.service-preview { position: absolute; inset: 0; z-index: 0; margin: 0; overflow: hidden; opacity: 0; transition: opacity 320ms var(--ease); pointer-events: none; }
.service-preview img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) contrast(1.05); transform: scale(1.04); transition: transform 620ms var(--ease); }
.service-preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,8,10,.82) 0%, rgba(8,8,10,.7) 45%, rgba(8,8,10,.88) 100%); }
.service-card:hover .service-preview, .service-card:focus-within .service-preview { opacity: 1; }
.service-card:hover .service-preview img, .service-card:focus-within .service-preview img { transform: scale(1); }
.service-card:hover, .service-card:focus-within { color: var(--white); background: var(--ink-soft); }
.service-number { color: #a11116; font-family: var(--mono); font-size: var(--fs-label); }
.service-icon { width: 48px; height: 48px; margin: 67px 0 32px; fill: none; stroke: var(--red-dark); stroke-linecap: square; stroke-linejoin: miter; stroke-width: 1.2; }
.service-card h3 { margin-bottom: 15px; font-family: var(--display); font-size: 32px; font-weight: 700; line-height: 1; }
.service-card p { margin: 0; color: var(--muted-light); font-size: var(--fs-body-s); line-height: 1.7; }
.service-card:hover p, .service-card:focus-within p { color: #d8d8de; }
.service-card:hover .service-number, .service-card:focus-within .service-number { color: var(--red-bright); }
.service-card:hover .service-icon, .service-card:focus-within .service-icon { stroke: var(--red-bright); }

.about { overflow: hidden; background: var(--ink); }
.about-layout { display: grid; grid-template-columns: 412px minmax(0, 1fr); align-items: center; gap: clamp(50px, 6vw, 90px); }
/* about visual — aligned pair, both capped at native 412px */
.about-visual { display: grid; width: 100%; max-width: 412px; grid-template-columns: 1fr 1fr; gap: 10px; align-items: end; }
.about-photo { position: relative; grid-column: 1 / -1; margin: 0; overflow: hidden; aspect-ratio: 3 / 2; background: var(--coal); border: 1px solid rgba(255,255,255,.07); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-inset { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: var(--coal); border: 1px solid rgba(255,255,255,.07); }
.about-inset img { width: 100%; height: 100%; object-fit: cover; }
.image-rule { display: flex; align-items: flex-end; padding-bottom: 4px; padding-left: 2px; color: var(--red-bright); font-family: var(--body); font-size: var(--fs-label); font-weight: 700; letter-spacing: .13em; }
.about-copy { max-width: 590px; }
.about-copy h2 { margin-bottom: 33px; }
.about-lead { margin-bottom: 42px; color: #c4c1b9; font-size: var(--fs-body-l); line-height: 1.72; }
.benefit-list { margin: 0 0 31px; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.benefit-list li { display: grid; min-height: 102px; grid-template-columns: 55px 1fr; align-items: center; border-bottom: 1px solid var(--line-dark); }
.benefit-list > li > span { color: var(--red-bright); font-family: var(--mono); font-size: var(--fs-label); }
.benefit-list strong { font-family: var(--display); font-size: 24px; font-weight: 700; letter-spacing: .01em; }
.benefit-list p { margin: 5px 0 0; color: #aeaeb5; font-size: var(--fs-body-s); line-height: 1.6; }

.work { color: var(--ink); background: var(--paper-bright); }
.work-grid { display: grid; grid-auto-flow: dense; grid-auto-rows: 200px; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.work-item { min-width: 0; margin: 0; overflow: hidden; background: #dcd8ce; }
.work-item-tall { grid-row: span 2; }
.work-item-wide { grid-column: span 2; }
.work-item button { position: relative; width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; color: var(--white); background: none; border: 0; cursor: zoom-in; text-align: left; }
.work-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.94) contrast(1.06); transition: transform 450ms var(--ease), filter 250ms ease; }
.work-item button::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8,8,7,.76)); pointer-events: none; }
.work-item button:hover img { filter: saturate(1) contrast(1.04); transform: scale(1.035); }
.work-item span { position: absolute; right: 18px; bottom: 16px; left: 18px; z-index: 2; display: flex; gap: 12px; font-family: var(--body); font-size: var(--fs-label); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.work-item span b { color: var(--red-bright); font-family: var(--mono); font-size: var(--fs-label); }

.process { background: var(--ink-soft); border-block: 1px solid var(--line-dark); }
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; }
.process-heading { display: flex; min-height: 500px; flex-direction: column; justify-content: center; padding-right: 75px; border-right: 1px solid var(--line-dark); }
.process-heading h2 { font-size: clamp(55px, 5.6vw, 78px); }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; min-height: 167px; grid-template-columns: 88px 1fr; align-items: center; padding-left: 54px; border-bottom: 1px solid var(--line-dark); }
.process-list li:last-child { border-bottom: 0; }
.process-list > li > span { color: var(--red-bright); font-family: var(--mono); font-size: var(--fs-label); }
.process-list h3 { margin: 0 0 9px; font-family: var(--display); font-size: 30px; font-weight: 700; line-height: 1; }
.process-list p { max-width: 420px; margin: 0; color: #aeaeb5; font-size: var(--fs-body-s); line-height: 1.65; }

.contact { position: relative; padding: 125px 0; color: var(--white); background: var(--ink); border-top: 1px solid var(--line-dark); }
.contact::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }
.contact-layout { position: relative; z-index: 1; }
.contact-layout { display: grid; grid-template-columns: 1fr .84fr; align-items: center; gap: 90px; }
.contact-copy h2 { margin-bottom: 24px; font-size: clamp(63px, 7vw, 102px); }
.contact-copy > p:not(.eyebrow) { max-width: 620px; margin-bottom: 29px; color: #c3c3ca; font-size: var(--fs-body-l); line-height: 1.72; }
.contact-actions { display: flex; gap: 10px; }
.contact-card { position: relative; padding: 31px 34px 24px; overflow: hidden; color: var(--white); background: #0b0b0e; border: 1px solid var(--line-dark); border-top: 3px solid var(--red); box-shadow: 20px 20px 0 rgba(211,22,28,.10); }
.contact-monogram { position: absolute; top: -44px; right: -6px; color: rgba(255,255,255,.035); font-family: var(--display); font-size: 150px; font-weight: 700; line-height: 1; }
.contact-card > a, .contact-card > div:not(.contact-monogram) { position: relative; display: flex; min-height: 75px; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--line-dark); }
.contact-card > :last-child { border-bottom: 0; }
.contact-card span { color: var(--red-bright); font-family: var(--body); font-size: var(--fs-label); letter-spacing: .1em; text-transform: uppercase; }
.contact-card strong { overflow-wrap: anywhere; font-family: var(--display); font-size: 23px; font-weight: 600; }
.contact-card a:hover strong { color: var(--red-bright); }
.contact-card i { font-family: var(--mono); font-size: 12px; font-style: normal; }

.site-footer { padding: 70px 0 35px; color: #a9a69d; background: #070706; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr; gap: 70px; align-items: start; }
.footer-brand { display: flex; width: max-content; flex-direction: column; align-items: flex-start; gap: 2px; }
.footer-brand img { width: 132px; height: auto; margin-bottom: 2px; opacity: .9; }
.footer-brand strong { background: linear-gradient(180deg, #ffffff 0%, var(--chrome) 45%, #6e6e74 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--chrome); font-family: var(--display); font-size: 52px; font-weight: 700; letter-spacing: -.035em; line-height: .8; }
.footer-brand strong em { -webkit-text-fill-color: var(--red-bright); color: var(--red-bright); font-style: normal; }
.footer-brand span { color: var(--chrome-mid); font-family: var(--mono); font-size: 9.5px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid > p { max-width: 340px; margin: 0; font-size: var(--fs-body-s); line-height: 1.75; }
.footer-grid nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
.footer-grid nav a { font-size: var(--fs-nav); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color 180ms ease; }
.footer-grid nav a:hover { color: var(--red-bright); }
.footer-meta { display: flex; grid-column: 1 / -1; justify-content: space-between; margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--line-dark); font-family: var(--body); font-size: var(--fs-label); letter-spacing: .1em; text-transform: uppercase; }

.lightbox { width: min(90vw, 440px); max-width: none; padding: 0; color: var(--white); background: var(--ink); border: 1px solid rgba(211,22,28,.48); box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(7px); }
.lightbox img { width: 100%; max-width: 412px; max-height: 52vh; margin-inline: auto; object-fit: contain; background: #050505; }
.lightbox p { margin: 0; padding: 15px 20px; color: var(--red); font-family: var(--body); font-size: var(--fs-label); letter-spacing: .1em; text-transform: uppercase; }
.lightbox-close { position: absolute; top: 10px; right: 10px; z-index: 3; display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--red); border: 0; cursor: pointer; font-family: Arial, sans-serif; font-size: 24px; line-height: 1; transition: background-color 180ms ease; }
.lightbox-close:hover { background: var(--red-dark); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 560ms var(--ease), transform 560ms var(--ease); }
.reveal-delay { transition-delay: 100ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }


/* ---------------- Quote form ---------------- */
.quote { color: var(--ink); background: var(--paper); border-top: 1px solid var(--line-light); }
.quote-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(50px, 7vw, 100px); }
.quote-intro h2 { margin-bottom: 26px; font-family: var(--display); font-size: clamp(52px, 5.6vw, 80px); font-weight: 600; letter-spacing: -.055em; line-height: .84; }
.quote-lead { max-width: 430px; margin-bottom: 34px; color: var(--muted-light); font-size: var(--fs-body); line-height: 1.75; }
.quote-assure { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-light); }
.quote-assure div { display: flex; min-height: 82px; flex-direction: column; justify-content: center; gap: 3px; padding-right: 10px; }
.quote-assure strong { font-family: var(--display); font-size: 23px; font-weight: 700; line-height: 1; }
.quote-assure span { color: #a11116; font-family: var(--body); font-size: var(--fs-label); letter-spacing: .1em; text-transform: uppercase; }

.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 22px; padding: 34px 34px 30px; background: var(--white); border: 1px solid var(--line-light); box-shadow: 18px 18px 0 rgba(12, 12, 11, .05); }
.field { display: flex; min-width: 0; flex-direction: column; gap: 9px; }
.field-wide { grid-column: 1 / -1; }
.field label { color: var(--ink); font-family: var(--body); font-size: var(--fs-label); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.field label span { color: var(--muted-light); font-weight: 400; }
.field input, .field textarea, .field select { width: 100%; min-height: 54px; padding: 15px 16px; color: var(--ink); background: var(--paper-bright); border: 1px solid var(--line-light); border-radius: 0; font-family: var(--body); font-size: 16px; transition: border-color 180ms ease, background-color 180ms ease; }
.field textarea { min-height: 92px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #8d8a82; }
.field input:focus, .field textarea:focus, .field select:focus { background: var(--white); border-color: var(--red-dark); outline: none; }
.select-wrap { position: relative; display: flex; }
.select-wrap select { cursor: pointer; appearance: none; padding-right: 44px; }
.select-wrap svg { position: absolute; top: 50%; right: 16px; width: 17px; height: 17px; fill: none; stroke: var(--red-dark); stroke-linecap: square; stroke-width: 1.7; transform: translateY(-50%); pointer-events: none; }
.form-error { grid-column: 1 / -1; margin: 0; padding: 12px 15px; color: #8a1f1f; background: rgba(220, 38, 38, .08); border-left: 2px solid #b3261e; font-size: 14px; }
.quote-submit { display: flex; grid-column: 1 / -1; align-items: center; gap: 22px; border-top: 1px solid var(--line-light); padding-top: 22px; }
.quote-submit p { margin: 0; color: var(--muted-light); font-size: 13px; line-height: 1.6; }
.quote-submit a { border-bottom: 1px solid currentColor; color: var(--ink); font-weight: 600; transition: color 180ms ease; }
.quote-submit a:hover { color: var(--red-dark); }

/* ==========================================================
   AGENCY REMINDER — NOT part of the client's site. Delete on signing.
   ========================================================== */
.agency-pop[hidden] { display: none !important; }
.agency-pop { position: fixed; inset: 0; z-index: 900; display: grid; padding: 20px; place-items: center; background: rgba(6, 6, 5, .74); opacity: 0; backdrop-filter: blur(6px); transition: opacity 260ms ease; overflow-y: auto; pointer-events: none; }
.agency-pop.is-open { opacity: 1; pointer-events: auto; }
.agency-card { position: relative; width: min(100%, 470px); padding: 34px 32px 26px; color: var(--ink); background: var(--paper-bright); border-top: 3px solid var(--red); box-shadow: 0 30px 80px rgba(0, 0, 0, .5); transform: translateY(22px) scale(.97); transition: transform 300ms var(--ease); }
.agency-pop.is-open .agency-card { transform: translateY(0) scale(1); }
.agency-x { position: absolute; top: 8px; right: 8px; display: grid; width: 42px; height: 42px; place-items: center; color: var(--muted-light); background: transparent; border: 0; cursor: pointer; font-family: Arial, sans-serif; font-size: 25px; line-height: 1; transition: color 180ms ease; }
.agency-x:hover { color: var(--ink); }
.agency-mark { display: grid; width: 40px; height: 40px; margin-bottom: 20px; place-items: center; color: #fff; background: var(--red); font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: -.03em; }
.agency-eyebrow { margin: 0 0 10px; color: #a11116; font-family: var(--body); font-size: var(--fs-label); font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.agency-card h3 { margin: 0 0 15px; font-family: var(--display); font-size: 31px; font-weight: 700; letter-spacing: -.03em; line-height: 1.05; }
.agency-card > p { margin: 0 0 14px; color: #4e4e56; font-size: var(--fs-body); line-height: 1.7; }
.agency-card > p b { color: var(--ink); }
.agency-actions { display: grid; gap: 9px; margin-top: 22px; }
.agency-actions .button { width: 100%; gap: 12px; font-size: var(--fs-nav); }
.agency-actions .button svg { width: 16px; height: 16px; stroke-width: 1.7; }
.agency-actions .button:hover svg { transform: none; }
.agency-ghost { color: var(--ink); background: transparent; border-color: rgba(12, 12, 11, .38); }
.agency-ghost:hover { color: var(--ink); background: rgba(12, 12, 11, .06); border-color: var(--ink); }
.agency-skip { display: block; width: 100%; min-height: 44px; margin-top: 6px; color: var(--muted-light); background: transparent; border: 0; cursor: pointer; font-family: var(--body); font-size: 13px; font-weight: 600; letter-spacing: .06em; transition: color 180ms ease; }
.agency-skip:hover { color: var(--ink); }
/* ================= END AGENCY REMINDER ================= */


/* ghost button — for phone CTAs on dark backgrounds */
.button-ghost { color: var(--white); background: transparent; border-color: var(--line-dark); }
.button-ghost:hover { color: var(--white); background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.5); }
.button-ghost svg, .button-outline svg { stroke-width: 1.7; }
.phone-cta { letter-spacing: .04em; }
.button.phone-cta { gap: 12px; }
.button.phone-cta:hover svg { transform: none; }

/* copy-to-clipboard confirmation */
.copy-toast { position: fixed; bottom: 26px; left: 50%; z-index: 1200; padding: 14px 22px; color: #fff; background: var(--red); box-shadow: 0 14px 40px rgba(0,0,0,.45); font-family: var(--body); font-size: 14px; font-weight: 600; letter-spacing: .02em; opacity: 0; transform: translate(-50%, 14px); transition: opacity 240ms ease, transform 240ms var(--ease); pointer-events: none; }
.copy-toast.is-shown { opacity: 1; transform: translate(-50%, 0); }

/* send-method choice in the quote form */
.send-choice { margin: 0; padding: 0; border: 0; }
.send-choice legend { margin-bottom: 11px; padding: 0; color: var(--ink); font-family: var(--body); font-size: var(--fs-label); font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.send-choice > label { }
.send-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.send-choice legend { grid-column: 1 / -1; }
.send-choice label { display: inline-flex; flex: 1 1 0; min-height: 52px; align-items: center; justify-content: center; gap: 10px; background: var(--paper-bright); border: 1px solid var(--line-light); cursor: pointer; font-size: 14px; font-weight: 600; transition: border-color 180ms ease, background-color 180ms ease; }
.send-choice label:hover { border-color: var(--red-dark); }
.send-choice input { width: 17px; height: 17px; accent-color: var(--red); cursor: pointer; }
.send-choice label:has(input:checked) { background: #fff; border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red); }


/* touch devices have no hover — show the photo card as its resting state */
@media (hover: none) and (pointer: coarse) {
  .service-card { color: var(--white); background: var(--ink-soft); }
  .service-card .service-preview { opacity: 1; }
  .service-card .service-preview img { transform: none; }
  .service-card p { color: #d8d8de; }
  .service-card .service-number { color: var(--red-bright); }
  .service-card .service-icon { stroke: var(--red-bright); }
}

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: flex; width: 48px; height: 48px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-left: 14px; padding: 0; color: var(--white); background: transparent; border: 1px solid var(--line-dark); cursor: pointer; }
  .menu-toggle span { width: 19px; height: 1px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { display: grid; max-height: 0; overflow: hidden; padding: 0 max(24px, calc((100vw - var(--shell)) / 2)); color: var(--white); background: var(--ink); transition: max-height 240ms var(--ease), padding 240ms var(--ease); }
  .mobile-menu.is-open { max-height: 520px; padding-top: 12px; padding-bottom: 16px; border-bottom: 1px solid var(--line-dark); }
  .mobile-menu > a:not(.button) { display: grid; min-height: 57px; grid-template-columns: 38px 1fr; align-items: center; border-top: 1px solid var(--line-dark); font-family: var(--display); font-size: 22px; font-weight: 700; }
  .mobile-menu > a > span { color: var(--red-bright); font-family: var(--mono); font-size: var(--fs-label); }
  .mobile-menu .button { margin-top: 10px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 340px); gap: 44px; }
  .hero-visual { max-width: 340px; }
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-layout { grid-template-columns: 340px minmax(0, 1fr); gap: 54px; }
  .about-visual { max-width: 340px; }
  .work-grid { grid-auto-rows: 196px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .contact-layout { gap: 50px; }
  .quote-layout { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 860px) {
  .hero-layout { min-height: auto; grid-template-columns: 1fr; padding-block: 74px 68px; }
  .hero-visual { max-width: 412px; margin-inline: auto; }
  .hero-copy { max-width: 680px; }
    .section-heading, .work-heading { grid-template-columns: 1fr; gap: 28px; }
  .about-layout { grid-template-columns: 1fr; }
  .about-visual { max-width: 412px; margin-inline: auto; }
    .about-copy { max-width: 670px; }
  .work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-layout { grid-template-columns: 1fr; }
  .process-heading { min-height: auto; padding: 80px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .process-list li { padding-left: 0; }
  .contact-layout { grid-template-columns: 1fr; }
  .quote-form { padding: 28px 26px 24px; box-shadow: 10px 10px 0 rgba(12,12,11,.05); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid nav { grid-column: 2; grid-row: 1 / span 2; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .utility-inner { display: flex; justify-content: space-between; }
  .utility-location { display: none; }
  .site-header { height: 74px; }
  .brand-car { width: 76px; }
  .brand-copy strong { font-size: 25px; }
  .header-cta { display: none; }
  .menu-toggle { margin-left: auto; }
  .mobile-menu { padding-inline: 16px; }
  .section { padding: 88px 0; }
  .hero-layout { padding-block: 68px 58px; }
  h1 { font-size: clamp(46px, 13vw, 62px); line-height: .92; }
  .hero-actions { align-items: stretch; }
              .strip-track { min-height: 56px; justify-content: flex-start; white-space: nowrap; }
  .strip-track span:nth-of-type(n+4), .strip-track i:nth-of-type(n+4) { display: none; }
  .section-heading h2, .work-heading h2, .about-copy h2, .process-heading h2, .contact-copy h2 { font-size: clamp(55px, 16vw, 76px); }
  .service-card { min-height: 330px; }
  .service-icon { margin-top: 45px; }
    .work-grid { grid-auto-rows: 190px; }
  .work-item-tall { grid-row: span 1; }
  .work-item-wide { grid-column: span 1; }
  .process-list li { grid-template-columns: 62px 1fr; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .contact-card { padding-inline: 24px; box-shadow: 10px 10px 0 rgba(211,22,28,.10); }
  .quote-form { grid-template-columns: 1fr; padding: 24px 20px 22px; }
  .quote-submit { align-items: stretch; flex-direction: column; gap: 15px; }
  .quote-submit .button { width: 100%; }
  .agency-card { padding: 30px 22px 22px; }
  .agency-card h3 { font-size: 27px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-grid > p { grid-column: 1; }
}

@media (max-width: 520px) {
  .utility-bar { font-size: 10px; }
  .utility-inner > span:first-child { display: none; }
  .utility-inner { justify-content: center; }
  .hero-intro { font-size: 13px; }
  .hero-actions { display: grid; justify-items: stretch; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .hero-note { grid-template-columns: 1fr; gap: 3px; }
              .service-grid { grid-template-columns: 1fr; }
  .quote-assure { grid-template-columns: 1fr; }
  .quote-assure div { min-height: 62px; border-bottom: 1px solid var(--line-light); }
  .service-card { min-height: 300px; }
          .work-grid { grid-auto-rows: 168px; gap: 8px; }
  .work-item span { right: 12px; bottom: 12px; left: 12px; }
  .process-list li { min-height: 150px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { grid-column: 1; grid-row: auto; }
  .footer-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .agency-pop { opacity: 1; }
  .agency-card { transform: none; }
  .service-preview img { transform: none; }
  .service-preview { transition-duration: .01ms !important; }
}
