.au-map{background:#fff;padding:96px 48px}.au-map__container{max-width:1200px;margin:0 auto}.au-map__header{text-align:left;margin-bottom:48px;display:flex;flex-direction:column;gap:16px;align-items:flex-start}.au-map__eyebrow{font-size:12px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:#e1251b;display:flex;align-items:center;gap:10px}.au-map__heading{font-size:40px;font-weight:900;color:#333;line-height:1.15;letter-spacing:-.01em}.au-map__heading-red{color:#e1251b}.au-map__sub{font-size:16px;color:#696969;max-width:500px;line-height:1.7}.au-map__body{display:grid;grid-template-columns:1fr 300px;gap:24px;align-items:stretch}.au-map__leaflet{height:520px;border-radius:20px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08);z-index:0;position:relative}.au-map__panel{background:#f7f7f7;border-radius:20px;padding:32px 28px;display:flex;flex-direction:column;justify-content:center;min-height:0}.au-map__panel-default{display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;color:#bbb}.au-map__panel-default-icon{width:48px;height:48px;border-radius:50%;background:#ebebeb;display:flex;align-items:center;justify-content:center;color:#ccc}.au-map__panel-default p{font-size:13px;line-height:1.7;max-width:180px}.au-map__panel-card{display:flex;flex-direction:column;gap:14px;animation:au-map-fade-in .35s ease both}@keyframes au-map-fade-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.au-map__panel-since{font-size:11px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:#e1251b}.au-map__panel-name{font-size:22px;font-weight:900;color:#333;line-height:1.2;margin:0}.au-map__panel-divider{width:32px;height:3px;background:#e1251b;border-radius:99px}.au-map__panel-history{font-size:13px;color:#696969;line-height:1.8;margin:0}.au-map__pin{width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.au-map__pin-ring{width:15px;height:15px;border-radius:50%;background:rgba(225,37,27,.8);box-shadow:0 0 0 10px rgba(225,37,27,.15);transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.au-map__pin:hover .au-map__pin-ring{transform:scale(1.3);box-shadow:0 0 0 14px rgba(225,37,27,.12)}.au-map__pin--active .au-map__pin-ring{width:20px;height:20px;background:#0b1d3c;box-shadow:0 0 0 14px rgba(11,29,60,.18)}@keyframes au-map-ripple{0%{transform:translate(-50%,-50%) scale(1);opacity:.55}100%{transform:translate(-50%,-50%) scale(3);opacity:0}}.au-map__pin--founding .au-map__pin-ring{background:#f5c400;box-shadow:0 0 0 10px rgba(245,196,0,.2)}.au-map__pin--founding.au-map__pin--active .au-map__pin-ring{width:20px;height:20px;background:#7b6ba8;box-shadow:0 0 0 14px rgba(123,107,168,.25)}.au-map__pin--founding.au-map__pin--active .au-map__pin-ripple{background:rgba(123,107,168,.45)}.au-map__pin-ripple{position:absolute;top:50%;left:50%;width:15px;height:15px;border-radius:50%;background:rgba(245,196,0,.45);animation:au-map-ripple 1.6s ease-out infinite;pointer-events:none}.au-map__tooltip.leaflet-tooltip{background:#333;border:none;border-radius:10px;color:#fff;font-size:12px;font-family:'Montserrat',sans-serif;font-weight:600;padding:8px 14px;box-shadow:0 4px 14px rgba(0,0,0,.18);line-height:1.5;white-space:nowrap}.au-map__tooltip.leaflet-tooltip:before{border-top-color:#333}.au-map__tooltip-since{font-size:10px;font-weight:400;color:rgba(255,255,255,.6);margin-left:6px;letter-spacing:.04em}@media (max-width:900px){.au-map__body{grid-template-columns:1fr}.au-map__leaflet{height:380px}.au-map__panel{justify-content:flex-start}}@media (max-width:560px){.au-map{padding:64px 20px}.au-map__heading{font-size:28px}}