:root {
  --ink: #0b0b0c;
  --ink-soft: #171719;
  --red: #ed1c24;
  --red-dark: #c81017;
  --paper: #f4f2ed;
  --white: #fff;
  --line: #d7d4ce;
  --muted: #6f6e6a;
  --max: 1380px;
  --pad: clamp(22px, 5vw, 78px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.5; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.page-shell { width: 100%; overflow: hidden; }

.site-header {
  position: fixed; z-index: 100; top: 0; left: 0; right: 0;
  height: 92px; padding: 0 var(--pad); display: grid; grid-template-columns: 270px 1fr 230px; align-items: center;
  border-bottom: 1px solid rgba(255,255,255,.16); color: white; transition: background .3s, color .3s, height .3s, border-color .3s;
}
.site-header.scrolled { height: 76px; color: white; background: rgba(11,11,12,.94); border-color: #2b2b2e; backdrop-filter: blur(18px); }
.brand { width: 245px; display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand-icon { position: relative; width: 66px; height: 53px; flex: 0 0 auto; overflow: hidden; }
.brand-icon img { position: absolute; top: -6px; left: -19px; width: 100px; max-width: none; height: auto; }
.brand-copy { min-width: 0; display: grid; gap: 2px; color: white; line-height: 1; }
.brand-copy strong { font: 700 15px/1 "Manrope", sans-serif; letter-spacing: .025em; white-space: nowrap; }
.brand-copy small { color: var(--red); font: 600 10px/1 "DM Sans", sans-serif; letter-spacing: .035em; white-space: nowrap; }
.site-nav { justify-self: center; display: flex; gap: clamp(20px, 3vw, 46px); font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.site-nav a { position: relative; padding: 34px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 2px; background: var(--red); transition: right .25s; }
.site-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; min-width: 165px; padding: 13px 17px; background: var(--red); display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 800; color: white; }
.header-cta:hover { background: var(--red-dark); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 850px; height: min(920px, 100svh); padding: 180px var(--pad) 60px; color: white; background: #000; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); grid-template-rows: 1fr auto; }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(90deg, #000 0%, #000 42%, transparent 63%); }
.hero::after { display: none; }
.hero-copy { position: relative; z-index: 2; max-width: 850px; align-self: center; padding-bottom: 50px; }
.eyebrow, .section-index { margin: 0 0 27px; text-transform: uppercase; font: 700 11px/1.2 "Manrope", sans-serif; letter-spacing: .2em; }
.eyebrow { display: flex; align-items: center; gap: 13px; color: #c8c8c8; }
.eyebrow span { width: 38px; height: 2px; background: var(--red); }
.hero h1, h2 { font-family: "Manrope", sans-serif; letter-spacing: -.055em; }
.hero h1 { margin: 0; font-size: clamp(60px, 7.4vw, 116px); font-weight: 700; line-height: .91; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-intro { max-width: 640px; margin: 35px 0 34px; color: #bebec1; font-size: clamp(17px, 1.35vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.button { min-height: 56px; padding: 0 21px; border: 0; display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-light { color: var(--ink); background: white; }
.text-link, .arrow-link { padding: 9px 0; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.text-link span, .arrow-link span { margin-left: 22px; }
.hero-mark { position: relative; z-index: 1; display: grid; place-items: center; min-width: 0; }
.hero-logo { width: min(112%, 790px); max-width: none; height: auto; display: block; opacity: 0; animation: logo-arrive 1.7s cubic-bezier(.16,1,.3,1) .15s forwards; }
@keyframes logo-arrive { from { opacity: 0; transform: translateY(18px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }
.hero-proof { position: relative; z-index: 2; grid-column: 1 / -1; border-top: 1px solid #343437; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-top: 25px; }
.hero-proof div { display: flex; flex-direction: column; gap: 4px; }
.hero-proof strong { font: 700 14px "Manrope", sans-serif; }
.hero-proof span { color: #7e7e82; font-size: 13px; }

.section-pad { max-width: var(--max); margin: auto; padding: clamp(90px, 10vw, 150px) var(--pad); }
.line-divider { width: 100%; height: clamp(70px, 7vw, 100px); overflow: hidden; pointer-events: none; }
.line-divider svg { display: block; width: 100%; height: 100%; }
.line-divider path { fill: none; stroke-width: 3; vector-effect: non-scaling-stroke; stroke-dasharray: 1900; stroke-dashoffset: 1900; }
.line-divider.visible path { animation: divider-draw 1.4s cubic-bezier(.65,0,.35,1) forwards; }
.line-divider.visible .divider-red { animation-delay: .18s; }
.divider-dark { display: none; }
.divider-red { stroke: var(--red); }
.line-divider-light { background: var(--paper); }
.line-divider-bridge { margin-bottom: -1px; background: linear-gradient(to bottom, var(--paper) 0 50%, var(--ink) 50%); }
@keyframes divider-draw { to { stroke-dashoffset: 0; } }
.section-index { color: var(--red); }
.section-index.light { color: #9b9b9f; }
.statement-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10vw; align-items: end; }
.statement h2, .section-heading h2, .work-heading h2, .contact h2 { margin: 0; font-size: clamp(50px, 6.5vw, 96px); line-height: .99; font-weight: 700; }
.statement h2 span, .contact h2 span { color: var(--red); }
.statement-copy { padding-bottom: 8px; }
.statement-copy p { margin: 0 0 38px; color: #555551; font-size: 18px; line-height: 1.75; }

.services { padding-top: 20px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(290px, 430px); gap: 8vw; align-items: end; margin-bottom: 65px; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.service-list { border-top: 1px solid var(--ink); }
.service-row { min-height: 132px; padding: 30px 6px; display: grid; grid-template-columns: 1fr 1fr 35px; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); transition: color .25s, background .25s, padding .25s; }
.service-row:hover { color: white; background: var(--ink); padding-left: 24px; padding-right: 24px; }
.service-row h3 { margin: 0; font: 700 clamp(24px, 2.4vw, 36px)/1.1 "Manrope", sans-serif; letter-spacing: -.035em; }
.service-row p { margin: 0; max-width: 390px; color: var(--muted); }
.service-row:hover p { color: #aaa; }
.service-icon { color: var(--red); font-size: 31px; transform: rotate(90deg); }

.work { max-width: none; color: white; background: var(--ink); padding-left: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); padding-right: max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); }
.work-heading { max-width: calc(var(--max) - var(--pad)*2); margin: auto 0 55px; display: grid; grid-template-columns: 1fr minmax(280px, 420px); align-items: end; gap: 8vw; }
.work-heading h2 span { color: #747478; }
.work-heading > p { color: #99999e; line-height: 1.65; }
.filter-bar { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 35px; }
.filter-button { border: 1px solid #3a3a3e; color: #aaa; background: transparent; padding: 10px 15px; font-size: 12px; font-weight: 700; cursor: pointer; }
.filter-button:hover, .filter-button.active { color: white; border-color: var(--red); background: var(--red); }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.project-card { position: relative; grid-column: span 6; aspect-ratio: 4 / 3; min-height: 0; overflow: hidden; cursor: pointer; background: #202023; }
.project-card:nth-child(3n) { grid-column: span 5; }
.project-card:nth-child(3n+1):not(:first-child) { grid-column: span 7; }
.project-card img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center; filter: saturate(.82); transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s; }
.project-card:hover img { transform: scale(1.035); filter: saturate(1); }
.project-overlay { position: absolute; inset: auto 0 0; padding: 70px 28px 26px; background: linear-gradient(transparent, rgba(0,0,0,.82)); display: flex; justify-content: space-between; align-items: end; }
.project-overlay span { display: block; color: #bbb; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 700; }
.project-overlay h3 { margin: 0; font: 700 clamp(22px,2.3vw,34px)/1.1 "Manrope", sans-serif; letter-spacing: -.03em; }
.project-overlay b { width: 42px; height: 42px; display: grid; place-items: center; background: var(--red); font-size: 18px; }
.empty-gallery { padding: 80px 30px; text-align: center; border: 1px solid #333; }
.empty-gallery span { color: var(--red); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; }
.empty-gallery h3 { font: 700 34px "Manrope", sans-serif; }
.empty-gallery p { color: #888; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.process-card { min-height: 315px; padding: 28px; border-right: 1px solid var(--line); }
.process-card:last-child { border-right: 0; }
.process-mark { position: relative; width: 56px; height: 26px; display: block; }
.process-mark::before, .process-mark::after { content: ""; position: absolute; left: 0; height: 2px; background: var(--red); }
.process-mark::before { top: 7px; width: 38px; }
.process-mark::after { top: 17px; width: 56px; }
.process-card h3 { margin: 92px 0 18px; font: 700 22px/1.2 "Manrope", sans-serif; letter-spacing: -.025em; }
.process-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.reviews { padding-top: 20px; }
.reviews-panel { position: relative; min-height: 520px; padding: clamp(38px, 6vw, 82px); display: grid; grid-template-columns: 120px 1fr auto; gap: 35px; align-items: start; color: white; background: var(--red); }
.quote-mark { font: 800 160px/.8 Georgia, serif; opacity: .28; }
.reviews-panel h2 { max-width: 760px; margin: 0; font: 700 clamp(42px,5.4vw,75px)/1.02 "Manrope", sans-serif; letter-spacing: -.05em; }
.google-review-summary { min-height: 30px; margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 11px; font: 700 13px/1 "Manrope", sans-serif; }
.google-badge { display: inline-flex; align-items: center; padding: 7px 10px; color: var(--ink); background: white; border-radius: 2px; letter-spacing: -.02em; }
.review-stars { color: white; letter-spacing: .12em; }
.review-count { opacity: .8; font-weight: 500; }
.review-loading { opacity: .8; font-weight: 500; }
.google-reviews-list { margin-top: 36px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.google-review-card { min-height: 220px; padding: 22px; display: flex; flex-direction: column; color: var(--ink); background: white; }
.google-review-card .review-card-stars { color: var(--red); font-size: 15px; letter-spacing: .1em; }
.google-review-card blockquote { margin: 19px 0 22px; font-size: 14px; line-height: 1.65; }
.google-review-card footer { margin-top: auto; display: flex; align-items: end; justify-content: space-between; gap: 14px; }
.google-review-card strong, .google-review-card small { display: block; }
.google-review-card strong { font-size: 12px; }
.google-review-card small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.google-review-card a { color: var(--red-dark); font-size: 11px; font-weight: 800; white-space: nowrap; }
.review-empty { padding: 22px; grid-column: 1 / -1; border: 1px solid rgba(255,255,255,.45); }
.review-empty p { margin: 0 0 6px; font-size: 16px; }
.review-empty span { color: rgba(255,255,255,.72); font-size: 13px; }
.reviews-panel .button { align-self: end; }

.contact { display: grid; grid-template-columns: 1fr minmax(420px, .78fr); gap: 9vw; }
.contact h2 { font-size: clamp(52px, 6vw, 90px); }
.contact-intro > p:not(.section-index) { max-width: 590px; color: var(--muted); font-size: 17px; }
.direct-links { margin-top: 55px; border-top: 1px solid var(--ink); }
.direct-links a { padding: 18px 3px; display: grid; grid-template-columns: 100px 1fr auto; gap: 25px; border-bottom: 1px solid var(--line); align-items: center; }
.direct-links a:hover strong { color: var(--red); }
.direct-links span { color: var(--muted); font-size: 12px; }
.direct-links strong { font-size: 14px; overflow-wrap: anywhere; transition: color .2s; }
.direct-links b { color: var(--red); }
.contact-form { padding: clamp(27px,4vw,50px); background: white; box-shadow: 0 24px 90px rgba(15,15,16,.09); }
.contact-form label { display: flex; flex-direction: column; gap: 9px; margin-bottom: 22px; font-size: 12px; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #c9c7c2; border-radius: 0; outline: none; font-weight: 400; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); }
.contact-form textarea { resize: vertical; }
.contact-form .button { width: 100%; margin-top: 5px; }
.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: 11px; }

.site-footer { max-width: none; padding: 70px var(--pad) 28px; color: white; background: var(--ink); display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 45px; }
.footer-brand .footer-logo-official { width: 170px; max-height: 220px; object-fit: contain; object-position: left center; }
.footer-brand p { color: #77777b; font: 700 20px/1.3 "Manrope", sans-serif; }
.footer-col { display: flex; flex-direction: column; gap: 9px; }
.footer-col > span { color: #737378; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 700; }
.footer-col a, .footer-col p { margin: 0; color: #d3d3d4; font-size: 13px; line-height: 1.7; }
.footer-col a:hover { color: var(--red); }
.footer-bottom { grid-column: 1/-1; margin-top: 35px; padding-top: 24px; border-top: 1px solid #303033; display: flex; gap: 32px; color: #737378; font-size: 11px; }
.footer-bottom a:nth-child(2) { margin-left: auto; }
.footer-bottom a:hover { color: white; }

.lightbox { width: min(1050px, 92vw); max-width: none; padding: 0; color: white; border: 0; background: #111; box-shadow: 0 25px 100px rgba(0,0,0,.65); }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; background: #090909; }
.lightbox > div { padding: 18px 22px; display: flex; justify-content: space-between; gap: 20px; }
.lightbox > div span { color: #888; }
.lightbox-close { position: absolute; right: 12px; top: 12px; z-index: 2; width: 44px; height: 44px; border: 0; color: white; background: var(--red); font-size: 28px; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 220px 1fr 170px; }
  .brand { width: 205px; }
  .site-nav { gap: 18px; }
  .hero { grid-template-columns: 1.2fr .8fr; }
  .hero-mark { opacity: .58; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-card:nth-child(2) { border-right: 0; }
  .process-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .reviews-panel { grid-template-columns: 80px 1fr; }
  .reviews-panel .button { grid-column: 2; justify-self: start; }
  .site-footer { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-col:nth-of-type(4) { grid-column: 2; }
}

@media (max-width: 820px) {
  .site-header { height: 74px; grid-template-columns: 1fr auto; background: rgba(11,11,12,.96); }
  .site-header.scrolled { color: white; background: rgba(11,11,12,.96); }
  .brand { width: 188px; }
  .header-cta { display: none; }
  .menu-toggle { justify-self: end; width: 44px; height: 44px; padding: 10px 7px; display: flex; flex-direction: column; justify-content: center; gap: 5px; color: white; background: transparent; border: 0; }
  .menu-toggle > span:not(.sr-only) { width: 28px; height: 2px; display: block; background: currentColor; transition: transform .25s, opacity .25s; }
  .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:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 74px 0 0; padding: 45px var(--pad); display: none; flex-direction: column; align-items: flex-start; gap: 0; color: white; background: var(--ink); }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; padding: 20px 0; border-bottom: 1px solid #2a2a2c; font: 700 28px "Manrope", sans-serif; }
  .site-nav a::after { display: none; }
  .hero { min-height: 770px; height: auto; padding-top: 145px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; }
  .hero-copy { padding-bottom: 15px; }
  .hero h1 { font-size: clamp(55px, 15vw, 86px); }
  .hero-mark { position: relative; right: auto; top: auto; width: 100%; margin: 18px auto 6px; opacity: 1; }
  .hero-mark .hero-logo { width: 124%; max-width: none; }
  .hero-proof { margin-top: 60px; gap: 16px; }
  .statement-layout, .section-heading, .work-heading, .contact { grid-template-columns: 1fr; }
  .statement-layout, .section-heading, .work-heading { gap: 35px; }
  .service-row { grid-template-columns: 1fr 24px; gap: 15px; }
  .service-row p { display: none; }
  .project-card, .project-card:nth-child(3n), .project-card:nth-child(3n+1):not(:first-child) { grid-column: span 12; min-height: 0; }
  .project-card img { min-height: 0; }
  .reviews-panel { min-height: 0; grid-template-columns: 1fr; }
  .google-reviews-list { grid-template-columns: 1fr; }
  .quote-mark { display: none; }
  .reviews-panel .button { grid-column: 1; }
  .contact { gap: 65px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
  .footer-col:nth-of-type(4) { grid-column: auto; }
}

@media (max-width: 540px) {
  .hero { padding-top: 125px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof div { flex-direction: row; gap: 8px; }
  .hero-proof div:not(:first-child) { display: none; }
  .statement h2, .section-heading h2, .work-heading h2, .contact h2 { font-size: 46px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-card h3 { margin-top: 62px; }
  .reviews-panel { margin-left: -8px; margin-right: -8px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .direct-links a { grid-template-columns: 70px 1fr auto; gap: 12px; }
  .brand { width: 190px; gap: 8px; }
  .brand-icon { width: 55px; height: 47px; }
  .brand-icon img { top: -5px; left: -16px; width: 86px; }
  .brand-copy strong { font-size: 12px; }
  .brand-copy small { font-size: 8px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-col:nth-of-type(4) { grid-column: auto; }
  .footer-bottom { flex-wrap: wrap; }
  .footer-bottom a:nth-child(2) { margin-left: 0; }
}

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