
:root {
  --black: #0b0b0b;
  --charcoal: #171717;
  --soft-black: #222;
  --gold: #d8a13a;
  --gold-light: #f1c766;
  --white: #ffffff;
  --off-white: #f7f4ed;
  --gray: #d8d8d8;
  --text: #222222;
  --muted: #666666;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 16px 40px rgba(0,0,0,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10,10,10,.96);
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; flex-direction: column; line-height: .9; letter-spacing: .06em; }
.brand-main { font-weight: 900; font-size: 1.2rem; }
.brand-sub { color: var(--gold); font-weight: 800; letter-spacing: .28em; font-size: .72rem; margin-top: 7px; }
.main-nav { display: flex; align-items: center; gap: 26px; font-weight: 700; font-size: .95rem; }
.main-nav a:hover { color: var(--gold-light); }
.nav-cta { border: 1px solid var(--gold); padding: 10px 16px; border-radius: 999px; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; background: white; margin: 5px; }

.hero { background: var(--black); color: var(--white); }
.hero-image-wrap { background: #111; }
.hero-image-wrap img { width: 100%; max-height: 720px; object-fit: cover; object-position: center; }
.hero-copy { padding: 54px 0 64px; text-align: center; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
h1, h2, h3 { line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(2.4rem, 6vw, 5rem); max-width: 950px; margin: 0 auto 20px; text-transform: uppercase; letter-spacing: -.03em; }
h2 { font-size: clamp(2rem, 4.5vw, 3.7rem); letter-spacing: -.025em; }
h3 { font-size: 1.25rem; }
.hero-text { font-size: 1.15rem; max-width: 720px; margin: 0 auto 28px; color: #e5e5e5; }
.hero-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 900; border: 2px solid transparent; cursor: pointer; }
.btn-primary { background: var(--gold); color: #111; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-secondary { border-color: #fff; color: #fff; }
.btn-secondary:hover { background: #fff; color: #111; }

.trust-strip { background: var(--gold); color: #111; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid div { padding: 24px 18px; border-right: 1px solid rgba(0,0,0,.18); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { text-transform: uppercase; font-size: .95rem; }
.trust-grid span { font-size: .86rem; opacity: .8; margin-top: 3px; }

.section { padding: 92px 0; }
.section-soft { background: var(--off-white); }
.section-dark { background: var(--charcoal); color: var(--white); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.light p:not(.eyebrow) { color: #ccc; }
.card-grid { display: grid; gap: 22px; }
.card-grid.four { grid-template-columns: repeat(4,1fr); }
.service-card { border: 1px solid #e5e5e5; border-radius: var(--radius); padding: 28px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.05); }
.service-icon { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: var(--black); color: var(--gold); font-weight: 900; margin-bottom: 18px; font-size: .85rem; }
.service-card p { color: var(--muted); margin-bottom: 0; }

.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.steps article { padding: 28px; background: #242424; border: 1px solid #333; border-radius: var(--radius); }
.steps article > span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--gold); color: #111; font-weight: 900; margin-bottom: 18px; }
.steps p { color: #ccc; margin-bottom: 0; }

.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 58px; align-items: center; }
.about-art { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); background: #111; }
.about-art img { aspect-ratio: 4/3; object-fit: cover; object-position: left center; }
.signature { font-size: 1.35rem; color: var(--gold); font-weight: 900; font-style: italic; }

.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.gallery-card { background: #fff; border-radius: var(--radius); padding: 20px; box-shadow: 0 10px 26px rgba(0,0,0,.07); }
.placeholder { height: 180px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg,#111,#333); color: var(--gold); font-size: 2rem; font-weight: 900; letter-spacing: .06em; margin-bottom: 18px; }
.gallery-card p { color: var(--muted); }

.quote-section { background: #111; color: #fff; }
.quote-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: start; }
.contact-note { border-left: 4px solid var(--gold); padding-left: 16px; margin-top: 28px; color: #ddd; }
.contact-note strong, .contact-note span { display: block; }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; background: #1d1d1d; border: 1px solid #333; padding: 28px; border-radius: var(--radius); }
.quote-form label { font-weight: 700; font-size: .9rem; }
.quote-form input, .quote-form textarea, .quote-form select { width: 100%; margin-top: 8px; border: 1px solid #444; border-radius: 10px; background: #0f0f0f; color: #fff; padding: 13px 14px; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { outline: 2px solid var(--gold); border-color: transparent; }
.full { grid-column: 1 / -1; }
.form-status { min-height: 24px; margin: 0; color: var(--gold-light); }

.site-footer { background: #050505; color: #ddd; padding: 58px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 34px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 10px; }
.footer-grid strong { color: var(--gold); text-transform: uppercase; letter-spacing: .08em; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-brand { color: #fff; margin-bottom: 10px; }
.footer-bottom { border-top: 1px solid #242424; margin-top: 34px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: .86rem; color: #888; }

@media (max-width: 980px) {
  .main-nav { position: absolute; left: 0; right: 0; top: 76px; display: none; flex-direction: column; align-items: stretch; background: #0b0b0b; padding: 22px 20px 28px; border-top: 1px solid #222; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .card-grid.four, .steps, .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(0,0,0,.18); }
  .split, .quote-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .hero-image-wrap img { min-height: 300px; object-fit: cover; object-position: 28% center; }
  .hero-copy { padding: 40px 0 48px; }
  .section { padding: 68px 0; }
  .card-grid.four, .steps, .gallery-grid, .trust-grid, .quote-form, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid rgba(0,0,0,.18); }
  .trust-grid div:last-child { border-bottom: 0; }
  .footer-bottom { flex-direction: column; }
}
