:root {
  --bg: #09090b;
  --bg-soft: #101014;
  --bg-card: #14141a;
  --line: rgba(255, 255, 255, 0.1);
  --line-gold: rgba(214, 173, 89, 0.4);
  --text: #f5f3ef;
  --muted: #b6b4b0;
  --gold: #d6ad59;
  --gold-light: #f1cf84;
  --max: 1180px;
  --radius: 14px;
  --radius-lg: 22px;
  --ease: 0.28s ease;
  --font-display: "Playfair Display", serif;
  --font-body: "Inter", system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 10% 10%, #171721, var(--bg) 45%); color: var(--text); font-family: var(--font-body); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--font-display); margin: 0; line-height: 1.15; }
p { margin: 0; }
.container { width: min(100% - 2.5rem, var(--max)); margin-inline: auto; }
.reveal { opacity: 0; transform: translateY(20px); transition: transform 0.7s var(--ease), opacity 0.7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.eyebrow { text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.72rem; color: var(--gold); font-weight: 700; margin-bottom: 0.8rem; }
.contact-form__hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.reviews-eyebrow,
.credibility-eyebrow { font-size: 0.9rem; }
#services .eyebrow { font-size: 0.9rem; }
.btn { border: 1px solid transparent; border-radius: 999px; padding: 0.8rem 1.45rem; display: inline-flex; align-items: center; justify-content: center; font-weight: 600; transition: all var(--ease); cursor: pointer; font-family: var(--font-body); }
.btn--lg { padding: 0.95rem 1.75rem; }
.btn--full { width: 100%; }
.btn--gold { background: linear-gradient(120deg, var(--gold), var(--gold-light)); color: #1b1508; border-color: rgba(0, 0, 0, 0.08); }
.btn--gold:hover { transform: translateY(-1px); box-shadow: 0 10px 28px rgba(214, 173, 89, 0.35); }
.btn--ghost { border-color: var(--line-gold); color: var(--gold-light); background: rgba(214, 173, 89, 0.06); }
.btn--ghost:hover { background: rgba(214, 173, 89, 0.15); }
.nav { position: fixed; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid transparent; transition: background var(--ease), border-color var(--ease); }
.nav.is-scrolled { background: rgba(9, 9, 11, 0.92); backdrop-filter: blur(8px); border-color: var(--line); }
.nav__inner { min-height: 74px; display: flex; align-items: center; gap: 1.2rem; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; }
.brand__logo { width: 44px; height: 44px; border-radius: 8px; border: 1px solid var(--line-gold); display: inline-flex; align-items: center; justify-content: center; overflow: hidden; background: rgba(214, 173, 89, 0.08); }
.brand__logo img { width: 100%; height: 100%; object-fit: cover; }
.brand__text { font-size: 1.02rem; font-weight: 600; }
.nav__links { margin-left: auto; display: flex; align-items: center; gap: 1.4rem; }
.nav__links a { color: rgba(245, 243, 239, 0.75); font-size: 0.92rem; transition: color var(--ease); }
.nav__links a:hover { color: #fff; }
.nav__cta { margin-left: 0.6rem; }
.nav__toggle { display: none; flex-direction: column; gap: 4px; margin-left: auto; border: 0; background: transparent; padding: 0.3rem; }
.nav__toggle span { width: 22px; height: 2px; background: #f5f3ef; }
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(10%) contrast(1.1) brightness(0.33); }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(140deg, rgba(9, 9, 11, 0.96), rgba(9, 9, 11, 0.75)); }
.hero__inner { position: relative; z-index: 2; padding-top: 8rem; padding-bottom: 5rem; max-width: 760px; }
.hero__kicker { color: var(--gold-light); text-transform: uppercase; letter-spacing: 0.16em; font-size: 0.72rem; margin-bottom: 1rem; font-weight: 700; }
.hero h1 { font-size: clamp(2.3rem, 5.4vw, 4.8rem); margin-bottom: 1rem; }
.hero__sub { color: rgba(245, 243, 239, 0.8); max-width: 640px; font-size: clamp(1rem, 2.1vw, 1.2rem); }
.hero__cta-row { margin-top: 2rem; display: flex; gap: 0.8rem; flex-wrap: wrap; }
.hero__proof { margin-top: 1.6rem; display: flex; flex-wrap: wrap; gap: 0.9rem; }
.hero__proof span { border: 1px solid var(--line-gold); background: rgba(214, 173, 89, 0.09); color: var(--gold-light); border-radius: 999px; padding: 0.4rem 0.75rem; font-size: 0.8rem; }
.stats { margin-top: -2.2rem; position: relative; z-index: 3; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; }
.stat-card { background: rgba(20, 20, 26, 0.9); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.2rem; }
.stat-card h2 { font-size: clamp(1.35rem, 2.6vw, 2rem); color: var(--gold-light); }
.stat-card p { color: var(--muted); font-size: 0.88rem; margin-top: 0.45rem; }
.section { padding: clamp(4rem, 9vw, 7rem) 0; }
.section--dark { background: var(--bg-soft); }
.section--alt { background: #0d0d11; }
.section--contact { background: linear-gradient(180deg, #0a0a0d, #111116); }
.section__head { max-width: 760px; margin: 0 auto 2.2rem; text-align: center; }
.section__head h2 { font-size: clamp(1.9rem, 4vw, 3.2rem); margin-bottom: 0.8rem; }
.section__head p { color: var(--muted); }
.services-subtext { font-size: 0.94rem; white-space: nowrap; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.9rem; }
.service-card { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; transition: transform var(--ease), border-color var(--ease), background var(--ease); }
.service-card:hover { transform: translateY(-4px); border-color: var(--line-gold); background: #1a1a22; }
.service-card h3 { font-size: 1.35rem; margin-bottom: 0.6rem; }
.service-card p { color: var(--muted); font-size: 0.95rem; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.4rem; }
.gallery__item { border: 0; border-radius: 10px; overflow: hidden; cursor: pointer; background: #000; padding: 0; aspect-ratio: 4/3; position: relative; }
.gallery__item--wide { grid-column: span 2; aspect-ratio: 16/9; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--ease), filter var(--ease); filter: brightness(0.87); }
.gallery__item:hover img { transform: scale(1.05); filter: brightness(0.67); }
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.9rem; }
.review-card { border: 1px solid var(--line); background: var(--bg-card); border-radius: var(--radius-lg); padding: 1.5rem; }
.review-card__stars { color: var(--gold-light); letter-spacing: 0.08em; margin-bottom: 0.8rem; }
.review-card blockquote { margin: 0 0 1rem; color: rgba(245, 243, 239, 0.9); font-size: 1rem; }
.review-card__author { color: var(--muted); font-size: 0.88rem; }
.cred-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.9rem; }
.cred-card { border: 1px solid var(--line); background: var(--bg-card); border-radius: var(--radius); padding: 1.3rem; }
.cred-card h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }
.cred-card p { color: var(--muted); font-size: 0.95rem; }
.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; align-items: start; }
.contact-copy h2 { font-size: clamp(1.8rem, 4vw, 3rem); margin-bottom: 0.7rem; }
.contact-copy p { color: var(--muted); }
.contact-points { margin: 1rem 0 0; padding: 0; list-style: none; }
.contact-points li { margin-top: 0.5rem; padding-left: 1.2rem; position: relative; }
.contact-points li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); position: absolute; left: 0; top: 0.6rem; }
.contact-form { border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--bg-card); padding: 1.3rem; display: grid; gap: 0.55rem; }
.contact-form label { font-size: 0.77rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(245, 243, 239, 0.75); margin-top: 0.4rem; }
.contact-form input, .contact-form textarea { background: #0f0f14; border: 1px solid var(--line); color: var(--text); border-radius: 10px; padding: 0.78rem 0.82rem; font-family: var(--font-body); }
.contact-form input:focus, .contact-form textarea:focus { outline: 0; border-color: var(--line-gold); }
.footer { border-top: 1px solid var(--line); background: #0a0a0d; }
.footer__inner { text-align: center; padding: 2.1rem 0 4.6rem; display: grid; gap: 0.6rem; place-items: center; }
.brand--footer .brand__text { font-size: 0.98rem; }
.footer p { color: var(--muted); font-size: 0.92rem; }
.mobile-bar { display: none; position: fixed; bottom: 0; inset-inline: 0; height: 60px; z-index: 24; border-top: 1px solid var(--line); background: rgba(9, 9, 11, 0.95); backdrop-filter: blur(6px); }
.mobile-bar__btn { flex: 1; display: grid; place-items: center; font-size: 0.92rem; }
.mobile-bar__btn--gold { color: #1b1508; background: linear-gradient(120deg, var(--gold), var(--gold-light)); }
.lightbox { position: fixed; inset: 0; z-index: 40; background: rgba(6, 6, 8, 0.92); opacity: 0; pointer-events: none; transition: opacity var(--ease); display: grid; place-items: center; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox__inner { width: min(92vw, 980px); }
.lightbox__img { width: 100%; max-height: 80vh; object-fit: contain; border-radius: 12px; }
.lightbox__cap { margin-top: 0.8rem; color: var(--muted); text-align: center; }
.lightbox__close { position: absolute; right: 1.2rem; top: 1rem; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255, 255, 255, 0.06); color: #fff; font-size: 1.6rem; line-height: 1; }
@media (max-width: 1000px) { .stats__grid, .service-grid { grid-template-columns: repeat(2, 1fr); } .contact-wrap { grid-template-columns: 1fr; } }
@media (max-width: 780px) {
  .nav__links { position: fixed; top: 74px; left: 0; right: 0; flex-direction: column; align-items: flex-start; gap: 0; background: rgba(9, 9, 11, 0.98); border-bottom: 1px solid var(--line); transform: translateY(-120%); transition: transform var(--ease); margin-left: 0; padding: 0.75rem 1.25rem 1rem; }
  .nav__links.is-open { transform: translateY(0); }
  .nav__links a { width: 100%; padding: 0.8rem 0; }
  .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .gallery, .reviews-grid, .cred-grid { grid-template-columns: 1fr; }
  .gallery__item--wide { grid-column: span 1; aspect-ratio: 4/3; }
  .mobile-bar { display: flex; }
  body { padding-bottom: 60px; }
  .services-subtext { white-space: normal; font-size: 0.9rem; }
}
@media (max-width: 560px) { .stats__grid, .service-grid { grid-template-columns: 1fr; } .hero__cta-row .btn { width: 100%; } }
