:root{--paper:#f4f1ea;--paper-deep:#e4eceb;--ink:#161616;--muted:#5a6564;--rule:#d4dcda;--forest:#309898;--forest-deep:#226e6e;--gold:#c03838;--gold-soft:#f6d6d6;--burgundy:#c03838;--white:#ffffff;--black:#111111;--cream:#f0f0e0;--shadow:0 10px 28px rgba(17,17,17,0.08)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Source Sans\ 3,Segoe UI,sans-serif;background:var(--paper);color:var(--ink);min-height:100dvh;line-height:1.45}a{color:inherit}.serif,h1,h2{font-weight:600;letter-spacing:.04em;text-transform:uppercase}.serif,h1,h2,h3{font-family:Oswald,Arial Narrow,sans-serif}h3{font-weight:500;letter-spacing:.01em}img{max-width:100%}.app-shell{min-height:100dvh;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}.wrap{width:min(1080px,calc(100% - 2rem));margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:3000;background:var(--black);border-bottom:4px solid var(--forest);padding-top:env(safe-area-inset-top)}.header-row{justify-content:space-between;gap:1rem;padding:.55rem 0}.brand,.header-row{display:flex;align-items:center}.brand{text-decoration:none;gap:.75rem;color:var(--cream)}.brand img{height:52px;width:auto;display:block}.brand-text{display:flex;flex-direction:column;line-height:1.15}.brand strong{font-family:Oswald,sans-serif;font-size:1.05rem;letter-spacing:.06em;text-transform:uppercase}.brand span{font-size:.68rem;color:#b7c9c8;letter-spacing:.08em;text-transform:uppercase}.nav{display:flex;gap:.95rem;flex-wrap:wrap;font-size:.92rem}.nav a{text-decoration:none;color:#f0f0e0}.nav a.active{font-weight:700;border-bottom:2px solid var(--gold);color:#fff}.hero{background:var(--black);color:var(--white);padding:1.6rem 0 1.8rem;margin-bottom:1.25rem;border-bottom:6px solid var(--forest)}.hero p{color:#d5e3e2;max-width:36rem}.kicker{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--forest);margin:0 0 .35rem;font-weight:700}.hero h1{margin:0 0 .4rem;font-size:clamp(1.8rem,5vw,2.7rem)}.btn-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:#fff;text-decoration:none;border:0;border-radius:999px;padding:.65rem 1rem;font-weight:700;cursor:pointer}.btn.ghost{background:transparent;color:var(--white);border:1px solid #d5e3e2}.btn.outline{background:transparent;color:var(--forest-deep);border:1px solid var(--forest)}.btn.ink{background:var(--forest);color:var(--white)}.btn.small{padding:.4rem .75rem;font-size:.85rem}.section{margin:1.4rem 0 1.8rem}.section h2{margin:0 0 .7rem;font-size:1.35rem}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:.85rem;gap:.85rem}.card{background:var(--white);border:1px solid var(--rule);border-radius:14px;padding:.9rem;box-shadow:var(--shadow)}.card,.card-main{text-decoration:none;display:block}.card-main{color:inherit}.card-highlight{box-shadow:0 0 0 3px #E8B923,var(--shadow)}.install-hint{background:var(--white);border:1px solid var(--rule);border-radius:14px;padding:.85rem 1rem;margin:.8rem 0 1rem;box-shadow:var(--shadow)}.install-hint p{margin:0 0 .55rem}.listed-confirm{background:var(--paper);border:1px solid var(--rule);border-radius:12px;padding:.9rem 1rem;margin:.6rem 0 1.2rem}.listed-confirm p{margin:0 0 .4rem}.listed-confirm p:last-child{margin:0}.listed-form{display:grid;grid-gap:.7rem;gap:.7rem;margin:.6rem 0 1.2rem}.listed-form label{display:grid;grid-gap:.25rem;gap:.25rem;font-size:.86rem;color:var(--muted)}.listed-form input,.listed-form select,.listed-form textarea{border:1px solid var(--rule);background:var(--white);border-radius:10px;padding:.55rem .7rem;font:inherit;color:var(--ink);width:100%;min-width:0;max-width:100%}.listed-form textarea{min-height:4.5rem;resize:vertical;line-height:1.45}.listed-form-hint{font-size:.8rem;color:var(--muted)}.listed-form-row{display:grid;grid-template-columns:minmax(0,9rem) 4.5rem minmax(0,6.5rem);grid-gap:.6rem;gap:.6rem;max-width:100%}@media (max-width:640px){.listed-form-row{grid-template-columns:minmax(0,1fr) 4.5rem minmax(0,6.5rem)}}.price-list{list-style:none;padding:0;margin:0 0 1rem}.price-list li{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.45rem 0;border-bottom:1px solid var(--rule)}.price-list li:last-child{border-bottom:0}.card-photo{margin:-.9rem -.9rem .7rem;aspect-ratio:3/2;overflow:hidden;border-radius:14px 14px 0 0;background:var(--paper-deep)}.card-photo img{width:100%;height:100%;object-fit:cover;display:block}.detail-photo{margin:-1.2rem -1.2rem 1rem;aspect-ratio:3/2;overflow:hidden;border-radius:16px 16px 0 0;background:var(--paper-deep)}.detail-photo img{width:100%;height:100%;object-fit:cover;display:block}.admin-thumb{width:72px;height:48px;object-fit:cover;border-radius:6px;display:block;margin-bottom:.35rem}.order-list{list-style:none;padding:0;margin:0 0 1.4rem;background:var(--white);border:1px solid var(--rule);border-radius:12px}.order-list li{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem .75rem;border-bottom:1px solid var(--rule)}.order-list li:last-child{border-bottom:0}.photo-spec{font-size:.82rem;color:var(--muted);background:var(--paper);border:1px dashed var(--rule);border-radius:10px;padding:.65rem .75rem;margin:.4rem 0 .8rem}.legend{display:flex;flex-wrap:wrap;gap:.85rem 1.2rem;list-style:none;padding:0;margin:0 0 .75rem;font-size:.88rem;color:var(--muted)}.legend li{display:flex;align-items:center;gap:.4rem}.legend-star{color:#E8B923;font-size:1.15rem;line-height:1}.legend-dot{width:12px;height:12px;border-radius:50%;display:inline-block;border:2px solid #fff}.legend-dot.highlight{background:#C45C26;border:2px solid #111;box-shadow:0 0 0 3px #E8B923}.legend-cluster,.legend-dot.shop{background:#2A9D8F}.legend-cluster{min-width:22px;height:22px;padding:0 5px;border-radius:999px;color:#fff;font-size:.72rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.tm-cluster{background:transparent!important;border:0!important}.tm-cluster-disk{display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer}.marker-cluster{background:none}.leaflet-pane.leaflet-maf-pane{z-index:650}.leaflet-pane.leaflet-clusters-pane{z-index:590}.card h3{margin:.15rem 0 .25rem;font-size:1.08rem}.card-dates{font-family:Oswald,Arial Narrow,sans-serif;font-weight:600;letter-spacing:.03em;text-transform:uppercase;font-size:clamp(1.35rem,4vw,1.85rem);line-height:1.15;color:var(--ink);margin:.45rem 0 .35rem}.meta{color:var(--muted);font-size:.86rem}.badge{display:inline-block;font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;background:var(--gold-soft);color:#5c4314;border-radius:999px;padding:.15rem .45rem;font-weight:700}.badge.maf{background:var(--gold);color:var(--white)}.badge.comp{background:#e4eceb;color:var(--muted)}.badge.off-map{background:#ececec;color:#666}.pills{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.55rem}.pill{background:var(--paper-deep);border-radius:999px;padding:.15rem .5rem;font-size:.75rem}.filters{display:flex;flex-wrap:wrap;gap:.5rem;margin:.8rem 0 1rem}.filters input,.filters select{border:1px solid var(--rule);background:var(--white);border-radius:10px;padding:.55rem .7rem;font:inherit}.filters input{min-width:min(100%,220px);flex:1 1}.map-wrap{height:min(70vh,640px);border:1px solid var(--rule);border-radius:14px;overflow:hidden;isolation:isolate;z-index:0;background:var(--paper-deep)}.leaflet-container{height:100%;width:100%;font-family:inherit;z-index:0}.detail{background:var(--white);border:1px solid var(--rule);border-radius:16px;padding:1.2rem;box-shadow:var(--shadow)}.zones{display:grid;grid-gap:.55rem;gap:.55rem}.zone{background:var(--paper);border:1px dashed var(--rule);border-radius:12px;padding:.7rem .8rem}.price{font-size:2.4rem;margin:.2rem 0;color:var(--forest)}.note{color:var(--muted);font-size:.92rem}.site-footer{margin-top:auto;background:var(--black);color:#b7c9c8;padding:1.3rem 0 2rem;font-size:.88rem}.site-footer a{color:#f0f0e0}.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:.6rem}.footer-brand img{height:40px;width:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.92rem;background:var(--white)}.admin-table td,.admin-table th{border-bottom:1px solid var(--rule);padding:.55rem .4rem;text-align:left;vertical-align:top}.admin-table tr.hidden-row td{color:var(--muted)}.admin-table tr.hidden-row button,.admin-table tr.hidden-row input,.admin-table tr.hidden-row select,.admin-table tr.hidden-row textarea{opacity:1;pointer-events:auto}.admin-form{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:.6rem;gap:.6rem;margin:.8rem 0 1.2rem}.admin-form label{display:grid;grid-gap:.25rem;gap:.25rem;font-size:.82rem;color:var(--muted)}.admin-form input,.admin-form select,.admin-form textarea{border:1px solid var(--rule);background:var(--white);border-radius:8px;padding:.45rem .55rem;font:inherit;color:var(--ink)}.admin-form textarea{grid-column:1/-1;min-height:4rem}.admin-form .wide{grid-column:1/-1}.login-box{max-width:360px;margin:2rem auto}.due-soon{color:#9a6b00;font-weight:700}.overdue{color:var(--gold);font-weight:700}@media (max-width:700px){.header-row{align-items:flex-start;flex-direction:column;gap:.4rem}.nav{width:100%;justify-content:space-between}}