:root {
  --bg: #f3f1eb;
  --paper: #ffffff;
  --ink: #141414;
  --muted: #6c6a64;
  --dark: #171717;
  --dark-2: #202020;
  --line: #ddd9cf;
  --gold: #c3a14b;
  --gold-dark: #9b7c30;
  --max: 1200px;
  --shadow: 0 20px 60px rgba(0,0,0,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.skip-link {
  position: absolute; left: -9999px; top: 8px; z-index: 1000;
  background: #fff; padding: 10px 14px; border-radius: 8px;
}
.skip-link:focus { left: 8px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(20,20,20,.96);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.nav-wrap { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 84px; flex: 0 0 auto; }
.brand img { display: block; width: 84px; height: 84px; object-fit: contain; background: #fff; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #f4f4f1; font-size: 15px; }
.main-nav > a:not(.btn) { position: relative; padding: 28px 0 26px; }
.main-nav > a:not(.btn)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px;
  background: var(--gold); transition: .25s ease;
}
.main-nav > a:hover::after { right: 0; }

.menu-toggle {
  display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.18);
  background: transparent; border-radius: 8px; padding: 10px; cursor: pointer;
}
.menu-toggle span { display:block; height:2px; background:#fff; margin:5px 0; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 22px; border-radius: 3px;
  text-transform: uppercase; letter-spacing: .08em; font-weight: 750; font-size: 13px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-small { min-height: 44px; padding-inline: 18px; }
.btn-gold { background: var(--gold); color: #111; border: 1px solid var(--gold); }
.btn-gold:hover { background: #d2b261; border-color: #d2b261; }
.btn-outline { border: 1px solid rgba(255,255,255,.42); color:#fff; background: transparent; }
.btn-outline:hover { border-color: #fff; }

.hero {
  min-height: 760px; position: relative; overflow: hidden; display: grid; align-items: center;
  background:
    radial-gradient(circle at 70% 26%, rgba(195,161,75,.18), transparent 28%),
    linear-gradient(135deg, #111 0%, #1e1e1e 55%, #121212 100%);
  color: #fff;
}
.hero-grid {
  position: absolute; inset: 0; opacity: .2; pointer-events: none;
  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: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 85%, transparent);
}
.hero::before {
  content: ""; position: absolute; right: -120px; bottom: -220px; width: 720px; height: 720px;
  border: 1px solid rgba(195,161,75,.35); transform: rotate(45deg);
}
.hero-content { position: relative; z-index: 2; padding: 150px 0 110px; }
.eyebrow {
  margin: 0 0 18px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800;
  color: var(--gold); font-size: 13px;
}
.eyebrow.dark { color: var(--gold-dark); }
.hero h1 {
  max-width: 980px; margin: 0; font-size: clamp(46px, 7vw, 92px); line-height: .98;
  letter-spacing: -.045em; font-weight: 850;
}
.hero-copy { max-width: 760px; margin: 28px 0 0; font-size: clamp(18px, 2vw, 23px); color: #d4d4d0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-proof {
  display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 58px;
  color: #bdbdb8; text-transform: uppercase; letter-spacing: .11em; font-size: 12px;
}
.hero-proof span { position: relative; }
.hero-proof span:not(:last-child)::after {
  content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--gold);
  position: absolute; right: -17px; top: 8px;
}
.hero-mark {
  position: absolute; right: 2vw; bottom: -10vw; font-size: min(38vw, 520px); line-height: .7;
  font-weight: 900; letter-spacing: -.12em; color: rgba(255,255,255,.025); user-select: none;
}

.section { padding: 110px 0; }
.two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.section h2 {
  margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: 1.02; letter-spacing: -.04em;
}
.body-copy { font-size: 18px; color: #4e4c47; }
.body-copy p:first-child { margin-top: 0; }
.body-copy p:last-child { margin-bottom: 0; }

.services { background: #e9e6df; }
.section-heading { max-width: 820px; margin-bottom: 50px; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; max-width: 650px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #c9c4b9; border-left: 1px solid #c9c4b9; }
.service-card {
  min-height: 310px; padding: 32px; background: rgba(255,255,255,.38);
  border-right: 1px solid #c9c4b9; border-bottom: 1px solid #c9c4b9;
  transition: background .2s ease, transform .2s ease;
}
.service-card:hover { background: #fff; transform: translateY(-4px); }
.service-number { color: var(--gold-dark); font-weight: 800; font-size: 13px; letter-spacing: .12em; }
.service-card h3 { font-size: 26px; line-height: 1.15; margin: 64px 0 15px; letter-spacing: -.02em; }
.service-card p { margin: 0; color: #5e5b54; }

.position { background: var(--dark); color: #fff; }
.position-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.position-grid > div > p { color: #ccc; font-size: 18px; }
.position-grid .eyebrow { color: var(--gold); font-size: 13px; }
.principles { margin-top: 36px; border-top: 1px solid rgba(255,255,255,.15); }
.principles > div {
  display:grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.principles strong { color: var(--gold); }
.principles span { color: #bdbdb8; }

.projects { background: #faf9f6; }
.projects-heading { max-width: none; display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.project-card { background: #fff; box-shadow: var(--shadow); }
.project-visual {
  min-height: 360px; position: relative; display: grid; place-items: center; overflow: hidden;
  color: rgba(255,255,255,.78); text-transform: uppercase; letter-spacing: .12em; font-size: 12px;
}
.project-visual img {
  width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover;
}
.project-visual::before, .project-visual::after { content:""; position:absolute; inset:auto; }
.project-visual-a {
  background:
    linear-gradient(155deg, transparent 0 50%, rgba(195,161,75,.22) 50% 52%, transparent 52%),
    linear-gradient(135deg, #373b3b, #141717);
}
.project-visual-b {
  background:
    radial-gradient(circle at 36% 38%, rgba(195,161,75,.24), transparent 15%),
    linear-gradient(110deg, #2d3130, #111413);
}
.project-visual-b img {
  object-fit: contain;
  object-position: center center;
  background: #07111d;
}
.project-visual-c {
  background:
    linear-gradient(35deg, transparent 0 48%, rgba(195,161,75,.28) 48% 50%, transparent 50%),
    linear-gradient(160deg, #2b302e, #101210);
}
.project-visual::after {
  width: 180%; height: 2px; background: rgba(255,255,255,.18); transform: rotate(-22deg);
}
.project-info { padding: 24px; }
.project-type { color: var(--gold-dark); text-transform: uppercase; font-size: 11px; letter-spacing: .12em; font-weight: 800; }
.project-info h3 { margin: 8px 0 2px; font-size: 26px; }
.project-info p { margin: 0; color: var(--muted); }

.why { background: var(--paper); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.why-grid > div { padding: 30px 26px 0 0; border-right: 1px solid var(--line); }
.why-grid > div:not(:first-child) { padding-left: 26px; }
.why-grid > div:last-child { border-right: 0; }
.why-grid span { color: var(--gold-dark); font-size: 12px; font-weight: 800; }
.why-grid h3 { font-size: 23px; margin: 24px 0 8px; }
.why-grid p { color: var(--muted); margin: 0; }

.contact { background: #1b1b1b; color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: start; }
.contact-copy { max-width: 700px; color: #c8c8c3; font-size: 19px; }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.contact-card {
  padding: 34px; border: 1px solid rgba(255,255,255,.16); background: #222;
  box-shadow: 0 20px 60px rgba(0,0,0,.22);
}
.contact-card h3 { font-size: 28px; margin: 0 0 8px; }
.contact-card p, .contact-card address { color: #cacac6; font-style: normal; }
.contact-card a { color: #fff; }
.contact-card a:hover { color: var(--gold); }
.company-details { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }
.company-details p { display: grid; grid-template-columns: 80px 1fr; margin: 5px 0; }
.company-details span { color: #8e8e89; }

.site-footer { background: #111; color: #aaa; padding: 48px 0 24px; border-top: 1px solid rgba(255,255,255,.06); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .7fr 1.3fr; gap: 50px; align-items: start; }
.footer-brand img { display: block; width: 140px; height: 140px; object-fit: contain; background: #fff; margin-bottom: 12px; }
.footer-brand p { margin: 0; }
.site-footer nav { display: grid; gap: 7px; }
.site-footer a:hover { color: #fff; }
.footer-meta { text-align: right; }
.footer-meta p { margin: 0 0 5px; }
.footer-bottom {
  margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08);
  display: flex; justify-content: space-between; gap: 20px; font-size: 13px;
}

@media (max-width: 980px) {
  .menu-toggle { display:block; }
  .main-nav {
    display:none; position:absolute; top:100px; left:0; right:0; padding: 20px;
    background:#181818; border-top:1px solid rgba(255,255,255,.08);
    flex-direction:column; align-items:stretch; gap:0;
  }
  .main-nav.open { display:flex; }
  .main-nav > a:not(.btn) { padding:14px 0; border-bottom:1px solid rgba(255,255,255,.08); }
  .main-nav > a:not(.btn)::after { display:none; }
  .main-nav .btn { margin-top: 14px; }
  .hero { min-height: 680px; }
  .two-col, .position-grid, .contact-grid, .projects-heading { grid-template-columns:1fr; gap:36px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns:1fr; }
  .project-visual { min-height: 300px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
  .why-grid > div:nth-child(2) { border-right:0; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-meta { text-align:left; grid-column:1 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav-wrap { min-height: 78px; }
  .main-nav { top:78px; }
  .brand { width: 64px; }
  .brand img { width: 64px; height: 64px; }
  .section { padding: 78px 0; }
  .hero { min-height: 630px; }
  .hero-content { padding: 112px 0 76px; }
  .hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-copy { font-size: 17px; }
  .hero-proof { display:grid; grid-template-columns:1fr 1fr; gap:8px 12px; }
  .hero-proof span::after { display:none; }
  .hero-actions, .contact-actions { flex-direction:column; align-items:stretch; }
  .service-grid { grid-template-columns:1fr; border-left:0; }
  .service-card { border-left:1px solid #c9c4b9; min-height:260px; }
  .service-card h3 { margin-top:44px; }
  .why-grid { grid-template-columns:1fr; }
  .why-grid > div { border-right:0; border-bottom:1px solid var(--line); padding:24px 0 !important; }
  .principles > div { grid-template-columns:1fr; gap:4px; }
  .contact-card { padding:26px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-meta { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
}

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