@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";:root{--ink:#0a0a0a;--ink-light:#3a3a3a;--ink-muted:#8a8a8a;--ink-faint:#b8b8b8;--paper:#f5f3f0;--paper-warm:#ebe8e3;--white:#fff;--emerald:#1a7a4c;--emerald-glow:#22c470;--emerald-soft:#1a7a4c14;--coral:#e85d4a;--coral-soft:#e85d4a14;--radius:16px;--radius-sm:10px;--radius-xs:6px;--font-display:"DM Serif Display", Georgia, serif;--font-body:"DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--max-w:720px;--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font-body);background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.site-header{background:var(--ink);z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:sticky;top:0}.header-inner{max-width:var(--max-w);justify-content:space-between;align-items:center;height:56px;margin:0 auto;padding:0 1.25rem;display:flex}.site-logo{font-family:var(--font-display);color:var(--white);letter-spacing:-.01em;font-size:1.15rem}.site-logo span{color:var(--emerald-glow)}.site-nav{gap:.25rem;display:flex}.site-nav a{color:var(--ink-faint);transition:all .2s var(--ease-out);letter-spacing:.01em;border-radius:100px;padding:.4rem .75rem;font-size:.8rem;font-weight:500}.site-nav a:hover{color:var(--white);background:#ffffff14}.site-nav a.active{color:var(--ink);background:var(--emerald-glow);font-weight:600}.hero{background:var(--ink);color:var(--white);text-align:center;padding:3.5rem 1.25rem 3rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(at 50% 0,#22c47026 0%,#0000 60%);width:140%;height:200%;position:absolute;top:-50%;left:-20%}.hero h1{font-family:var(--font-display);letter-spacing:-.02em;animation:fadeUp .8s var(--ease-out) both;margin-bottom:.75rem;font-size:2.25rem;font-weight:400;line-height:1.15;position:relative}.hero p{color:var(--ink-faint);max-width:380px;animation:fadeUp .8s .1s var(--ease-out) both;margin:0 auto;font-size:.95rem;line-height:1.55;position:relative}.hero-city{text-align:left;padding:2rem 1.25rem 1.75rem}.hero-city .hero-inner{max-width:var(--max-w);margin:0 auto;position:relative}.hero-city h1{text-align:left;animation:fadeUp .6s var(--ease-out) both;margin-bottom:0;font-size:2rem}.hero-city p{text-align:left;max-width:none;animation:fadeUp .6s 80ms var(--ease-out) both;margin:0;font-size:.9rem}.hero-city .hero-meta{animation:fadeUp .6s .15s var(--ease-out) both;gap:.5rem;margin-top:.6rem;font-size:.75rem;display:flex;position:relative}.hero-city .hero-meta span{color:var(--ink-faint);background:#ffffff1a;border-radius:100px;padding:.2rem .6rem}.container{max-width:var(--max-w);margin:0 auto;padding:1.5rem 1.25rem}.city-grid{flex-direction:column;gap:2rem;display:flex}.last-updated{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.08em;animation:fadeIn .6s .3s var(--ease-out) both;margin-bottom:1rem;font-size:.7rem}.tabs{background:var(--paper-warm);animation:fadeUp .5s .2s var(--ease-out) both;border-radius:12px;gap:.3rem;margin-bottom:1.25rem;padding:.25rem;display:flex}.tab-btn{font-size:.8rem;font-weight:600;font-family:var(--font-body);color:var(--ink-muted);cursor:pointer;transition:all .25s var(--ease-out);-webkit-tap-highlight-color:transparent;white-space:nowrap;background:0 0;border:none;border-radius:9px;flex:1;padding:.55rem .5rem}.tab-btn:hover{color:var(--ink)}.tab-btn.active{color:var(--ink);background:var(--white);box-shadow:0 1px 4px #0000000f,0 0 0 1px #00000008}.tab-content{display:none}.tab-content.active{animation:fadeIn .3s var(--ease-out) both;display:block}.section-title{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.1rem;font-weight:400}.card{background:var(--white);border-radius:var(--radius);transition:all .3s var(--ease-out);border:1px solid #0000000a;padding:1.1rem 1.15rem}.card:hover{transform:translateY(-1px);box-shadow:0 8px 30px #0000000f}.card+.card{margin-top:.6rem}.news-card{animation:fadeUp .5s var(--ease-out) both}.news-card:first-child{animation-delay:.25s}.news-card:nth-child(2){animation-delay:.32s}.news-card:nth-child(3){animation-delay:.39s}.news-card:nth-child(4){animation-delay:.46s}.news-card:nth-child(5){animation-delay:.5s}.news-card:nth-child(n+6){animation-delay:.52s}.news-card .news-meta{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.news-card .news-category{text-transform:uppercase;letter-spacing:.08em;color:var(--emerald);background:var(--emerald-soft);border-radius:100px;padding:.2rem .5rem;font-size:.6rem;font-weight:700}.news-card .news-date{color:var(--ink-muted);font-size:.7rem}.news-card h3{font-family:var(--font-display);margin-bottom:.35rem;font-size:1.05rem;font-weight:400;line-height:1.35}.news-card p{color:var(--ink-light);font-size:.82rem;line-height:1.55}.event-card{animation:slideIn .5s var(--ease-out) both;align-items:flex-start;gap:.85rem;display:flex}.event-card:first-child{animation-delay:.25s}.event-card:nth-child(2){animation-delay:.3s}.event-card:nth-child(3){animation-delay:.35s}.event-card:nth-child(4){animation-delay:.4s}.event-card:nth-child(5){animation-delay:.45s}.event-card:nth-child(n+6){animation-delay:.47s}.event-date-badge{text-align:center;background:var(--ink);width:48px;color:var(--white);border-radius:var(--radius-sm);flex-shrink:0;padding:.35rem .2rem .4rem;line-height:1}.event-date-badge .month{text-transform:uppercase;letter-spacing:.1em;color:var(--emerald-glow);font-size:.55rem;font-weight:700}.event-date-badge .day{font-family:var(--font-display);margin-top:.1rem;font-size:1.35rem;font-weight:400;display:block}.event-info h4{margin-bottom:.15rem;font-size:.88rem;font-weight:600}.event-info .event-location{color:var(--ink-muted);font-size:.72rem}.event-info .event-category-tag{color:var(--ink-muted);background:var(--paper-warm);border-radius:4px;margin-top:.3rem;padding:.15rem .4rem;font-size:.6rem;font-weight:600;display:inline-block}.trending-list{list-style:none}.trending-item{animation:slideIn .4s var(--ease-out) both;border-bottom:1px solid #0000000a;align-items:center;padding:.55rem 0;font-size:.82rem;display:flex}.trending-item:first-child{animation-delay:.35s}.trending-item:nth-child(2){animation-delay:.4s}.trending-item:nth-child(3){animation-delay:.45s}.trending-item:nth-child(4){animation-delay:.5s}.trending-item:nth-child(5){animation-delay:.55s}.trending-item:nth-child(n+6){animation-delay:.58s}.trending-item:last-child{border-bottom:none}.trending-rank{font-family:var(--font-display);color:var(--ink-faint);flex-shrink:0;width:1.75rem;font-size:1rem}.trending-topic{flex:1;font-weight:500}.trending-mentions{color:var(--ink-muted);white-space:nowrap;background:var(--paper-warm);border-radius:100px;padding:.15rem .45rem;font-size:.65rem}.directory-grid{grid-template-columns:1fr;gap:.6rem;display:grid}.directory-card{animation:scaleIn .4s var(--ease-out) both;position:relative}.directory-card:first-child{animation-delay:.25s}.directory-card:nth-child(2){animation-delay:.3s}.directory-card:nth-child(3){animation-delay:.35s}.directory-card:nth-child(4){animation-delay:.4s}.directory-card:nth-child(n+5){animation-delay:.42s}.directory-card .dir-category{text-transform:uppercase;letter-spacing:.08em;color:var(--emerald);margin-bottom:.25rem;font-size:.6rem;font-weight:700}.directory-card h4{font-family:var(--font-display);margin-bottom:.15rem;font-size:.98rem;font-weight:400}.directory-card .dir-address{color:var(--ink-muted);margin-bottom:.35rem;font-size:.72rem}.directory-card p{color:var(--ink-light);font-size:.78rem;line-height:1.5}.directory-card .featured-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--white);background:var(--coral);border-radius:100px;padding:.2rem .45rem;font-size:.55rem;font-weight:700;position:absolute;top:.85rem;right:.85rem}.ad-slot{background:var(--paper-warm);border-radius:var(--radius);text-align:center;color:var(--ink-muted);border:1px dashed #00000014;padding:1.5rem 1.25rem;font-size:.72rem}.ad-slot .ad-label{text-transform:uppercase;letter-spacing:.12em;color:var(--ink-faint);margin-bottom:.35rem;font-size:.55rem;display:block}.ad-slot .ad-cta{color:var(--ink);background:var(--white);transition:all .2s var(--ease-out);border:1px solid #00000014;border-radius:100px;margin-top:.6rem;padding:.4rem .85rem;font-size:.72rem;font-weight:600;display:inline-block}.ad-slot .ad-cta:hover{background:var(--ink);color:var(--white);border-color:var(--ink)}.city-cards{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.city-card-link{color:inherit;animation:fadeUp .6s var(--ease-out) both;display:block}.city-card-link:first-child{animation-delay:.2s}.city-card-link:nth-child(2){animation-delay:.35s}.city-card-link:hover .card{transform:translateY(-3px);box-shadow:0 12px 40px #00000014}.city-card-link:hover .city-card h3{color:var(--emerald)}.city-card h3{font-family:var(--font-display);margin-bottom:.2rem;font-size:1.35rem;font-weight:400;transition:color .2s}.city-card .city-card-tagline{color:var(--ink-light);margin-bottom:.75rem;font-size:.82rem}.city-card .city-card-stats{color:var(--ink-muted);flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;font-size:.68rem;display:flex}.city-card .city-card-stats span{background:var(--paper);border-radius:100px;padding:.2rem .5rem}.city-card .city-card-highlights{flex-wrap:wrap;gap:.3rem;display:flex}.city-card .city-card-highlights span{color:var(--emerald);background:var(--emerald-soft);border-radius:100px;padding:.2rem .5rem;font-size:.65rem;font-weight:600}.site-footer{background:var(--ink);color:#ffffff80;margin-top:3rem;padding:2.5rem 1.25rem;font-size:.78rem}.footer-inner{max-width:var(--max-w);flex-direction:column;gap:1.5rem;margin:0 auto;display:flex}.footer-inner h4{font-family:var(--font-display);color:var(--white);margin-bottom:.5rem;font-size:.95rem;font-weight:400}.footer-inner p{max-width:280px;line-height:1.5}.footer-inner a{color:#ffffff80;padding:.2rem 0;transition:color .15s;display:block}.footer-inner a:hover{color:var(--emerald-glow)}.footer-links{gap:2.5rem;display:flex}.footer-bottom{max-width:var(--max-w);color:#ffffff40;border-top:1px solid #ffffff0f;margin:1.5rem auto 0;padding-top:1.25rem;font-size:.68rem}@media (width>=768px){:root{--max-w:960px}.hero h1{font-size:3rem}.hero-city h1{font-size:2.5rem}.city-grid{grid-template-columns:1fr 300px;gap:2.5rem;display:grid}.city-cards{flex-direction:row}.city-card-link{flex:1}.directory-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{flex-direction:row;justify-content:space-between;align-items:flex-start}.tabs{max-width:320px}}
