:root{--bg:#ffffff;--surface:#f4f2ef;--text:#1a1a1a;--muted:#6b635c;--accent:#7b4a2e;--accent-2:#c62828;--header-bar:#111111;--font-display:"Geologica",system-ui,sans-serif;--font-body:"Commissioner",system-ui,sans-serif;--radius:6px;--shadow:0 2px 12px rgba(0,0,0,0.08);--sticky-bar-height:56px;--container:min(1120px,100% - 2rem)}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:1rem;line-height:1.55;color:var(--text);background:var(--bg);padding-bottom:calc(var(--sticky-bar-height) + env(safe-area-inset-bottom))}img{max-width:100%;height:auto;display:block}a{color:var(--accent)}a:hover{color:#5c3823}.container{width:var(--container);margin-inline:auto}.utility-bar{background:var(--header-bar);color:#e8e4df;font-size:0.8125rem}.utility-bar__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.5rem 1.25rem;padding:0.45rem 0}.utility-bar a{color:#fff;text-decoration:none;font-weight:500}.utility-bar a:hover{text-decoration:underline}.utility-bar__hours{color:#b8b0a8}.site-header{background:var(--bg);border-bottom:1px solid #e5e0da;position:sticky;top:0;z-index:100}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0.75rem 0}.logo{font-family:var(--font-display);font-weight:700;font-size:1.05rem;color:var(--text);text-decoration:none;line-height:1.2;max-width:14rem}.logo:hover{color:var(--accent)}.site-nav{display:none;gap:1.5rem}.site-nav a{color:var(--text);text-decoration:none;font-weight:500;font-size:0.9375rem}.site-nav a:hover,.site-nav a[aria-current="page"]{color:var(--accent)}.nav-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid #ddd;border-radius:var(--radius);background:var(--bg);cursor:pointer;color:var(--text)}.nav-toggle svg{width:1.25rem;height:1.25rem}.site-nav.is-open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--bg);padding:1rem;border-bottom:1px solid #e5e0da;box-shadow:var(--shadow)}.site-header__inner{position:relative}@media (min-width:768px){.nav-toggle{display:none}.site-nav{display:flex}.site-nav.is-open{position:static;flex-direction:row;padding:0;border:none;box-shadow:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.4rem;padding:0.65rem 1.25rem;font-family:var(--font-body);font-weight:600;font-size:0.9375rem;line-height:1.2;text-decoration:none;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;transition:background 0.2s,border-color 0.2s,transform 0.15s}.btn-primary{position:relative;overflow:hidden;color:#ffffff;background:var(--accent);border-color:var(--accent)}.btn-primary:hover{background:#653d26;border-color:#653d26;color:#ffffff}.btn-primary .btn-shine{position:absolute;top:-80px;left:-80px;width:160px;height:160px;background:radial-gradient(ellipse at center,rgba(255,255,255,0.35) 0%,transparent 80%);transform:rotate(45deg);opacity:0;transition:opacity 0.3s ease;pointer-events:none}.btn-primary:hover .btn-shine{opacity:1}@media (prefers-reduced-motion:reduce){.btn-primary .btn-shine{display:none}}.btn-outline{color:var(--accent);background:transparent;border-color:var(--accent)}.btn-outline:hover{background:var(--surface);color:var(--accent)}.btn-telegram{color:#fff;background:#229ed9;border-color:#229ed9}.btn-telegram:hover{background:#1a8bc4;border-color:#1a8bc4;color:#fff}.btn-telegram svg{width:1.1rem;height:1.1rem;fill:currentColor}.hero{padding:2rem 0 2.5rem;background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 100%)}.hero__grid{display:grid;gap:2rem;align-items:center}.hero__title{font-family:var(--font-display);font-weight:700;font-size:clamp(1.65rem,4vw,2.35rem);line-height:1.15;margin:0 0 0.75rem}.hero__lead{margin:0 0 1.25rem;color:var(--muted);font-size:1.05rem;max-width:36ch}.hero-search{display:flex;gap:0.5rem;margin-bottom:1.25rem;max-width:28rem}.hero-search input{flex:1;min-width:0;padding:0.7rem 1rem;font-family:var(--font-body);font-size:1rem;border:2px solid #d4cec6;border-radius:var(--radius);background:var(--bg)}.hero-search input:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}.hero__cta{display:flex;flex-wrap:wrap;gap:0.65rem;margin-bottom:1.5rem}.hero-stats{display:flex;flex-wrap:wrap;gap:0.5rem 1.25rem;padding:0;margin:0;list-style:none;font-size:0.875rem;color:var(--muted)}.hero-stats strong{color:var(--text);font-weight:600}.hero-stats-panel{display:none}@media (min-width:900px){.hero__grid{grid-template-columns:3fr 2fr}.hero-stats-panel{display:block;background:var(--bg);border:1px solid #e5e0da;border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.hero-stats-panel dt{font-family:var(--font-display);font-weight:700;font-size:2rem;color:var(--accent);margin:0}.hero-stats-panel dd{margin:0 0 1rem;color:var(--muted);font-size:0.875rem}.hero-stats-panel dd:last-child{margin-bottom:0}}.section{padding:2.5rem 0}.section__title{font-family:var(--font-display);font-weight:600;font-size:1.5rem;margin:0 0 1.25rem}.categories-bento{display:grid;grid-template-columns:repeat(2,1fr);gap:0.75rem}.bento-tile{display:flex;flex-direction:column;justify-content:flex-end;min-height:6.5rem;padding:1rem;background:var(--surface);border:1px solid #e0dbd4;border-radius:var(--radius);text-decoration:none;color:var(--text);transition:transform 0.15s ease,border-color 0.15s ease,box-shadow 0.15s ease}.bento-tile:hover{transform:translateY(-2px);border-color:var(--accent);box-shadow:var(--shadow);color:var(--text)}.bento-tile--featured{grid-column:span 2;grid-row:span 2;min-height:13rem;background:linear-gradient(135deg,#2a211c 0%,#4a3428 100%);color:#f4f0eb;border-color:#3d2e24}.bento-tile--featured:hover{border-color:var(--accent);color:#fff}.bento-tile--featured .bento-tile__count{color:#c9bfb4}.bento-tile--hub{background:var(--accent);color:#fff;border-color:var(--accent)}.bento-tile--hub:hover{background:#653d26;color:#fff}.bento-tile__label{font-family:var(--font-display);font-weight:600;font-size:0.95rem;line-height:1.25;margin-bottom:0.25rem}.bento-tile--featured .bento-tile__label{font-size:1.25rem}.bento-tile__count{font-size:0.75rem;color:var(--muted)}.bento-tile__note{font-size:0.7rem;margin-top:0.35rem;opacity:0.85}@media (min-width:768px){.categories-bento{grid-template-columns:repeat(4,1fr);gap:1rem}.bento-tile{min-height:7rem}.bento-tile--featured{grid-column:span 2;grid-row:span 2;min-height:auto}}.trust-band{background:var(--header-bar);color:#e8e4df;padding:1.25rem 0}.trust-band__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.trust-band__text{margin:0;font-size:0.9375rem}.trust-band__text strong{color:#fff}.trust-band__text .sale{color:#ff8a80}.trust-band a{color:#fff;font-weight:600}.reviews-section{background:var(--surface)}.reviews-section .section__title{margin-bottom:0.5rem}.contacts-preview{display:grid;gap:1.5rem}.contacts-preview__info address{font-style:normal;line-height:1.6}.contacts-preview__info p{margin:0 0 0.5rem}.contacts-preview__map{border-radius:var(--radius);overflow:hidden;border:1px solid #e0dbd4}.contacts-preview__map img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.contacts-preview__actions{display:flex;flex-wrap:wrap;gap:0.65rem;margin-top:1rem}@media (min-width:768px){.contacts-preview{grid-template-columns:1fr 1fr;align-items:start}}.site-footer{background:var(--surface);border-top:1px solid #e5e0da;padding:2rem 0 1.5rem;font-size:0.875rem;color:var(--muted)}.footer-grid{display:flex;flex-wrap:wrap;gap:1rem 2rem;justify-content:space-between;align-items:flex-start}.footer-grid a{color:var(--muted);text-decoration:none}.footer-grid a:hover{color:var(--accent)}.footer-phones a{display:block;color:var(--text);font-weight:500;text-decoration:none}.footer-phones a:hover{color:var(--accent)}.call-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;display:flex;align-items:stretch;height:var(--sticky-bar-height);background:var(--header-bar);border-top:1px solid #333;padding-bottom:env(safe-area-inset-bottom)}.call-bar a{flex:1;display:flex;align-items:center;justify-content:center;gap:0.4rem;color:#fff;text-decoration:none;font-weight:600;font-size:0.875rem;border:none;background:transparent;position:relative;overflow:hidden}.call-bar a + a{border-left:1px solid #333}.call-bar a.btn-call{background:var(--accent);flex:1.4}.call-bar a.btn-call:hover{background:#653d26}.call-bar a.btn-call .btn-shine{position:absolute;top:-60px;left:-60px;width:120px;height:120px;background:radial-gradient(ellipse at center,rgba(255,255,255,0.3) 0%,transparent 80%);transform:rotate(45deg);opacity:0;transition:opacity 0.3s;pointer-events:none}.call-bar a.btn-call:hover .btn-shine{opacity:1}.call-bar svg{width:1.1rem;height:1.1rem;fill:currentColor}@media (min-width:768px){.call-bar{display:none}body{padding-bottom:0}}#sitepipe-a11y-contrast .btn.btn-primary,.btn.btn-primary{color:#ffffff}