
:root{
  --ink:#182830;--ink-soft:#42545d;--cream:#f7efe4;--paper:#fffaf3;--paper-2:#f1e2d1;
  --heat:#c75b3b;--heat-dark:#87372b;--gold:#e4a942;--wine:#812d43;--teal:#2f706d;
  --line:#dac9b7;--white:#fff;--shadow:0 22px 60px rgba(73,46,28,.15);--radius:28px;
  --font-head:'Avenir Next','Segoe UI',system-ui,sans-serif;--font-body:'Avenir Next','Segoe UI',system-ui,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--font-body);line-height:1.55}body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E")}
img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:16px;top:-80px;z-index:10000;background:var(--ink);color:#fff;padding:12px 18px;border-radius:999px;text-decoration:none}.skip-link:focus{top:16px}

.site-header{position:sticky;top:0;z-index:3000;display:flex;align-items:center;justify-content:space-between;min-height:82px;padding:12px clamp(18px,4vw,64px);background:rgba(247,239,228,.91);border-bottom:1px solid rgba(112,82,59,.13);backdrop-filter:blur(18px)}
.brand{display:flex;align-items:center;gap:11px;text-decoration:none}.brand-fire{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:var(--ink);font-size:25px;box-shadow:0 8px 20px rgba(24,40,48,.18)}.brand span:last-child{display:flex;flex-direction:column;line-height:1}.brand strong{font-family:var(--font-head);font-weight:800;letter-spacing:.07em;font-size:17px}.brand small{margin-top:4px;color:var(--heat);font-weight:800;letter-spacing:.24em;font-size:10px}
.main-nav{display:flex;align-items:center;gap:4px}.main-nav a,.main-nav button{border:0;background:transparent;text-decoration:none;color:var(--ink);font-weight:700;padding:10px 13px;border-radius:999px}.main-nav a:hover,.main-nav button:hover{background:rgba(255,255,255,.64)}.main-nav button:last-child{background:var(--ink);color:#fff}.menu-toggle{display:none;border:0;background:var(--ink);width:48px;height:48px;border-radius:15px;padding:13px}.menu-toggle span:not(.sr-only){display:block;height:2px;background:white;margin:5px 0;border-radius:3px;transition:.2s}

.hero{position:relative;min-height:680px;padding:clamp(58px,8vw,110px) clamp(20px,7vw,110px) 82px;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:center;gap:clamp(36px,7vw,100px);background:radial-gradient(circle at 18% 18%,#fff7eb 0,transparent 34%),linear-gradient(135deg,#f6e7d5 0%,#f8efe4 55%,#ead3c0 100%)}
.hero::after{content:"";position:absolute;right:-6vw;bottom:-200px;width:48vw;height:430px;border-radius:50%;background:repeating-radial-gradient(ellipse at center,transparent 0 27px,rgba(129,45,67,.08) 28px 30px);transform:rotate(-12deg)}.hero-glow{position:absolute;border-radius:50%;filter:blur(2px)}.hero-glow.one{width:280px;height:280px;right:24%;top:-160px;background:rgba(228,169,66,.17)}.hero-glow.two{width:190px;height:190px;left:-80px;bottom:-70px;background:rgba(199,91,59,.12)}
.hero-copy,.weather-card{position:relative;z-index:2}.eyebrow{margin:0 0 14px;color:var(--heat);font-weight:800;letter-spacing:.18em;font-size:12px}.hero h1{font-family:var(--font-head);font-size:clamp(52px,7.1vw,104px);line-height:.96;letter-spacing:-.055em;max-width:920px;margin:0}.hero-text{max-width:720px;margin:30px 0 0;font-size:clamp(18px,2vw,24px);color:var(--ink-soft)}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:35px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:15px 21px;font-weight:800;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--heat);color:#fff;box-shadow:0 12px 26px rgba(199,91,59,.24)}.button-primary:hover{background:var(--heat-dark)}.button-light{background:rgba(255,255,255,.75);color:var(--ink);border:1px solid rgba(83,61,43,.15)}.button-dark{background:var(--ink);color:#fff}.hero-trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:24px;color:#6c5d51;font-weight:700;font-size:13px}
.hero-slogan{position:absolute;z-index:1;bottom:-8px;left:clamp(20px,7vw,110px);display:flex;gap:16px;align-items:baseline;font-family:var(--font-head);font-weight:800;font-size:clamp(25px,4.5vw,66px);letter-spacing:-.04em;color:rgba(24,40,48,.13)}.hero-slogan strong{color:rgba(199,91,59,.20)}
.weather-card{align-self:center;background:rgba(255,250,243,.83);border:1px solid rgba(97,68,48,.13);border-radius:36px;padding:28px;box-shadow:var(--shadow);backdrop-filter:blur(14px);transform:rotate(1.2deg)}.weather-top{display:flex;align-items:center;gap:16px}.weather-top>span{display:grid;place-items:center;width:70px;height:70px;border-radius:24px;background:var(--ink);font-size:35px}.weather-top div{display:flex;flex-direction:column}.weather-top small{font-weight:800;letter-spacing:.13em;color:#7e6a5c}.weather-top strong{font-family:var(--font-head);font-size:clamp(25px,3vw,39px);line-height:1.15}.weather-card>p{font-size:18px;margin:22px 0;color:var(--ink-soft)}.weather-detail{display:flex;gap:9px;flex-wrap:wrap}.weather-detail span{padding:8px 11px;border-radius:999px;background:#efe1d3;font-size:13px;font-weight:700}.weather-line{height:7px;margin-top:24px;background:#e4d6c8;border-radius:20px;overflow:hidden}.weather-line i{display:block;width:38%;height:100%;background:linear-gradient(90deg,var(--teal),var(--gold),var(--heat));border-radius:20px;transition:width .4s}
.public-flash{max-width:1100px;margin:22px auto -10px;padding:15px 20px;border-radius:16px;font-weight:700}.public-flash.success{background:#dff3e7;color:#205b3d}.public-flash.error{background:#f7deda;color:#7b2b27}

.category-ribbon{padding:72px clamp(20px,5vw,80px) 82px;background:var(--ink);color:#fff}.section-intro h2,.places-heading h2,.submit-copy h2,.winter-promise h2{font-family:var(--font-head);font-size:clamp(34px,4.2vw,61px);line-height:1.04;letter-spacing:-.045em;margin:0}.section-intro>p:last-child{max-width:700px;color:var(--ink-soft);font-size:18px}.section-intro.compact{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.category-ribbon .section-intro h2{color:#fff}.category-ribbon .eyebrow{color:#efb251}.quick-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.quick-category{min-height:132px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.065);color:#fff;border-radius:24px;padding:20px;text-align:left;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.quick-category span{font-size:32px}.quick-category b{font-family:var(--font-head);font-size:17px;line-height:1.2}.quick-category:hover,.quick-category.active{transform:translateY(-4px);background:color-mix(in srgb,var(--cat) 70%,#17252d);border-color:rgba(255,255,255,.34)}

.discover{padding:clamp(70px,8vw,120px) clamp(18px,5vw,80px);background:var(--paper)}.discover-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:35px}.map-actions{display:flex;gap:8px;flex-wrap:wrap}.mini-button{border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:999px;font-weight:800;color:var(--ink)}.mini-button:hover{background:var(--ink);color:white}.map-layout{display:grid;grid-template-columns:minmax(0,1fr) 315px;gap:18px;align-items:stretch}.map-shell{position:relative;height:630px;min-width:0;border-radius:30px;overflow:hidden;background:#d8e4e0;box-shadow:0 16px 44px rgba(28,43,49,.14);isolation:isolate}.map-shell #karte{height:100%;width:100%;z-index:1}.map-note{position:absolute;left:11px;bottom:8px;z-index:900;background:rgba(255,255,255,.9);border-radius:7px;padding:3px 7px;font-size:9px}.filter-panel{background:#f2e5d7;border:1px solid #dfcbb7;border-radius:30px;padding:18px;box-shadow:0 14px 40px rgba(70,46,30,.09)}.search-box{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #dcccbc;border-radius:15px;padding:0 13px}.search-box span{font-size:25px}.search-box input{width:100%;border:0;outline:0;background:transparent;padding:14px 0}.filter-title{display:flex;align-items:center;justify-content:space-between;margin:22px 4px 9px;font-size:13px}.reset-filters{border:0;background:transparent;color:var(--heat);font-size:11px;font-weight:800}.filter-list{display:grid;gap:5px}.filter{border:0;background:transparent;border-radius:13px;padding:10px 11px;text-align:left;font-weight:700;color:var(--ink);display:flex;align-items:center;gap:9px}.filter:hover,.filter.active{background:#fff;box-shadow:0 5px 14px rgba(87,60,40,.08)}.filter span{width:24px;text-align:center}.switch-list{display:grid;gap:8px}.switch-list label{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:700}.switch-list input{appearance:none;width:40px;height:23px;border-radius:999px;background:#cdbbab;position:relative;transition:.2s;flex:0 0 auto}.switch-list input::after{content:"";position:absolute;width:17px;height:17px;border-radius:50%;background:#fff;left:3px;top:3px;transition:.2s;box-shadow:0 2px 5px rgba(0,0,0,.16)}.switch-list input:checked{background:var(--heat)}.switch-list input:checked::after{left:20px}
.leaflet-container{font-family:var(--font-body)}.wa-marker-wrap{background:transparent!important;border:0!important}.wa-marker{display:grid;place-items:center;width:42px;height:42px;border-radius:50% 50% 50% 8px;background:var(--marker);border:4px solid white;box-shadow:0 7px 18px rgba(25,35,40,.3);transform:rotate(-45deg);font-size:20px}.wa-marker b{transform:rotate(45deg);line-height:1}.user-location{stroke:var(--ink);fill:var(--gold)}.popup-open{border:0;background:var(--ink);color:#fff;border-radius:999px;padding:7px 10px;margin-top:7px;font-weight:700}

.ad-section{padding:26px clamp(18px,5vw,80px) 66px;background:var(--paper)}.ad-label{text-align:center;color:#8b786a;font-size:10px;font-weight:800;letter-spacing:.18em;margin-bottom:12px}.ad-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;max-width:1200px;margin:auto}.ad-card{display:block;border-radius:18px;overflow:hidden;background:#eadbcc;border:1px solid #ddc8b5}.ad-card img{width:100%;aspect-ratio:1200/320;object-fit:cover}.ad-placeholder{display:flex;align-items:center;justify-content:center;aspect-ratio:1200/320;background:linear-gradient(135deg,#efe2d3,#ead3bf);font-weight:800;color:#7f6756}

.places-section{padding:70px clamp(18px,5vw,80px) 110px;background:var(--paper)}.places-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:32px}.places-heading>p{max-width:340px;color:var(--ink-soft);font-size:17px}.place-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.place-card{position:relative;background:#fff;border:1px solid #eadfd3;border-radius:25px;overflow:hidden;box-shadow:0 10px 28px rgba(69,45,29,.08);transition:.2s}.place-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(69,45,29,.14)}.card-open{width:100%;height:100%;border:0;background:transparent;padding:0;text-align:left;color:inherit}.card-image{position:relative;height:210px;background:#eadfd1;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover}.card-placeholder{height:100%;display:grid;place-items:center;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.35),transparent 30%),linear-gradient(135deg,color-mix(in srgb,var(--placeholder) 35%,#f5e7d6),color-mix(in srgb,var(--placeholder) 78%,#21313a));font-size:64px}.category-badge,.featured,.open-badge{position:absolute;top:13px;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;box-shadow:0 5px 12px rgba(0,0,0,.12)}.category-badge{left:13px;background:rgba(255,255,255,.92)}.featured{right:13px;background:var(--ink);color:#fff}.open-badge{right:13px;top:auto;bottom:13px;background:#dff3e7;color:#19563a}.open-badge.closed{background:#f2d9d3;color:#7b332c}.card-body{padding:20px}.card-body h3{font-family:var(--font-head);font-size:22px;line-height:1.15;letter-spacing:-.025em;margin:0 0 8px}.card-body p{margin:0;color:#637179;font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:18px}.warm-tag{display:inline-flex;padding:7px 9px;border-radius:999px;font-size:12px;font-weight:800;background:#f3e3d3}.warm-tag.level-4,.warm-tag.level-5{background:#f7d7c6;color:#7f3329}.community-score{font-size:12px;font-weight:800;color:#5f6a70}.distance-tag{font-size:11px;font-weight:800;color:var(--teal)}.more-grid{margin-top:17px}.load-more{display:flex;align-items:center;justify-content:center;gap:10px;margin:28px auto 0;border:1px solid #d8c7b7;background:#fff;border-radius:999px;padding:14px 20px;font-weight:800}.empty-state{padding:70px 20px;text-align:center;border:2px dashed #ddcbb9;border-radius:28px}.empty-state span{font-size:60px}.empty-state h3{font-family:var(--font-head);font-size:28px;margin:10px 0}.loading-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.loading-cards i{height:340px;border-radius:25px;background:linear-gradient(100deg,#ebdfd3 20%,#f7ede3 40%,#ebdfd3 60%);background-size:200% 100%;animation:loading 1.4s infinite}@keyframes loading{to{background-position:-200% 0}}

.winter-promise{margin:0 clamp(18px,5vw,80px) 110px;padding:42px;display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:center;background:var(--wine);color:#fff;border-radius:34px;box-shadow:0 20px 55px rgba(91,26,44,.18)}.promise-icon{display:grid;place-items:center;width:110px;height:110px;border-radius:30px;background:rgba(255,255,255,.12);font-size:55px}.winter-promise .eyebrow{color:#f3b860}.winter-promise h2{font-size:clamp(30px,3.7vw,50px)}.winter-promise p:last-child{max-width:850px;color:#f2dce3}

.submit-section{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(520px,1.28fr);gap:clamp(35px,7vw,95px);padding:110px clamp(18px,6vw,100px);background:linear-gradient(145deg,#1b2d35,#233a42);color:#fff}.submit-copy{position:sticky;top:120px;align-self:start}.submit-copy .eyebrow{color:#efb251}.submit-copy p:not(.eyebrow){font-size:18px;color:#c9d3d5}.submit-copy ul{padding:0;list-style:none;display:grid;gap:10px;margin-top:30px}.submit-copy li::before{content:"✓";color:#efb251;font-weight:900;margin-right:10px}.submit-form{background:var(--paper);color:var(--ink);padding:clamp(22px,4vw,42px);border-radius:34px;box-shadow:0 24px 70px rgba(0,0,0,.22)}.submit-form label,.admin-form label{display:flex;flex-direction:column;gap:7px;font-weight:800;font-size:14px}.submit-form input,.submit-form select,.submit-form textarea{width:100%;border:1px solid #d7c6b6;background:#fff;border-radius:13px;padding:13px 14px;color:var(--ink);outline:none}.submit-form input:focus,.submit-form select:focus,.submit-form textarea:focus{border-color:var(--heat);box-shadow:0 0 0 3px rgba(199,91,59,.12)}.submit-form textarea{resize:vertical}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:16px}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:17px}.submit-form>label{margin-bottom:16px}.submit-map-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:19px 0 10px}.submit-map-head div{display:flex;flex-direction:column}.submit-map-head small{color:#6c797f}.submit-map-wrap{position:relative;height:330px;border-radius:20px;overflow:hidden;background:#d9e5e0}.submit-map-wrap #submitMap{height:100%;width:100%}.pin-hint{position:absolute;z-index:800;left:50%;top:12px;transform:translateX(-50%);background:#fff;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800;box-shadow:0 5px 14px rgba(0,0,0,.14);white-space:nowrap}.pin-hint.set{background:var(--ink);color:#fff}.check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:16px 0}.check-grid label{display:flex;flex-direction:row;align-items:center;gap:8px;background:#f1e5d8;border-radius:12px;padding:10px}.check-grid input{width:auto}.upload-box{margin:18px 0!important;min-height:150px;border:2px dashed #ceb8a2!important;border-radius:20px;padding:20px!important;align-items:center;text-align:center;background:#fbf2e8;cursor:pointer}.upload-box input{position:absolute;opacity:0;width:1px;height:1px}.upload-box>span{font-size:32px}.upload-box small{font-weight:500;color:#68777e}.file-previews{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:8px}.file-preview{width:76px}.file-preview img{width:76px;height:58px;object-fit:cover;border-radius:9px}.file-preview small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:9px}.math-label{display:grid!important;grid-template-columns:auto auto 90px;align-items:center;justify-content:start;gap:8px!important;background:#f1e5d8;padding:13px;border-radius:14px}.math-label input{padding:8px 10px}.submit-button{width:100%;margin-top:16px}.form-note{text-align:center;color:#718087;font-size:11px}.honeypot{position:absolute!important;left:-9999px!important}.submit-form label small{font-weight:500;color:#68777e}

.install-strip{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:28px clamp(18px,6vw,100px);background:var(--gold);color:var(--ink)}.install-strip>div{display:flex;align-items:center;gap:16px}.install-strip>div>span{font-size:42px}.install-strip strong{font-family:var(--font-head);font-size:22px}.install-strip p{margin:2px 0 0}.site-footer{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:28px;padding:42px clamp(18px,6vw,100px);background:#132229;color:#dbe3e5}.footer-brand{display:flex;align-items:center;gap:10px}.footer-brand>span{font-size:30px}.footer-brand div{display:flex;flex-direction:column}.footer-brand small{color:#efb251}.site-footer>p{font-size:13px;color:#9fadb2}.site-footer nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:13px}.site-footer a{font-size:13px;text-decoration:none;font-weight:700}

.place-dialog{width:min(900px,calc(100% - 24px));max-height:92vh;border:0;border-radius:28px;padding:0;background:var(--paper);box-shadow:0 30px 90px rgba(0,0,0,.35);overflow:auto}.place-dialog::backdrop,.small-dialog::backdrop{background:rgba(12,23,28,.72);backdrop-filter:blur(5px)}.dialog-close,.dialog-x{position:absolute;right:14px;top:14px;z-index:4;width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:25px}.dialog-gallery{display:grid;grid-template-columns:repeat(3,1fr);max-height:360px;overflow:hidden}.dialog-gallery img{width:100%;height:100%;min-height:230px;object-fit:cover}.dialog-placeholder{height:260px;display:grid;place-items:center;font-size:80px;background:linear-gradient(135deg,color-mix(in srgb,var(--placeholder) 38%,#f7e8d6),color-mix(in srgb,var(--placeholder) 80%,#20333a))}.dialog-body{padding:32px}.dialog-body>.category-badge{position:static;display:inline-flex;box-shadow:none;background:#eee0d2}.dialog-body h2{font-family:var(--font-head);font-size:clamp(32px,5vw,55px);line-height:1.02;letter-spacing:-.04em;margin:15px 0 8px}.dialog-address{color:#6a787e;font-weight:700}.dialog-description{white-space:pre-line;font-size:17px}.fact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:24px 0}.fact-grid>div{background:#f0e4d7;border-radius:15px;padding:13px}.fact-grid small{display:block;color:#76685d}.fact-grid strong{display:block;margin-top:3px}.feature-pills{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}.feature-pills span{background:#e5efec;color:#285c58;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}.vote-box{display:flex;align-items:center;gap:8px;flex-wrap:wrap;border-top:1px solid #e3d5c8;padding-top:21px}.vote-box>div{margin-right:auto;display:flex;flex-direction:column}.vote-box button,.show-map,.external-link{border:0;border-radius:999px;padding:10px 13px;font-weight:800;text-decoration:none}.vote-box button{background:#efe1d3}.show-map{background:var(--ink);color:#fff;margin-top:20px}.external-link{display:inline-flex;background:#e7a942;color:#182830;margin:20px 8px 0 0}.small-dialog{width:min(540px,calc(100% - 28px));border:0;border-radius:28px;padding:35px;background:var(--paper);box-shadow:0 30px 90px rgba(0,0,0,.34)}.small-dialog h2{font-family:var(--font-head);font-size:36px;line-height:1.05;margin:8px 0}.dialog-emoji{font-size:50px}.dialog-actions{display:grid;gap:9px;margin-top:22px}.facebook-button{background:#1877f2;color:#fff}.small-dialog>small{display:block;margin-top:12px;color:#637179}

.legal-body{min-height:100vh;background:linear-gradient(135deg,#f6e8d7,#ead4c2)}.legal-main{min-height:calc(100vh - 250px);padding:clamp(38px,7vw,90px) 18px}.legal-card{max-width:850px;margin:0 auto;background:var(--paper);border-radius:32px;padding:clamp(26px,6vw,64px);box-shadow:var(--shadow)}.legal-card h1{font-family:var(--font-head);font-size:clamp(42px,7vw,78px);line-height:1;margin:12px 0 32px}.legal-back{display:inline-flex;margin-bottom:22px;text-decoration:none;font-weight:800}.legal-back:hover{color:var(--heat)}.legal-text{white-space:normal;font-size:17px;line-height:1.7}

@media(max-width:1050px){.hero{grid-template-columns:1fr;min-height:auto}.weather-card{max-width:620px;transform:none}.quick-categories{grid-template-columns:repeat(2,1fr)}.map-layout{grid-template-columns:1fr}.map-shell{height:520px}.filter-panel{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.search-box{grid-column:1/-1}.filter-title{grid-column:1/-1}.filter-list{grid-template-columns:repeat(2,1fr)}.switch-list{grid-template-columns:repeat(2,1fr)}.place-grid{grid-template-columns:repeat(2,1fr)}.submit-section{grid-template-columns:1fr}.submit-copy{position:static}.site-footer{grid-template-columns:1fr 1fr}.site-footer>p{display:none}.site-footer nav{justify-content:flex-end}}
@media(max-width:760px){html{scroll-padding-top:74px}.site-header{min-height:70px;padding:10px 14px}.brand-fire{width:44px;height:44px}.menu-toggle{display:block}.main-nav{position:absolute;top:70px;left:12px;right:12px;display:none;flex-direction:column;align-items:stretch;background:var(--paper);padding:12px;border-radius:20px;box-shadow:0 20px 50px rgba(0,0,0,.2)}.main-nav.open{display:flex}.main-nav a,.main-nav button{text-align:left}.hero{padding:58px 18px 68px}.hero h1{font-size:clamp(49px,15vw,76px)}.hero-text{font-size:18px}.hero-slogan{display:none}.weather-card{padding:22px}.weather-top>span{width:58px;height:58px;border-radius:18px}.weather-top strong{font-size:25px}.section-intro.compact{display:block}.quick-categories{grid-template-columns:1fr 1fr}.quick-category{min-height:115px;padding:16px}.discover{padding:72px 14px}.discover-head{display:block}.map-actions{margin-top:20px}.map-shell{height:470px;border-radius:22px}.filter-panel{grid-template-columns:1fr}.filter-panel>*{grid-column:1}.filter-list{grid-template-columns:1fr 1fr}.switch-list{grid-template-columns:1fr 1fr}.ad-grid{grid-template-columns:1fr}.places-section{padding:60px 14px 80px}.places-heading{display:block}.places-heading>p{margin-top:14px}.place-grid,.loading-cards{grid-template-columns:1fr}.card-image{height:230px}.winter-promise{margin:0 14px 80px;padding:28px;grid-template-columns:1fr}.promise-icon{width:78px;height:78px;border-radius:22px;font-size:40px}.submit-section{padding:75px 14px}.submit-form{padding:21px;border-radius:25px}.form-grid,.form-grid.three{grid-template-columns:1fr}.check-grid{grid-template-columns:repeat(2,1fr)}.math-label{grid-template-columns:1fr auto}.math-label input{grid-column:1/-1}.install-strip{align-items:flex-start;flex-direction:column}.site-footer{grid-template-columns:1fr}.site-footer nav{justify-content:flex-start}.dialog-gallery{grid-template-columns:1fr;max-height:300px}.dialog-gallery img:not(:first-child){display:none}.fact-grid{grid-template-columns:1fr 1fr}.dialog-body{padding:24px}.vote-box{align-items:stretch}.vote-box>div{width:100%;margin-bottom:8px}.vote-box button{flex:1}.submit-map-head{align-items:flex-start;flex-direction:column}}
@media(max-width:480px){.brand strong{font-size:14px}.brand small{font-size:9px}.quick-categories{grid-template-columns:1fr}.quick-category{min-height:92px;flex-direction:row;align-items:center;justify-content:flex-start;gap:14px}.filter-list,.switch-list{grid-template-columns:1fr}.map-shell{height:420px}.check-grid{grid-template-columns:1fr 1fr}.fact-grid{grid-template-columns:1fr}.hero-actions .button{width:100%}.hero-trust{gap:10px}.weather-detail{display:grid}.site-footer{padding-bottom:calc(40px + env(safe-area-inset-bottom))}}
