:root {
  --bg: #080807;
  --ink: #f4efe4;
  --muted: #9a917f;
  --gold: #d4af37;
  --gold-2: #e8c872;
  --line: rgba(212, 175, 55, 0.28);
  --font: "Manrope", system-ui, sans-serif;
  --display: "Syne", system-ui, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --max: 1180px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  min-height: 100vh;
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-2); }
h1, h2, h3 { font-family: var(--display); letter-spacing: -0.02em; margin: 0 0 0.4em; }
h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(2.1rem, 5vw, 4rem); line-height: 1.05; }
h2 { font-size: clamp(1.4rem, 2.6vw, 2rem); }
p { margin: 0 0 1rem; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 12px; top: 12px; background: var(--gold); color: #111; padding: 8px 12px; z-index: 20; }
.wrap { width: min(var(--max), calc(100% - 2.4rem)); margin-inline: auto; }
.muted { color: var(--muted); }

.top {
  position: sticky; top: 0; z-index: 12;
  background: rgba(8, 8, 7, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.top-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.2rem;
  padding: 0.4rem 0;
}
.brand {
  display: flex; flex-direction: column; align-items: center; gap: 0.15rem;
  color: var(--ink);
}
.brand img { height: 64px; width: auto; }
.brand .line {
  font-family: var(--display);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.42em;
  color: var(--gold);
}
.nav { display: flex; gap: 1.2rem; justify-content: flex-end; flex-wrap: wrap; }
.nav a {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.nav a.is-on, .nav a:hover { color: var(--gold); }
.nav-toggle { display: none; background: none; border: 0; width: 40px; padding: 0; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 7px 0; }

.hero { position: relative; isolation: isolate; overflow: hidden; }
.hero-photo {
  width: 100%;
  height: min(68vh, 720px);
  object-fit: cover;
  object-position: center 58%;
}
.hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(8,8,7,0.72) 0%, rgba(8,8,7,0.28) 46%, rgba(8,8,7,0.08) 100%),
              linear-gradient(180deg, transparent 40%, rgba(8,8,7,0.55) 100%);
}
.hero-copy {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 2.2rem 0 2.4rem;
  z-index: 2;
}
.hero-copy h1 { max-width: 14ch; color: #f7f1e4; }
.kicker {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 0.55rem;
}
.lede { color: #d8d3c8; max-width: 48ch; }
.hero-actions { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-top: 1.1rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--gold); color: #111;
  font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  font-size: 0.72rem; border: 0; border-radius: 2px;
  padding: 0.8rem 1.25rem; cursor: pointer;
}
.btn:hover { background: var(--gold-2); color: #111; }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }

.section { padding: 3rem 0; }
.section-head { margin-bottom: 1.4rem; }
.page-hero { padding: 2.2rem 0 0.2rem; }
.page-hero h1 { max-width: 16ch; }

.tile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.9rem; }
.tile {
  display: grid; gap: 0.4rem;
  border: 1px solid var(--line);
  padding: 1.2rem 1.15rem;
  color: var(--ink);
  min-height: 140px;
}
.tile:hover { border-color: var(--gold); color: var(--ink); }
.tile strong { font-family: var(--display); font-size: 1.15rem; }
.tile span { color: var(--muted); font-size: 0.92rem; }

.strip { background: #0c0c0b; border-block: 1px solid var(--line); }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.6rem; padding: 0.8rem 0; }
.strip-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.cta { text-align: left; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.1rem 1rem;
}
.shot img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 1px solid var(--line); }
.shot figcaption { color: var(--muted); font-size: 0.82rem; margin-top: 0.4rem; }
.shot:first-child { grid-column: 1 / -1; }
.shot:first-child img { aspect-ratio: 16/9; object-position: center 60%; }

.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem 2rem;
}
.service-list h2 { font-size: 1.25rem; color: var(--gold); }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.about-photo { margin: 0 auto 3rem; }
.about-photo img { width: 100%; border: 1px solid var(--line); }
.about-photo figcaption { color: var(--muted); font-size: 0.82rem; margin-top: 0.45rem; }

.contact-layout { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2rem; align-items: start; }
.stack { display: grid; gap: 0.75rem; }
.stack label { display: grid; gap: 0.3rem; font-size: 0.86rem; font-weight: 650; color: var(--muted); }
input, textarea, select {
  font: inherit; color: inherit;
  background: #111; border: 1px solid var(--line);
  border-radius: 4px; padding: 0.7rem 0.8rem; width: 100%;
}
textarea { min-height: 8rem; resize: vertical; }
.hp { position: absolute; left: -9999px; }
.flash { border: 1px solid var(--line); padding: 0.8rem 1rem; margin-bottom: 1rem; }
.flash-ok { border-color: var(--gold); }
.flash-err { border-color: #ff6a5a; color: #ffd0ca; }
.aside { border: 1px solid var(--line); padding: 1.2rem 1.15rem; }

.foot {
  border-top: 1px solid var(--line);
  padding: 2.2rem 0 1.3rem;
  background: #050504;
}
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr; gap: 1.4rem; }
.foot-grid a { display: block; color: var(--ink); margin: 0.25rem 0; }
.foot-grid a:hover { color: var(--gold); }
.foot .brand img { height: 52px; }
.foot-base {
  display: flex; justify-content: space-between; gap: 1rem;
  margin-top: 1.6rem; padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted); font-size: 0.84rem;
}

@media (max-width: 900px) {
  .tile-grid, .strip-grid, .service-list, .about-grid, .contact-layout, .foot-grid, .gallery-grid {
    grid-template-columns: 1fr;
  }
  .shot:first-child { grid-column: auto; }
  .nav-toggle { display: block; }
  .top-row { grid-template-columns: auto 1fr auto; }
  .nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--bg); border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 0.8rem 1.2rem 1.2rem;
  }
  .nav.is-open { display: flex; }
  .hero-photo { height: min(56vh, 520px); }
  .brand img { height: 48px; }
}
