@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

:root {
  --black: #080809;
  --panel: #111113;
  --panel-2: #171719;
  --gold: #d7a84c;
  --gold-light: #f3d28a;
  --cream: #f4efe5;
  --muted: #aaa6a0;
  --line: rgba(215,168,76,.28);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  max-width: var(--max); margin: auto; padding: 18px 24px;
  background: rgba(8,8,9,.88); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px;
  border: 1px solid var(--gold); border-radius: 50%;
  color: var(--gold-light); font-family: "Playfair Display", serif; font-weight: 700;
}
.brand strong { display: block; font-family: "Playfair Display", serif; font-size: 19px; letter-spacing: .03em; }
.brand small { display: block; color: var(--gold); text-transform: uppercase; letter-spacing: .22em; font-size: 8px; }
.nav { display: flex; align-items: center; gap: 28px; font-size: 14px; color: #ddd7cc; }
.nav a:hover { color: var(--gold-light); }
.nav-cta { border: 1px solid var(--gold); padding: 9px 16px; border-radius: 999px; }

.hero {
  max-width: var(--max); margin: auto; min-height: 720px; padding: 70px 24px 80px;
  display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center;
}
.eyebrow { margin: 0 0 15px; color: var(--gold); font-size: 11px; letter-spacing: .28em; font-weight: 700; }
h1, h2, h3 { margin: 0; font-family: "Playfair Display", serif; line-height: 1.05; }
h1 { font-size: clamp(58px, 7vw, 96px); letter-spacing: -.03em; }
h1 span, h2 span { color: var(--gold-light); }
.lead { max-width: 570px; margin: 28px 0; color: #c4c0b9; font-size: 18px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.button-gold { background: var(--gold); color: #14100a; }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { border: 1px solid rgba(255,255,255,.22); }
.button-ghost:hover { border-color: var(--gold); }
.quick-contact { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 25px; color: #aaa6a0; font-size: 13px; }
.quick-contact a:hover { color: var(--gold-light); }
.hero-card {
  position: relative; border: 1px solid var(--line); border-radius: 24px; overflow: hidden;
  box-shadow: 0 25px 80px rgba(0,0,0,.55); transform: rotate(1deg);
}
.hero-card img { display: block; width: 100%; height: auto; }
.trust-strip {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: repeat(4,1fr); max-width: 100%;
  background: #0d0d0f;
}
.trust-strip div { padding: 20px; text-align: center; border-right: 1px solid rgba(255,255,255,.07); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.trust-strip span { color: var(--gold); margin-right: 8px; }
.section { max-width: var(--max); margin: auto; padding: 115px 24px; }
.section-heading { max-width: 650px; margin-bottom: 48px; }
.section-heading h2, .split h2 { font-size: clamp(44px, 5vw, 68px); }
.section-heading > p:last-child { color: var(--muted); margin-top: 18px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.service-card {
  background: linear-gradient(145deg, #151517, #0d0d0e);
  border: 1px solid rgba(255,255,255,.09); border-radius: 24px; padding: 38px;
}
.service-card.featured { border-color: var(--line); }
.icon { color: var(--gold); font-size: 34px; margin-bottom: 22px; }
.card-kicker { color: var(--gold); font-size: 10px; letter-spacing: .25em; margin: 0 0 7px; }
.service-card h3 { font-size: 38px; }
.service-card p { color: var(--muted); }
.service-card ul { list-style: none; padding: 0; margin: 25px 0 0; }
.service-card li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.08); }
.service-card li::before { content: "✦"; color: var(--gold); margin-right: 10px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-top: 1px solid rgba(255,255,255,.08); }
.about-copy { color: #b9b5ae; font-size: 17px; max-width: 580px; }
.location-note { color: var(--gold-light); }
.gallery-section { max-width: var(--max); margin: auto; padding: 30px 24px 115px; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gallery-panel {
  min-height: 360px; border-radius: 24px; padding: 30px; display: flex; flex-direction: column; justify-content: end;
  overflow: hidden; position: relative; border: 1px solid rgba(255,255,255,.1);
}
.gallery-panel::before { content:""; position:absolute; inset:0; background: linear-gradient(180deg, transparent 25%, rgba(0,0,0,.86)); }
.home-panel { background: linear-gradient(135deg,#8b8479,#252525 62%,#0e0e0e); }
.car-panel { background: linear-gradient(135deg,#3b3b3c,#101011 60%,#050505); }
.gallery-panel span, .gallery-panel strong { position: relative; z-index: 1; }
.gallery-panel span { color: var(--gold); letter-spacing: .25em; font-size: 11px; }
.gallery-panel strong { font: 34px "Playfair Display",serif; margin-top: 7px; }
.contact-section { background: linear-gradient(135deg,#15120d,#0a0a0b 55%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-inner { max-width: var(--max); margin: auto; padding: 90px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.contact-inner h2 { font-size: clamp(42px,5vw,64px); }
.contact-inner > div > p:last-child { color: var(--muted); }
.contact-cards { display: grid; gap: 14px; }
.contact-card { border: 1px solid var(--line); border-radius: 18px; padding: 23px; background: rgba(0,0,0,.24); transition: transform .2s, border-color .2s; }
.contact-card:hover { transform: translateY(-3px); border-color: var(--gold-light); }
.contact-card span, .contact-card small { display: block; color: var(--gold); letter-spacing: .18em; font-size: 10px; }
.contact-card strong { display: block; font-size: 24px; margin: 3px 0; }
.contact-card small { color: var(--muted); letter-spacing: .05em; }
footer { max-width: var(--max); margin: auto; padding: 30px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #77736d; font-size: 12px; }
.footer-brand { color: var(--cream); }
footer > a:hover { color: var(--gold); }

@media (max-width: 820px) {
  .nav a:not(.nav-cta) { display: none; }
  .hero, .split, .contact-inner { grid-template-columns: 1fr; }
  .hero { padding-top: 55px; gap: 45px; }
  .hero-card { max-width: 620px; transform: none; margin: auto; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .service-grid, .gallery { grid-template-columns: 1fr; }
  .split { gap: 35px; }
  .contact-inner { gap: 35px; }
  footer { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .site-header { padding: 14px 16px; }
  .hero, .section, .gallery-section, .contact-inner { padding-left: 18px; padding-right: 18px; }
  h1 { font-size: 54px; }
  .lead { font-size: 16px; }
  .service-card { padding: 28px; }
  .service-card h3 { font-size: 32px; }
  .trust-strip div { padding: 16px 8px; font-size: 9px; }
}
