:root {
  --bg: #070707;
  --bg-2: #101010;
  --bg-3: #161616;
  --gold: #c9a84c;
  --gold-2: #e4c978;
  --gold-3: #8d6e2f;
  --gold-dim: rgba(201, 168, 76, .18);
  --text: #f4efe4;
  --muted: #b7ae9c;
  --line: rgba(201, 168, 76, .28);
  --shadow: 0 24px 60px rgba(0, 0, 0, .45);
  --nav: 86px;
  --topbar: 38px;
  --font: "Outfit", system-ui, sans-serif;
  --serif: "Cinzel", "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  min-height: 100vh;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font-family: inherit; }
.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0);
}

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.gold-kicker {
  color: var(--gold);
  letter-spacing: .28em;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 10px;
}
h1, h2, h3, .serif { font-family: var(--serif); font-weight: 500; letter-spacing: .04em; }
.muted { color: var(--muted); }
.section { padding: 92px 0; }
.section-head { text-align: center; max-width: 740px; margin: 0 auto 52px; }
.section-head h2 { font-size: clamp(28px, 4vw, 46px); margin: 0 0 12px; }
.line {
  width: 72px; height: 1px; margin: 16px auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 0 24px;
  border: 1px solid var(--gold);
  color: #111; background: linear-gradient(180deg, var(--gold-2), var(--gold));
  letter-spacing: .12em; text-transform: uppercase; font-size: 12px; font-weight: 600;
  transition: .25s ease;
}
.btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn-ghost {
  color: var(--gold); background: transparent;
}
.btn-ghost:hover { background: var(--gold); color: #111; }

/* TOPBAR */
.topbar {
  height: var(--topbar);
  background: linear-gradient(90deg, #9c7b2c, var(--gold), #e8d08a, var(--gold), #9c7b2c);
  color: #111;
  overflow: hidden;
  border-bottom: 1px solid #5c4716;
}
.topbar-marquee { display: flex; height: 100%; align-items: center; }
.topbar-track {
  display: flex; align-items: center; white-space: nowrap;
  animation: marquee 32s linear infinite;
  font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
}
.topbar-group { display: flex; align-items: center; gap: 28px; padding-right: 28px; }
.topbar-dot { color: #111; opacity: .55; font-size: 9px; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* NAV */
.site-nav {
  position: sticky; top: 0; z-index: 50;
  height: var(--nav);
  background: rgba(7,7,7,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto; height: 100%;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img {
  width: 58px; height: 58px; object-fit: cover; border-radius: 50%;
  border: 1px solid var(--gold); background: #000;
}
.brand strong { display: block; font-family: var(--serif); font-size: 17px; letter-spacing: .14em; }
.brand small { color: var(--gold); letter-spacing: .18em; text-transform: uppercase; font-size: 10px; }
.menu { display: flex; justify-content: center; gap: 4px; }
.menu a {
  padding: 8px 14px; color: var(--muted); font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
  position: relative;
}
.menu a:after {
  content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 1px;
  background: var(--gold); transform: scaleX(0); transition: .2s;
}
.menu a:hover, .menu a.is-active { color: var(--gold-2); }
.menu a.is-active:after, .menu a:hover:after { transform: scaleX(1); }
.nav-phone {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 14px; border: 1px solid var(--line); background: var(--gold-dim);
}
.nav-phone svg { width: 18px; height: 18px; color: var(--gold); }
.nav-phone small { display: block; color: var(--muted); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.nav-phone strong { font-size: 14px; color: var(--gold-2); letter-spacing: .04em; }
.nav-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 10px; }
.nav-toggle span { display: block; height: 1.5px; background: var(--gold); margin: 6px 0; }

/* HERO VIDEO */
.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - var(--topbar) - var(--nav));
  min-height: 620px;
  overflow: hidden;
  background: #000;
}
.hero video, .hero .hero-fallback {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.hero .hero-fallback {
  animation: kenburns 28s ease-in-out infinite alternate;
  transform-origin: center center;
}
@keyframes kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.1); }
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.25) 40%, rgba(7,7,7,.78) 100%),
    radial-gradient(ellipse at center, transparent 20%, rgba(0,0,0,.35) 100%);
}
.hero-content {
  position: relative; z-index: 2;
  height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 40px 20px;
}
.hero-content h1 {
  font-size: clamp(40px, 7vw, 84px);
  margin: 0 0 16px; line-height: 1.05;
  text-shadow: 0 10px 40px rgba(0,0,0,.6);
}
.hero-content p {
  max-width: 640px; color: #efe7d3; font-size: clamp(16px, 2vw, 20px); margin: 0 0 32px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.hero-frame {
  position: absolute; inset: 18px; border: 1px solid rgba(201,168,76,.28); pointer-events: none; z-index: 2;
}
.scroll-hint {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  color: var(--gold); letter-spacing: .3em; font-size: 11px; text-transform: uppercase; z-index: 2;
}

/* ABOUT */
.about-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.about-photo {
  position: relative;
}
.about-photo img {
  width: 100%; height: 560px; object-fit: cover;
  border: 1px solid var(--line);
}
.about-photo:after {
  content: ""; position: absolute; inset: 18px; border: 1px solid var(--gold); pointer-events: none;
}
.about-copy h2 { font-size: clamp(28px, 4vw, 42px); margin: 0 0 18px; }
.about-copy p { color: var(--muted); margin: 0 0 16px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.stat {
  border: 1px solid var(--line); padding: 16px 12px; text-align: center; background: var(--bg-2);
}
.stat b { display: block; color: var(--gold); font-family: var(--serif); font-size: 22px; }
.stat span { color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

/* CARDS */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--bg-2); border: 1px solid var(--line); overflow: hidden;
  transition: .3s ease; display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-6px); border-color: var(--gold); box-shadow: var(--shadow); }
.card-media { position: relative; height: 220px; overflow: hidden; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: .5s ease; }
.card:hover .card-media img { transform: scale(1.06); }
.card-body { padding: 22px 22px 26px; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { margin: 0 0 8px; font-size: 20px; }
.card-body p { color: var(--muted); font-size: 14px; margin: 0 0 18px; flex: 1; }
.card-link { color: var(--gold); letter-spacing: .16em; text-transform: uppercase; font-size: 11px; }

.list-services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; margin: 22px 0 0; padding: 0; list-style: none; }
.list-services li { color: var(--text); font-size: 14px; padding-left: 16px; position: relative; }
.list-services li:before { content: "◆"; position: absolute; left: 0; color: var(--gold); font-size: 8px; top: 6px; }

/* PAGE HERO */
.page-hero {
  position: relative; min-height: 280px;
  display: flex; align-items: flex-end;
  background: #000 center/cover no-repeat;
  border-bottom: 1px solid var(--line);
}
.page-hero:before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.35), rgba(7,7,7,.88));
}
.page-hero .container { position: relative; z-index: 1; padding: 80px 0 40px; }
.page-hero h1 { font-size: clamp(32px, 5vw, 56px); margin: 0; }

/* GALLERY */
.showcase { margin-bottom: 44px; }
.showcase-stage {
  position: relative; display: block; width: 100%; padding: 0;
  background: #050505; cursor: zoom-in; overflow: hidden;
  border: 1px solid var(--line); color: inherit;
}
.showcase-main {
  width: 100%; height: min(68vh, 620px); object-fit: cover; object-position: center;
  display: block; transition: opacity .25s ease, transform .6s ease;
}
.showcase-stage:hover .showcase-main { transform: scale(1.03); }
.showcase-zoom {
  position: absolute; right: 16px; bottom: 16px;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(7,7,7,.78); color: var(--gold-2);
  border: 1px solid var(--line); padding: 8px 12px;
  letter-spacing: .16em; text-transform: uppercase; font-size: 11px;
  opacity: 0; transform: translateY(6px); transition: .25s ease;
}
.showcase-stage:hover .showcase-zoom, .showcase-stage:focus-visible .showcase-zoom { opacity: 1; transform: none; }
.showcase-zoom svg { width: 16px; height: 16px; }
.showcase-rail {
  display: grid; grid-template-columns: 40px 1fr 40px; align-items: center; gap: 8px;
  margin-top: 12px;
}
.showcase-strip {
  display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: thin; scrollbar-color: var(--gold) #1a1a1a;
  padding: 4px 2px 10px;
  -webkit-overflow-scrolling: touch;
}
.showcase-strip::-webkit-scrollbar { height: 4px; }
.showcase-strip::-webkit-scrollbar-thumb { background: var(--gold); }
.showcase-thumb {
  flex: 0 0 128px; height: 86px; padding: 0; border: 1px solid transparent;
  background: #111; overflow: hidden; cursor: pointer; scroll-snap-align: start;
  opacity: .55; transition: .2s ease;
}
.showcase-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.showcase-thumb:hover { opacity: .9; border-color: var(--line); }
.showcase-thumb.is-active {
  opacity: 1; border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
}
.showcase-arrow {
  height: 86px; border: 1px solid var(--line); background: var(--bg-2);
  color: var(--gold); font-size: 26px; cursor: pointer; line-height: 1;
}
.showcase-arrow:hover { background: var(--gold); color: #111; }

.lightbox {
  position: fixed; inset: 0; background: rgba(0,0,0,.94); display: none;
  align-items: center; justify-content: center; z-index: 120; padding: 28px 72px;
}
.lightbox.is-open { display: flex; }
.lightbox img {
  max-width: min(1200px, 100%); max-height: 86vh;
  border: 1px solid var(--gold); box-shadow: var(--shadow);
}
.lightbox-btn {
  position: absolute; border: 1px solid var(--line); background: rgba(10,10,10,.7);
  color: var(--gold); width: 48px; height: 48px; cursor: pointer; font-size: 26px;
}
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }
.lightbox-close { top: 18px; right: 18px; font-size: 22px; }
.lightbox-count {
  position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%);
  color: var(--gold-2); letter-spacing: .2em; font-size: 12px;
}
.prose { max-width: 860px; }
.prose h2, .prose h3 { color: var(--gold-2); }
.prose p { color: #d8d0c0; }

/* CONTACT */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0 48px; }
.contact-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
  padding: 28px; border: 1px solid var(--line); background: var(--bg-2); min-height: 180px;
}
.contact-card svg { width: 28px; height: 28px; color: var(--gold); }
.contact-card h3 { margin: 8px 0 0; font-size: 22px; }
.contact-card p { margin: 0; color: var(--muted); flex: 1; }
.map-wrap iframe { width: 100%; height: 380px; border: 1px solid var(--line); filter: grayscale(1) contrast(1.1) brightness(.85); }
.address-box { margin-top: 22px; border: 1px solid var(--line); padding: 22px; background: var(--bg-2); }

/* FOOTER */
.site-footer { border-top: 1px solid var(--line); background: #050505; padding-top: 64px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .9fr .9fr; gap: 40px; padding-bottom: 40px; }
.footer-grid h3 { font-size: 26px; margin: 0 0 12px; }
.footer-grid h4 { color: var(--gold); letter-spacing: .18em; text-transform: uppercase; font-size: 12px; }
.footer-links, .footer-contact { list-style: none; margin: 0; padding: 0; }
.footer-links li, .footer-contact li { margin: 8px 0; color: var(--muted); }
.footer-contact a, .footer-contact span { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 16px; height: 16px; color: var(--gold); flex: 0 0 16px; margin-top: 4px; }
.footer-bottom { border-top: 1px solid var(--line); }
.footer-bottom .container {
  display: flex; justify-content: space-between; gap: 12px; padding: 18px 0; color: var(--muted); font-size: 13px;
}
.footer-bottom a { color: var(--gold); }
.footer-bottom a:hover { color: var(--gold-2); }

.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  display: flex; align-items: center; gap: 8px;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #111; padding: 12px 16px 12px 12px; border-radius: 40px;
  box-shadow: 0 12px 30px rgba(201,168,76,.35);
  font-weight: 600; letter-spacing: .08em; text-transform: uppercase; font-size: 12px;
}
.wa-float svg { width: 26px; height: 26px; }
.wa-float:hover { transform: translateY(-2px); }

@media (max-width: 980px) {
  .nav-inner { grid-template-columns: auto 1fr auto; }
  .menu {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #0d0d0d; flex-direction: column; padding: 12px 20px 20px; border-bottom: 1px solid var(--line);
    z-index: 60;
  }
  .menu.is-open { display: flex; }
  .nav-toggle { display: block; justify-self: end; }
  .nav-phone span { display: none; }
  .about-grid, .card-grid, .contact-cards, .footer-grid, .stat-row {
    grid-template-columns: 1fr;
  }
  .showcase-main { height: 42vh; min-height: 240px; }
  .showcase-rail { grid-template-columns: 32px 1fr 32px; }
  .showcase-thumb { flex-basis: 104px; height: 72px; }
  .showcase-zoom { opacity: 1; transform: none; }
  .lightbox { padding: 64px 16px 48px; }
  .about-photo img { height: 320px; }
  .hero { height: calc(100svh - var(--topbar) - var(--nav)); min-height: 520px; }
  .hero-frame { display: none; }
}

@media (max-width: 640px) {
  .brand span { display: none; }
  .wa-float span { display: none; }
  .wa-float { border-radius: 50%; width: 58px; height: 58px; padding: 0; justify-content: center; }
}

.crumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 13px; margin: 0 0 28px; }
.crumbs a { color: var(--gold); }
.seo-block { margin-top: 48px; }
.seo-block h2 { font-size: clamp(22px, 3vw, 32px); margin: 0 0 16px; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex; align-items: center;
  border: 1px solid var(--line); background: var(--bg-2);
  padding: 8px 14px; font-size: 13px; color: var(--text);
  transition: .2s ease;
}
.chip:hover { border-color: var(--gold); color: var(--gold-2); }
