/* ============================================
   New Legacy Services LLC — Site Styles
   Dark theme · gold & silver, matched to logo
   ============================================ */

:root {
  --bg: #0b0a08;
  --bg-2: #121008;
  --card: #16130c;
  --card-2: #1c1810;
  --line: rgba(212, 165, 61, 0.18);
  --line-strong: rgba(212, 165, 61, 0.38);
  --gold: #d4a53d;
  --gold-light: #f0d080;
  --gold-deep: #a87b1f;
  --silver: #c8ccd4;
  --text: #efeadd;
  --muted: #b0a992;
  --grad-gold: linear-gradient(120deg, #a87b1f 0%, #f0d080 45%, #d4a53d 70%, #8f6a1a 100%);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
  --radius: 14px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16.5px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, video { max-width: 100%; display: block; }

h1, h2, h3, h4, .brandfont {
  font-family: "Montserrat", "Inter", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-transform: uppercase;
}

a { color: var(--gold-light); text-decoration: none; }
a:hover { color: #fff; }

.container { width: min(1160px, 92%); margin: 0 auto; }

/* ---------- Utility ---------- */
.gold-text {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.eyebrow {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.9rem;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 34px; height: 2px;
  background: var(--grad-gold);
  vertical-align: middle;
  margin-right: 0.7rem;
}
.section { padding: 5.5rem 0; }
.section-alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 720px; margin-bottom: 3rem; }
.section-head h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: 0.9rem; }
.section-head p { color: var(--muted); }
.center { text-align: center; }
.center .section-head { margin-left: auto; margin-right: auto; }
.center .eyebrow::before { display: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.95rem 1.9rem;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.btn-gold {
  background: var(--grad-gold);
  color: #171204;
  box-shadow: 0 8px 26px rgba(212, 165, 61, 0.28);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(212, 165, 61, 0.4); color: #000; }
.btn-outline {
  background: transparent;
  color: var(--gold-light);
  border: 1.5px solid var(--line-strong);
}
.btn-outline:hover { border-color: var(--gold-light); background: rgba(212, 165, 61, 0.08); color: #fff; transform: translateY(-2px); }
.btn-lg { padding: 1.1rem 2.4rem; font-size: 1rem; }

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(9, 8, 6, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
}
.nav-logo img { height: 58px; width: auto; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.9rem;
  list-style: none;
}
.nav-links a {
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--silver);
  padding: 0.4rem 0;
  border-bottom: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
.nav-links a:hover { color: var(--gold-light); }
.nav-links a.active { color: var(--gold); border-color: var(--gold); }
.nav-cta { white-space: nowrap; }
.nav-links .mobile-cta { display: none; }
.nav-phone {
  color: var(--gold-light);
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
}
.lang-toggle {
  display: flex;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
}
.lang-btn {
  background: transparent;
  border: none;
  color: var(--muted);
  font-family: "Montserrat", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 0.85rem;
  cursor: pointer;
  transition: color 0.15s, background 0.15s;
}
.lang-btn.active {
  background: var(--grad-gold);
  color: #171204;
}
.lang-btn:not(.active):hover { color: var(--gold-light); }
.nav-toggle {
  display: none;
  background: none;
  border: 1.5px solid var(--line-strong);
  border-radius: 8px;
  padding: 0.5rem 0.65rem;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: var(--gold-light);
  margin: 4.5px 0;
  transition: transform 0.2s, opacity 0.2s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center 30%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(100deg, rgba(9, 8, 5, 0.96) 0%, rgba(9, 8, 5, 0.82) 42%, rgba(9, 8, 5, 0.45) 75%, rgba(9, 8, 5, 0.55) 100%),
    linear-gradient(to top, var(--bg) 0%, transparent 28%);
}
.hero-inner { padding: 6rem 0 7rem; max-width: 720px; }
.hero h1 {
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  margin: 0.6rem 0 1.2rem;
}
.hero p.lead {
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  color: #d9d2c0;
  max-width: 560px;
  margin-bottom: 2.2rem;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.4rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 1.6rem; color: var(--muted); font-size: 0.9rem; }
.hero-badges strong { display: block; color: var(--gold-light); font-family: "Montserrat", sans-serif; font-size: 1rem; letter-spacing: 0.06em; }

/* ---------- Services ---------- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.4rem;
}
.service-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.9rem 1.7rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  background: var(--card-2);
}
.service-card .icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: rgba(212, 165, 61, 0.1);
  border: 1px solid var(--line);
  margin-bottom: 1.2rem;
}
.service-card .icon svg { width: 26px; height: 26px; stroke: var(--gold); fill: none; stroke-width: 1.7; }
.service-card h3 { font-size: 1.02rem; margin-bottom: 0.6rem; color: #f5efe0; }
.service-card p { color: var(--muted); font-size: 0.95rem; }

/* ---------- About ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: center;
}
.about-copy p { color: #d5cdb9; margin-bottom: 1.1rem; }
.about-points { list-style: none; margin: 1.6rem 0 2rem; display: grid; gap: 0.8rem; }
.about-points li { padding-left: 1.9rem; position: relative; color: var(--text); font-weight: 500; }
.about-points li::before {
  content: "";
  position: absolute; left: 0; top: 0.42em;
  width: 12px; height: 12px;
  background: var(--grad-gold);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.about-photo { position: relative; }
.about-photo img {
  border-radius: var(--radius);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow);
}
.about-photo::after {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  z-index: -1;
}
.license-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.4rem;
  background: rgba(212, 165, 61, 0.08);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.5rem 1.1rem;
  font-size: 0.85rem;
  color: var(--gold-light);
  letter-spacing: 0.05em;
}

/* ---------- Video reel ---------- */
.reel-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 3.5rem;
  align-items: center;
}
.reel-frame {
  width: min(330px, 84vw);
  margin: 0 auto;
  border-radius: 30px;
  padding: 10px;
  background: linear-gradient(160deg, #2a2415, #0e0c07 60%, #2a2415);
  border: 1px solid var(--line-strong);
  box-shadow: var(--shadow), 0 0 70px rgba(212, 165, 61, 0.1);
  position: relative;
}
.reel-frame video {
  border-radius: 22px;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #000;
}
.reel-sound {
  position: absolute;
  bottom: 22px; right: 22px;
  background: rgba(10, 9, 6, 0.78);
  border: 1px solid var(--line-strong);
  color: var(--gold-light);
  border-radius: 999px;
  padding: 0.55rem 1.05rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(6px);
}
.reel-sound:hover { color: #fff; border-color: var(--gold-light); }
.reel-copy p { color: #d5cdb9; margin-bottom: 1.1rem; }

/* ---------- Testimonials ---------- */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1.4rem;
}
.testimonial {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.testimonial .stars { color: var(--gold); letter-spacing: 0.2em; font-size: 0.95rem; }
.testimonial blockquote { color: #ddd6c4; font-style: italic; flex: 1; }
.testimonial cite {
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
}
.testimonial cite::before { content: "— "; color: var(--gold-deep); }

/* ---------- Service areas ---------- */
.areas-wrap { display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center; max-width: 760px; margin: 0 auto; }
.area-chip {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 1.35rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--silver);
}
.area-chip:hover { border-color: var(--line-strong); color: var(--gold-light); }

/* ---------- CTA band ---------- */
.cta-band {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(100deg, rgba(10, 9, 6, 0.95) 20%, rgba(10, 9, 6, 0.6)),
    var(--cta-bg, none) center/cover;
  padding: 3.6rem 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.cta-band h2 { font-size: clamp(1.4rem, 2.8vw, 2rem); max-width: 540px; }
.cta-band .btns { display: flex; flex-wrap: wrap; gap: 1rem; }

/* ---------- Gallery (Our Work) ---------- */
.project { margin-bottom: 4.5rem; }
.project-title {
  display: flex; align-items: baseline; gap: 1rem;
  margin-bottom: 1.4rem;
}
.project-title h3 { font-size: 1.25rem; }
.project-title span {
  color: var(--gold);
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.gallery-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; align-items: start; }
.gallery-row.two { grid-template-columns: repeat(2, 1fr); }
.shot { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); cursor: pointer; }
.shot img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; transition: transform 0.35s ease; }
.shot.portrait img { aspect-ratio: 3 / 4.4; }
.shot:hover img { transform: scale(1.04); }
.shot .tag {
  position: absolute; top: 12px; left: 12px;
  background: rgba(8, 7, 5, 0.82);
  border: 1px solid var(--line-strong);
  color: var(--gold-light);
  font-family: "Montserrat", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

/* Lightbox */
.lightbox {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(5, 4, 3, 0.94);
  display: none;
  align-items: center; justify-content: center;
  padding: 3vh 3vw;
}
.lightbox.open { display: flex; }
.lightbox img { max-height: 92vh; max-width: 94vw; width: auto; border-radius: 10px; border: 1px solid var(--line-strong); }
.lightbox-close {
  position: absolute; top: 20px; right: 26px;
  font-size: 2rem; color: var(--gold-light);
  background: none; border: none; cursor: pointer;
  font-family: "Montserrat", sans-serif;
}

/* ---------- Forms ---------- */
.form-shell {
  max-width: 760px;
  margin: 0 auto;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2.8rem;
  box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-grid .full { grid-column: 1 / -1; }
.field label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.45rem;
}
.field input, .field select, .field textarea {
  width: 100%;
  background: #0e0c08;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  font-family: inherit;
  font-size: 1rem;
  padding: 0.85rem 1rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 165, 61, 0.15);
}
.field textarea { min-height: 130px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8'><path d='M1 1l5 5 5-5' stroke='%23d4a53d' stroke-width='2' fill='none'/></svg>"); background-repeat: no-repeat; background-position: right 1rem center; }
.form-note { color: var(--muted); font-size: 0.85rem; margin-top: 1.2rem; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin-top: 1.2rem; font-size: 0.95rem; font-weight: 600; min-height: 1.2em; }
.form-status-success { color: var(--gold-light); }
.form-status-error { color: #e2857a; }
.form-submit { margin-top: 1.6rem; }
.form-intro { max-width: 760px; margin: 0 auto 2.4rem; text-align: center; }
.form-intro h1 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 0.9rem; }
.form-intro p { color: var(--muted); }
.form-switch {
  max-width: 760px;
  margin: 1.6rem auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
}

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 3rem; align-items: start; }
.contact-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 2.2rem;
  margin-bottom: 1.4rem;
}
.contact-card h3 { font-size: 1rem; color: var(--gold); margin-bottom: 0.9rem; letter-spacing: 0.14em; }
.contact-card p, .contact-card li { color: #d5cdb9; }
.contact-card ul { list-style: none; display: grid; gap: 0.5rem; }
.contact-big {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.04em;
}
.social-row { display: flex; gap: 0.9rem; margin-top: 0.6rem; }
.social-row a {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 12px;
  background: rgba(212, 165, 61, 0.08);
  border: 1px solid var(--line);
  transition: transform 0.15s, border-color 0.15s, background 0.15s;
}
.social-row a:hover { transform: translateY(-3px); border-color: var(--gold); background: rgba(212, 165, 61, 0.16); }
.social-row svg { width: 22px; height: 22px; fill: var(--gold-light); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  position: relative;
  padding: 5rem 0 4rem;
  background:
    linear-gradient(to bottom, rgba(9, 8, 5, 0.88), rgba(11, 10, 8, 0.97)),
    var(--ph-bg, none) center 35%/cover;
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(2rem, 4.2vw, 3rem); margin-top: 0.5rem; }
.page-hero p { color: var(--muted); max-width: 640px; margin-top: 1rem; }

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line);
  background: #080705;
  padding: 4rem 0 2rem;
  color: var(--muted);
  font-size: 0.94rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
.footer-grid h4 {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 1.1rem;
}
.footer-grid ul { list-style: none; display: grid; gap: 0.5rem; }
.footer-grid a { color: var(--muted); }
.footer-grid a:hover { color: var(--gold-light); }
.footer-logo img { height: 74px; width: auto; margin-bottom: 1rem; }
.footer-bottom {
  border-top: 1px solid rgba(212, 165, 61, 0.1);
  padding-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.85rem;
}
.footer-bottom .license { color: var(--gold-light); letter-spacing: 0.06em; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .about-grid, .reel-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.6rem; }
  .about-photo { max-width: 520px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery-row { grid-template-columns: 1fr 1fr; }
  .nav-phone { display: none; }
}

@media (max-width: 760px) {
  .section { padding: 3.8rem 0; }
  .nav-toggle { display: block; order: 10; }
  .nav-logo img { height: 44px; }
  .lang-btn { padding: 0.4rem 0.6rem; font-size: 0.62rem; }
  .nav-cta { display: none; }
  .nav-links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: rgba(9, 8, 6, 0.98);
    border-bottom: 1px solid var(--line-strong);
    padding: 0.5rem 4%;
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 0.95rem 0; border-bottom: 1px solid rgba(212, 165, 61, 0.08); }
  .nav-links a.active { border-color: rgba(212, 165, 61, 0.08); }
  .nav-links .mobile-cta { display: block; padding: 1rem 0 1.2rem; }
  .nav-links .mobile-cta a.btn-gold { color: #171204; border-bottom: none; }
  .nav-links .mobile-cta .btn { width: 100%; text-align: center; }
  .hero { min-height: 78vh; }
  .hero-inner { padding: 4.5rem 0 5rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-shell { padding: 1.8rem 1.4rem; }
  .cta-band { padding: 2.4rem 1.6rem; }
  .gallery-row, .gallery-row.two { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .about-photo::after { display: none; }
}
