:root {
    --bg: #050505;
    --bg-soft: #0c0c0c;
    --panel: #111;
    --text: #f0eee9;
    --muted: #aaa7a0;
    --gold: #b99555;
    --gold-light: #ddc286;
    --line: rgba(255,255,255,.13);
    --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { background: var(--bg); color: var(--text); font-family: Poppins, Arial, sans-serif; font-weight: 300; line-height: 1.7; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { line-height: 1.15; text-wrap: balance; }
h1 { font-size: clamp(2.45rem, 6.6vw, 6.3rem); font-weight: 400; letter-spacing: -.045em; }
h2 { font-size: clamp(1.85rem, 3.7vw, 3.6rem); font-weight: 400; letter-spacing: -.035em; }
p { text-wrap: pretty; }

.skip-link { position: fixed; z-index: 100; left: 1rem; top: -5rem; background: var(--gold-light); color: #000; padding: .7rem 1rem; font-weight: 600; }
.skip-link:focus { top: 1rem; }
.eyebrow { color: var(--gold-light); font-size: .72rem; font-weight: 500; letter-spacing: .22em; margin-bottom: 1rem; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .72rem 1.25rem; border: 1px solid var(--gold); background: var(--gold); color: #050505; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; }
.button:hover, .button:focus-visible { background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-1px); }
.button-ghost, .button-outline { background: transparent; color: var(--text); }
.button-whatsapp { background: #d2bd8b; border-color: #d2bd8b; }

.site-header { min-height: 92px; padding: 1rem clamp(1.1rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: rgba(0,0,0,.95); border-bottom: 1px solid var(--line); }
.logo-wrap { width: clamp(190px, 25vw, 330px); flex: 0 1 auto; }
.logo-img { width: 100%; height: auto; }
.main-nav { display: flex; gap: clamp(1rem, 3vw, 2.5rem); color: #c8c5bf; font-size: .75rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold-light); }

.hero-photo { min-height: clamp(570px, 70svh, 830px); position: relative; display: grid; align-items: end; isolation: isolate; overflow: hidden; }
.hero-photo > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-photo::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.48) 48%, rgba(0,0,0,.06) 78%), linear-gradient(0deg, #050505 0%, transparent 38%); }
.hero-overlay { width: min(100% - 2.2rem, var(--max)); margin-inline: auto; padding: clamp(4rem, 9vh, 7rem) 0; }
.hero-overlay h1 { max-width: 850px; }
.hero-overlay h1 em { color: var(--gold-light); font-family: Georgia, serif; font-weight: 400; }
.hero-overlay > p:not(.eyebrow) { max-width: 620px; color: #d1cec8; font-size: clamp(1rem, 1.6vw, 1.2rem); margin-top: 1.4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }

.services-section, .content-section, .process-section, .faq-section, .service-detail, .service-faq, .related-services { width: min(100% - 2.2rem, var(--max)); margin-inline: auto; padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section-heading { max-width: 720px; margin-bottom: 3rem; }
.section-heading > p:last-child { color: var(--muted); margin-top: 1.2rem; }
.services { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-item { min-width: 0; padding: 2.1rem clamp(1.1rem, 2vw, 1.8rem); border-left: 1px solid var(--line); display: flex; flex-direction: column; }
.service-item:last-child { border-right: 1px solid var(--line); }
.service-number { color: var(--gold); font-family: Georgia, serif; font-style: italic; margin-bottom: 2.3rem; }
.service-item h3 { min-height: 2.4em; font-size: 1.15rem; font-weight: 500; text-transform: uppercase; letter-spacing: .04em; }
.service-item p { color: var(--muted); font-size: .86rem; margin: 1.2rem 0 1.8rem; }
.service-item > a { color: var(--gold-light); margin-top: auto; font-size: .75rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.service-item > a span { margin-left: .35rem; }

.content-section { border-top: 1px solid var(--line); }
.content-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 7vw, 7rem); }
.prose { color: #c5c1bb; font-size: clamp(1rem, 1.3vw, 1.13rem); }
.prose p + p { margin-top: 1.25rem; }
.process-section { text-align: center; }
.process-section > h2 { max-width: 820px; margin: 0 auto 3.5rem; }
.process-list { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); text-align: left; border-top: 1px solid var(--line); }
.process-list li { padding: 1.8rem; border-right: 1px solid var(--line); }
.process-list li:first-child { border-left: 1px solid var(--line); }
.process-list span { display: block; color: var(--gold); font-family: Georgia, serif; font-style: italic; margin-bottom: 2.2rem; }
.process-list strong { display: block; font-weight: 500; font-size: 1.1rem; margin-bottom: .6rem; }
.process-list p { color: var(--muted); font-size: .88rem; }

.local-section { background: var(--panel); border-block: 1px solid var(--line); padding: clamp(3.5rem, 7vw, 6rem) max(calc((100vw - var(--max)) / 2), 1.1rem); display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.local-section > div { max-width: 760px; }
.local-section h2 { margin-bottom: 1.1rem; }
.local-section p:last-child { color: var(--muted); }
.local-section .button { flex: 0 0 auto; }
.faq-section { max-width: 900px; }
.faq-section > h2 { margin-bottom: 2.5rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 1.15rem 0; }
.faq-list summary { cursor: pointer; font-size: 1rem; font-weight: 500; list-style: none; padding-right: 2rem; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; color: var(--gold-light); position: absolute; right: .3rem; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { color: var(--muted); padding: 1rem 2rem .3rem 0; }

.contact-section { padding: clamp(4rem, 8vw, 7rem) 1.1rem; }
.contact-box { width: min(100%, 980px); margin: auto; padding: clamp(2rem, 5vw, 4.3rem); border: 1px solid var(--gold); text-align: center; }
.contact-title { max-width: 700px; margin: auto; }
.contact-intro { max-width: 650px; margin: 1.25rem auto 2rem; color: var(--muted); }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; }
.contact-box address { color: var(--muted); font-style: normal; font-size: .9rem; margin-top: 2rem; }
.contact-box address strong { color: var(--text); }
.contact-box address a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }
.wheel-photo { height: clamp(190px, 28vw, 390px); overflow: hidden; position: relative; }
.wheel-photo::before { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(#050505, transparent 36%, rgba(0,0,0,.3)); }
.wheel-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.site-footer { background: #000; padding: 3rem 1.1rem; text-align: center; border-top: 1px solid var(--line); }
.footer-logo { width: min(55vw, 250px); height: auto; margin: 0 auto 1rem; }
.footer-claim { color: var(--muted); font-size: .7rem; letter-spacing: .16em; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem 1.6rem; margin: 1.6rem 0; color: #bcb8b1; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a:hover { color: var(--gold-light); }
.footer-copy { color: #666; font-size: .72rem; }

.service-hero { min-height: clamp(520px, 70vh, 720px); display: grid; place-items: center; background: radial-gradient(circle at 85% 10%, rgba(185,149,85,.16), transparent 35%), linear-gradient(135deg, #0b0b0b, #030303); border-bottom: 1px solid var(--line); padding: 4rem 1.1rem; }
.service-hero > div { width: min(100%, 980px); }
.service-hero h1 { max-width: 930px; font-size: clamp(2.4rem, 5.8vw, 5.6rem); }
.service-hero > div > p:not(.eyebrow) { max-width: 720px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.15rem); margin: 1.5rem 0 2rem; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .65rem; color: #85827c; font-size: .72rem; margin-bottom: 3rem; }
.breadcrumbs a { color: var(--gold-light); }
.service-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem, 7vw, 7rem); }
.service-detail h2 { margin-bottom: 1.3rem; }
.service-detail p:last-child, .service-faq > p:last-child { color: var(--muted); }
.service-detail ul { list-style: none; border-top: 1px solid var(--line); }
.service-detail li { padding: 1.15rem 0 1.15rem 1.7rem; border-bottom: 1px solid var(--line); position: relative; }
.service-detail li::before { content: '◆'; position: absolute; left: .1rem; color: var(--gold); font-size: .55rem; top: 1.52rem; }
.service-faq { max-width: 900px; text-align: center; border-block: 1px solid var(--line); }
.service-faq h2 { margin-bottom: 1.2rem; }
.related-services h2 { margin-bottom: 2.2rem; }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.related-links a { padding: 1.5rem 1.2rem; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 1rem; }
.related-links a:hover { color: var(--gold-light); }
.error-page { min-height: 60vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 5rem 1.1rem; }
.error-page p:not(.eyebrow) { color: var(--muted); margin: 1.2rem 0 2rem; }

@media (max-width: 900px) {
    .services { grid-template-columns: repeat(2, 1fr); }
    .service-item:nth-child(3) { border-top: 1px solid var(--line); }
    .service-item:nth-child(4) { border-top: 1px solid var(--line); }
    .process-list { grid-template-columns: repeat(2, 1fr); }
    .process-list li:nth-child(3), .process-list li:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 680px) {
    html { scroll-padding-top: 72px; }
    .site-header { min-height: 76px; padding: .85rem 1rem; }
    .logo-wrap { width: min(52vw, 220px); }
    .main-nav a:not(:last-child) { display: none; }
    .hero-photo { min-height: 650px; align-items: end; }
    .hero-photo > img { object-position: 62% center; }
    .hero-photo::after { background: linear-gradient(0deg, #050505 0%, rgba(0,0,0,.7) 52%, rgba(0,0,0,.2) 100%); }
    .hero-overlay { padding-bottom: 4.5rem; }
    .hero-actions, .contact-actions { flex-direction: column; }
    .button { width: 100%; }
    .services { grid-template-columns: 1fr; }
    .service-item, .service-item:nth-child(3), .service-item:nth-child(4), .service-item:last-child { border: 0; border-top: 1px solid var(--line); }
    .service-item:last-child { border-bottom: 1px solid var(--line); }
    .service-item h3 { min-height: 0; }
    .content-grid, .service-detail { grid-template-columns: 1fr; }
    .process-list { grid-template-columns: 1fr; }
    .process-list li, .process-list li:first-child, .process-list li:nth-child(3), .process-list li:nth-child(4) { border: 0; border-top: 1px solid var(--line); padding-inline: 0; }
    .local-section { align-items: stretch; flex-direction: column; }
    .related-links { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; }
}
