@keyframes pulse{0%,to{box-shadow:0 0 0 4px rgba(232,116,59,.18)}50%{box-shadow:0 0 0 9px rgba(232,116,59,0)}}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes ring{to{transform:rotate(1turn)}}.hive-shell{--font-display:var(--font-hive-display);--font-heading:var(--font-hive-display);--font-body:var(--font-hive-body);font-family:var(--font-hive-body),system-ui,sans-serif;--bg:#FCF7EA;--bg-deep:#F6EDD5;--paper:#FFFEF8;--honey:#F3A712;--honey-deep:#C8860D;--ember:#DE5F2E;--ink:#24422E;--ink-deep:#1B3524;--ink-soft:#52684F;--line:rgba(36,66,46,0.14);--line-2:rgba(36,66,46,0.26);--shadow-sm:0 2px 10px rgba(160,110,30,0.08),0 8px 24px -10px rgba(160,110,30,0.18);--shadow-md:0 4px 14px rgba(160,110,30,0.08),0 22px 48px -18px rgba(150,100,25,0.28);--shadow-lg:0 6px 18px rgba(160,110,30,0.08),0 44px 90px -32px rgba(140,95,22,0.38);--glass:rgba(255,253,244,0.62);--glass-strong:rgba(255,254,248,0.78);--glass-line:rgba(200,134,13,0.30);--glass-blur:blur(18px) saturate(1.25);--gloss:inset 0 1px 0 rgba(255,255,255,0.75);--honey-grad:linear-gradient(135deg,#FFC64A,#F3A712 48%,#E09107);--radius:22px;--radius-lg:34px;--pill:999px;background:radial-gradient(90% 56% at 88% -6%,rgba(255,198,74,.48),transparent 62%),radial-gradient(64% 44% at -8% 24%,rgba(120,158,118,.3),transparent 60%),radial-gradient(85% 55% at 50% 112%,rgba(243,167,18,.22),transparent 65%),linear-gradient(180deg,#FEFAEE,#FCF7EA 45%,#F7EED6)}.hive-shell .hive-backdrop{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.hive-shell .hbd-glow{position:absolute;border-radius:50%}.hive-shell .hbd-glow--sun{width:min(78vw,980px);aspect-ratio:1;top:-24%;right:-16%;background:radial-gradient(closest-side,rgba(247,200,96,.5),rgba(247,200,96,.16) 55%,transparent 72%);animation:hbd-drift-a 34s ease-in-out infinite alternate}.hive-shell .hbd-glow--sage{width:min(60vw,700px);aspect-ratio:1;bottom:-18%;left:-14%;background:radial-gradient(closest-side,rgba(188,201,166,.42),rgba(188,201,166,.14) 55%,transparent 72%);animation:hbd-drift-b 44s ease-in-out infinite alternate}.hive-shell .hbd-dot{position:absolute;width:7px;height:7px;border-radius:50%;background:rgba(230,165,44,.5);box-shadow:0 0 12px 3px rgba(230,165,44,.28)}.hive-shell .hbd-dot--1{top:22%;left:22%;animation:hbd-bob 11s ease-in-out infinite}.hive-shell .hbd-dot--2{top:64%;left:82%;animation:hbd-bob 14s ease-in-out infinite;animation-delay:-4s}.hive-shell .hbd-dot--3{top:82%;left:52%;width:5px;height:5px;animation:hbd-bob 9s ease-in-out infinite;animation-delay:-7s}@keyframes hbd-drift-a{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-6%,7%,0) scale(1.08)}}@keyframes hbd-drift-b{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(7%,-6%,0) scale(1.06)}}@keyframes hbd-bob{0%,to{transform:translateY(0);opacity:.55}50%{transform:translateY(-30px);opacity:1}}.hive-shell .display{font-family:var(--font-heading),serif;font-weight:620;letter-spacing:-.008em;line-height:1}.hive-shell .mono{font-family:var(--font-body),sans-serif;font-weight:500}.hive-shell main{position:relative;z-index:1}.hive-shell .wrap{max-width:1140px;margin:0 auto;padding:0 48px}.hive-shell .nav{position:-webkit-sticky;position:sticky;top:18px;z-index:50;display:flex;justify-content:center;padding:0 1rem}.hive-shell .nav-stack{width:100%;max-width:860px;display:flex;flex-direction:column;background:var(--glass-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-line);border-radius:28px;box-shadow:var(--gloss),var(--shadow-md);overflow:hidden}.hive-shell .nav-inner{display:flex;align-items:center;gap:8px;padding:8px 10px 8px 20px}.hive-shell .brand{display:flex;align-items:center;gap:10px;margin-right:12px;text-decoration:none;color:var(--ink);flex-shrink:0;white-space:nowrap}.hive-shell .brand-mark{width:34px;height:auto;display:block;flex-shrink:0;object-fit:contain;filter:drop-shadow(0 2px 5px rgba(120,84,12,.3))}.hive-shell .brand-name{font-family:var(--font-display),serif;font-weight:650;font-size:19px;letter-spacing:0}.hive-shell .brand-name em{font-style:normal;color:var(--honey-deep)}.hive-shell .nav-links{display:flex;gap:4px;flex:1 1;justify-content:center}.hive-shell .nav-link{font:600 15px/1 var(--font-body),sans-serif;color:var(--ink-soft);padding:10px 16px;border-radius:var(--pill);text-decoration:none;border:1.5px solid transparent;transition:all .2s ease;flex-shrink:0}.hive-shell .nav-link:hover{background:var(--bg-deep);color:var(--ink)}.hive-shell .nav-link.active{background:var(--ink);color:#FDF6E3}.hive-shell .nav-cta{display:flex;gap:8px;align-items:center}.hive-shell .btn{display:inline-flex;align-items:center;gap:8px;font:700 15px/1 var(--font-body),sans-serif;padding:12px 18px;border-radius:var(--pill);border:1px solid var(--glass-line);background:var(--glass-strong);color:var(--ink);cursor:pointer;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;box-shadow:var(--gloss),var(--shadow-sm)}.hive-shell .btn:hover{transform:translateY(-2px);box-shadow:var(--gloss),var(--shadow-md)}.hive-shell .btn:active{transform:translateY(0);box-shadow:var(--gloss),var(--shadow-sm)}.hive-shell .btn.primary{background:var(--honey-grad);border-color:rgba(200,134,13,.55);color:#233D2B;box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 10px 26px -10px rgba(224,145,7,.65)}.hive-shell .btn.primary:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 16px 34px -12px rgba(216,148,40,.75)}.hive-shell .btn.ember{background:linear-gradient(135deg,#DD9468,#C97D54 55%,#B96A42);color:var(--paper);border-color:rgba(169,94,51,.6);box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 10px 26px -10px rgba(185,106,66,.6)}.hive-shell .btn.ghost{background:transparent;border-color:var(--line-2);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.hive-shell .btn.sm{padding:9px 14px;font-size:13px;white-space:nowrap}.hive-shell .btn{white-space:nowrap}.hive-shell .hero{padding:56px 0 40px;position:relative}.hive-shell .hero-grid{display:grid;grid-template-columns:1.25fr .9fr;grid-gap:48px;gap:48px;align-items:center}.hive-shell .eyebrow{display:inline-flex;align-items:center;gap:10px;background:var(--paper);border:1.5px solid var(--line);color:var(--ink-soft);padding:8px 14px 8px 10px;border-radius:var(--pill);font:600 13px/1 var(--font-body),sans-serif;box-shadow:var(--shadow-sm)}.hive-shell .eyebrow .dot{width:8px;height:8px;border-radius:50%;background:var(--ember);box-shadow:0 0 0 4px rgba(232,116,59,.2);animation:pulse 1.8s ease-in-out infinite}.hive-shell h1.big{font-family:var(--font-display),serif;font-weight:600;font-size:clamp(44px,4.5vw,64px);line-height:1.02;letter-spacing:-.015em;margin:22px 0 20px;text-wrap:balance}.hive-shell h1.big .ink-block{background:linear-gradient(160deg,#2F5439,#24422E 60%,#1B3524);color:#FDF6E3;padding:0 14px 6px;border-radius:14px;display:inline-block;transform:rotate(-1.2deg);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 14px 34px -12px rgba(230,165,44,.55),0 4px 12px rgba(44,41,23,.25)}.hive-shell h1.big .honey-under{position:relative;display:inline-block;color:var(--ember);font-style:italic}.hive-shell h1.big .honey-under:after{content:"";position:absolute;left:-4px;right:-4px;bottom:4px;height:14px;background:var(--honey);z-index:-1;border-radius:8px;transform:skewX(-6deg)}.hive-shell .hero-sub{font-size:19px;color:var(--ink-soft);max-width:520px;text-wrap:pretty}.hive-shell .hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.hive-shell .hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,220px));grid-gap:10px;gap:10px;margin-top:40px}.hive-shell .stat{background:var(--glass);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-line);border-radius:18px;padding:12px 18px;box-shadow:var(--gloss),var(--shadow-sm)}.hive-shell .stat .num{font-family:var(--font-heading),serif;font-weight:640;font-size:28px;letter-spacing:-.01em}.hive-shell .stat .lbl{font-size:12px;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.1em;font-weight:700}.hive-shell .hero-graphic{position:relative;width:100%;max-width:560px;margin-left:auto;aspect-ratio:1/1}.hive-shell .uber-hex-grid{position:absolute;inset:0;z-index:2}.hive-shell .uber-hex{position:absolute;width:52%;aspect-ratio:1/.866;-webkit-clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--ink);transition:transform .35s cubic-bezier(.34,1.56,.64,1),filter .3s ease;cursor:pointer;overflow:hidden}.hive-shell .uber-hex:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(44,41,23,.1) 1px,transparent 0);background-size:14px 14px;pointer-events:none;z-index:1;opacity:.45}.hive-shell .uber-hex:hover{transform:scale(1.08);z-index:10;filter:drop-shadow(0 16px 32px rgba(44,41,23,.35))}.hive-shell .uber-hex.uh-3:hover{transform:translateX(-50%) scale(1.08)}.hive-shell .uber-hex.uh-1{left:0;top:2%}.hive-shell .uber-hex.uh-2{left:48%;top:2%}.hive-shell .uber-hex.uh-3{left:50%;top:48%;transform:translateX(-50%)}.hive-shell .uber-hex.uh-1{background:radial-gradient(ellipse at 30% 30%,#FFD97A 0,transparent 65%),linear-gradient(150deg,#F3A712,#D18C08)}.hive-shell .uber-hex.uh-2{background:radial-gradient(ellipse at 65% 35%,rgba(255,190,120,.5) 0,transparent 60%),linear-gradient(150deg,#DE5F2E,#C24A20);color:var(--paper)}.hive-shell .uber-hex.uh-3{background:radial-gradient(ellipse at 40% 40%,rgba(64,102,74,.65) 0,transparent 60%),linear-gradient(150deg,#24422E,#142718);color:#FCF7EA}.hive-shell .uber-hex-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:6px;padding:16px}.hive-shell .uber-hex-icon{font-size:32px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.hive-shell .uber-hex-title{font-family:var(--font-heading),serif;font-weight:650;font-size:clamp(18px,2.4vw,24px);letter-spacing:-.008em;line-height:1;margin:0}.hive-shell .uber-hex-count{font:700 clamp(11px,1.2vw,13px)/1 var(--font-body),sans-serif;letter-spacing:.08em;text-transform:uppercase}.hive-shell .uber-hex-sub{font:600 clamp(10px,1vw,11px)/1 var(--font-body),sans-serif;opacity:.65;letter-spacing:.08em}.hive-shell .uber-hex-arrow{display:inline-flex;opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease;font-size:16px;margin-top:2px}.hive-shell .uber-hex:hover .uber-hex-arrow{opacity:1;transform:translateY(0)}.hive-shell .uber-hex{filter:drop-shadow(0 14px 26px rgba(150,100,25,.28))}.hive-shell .uber-hex:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.38),rgba(255,255,255,.08) 34%,transparent 55%);opacity:.7;transition:opacity .3s ease;z-index:1;pointer-events:none}.hive-shell .uber-hex:hover:after{opacity:1}.hive-shell .hg-card{position:absolute;background:var(--glass-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-line);border-radius:18px;padding:10px 13px;box-shadow:var(--gloss),var(--shadow-md);font:700 12px/1.2 var(--font-body),sans-serif;display:flex;align-items:center;gap:10px;z-index:5;white-space:nowrap}.hive-shell .hg-card .em{font-size:18px}.hive-shell .hg-card .sub{font:500 10px/1 var(--font-body),sans-serif;color:var(--ink-soft);text-transform:uppercase;letter-spacing:.1em;margin-top:3px}.hive-shell .hg-card.c1{top:-2%;right:-8%;transform:rotate(4deg);z-index:5}.hive-shell .hg-card.c2{bottom:22%;left:-10%;transform:rotate(-5deg);z-index:5}.hive-shell .hg-card .col{display:flex;flex-direction:column;gap:2px}.hive-shell .cat-marquee{position:relative;border-top:1.5px solid var(--line);background:rgba(251,238,200,.4);overflow:hidden;padding:9px 0}.hive-shell .cat-marquee:after,.hive-shell .cat-marquee:before{content:"";position:absolute;top:0;bottom:0;width:60px;z-index:2;pointer-events:none}.hive-shell .cat-marquee:before{left:0;background:linear-gradient(90deg,rgba(255,253,244,1),transparent)}.hive-shell .cat-marquee:after{right:0;background:linear-gradient(-90deg,rgba(255,253,244,1),transparent)}.hive-shell .cat-track{display:flex;gap:14px;width:max-content;animation:scroll-left 55s linear infinite}.hive-shell .cat-marquee:hover .cat-track{animation-play-state:paused}.hive-shell .cat-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 14px 6px 12px;border-radius:var(--pill);border:1px solid var(--glass-line);background:rgba(255,252,242,.6);box-shadow:inset 0 1px 0 rgba(255,255,255,.6);font:700 13px/1 var(--font-body),sans-serif;cursor:pointer;transition:all .18s ease;flex-shrink:0;text-decoration:none;color:var(--ink)}.hive-shell .cat-pill:hover{background:var(--honey-grad);border-color:rgba(200,136,46,.55);transform:translateY(-2px);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 8px 18px -8px rgba(216,148,40,.6)}.hive-shell .cat-pill .em{font-size:16px}.hive-shell .cat-pill .sep{width:6px;height:6px;border-radius:50%;background:var(--honey);flex-shrink:0}.hive-shell .section{padding:64px 0}.hive-shell .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px;flex-wrap:wrap}.hive-shell .section-head h2{font-family:var(--font-heading),serif;font-weight:640;font-size:clamp(34px,3.4vw,52px);letter-spacing:-.012em;margin:0;line-height:1.02}.hive-shell .section-head h2 .accent{color:var(--ember)}.hive-shell .kicker{font:700 12px/1 var(--font-body),sans-serif;text-transform:uppercase;letter-spacing:.18em;color:var(--honey-deep);display:flex;align-items:center;gap:10px;margin-bottom:14px}.hive-shell .kicker:before{content:"";width:24px;height:1.5px;background:var(--honey-deep)}.hive-shell .map-card{position:relative;background:var(--glass);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-line);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--gloss),var(--shadow-lg);overflow:hidden}.hive-shell .map-toolbar{position:absolute;top:28px;left:28px;right:28px;z-index:5;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.hive-shell .map-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:var(--pill);background:var(--glass-strong);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-line);font:700 12px/1 var(--font-body),sans-serif;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.6),var(--shadow-sm)}.hive-shell .map-chip.on{background:var(--ink);color:var(--bg);border-color:var(--ink)}.hive-shell .map-chip .sw{width:10px;height:10px;border-radius:3px}.hive-shell .map-legend{position:absolute;bottom:28px;left:28px;z-index:5;background:var(--glass-strong);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-line);border-radius:var(--radius);padding:14px 16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.6),var(--shadow-sm);min-width:220px}.hive-shell .map-legend h4{margin:0 0 10px;font:800 13px/1 var(--font-body),sans-serif;letter-spacing:.02em}.hive-shell .gradient-bar{height:10px;border-radius:var(--pill);background:linear-gradient(90deg,#FFF2C2,#FFD76B,var(--honey) 55%,var(--ember) 85%,#B13B18)}.hive-shell .legend-labels{display:flex;justify-content:space-between;font:500 10px/1 var(--font-body),sans-serif;color:var(--ink-soft);margin-top:6px;letter-spacing:.05em}.hive-shell .map-stats{position:absolute;bottom:28px;right:28px;z-index:5;display:flex;gap:8px}.hive-shell .map-stat{background:var(--glass-strong);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-line);border-radius:var(--radius);padding:10px 14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.6),var(--shadow-sm)}.hive-shell .map-stat .n{font-family:var(--font-heading),serif;font-weight:800;font-size:20px;line-height:1}.hive-shell .map-stat .l{font:700 10px/1 var(--font-body),sans-serif;text-transform:uppercase;color:var(--ink-soft);margin-top:4px}.hive-shell .hexmap{position:relative;width:100%;aspect-ratio:16/9;border-radius:calc(var(--radius-lg) - 8px);overflow:hidden}.hive-shell .hexmap .maplibregl-canvas-container,.hive-shell .hexmap .maplibregl-map{border-radius:inherit}.hive-shell .hexmap .maplibregl-ctrl-bottom-left,.hive-shell .hexmap .maplibregl-ctrl-bottom-right{display:none}.hive-shell .maplibregl-marker .hex-pin{position:relative}.hive-shell .maplibregl-marker .hex-pin .pin-tooltip{z-index:30}.hive-shell .neighborhood-label{font:700 11px/1 var(--font-body),sans-serif;color:var(--ink);text-transform:uppercase;letter-spacing:.1em;padding:5px 10px;background:rgba(255,253,244,.85);border-radius:8px;pointer-events:none;border:1px solid var(--line);box-shadow:var(--shadow-sm);white-space:nowrap}.hive-shell .maplibregl-popup-content{background:var(--ink)!important;color:var(--bg)!important;padding:12px 16px!important;border-radius:14px!important;font-family:var(--font-body),sans-serif!important;box-shadow:var(--shadow-lg)!important;border:none!important}.hive-shell .maplibregl-popup-anchor-bottom .maplibregl-popup-tip{border-top-color:var(--ink)!important}.hive-shell .maplibregl-popup-anchor-top .maplibregl-popup-tip{border-bottom-color:var(--ink)!important}.hive-shell .maplibregl-popup-anchor-left .maplibregl-popup-tip{border-right-color:var(--ink)!important}.hive-shell .maplibregl-popup-anchor-right .maplibregl-popup-tip{border-left-color:var(--ink)!important}.hive-shell .maplibregl-popup-close-button{display:none!important}.hive-shell .h3-pop-name{font-weight:800;font-size:14px;letter-spacing:-.01em}.hive-shell .h3-pop-label{font:500 10px/1 var(--font-body),sans-serif;color:var(--honey);letter-spacing:.08em;text-transform:uppercase;margin-top:5px}.hive-shell .h3-pop-bar{height:6px;border-radius:var(--pill);margin-top:8px;background:rgba(255,248,231,.15);overflow:hidden}.hive-shell .h3-pop-bar-fill{height:100%;border-radius:var(--pill);background:var(--honey);transition:width .3s ease}.hive-shell .hex-pin{width:40px;height:40px;border-radius:50%;background:var(--ink);color:var(--bg);display:grid;place-items:center;font-size:18px;border:3px solid var(--paper);box-shadow:0 4px 12px rgba(44,41,23,.35);cursor:pointer;transition:transform .2s ease;z-index:4}.hive-shell .hex-pin.featured{background:var(--ember)}.hive-shell .hex-pin.queen{background:var(--honey);color:var(--ink)}.hive-shell .hex-pin:hover{transform:scale(1.15) translateY(-3px)}.hive-shell .hex-pin:after{content:"";position:absolute;inset:-6px;border-radius:50%;border:1.5px dashed;opacity:.35;animation:ring 3.5s linear infinite}.hive-shell .pin-tooltip{position:absolute;left:50%;bottom:calc(100% + 10px);transform:translateX(-50%) translateY(4px);background:var(--ink);color:var(--bg);padding:8px 12px;border-radius:12px;font:700 12px/1.2 var(--font-body),sans-serif;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;box-shadow:var(--shadow-md)}.hive-shell .pin-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top:5px solid var(--ink)}.hive-shell .hex-pin:hover .pin-tooltip{opacity:1;transform:translateX(-50%) translateY(0)}.hive-shell .pin-tooltip .sub{font-weight:500;opacity:.75;font-size:10px;font-family:var(--font-body),sans-serif;margin-top:3px;letter-spacing:.05em}.hive-shell .spotlight{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:0;gap:0;background:linear-gradient(155deg,#2D5239,#24422E 55%,#18301F);color:var(--bg);border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(230,165,44,.28);box-shadow:inset 0 1px 0 rgba(255,248,231,.08),var(--shadow-lg)}.hive-shell .spotlight-media{position:relative;background:var(--bg-deep);min-height:520px;overflow:hidden}.hive-shell .spotlight-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;animation:sp-photo-in .5s ease}@keyframes sp-photo-in{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:none}}.hive-shell .spotlight-badges{position:absolute;top:22px;left:22px;right:22px;display:flex;justify-content:space-between;align-items:flex-start}.hive-shell .badge-queen{background:var(--ink);color:var(--honey);padding:8px 12px 8px 10px;border-radius:var(--pill);font:800 12px/1 var(--font-body),sans-serif;display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--honey)}.hive-shell .spotlight-nav{display:flex;gap:8px}.hive-shell .sp-arrow{width:38px;height:38px;display:grid;place-items:center;background:rgba(255,248,231,.1);color:var(--bg);border:1px solid rgba(255,248,231,.3);border-radius:50%;cursor:pointer;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:inset 0 1px 0 rgba(255,248,231,.15);transition:transform .15s ease,background .15s ease,border-color .15s ease}.hive-shell .sp-arrow:hover{transform:translateY(-1px);background:rgba(255,248,231,.2);border-color:var(--honey)}.hive-shell .sp-arrow:active{transform:translateY(1px)}.hive-shell .sp-arrow--prev svg{transform:scaleX(-1)}.hive-shell .spotlight-body{padding:44px 44px 36px;display:flex;flex-direction:column;gap:18px}.hive-shell .spotlight-kicker{font:700 11px/1 var(--font-body),sans-serif;text-transform:uppercase;letter-spacing:.2em;color:var(--honey)}.hive-shell .spotlight-title{font-family:var(--font-heading),serif;font-weight:640;font-size:42px;letter-spacing:-.012em;line-height:1.04;margin:0}.hive-shell .spotlight-quote{font-size:18px;line-height:1.5;color:rgba(255,248,231,.85);border-left:3px solid var(--honey);padding-left:16px}.hive-shell .spotlight-meta{display:flex;gap:20px;flex-wrap:wrap;font-size:14px;color:rgba(255,248,231,.75)}.hive-shell .spotlight-meta div{display:flex;align-items:center;gap:6px}.hive-shell .spotlight-tags{display:flex;gap:6px;flex-wrap:wrap}.hive-shell .sp-tag{padding:6px 10px;border-radius:var(--pill);border:1.5px solid rgba(255,248,231,.2);font:700 12px/1 var(--font-body),sans-serif;color:rgba(255,248,231,.9)}.hive-shell .spotlight-actions{display:flex;gap:10px;margin-top:6px}.hive-shell .sp-save{color:rgba(255,248,231,.92);border-color:rgba(255,248,231,.34)}.hive-shell .sp-save:hover{background:rgba(255,248,231,.1);color:#fff}.hive-shell .spotlight-dots{display:flex;gap:6px;margin-top:auto;padding-top:18px;border-top:1px dashed rgba(255,248,231,.15)}.hive-shell .sp-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,248,231,.2);cursor:pointer;transition:all .2s ease}.hive-shell .sp-dot.on{background:var(--honey);width:24px;border-radius:var(--pill)}.hive-shell .markets-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.hive-shell .market-card{background:var(--glass);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-line);border-radius:var(--radius);padding:22px;display:flex;flex-direction:column;gap:14px;position:relative;overflow:hidden;box-shadow:var(--gloss),var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.hive-shell .market-card:hover{transform:translateY(-4px);box-shadow:var(--gloss),var(--shadow-md);border-color:rgba(200,136,46,.5)}.hive-shell .market-day{font:700 11px/1 var(--font-body),sans-serif;text-transform:uppercase;letter-spacing:.18em;color:var(--ink-soft);display:flex;justify-content:space-between;align-items:center}.hive-shell .market-day .live{display:inline-flex;align-items:center;gap:5px;color:var(--ember);font-weight:800}.hive-shell .market-day .live .d{width:6px;height:6px;border-radius:50%;background:var(--ember);animation:pulse 1.6s infinite}.hive-shell .market-name{font-family:var(--font-heading),serif;font-weight:640;font-size:25px;letter-spacing:-.008em;margin:0;line-height:1.05}.hive-shell .market-info{display:flex;flex-direction:column;gap:6px;font-size:14px;color:var(--ink-soft)}.hive-shell .market-info span{display:flex;align-items:center;gap:8px}.hive-shell .market-vendors{margin-top:4px;display:flex;gap:6px;align-items:center}.hive-shell .vendor-dots{display:flex}.hive-shell .vendor-dots .vd{width:26px;height:26px;border-radius:50%;border:2px solid var(--paper);background:var(--honey);margin-left:-6px;display:grid;place-items:center;font-size:12px}.hive-shell .vendor-dots .vd:first-child{margin-left:0}.hive-shell .vendor-dots .vd:nth-child(2){background:var(--ember);color:var(--paper)}.hive-shell .vendor-dots .vd:nth-child(3){background:var(--ink);color:var(--bg)}.hive-shell .vendor-dots .vd:nth-child(4){background:var(--bg-deep)}.hive-shell .market-vendors .vn{font:700 12px/1 var(--font-body),sans-serif;color:var(--ink-soft)}.hive-shell .market-card.highlight{background:var(--honey-grad);border-color:rgba(200,136,46,.6);box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 18px 44px -16px rgba(216,148,40,.6)}.hive-shell .market-card.highlight .market-day,.hive-shell .market-card.highlight .market-info{color:var(--ink)}.hive-shell .market-card.highlight .market-info span{opacity:.85}.hive-shell .bee-term{display:inline-flex;align-items:center;gap:4px;position:relative;border-bottom:2px dotted var(--honey-deep);cursor:help;padding:0 2px;font-weight:700;color:inherit}.hive-shell .bee-term:after{content:attr(data-def);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(6px);background:var(--ink);color:var(--bg);padding:10px 14px;border-radius:14px;font:600 12px/1.4 var(--font-body),sans-serif;white-space:normal;width:240px;text-align:left;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;box-shadow:var(--shadow-md);z-index:20}.hive-shell .bee-term:before{content:"";position:absolute;bottom:calc(100% + 2px);left:50%;transform:translateX(-50%);border:6px solid transparent;border-top:6px solid var(--ink);opacity:0;transition:opacity .2s ease;z-index:20}.hive-shell .bee-term:focus:after,.hive-shell .bee-term:hover:after{opacity:1;transform:translateX(-50%) translateY(0)}.hive-shell .bee-term:focus:before,.hive-shell .bee-term:hover:before{opacity:1}.hive-shell .submit-band{position:relative;background:radial-gradient(85% 120% at 12% -20%,rgba(255,236,170,.75),transparent 55%),var(--honey-grad);border-radius:var(--radius-lg);padding:48px;display:grid;grid-template-columns:1.3fr 1fr;grid-gap:32px;gap:32px;align-items:center;overflow:hidden;border:1px solid rgba(200,136,46,.55);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 34px 80px -28px rgba(200,136,46,.55)}.hive-shell .submit-band:before{content:"";position:absolute;inset:0;z-index:0;background-image:radial-gradient(rgba(44,41,23,.12) 1.2px,transparent 0);background-size:18px 18px;opacity:.35}.hive-shell .submit-band>*{position:relative;z-index:1}.hive-shell .submit-band h2{font-family:var(--font-heading),serif;font-weight:640;font-size:clamp(36px,4vw,56px);letter-spacing:-.012em;line-height:1;margin:0 0 14px}.hive-shell .submit-band p{font-size:17px;max-width:520px;color:var(--ink);margin:0 0 22px}.hive-shell .submit-bullets{display:flex;flex-direction:column;gap:10px;margin:0 0 26px;padding:0;list-style:none}.hive-shell .submit-bullets li{display:flex;align-items:center;gap:10px;font-weight:700;font-size:15px}.hive-shell .submit-bullets li:before{content:"";width:18px;height:20px;-webkit-clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);background:var(--ink);flex-shrink:0}.hive-shell .submit-form{background:rgba(255,252,242,.72);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid rgba(255,255,255,.65);border-radius:var(--radius);padding:22px;box-shadow:var(--gloss),0 24px 54px -22px rgba(120,80,18,.45);display:flex;flex-direction:column;gap:12px}.hive-shell .submit-form label{font:700 11px/1 var(--font-body),sans-serif;text-transform:uppercase;letter-spacing:.15em;color:var(--ink-soft)}.hive-shell .submit-form input,.hive-shell .submit-form select{width:100%;padding:12px 14px;border:1px solid rgba(200,136,46,.32);border-radius:var(--pill);background:rgba(255,255,255,.55);font:600 15px var(--font-body),sans-serif;color:var(--ink)}.hive-shell .submit-form input:focus,.hive-shell .submit-form select:focus{outline:none;border-color:var(--honey-deep);background:rgba(255,255,255,.85);box-shadow:0 0 0 4px rgba(230,165,44,.18)}.hive-shell .form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.hive-shell footer{background:linear-gradient(180deg,var(--ink) 0,var(--ink-deep) 40%);color:var(--bg);padding:0;margin-top:0;position:relative;z-index:1}.hive-shell .foot-wave{position:relative;background:var(--bg);padding:0;height:80px}.hive-shell .foot-wave svg{display:block;width:100%;height:100%}.hive-shell .foot-hero{padding:64px 0 40px;position:relative}.hive-shell .foot-hero-inner{display:grid;grid-template-columns:1.6fr 1fr;grid-gap:48px;gap:48px;align-items:end}.hive-shell .foot-bigtype{font-family:var(--font-heading),serif;font-weight:600;font-size:clamp(54px,7.6vw,114px);line-height:.98;letter-spacing:-.012em;margin:0;color:#FDF6E3;overflow-wrap:break-word;word-break:break-word}.hive-shell .foot-bigtype .h{color:var(--honey)}.hive-shell h1.big .keep-together{white-space:nowrap}@media (max-width:400px){.hive-shell h1.big .keep-together{white-space:normal}}.hive-shell .foot-jokes{margin-top:18px;font:600 12px/1 var(--font-body),sans-serif;text-transform:uppercase;letter-spacing:.22em;color:rgba(253,246,227,.55)}.hive-shell .foot-jokes span{color:var(--honey)}.hive-shell .foot-bigtype .o{display:inline-block;width:.82em;height:.82em;background:var(--ember);border-radius:50%;vertical-align:-.05em;margin:0 .02em;position:relative}.hive-shell .foot-bigtype .o:after{content:"";position:absolute;inset:18% 18% auto auto;width:25%;height:25%;background:var(--bg);border-radius:50%}.hive-shell .foot-join{display:flex;flex-direction:column;gap:16px;padding:24px;border:1.5px solid rgba(255,248,231,.2);border-radius:var(--radius);background:rgba(255,248,231,.04)}.hive-shell .foot-join h4{margin:0;font-family:var(--font-heading),serif;font-weight:800;font-size:22px;letter-spacing:-.02em;color:var(--bg)}.hive-shell .foot-join p{margin:0;color:rgba(255,248,231,.7);font-size:14px}.hive-shell .foot-join-row{display:flex;gap:8px}.hive-shell .foot-join-row input{flex:1 1;padding:12px 16px;background:var(--glass-fill);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1.5px solid var(--glass-border);border-radius:var(--pill);color:var(--glass-ink);font:600 14px var(--font-body),sans-serif}.hive-shell .foot-join-row input::placeholder{color:var(--glass-placeholder)}.hive-shell .foot-join-row input:focus{outline:none;border-color:var(--honey);background:var(--glass-fill-focus);box-shadow:0 0 0 4px rgba(230,165,44,.16)}.hive-shell .foot-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hive-shell .foot-shape{position:absolute;-webkit-mask:var(--mask) no-repeat center /contain;mask:var(--mask) no-repeat center /contain;background:var(--fill,var(--honey));opacity:.7;animation:bob 12s ease-in-out infinite}.hive-shell .foot-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px;padding:20px 0 40px;border-top:1px dashed rgba(255,248,231,.15)}.hive-shell .foot-col h4{font:800 13px/1 var(--font-body),sans-serif;text-transform:uppercase;letter-spacing:.15em;color:var(--honey);margin:0 0 16px}.hive-shell .foot-col a{display:flex;align-items:center;gap:8px;color:rgba(255,248,231,.82);text-decoration:none;font-weight:600;font-size:14px;padding:5px 0;transition:color .15s,transform .15s}.hive-shell .foot-col a:hover{color:var(--honey);transform:translateX(3px)}.hive-shell .foot-col a .em{font-size:15px;opacity:.9}.hive-shell .foot-col-sum{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;pointer-events:none}.hive-shell .foot-col-sum::-webkit-details-marker{display:none}.hive-shell .foot-col-chev{display:none;color:var(--honey);font-size:20px;line-height:1;font-weight:700;transition:transform .25s ease}.hive-shell .foot-bottom{border-top:1px dashed rgba(255,248,231,.15);padding:22px 0 32px;display:flex;justify-content:space-between;align-items:center;color:rgba(255,248,231,.5);font-size:13px;font-family:var(--font-body),sans-serif;font-weight:500;gap:20px;flex-wrap:wrap}.hive-shell .foot-socials{display:flex;gap:8px}.hive-shell .foot-soc{width:38px;height:38px;border-radius:50%;border:1.5px solid rgba(255,248,231,.2);display:grid;place-items:center;color:var(--bg);text-decoration:none;transition:background .2s ease,border-color .2s ease,transform .2s ease}.hive-shell .foot-soc:hover{background:var(--honey);border-color:var(--honey);color:var(--ink);transform:translateY(-2px)}.hive-shell .foot-bottom-cluster{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.hive-shell .foot-both{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;border:1px dashed rgba(243,167,18,.42);color:rgba(255,248,231,.72);font-family:var(--font-body),sans-serif;font-weight:600;font-size:12px;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;transition:border-color .2s ease,color .2s ease}.hive-shell .foot-both:hover{border-color:var(--honey);color:var(--paper)}.hive-shell .bee{position:fixed;z-index:100;pointer-events:none;width:44px;height:44px;transform:translate(-50%,-50%);transition:opacity .4s ease;will-change:transform,left,top}.hive-shell .bee.hidden{opacity:0}.hive-shell .bee-body{position:relative;width:100%;height:100%;transform-origin:center}.hive-shell .bee-speech{position:absolute;left:100%;top:-8px;background:var(--ink);color:var(--bg);padding:6px 10px;border-radius:12px 12px 12px 2px;font:700 11px/1.1 var(--font-body),sans-serif;white-space:nowrap;margin-left:6px;opacity:0;transform:translateY(4px) scale(.9);transition:opacity .2s ease,transform .2s ease;box-shadow:var(--shadow-sm)}.hive-shell .bee.talking .bee-speech{opacity:1;transform:translateY(0) scale(1)}@media (max-width:960px){.hive-shell .wrap{padding:0 32px}.hive-shell .hero-grid{grid-template-columns:1fr}.hive-shell .hero-graphic{max-width:400px;margin:0 auto}.hive-shell .uber-hex{width:50%}.hive-shell .uber-hex-icon{font-size:26px}.hive-shell .uber-hex-title{font-size:18px}.hive-shell .spotlight{grid-template-columns:1fr}.hive-shell .spotlight-media{min-height:300px}.hive-shell .spotlight-body{padding:32px 28px 28px}.hive-shell .spotlight-title{font-size:34px}.hive-shell .markets-grid,.hive-shell .submit-band{grid-template-columns:1fr}.hive-shell .submit-band{padding:28px}.hive-shell .foot-grid{grid-template-columns:1fr 1fr}.hive-shell .foot-hero-inner{grid-template-columns:1fr}.hive-shell .nav-links{justify-content:flex-start;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;-webkit-mask-image:linear-gradient(90deg,transparent,#000 16px,#000 calc(100% - 16px),transparent);mask-image:linear-gradient(90deg,transparent,#000 16px,#000 calc(100% - 16px),transparent)}.hive-shell .nav-links::-webkit-scrollbar{display:none}.hive-shell .nav-link{scroll-snap-align:start}.hive-shell .nav-inner{padding:8px 12px 8px 16px}.hive-shell .hero-stats{gap:20px;flex-wrap:wrap}.hive-shell .section{padding:72px 0}}@media (max-width:768px){.hive-shell .hero-graphic,.hive-shell .nav{display:none}.hive-shell .hero.wrap{padding-top:44px!important;padding-bottom:12px!important}.hive-shell .hero-grid{gap:0}}@media (max-width:600px){.hive-shell .hbd-dot--3{display:none}.hive-shell .wrap{padding:0 24px!important}.hive-shell main{overflow-x:clip}.hive-shell .nav{top:10px;padding:0 14px}.hive-shell .nav-inner{gap:6px}.hive-shell .brand-name{font-size:16px}.hive-shell .btn.sm{padding:8px 12px;font-size:12px}.hive-shell .hero{padding:80px 0 24px}.hive-shell .hero-grid{gap:28px}.hive-shell .hero-copy{padding:0 2px}.hive-shell h1.big{font-size:clamp(34px,9vw,48px);margin:14px 0 12px}.hive-shell h1.big .ink-block{padding:0 10px 4px;border-radius:10px}.hive-shell .hero-sub{font-size:15px}.hive-shell .hero-actions{gap:10px}.hive-shell .hero-stats{gap:14px;padding:20px 4px 0;flex-wrap:wrap}.hive-shell .stat .num{font-size:22px}.hive-shell .stat .lbl{font-size:10px}.hive-shell .hero-graphic{max-width:300px;aspect-ratio:1/1}.hive-shell .uber-hex{width:50%}.hive-shell .uber-hex-icon{font-size:22px}.hive-shell .uber-hex-title{font-size:15px}.hive-shell .uber-hex-count{font-size:10px}.hive-shell .uber-hex-sub{font-size:9px}.hive-shell .section{padding:60px 0}.hive-shell .section-head{flex-direction:column;align-items:flex-start;gap:12px}.hive-shell .section-head h2{font-size:clamp(26px,7vw,36px)}.hive-shell #markets{padding-top:52px}.hive-shell .hexmap{aspect-ratio:3/4;min-height:380px}.hive-shell .map-card{padding:8px}.hive-shell .map-toolbar{top:10px;left:10px;right:10px;gap:4px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.hive-shell .map-chip{padding:5px 8px;font-size:10px;flex-shrink:0}.hive-shell .map-legend{bottom:auto;top:52px;left:10px;min-width:120px;padding:6px 8px}.hive-shell .map-legend h4{font-size:10px;margin-bottom:4px}.hive-shell .gradient-bar{height:6px}.hive-shell .legend-labels{font-size:8px}.hive-shell .map-stats{bottom:10px;right:10px;gap:3px}.hive-shell .map-stat{padding:5px 7px}.hive-shell .map-stat .n{font-size:13px}.hive-shell .map-stat .l{font-size:7px}.hive-shell .neighborhood-label{font-size:9px;padding:3px 6px}.hive-shell .hex-pin{width:32px;height:32px;font-size:14px;border-width:2px}.hive-shell .pin-tooltip{display:none}.hive-shell #spotlight{padding-top:52px}.hive-shell .spotlight-title{font-size:26px}.hive-shell .spotlight-body{padding:22px 18px 18px}.hive-shell .spotlight-quote{font-size:14px;padding-left:12px}.hive-shell .spotlight-meta{font-size:12px;gap:10px}.hive-shell .sp-tag{padding:4px 8px;font-size:11px}.hive-shell .market-name{font-size:20px}.hive-shell .market-card{padding:18px}.hive-shell .submit-band{padding:22px 18px;border-radius:var(--radius)}.hive-shell .submit-band h2{font-size:clamp(26px,7vw,36px)}.hive-shell .submit-form{padding:16px}.hive-shell .form-row{grid-template-columns:1fr}.hive-shell footer{margin-top:0}.hive-shell .foot-wave{height:60px}.hive-shell .foot-hero{padding:40px 0 28px}.hive-shell .foot-hero-inner{gap:28px}.hive-shell .foot-bigtype{font-size:clamp(38px,11vw,72px)}.hive-shell .foot-join{padding:16px}.hive-shell .foot-join h4{font-size:18px}.hive-shell .foot-grid{grid-template-columns:1fr;gap:0;padding:8px 0 20px}.hive-shell .foot-col{border-bottom:1px solid rgba(255,248,231,.12)}.hive-shell .foot-col-sum{pointer-events:auto;cursor:pointer;padding:16px 2px}.hive-shell .foot-col-sum h4{margin:0}.hive-shell .foot-col-chev{display:block}.hive-shell .foot-col[open] .foot-col-chev{transform:rotate(90deg)}.hive-shell .foot-col>a:last-child{padding-bottom:14px}.hive-shell .foot-bottom{flex-direction:column;align-items:flex-start;gap:12px;padding:16px 0 24px}.hive-shell .bee{display:none}}.hive-shell .brand-name,.hive-shell .display,.hive-shell .foot-bigtype,.hive-shell .foot-join h4,.hive-shell .market-name,.hive-shell .section-head h2,.hive-shell .spotlight-title,.hive-shell .stat .num,.hive-shell .submit-band h2,.hive-shell .uber-hex-title,.hive-shell h1.big{font-variation-settings:"SOFT" 85,"WONK" 1}