:root{--bg:#0b0b0b;--surface:#111;--surface-2:#171717;--border:#2b2b2b;--text:#f4f4f4;--muted:#9d9d9d;--accent:#fff;--accent-ink:#0b0b0b;--wa:#fff;--wa-ink:#0b0b0b;--danger:#e08585;--radius:2px;--maxw:640px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:300}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);padding-bottom:env(safe-area-inset-bottom);line-height:1.5}h1,h2,h3,p{margin:0;font-weight:300}a{color:inherit;text-decoration:none}input,select,textarea,button{font:inherit}input,select,textarea{font-size:16px}img{max-width:100%;display:block}.app{min-height:100dvh}.lang-switch{z-index:60;border-radius:var(--radius);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b0b0bc7;gap:4px;padding:4px;display:flex;position:fixed;top:12px;left:50%;transform:translate(-50%)}.lang-switch__btn{border-radius:var(--radius);height:32px;color:var(--text);cursor:pointer;opacity:.5;filter:grayscale(.6);background:0 0;border:0;align-items:center;gap:8px;padding:0 12px;line-height:1;transition:opacity .12s,filter .12s,background .12s;display:inline-flex}.lang-switch__flag{width:18px;height:13px;display:block;box-shadow:0 0 0 1px #ffffff40}.lang-switch__code{letter-spacing:.14em;font-size:.68rem;font-weight:400}.lang-switch__btn:hover{opacity:.85;filter:grayscale(0)}.lang-switch__btn.is-active{opacity:1;filter:grayscale(0);background:#ffffff1f}.container{max-width:var(--maxw);margin:0 auto;padding:0 16px}.footer{padding:40px 16px calc(40px + env(safe-area-inset-bottom));text-align:center;color:var(--muted);letter-spacing:.1em;font-size:.74rem}.footer p{margin:0}.footer__fine{opacity:.7;margin-top:8px;font-size:.68rem}.btn{border-radius:var(--radius);text-transform:uppercase;letter-spacing:.16em;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:10px;min-height:52px;padding:15px 22px;font-size:.78rem;font-weight:400;transition:opacity .15s,background .15s,border-color .15s;display:inline-flex}.btn:active{opacity:.85}.btn:disabled{opacity:.45;cursor:not-allowed}.btn svg{flex:none;font-size:1.15em}.btn--primary{background:var(--accent);color:var(--accent-ink)}.btn--whatsapp,.btn--outline{color:var(--text);background:0 0;border-color:#ffffff8c}.btn--ghost{color:var(--muted);border-color:var(--border);background:0 0}.btn--small{min-height:46px;color:var(--text);border-color:var(--border);white-space:nowrap;background:0 0;padding:12px 16px;font-size:.68rem}.btn--block{width:100%}.hero{border-bottom:1px solid var(--border);background:#0b0b0b;padding:84px 16px 64px;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";pointer-events:none;border:1px solid #ffffff12;border-radius:50%;position:absolute}.hero:before{width:820px;height:820px;top:-400px;left:-280px}.hero:after{width:1040px;height:1040px;bottom:-660px;right:-340px}.hero__inner{z-index:1;max-width:var(--maxw);text-align:center;margin:0 auto;position:relative}.hero__logo{letter-spacing:.34em;text-indent:.34em;text-transform:uppercase;color:var(--text);font-size:clamp(1.9rem,8vw,3rem);font-weight:200;line-height:1.1}.hero__rule{justify-content:center;align-items:center;gap:10px;margin-top:18px;display:flex}.hero__rule:before,.hero__rule:after{content:"";background:#ffffff73;width:58px;height:1px}.hero__rule span{background:#ffffffbf;border-radius:50%;width:4px;height:4px}.hero__title{letter-spacing:.1em;color:var(--muted);margin-top:24px;font-size:clamp(1rem,3.4vw,1.25rem);font-weight:300;line-height:1.6}.hero__actions{flex-direction:column;gap:12px;margin-top:38px;display:flex}.section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-top:18px;padding:28px 22px}.container>.section:first-child{margin-top:22px}.section__head{align-items:center;gap:14px;display:flex}.section__head h2{text-transform:uppercase;letter-spacing:.2em;overflow-wrap:anywhere;min-width:0;font-size:.92rem;font-weight:400}.section__icon{box-sizing:content-box;border:1px solid var(--border);width:18px;height:18px;color:var(--text);border-radius:50%;flex:none;padding:9px;font-size:1.1rem}.section__lead{color:var(--muted);margin-top:14px;font-size:.9rem;line-height:1.7}.status-pill{text-transform:uppercase;letter-spacing:.14em;align-items:center;gap:10px;margin-top:20px;padding:8px 0;font-size:.76rem;font-weight:400;display:inline-flex}.status-pill--open{color:var(--text)}.status-pill--closed{color:var(--danger)}.status-pill__sub{color:var(--muted);letter-spacing:.08em;text-transform:none}.status-dot{background:currentColor;border-radius:50%;width:6px;height:6px}.hours-list{margin:12px 0 0;padding:0;list-style:none}.hours-row{border-bottom:1px solid var(--border);letter-spacing:.06em;justify-content:space-between;padding:13px 2px;font-size:.84rem;display:flex}.hours-row:last-child{border-bottom:none}.hours-row--today{color:var(--text);font-weight:400}.hours-row__day{color:inherit}.form{gap:14px;margin-top:16px;display:grid}.form>*,.field{min-width:0}.field{flex-direction:column;gap:6px;display:flex}.field>span{color:var(--muted);text-transform:uppercase;letter-spacing:.16em;font-size:.7rem;font-weight:400}.field input,.field select,.field textarea{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);width:100%;padding:14px 15px}.field input:focus,.field select:focus,.field textarea:focus{outline:1px solid var(--accent);outline-offset:0;border-color:#0000}.field textarea{resize:vertical}.field__hint{color:var(--muted);letter-spacing:.04em;font-size:.78rem}.address-autocomplete,.address-autocomplete__widget{width:100%;min-width:0;max-width:100%;display:block}.address-autocomplete>div,gmp-place-autocomplete.address-autocomplete__widget{width:100%!important;min-width:0!important;max-width:100%!important}gmp-place-autocomplete.address-autocomplete__widget{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);border:1px solid var(--border)!important;border-radius:var(--radius)!important;background:var(--surface-2)!important}.field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.field-with-btn{align-items:stretch;gap:8px;width:100%;min-width:0;display:flex}.field-with-btn input,.field-with-btn .address-autocomplete{flex:auto;min-width:0}.form__error{color:var(--danger);font-size:.9rem;font-weight:600}.form__actions{flex-direction:column;gap:10px;margin-top:4px;display:flex}.estimate{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);text-align:center;margin-top:22px;padding:26px 20px}.estimate__fare{letter-spacing:.06em;color:var(--text);font-size:2.4rem;font-weight:200}.estimate__meta{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;flex-wrap:wrap;justify-content:center;gap:8px 26px;margin-top:12px;font-size:.74rem;display:flex}.estimate__meta>span{white-space:nowrap}.estimate__meta strong{color:var(--text);font-weight:400}.estimate__note{color:var(--muted);margin-top:16px;font-size:.76rem;line-height:1.7}.estimate .btn{margin-top:16px}.booking-details{border-top:1px solid var(--border);text-align:left;gap:14px;margin-top:20px;padding-top:20px;display:grid}.booking-details h3{text-transform:uppercase;letter-spacing:.18em;color:var(--muted);font-size:.8rem;font-weight:400}.booking-details .btn{white-space:normal;min-width:0;max-width:100%;margin-top:0}.when-toggle{gap:8px;display:flex}.when-toggle .btn{flex:1 1 0;min-width:0}.when-toggle .btn.is-active{background:var(--accent);color:var(--accent-ink);border-color:var(--accent)}@media (width<=480px){.field-with-btn{flex-direction:column}.field-with-btn .btn{width:100%}.estimate{padding:16px 14px}}@media (width>=600px){.hero__actions{flex-direction:row;justify-content:center}.hero__actions .btn{min-width:180px}.form__actions{flex-direction:row}.form__actions .btn{flex:1}.contact-cards{grid-template-columns:1fr 1fr}}@media (prefers-reduced-motion:reduce){.btn,.contact-card{transition:none}}
