:root {
  --ink: #10130f;
  --ink-2: #1b2019;
  --paper: #f4f5ef;
  --white: #ffffff;
  --muted: #626a60;
  --line: #d9ddd2;
  --signal: #c9ff42;
  --signal-dark: #9bd20e;
  --warm: #f1e9dc;
  --radius: 18px;
  --shadow: 0 18px 60px rgba(16, 19, 15, .12);
  --page: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--signal); padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 13px; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 3px; margin: 0 10px 3px 0; background: var(--signal-dark); }
.container { width: var(--page); margin-inline: auto; }
.section { padding: 108px 0; }
.section-heading { max-width: 730px; margin-bottom: 46px; }
.section-heading h2 { margin: 0; font-size: clamp(2.15rem, 5vw, 4.6rem); line-height: .98; letter-spacing: -.055em; }
.section-heading p { max-width: 620px; margin: 20px 0 0; color: var(--muted); font-size: 1.05rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 780; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--signal); color: var(--ink); }
.btn-primary:hover { background: #bdf526; }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-ghost { border-color: rgba(255,255,255,.25); color: var(--white); }
.btn-outline { border-color: var(--ink); background: transparent; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(16,19,15,.94); color: var(--white); backdrop-filter: blur(16px); }
.nav { width: var(--page); height: 76px; margin: auto; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.025em; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; background: var(--signal); color: var(--ink); border-radius: 9px; font-size: .78rem; letter-spacing: -.06em; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.nav-links a { color: #dfe4da; font-size: .93rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--signal); }
.nav-links .btn-primary, .nav-links .btn-primary:hover, .nav-links .btn-primary[aria-current="page"] { color: var(--ink); }
.nav-cta { margin-left: 4px; }
.menu-button { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid #394038; border-radius: 50%; background: none; color: white; }

.hero { position: relative; min-height: calc(100vh - 76px); display: grid; align-items: end; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-media { position: absolute; inset: 0; }
.hero-media img { height: 100%; object-fit: cover; opacity: .61; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,13,9,.97) 0%, rgba(10,13,9,.62) 46%, rgba(10,13,9,.12) 100%), linear-gradient(0deg, rgba(10,13,9,.84), transparent 55%); }
.hero-content { position: relative; z-index: 1; width: var(--page); margin-inline: auto; padding: 110px 0 72px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 26px; color: #e3e9df; font-size: .82rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hero-kicker i { display: block; width: 10px; height: 10px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 0 7px rgba(201,255,66,.12); }
.hero h1 { max-width: 890px; margin: 0; font-size: clamp(3.2rem, 8vw, 7.7rem); line-height: .87; letter-spacing: -.075em; }
.hero h1 span { color: var(--signal); }
.hero-subrow { display: grid; grid-template-columns: minmax(280px, 570px) auto; align-items: end; gap: 52px; margin-top: 34px; }
.hero-subrow p { margin: 0; color: #d6dcd2; font-size: clamp(1rem, 1.7vw, 1.2rem); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.proof-strip { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.16); }
.proof-grid { width: var(--page); margin: auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { min-height: 92px; padding: 20px 30px 20px 0; display: flex; align-items: center; gap: 14px; color: #dbe1d6; }
.proof-item + .proof-item { border-left: 1px solid rgba(255,255,255,.16); padding-left: 30px; }
.proof-number { font-size: 1.8rem; line-height: 1; font-weight: 850; color: var(--signal); }
.proof-label { font-size: .88rem; line-height: 1.3; }

.services-wrap { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.service-card { min-height: 270px; padding: 30px; position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card:nth-child(1), .service-card:nth-child(2) { grid-column: span 6; }
.service-card:nth-child(n+3) { grid-column: span 4; }
.service-card .num { color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .1em; }
.service-card h3 { max-width: 320px; margin: 40px 0 14px; font-size: clamp(1.55rem, 3vw, 2.3rem); line-height: 1.02; letter-spacing: -.045em; }
.service-card p { max-width: 420px; margin: 0; color: var(--muted); }
.service-card .arrow { position: absolute; top: 28px; right: 28px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); transition: background .2s, transform .2s; }
.service-card:hover .arrow { background: var(--signal); transform: rotate(-8deg); }
.service-card.featured { background: var(--ink); color: var(--white); border-color: var(--ink); }
.service-card.featured p, .service-card.featured .num { color: #b7c0b2; }

.work-section { background: var(--ink); color: var(--white); }
.work-section .section-heading p { color: #aeb7aa; }
.project-feature { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.project-tile { position: relative; min-height: 340px; overflow: hidden; border-radius: var(--radius); background: #252b24; border: 0; padding: 0; color: white; text-align: left; }
.project-tile.tall { min-height: 698px; grid-row: span 2; }
.project-tile img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .55s; }
.project-tile:hover img { transform: scale(1.035); }
.project-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,10,8,.86), transparent 55%); }
.project-caption { position: absolute; z-index: 2; inset: auto 26px 24px; }
.project-caption span { display: block; color: var(--signal); font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.project-caption strong { display: block; margin-top: 5px; font-size: 1.35rem; letter-spacing: -.025em; }
.work-bottom { margin-top: 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #b8c0b4; }

.quote-band { background: var(--signal); }
.quote-band .container { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.quote-band h2 { margin: 0; max-width: 760px; font-size: clamp(2.5rem, 6vw, 5.6rem); line-height: .92; letter-spacing: -.065em; }
.quote-band p { max-width: 620px; margin: 20px 0 0; }

.page-hero { padding: 92px 0 72px; background: var(--ink); color: var(--white); }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(3rem, 7vw, 6.5rem); line-height: .92; letter-spacing: -.065em; }
.page-hero p { max-width: 650px; margin: 22px 0 0; color: #bdc6b9; font-size: 1.1rem; }
.crumbs { margin-bottom: 42px; color: #9fa89b; font-size: .87rem; }
.crumbs a { color: var(--signal); text-underline-offset: 4px; }

.service-detail { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 70px; align-items: start; }
.prose h2 { margin: 0 0 24px; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.05em; }
.prose h3 { margin: 42px 0 14px; font-size: 1.45rem; letter-spacing: -.025em; }
.prose p { color: var(--muted); }
.check-list { padding: 0; margin: 26px 0; display: grid; gap: 12px; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list li::before { content: "✓"; flex: 0 0 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--signal); font-weight: 900; }
.service-aside { position: sticky; top: 98px; padding: 28px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); }
.service-aside h3 { margin: 0 0 12px; font-size: 1.35rem; }
.service-aside p { color: var(--muted); }
.service-aside .btn { width: 100%; margin-top: 8px; }
.mini-nav { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.mini-nav a { display: block; padding: 8px 0; color: var(--muted); font-size: .9rem; }
.service-image { margin: 38px 0 12px; overflow: hidden; border-radius: var(--radius); }
.service-image img { aspect-ratio: 16/9; object-fit: cover; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.gallery-card { grid-column: span 6; border: 0; padding: 0; overflow: hidden; background: white; border-radius: var(--radius); text-align: left; }
.gallery-card:nth-child(3n) { grid-column: span 12; }
.gallery-card img { aspect-ratio: 16/9; object-fit: cover; transition: transform .45s; }
.gallery-card:hover img { transform: scale(1.025); }
.gallery-card figcaption { padding: 18px 20px 22px; }
.gallery-card strong { display: block; font-size: 1.1rem; }
.gallery-card span { color: var(--muted); font-size: .9rem; }
.gallery-note { margin-top: 28px; color: var(--muted); font-size: .92rem; }
dialog { width: min(1040px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; overflow: hidden; border: 0; border-radius: 20px; background: #111; color: white; box-shadow: 0 24px 100px rgba(0,0,0,.4); }
dialog::backdrop { background: rgba(4,6,4,.82); backdrop-filter: blur(8px); }
.lightbox-image { max-height: 76vh; object-fit: contain; background: #090a09; }
.lightbox-bar { min-height: 66px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dialog-close { width: 40px; height: 40px; border: 1px solid #3f463d; border-radius: 50%; background: transparent; color: white; }

.quote-layout { display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: 70px; align-items: start; }
.quote-sidebar { position: sticky; top: 98px; }
.privacy-note { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); color: var(--muted); font-size: .9rem; }
.privacy-note strong { display: block; color: var(--ink); margin-bottom: 5px; }
.step-list { margin: 26px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; counter-reset: step; }
.step-list li { display: flex; gap: 12px; align-items: center; color: #8a9186; font-weight: 700; font-size: .9rem; }
.step-list li::before { counter-increment: step; content: counter(step); width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid #c9cec4; border-radius: 50%; }
.step-list li.active { color: var(--ink); }
.step-list li.active::before, .step-list li.done::before { border-color: var(--ink); background: var(--ink); color: white; }
.quote-card { padding: clamp(24px, 5vw, 54px); border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 8px 36px rgba(16,19,15,.06); }
.quote-step[hidden] { display: none; }
.quote-step h2 { margin: 0; font-size: clamp(2rem, 5vw, 3.7rem); line-height: 1; letter-spacing: -.05em; }
.quote-step > p { margin: 14px 0 32px; color: var(--muted); }
.option-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.option { position: relative; }
.option input { position: absolute; opacity: 0; pointer-events: none; }
.option label { min-height: 110px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; transition: border .2s, background .2s; }
.option label small { color: var(--muted); }
.option input:checked + label { border-color: var(--ink); background: #f1ffd0; box-shadow: inset 0 0 0 1px var(--ink); }
.option input:focus-visible + label { outline: 3px solid rgba(155,210,14,.35); outline-offset: 2px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 18px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: .88rem; font-weight: 750; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #cbd0c5; border-radius: 10px; padding: 13px 14px; background: white; color: var(--ink); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 3px solid rgba(155,210,14,.28); border-color: var(--signal-dark); }
.field .hint { margin-top: 5px; color: var(--muted); font-size: .78rem; }
.step-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 32px; }
.step-actions .btn { min-width: 140px; }
.validation { min-height: 22px; margin: 14px 0 0; color: #a3281a; font-size: .88rem; }
.summary { padding: 22px; border-radius: 14px; background: #f1f3ed; white-space: pre-wrap; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .88rem; line-height: 1.65; }
.summary-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.success-note { margin-top: 20px; padding: 14px 16px; border-left: 4px solid var(--signal-dark); background: #f6ffe2; font-size: .9rem; }

.site-footer { padding: 66px 0 28px; background: #090b08; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .7fr; gap: 50px; }
.footer-brand p { max-width: 420px; color: #9da69a; }
.footer-col h3 { margin: 2px 0 16px; color: #849080; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a, .footer-col span { display: block; margin: 9px 0; color: #dbe1d7; text-decoration: none; }
.footer-col a:hover { color: var(--signal); }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid #282d26; display: flex; justify-content: space-between; gap: 20px; color: #7d8779; font-size: .8rem; }

@media (max-width: 900px) {
  :root { --page: min(100% - 28px, 760px); }
  .section { padding: 78px 0; }
  .menu-button { display: grid; place-items: center; }
  .nav-links { position: fixed; inset: 76px 0 auto; padding: 24px 20px 30px; display: none; align-items: stretch; background: #10130f; border-top: 1px solid #2e342c; }
  .nav-links.open { display: grid; }
  .nav-links a { padding: 10px 0; font-size: 1.05rem; }
  .nav-cta { margin: 8px 0 0; }
  .hero-subrow { grid-template-columns: 1fr; gap: 26px; }
  .hero-actions { justify-content: flex-start; }
  .service-card:nth-child(n) { grid-column: span 6; }
  .project-feature { grid-template-columns: 1fr 1fr; }
  .project-tile.tall { grid-column: 1 / -1; grid-row: auto; min-height: 480px; }
  .quote-band .container { grid-template-columns: 1fr; }
  .service-detail { grid-template-columns: 1fr; gap: 38px; }
  .service-aside { position: static; }
  .quote-layout { grid-template-columns: 1fr; gap: 28px; }
  .quote-sidebar { position: static; }
  .step-list { grid-template-columns: repeat(4, 1fr); }
  .step-list li { display: grid; justify-items: center; text-align: center; font-size: .75rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .hero { min-height: 780px; }
  .hero-content { padding-top: 78px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5.1rem); }
  .proof-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .proof-item { min-height: 60px; padding: 10px 0; }
  .proof-item + .proof-item { border-left: 0; padding-left: 0; }
  .service-card:nth-child(n) { grid-column: 1 / -1; }
  .service-card { min-height: 235px; }
  .project-feature { grid-template-columns: 1fr; }
  .project-tile, .project-tile.tall { min-height: 370px; grid-column: auto; }
  .work-bottom { align-items: flex-start; flex-direction: column; }
  .gallery-card:nth-child(n) { grid-column: 1 / -1; }
  .field-grid, .option-grid { grid-template-columns: 1fr; }
  .step-list li span { display: none; }
  .step-actions { flex-direction: column-reverse; }
  .step-actions .btn { width: 100%; }
  .summary-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
