:root {
  --black: #0b0b0b;
  --black-soft: #151515;
  --white: #ffffff;
  --paper: #f4f1ea;
  --paper-2: #e9e4da;
  --gold: #c99a45;
  --gold-light: #e1bd77;
  --ink: #1c1b18;
  --muted: #6b675f;
  --line: rgba(20, 20, 20, 0.14);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.15);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  padding: 10px 14px;
  background: var(--white);
  color: var(--black);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-dark { background: var(--black); color: var(--white); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 11, 11, 0.92);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; min-width: 230px; }
.brand img { width: 48px; height: 58px; object-fit: cover; background: #fff; }
.brand span { display: grid; line-height: 1.2; }
.brand strong { font-size: 17px; letter-spacing: .03em; }
.brand small { margin-top: 4px; color: #bdbdbd; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
.main-nav > a:not(.nav-cta) { color: #d8d8d8; }
.main-nav > a:hover { color: var(--gold-light); }
.nav-cta { border: 1px solid var(--gold); color: var(--gold-light); padding: 11px 17px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: white; margin: 5px 0; transition: .25s ease; }

.hero { position: relative; overflow: hidden; }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(201,154,69,.16), transparent 25%),
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.hero-grid { min-height: 735px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; position: relative; }
.hero-copy { padding: 80px 0; }
.eyebrow { margin: 0 0 18px; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #88652e; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { max-width: 800px; margin-bottom: 26px; font-size: clamp(48px, 6.5vw, 84px); letter-spacing: -.05em; }
h2 { margin-bottom: 22px; font-size: clamp(34px, 4.4vw, 58px); letter-spacing: -.04em; }
h3 { font-size: 22px; }
.hero-lead { max-width: 650px; margin: 0; color: #cfcfcf; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; transition: .22s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: #0b0b0b; }
.btn-gold:hover { background: var(--gold-light); }
.btn-ghost { border-color: rgba(255,255,255,.25); color: white; }
.btn-ghost:hover { border-color: white; }
.btn.full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #a8a8a8; font-size: 13px; }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.blueprint-card { position: relative; width: 100%; max-width: 550px; aspect-ratio: 1 / .84; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: linear-gradient(145deg,#171717,#0c0c0c); box-shadow: var(--shadow); transform: perspective(1000px) rotateY(-4deg) rotateX(2deg); }
.blueprint-grid { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 30px 30px; }
.blueprint-card svg { position: absolute; inset: 4% 3% 14%; width: 94%; height: 82%; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.line-gold { stroke: var(--gold); stroke-width: 4; }
.line-light { stroke: rgba(255,255,255,.82); stroke-width: 3; }
.line-light.thin { stroke-width: 2; opacity: .6; }
.visual-label { position: absolute; left: 28px; right: 28px; bottom: 23px; display: flex; justify-content: space-between; gap: 16px; align-items: end; border-top: 1px solid rgba(255,255,255,.15); padding-top: 18px; }
.visual-label span { color: #999; font-size: 10px; letter-spacing: .15em; }
.visual-label strong { color: var(--gold-light); font-size: 15px; }
.floating-note { position: absolute; padding: 11px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(25,25,25,.8); color: #d9d9d9; box-shadow: 0 10px 30px rgba(0,0,0,.35); font-size: 12px; backdrop-filter: blur(8px); }
.note-a { left: -16px; top: 24%; }
.note-b { right: -12px; bottom: 19%; }

.value-strip { background: var(--gold); }
.value-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.value-grid article { min-height: 135px; display: flex; align-items: center; gap: 20px; padding: 28px 30px; border-left: 1px solid rgba(0,0,0,.18); }
.value-grid article:last-child { border-right: 1px solid rgba(0,0,0,.18); }
.value-grid strong { font-size: 12px; letter-spacing: .12em; }
.value-grid span { font-weight: 700; line-height: 1.4; }

.section-heading { display: grid; grid-template-columns: 1fr .62fr; gap: 70px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 0; max-width: 760px; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); }
.section-heading.light > p { color: #adadad; }

.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 350px; padding: 30px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .25s ease; }
.service-card:hover { background: #ece7de; transform: translateY(-4px); }
.service-card > span { position: absolute; right: 24px; top: 23px; color: #9c968c; font-size: 12px; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.icon-box { width: 72px; height: 72px; display: grid; place-items: center; margin-bottom: 65px; border-radius: 18px; background: var(--black); color: var(--gold-light); }
.icon-box svg { width: 38px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.process-section { background: #dfd8cc; }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.process-copy { position: sticky; top: 130px; }
.process-copy > p:not(.eyebrow) { color: var(--muted); }
.text-link { display: inline-block; margin-top: 18px; font-weight: 800; border-bottom: 1px solid currentColor; }
.timeline { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(0,0,0,.18); }
.timeline li { display: grid; grid-template-columns: 74px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid rgba(0,0,0,.18); }
.timeline li > span { color: #80602b; font-size: 12px; font-weight: 800; }
.timeline h3 { margin-bottom: 8px; }
.timeline p { margin: 0; color: var(--muted); }

.projects { overflow: hidden; }
.project-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.project-card { position: relative; min-height: 420px; overflow: hidden; border-radius: var(--radius); background: #191919; border: 1px solid rgba(255,255,255,.12); }
.project-card:first-child { grid-row: span 2; min-height: 864px; }
.project-art { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; }
.project-art::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size: 35px 35px; }
.project-art svg { position: relative; width: 88%; fill: none; stroke: rgba(255,255,255,.75); stroke-width: 3; }
.project-house .project-art { background: radial-gradient(circle at 70% 25%, rgba(201,154,69,.25), transparent 30%), #141414; }
.project-renovation .project-art { background: linear-gradient(135deg,#242424,#111); }
.project-business .project-art { background: radial-gradient(circle at 20% 20%, rgba(201,154,69,.18), transparent 30%), #161616; }
.project-meta { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px; background: linear-gradient(transparent,rgba(0,0,0,.92)); }
.project-meta span { color: var(--gold-light); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.project-meta h3 { margin: 8px 0 0; color: white; font-size: 26px; }

.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.about-panel { min-height: 540px; display: grid; align-content: space-between; padding: 45px; border-radius: var(--radius); background: #d8d1c5; }
.logo-frame { width: 205px; padding: 18px; background: white; box-shadow: 0 20px 50px rgba(0,0,0,.18); transform: rotate(-2deg); }
.about-quote { max-width: 430px; font-size: clamp(28px,3vw,43px); font-weight: 800; line-height: 1.12; letter-spacing: -.035em; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.feature-list { margin-top: 38px; border-top: 1px solid var(--line); }
.feature-list > div { display: grid; grid-template-columns: 130px 1fr; gap: 28px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.feature-list span { color: var(--muted); }

.contact-section { padding: 110px 0; background: var(--black); color: white; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact-copy { padding-top: 16px; }
.contact-copy > p:not(.eyebrow) { color: #b9b9b9; font-size: 18px; }
.contact-list { display: grid; gap: 12px; margin-top: 36px; color: #d1d1d1; }
.contact-list a:hover { color: var(--gold-light); }
.contact-form { display: grid; gap: 18px; padding: 34px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: #151515; }
.contact-form label { display: grid; gap: 8px; color: #cfcfcf; font-size: 13px; font-weight: 700; }
.contact-form input,.contact-form select,.contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; padding: 14px 15px; outline: 0; background: #0d0d0d; color: white; }
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(201,154,69,.13); }
.contact-form small { color: #848484; line-height: 1.4; }

.site-footer { background: #050505; color: #aaa; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { min-height: 130px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 38px; font-size: 13px; }
.footer-brand { display: flex; align-items: center; gap: 12px; color: white; }
.footer-brand img { width: 42px; height: 52px; object-fit: cover; }
.footer-brand div { display: grid; }
.footer-brand span { color: #888; font-size: 11px; }
.site-footer a:hover { color: var(--gold-light); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .main-nav { position: fixed; left: 20px; right: 20px; top: 94px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: #111; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 10px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 25px; padding-bottom: 80px; gap: 20px; }
  .hero-copy { padding: 70px 0 20px; }
  .hero-visual { min-height: 430px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .process-layout,.about-grid,.contact-grid { grid-template-columns: 1fr; gap: 58px; }
  .process-copy { position: static; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card:first-child { grid-row: auto; min-height: 560px; }
  .footer-grid { grid-template-columns: 1fr; padding: 35px 0; gap: 18px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section,.contact-section { padding: 78px 0; }
  .nav-wrap { min-height: 72px; }
  .brand { min-width: 0; }
  .brand img { width: 39px; height: 47px; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 9px; }
  .hero-grid { min-height: auto; }
  h1 { font-size: clamp(42px, 14vw, 62px); }
  h2 { font-size: 38px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .trust-row { display: grid; gap: 10px; }
  .hero-visual { min-height: 330px; }
  .blueprint-card { border-radius: 20px; }
  .floating-note { display: none; }
  .visual-label { left: 18px; right: 18px; bottom: 15px; }
  .visual-label span { display: none; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: auto; border-right: 1px solid rgba(0,0,0,.18); border-bottom: 1px solid rgba(0,0,0,.18); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .icon-box { margin-bottom: 45px; }
  .timeline li { grid-template-columns: 50px 1fr; }
  .project-card,.project-card:first-child { min-height: 420px; }
  .project-meta h3 { font-size: 22px; }
  .about-panel { min-height: 430px; padding: 30px; }
  .logo-frame { width: 150px; }
  .feature-list > div { grid-template-columns: 1fr; gap: 4px; }
  .contact-form { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
