:root {
    color-scheme: dark;
    --accent: #ffb00e;
    --accent-soft: rgba(255, 176, 14, .12);
    --bg: #08090b;
    --surface: #111316;
    --surface-2: #17191d;
    --text: #f5f3ed;
    --muted: #a3a5aa;
    --line: rgba(255, 255, 255, .09);
    --radius: 20px;
    --shadow: 0 20px 50px rgba(0, 0, 0, .3);
}

* { box-sizing: border-box; }

html { background: var(--bg); scroll-behavior: smooth; }

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 50% -5%, rgba(255, 176, 14, .10), transparent 30rem),
        linear-gradient(180deg, #0b0c0f 0%, var(--bg) 55%);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
    position: fixed; left: 1rem; top: -5rem; z-index: 10;
    padding: .8rem 1rem; border-radius: 10px; background: var(--accent); color: #111; font-weight: 800;
}
.skip-link:focus { top: 1rem; }

.shell, .footer { width: min(100% - 32px, 460px); margin-inline: auto; }
.shell { padding: max(28px, env(safe-area-inset-top)) 0 22px; }

.hero { text-align: center; padding: 12px 12px 28px; }
.brand-logo { display: block; width: 148px; height: auto; margin: 0 auto 18px; }
.section-kicker { margin: 0 0 8px; color: var(--accent); font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
.hero h1 { margin: 0; font-size: clamp(1.35rem, 5.5vw, 1.6rem); line-height: 1.15; letter-spacing: -.025em; }
.hero-meta { margin: 10px 0 0; color: var(--muted); font-size: .78rem; }
.hero-meta span { color: var(--accent); margin: 0 3px; }

.primary-action { margin-bottom: 18px; }
.button, .whatsapp-card, .social-grid a, .route-grid a {
    display: flex; align-items: center; justify-content: center; min-height: 54px;
    border-radius: 16px; text-decoration: none; font-weight: 750;
    transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}
.button:active, .whatsapp-card:active, .social-grid a:active, .route-grid a:active { transform: scale(.98); }
.button svg, .whatsapp-card svg { width: 22px; height: 22px; fill: currentColor; flex: 0 0 auto; }
.button .arrow, .whatsapp-card .arrow { width: 18px; transition: transform .16s ease; }
.button:hover .arrow, .whatsapp-card:hover .arrow { transform: translateX(3px); }
.button-primary {
    min-height: 66px; justify-content: flex-start; gap: 12px; padding: 0 20px;
    background: linear-gradient(135deg, #ffbd34, var(--accent)); color: #111;
    box-shadow: 0 14px 34px rgba(255, 176, 14, .18);
}
.button-primary span { flex: 1; text-align: left; font-size: 1.05rem; }
.action-hint { margin: 9px 4px 0; color: #7f8288; text-align: center; font-size: .72rem; }
.contact-fallback { margin: 12px 4px 0; color: var(--muted); text-align: center; font-size: .75rem; line-height: 1.45; }
.contact-fallback[hidden] { display: none; }
.contact-fallback a { color: var(--text); font-weight: 750; text-underline-offset: 3px; }

.card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(25,27,31,.96), rgba(14,16,19,.96)); box-shadow: var(--shadow); }
.review-card { padding: 24px; text-align: center; }
.review-card h2, .section-heading h2, .hours h2 { margin: 0; font-size: 1.12rem; letter-spacing: -.02em; }
.stars { margin: 12px 0 18px; color: var(--accent); font-size: 1.4rem; letter-spacing: .16em; line-height: 1; }
.button-outline { border: 1px solid rgba(255,176,14,.45); gap: 10px; background: var(--accent-soft); color: var(--text); }
.button-outline:hover { border-color: var(--accent); background: rgba(255,176,14,.16); }

.social-section, .location-section, .services, .hours { margin-top: 34px; }
.section-heading { margin-bottom: 15px; }
.whatsapp-card { justify-content: flex-start; gap: 13px; min-height: 70px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.12); background: var(--surface-2); }
.social-icon, .network-mark { display: grid; place-items: center; flex: 0 0 auto; }
.social-icon { width: 46px; height: 46px; border: 0; background: transparent; }
.brand-icon { width: 100%; height: 100%; overflow: visible; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-card .brand-icon--whatsapp { width: 43px; height: 43px; fill: #25d366; stroke: none; }
.whatsapp-card > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; gap: 2px; }
.whatsapp-card small { color: var(--muted); font-size: .73rem; font-weight: 500; }
.social-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 9px; }
.social-grid a { min-height: 86px; flex-direction: column; gap: 8px; border: 1px solid var(--line); background: rgba(17,19,22,.8); font-size: .72rem; }
.network-mark { width: 31px; height: 31px; }
.brand-icon--instagram { stroke: url(#instagram-stroke); }
.brand-icon--instagram .brand-dot { fill: #c13584; stroke: none; }
.brand-icon--facebook { fill: #1877f2; stroke: none; }
.brand-icon--tiktok { width: 27px; height: 31px; stroke: none; }
.brand-icon--tiktok .tiktok-pink { fill: #ee1d52; }
.brand-icon--tiktok .tiktok-cyan { fill: #69c9d0; }
.brand-icon--tiktok .tiktok-white { fill: #fff; }

.services { padding: 20px 0; border-block: 1px solid var(--line); }
.services h2 { margin: 0 0 14px; color: var(--muted); font-size: .78rem; font-weight: 650; }
.services ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.services li { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: #c7c8cb; background: rgba(255,255,255,.025); font-size: .7rem; }

address { margin: 0 0 15px; color: #e7e6e1; font-size: .9rem; font-style: normal; line-height: 1.55; }
address span { color: var(--muted); }
.map-frame { position: relative; height: 180px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #121418; }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.9) invert(.9) contrast(.85); }
.map-placeholder { width: 100%; height: 100%; border: 0; color: var(--text); background: radial-gradient(circle at center, rgba(255,176,14,.10), transparent 55%), #121418; cursor: pointer; }
.map-placeholder svg { display: block; width: 35px; margin: 0 auto 8px; fill: var(--accent); }
.map-placeholder span { font: 750 .82rem/1 system-ui, sans-serif; }
.map-brand-marker { position: absolute; top: 50%; left: 50%; z-index: 2; width: 30px; height: 40px; pointer-events: none; opacity: 0; transform: translate(-50%, -100%); transition: opacity .2s ease, transform .2s ease; filter: drop-shadow(0 5px 7px rgba(0, 0, 0, .45)); }
.map-brand-marker svg { display: block; width: 100%; height: 100%; overflow: visible; }
.map-brand-marker path { fill: var(--accent); stroke: #8f5d00; stroke-width: 1; }
.map-brand-marker circle { fill: #15171a; }
.map-brand-marker strong { position: absolute; bottom: calc(100% + 7px); left: 50%; padding: 5px 8px; border: 1px solid rgba(255, 176, 14, .45); border-radius: 8px; background: rgba(17, 19, 22, .94); color: var(--text); font-size: .66rem; line-height: 1; letter-spacing: .01em; white-space: nowrap; transform: translateX(-50%); }
.map-frame.has-map .map-brand-marker, html:not(.js) .map-brand-marker { opacity: 1; transform: translate(-50%, -100%) scale(1); }
html:not(.js) .map-placeholder { display: none; }
.route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 9px; }
.route-grid a { border: 1px solid var(--line); background: var(--surface-2); font-size: .8rem; }

.hours-card { padding: 20px; }
.hours dl { margin: 0; }
.hours dl div { display: grid; grid-template-columns: .8fr 1.5fr; align-items: center; gap: 14px; }
.hours dl div + div { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }
.hours dt { color: var(--muted); font-size: .7rem; }
.hours dd { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 9px; margin: 0; font-size: .82rem; font-weight: 700; }
.hours dd small { color: var(--accent); font-size: .64rem; font-weight: 700; white-space: nowrap; }

.footer { display: flex; align-items: center; justify-content: space-between; padding: 26px 0 max(28px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.footer strong { color: #d9d8d4; }
.footer a { text-decoration: none; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.js .reveal { opacity: 0; transform: translateY(10px); }
.js .reveal.is-visible { opacity: 1; transform: none; transition: opacity .45s ease, transform .45s ease; }

@media (max-width: 350px) {
    .shell, .footer { width: min(100% - 22px, 460px); }
    .hours dl div { grid-template-columns: 1fr; gap: 5px; }
    .hero-meta { font-size: .7rem; }
}

@media (min-width: 700px) {
    .shell { padding-top: 44px; }
    .brand-logo { width: 164px; }
}

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