:root {
  --ink: #0a0a0a;
  --ink-soft: #171717;
  --paper: #f7f7f4;
  --white: #ffffff;
  --gold: #7dd3fc;
  --gold-strong: #0284c7;
  --line: rgba(10, 10, 10, 0.14);
  --muted: #676767;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe 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, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 16px;
  color: var(--ink);
  background: var(--gold);
  font-weight: 800;
  transition: top .2s ease;
}

.skip-link:focus { top: 16px; }

.container {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-strong);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-title,
.hero h1,
.page-hero h1 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: 900;
  letter-spacing: .012em;
  line-height: .98;
  text-transform: uppercase;
}

.section-title { max-width: 760px; font-size: clamp(2.3rem, 6vw, 5.1rem); }

.section-intro { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; }

.utility-bar {
  padding: 8px 0;
  color: rgba(255,255,255,.74);
  background: #000;
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.utility-inner { display: flex; justify-content: space-between; gap: 24px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--white);
  background: rgba(10,10,10,.95);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}

.nav-shell { min-height: 78px; display: flex; align-items: center; gap: 28px; }

.brand { flex: 0 0 auto; display: inline-flex; align-items: center; text-decoration: none; }

.brand img { width: 230px; height: auto; }

.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }

.desktop-nav a,
.nav-services > summary {
  color: rgba(255,255,255,.82);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.nav-services > summary:hover { color: var(--gold); }

.nav-services { position: relative; }
.nav-services > summary { list-style: none; }
.nav-services > summary::-webkit-details-marker { display: none; }
.nav-services > summary::after { content: " +"; color: var(--gold); }

.services-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 22px);
  width: 230px;
  padding: 10px;
  background: var(--white);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.services-menu a { display: block; padding: 10px 12px; color: var(--ink); border-radius: 6px; }
.services-menu a:hover { color: var(--ink); background: #f1f1ed; }

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  color: var(--ink) !important;
  background: var(--gold);
  border-radius: 999px;
}

.menu-toggle {
  display: none;
  margin-left: auto;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  display: none;
  position: fixed;
  inset: 110px 0 0;
  z-index: 90;
  padding: 30px 20px 50px;
  overflow: auto;
  color: var(--white);
  background: #0a0a0a;
}

.mobile-nav.open { display: block; }
.mobile-nav a { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1.2rem; font-weight: 800; text-decoration: none; }
.mobile-nav .mobile-label { margin: 28px 0 4px; color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }

.hero {
  position: relative;
  min-height: 700px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: #111;
}

.hero-media,
.hero-media::after { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after { content: ""; background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.62) 42%, rgba(0,0,0,.14) 78%), linear-gradient(0deg, rgba(0,0,0,.84), transparent 55%); }

.hero-content { position: relative; z-index: 1; padding-block: 120px 88px; }
.hero h1 { max-width: 900px; font-size: clamp(3.6rem, 9.3vw, 8.5rem); }
.hero h1 span { display: block; color: var(--gold); }
.hero-copy { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1rem, 2.2vw, 1.25rem); }

.hero-actions,
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  color: var(--ink);
  background: var(--gold);
  border: 2px solid var(--gold);
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .055em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.button:hover { transform: translateY(-2px); background: #a5e2ff; }
.button.secondary { color: var(--white); background: transparent; border-color: rgba(255,255,255,.55); }
.button.secondary:hover { background: var(--white); color: var(--ink); }
.button.dark { color: var(--white); background: var(--ink); border-color: var(--ink); }

.trust-bar { position: relative; z-index: 2; margin-top: -1px; color: var(--white); background: var(--ink); border-top: 1px solid rgba(255,255,255,.14); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 104px; padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-item:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.trust-item strong { display: block; color: var(--gold); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 1.35rem; letter-spacing: .04em; text-transform: uppercase; }
.trust-item span { color: rgba(255,255,255,.66); font-size: .86rem; }

.section { padding-block: 110px; }
.section-dark { color: var(--white); background: var(--ink); }
.section-dark .section-intro { color: rgba(255,255,255,.65); }

.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.text-link { flex: 0 0 auto; color: inherit; font-weight: 900; text-underline-offset: 5px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 410px; overflow: hidden; color: var(--white); background: #222; border-radius: var(--radius); text-decoration: none; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.04) 72%); }
.service-card:hover img { transform: scale(1.045); }
.service-card-content { position: absolute; inset: auto 0 0; z-index: 1; padding: 26px; }
.service-card small { color: var(--gold); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.service-card h3 { margin: 7px 0 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 2.35rem; letter-spacing: .03em; line-height: 1; text-transform: uppercase; }
.service-card p { margin: 10px 0 0; color: rgba(255,255,255,.73); font-size: .92rem; }

.split-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 74px; align-items: center; }
.split-media { position: relative; }
.split-media img { width: 100%; min-height: 560px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.split-badge { position: absolute; right: -26px; bottom: 34px; width: 190px; padding: 24px; color: var(--ink); background: var(--gold); border-radius: 14px; box-shadow: var(--shadow); }
.split-badge strong { display: block; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 2rem; line-height: 1; text-transform: uppercase; }
.split-badge span { display: block; margin-top: 8px; font-size: .82rem; font-weight: 800; line-height: 1.35; }

.check-list { list-style: none; margin: 30px 0 0; padding: 0; }
.check-list li { position: relative; padding: 15px 0 15px 34px; border-bottom: 1px solid var(--line); font-weight: 750; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-strong); font-weight: 1000; }

.project-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 260px 260px; gap: 14px; }
.project-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); }
.project-grid figure:first-child { grid-row: 1 / span 2; }
.project-grid img { width: 100%; height: 100%; object-fit: cover; }
.project-grid figcaption { position: absolute; inset: auto 14px 14px; padding: 7px 11px; color: var(--white); background: rgba(0,0,0,.72); border-radius: 999px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.quote-card { max-width: 940px; margin-inline: auto; padding: 62px; color: var(--white); background: var(--ink-soft); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); }
.quote-mark { color: var(--gold); font-family: Georgia, serif; font-size: 5rem; line-height: .5; }
.quote-card blockquote { margin: 26px 0 0; font-size: clamp(1.35rem, 3vw, 2.25rem); font-weight: 750; letter-spacing: -.02em; line-height: 1.35; }
.quote-card cite { display: block; margin-top: 24px; color: rgba(255,255,255,.58); font-size: .82rem; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step { padding: 38px 32px 42px; border-right: 1px solid var(--line); }
.process-step:first-child { border-left: 1px solid var(--line); }
.process-step span { color: var(--gold-strong); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 2.4rem; }
.process-step h3 { margin: 10px 0 8px; font-size: 1.2rem; }
.process-step p { margin: 0; color: var(--muted); font-size: .94rem; }

.cta-section { padding-block: 85px; color: var(--white); background: var(--ink); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.cta-section h2 { margin: 0; max-width: 800px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(2.5rem, 6.8vw, 5.6rem); letter-spacing: .02em; line-height: 1; text-transform: uppercase; }
.cta-section h2 span { color: var(--gold); }
.cta-actions { margin-top: 0; justify-content: flex-end; }

.site-footer { padding-block: 70px 34px; color: rgba(255,255,255,.66); background: #050505; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .65fr .85fr; gap: 70px; }
.footer-brand img { width: 270px; }
.footer-brand p { max-width: 430px; margin: 24px 0 0; }
.footer-title { margin: 0 0 15px; color: var(--white); font-size: .78rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li + li { margin-top: 8px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }

.page-hero { position: relative; min-height: 530px; display: grid; align-items: end; overflow: hidden; color: var(--white); background: #111; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.9), rgba(0,0,0,.35)), linear-gradient(0deg, rgba(0,0,0,.72), transparent 50%); }
.page-hero-content { position: relative; z-index: 1; padding-block: 96px 62px; }
.page-hero h1 { max-width: 940px; font-size: clamp(3.6rem, 9vw, 7.5rem); }
.page-hero p { max-width: 660px; margin: 22px 0 0; color: rgba(255,255,255,.8); font-size: 1.12rem; }

.content-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: start; }
.prose h2 { margin: 0 0 22px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(2.4rem, 5vw, 4.8rem); letter-spacing: .02em; line-height: 1; text-transform: uppercase; }
.prose h3 { margin: 40px 0 10px; font-size: 1.25rem; }
.prose p { color: #505050; }
.prose .lead { color: var(--ink); font-size: 1.22rem; font-weight: 650; }
.info-card { position: sticky; top: 120px; padding: 34px; color: var(--white); background: var(--ink); border-radius: var(--radius); }
.info-card h2 { margin: 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 2.55rem; line-height: 1; text-transform: uppercase; }
.info-card p { color: rgba(255,255,255,.65); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.feature-card { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; }
.feature-card strong { display: block; margin-bottom: 8px; font-size: 1.05rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.gallery-grid { columns: 3 280px; column-gap: 14px; }
.gallery-grid figure { margin: 0 0 14px; break-inside: avoid; overflow: hidden; border-radius: 14px; }
.gallery-grid img { width: 100%; transition: transform .4s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.contact-card { padding: 38px; color: var(--white); background: var(--ink); border-radius: var(--radius); }
.contact-card a { text-decoration: none; }
.contact-method { display: block; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-method small { display: block; color: var(--gold); font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-method strong { display: block; margin-top: 4px; font-size: clamp(1.4rem, 4vw, 2.3rem); }
.contact-method span { display: block; color: rgba(255,255,255,.56); font-size: .9rem; }

.estimate-form { display: grid; gap: 18px; }
.field { display: grid; gap: 7px; }
.field label { font-size: .82rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.field input,
.field select,
.field textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: var(--white); border: 1px solid #cfcfc8; border-radius: 8px; }
.field textarea { min-height: 125px; resize: vertical; }
.form-note { margin: 0; color: var(--muted); font-size: .84rem; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: 640px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 1px solid rgba(255,255,255,.12); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .split-grid, .content-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .split-media { max-width: 740px; }
  .info-card { position: static; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-grid figure:first-child { grid-column: 1 / span 2; grid-row: auto; }
  .cta-grid { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1.3fr .7fr; }
  .footer-grid > :last-child { grid-column: 1 / span 2; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .utility-inner { justify-content: center; }
  .utility-inner span:last-child { display: none; }
  .nav-shell { min-height: 72px; }
  .brand img { width: 190px; }
  .mobile-nav { inset-block-start: 101px; }
  .hero { min-height: 620px; }
  .hero-content { padding-block: 86px 62px; }
  .hero h1 { font-size: clamp(3.15rem, 18vw, 5.5rem); }
  .hero-media::after { background: linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.37)), linear-gradient(0deg, rgba(0,0,0,.88), transparent 58%); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { min-height: 94px; padding: 20px 16px; }
  .trust-item strong { font-size: 1.1rem; }
  .section { padding-block: 76px; }
  .section-heading-row { display: block; }
  .section-heading-row .text-link { display: inline-block; margin-top: 20px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .split-media img { min-height: 420px; }
  .split-badge { right: 12px; bottom: 12px; width: 168px; }
  .project-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
  .project-grid figure, .project-grid figure:first-child { grid-column: auto; min-height: 270px; }
  .quote-card { padding: 36px 24px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step:first-child { border: 0; border-bottom: 1px solid var(--line); }
  .feature-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
  .page-hero { min-height: 470px; }
  .page-hero-content { padding-block: 80px 54px; }
}

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