:root {
  --bg: #0d1117;
  --text: #f4f1ea;
  --accent: #f26d3d;
  --accent-2: #3aa6b9;
  --muted: color-mix(in srgb, var(--text) 72%, var(--bg));
  --line: color-mix(in srgb, var(--text) 18%, transparent);
  --panel: color-mix(in srgb, var(--bg) 88%, var(--text));
  --font-body: "Instrument Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Fraunces", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.55;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
}
.nav.scrolled { border-bottom-color: var(--line); }
.brand {
  font-family: var(--font-display);
  font-weight: 650;
  font-size: clamp(1rem, 2vw, 1.35rem);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.nav-links a { color: var(--muted); }
.nav-links a:hover { color: var(--text); }
.nav-cta {
  min-height: 2.5rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: .65rem 1rem;
  color: var(--text) !important;
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  border-radius: 999px;
  padding: 10px;
}
.menu-toggle span {
  display: block;
  height: 1px;
  background: currentColor;
  margin: 5px 0;
}

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 42rem);
  align-items: stretch;
}
.hero-media {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 45%, var(--bg) 100%),
    linear-gradient(0deg, color-mix(in srgb, var(--bg) 32%, transparent), transparent 45%);
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.04);
}
.hero-copy {
  padding: clamp(7rem, 13vw, 10rem) clamp(1.25rem, 5vw, 5rem) clamp(3rem, 8vw, 6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.4rem;
}
.eyebrow {
  margin: 0;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .76rem;
  font-weight: 700;
}
h1, h2 {
  font-family: var(--font-display);
  line-height: 1.02;
  margin: 0;
  font-weight: 650;
  letter-spacing: 0;
}
h1 { font-size: clamp(3rem, 8vw, 7.4rem); max-width: 9.2ch; }
h2 { font-size: clamp(2.1rem, 5vw, 4.8rem); max-width: 11ch; }
.hero-text {
  margin: 0;
  max-width: 42rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1vw + .9rem, 1.35rem);
}
.hero-actions, .contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  border-radius: 999px;
  padding: .85rem 1.25rem;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--accent); color: var(--bg); }
.btn.secondary { border: 1px solid var(--line); color: var(--text); }
.stats {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: .8rem;
}
.stat {
  min-width: 7rem;
  border-top: 1px solid var(--line);
  padding-top: .8rem;
}
.stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1;
  color: var(--accent);
}
.stat span { color: var(--muted); font-size: .88rem; }

.section {
  padding: clamp(4.5rem, 10vw, 8rem) clamp(1rem, 5vw, 5rem);
}
.intro {
  display: grid;
  grid-template-columns: minmax(16rem, 34rem) minmax(0, 42rem);
  gap: clamp(2rem, 8vw, 8rem);
  align-items: start;
}
.intro-text {
  color: var(--muted);
  font-size: clamp(1.03rem, .6vw + .95rem, 1.2rem);
}
.intro-text p { margin: 0 0 1.2rem; }
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}
.section-heading h2 { max-width: 12ch; }
.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .65rem;
}
.gallery-item {
  border: 0;
  padding: 0;
  background: var(--panel);
  aspect-ratio: 1;
  overflow: hidden;
  cursor: zoom-in;
}
.gallery-item.wide { grid-column: span 2; aspect-ratio: 2 / 1; }
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.gallery-item:hover img { transform: scale(1.045); }
.services {
  background: color-mix(in srgb, var(--bg) 90%, var(--text));
}
.services ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.service-row {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1.25rem;
  padding: clamp(1.15rem, 3vw, 2rem) 0;
  border-bottom: 1px solid var(--line);
}
.service-row span {
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 1.5rem;
}
.service-row h3 {
  margin: 0 0 .25rem;
  font-size: clamp(1.25rem, 2vw, 2rem);
}
.service-row p {
  margin: 0;
  color: var(--muted);
  max-width: 62ch;
}
.contact {
  margin: clamp(1rem, 4vw, 3rem);
  padding: clamp(2rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  background: var(--text);
  color: var(--bg);
}
.contact .eyebrow { color: var(--accent-2); }
.contact h2 { max-width: 10ch; }
.contact p { margin: 1rem 0 0; color: color-mix(in srgb, var(--bg) 72%, var(--text)); }
.contact .btn.primary { background: var(--bg); color: var(--text); }
.contact .btn.secondary { border-color: color-mix(in srgb, var(--bg) 25%, transparent); }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  background: color-mix(in srgb, var(--bg) 88%, black);
  padding: 3rem 1rem;
}
.lightbox[hidden] { display: none; }
.lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 86vh;
  object-fit: contain;
}
.lightbox-close, .lightbox-nav {
  position: fixed;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 72%, transparent);
  color: var(--text);
  border-radius: 999px;
}
.lightbox-close {
  top: 1rem;
  right: 1rem;
  width: 46px;
  height: 46px;
  font-size: 2rem;
  line-height: 1;
}
.lightbox-nav {
  top: 50%;
  width: 48px;
  height: 64px;
  font-size: 2.4rem;
  transform: translateY(-50%);
}
.lightbox-nav.prev { left: 1rem; }
.lightbox-nav.next { right: 1rem; }

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .nav-links {
    position: fixed;
    inset: 69px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem;
    background: var(--bg);
    border-bottom: 1px solid var(--line);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .9rem .25rem; }
  .hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 56svh; }
  .hero-media::after {
    background: linear-gradient(0deg, var(--bg), transparent 72%);
  }
  .hero-copy { padding-top: 2rem; }
  h1 { font-size: clamp(2.65rem, 16vw, 4.8rem); }
  .intro, .contact { grid-template-columns: 1fr; }
  .section-heading { display: block; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-item.wide { grid-column: span 2; }
  .service-row { grid-template-columns: 3.5rem minmax(0, 1fr); }
}

@media (max-width: 520px) {
  .hero-actions, .contact-actions { flex-direction: column; }
  .btn { width: 100%; }
  .stats { display: grid; grid-template-columns: 1fr 1fr; }
  .stat { min-width: 0; }
  .contact { margin: 0; }
}
