:root {
  --ink: #151515;
  --muted: #66645f;
  --cream: #f5f0e7;
  --sand: #d7c3a5;
  --gold: #b7863f;
  --white: #ffffff;
  --line: #ded8cf;
  --shadow: 0 18px 45px rgba(22, 20, 17, 0.13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Inter, sans-serif; background: #fff; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(0,0,0,.08); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; line-height: 1; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--ink); color: white; border-radius: 50%; font-family: Anton, sans-serif; letter-spacing: 1px; }
.brand strong, .brand small { display: block; letter-spacing: 2px; }
.brand strong { font-size: 18px; }
.brand small { margin-top: 5px; font-size: 9px; color: var(--gold); font-weight: 800; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; }
.main-nav a:not(.nav-cta):hover { color: var(--gold); }
.nav-cta { background: var(--ink); color: #fff; padding: 11px 18px; border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; font-size: 28px; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 20%, #d1b88f 0, #8b7354 24%, #2b2823 55%, #131313 100%); color: white; }
.hero:after { content: ""; position: absolute; right: -8%; bottom: -28%; width: 54%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.03), 0 0 0 140px rgba(255,255,255,.02); }
.hero-grid { min-height: 680px; padding: 90px 0; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: 2.2px; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.05; margin-top: 0; }
h1, h2 { font-family: Anton, sans-serif; font-weight: 400; letter-spacing: .5px; text-transform: uppercase; }
h1 { max-width: 760px; font-size: clamp(54px, 7vw, 96px); margin-bottom: 22px; }
h2 { font-size: clamp(38px, 4.5vw, 64px); margin-bottom: 18px; }
h3 { font-size: 25px; margin-bottom: 12px; }
.hero-text { max-width: 650px; color: rgba(255,255,255,.82); font-size: 18px; }
.hero-actions, .cta-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--gold); color: white; }
.secondary { color: white; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); }
.outline { border-color: var(--ink); }
.full { width: 100%; margin-top: auto; }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; }
.hero-card { background: rgba(255,255,255,.94); color: var(--ink); padding: 34px; border-radius: 26px; box-shadow: var(--shadow); }
.card-label, .badge { display: inline-block; padding: 6px 10px; border-radius: 999px; background: #eee4d5; color: #785722; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.hero-card h2 { margin: 18px 0 12px; font-size: 46px; }
ul { padding-left: 20px; }
.hero-card li, .price-card li { margin-bottom: 8px; }
.hero-card a { color: var(--gold); font-weight: 800; }
.problem-strip { background: var(--cream); border-bottom: 1px solid var(--line); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.problem-grid > div { padding: 27px 30px; border-right: 1px solid var(--line); }
.problem-grid > div:first-child { padding-left: 0; }
.problem-grid > div:last-child { border-right: 0; }
.problem-grid strong, .problem-grid span { display: block; }
.problem-grid span { color: var(--muted); font-size: 13px; margin-top: 4px; }
.section { padding: 100px 0; }
.section-heading { max-width: 760px; margin-bottom: 45px; }
.section-heading > p:last-child { color: var(--muted); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; }
.centered { text-align: center; margin-inline: auto; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.price-card.featured { border: 2px solid var(--gold); box-shadow: var(--shadow); }
.price-card .badge { position: absolute; top: -14px; left: 26px; background: var(--gold); color: white; }
.price { margin: 4px 0 0; font-size: 45px; font-weight: 800; line-height: 1; }
.price small { font-size: 14px; }
.time { color: var(--gold); font-size: 13px; font-weight: 800; }
.fine-print { color: var(--muted); font-size: 12px; }
.addons { margin-top: 34px; padding: 34px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 35px; align-items: center; background: var(--cream); border-radius: 24px; }
.addon-list { display: flex; flex-wrap: wrap; gap: 10px; }
.addon-list span { padding: 10px 14px; background: white; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 700; }
.dark-section { background: var(--ink); color: white; }
.group-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.group-grid > div > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.group-price { display: flex; align-items: end; gap: 18px; margin: 28px 0 14px; }
.group-price span { font-weight: 700; }
.group-price strong { font-size: clamp(42px, 6vw, 72px); line-height: 1; color: var(--sand); }
.fine-print.light { color: rgba(255,255,255,.56) !important; }
.light-button { background: white; color: var(--ink); margin-top: 14px; }
.steps-card { background: #242320; border: 1px solid rgba(255,255,255,.1); border-radius: 26px; padding: 34px; }
.steps-card ol { padding: 0; list-style: none; margin: 24px 0 0; }
.steps-card li { display: grid; grid-template-columns: 46px 1fr; gap: 15px; margin: 0 0 24px; }
.steps-card li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); font-weight: 800; }
.steps-card p { color: rgba(255,255,255,.62); margin: 4px 0 0; font-size: 13px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
figure { margin: 0; }
.photo-placeholder { aspect-ratio: 4 / 5; display: grid; place-items: center; text-align: center; border-radius: 20px; background: linear-gradient(145deg,#3f3a33,#171614); color: white; font-family: Anton, sans-serif; font-size: 32px; letter-spacing: 2px; }
.photo-placeholder.after { background: linear-gradient(145deg,#d8c29f,#8d6a36); }
.photo-placeholder small { font-family: Inter, sans-serif; font-size: 11px; font-weight: 700; }
figcaption { padding: 12px 3px; color: var(--muted); font-size: 13px; }
.review-section { background: var(--cream); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
blockquote { margin: 0; padding: 28px; background: white; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,.05); }
.stars { color: var(--gold); letter-spacing: 3px; }
blockquote cite { color: var(--muted); font-size: 12px; font-style: normal; font-weight: 700; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.faq-grid > div:first-child > p:last-child { color: var(--muted); }
.faq-grid a { color: var(--gold); font-weight: 800; }
details { border-top: 1px solid var(--line); padding: 18px 0; }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-weight: 800; list-style: none; }
summary::after { content: "+"; float: right; font-size: 22px; }
details[open] summary::after { content: "–"; }
details p { color: var(--muted); margin-bottom: 0; }
.cta-section { padding: 0 0 100px; }
.cta-box { display: flex; justify-content: space-between; gap: 50px; align-items: center; padding: 55px; border-radius: 28px; background: linear-gradient(135deg,#e6d5bb,#bd9760); }
.cta-box h2 { margin-bottom: 8px; }
.cta-box p { margin: 0; }
.dark-text { color: var(--ink); border-color: rgba(0,0,0,.3); background: rgba(255,255,255,.2); }
footer { background: #111; color: white; padding: 55px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.6); font-size: 13px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 35px; padding-top: 18px; color: rgba(255,255,255,.4); font-size: 12px; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 20px; background: white; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .hero-grid, .group-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 65px 0; gap: 35px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid > div { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0; }
  .pricing-grid { grid-template-columns: 1fr; }
  .addons, .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: 1fr; }
  .cta-box { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1160px); }
  .section { padding: 72px 0; }
  .hero-grid { min-height: auto; }
  .hero-actions .button, .cta-buttons .button { width: 100%; }
  .hero-card, .price-card, .addons, .steps-card { padding: 24px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .photo-placeholder { font-size: 24px; }
  .cta-box { padding: 30px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* Dukes Detailing photo + logo update */
.brand-logo { width: 54px; height: 54px; object-fit: cover; border-radius: 50%; box-shadow: 0 4px 14px rgba(0,0,0,.18); }
.footer-brand .brand-logo { width: 58px; height: 58px; }
.photo-hero { isolation: isolate; }
.hero-photo { position: absolute; inset: 0; background: url('assets/detailing-action.jpeg') center 48% / cover no-repeat; opacity: .26; z-index: 0; }
.photo-hero .hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,12,11,.96) 0%, rgba(20,18,16,.86) 48%, rgba(20,18,16,.58) 100%); z-index: 1; }
.photo-hero .hero-grid { position: relative; z-index: 2; }
.real-gallery figure { margin: 0; background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 12px 35px rgba(0,0,0,.10); }
.real-gallery img { width: 100%; height: 310px; display: block; object-fit: cover; }
.real-gallery figcaption { padding: 14px 16px 18px; font-size: 14px; color: #4b4b4b; }
.real-gallery .wide-result { grid-column: span 2; }
.real-gallery .wide-result img { height: 420px; }
.vehicle-showcase { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.vehicle-showcase img { width: 100%; height: 300px; object-fit: cover; border-radius: 18px; box-shadow: 0 12px 35px rgba(0,0,0,.10); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; align-items: center; }
.about-photo img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 24px; box-shadow: 0 16px 45px rgba(0,0,0,.12); }
.trust-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; margin-top: 28px; font-weight: 700; }
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .vehicle-showcase { grid-template-columns: 1fr 1fr; }
  .real-gallery .wide-result { grid-column: span 2; }
}
@media (max-width: 600px) {
  .brand-logo { width: 46px; height: 46px; }
  .hero-photo { background-position: 58% center; opacity: .22; }
  .real-gallery { grid-template-columns: 1fr !important; }
  .real-gallery .wide-result { grid-column: auto; }
  .real-gallery img, .real-gallery .wide-result img { height: 260px; }
  .vehicle-showcase { grid-template-columns: 1fr; }
  .vehicle-showcase img { height: 260px; }
  .trust-points { grid-template-columns: 1fr; }
}

/* Bold black + gold brand refresh */
:root {
  --ink: #090909;
  --muted: #b9b0a2;
  --cream: #15120e;
  --sand: #e2b85d;
  --gold: #d6a84b;
  --white: #ffffff;
  --line: #3b3020;
  --shadow: 0 18px 45px rgba(0,0,0,.38);
}
body { background:#0b0b0b; color:#fff; font-weight:600; }
.site-header { background:rgba(7,7,7,.96); border-bottom:1px solid rgba(214,168,75,.32); }
.brand strong { color:var(--gold); font-weight:900; }
.brand small { color:#fff; font-weight:900; }
.main-nav { color:#fff; font-weight:900; }
.nav-cta { background:var(--gold); color:#080808; font-weight:900; }
.menu-button { color:var(--gold); }
.hero { background:radial-gradient(circle at 80% 20%,#5b431e 0,#21190d 30%,#0a0a0a 68%,#000 100%); }
h1,h2,h3 { font-weight:900; }
h1,h2 { color:#fff; text-shadow:0 2px 16px rgba(0,0,0,.35); }
.eyebrow,.time { color:var(--gold); font-weight:900; }
.hero-text,.group-grid > div > p:not(.eyebrow) { color:rgba(255,255,255,.88); font-weight:650; }
.primary { background:var(--gold); color:#090909; font-weight:900; box-shadow:0 8px 22px rgba(214,168,75,.18); }
.secondary { border-color:var(--gold); color:var(--gold); font-weight:900; }
.hero-card,.price-card,.real-gallery figure,blockquote { background:#151515; color:#fff; border-color:#3a3020; }
.hero-card { border:1px solid rgba(214,168,75,.35); }
.card-label,.badge { background:#2b2112; color:#f1c86e; font-weight:900; }
.problem-strip,.review-section { background:#111; border-color:#342b1e; }
.problem-grid strong { color:var(--gold); font-weight:900; }
.problem-grid span,.section-heading > p:last-child,.fine-print,figcaption,.real-gallery figcaption,.faq-grid > div:first-child > p:last-child,details p { color:#bdb5a8; }
.price-card { border:1px solid #3b3020; }
.price-card.featured { border:2px solid var(--gold); box-shadow:0 18px 45px rgba(214,168,75,.12); }
.price-card .badge { color:#080808; }
.price { color:var(--gold); font-weight:900; }
.addons { background:#15120e; border:1px solid #3b3020; }
.addon-list span { background:#0d0d0d; border-color:#4a3920; color:#fff; font-weight:800; }
.dark-section { background:#050505; }
.steps-card { background:#111; border-color:#4a3920; }
.steps-card li > span { color:#080808; font-weight:900; }
.real-gallery figure { border:1px solid #322817; }
.vehicle-showcase img,.about-photo img,.real-gallery figure { box-shadow:0 12px 35px rgba(0,0,0,.45); }
summary { color:#fff; font-weight:900; }
details { border-color:#3b3020; }
.cta-box { background:linear-gradient(135deg,#d8a94d,#8f6727); color:#090909; }
.cta-box h2 { color:#090909; text-shadow:none; }
.dark-text { color:#090909; border-color:#090909; font-weight:900; }
footer { background:#030303; border-top:1px solid rgba(214,168,75,.25); }
.footer-grid p,.footer-grid a { color:#c8c0b4; font-weight:650; }
.button,.trust-row,.addon-list span,.trust-points,strong,summary { font-weight:900; }
.photo-hero .hero-overlay { background:linear-gradient(90deg,rgba(0,0,0,.97) 0%,rgba(9,7,4,.89) 50%,rgba(14,10,4,.66) 100%); }
@media (max-width:900px){ .main-nav { background:#090909; border-bottom:1px solid #3b3020; } }

/* Gift cards + updated service emphasis */
.gift-section { background: #0b0b0b; }
.gift-card-box { display:grid; grid-template-columns:1.4fr .8fr; gap:36px; align-items:center; padding:42px; border:2px solid var(--gold); border-radius:24px; background:radial-gradient(circle at 90% 20%,#4b3516 0,#171109 35%,#0b0b0b 72%); box-shadow:0 18px 50px rgba(214,168,75,.14); }
.gift-card-box h2 { margin-bottom:10px; }
.gift-card-box p:not(.eyebrow) { color:#d1c8ba; max-width:720px; }
.gift-actions { display:flex; flex-direction:column; gap:12px; }
.gift-actions .button { text-align:center; }
@media (max-width:760px){ .gift-card-box { grid-template-columns:1fr; padding:28px 22px; } }

/* 2026-08-14 service clarity + exterior-only gallery update */
.exterior-photo-heading { margin-top: 3rem; }
.exterior-only-gallery img { aspect-ratio: 4 / 3; object-fit: cover; }
.text-only-about { grid-template-columns: 1fr !important; max-width: 900px; }
.price-card .fine-print strong { color: var(--gold, #d4af37); }
