:root{--navy:#031732;--navy2:#0a2647;--cyan:#1ec3bd;--cyan2:#19aaa5;--ink:#102033;--muted:#617086;--line:#e3e8ef;--bg:#f6f8fb;--white:#fff;--danger:#b42318;--shadow:0 16px 45px rgba(3,23,50,.10);--radius:18px;--max:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select{font:inherit}.skip-link{position:absolute;left:-9999px;top:10px;background:#fff;padding:10px 14px;z-index:9999}.skip-link:focus{left:10px}.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);backdrop-filter:blur(15px);border-bottom:1px solid var(--line)}.header-inner{height:74px;max-width:var(--max);margin:auto;padding:0 22px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;flex:none}.brand img{width:190px;height:auto}.desktop-nav{display:flex;gap:24px;align-items:center;margin-right:auto}.desktop-nav a{font-size:14px;font-weight:750;color:#34455c}.desktop-nav a:hover,.location-link:hover{color:var(--cyan2)}.header-actions{display:flex;gap:14px;align-items:center}.location-link{font-size:14px;font-weight:750;display:flex;gap:6px;align-items:center}.menu-button{display:none;border:0;background:none;font-size:24px}.mobile-menu{display:none;padding:4px 22px 18px;background:#fff;border-top:1px solid var(--line);grid-template-columns:repeat(2,1fr);gap:12px}.mobile-menu.open{display:grid}.mobile-menu a{font-weight:700;padding:9px 0}.hero{background:linear-gradient(130deg,#031732 0%,#071f40 70%,#0d344e 100%);color:#fff;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(30,195,189,.13);right:-150px;top:-300px}.hero:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:rgba(30,195,189,.08);left:-120px;bottom:-240px}.hero-inner{max-width:var(--max);margin:auto;padding:70px 22px 64px;position:relative;z-index:1}.eyebrow{display:inline-flex;gap:8px;align-items:center;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#83e6e2}.hero h1{max-width:800px;font-size:clamp(38px,6vw,68px);line-height:1.02;letter-spacing:-.045em;margin:14px 0 18px}.hero p{max-width:700px;color:#cdd8e6;font-size:18px;margin:0 0 30px}.discovery-search{background:#fff;border-radius:16px;display:grid;grid-template-columns:1.45fr 1fr auto;max-width:950px;padding:8px;box-shadow:0 18px 48px rgba(0,0,0,.20);color:var(--ink)}.discovery-search label{display:flex;flex-direction:column;padding:5px 14px;border-right:1px solid var(--line)}.discovery-search label span{font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.discovery-search input,.discovery-search select{height:35px;border:0;outline:0;background:transparent;color:var(--ink);min-width:0}.discovery-search button,.button{border:0;border-radius:12px;background:var(--cyan);color:#03262c;font-weight:850;padding:0 24px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-height:48px}.discovery-search button:hover,.button:hover{background:#39d4cf}.button.secondary{background:#fff;border:1px solid var(--line);color:var(--navy)}.section{max-width:var(--max);margin:auto;padding:48px 22px}.section.tight{padding-top:30px;padding-bottom:30px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head h2,.section h1{margin:0;color:var(--navy);letter-spacing:-.025em}.section-head h2{font-size:30px}.section-head p{color:var(--muted);margin:5px 0 0}.section-head a{font-size:14px;font-weight:800;color:var(--cyan2)}.chips{display:flex;gap:10px;overflow-x:auto;padding:2px 0 7px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chips a,.filter-chip{white-space:nowrap;background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 14px;font-size:13px;font-weight:750}.chips a:hover,.chips a.active,.filter-chip.active{border-color:var(--cyan);box-shadow:0 0 0 3px rgba(30,195,189,.10)}.event-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.event-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s ease;min-width:0}.event-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#d2dae4}.card-image{display:block;aspect-ratio:16/10;overflow:hidden;position:relative;background:var(--navy)}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.event-card:hover .card-image img{transform:scale(1.025)}.date-badge{position:absolute;left:12px;top:12px;width:52px;min-height:54px;background:rgba(255,255,255,.96);border-radius:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:13px;font-weight:850;color:var(--navy);box-shadow:0 6px 16px rgba(0,0,0,.15)}.date-badge b{font-size:10px;color:#0d8d89;letter-spacing:.06em}.ended-badge{position:absolute;right:12px;top:12px;background:rgba(3,23,50,.88);color:#fff;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800}.card-body{padding:16px}.card-kicker{color:#138c88;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:850}.card-body h3{font-size:17px;line-height:1.3;margin:7px 0 10px;color:var(--navy);letter-spacing:-.012em}.card-body h3 a:hover{color:#0d918d}.card-meta{margin:3px 0;color:var(--muted);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-bottom{border-top:1px solid #edf0f4;margin-top:13px;padding-top:12px;display:flex;justify-content:space-between;gap:8px;font-size:12px;font-weight:800}.mini-link{color:#168d89;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.country-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.country-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;display:grid;gap:4px}.country-card:hover{border-color:var(--cyan);box-shadow:var(--shadow)}.country-code{width:42px;height:28px;border-radius:8px;background:#e5f8f7;color:#0c7d79;display:grid;place-items:center;font-size:11px;font-weight:900;margin-bottom:9px}.country-card strong{font-size:17px;color:var(--navy)}.country-card span:last-child{font-size:12px;color:var(--muted)}.city-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.city-grid a{background:#fff;border:1px solid var(--line);padding:16px;border-radius:14px;display:flex;justify-content:space-between;align-items:center;gap:10px}.city-grid a:hover{border-color:var(--cyan)}.city-grid strong{font-size:14px;color:var(--navy)}.city-grid span{font-size:11px;color:var(--muted);white-space:nowrap}.listing-hero{background:#fff;border-bottom:1px solid var(--line)}.listing-hero-inner{max-width:var(--max);margin:auto;padding:42px 22px 30px}.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;color:var(--muted);margin-bottom:13px}.breadcrumbs a:hover{color:var(--cyan2)}.listing-hero h1{font-size:clamp(32px,5vw,48px);line-height:1.08;margin:0;color:var(--navy);letter-spacing:-.035em}.listing-hero p{max-width:760px;color:var(--muted);font-size:16px;margin:13px 0 0}.filters{margin-top:22px;display:flex;gap:9px;overflow:auto;padding-bottom:3px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.pagination{margin:32px 0 0;display:flex;justify-content:center;align-items:center;gap:18px}.pagination a{background:#fff;border:1px solid var(--line);padding:10px 14px;border-radius:10px;font-weight:750;font-size:13px}.pagination span{font-size:12px;color:var(--muted)}.empty-state{background:#fff;border:1px dashed #cad3de;border-radius:18px;padding:50px 20px;text-align:center}.empty-icon{font-size:38px;color:var(--cyan2)}.empty-state h2{margin:8px 0;color:var(--navy)}.empty-state p{color:var(--muted);margin:0 auto 20px;max-width:480px}.event-hero{background:#fff;border-bottom:1px solid var(--line)}.event-hero-inner{max-width:var(--max);margin:auto;padding:34px 22px 42px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:38px;align-items:center}.event-cover{border-radius:22px;overflow:hidden;aspect-ratio:16/10;background:var(--navy);position:relative}.event-cover img{width:100%;height:100%;object-fit:cover}.event-content h1{font-size:clamp(34px,5vw,52px);line-height:1.06;letter-spacing:-.035em;color:var(--navy);margin:10px 0 19px}.event-type-label{color:#0d8b87;font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.event-facts{display:grid;gap:11px;margin:0 0 22px}.event-fact{display:grid;grid-template-columns:28px 1fr;gap:10px;align-items:start}.event-fact i{font-style:normal;width:28px;height:28px;border-radius:8px;background:#e8f8f7;display:grid;place-items:center;color:#0a817d}.event-fact strong{display:block;color:var(--navy);font-size:14px}.event-fact span{display:block;color:var(--muted);font-size:13px}.ticket-box{background:var(--navy);border-radius:17px;padding:17px 18px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px}.ticket-box small{display:block;color:#aebdce}.ticket-box strong{font-size:16px}.ticket-box .button{min-height:44px}.notice{border-radius:14px;padding:13px 15px;background:#fff4e8;color:#8a4b10;border:1px solid #f0d6b9;font-size:13px;margin-bottom:18px}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:30px}.content-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;margin-bottom:18px}.content-card h2{margin:0 0 12px;color:var(--navy);font-size:22px;letter-spacing:-.02em}.content-card p{color:#44556b;margin:0 0 12px}.detail-list{list-style:none;margin:0;padding:0;display:grid;gap:11px}.detail-list li{display:flex;justify-content:space-between;gap:18px;padding-bottom:10px;border-bottom:1px solid #edf0f4;font-size:13px}.detail-list li:last-child{border:0;padding:0}.detail-list span{color:var(--muted)}.detail-list strong{text-align:right}.sticky-card{position:sticky;top:94px}.profile-hero{background:var(--navy);color:#fff}.profile-hero .section{padding-top:48px;padding-bottom:48px}.profile-hero h1{color:#fff;font-size:45px}.profile-hero p{color:#bac7d7;max-width:720px}.search-page .discovery-search{box-shadow:none;border:1px solid var(--line);max-width:100%}.near-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;text-align:center}.near-orb{width:86px;height:86px;background:#e5f8f7;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;font-size:36px;color:#0c8581}.legal-page{max-width:860px}.legal-page h1{font-size:42px}.legal-page h2{margin-top:32px;color:var(--navy)}.legal-page p,.legal-page li{color:#46576b}.legal-page a{color:#0c8884;text-decoration:underline}.site-footer{background:#03152d;color:#d2dbe7;margin-top:55px}.footer-grid{max-width:var(--max);margin:auto;padding:52px 22px 35px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:38px}.footer-logo{width:180px;filter:brightness(0) invert(1);opacity:.95}.footer-grid p{max-width:390px;color:#95a8bd;font-size:13px}.footer-grid h2,.footer-title{display:block;font-size:13px;color:#fff;margin:0 0 13px}.footer-grid a{display:block;color:#a8b8ca;font-size:13px;margin:8px 0}.footer-grid a:hover{color:#65dcd7}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);max-width:var(--max);margin:auto;padding:20px 22px;display:flex;justify-content:space-between;gap:20px;color:#7f94aa;font-size:11px}.consent{position:fixed;z-index:200;left:18px;right:18px;bottom:18px;max-width:760px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 20px 70px rgba(3,23,50,.25);padding:17px 18px;display:flex;align-items:center;justify-content:space-between;gap:20px}.consent[hidden]{display:none}.consent strong{color:var(--navy)}.consent p{margin:3px 0 0;font-size:11px;color:var(--muted);max-width:480px}.consent-actions{display:flex;gap:8px;flex:none}.consent-actions button{border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px 11px;font-weight:750;font-size:11px;cursor:pointer}.consent-actions button.primary{background:var(--navy);color:#fff;border-color:var(--navy)}@media(max-width:1050px){.event-grid{grid-template-columns:repeat(3,1fr)}.desktop-nav{display:none}.menu-button{display:block}.country-grid,.city-grid{grid-template-columns:repeat(2,1fr)}.event-hero-inner{grid-template-columns:1fr 1fr;gap:25px}.footer-grid{grid-template-columns:2fr 1fr 1fr}}@media(max-width:760px){body{font-size:15px}.header-inner{height:66px;padding:0 16px}.brand img{width:154px}.location-link{font-size:0}.location-link span{font-size:22px}.hero-inner{padding:48px 16px 42px}.hero h1{font-size:43px}.hero p{font-size:16px}.discovery-search{grid-template-columns:1fr;padding:7px}.discovery-search label{border-right:0;border-bottom:1px solid var(--line)}.discovery-search button{margin-top:1px}.section{padding:37px 16px}.section-head h2{font-size:26px}.event-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.card-body{padding:12px}.card-body h3{font-size:15px}.card-meta{font-size:11px}.card-bottom{font-size:11px}.date-badge{width:46px;min-height:48px}.country-grid,.city-grid{grid-template-columns:1fr 1fr;gap:9px}.country-card{padding:15px}.city-grid a{padding:13px;display:block}.city-grid span{display:block;margin-top:3px}.listing-hero-inner{padding:32px 16px 23px}.listing-hero h1{font-size:36px}.event-hero-inner{grid-template-columns:1fr;padding:20px 16px 30px}.event-content h1{font-size:36px}.content-grid{grid-template-columns:1fr}.sticky-card{position:static}.footer-grid{grid-template-columns:1fr 1fr;padding:40px 16px 28px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{padding:18px 16px;display:block}.footer-bottom span{display:block;margin:4px 0}.consent{display:block;left:10px;right:10px;bottom:10px}.consent-actions{margin-top:12px}.consent-actions button{flex:1}.profile-hero h1{font-size:36px}}@media(max-width:430px){.event-grid{grid-template-columns:1fr 1fr}.event-card{border-radius:14px}.card-image{aspect-ratio:1/1}.card-kicker{font-size:9px}.card-body h3{font-size:14px}.card-bottom{display:block}.mini-link{display:block;margin-top:4px}.country-grid{grid-template-columns:1fr 1fr}.city-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}

/* Concertimo Ultra V2 — responsive discovery shell */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.mini-label{display:block;color:#138c88;text-transform:uppercase;font-size:11px;font-weight:900;letter-spacing:.09em;margin-bottom:7px}.site-header{background:rgba(255,255,255,.98);box-shadow:0 1px 0 rgba(3,23,50,.08)}.header-main{max-width:var(--max);min-height:74px;margin:auto;padding:10px 22px;display:grid;grid-template-columns:190px minmax(320px,1fr) auto;gap:22px;align-items:center}.header-main .brand img{width:184px;max-width:100%;height:auto}.header-search{height:46px;border:1px solid #d8e0e9;background:#f7f9fc;border-radius:13px;display:grid;grid-template-columns:auto minmax(120px,1fr) minmax(120px,190px) auto;align-items:center;overflow:hidden;transition:border-color .2s,box-shadow .2s}.header-search:focus-within{border-color:#57cdc8;box-shadow:0 0 0 3px rgba(30,195,189,.12);background:#fff}.header-search-icon{padding-left:14px;color:#637489;font-size:19px}.header-search input,.header-search select{height:42px;border:0;background:transparent;outline:0;color:#13243a;min-width:0;font:inherit;font-size:13px}.header-search input{padding:0 10px}.header-search select{border-left:1px solid #e1e6ed;padding:0 10px;color:#53657b}.header-search button{height:34px;margin-right:6px;border:0;border-radius:9px;background:var(--navy);color:#fff;padding:0 14px;font-weight:800;cursor:pointer}.header-search button:hover{background:#0b315c}.header-actions{justify-self:end;display:flex;align-items:center;gap:8px}.location-link{padding:9px 10px;border-radius:10px;color:#23374e}.location-link:hover{background:#eef9f8}.location-link span{font-size:19px}.location-link b{font-size:13px}.menu-button{display:none!important;width:42px;height:42px;border:1px solid #dce3ea!important;border-radius:11px!important;background:#fff!important;color:var(--navy);cursor:pointer;line-height:1}.primary-nav{border-top:1px solid #edf0f4;max-width:none;padding:0 max(22px,calc((100vw - var(--max))/2 + 22px));height:43px;display:flex;align-items:center;gap:24px;overflow-x:auto;white-space:nowrap;scrollbar-width:none;background:#fff}.primary-nav::-webkit-scrollbar{display:none}.primary-nav a{font-size:12px;font-weight:800;color:#42536a}.primary-nav a:hover{color:#0b8f8a}.mobile-menu{max-width:none}.mobile-menu a{color:#24374e}.hero.home-hero .hero-inner{padding-top:58px;padding-bottom:48px}.hero-quick-links{display:flex;gap:10px;overflow-x:auto;margin-top:24px;padding-bottom:5px;scrollbar-width:none}.hero-quick-links::-webkit-scrollbar{display:none}.hero-quick-links a{flex:none;background:rgba(255,255,255,.96);color:#09203e!important;border:1px solid rgba(255,255,255,.7);min-height:42px;padding:0 17px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:850;box-shadow:0 4px 14px rgba(0,0,0,.12)}.hero-quick-links a:hover{background:#72e1dc;color:#062746!important}.hero .chips a{color:var(--navy)!important}.discovery-rails{background:#fff;border-bottom:1px solid var(--line);padding:14px 0 12px;overflow:hidden}.marquee{overflow:hidden;mask-image:linear-gradient(to right,transparent,#000 4%,#000 96%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,#000 4%,#000 96%,transparent)}.marquee+.marquee{margin-top:9px}.marquee-track{display:flex;width:max-content;animation:ti-marquee 42s linear infinite}.marquee.reverse .marquee-track{animation-direction:reverse;animation-duration:48s}.marquee:hover .marquee-track{animation-play-state:paused}.marquee-set{display:flex;gap:9px;padding-right:9px}.marquee a{display:flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;border:1px solid #dce4ec;background:#fff;color:#263a52;font-size:12px;font-weight:800;white-space:nowrap}.marquee-topics a{background:#edf9f8;border-color:#d4efed;color:#0b716e}.marquee a:hover{border-color:#27bdb7;box-shadow:0 0 0 3px rgba(30,195,189,.09)}@keyframes ti-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}.category-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-feature-grid a{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px;min-height:158px;display:flex;flex-direction:column;transition:.2s ease}.category-feature-grid a:hover{border-color:#9cdedb;transform:translateY(-2px);box-shadow:var(--shadow)}.category-feature-grid a>span{width:42px;height:42px;border-radius:12px;background:#e6f8f7;color:#087a76;display:grid;place-items:center;font-size:20px;margin-bottom:18px}.category-feature-grid strong{font-size:17px;color:var(--navy);margin-bottom:5px}.category-feature-grid small{color:var(--muted);font-size:12px;line-height:1.5}.intent-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.intent-grid>a{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;min-height:180px;display:flex;flex-direction:column}.intent-icon{font-size:27px;color:#108b87;margin-bottom:14px}.intent-grid strong{font-size:18px;color:var(--navy)}.intent-grid small{font-size:12px;line-height:1.55;color:var(--muted);margin:7px 0 auto}.intent-grid b{font-size:12px;color:#0a8581;margin-top:16px}.country-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.country-card{min-height:128px;padding:18px;display:grid!important;grid-template-columns:54px 1fr auto;gap:13px;align-items:center}.country-flag{font-size:35px;line-height:1;filter:saturate(.95)}.country-card-copy{display:flex;min-width:0;flex-direction:column}.country-card-copy strong{font-size:17px}.country-card-copy small{color:#7b8999;font-size:10px;margin:3px 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.country-card-copy span{font-size:11px!important;color:#586a80!important}.country-arrow{color:#17938f!important;font-size:20px!important}.destination-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.destination-card{position:relative;overflow:hidden;border-radius:18px;background:#061d3c;aspect-ratio:4/3;box-shadow:0 1px 0 rgba(3,23,50,.05)}.destination-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease;opacity:.88}.destination-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(2,16,35,.88),rgba(2,16,35,.03) 62%)}.destination-card:hover img{transform:scale(1.035)}.destination-overlay{position:absolute;z-index:2;left:16px;right:16px;bottom:14px;display:flex;flex-direction:column;color:#fff}.destination-overlay strong{font-size:18px}.destination-overlay small{font-size:11px;color:#d9e4ef;margin-top:2px}.plan-shell{background:linear-gradient(135deg,#061b38,#0b3552);border-radius:24px;padding:30px;display:grid;grid-template-columns:1fr 1.2fr;gap:28px;color:#fff;overflow:hidden;position:relative}.plan-shell:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:rgba(38,203,196,.1);right:-170px;top:-180px}.plan-copy,.plan-cards{position:relative;z-index:1}.plan-copy .mini-label{color:#76e3df}.plan-copy h2{font-size:32px;margin:0;color:#fff}.plan-copy p{color:#bdcad9;max-width:520px}.plan-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.plan-actions .button.secondary{background:transparent;color:#fff;border-color:rgba(255,255,255,.28)}.plan-cards{display:grid;grid-template-columns:1fr 1fr;gap:11px}.plan-cards a{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.11);border-radius:15px;padding:18px;display:flex;flex-direction:column}.plan-cards a:hover{background:rgba(255,255,255,.13)}.plan-cards strong{color:#fff}.plan-cards span{font-size:11px;color:#bac9d8;margin-top:6px;line-height:1.5}.entity-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(155px,1fr);overflow-x:auto;gap:12px;padding-bottom:5px;scrollbar-width:thin}.entity-strip>a{background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;display:flex;flex-direction:column;min-width:0}.entity-strip img,.entity-fallback{width:100%;aspect-ratio:1/1;border-radius:12px;object-fit:cover;background:linear-gradient(135deg,#08213f,#0d4b61);display:grid;place-items:center;color:#7ee8e2;font-size:42px}.entity-strip strong{font-size:14px;color:var(--navy);margin-top:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.entity-strip small{font-size:10px;color:var(--muted);margin-top:3px}.venue-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.venue-list a{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.venue-list a:hover{border-color:#86d7d3}.venue-list span{display:flex;flex-direction:column;min-width:0}.venue-list strong{color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.venue-list small{font-size:10px;color:var(--muted);margin-top:3px}.venue-list b{font-size:11px;color:#0a8581;white-space:nowrap}.trust-shell{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px;display:grid;grid-template-columns:1.5fr 1fr;gap:30px}.trust-shell h2{color:var(--navy);margin:0 0 8px;font-size:27px}.trust-shell p{color:var(--muted);max-width:650px;margin:0}.trust-links{display:grid;grid-template-columns:1fr 1fr;gap:8px}.trust-links a{border:1px solid #e1e6ec;border-radius:11px;padding:11px;color:#176f71;font-size:11px;font-weight:800}.trust-links a:hover{background:#edf9f8}.footer-grid{grid-template-columns:2fr repeat(4,1fr)}

@media(max-width:1100px){.header-main{grid-template-columns:180px minmax(260px,1fr) auto}.header-search select{display:none}.header-search{grid-template-columns:auto minmax(100px,1fr) auto}.header-search input{border-right:0}.location-link b{display:none}.category-feature-grid,.intent-grid{grid-template-columns:repeat(2,1fr)}.destination-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}.footer-grid>div:last-child{display:none}}
@media(max-width:760px){.site-header{position:sticky}.header-main{min-height:0;padding:10px 14px 9px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}.header-main .brand{min-width:0}.header-main .brand img{width:160px}.header-actions{grid-column:2;grid-row:1}.menu-button{display:grid!important;place-items:center}.location-link{width:40px;height:40px;padding:0;display:grid;place-items:center}.location-link span{font-size:22px}.header-search{grid-column:1/-1;grid-row:2;width:100%;height:44px;grid-template-columns:auto minmax(0,1fr) auto;background:#f4f7fb}.header-search input{font-size:13px}.header-search select{display:none}.header-search button{height:32px;padding:0 12px;font-size:11px}.primary-nav{display:none}.mobile-menu{padding:12px 16px 17px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 14px;border-top:1px solid var(--line);max-height:60vh;overflow:auto}.mobile-menu a{padding:10px 5px;border-bottom:1px solid #eef1f4;font-size:13px}.hero.home-hero .hero-inner{padding:42px 16px 34px}.hero h1{font-size:42px;max-width:520px}.hero p{font-size:16px;margin-bottom:22px}.hero .discovery-search{border-radius:18px}.hero-quick-links{margin-top:18px}.hero-quick-links a{min-height:39px;padding:0 14px;font-size:12px}.discovery-rails{padding:11px 0}.marquee-track{animation-duration:34s}.marquee.reverse .marquee-track{animation-duration:39s}.marquee a{min-height:32px;font-size:11px}.section{padding-left:16px;padding-right:16px}.section-head{align-items:flex-start}.section-head h2{font-size:27px}.section-head>a{font-size:12px}.category-feature-grid,.intent-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.category-feature-grid a{padding:15px;min-height:145px}.category-feature-grid a>span{margin-bottom:14px}.category-feature-grid strong{font-size:15px}.intent-grid>a{min-height:164px;padding:16px}.country-grid{grid-template-columns:1fr 1fr;gap:9px}.country-card{min-height:122px;padding:14px;grid-template-columns:42px 1fr}.country-flag{font-size:29px}.country-arrow{display:none}.country-card-copy strong{font-size:15px}.country-card-copy small{font-size:9px}.destination-grid{grid-template-columns:1fr 1fr;gap:9px}.destination-card{border-radius:15px;aspect-ratio:1/1}.destination-overlay{left:12px;right:12px;bottom:11px}.destination-overlay strong{font-size:15px}.plan-shell{padding:22px 18px;grid-template-columns:1fr;border-radius:20px}.plan-copy h2{font-size:28px}.plan-cards{grid-template-columns:1fr 1fr}.plan-cards a{padding:14px}.entity-strip{grid-auto-columns:145px}.venue-list{grid-template-columns:1fr}.trust-shell{grid-template-columns:1fr;padding:20px}.trust-links{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{display:block}.event-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:430px){.header-main .brand img{width:150px}.header-actions{gap:4px}.location-link,.menu-button{width:38px;height:38px}.hero h1{font-size:40px}.discovery-search{grid-template-columns:1fr!important}.country-grid{grid-template-columns:1fr 1fr}.country-card{display:flex!important;flex-direction:column;align-items:flex-start;gap:8px;min-height:154px}.country-card-copy small{white-space:normal;line-height:1.35}.destination-grid{grid-template-columns:1fr 1fr}.category-feature-grid{grid-template-columns:1fr 1fr}.category-feature-grid small{font-size:11px}.plan-cards{grid-template-columns:1fr}.trust-links{grid-template-columns:1fr}.event-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){.marquee-track{animation:none!important}.event-card,.destination-card img,.category-feature-grid a{transition:none!important}}
.search-match-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.search-match-grid a{background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px;display:flex;flex-direction:column}.search-match-grid a:hover{border-color:#91d9d6}.search-match-grid span{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#0c8884;font-weight:900}.search-match-grid strong{color:var(--navy);font-size:14px;margin:5px 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-match-grid small{font-size:10px;color:var(--muted)}@media(max-width:760px){.search-match-grid{grid-template-columns:1fr 1fr}}
.directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.directory-grid>a{background:#fff;border:1px solid var(--line);border-radius:15px;padding:10px;display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center}.directory-grid>a:hover{border-color:#86d9d5;box-shadow:0 8px 24px rgba(3,23,50,.06)}.directory-grid img,.directory-fallback{width:64px;height:64px;object-fit:cover;border-radius:12px;background:linear-gradient(135deg,#06203e,#0e5864);display:grid;place-items:center;color:#79e6e1;font-size:24px}.directory-copy{min-width:0;display:flex;flex-direction:column}.directory-copy strong{color:var(--navy);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.directory-copy small{color:var(--muted);font-size:10px;margin-top:4px}.directory-grid>a>b{color:#0b8a86}@media(max-width:900px){.directory-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.directory-grid{grid-template-columns:1fr}.directory-grid>a{grid-template-columns:56px 1fr auto}.directory-grid img,.directory-fallback{width:56px;height:56px}}
.header-search,.discovery-search{position:relative}.search-suggestions{position:absolute;z-index:120;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #dce3ea;border-radius:14px;box-shadow:0 18px 50px rgba(3,23,50,.16);padding:6px;max-height:390px;overflow:auto}.search-suggestions[hidden]{display:none}.search-suggestions a{display:grid;grid-template-columns:58px 1fr auto;gap:10px;align-items:center;padding:10px 11px;border-radius:10px;color:var(--ink)}.search-suggestions a:hover{background:#f2f8f8}.suggestion-type{font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#0d8b87}.suggestion-copy{min-width:0;display:flex;flex-direction:column}.suggestion-copy strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-copy small{font-size:10px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-suggestions b{color:#0a8b87}.nearby-tabs{display:flex;gap:8px;overflow-x:auto;margin:-4px 0 16px;scrollbar-width:none}.nearby-tabs::-webkit-scrollbar{display:none}.nearby-tabs button{flex:none;border:1px solid #dce3e9;background:#fff;border-radius:999px;padding:9px 13px;font:inherit;font-size:12px;font-weight:800;color:#42536a;cursor:pointer}.nearby-tabs button.active{background:#e7f8f7;border-color:#85d9d5;color:#0b7572}.nearby-loading{border:1px dashed #ccd5de;border-radius:15px;padding:22px;color:#66778b;background:#fff;font-size:13px}.nearby-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.nearby-card{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden;min-width:0}.nearby-card>img,.nearby-image-fallback{width:100%;aspect-ratio:16/9;object-fit:cover;display:grid;place-items:center;background:linear-gradient(135deg,#071e3b,#0e5d68);color:#75e6e1;font-size:28px}.nearby-card>div{padding:13px}.nearby-card strong{display:block;color:var(--navy);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nearby-card small{display:block;color:#0b8581;font-size:10px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nearby-card p{font-size:10px;color:var(--muted);line-height:1.4;margin:8px 0}.nearby-card a{font-size:11px;color:#0a8581;font-weight:800}@media(max-width:900px){.nearby-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.search-suggestions{position:fixed;left:10px;right:10px;top:112px}.discovery-search .search-suggestions{position:absolute;left:0;right:0;top:calc(100% + 8px)}.nearby-grid{grid-template-columns:1fr 1fr}.nearby-card>div{padding:11px}}
.context-columns{display:grid;grid-template-columns:1fr 1fr;gap:28px}.context-columns .section-head{margin-bottom:12px}.context-columns .section-head h2{font-size:22px}.context-link-list{display:grid;gap:7px}.context-link-list a{background:#fff;border:1px solid var(--line);border-radius:11px;padding:11px 13px;display:flex;justify-content:space-between;gap:12px;align-items:center}.context-link-list a:hover{border-color:#8cd9d5}.context-link-list span{font-size:12px;font-weight:800;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.context-link-list b{font-size:10px;color:#0a8581;white-space:nowrap}@media(max-width:760px){.context-columns{grid-template-columns:1fr}.city-plan-shell{margin-left:0;margin-right:0}}
.profile-hero{background:linear-gradient(135deg,#031732,#0a3452);color:#fff}.profile-hero-inner{max-width:var(--max);margin:auto;padding:42px 22px;display:grid;grid-template-columns:330px 1fr;gap:34px;align-items:center}.profile-visual{aspect-ratio:16/10;border-radius:20px;overflow:hidden;background:#061a35;box-shadow:0 18px 50px rgba(0,0,0,.22)}.profile-visual img{width:100%;height:100%;object-fit:cover}.profile-copy .breadcrumbs{color:#a9bbcc}.profile-copy .breadcrumbs a{color:#d5e3ef}.profile-copy h1{font-size:clamp(38px,5vw,56px);line-height:1.03;color:#fff;margin:9px 0 13px}.profile-copy p{max-width:720px;color:#becbd9;font-size:16px}.profile-pills{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.profile-pills span{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:7px 10px;font-size:10px;color:#e2edf5}@media(max-width:760px){.profile-hero-inner{grid-template-columns:1fr;padding:24px 16px 30px;gap:22px}.profile-visual{aspect-ratio:16/9}.profile-copy h1{font-size:38px}}
.event-card{position:relative}.save-event-button{position:absolute;z-index:5;right:11px;top:11px;width:38px;height:38px;border-radius:50%;border:1px solid rgba(3,23,50,.12);background:rgba(255,255,255,.96);display:grid;place-items:center;color:#0c2a4a;font-size:20px;cursor:pointer;box-shadow:0 5px 16px rgba(0,0,0,.14)}.save-event-button:hover{transform:scale(1.04)}.save-event-button.saved{background:#e5f8f7;color:#087d79;border-color:#91dcd8}.ended-badge{right:12px;top:58px}.saved-nav-link span{display:inline-grid;place-items:center;min-width:16px;height:16px;border-radius:999px;background:#e7f8f7;color:#087c78;font-size:9px;margin-left:2px}.saved-nav-link span:empty{display:none}.saved-page-status{font-size:12px;color:var(--muted);margin-bottom:15px}.saved-page>.event-grid:empty{display:none}@media(max-width:760px){.save-event-button{width:34px;height:34px;font-size:18px;right:8px;top:8px}.ended-badge{top:48px}}
.detail-save-button{margin-top:12px;min-height:42px;border:1px solid #d7e0e8;border-radius:11px;background:#fff;color:#17304c;padding:0 15px;font:inherit;font-size:12px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:7px}.detail-save-button:hover,.detail-save-button.saved{border-color:#83d7d3;background:#eaf9f8;color:#087b77}.detail-save-button span{font-size:18px}
/* Concertimo V3 content, media and legal refinements */
.card-image{aspect-ratio:16/9}.event-cover{aspect-ratio:16/9}.guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.listing-guide .content-card{height:100%;margin:0}.listing-guide .content-card h2{font-size:20px}.listing-guide .content-card p:last-child{margin-bottom:0}.event-internal-links{margin-top:15px;flex-wrap:wrap;overflow:visible}.legal-page{max-width:920px}.legal-page h1{font-size:clamp(34px,5vw,50px);line-height:1.08}.legal-lead{font-size:19px;color:#5d6e83;max-width:760px;margin:12px 0 30px}.legal-body{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;box-shadow:0 1px 0 rgba(3,23,50,.03)}.legal-body h2{font-size:23px;color:var(--navy);margin:30px 0 9px}.legal-body h2:first-child{margin-top:0}.legal-body p{color:#405269;margin:0 0 15px}.legal-body a{color:#0b8581;font-weight:750;text-decoration:underline;text-decoration-color:#b9e8e5;text-underline-offset:3px}.legal-related{max-width:920px;margin:auto}.event-card .card-body{min-height:184px;display:flex;flex-direction:column}.event-card .card-bottom{margin-top:auto}.event-card .card-meta{white-space:normal;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.destination-card img,.entity-strip img,.directory-grid img,.profile-visual img,.event-cover img,.card-image img{object-position:center center}
@media(max-width:900px){.guide-grid{grid-template-columns:1fr 1fr}.guide-grid>article:last-child{grid-column:1/-1}}
@media(max-width:760px){.guide-grid{grid-template-columns:1fr}.guide-grid>article:last-child{grid-column:auto}.legal-body{padding:22px}.event-card .card-body{min-height:172px}}
@media(max-width:430px){.card-image{aspect-ratio:16/10}.event-card .card-body{padding:12px;min-height:166px}.card-body h3{font-size:15px}.card-meta{font-size:11px}.card-bottom{font-size:10px}.legal-body{padding:18px;border-radius:16px}}


/* Concertimo ultra mobile, overlays and discovery rails v3.2 */
.header-main{max-width:var(--max);margin:auto;padding:14px 22px;display:grid;grid-template-columns:auto minmax(320px,1fr) auto;gap:18px;align-items:center}
.header-search{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(145px,190px) auto;align-items:center;gap:0;border:1px solid var(--line);background:#fff;border-radius:18px;padding:8px 8px 8px 10px;box-shadow:0 4px 18px rgba(3,23,50,.05);min-width:0}
.header-search-icon{display:grid;place-items:center;color:#7e8ca0;font-size:18px;padding:0 10px 0 6px}
.header-search input,.header-search select{min-width:0;height:42px;border:0;outline:0;background:transparent;color:var(--ink)}
.header-search input{padding:0 8px;border-right:1px solid #e8edf3}
.header-search select{padding:0 12px;color:#53637a}
.header-search button{height:44px;padding:0 18px;border:0;border-radius:14px;background:var(--navy);color:#fff;font-weight:800;cursor:pointer}
.header-search button:hover{background:#0b2a52}
.primary-nav{max-width:var(--max);margin:auto;padding:0 22px 14px;display:flex;gap:18px;align-items:center;overflow:auto;scrollbar-width:none}
.primary-nav::-webkit-scrollbar{display:none}
.primary-nav a{white-space:nowrap;font-size:14px;font-weight:760;color:#41526a}
.site-header{overflow:visible}
.mobile-menu{position:absolute;left:0;right:0;top:100%;z-index:95;background:#fff;box-shadow:0 18px 45px rgba(3,23,50,.12)}
body.menu-open{overflow:hidden}
.destination-card{position:relative;overflow:hidden;border-radius:22px;aspect-ratio:5/4;background:#071c39}
.destination-card img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}
.destination-card:hover img{transform:scale(1.03)}
.destination-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,23,50,.06) 0%,rgba(3,23,50,.16) 38%,rgba(3,23,50,.86) 100%)}
.destination-overlay{position:absolute;left:18px;right:18px;bottom:16px;z-index:2;display:flex;flex-direction:column;gap:4px;color:#fff}
.destination-overlay strong{font-size:17px;letter-spacing:-.02em}
.destination-overlay small{font-size:13px;color:#d8e3ef}
.mobile-bottom-nav{display:none}
.home-events .event-grid,.home-concerts .event-grid,.home-weekend .event-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.home-events .event-grid .event-card,.home-concerts .event-grid .event-card,.home-weekend .event-grid .event-card{min-width:0}
.venue-list a,.country-card,.city-grid a,.plan-cards a,.category-feature-grid a,.entity-strip a{min-width:0}
.venue-list a b,.country-card-copy span,.country-card-copy small,.plan-cards a span,.category-feature-grid small{overflow-wrap:anywhere}
@media (max-width: 760px){
  body{padding-bottom:86px;overflow-x:hidden}
  .site-header{position:sticky;top:0;z-index:120}
  .header-main{padding:12px 16px;grid-template-columns:minmax(0,1fr) auto;gap:10px}
  .header-main .brand img{width:188px;max-width:100%}
  .header-actions{grid-column:2;grid-row:1;gap:8px}
  .header-search{grid-column:1/-1;grid-row:2;grid-template-columns:auto minmax(0,1fr) auto;padding:8px 8px 8px 8px;border-radius:18px}
  .header-search input{border-right:0;font-size:14px}
  .header-search select{display:none}
  .header-search button{height:44px;padding:0 18px}
  .location-link,.menu-button{width:44px;height:44px;border-radius:14px;border:1px solid #e4e9ef;background:#fff;display:grid;place-items:center}
  .menu-button{font-size:26px}
  .mobile-menu{max-height:calc(100vh - 132px);overflow:auto;padding:10px 16px 16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 14px}
  .hero.home-hero .hero-inner{padding-top:36px}
  .hero-quick-links{display:flex;gap:10px;overflow:auto;padding-bottom:3px;scrollbar-width:none}
  .hero-quick-links::-webkit-scrollbar{display:none}
  .hero-quick-links a{background:#fff;color:var(--navy);border:1px solid #dbe6f0;box-shadow:none;white-space:nowrap;min-width:fit-content}
  .section{padding:34px 16px}
  .section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
  .section-head h2{font-size:25px;line-height:1.1}
  .section-head p{font-size:15px}
  .destination-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .destination-card{aspect-ratio:1/1.06;border-radius:18px}
  .destination-overlay{left:14px;right:14px;bottom:14px}
  .home-events .event-grid,.home-concerts .event-grid,.home-weekend .event-grid{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px;scrollbar-width:none}
  .home-events .event-grid::-webkit-scrollbar,.home-concerts .event-grid::-webkit-scrollbar,.home-weekend .event-grid::-webkit-scrollbar{display:none}
  .home-events .event-card,.home-concerts .event-card,.home-weekend .event-card{flex:0 0 min(78vw,300px);scroll-snap-align:start}
  .event-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .card-body{padding:14px}
  .card-body h3{font-size:15px}
  .card-meta{font-size:12px}
  .country-grid,.category-feature-grid,.intent-grid,.plan-cards,.trust-links{grid-template-columns:repeat(2,minmax(0,1fr))}
  .city-grid{grid-template-columns:1fr 1fr}
  .venue-list{grid-template-columns:1fr}
  .venue-list a{grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
  .venue-list strong{white-space:normal}
  .footer-grid{padding-bottom:88px}
  .mobile-bottom-nav{position:fixed;left:12px;right:12px;bottom:10px;z-index:140;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:8px;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border:1px solid #dfe6ef;border-radius:20px;box-shadow:0 15px 34px rgba(3,23,50,.16)}
  .mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:54px;color:#44556d;text-align:center}
  .mobile-bottom-nav a span{font-size:18px;line-height:1}
  .mobile-bottom-nav a b{font-size:10px;font-weight:800}
}
@media (max-width: 430px){
  .header-main .brand img{width:176px}
  .hero h1{font-size:34px}
  .section-head h2{font-size:22px}
  .destination-grid{grid-template-columns:1fr 1fr;gap:10px}
  .country-grid,.category-feature-grid,.intent-grid,.plan-cards,.city-grid,.trust-links{grid-template-columns:1fr 1fr}
  .event-grid{grid-template-columns:1fr 1fr}
  .home-events .event-card,.home-concerts .event-card,.home-weekend .event-card{flex-basis:min(82vw,292px)}
}

/* Concertimo V5 live UX + event SEO layout */
.card-date-line{display:flex;align-items:center;gap:7px;margin-bottom:7px;color:#496078;font-size:11px;font-weight:760;line-height:1.25}.card-date-line span:first-child{color:#087f7b}.card-date-line span+span:before{content:"·";margin-right:7px;color:#9aa8b8}.event-status-badge{position:absolute;left:10px;bottom:10px;z-index:4;border-radius:999px;padding:6px 10px;background:rgba(255,255,255,.96);color:#70420e;border:1px solid rgba(222,178,117,.55);font-size:10px;font-weight:850;box-shadow:0 5px 15px rgba(3,23,50,.15)}.event-status-badge.rescheduled{color:#075c59;border-color:#9adbd7}.event-status-badge.postponed{color:#70520d}.event-update{display:grid;gap:3px;margin:0 0 18px;padding:14px 16px;border:1px solid #ecd4ad;border-radius:15px;background:#fff7ea;color:#6d4613}.event-update strong{font-size:14px}.event-update span{font-size:12px;line-height:1.5}.event-update.rescheduled{background:#edf9f8;border-color:#b8e6e3;color:#155e5a}.event-update.cancelled{background:#fff3f1;border-color:#efc8c2;color:#7b3025}.event-update-ticket{margin-top:8px}.event-detail-main{padding-top:34px}.event-about-card .event-lead{font-size:17px;line-height:1.65;color:#263b53}.content-card .mini-label{display:block;margin-bottom:8px}.content-card p{line-height:1.7}.inline-action{display:inline-flex;margin-top:6px;color:#087f7b;font-size:13px;font-weight:850}.inline-action:hover{text-decoration:underline}.event-summary-card .detail-list strong{max-width:58%;overflow-wrap:anywhere}.intent-link-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.intent-link-grid a{min-width:0;background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px;display:flex;flex-direction:column;gap:5px;transition:.2s ease}.intent-link-grid a:hover{border-color:#8bd8d4;transform:translateY(-2px);box-shadow:0 10px 28px rgba(3,23,50,.07)}.intent-link-grid strong{color:var(--navy);font-size:14px;line-height:1.35;overflow-wrap:anywhere}.intent-link-grid span{color:var(--muted);font-size:11px;line-height:1.45}.intent-link-grid b{margin-top:auto;padding-top:8px;color:#0a8581;font-size:11px}.nearby-help{display:grid;gap:4px}.nearby-help strong{color:var(--navy)}.nearby-help span{font-size:12px}.nearby-hours{font-size:9px!important;color:#69798c!important}.event-nearby{padding-top:32px;padding-bottom:32px}.event-nearby .section-head{margin-bottom:16px}.event-nearby .nearby-results{min-height:120px}

/* Keep the mobile search visually centred even when browser translation makes labels longer. */
@media(max-width:760px){
  .header-main{grid-template-columns:minmax(0,1fr) auto;width:100%}
  .header-search{width:100%;max-width:none;min-height:62px;grid-template-columns:34px minmax(0,1fr) auto;gap:0;padding:7px;border-radius:18px;overflow:visible}
  .header-search-icon{padding:0;font-size:18px}
  .header-search input{width:100%;height:46px;padding:0 8px;font-size:14px;line-height:46px}
  .header-search button{width:auto;min-width:94px;max-width:118px;height:46px;padding:0 14px;border-radius:13px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .event-hero-inner{padding-top:18px;gap:20px}.event-cover{border-radius:17px}.event-content h1{font-size:clamp(30px,9vw,38px);margin-bottom:15px}.event-facts{gap:9px}.ticket-box{padding:14px;align-items:flex-start}.ticket-box .button{min-height:42px;padding:0 14px;font-size:12px}.detail-save-button{margin-top:12px}.content-card{padding:20px;margin-bottom:14px}.event-detail-main{padding-top:24px}.intent-link-grid{grid-template-columns:1fr 1fr;gap:10px}.intent-link-grid a{padding:14px}.event-nearby{padding-top:24px}.event-nearby .section-head{display:block}.event-nearby .section-head>a{display:inline-block;margin-top:8px}.nearby-grid{gap:10px}
}
@media(max-width:430px){
  .event-grid{grid-template-columns:1fr}.home-events .event-grid,.home-concerts .event-grid,.home-weekend .event-grid{display:flex}.event-card .card-image{aspect-ratio:16/9}.event-card .card-body{min-height:0}.card-date-line{font-size:10px}.intent-link-grid{grid-template-columns:1fr}.nearby-grid{grid-template-columns:1fr 1fr}.header-search button{min-width:88px;max-width:104px;padding:0 11px}.mobile-bottom-nav{left:8px;right:8px;bottom:8px}
}


/* Concertimo V5.1 navigation polish + live-safe events hub */
.nav-svg{display:inline-grid;place-items:center;width:24px;height:24px;color:inherit;flex:0 0 auto}.nav-svg svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.menu-svg{width:26px;height:26px}.location-link .nav-svg{color:#0d365f}.menu-button .nav-svg{color:#08284c}.mobile-bottom-nav a{position:relative;transition:color .18s ease,background .18s ease,transform .18s ease}.mobile-bottom-nav a .nav-svg{width:22px;height:22px;color:#5f6f84;transition:color .18s ease,transform .18s ease}.mobile-bottom-nav a b{color:#68778a;transition:color .18s ease}.mobile-bottom-nav a.is-active{background:#edf9f8;color:#087f7b;border-radius:14px}.mobile-bottom-nav a.is-active .nav-svg{color:#087f7b;transform:translateY(-1px)}.mobile-bottom-nav a.is-active b{color:#075f5d;font-weight:850}.mobile-bottom-nav a:active{transform:scale(.97)}
@media(max-width:760px){.mobile-bottom-nav{padding:7px 8px}.mobile-bottom-nav a{min-height:56px;border-radius:14px}.mobile-bottom-nav a .nav-svg{width:23px;height:23px}.mobile-bottom-nav a b{font-size:10.5px;letter-spacing:-.01em}.location-link .nav-svg{width:23px;height:23px}.menu-button .nav-svg{width:27px;height:27px}}

/* Concertimo V5.7 — large-catalog discovery + pagination UX */
.discovery-filter-section{padding-top:28px;padding-bottom:24px}.filter-shell{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 10px 30px rgba(3,23,50,.05)}.filter-shell-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:16px}.filter-shell-head h2{font-size:27px;line-height:1.15;margin:3px 0 7px;color:var(--navy);letter-spacing:-.025em}.filter-shell-head p{margin:0;color:var(--muted);max-width:760px;font-size:14px}.filter-result-pill{flex:none;background:#e9f8f7;color:#0a817d;border:1px solid #c8eeeb;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:850}.event-filter-details>summary{display:none;cursor:pointer;list-style:none}.event-filter-details>summary::-webkit-details-marker{display:none}.event-filter-form{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(145px,1fr));gap:12px;align-items:end}.filter-field{display:flex;min-width:0;flex-direction:column;gap:6px}.filter-field>span{font-size:10px;font-weight:850;letter-spacing:.055em;text-transform:uppercase;color:#5e6f84}.filter-field input,.filter-field select{width:100%;height:46px;border:1px solid #dbe2ea;border-radius:12px;background:#f8fafc;color:var(--navy);padding:0 12px;outline:none;min-width:0}.filter-field input:focus,.filter-field select:focus{border-color:#64cbc6;box-shadow:0 0 0 3px rgba(30,195,189,.10);background:#fff}.filter-search-field{grid-column:span 2}.filter-check{height:46px;border:1px solid #dbe2ea;border-radius:12px;background:#f8fafc;padding:0 12px;display:flex;gap:9px;align-items:center;cursor:pointer}.filter-check input{width:17px;height:17px;accent-color:#109b96;flex:none}.filter-check span{display:flex;flex-direction:column;min-width:0}.filter-check b{font-size:12px;color:var(--navy)}.filter-check small{font-size:9px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filter-actions{display:flex;gap:9px;align-items:center;grid-column:span 2}.filter-actions .button{min-height:46px;padding:0 18px}.active-filter-row{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-top:15px;padding-top:14px;border-top:1px solid #eef1f5}.active-filter-row>span{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:850}.active-filter-row a{font-size:11px;border:1px solid #cde9e7;background:#edf9f8;color:#0c7976;border-radius:999px;padding:6px 9px;font-weight:750}.discovery-shortcuts{padding-top:14px}.facet-city-links{display:flex;gap:9px;overflow-x:auto;padding:2px 0 9px;scrollbar-width:none}.facet-city-links::-webkit-scrollbar{display:none}.facet-city-links a{min-width:165px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:13px 14px;display:flex;flex-direction:column}.facet-city-links a:hover{border-color:#72d1cd}.facet-city-links strong{font-size:13px;color:var(--navy)}.facet-city-links span{font-size:10px;color:#168984;margin-top:3px}.seo-date-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px}.seo-date-links span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.055em;font-weight:850}.seo-date-links a{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:750}.results-heading{align-items:flex-end}.results-heading p{font-size:13px}.smart-pagination{margin-top:34px;display:flex;flex-direction:column;gap:15px;align-items:stretch}.load-more-events{width:min(100%,520px);margin:0 auto;background:var(--navy);color:#fff!important;border:0!important;border-radius:15px!important;min-height:58px;padding:10px 18px!important;display:flex!important;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 10px 26px rgba(3,23,50,.12)}.load-more-events:hover{background:#08294e}.load-more-events span{font-size:14px;font-weight:850}.load-more-events small{font-size:10px;color:#b8c8da}.load-more-events.is-loading{opacity:.65;pointer-events:none}.pagination-pages{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.pagination-pages a,.pagination-pages .page-number{height:38px;min-width:38px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:#fff;display:grid;place-items:center;font-size:12px;font-weight:800;color:var(--navy)}.pagination-pages .page-number.is-current{background:#e8f8f7;border-color:#9adeD9;color:#087d79}.pagination-pages .page-arrow{font-size:16px}.page-ellipsis{color:#8793a2;padding:0 3px}.pagination-meta{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:11px}.page-jump{display:flex;align-items:center;gap:6px}.page-jump label{display:flex;align-items:center;gap:6px}.page-jump input{width:68px;height:34px;border:1px solid var(--line);border-radius:9px;padding:0 8px;background:#fff;color:var(--navy)}.page-jump button{height:34px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--navy);font-weight:800;padding:0 11px;cursor:pointer}.load-more-error{font-size:11px;color:#b42318;text-align:center;margin:0}
@media(max-width:900px){.event-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-search-field{grid-column:1/-1}.filter-actions{grid-column:1/-1}}
@media(max-width:760px){.discovery-filter-section{padding-top:18px;padding-bottom:15px}.filter-shell{padding:15px;border-radius:18px}.filter-shell-head{margin-bottom:11px}.filter-shell-head h2{font-size:22px}.filter-shell-head p{font-size:12px;line-height:1.5}.filter-result-pill{display:none}.event-filter-details>summary{min-height:48px;border:1px solid #dbe2ea;border-radius:13px;padding:0 13px;display:flex;align-items:center;gap:8px;background:#f8fafc;color:var(--navy);font-weight:850}.event-filter-details>summary b{width:20px;height:20px;border-radius:999px;background:#dff6f4;color:#087d79;display:grid;place-items:center;font-size:10px}.event-filter-details>summary em{font-style:normal;margin-left:auto;font-size:10px;color:var(--muted);font-weight:700}.event-filter-details[open]>summary{margin-bottom:12px;border-color:#b9dfdc;background:#eff9f8}.event-filter-form{grid-template-columns:1fr 1fr;gap:9px}.filter-field input,.filter-field select{height:44px;font-size:13px}.filter-search-field{grid-column:1/-1}.filter-check{height:44px;grid-column:1/-1}.filter-actions{grid-column:1/-1}.filter-actions .button{flex:1;padding-left:12px;padding-right:12px;font-size:12px}.active-filter-row{overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px}.active-filter-row a,.active-filter-row>span{white-space:nowrap}.facet-city-links a{min-width:150px}.smart-pagination{margin-top:25px}.load-more-events{min-height:54px}.pagination-pages{gap:5px}.pagination-pages a,.pagination-pages .page-number{height:36px;min-width:36px}.pagination-meta{gap:10px}}
@media(max-width:430px){.filter-shell-head h2{font-size:20px}.filter-shell-head p{font-size:11px}.event-filter-form{grid-template-columns:1fr}.filter-search-field,.filter-check,.filter-actions{grid-column:1}.filter-actions{flex-direction:column}.filter-actions .button{width:100%}.pagination-pages .page-number:nth-of-type(n+6){display:none}.pagination-meta{flex-direction:column}.page-jump{width:100%;justify-content:center}.load-more-events{border-radius:14px!important}.load-more-events small{max-width:130px;text-align:right}}

/* Concertimo V5.8 — compact rhythm, natural copy surfaces and search suggestions */
.section{padding-top:40px;padding-bottom:40px}.section.tight{padding-top:24px;padding-bottom:24px}.section-head{margin-bottom:17px}.content-card{padding:21px;margin-bottom:14px}.event-card .card-body{min-height:0!important;padding:14px 15px!important}.event-card .card-body h3{margin:6px 0 8px}.event-card .card-meta{margin:2px 0}.event-card .card-bottom{margin-top:10px!important;padding-top:10px}.home-events,.home-concerts,.home-weekend{padding-top:30px;padding-bottom:30px}.legal-lead{margin-bottom:20px}.legal-body{padding:24px}.legal-body h2{margin-top:24px;margin-bottom:7px}.legal-body p{margin-bottom:12px}.search-suggestions{padding:7px}.search-suggestions a{min-height:52px}.search-suggestions a.is-active,.search-suggestions a:focus{background:#eef8f7;outline:2px solid rgba(30,195,189,.24);outline-offset:-2px}.suggestion-type{min-width:54px}.suggestion-see-all{border-top:1px solid #edf1f5;margin-top:4px;padding-top:11px!important}.suggestion-see-all .suggestion-type{color:#52657b}.suggestion-see-all strong{color:#087f7b}.header-search,.discovery-search{overflow:visible!important}.header-search .search-suggestions,.discovery-search .search-suggestions{top:calc(100% + 6px)}
@media(max-width:760px){.section{padding:25px 16px}.section.tight{padding:19px 16px}.section-head{margin-bottom:14px}.section-head h2{font-size:24px}.home-events,.home-concerts,.home-weekend{padding-top:22px;padding-bottom:22px}.home-events+.section,.home-concerts+.section,.home-weekend+.section{padding-top:16px}.event-card .card-body{min-height:0!important;padding:12px 13px!important}.event-card .card-bottom{margin-top:9px!important;padding-top:9px}.content-card{padding:17px;margin-bottom:11px}.legal-page{padding-top:24px;padding-bottom:24px}.legal-lead{font-size:16px;margin:9px 0 16px}.legal-body{padding:17px;border-radius:17px}.legal-body h2{font-size:20px;margin:21px 0 6px}.legal-body p{margin-bottom:10px;line-height:1.62}.search-suggestions{position:absolute!important;left:0!important;right:0!important;top:calc(100% + 6px)!important;max-height:min(48vh,360px);border-radius:13px}.search-suggestions a{grid-template-columns:52px minmax(0,1fr) auto;padding:9px;min-height:50px}.suggestion-copy strong{font-size:12px}.suggestion-copy small{font-size:9.5px}}
@media(max-width:430px){.section{padding-top:22px;padding-bottom:22px}.section.tight{padding-top:17px;padding-bottom:17px}.event-card .card-body{min-height:0!important}.legal-body{padding:15px}.search-suggestions{left:-2px!important;right:-2px!important}}

/* Concertimo V5.8.1 — restore card proportions; tighten ONLY space around card sections */
.event-card .card-body{min-height:184px!important;display:flex!important;flex-direction:column!important;padding:16px!important}
.event-card .card-bottom{margin-top:auto!important;padding-top:12px!important}

/* Do not create large blank bands above/below homepage card rails. */
.home-events,.home-concerts,.home-weekend{padding-top:18px!important;padding-bottom:18px!important}
.home-events+.home-concerts,.home-events+.home-weekend,.home-concerts+.home-weekend,
.home-events+.section,.home-concerts+.section,.home-weekend+.section{padding-top:8px!important}
.home-events .event-grid,.home-concerts .event-grid,.home-weekend .event-grid{margin-bottom:0!important}
.home-events .section-head,.home-concerts .section-head,.home-weekend .section-head{margin-bottom:14px!important}

@media(max-width:760px){
  .event-card .card-body{min-height:172px!important;padding:12px!important}
  .event-card .card-bottom{margin-top:auto!important;padding-top:10px!important}
  .home-events,.home-concerts,.home-weekend{padding-top:12px!important;padding-bottom:12px!important}
  .home-events+.home-concerts,.home-events+.home-weekend,.home-concerts+.home-weekend,
  .home-events+.section,.home-concerts+.section,.home-weekend+.section{padding-top:4px!important}
  .home-events .event-grid,.home-concerts .event-grid,.home-weekend .event-grid{padding-bottom:4px!important;margin-bottom:0!important}
  .home-events .section-head,.home-concerts .section-head,.home-weekend .section-head{margin-bottom:10px!important}
}
@media(max-width:430px){
  .event-card .card-body{min-height:166px!important;padding:12px!important}
}


/* Concertimo V5.9 — high-intent venue planning */
.intent-hero .listing-hero-inner{max-width:1180px}
.intent-switcher{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.intent-switcher a{display:inline-flex;align-items:center;min-height:42px;padding:9px 14px;border:1px solid var(--line,#dfe5eb);border-radius:999px;background:#fff;color:var(--ink,#071c35);text-decoration:none;font-size:14px}
.intent-switcher a.active{background:#e8f8f8;border-color:#bfeceb;color:#087f7d;font-weight:700}
.intent-results-section{padding-top:34px}
.intent-place-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.intent-place-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;padding:22px;border:1px solid var(--line,#dfe5eb);border-radius:22px;background:#fff;min-width:0}
.intent-place-number{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#eef8f8;color:#0a8280;font-weight:800}
.intent-place-copy{min-width:0}.intent-place-copy h3{margin:4px 0 8px;font-size:22px;line-height:1.15}.intent-place-copy p{margin:10px 0;color:var(--muted,#6f7b8a)}
.intent-place-copy small{display:block;color:var(--muted,#6f7b8a);line-height:1.55}.intent-place-meta{display:flex;flex-wrap:wrap;gap:7px 12px;color:#536476;font-size:13px}.intent-place-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.intent-place-actions a{display:inline-flex;align-items:center;min-height:38px;padding:8px 12px;border-radius:12px;border:1px solid var(--line,#dfe5eb);text-decoration:none;color:#0b6f70;background:#fff}
.intent-entry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.intent-entry-grid a{display:flex;flex-direction:column;gap:7px;padding:18px;border:1px solid var(--line,#dfe5eb);border-radius:18px;background:#fff;text-decoration:none;color:var(--ink,#071c35)}.intent-entry-grid a strong{font-size:17px}.intent-entry-grid a span{font-size:13px;color:#0a8582}
@media(max-width:760px){.intent-place-grid{grid-template-columns:1fr}.intent-place-card{padding:17px;grid-template-columns:38px minmax(0,1fr)}.intent-place-copy h3{font-size:19px}.intent-entry-grid{grid-template-columns:1fr 1fr}.intent-switcher{overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}.intent-switcher a{white-space:nowrap}}

/* V7.2.6 — Concertimo category artwork for live nearby-place cards. */
.nearby-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.nearby-card:hover{transform:translateY(-2px);border-color:#b8d8d7;box-shadow:0 14px 34px rgba(3,23,50,.1)}
.nearby-category-image{background:#071e3b;object-position:center;transition:transform .35s ease,filter .35s ease}
.nearby-card:hover .nearby-category-image{transform:scale(1.025);filter:saturate(1.04)}
.nearby-card-actions{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:10px}
.nearby-card-actions a{display:inline-flex;align-items:center;min-height:30px}

.intent-place-card{display:block;padding:0;overflow:hidden}
.intent-place-visual{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:#071e3b;transition:transform .35s ease,filter .35s ease}
.intent-place-card:hover .intent-place-visual{transform:scale(1.018);filter:saturate(1.04)}
.intent-place-body{display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;padding:20px 22px 22px;position:relative;background:#fff}
.intent-place-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.intent-place-card:hover{transform:translateY(-2px);border-color:#b8d8d7;box-shadow:0 16px 38px rgba(3,23,50,.1)}
.intent-local-links .chips{display:flex;flex-wrap:wrap;gap:9px}
.intent-local-links .chips a{display:inline-flex;align-items:center;min-height:42px;padding:9px 14px;border:1px solid var(--line,#dfe5eb);border-radius:999px;background:#fff;color:#0b7472;font-weight:750;text-decoration:none}
@media(max-width:760px){.intent-place-card{padding:0;grid-template-columns:1fr}.intent-place-body{grid-template-columns:38px minmax(0,1fr);padding:16px 17px 18px}.intent-place-grid{gap:14px}.nearby-category-image,.intent-place-visual{aspect-ratio:16/9}}
@media(max-width:420px){.intent-entry-grid{grid-template-columns:1fr}}

/* Concertimo V6 verified private dining */
.private-dining-hero .listing-hero-inner{max-width:1040px}.private-dining-results{padding-top:38px}.private-dining-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.private-dining-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:22px;display:flex;flex-direction:column;min-width:0}.private-dining-top{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.private-dining-verified,.private-dining-business{display:inline-flex;align-items:center;min-height:28px;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800}.private-dining-verified{background:#eaf8f6;color:#08756f}.private-dining-business{background:#eef4fb;color:#244f7d}.private-dining-card h3{font-size:21px;line-height:1.18;margin:0 0 5px;color:var(--navy)}.private-dining-category{color:var(--muted);margin:0 0 12px}.private-dining-facts{display:flex;flex-wrap:wrap;gap:7px 12px;font-size:13px;color:#52647a;margin-bottom:12px}.private-dining-facts span{display:inline-flex;align-items:center;gap:4px}.private-dining-address{margin:0 0 18px;color:#53647a;line-height:1.55}.private-dining-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:auto}.private-dining-actions .button{min-height:42px}.private-dining-method{max-width:980px;margin:auto}.private-dining-guide{padding-top:16px}
@media(max-width:760px){.private-dining-grid{grid-template-columns:1fr;gap:12px}.private-dining-card{padding:17px;border-radius:18px}.private-dining-card h3{font-size:18px}.private-dining-results{padding-top:26px}.private-dining-actions{display:grid;grid-template-columns:1fr 1fr}.private-dining-actions .button{padding-left:10px;padding-right:10px;text-align:center}}
@media(max-width:390px){.private-dining-actions{grid-template-columns:1fr}}


/* Concertimo V6.1 performance: skip off-screen layout/paint work on long discovery pages. */
@supports (content-visibility:auto){.section:not(.event-detail-main):not(.discovery-filter-section){content-visibility:auto;contain-intrinsic-size:auto 800px}.event-card{contain:layout paint style}}

/* Concertimo v6.2 homepage stability, trust and responsive media */
.entity-strip{align-items:start}
.entity-strip>a{height:auto;align-self:start}
.entity-strip img{height:auto!important;aspect-ratio:1/1!important;object-fit:cover!important;object-position:center center}
.trust-explain{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}
.trust-explain article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;min-width:0}
.trust-explain h3{margin:0 0 7px;color:var(--navy);font-size:15px;line-height:1.35}
.trust-explain p{margin:0;color:var(--muted);font-size:12px;line-height:1.65}
@media(max-width:760px){.entity-strip{grid-auto-columns:145px}.entity-strip>a{padding:10px}.entity-strip img,.entity-fallback{width:100%;height:auto!important;aspect-ratio:1/1!important}.trust-explain{grid-template-columns:1fr}.trust-explain article{padding:16px}}

/* V6.4: restore dark homepage hero and use an exact white footer logo on navy. */
.hero.home-hero{background:linear-gradient(130deg,#031732 0%,#071f40 70%,#0d344e 100%);color:#fff}
.hero.home-hero h1{color:#fff!important}
.hero.home-hero p{color:#cdd8e6}
.footer-brand{display:inline-flex;align-items:center;background:transparent!important;border-radius:0;padding:0;margin-bottom:10px;box-shadow:none!important}
.footer-logo{width:190px;height:auto;filter:none!important;opacity:1!important}
@media(max-width:600px){.footer-brand{padding:0;border-radius:0}.footer-logo{width:190px}}

/* Concertimo v7.2.7 — responsive nearby cards and event-detail hardening. */
.nearby-card>img.nearby-category-image,
.intent-place-visual{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  aspect-ratio:16/9!important;
  object-fit:cover!important;
}

.event-detail-main,
.content-grid,
.content-grid>*,
.event-summary-card,
.event-summary-card .detail-list,
.nearby-results,
.nearby-grid,
.nearby-card,
.nearby-card>div{
  min-width:0;
  max-width:100%;
}

.event-summary-card .detail-list li{
  display:grid;
  grid-template-columns:minmax(72px,.36fr) minmax(0,1fr);
  align-items:start;
  gap:12px;
}

.event-summary-card .detail-list span,
.event-summary-card .detail-list strong,
.event-summary-card .detail-list a{
  min-width:0;
  max-width:100%;
}

.event-summary-card .detail-list strong,
.event-summary-card .detail-list a{
  text-align:right;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:normal;
}

.nearby-card strong,
.nearby-card small,
.nearby-card p,
.nearby-card a{
  min-width:0;
  max-width:100%;
}

body{overflow-x:hidden;overflow-x:clip}

.event-summary-card{overflow:hidden}
.event-summary-card .detail-list li>*{min-width:0}
.event-summary-card .detail-list strong{max-width:none!important}
.nearby-grid>*{min-width:0;max-width:100%}

@media(max-width:760px){
  .content-grid{
    display:block;
    width:100%;
  }

  .content-grid>*+*{margin-top:18px}

  .event-summary-card .detail-list li{
    grid-template-columns:minmax(76px,.34fr) minmax(0,1fr);
  }
}

@media(max-width:360px){
  .nearby-grid{grid-template-columns:1fr}
}
/* Concertimo v4.0.0 — unified public UI layer
   One final visual system for home, listing, city, artist, venue, event,
   directory, search, saved, near-me, legal and error pages. */
:root{
  --c4-ink:#0b1020;
  --c4-ink-2:#151c31;
  --c4-muted:#697386;
  --c4-muted-2:#8a94a6;
  --c4-surface:#ffffff;
  --c4-soft:#f6f7fb;
  --c4-soft-2:#eef2f8;
  --c4-line:#e4e8f0;
  --c4-line-strong:#d6dce7;
  --c4-blue:#2187ff;
  --c4-cyan:#13c8ff;
  --c4-violet:#6548ff;
  --c4-purple:#8b3dff;
  --c4-dark:#050817;
  --c4-dark-2:#0a1026;
  --c4-dark-3:#111a38;
  --c4-success:#0f9f8f;
  --c4-danger:#d92d20;
  --c4-max:1280px;
  --c4-radius:22px;
  --c4-radius-sm:16px;
  --c4-shadow:0 18px 55px rgba(15,23,42,.08);
  --c4-shadow-hover:0 24px 70px rgba(15,23,42,.14);
  --navy:var(--c4-dark-2);
  --navy2:var(--c4-dark-3);
  --cyan:var(--c4-blue);
  --cyan2:var(--c4-violet);
  --ink:var(--c4-ink);
  --muted:var(--c4-muted);
  --line:var(--c4-line);
  --bg:var(--c4-soft);
  --white:#fff;
  --shadow:var(--c4-shadow);
  --radius:var(--c4-radius);
  --max:var(--c4-max);
}

html{background:var(--c4-soft);scroll-padding-top:132px}
body[data-concertimo-ui-version="4.0.0"]{
  margin:0!important;
  min-width:0!important;
  overflow-x:hidden!important;
  background:var(--c4-soft)!important;
  color:var(--c4-ink)!important;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-size:16px!important;
  line-height:1.55!important;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body[data-concertimo-ui-version="4.0.0"] main{min-height:58vh}
body[data-concertimo-ui-version="4.0.0"] a{text-decoration:none}
body[data-concertimo-ui-version="4.0.0"] img{max-width:100%;height:auto}
body[data-concertimo-ui-version="4.0.0"] :focus-visible{outline:3px solid rgba(33,135,255,.42);outline-offset:3px}

/* Header — compact, stable, no giant mobile whitespace. */
.site-header{
  position:sticky!important;
  top:0!important;
  z-index:100!important;
  width:100%!important;
  background:rgba(255,255,255,.96)!important;
  border-bottom:1px solid rgba(226,231,240,.92)!important;
  box-shadow:0 7px 26px rgba(15,23,42,.045)!important;
  backdrop-filter:blur(18px) saturate(1.25)!important;
}
.header-main{
  width:min(100%,var(--c4-max))!important;
  max-width:var(--c4-max)!important;
  min-height:72px!important;
  margin:0 auto!important;
  padding:10px 20px!important;
  display:grid!important;
  grid-template-columns:180px minmax(360px,1fr) auto!important;
  align-items:center!important;
  gap:24px!important;
}
.header-main .brand{display:flex!important;align-items:center!important;min-width:0!important;line-height:0!important}
.header-main .brand img{
  display:block!important;
  width:170px!important;
  max-width:100%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.header-search{
  position:relative!important;
  height:48px!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:42px minmax(130px,1fr) minmax(126px,180px) auto!important;
  align-items:center!important;
  overflow:visible!important;
  background:#fff!important;
  border:1px solid var(--c4-line-strong)!important;
  border-radius:999px!important;
  box-shadow:0 3px 12px rgba(15,23,42,.035)!important;
  transition:border-color .18s ease,box-shadow .18s ease!important;
}
.header-search:focus-within{border-color:#8abaff!important;box-shadow:0 0 0 4px rgba(33,135,255,.10)!important}
.header-search-icon{display:grid!important;place-items:center!important;width:42px!important;height:46px!important;padding:0!important;color:#657189!important}
.header-search-icon svg{width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.header-search input,.header-search select{
  min-width:0!important;
  height:44px!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:var(--c4-ink)!important;
  font-size:13px!important;
}
.header-search input{padding:0 10px 0 0!important}
.header-search input::placeholder{color:#9099aa!important;opacity:1!important}
.header-search select{padding:0 12px!important;border-left:1px solid var(--c4-line)!important;color:#596579!important}
.header-search button{
  height:38px!important;
  min-width:92px!important;
  margin:0 5px 0 4px!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:999px!important;
  background:linear-gradient(110deg,var(--c4-blue),var(--c4-violet))!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
  cursor:pointer!important;
  box-shadow:0 7px 18px rgba(86,72,255,.22)!important;
}
.header-search button:hover{filter:brightness(1.035)}
.header-actions{justify-self:end!important;display:flex!important;align-items:center!important;gap:8px!important}
.location-link,.menu-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:44px!important;
  height:44px!important;
  padding:0 12px!important;
  border:1px solid var(--c4-line)!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#23304a!important;
  box-shadow:none!important;
}
.location-link{gap:7px!important}.location-link b{font-size:12px!important}.menu-button{display:none!important;padding:0!important;width:44px!important}
.nav-svg{display:inline-grid!important;place-items:center!important;width:22px!important;height:22px!important;line-height:0!important}
.nav-svg svg{width:100%!important;height:100%!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.primary-nav{
  height:44px!important;
  padding:0 max(20px,calc((100vw - var(--c4-max))/2 + 20px))!important;
  display:flex!important;
  align-items:center!important;
  gap:25px!important;
  overflow-x:auto!important;
  white-space:nowrap!important;
  scrollbar-width:none!important;
  background:#fff!important;
  border-top:1px solid #f0f2f6!important;
}
.primary-nav::-webkit-scrollbar{display:none}.primary-nav a{font-size:12px!important;font-weight:720!important;color:#4b566b!important}.primary-nav a:hover{color:var(--c4-violet)!important}
.mobile-menu{display:none!important}
.mobile-menu.open{display:grid!important}
.mobile-bottom-nav{display:none!important}

/* Shared page rhythm. */
.section{width:min(100%,var(--c4-max))!important;max-width:var(--c4-max)!important;margin:0 auto!important;padding:46px 20px!important}
.section.tight{padding-top:26px!important;padding-bottom:26px!important}
.section-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:22px!important;margin-bottom:20px!important}
.section-head h2{margin:0!important;font-size:clamp(26px,2.35vw,34px)!important;line-height:1.12!important;letter-spacing:-.035em!important;color:var(--c4-ink)!important}
.section-head p{max-width:720px!important;margin:6px 0 0!important;color:var(--c4-muted)!important;font-size:14px!important}
.section-head>a{flex:none!important;color:#315bd5!important;font-size:12px!important;font-weight:800!important}
.mini-label{display:block!important;margin-bottom:8px!important;color:#6856df!important;font-size:10px!important;font-weight:850!important;letter-spacing:.12em!important;text-transform:uppercase!important}
.breadcrumbs{display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important;margin:0 0 13px!important;color:#7a8497!important;font-size:11px!important}
.breadcrumbs a:hover{color:#4f46e5!important}
.button{
  min-height:46px!important;
  padding:0 20px!important;
  border:0!important;
  border-radius:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(110deg,var(--c4-blue),var(--c4-violet))!important;
  color:#fff!important;
  font-weight:800!important;
  box-shadow:0 10px 24px rgba(73,82,255,.15)!important;
}
.button.secondary{background:#fff!important;color:#17233b!important;border:1px solid var(--c4-line-strong)!important;box-shadow:none!important}

/* Homepage hero. */
.hero.home-hero{
  position:relative!important;
  overflow:hidden!important;
  min-height:520px!important;
  border-radius:0!important;
  background-color:var(--c4-dark)!important;
  background-image:url('/assets/brand/concertimo-home-hero-1600.webp')!important;
  background-size:cover!important;
  background-position:center 44%!important;
  color:#fff!important;
}
.hero.home-hero:before{
  content:""!important;position:absolute!important;inset:0!important;
  background:linear-gradient(90deg,rgba(4,7,20,.96) 0%,rgba(4,7,20,.84) 38%,rgba(4,7,20,.34) 70%,rgba(4,7,20,.18) 100%)!important;
  z-index:0!important;
}
.hero.home-hero:after{
  content:""!important;position:absolute!important;inset:auto 0 0!important;height:38%!important;
  background:linear-gradient(180deg,transparent,rgba(4,7,20,.72))!important;z-index:0!important;border-radius:0!important;
}
.home-hero .hero-inner{
  position:relative!important;z-index:1!important;width:min(100%,var(--c4-max))!important;max-width:var(--c4-max)!important;margin:0 auto!important;
  padding:72px 20px 62px!important;
}
.home-hero .eyebrow{
  display:inline-flex!important;align-items:center!important;gap:8px!important;padding:8px 12px!important;
  border:1px solid rgba(255,255,255,.2)!important;border-radius:999px!important;background:rgba(7,10,25,.26)!important;
  color:#d9e8ff!important;font-size:10px!important;font-weight:800!important;letter-spacing:.12em!important;text-transform:uppercase!important;
  backdrop-filter:blur(8px)!important;
}
.home-hero h1{
  max-width:760px!important;margin:18px 0 17px!important;color:#fff!important;
  font-size:clamp(48px,6.1vw,78px)!important;line-height:.97!important;letter-spacing:-.055em!important;font-weight:760!important;
}
.hero-gradient{background:linear-gradient(92deg,#42c5ff 2%,#7473ff 50%,#b053ff 92%)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}
.home-hero p{max-width:690px!important;margin:0!important;color:#d5dcec!important;font-size:17px!important;line-height:1.65!important}
.home-hero .discovery-search{
  width:min(100%,960px)!important;max-width:960px!important;margin-top:30px!important;padding:7px!important;
  display:grid!important;grid-template-columns:minmax(300px,1.35fr) minmax(220px,.8fr) auto!important;gap:0!important;
  background:#fff!important;border:1px solid rgba(255,255,255,.55)!important;border-radius:20px!important;color:var(--c4-ink)!important;
  box-shadow:0 22px 55px rgba(0,0,0,.28)!important;
}
.home-hero .discovery-search label{min-width:0!important;padding:5px 16px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;border-right:1px solid var(--c4-line)!important}
.home-hero .discovery-search label span{font-size:9px!important;font-weight:850!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#7d8798!important}
.home-hero .discovery-search input,.home-hero .discovery-search select{height:34px!important;min-width:0!important;border:0!important;outline:0!important;background:transparent!important;color:var(--c4-ink)!important;font-size:14px!important}
.home-hero .discovery-search button{min-width:145px!important;min-height:50px!important;border:0!important;border-radius:15px!important;background:linear-gradient(110deg,var(--c4-blue),var(--c4-violet))!important;color:#fff!important;font-weight:850!important;box-shadow:0 10px 25px rgba(89,72,255,.22)!important}
.hero-quick-links{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-top:18px!important;padding:0!important}
.hero-quick-links a{min-height:36px!important;padding:0 13px!important;border:1px solid rgba(255,255,255,.17)!important;border-radius:999px!important;background:rgba(5,8,23,.46)!important;color:#e8edfb!important;font-size:11px!important;font-weight:720!important;box-shadow:none!important;backdrop-filter:blur(8px)!important}
.hero-quick-links a:hover{background:rgba(255,255,255,.12)!important;color:#fff!important}
.hero-proof{display:flex!important;gap:18px!important;flex-wrap:wrap!important;margin-top:18px!important;color:#c2cbdd!important}
.hero-proof span{position:relative!important;padding-left:14px!important;font-size:10px!important}
.hero-proof span:before{content:""!important;position:absolute!important;left:0!important;top:.47em!important;width:6px!important;height:6px!important;border-radius:50%!important;background:linear-gradient(135deg,var(--c4-cyan),var(--c4-violet))!important;box-shadow:0 0 0 4px rgba(64,147,255,.12)!important}

/* Discovery rails — controlled, readable, not a dark strip of washed-out pills. */
.discovery-rails{padding:13px 0!important;background:#fff!important;border-bottom:1px solid var(--c4-line)!important;overflow:hidden!important}
.marquee{overflow:hidden!important;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)!important;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)!important}
.marquee+.marquee{margin-top:8px!important}.marquee-track{display:flex!important;width:max-content!important}.marquee-set{display:flex!important;gap:8px!important;padding-right:8px!important}
.marquee a{min-height:32px!important;padding:0 13px!important;display:flex!important;align-items:center!important;border:1px solid #e1e6ee!important;border-radius:999px!important;background:#fff!important;color:#536075!important;font-size:10.5px!important;font-weight:720!important;box-shadow:none!important}
.marquee-topics a{background:#f1f4fb!important;color:#3b465b!important;border-color:#e2e7f0!important}

/* Event cards — deliberate imagery, strong hierarchy, no tiny four-column mobile cards. */
.event-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}
.event-card{
  position:relative!important;min-width:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;
  background:#fff!important;border:1px solid var(--c4-line)!important;border-radius:20px!important;
  box-shadow:0 8px 28px rgba(15,23,42,.045)!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important;
}
.event-card:hover{transform:translateY(-3px)!important;border-color:#d1d7e4!important;box-shadow:var(--c4-shadow-hover)!important}
.card-image{position:relative!important;display:block!important;width:100%!important;aspect-ratio:16/10!important;overflow:hidden!important;background:#0a1024!important}
.card-image:after{content:""!important;position:absolute!important;inset:auto 0 0!important;height:36%!important;background:linear-gradient(180deg,transparent,rgba(3,7,20,.42))!important;pointer-events:none!important}
.card-image img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important;transition:transform .28s ease!important}
.event-card:hover .card-image img{transform:scale(1.025)!important}
.save-event-button{
  position:absolute!important;z-index:3!important;top:11px!important;right:11px!important;width:38px!important;height:38px!important;
  display:grid!important;place-items:center!important;padding:0!important;border:1px solid rgba(255,255,255,.5)!important;border-radius:50%!important;
  background:rgba(7,11,27,.62)!important;color:#fff!important;font-size:20px!important;line-height:1!important;backdrop-filter:blur(10px)!important;cursor:pointer!important;
}
.save-event-button[aria-pressed="true"]{background:#fff!important;color:#6b4cff!important}
.ended-badge,.event-status-badge{position:absolute!important;z-index:2!important;left:11px!important;right:auto!important;top:11px!important;padding:6px 9px!important;border-radius:999px!important;background:rgba(7,11,27,.76)!important;color:#fff!important;font-size:9px!important;font-weight:800!important;letter-spacing:.04em!important}
.card-body{min-height:178px!important;padding:15px!important;display:flex!important;flex:1!important;flex-direction:column!important}
.card-date-line{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:8px!important;color:#60708a!important;font-size:10px!important}
.card-date-line span:first-child{display:inline-flex!important;align-items:center!important;min-height:25px!important;padding:0 8px!important;border-radius:999px!important;background:#edf4ff!important;color:#335fa9!important;font-weight:750!important;white-space:nowrap!important}
.card-date-line span:last-child{white-space:nowrap!important}
.card-kicker{margin:0 0 6px!important;color:#6d5ddd!important;font-size:9px!important;font-weight:850!important;letter-spacing:.08em!important;text-transform:uppercase!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.card-body h3{margin:0 0 8px!important;color:var(--c4-ink)!important;font-size:16px!important;line-height:1.3!important;letter-spacing:-.018em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
.card-body h3 a:hover{color:#4f46e5!important}.card-meta{margin:0!important;color:#7c8697!important;font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.card-bottom{margin-top:auto!important;padding-top:11px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;border-top:1px solid #edf0f5!important;color:#5f6b7e!important;font-size:10px!important;font-weight:720!important}
.mini-link{max-width:58%!important;color:#5266cf!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}

/* Listing and discovery pages. */
.listing-hero{background:linear-gradient(180deg,#fff,#f8f9fc)!important;border-bottom:1px solid var(--c4-line)!important}
.listing-hero-inner{width:min(100%,var(--c4-max))!important;max-width:var(--c4-max)!important;margin:0 auto!important;padding:42px 20px 32px!important}
.listing-hero h1{max-width:930px!important;margin:0!important;color:var(--c4-ink)!important;font-size:clamp(34px,4vw,54px)!important;line-height:1.05!important;letter-spacing:-.045em!important;font-weight:720!important}
.listing-hero p{max-width:800px!important;margin:13px 0 0!important;color:var(--c4-muted)!important;font-size:15px!important;line-height:1.65!important}
.filters,.chips,.facet-city-links,.intent-links{display:flex!important;gap:8px!important;overflow-x:auto!important;padding:3px 0 6px!important;scrollbar-width:none!important}.filters::-webkit-scrollbar,.chips::-webkit-scrollbar,.facet-city-links::-webkit-scrollbar,.intent-links::-webkit-scrollbar{display:none!important}
.filters a,.chips a,.filter-chip,.intent-links a{flex:none!important;min-height:36px!important;padding:0 13px!important;display:inline-flex!important;align-items:center!important;border:1px solid var(--c4-line)!important;border-radius:999px!important;background:#fff!important;color:#4f5a6d!important;font-size:10.5px!important;font-weight:730!important}
.filters a:hover,.chips a:hover,.filter-chip:hover,.intent-links a:hover{border-color:#b6c7f5!important;color:#4f46e5!important;background:#f7f8ff!important}
.filter-shell{padding:22px!important;border:1px solid var(--c4-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 36px rgba(15,23,42,.045)!important}
.filter-shell-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:20px!important;margin-bottom:17px!important}.filter-shell-head h2{margin:0!important;color:var(--c4-ink)!important;font-size:24px!important;line-height:1.16!important;letter-spacing:-.03em!important}.filter-shell-head p{max-width:720px!important;margin:6px 0 0!important;color:var(--c4-muted)!important;font-size:12px!important}.filter-result-pill{flex:none!important;padding:7px 10px!important;border:1px solid #dce2ef!important;border-radius:999px!important;background:#f4f6fb!important;color:#59657a!important;font-size:10px!important;font-weight:800!important}
.event-filter-details>summary{display:none!important}.event-filter-form{display:grid!important;grid-template-columns:minmax(250px,1.5fr) repeat(3,minmax(140px,1fr))!important;gap:11px!important;align-items:end!important}.filter-field{display:flex!important;flex-direction:column!important;gap:6px!important;min-width:0!important}.filter-field>span{color:#737e91!important;font-size:9px!important;font-weight:850!important;letter-spacing:.09em!important;text-transform:uppercase!important}.filter-field input,.filter-field select{width:100%!important;height:44px!important;min-width:0!important;padding:0 12px!important;border:1px solid var(--c4-line-strong)!important;border-radius:12px!important;background:#fafbfc!important;color:var(--c4-ink)!important;outline:0!important;font-size:12px!important}.filter-field input:focus,.filter-field select:focus{border-color:#94baff!important;box-shadow:0 0 0 3px rgba(33,135,255,.09)!important;background:#fff!important}.filter-search-field{grid-column:span 2!important}.filter-check{height:44px!important;padding:0 11px!important;display:flex!important;align-items:center!important;gap:9px!important;border:1px solid var(--c4-line-strong)!important;border-radius:12px!important;background:#fafbfc!important}.filter-check b{color:#29344a!important;font-size:11px!important}.filter-check small{color:#8993a4!important;font-size:9px!important}.filter-actions{grid-column:span 2!important;display:flex!important;gap:8px!important}.filter-actions .button{min-height:44px!important}
.facet-city-links a{min-width:165px!important;padding:12px 13px!important;display:flex!important;flex-direction:column!important;border:1px solid var(--c4-line)!important;border-radius:14px!important;background:#fff!important}.facet-city-links strong{color:var(--c4-ink)!important;font-size:12px!important}.facet-city-links span{margin-top:2px!important;color:#6c5ddd!important;font-size:9px!important}

/* Country, city, category, artist and venue cards. */
.country-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.country-card{min-height:126px!important;padding:18px!important;display:grid!important;grid-template-columns:54px minmax(0,1fr) auto!important;align-items:center!important;gap:13px!important;border:1px solid var(--c4-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 24px rgba(15,23,42,.035)!important}.country-card:hover{border-color:#cfd5e3!important;box-shadow:var(--c4-shadow)!important}.country-card-copy{display:flex!important;flex-direction:column!important;min-width:0!important}.country-card-copy strong{color:var(--c4-ink)!important;font-size:16px!important}.country-card-copy small{margin:3px 0 7px!important;color:#8993a4!important;font-size:9.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.country-card-copy span{color:#59667b!important;font-size:10.5px!important}.country-arrow{color:#6454e7!important;font-size:18px!important}
.city-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:11px!important}.city-grid a{min-height:64px!important;padding:13px 14px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;border:1px solid var(--c4-line)!important;border-radius:14px!important;background:#fff!important}.city-grid a:hover{border-color:#cdd4e3!important;box-shadow:0 8px 22px rgba(15,23,42,.05)!important}.city-grid strong{min-width:0!important;color:var(--c4-ink)!important;font-size:12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.city-grid span{flex:none!important;color:#7a8496!important;font-size:9.5px!important}
.destination-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.destination-card{position:relative!important;overflow:hidden!important;aspect-ratio:4/3!important;border-radius:20px!important;background:#0a1024!important;box-shadow:0 12px 32px rgba(15,23,42,.08)!important}.destination-card img{width:100%!important;height:100%!important;object-fit:cover!important;opacity:.95!important;transition:transform .3s ease!important}.destination-card:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(5,8,20,.02) 35%,rgba(5,8,20,.86) 100%)!important}.destination-card:hover img{transform:scale(1.035)!important}.destination-overlay{position:absolute!important;z-index:2!important;left:16px!important;right:16px!important;bottom:14px!important;display:flex!important;flex-direction:column!important}.destination-overlay strong{color:#fff!important;font-size:17px!important}.destination-overlay small{margin-top:2px!important;color:#d3daea!important;font-size:10px!important}
.category-feature-grid.premium-category-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.premium-category-card{position:relative!important;overflow:hidden!important;min-height:255px!important;padding:0!important;border:0!important;border-radius:20px!important;background:#0a1024!important;box-shadow:0 14px 34px rgba(15,23,42,.11)!important}.premium-category-media{position:absolute!important;inset:0!important;margin:0!important}.premium-category-media img{width:100%!important;height:100%!important;object-fit:cover!important;filter:saturate(1.02) contrast(1.02)!important}.premium-category-media:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(5,8,20,.05) 22%,rgba(5,8,20,.88) 100%)!important}.premium-category-copy{position:relative!important;z-index:2!important;min-height:255px!important;padding:17px!important;display:flex!important;flex-direction:column!important;color:#fff!important}.premium-category-copy-bottom{margin-top:auto!important;display:flex!important;flex-direction:column!important;gap:5px!important}.premium-category-card strong{color:#fff!important;font-size:20px!important;line-height:1.1!important}.premium-category-card small{color:#d9deeb!important;font-size:11px!important;line-height:1.45!important}.premium-category-cta{margin-top:4px!important;color:#9bbcff!important;font-size:10px!important;font-weight:800!important}
.entity-strip{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:155px!important;gap:11px!important;overflow-x:auto!important;padding:2px 0 7px!important;scrollbar-width:thin!important}.entity-strip>a{padding:10px!important;display:flex!important;flex-direction:column!important;border:1px solid var(--c4-line)!important;border-radius:17px!important;background:#fff!important}.entity-strip img,.entity-fallback{width:100%!important;aspect-ratio:1/1!important;border-radius:13px!important;object-fit:cover!important;background:linear-gradient(135deg,#0b1533,#243b70)!important}.entity-strip strong{margin-top:9px!important;color:var(--c4-ink)!important;font-size:12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.entity-strip small{margin-top:2px!important;color:#7f899a!important;font-size:9.5px!important}
.venue-list,.venue-visual-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}.venue-list>a,.venue-visual-list>a{min-height:82px!important;padding:10px!important;display:grid!important;grid-template-columns:78px minmax(0,1fr) auto!important;align-items:center!important;gap:13px!important;border:1px solid var(--c4-line)!important;border-radius:17px!important;background:#fff!important;box-shadow:none!important}.venue-visual-list img,.venue-image-fallback{width:78px!important;height:60px!important;border-radius:12px!important;object-fit:cover!important;background-size:cover!important;background-position:center!important}.venue-copy{display:flex!important;flex-direction:column!important;min-width:0!important}.venue-copy strong{color:var(--c4-ink)!important;font-size:12px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.venue-copy small{color:#8791a2!important;font-size:9px!important}.venue-copy b{margin-top:3px!important;color:#6153d9!important;font-size:9.5px!important}.venue-arrow{color:#6a5de0!important}

/* Plans, guides, trust and content blocks. */
.plan-shell{position:relative!important;overflow:hidden!important;padding:28px!important;display:grid!important;grid-template-columns:1fr 1.2fr!important;gap:26px!important;border-radius:24px!important;background:radial-gradient(circle at 92% 0%,rgba(81,108,255,.32),transparent 34%),linear-gradient(135deg,#071022,#111b3c 62%,#0a2742)!important;color:#fff!important;box-shadow:0 18px 52px rgba(7,16,34,.13)!important}.plan-copy,.plan-cards{position:relative!important;z-index:1!important}.plan-copy h2{margin:0!important;color:#fff!important;font-size:30px!important;line-height:1.12!important;letter-spacing:-.035em!important}.plan-copy p{max-width:540px!important;color:#c6cfdf!important;font-size:13px!important;line-height:1.65!important}.plan-actions{display:flex!important;gap:9px!important;flex-wrap:wrap!important;margin-top:18px!important}.plan-actions .button.secondary{background:rgba(255,255,255,.04)!important;color:#fff!important;border-color:rgba(255,255,255,.2)!important}.plan-cards{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.plan-cards a{padding:15px!important;display:flex!important;flex-direction:column!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:15px!important;background:rgba(255,255,255,.07)!important}.plan-cards strong{color:#fff!important;font-size:12px!important}.plan-cards span{margin-top:5px!important;color:#bbc5d8!important;font-size:9.5px!important;line-height:1.5!important}
.guide-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.content-card{padding:22px!important;margin:0!important;border:1px solid var(--c4-line)!important;border-radius:19px!important;background:#fff!important;box-shadow:0 8px 26px rgba(15,23,42,.035)!important}.content-card h2{margin:0 0 9px!important;color:var(--c4-ink)!important;font-size:20px!important;line-height:1.2!important;letter-spacing:-.025em!important}.content-card p{margin:0 0 11px!important;color:#5e687b!important;font-size:13px!important;line-height:1.65!important}.content-card p:last-child{margin-bottom:0!important}.trust-shell{padding:26px!important;display:grid!important;grid-template-columns:1.45fr 1fr!important;gap:26px!important;border:1px solid var(--c4-line)!important;border-radius:22px!important;background:#fff!important}.trust-shell h2{margin:0 0 8px!important;color:var(--c4-ink)!important;font-size:26px!important}.trust-shell p{margin:0!important;color:#697386!important;font-size:13px!important;line-height:1.65!important}.trust-links{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}.trust-links a{padding:11px!important;border:1px solid var(--c4-line)!important;border-radius:12px!important;background:#fafbfc!important;color:#5963c8!important;font-size:10px!important;font-weight:800!important}.trust-explain{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:13px!important;margin-top:13px!important}.trust-explain article{padding:18px!important;border:1px solid var(--c4-line)!important;border-radius:17px!important;background:#fff!important}.trust-explain h3{margin:0 0 7px!important;color:var(--c4-ink)!important;font-size:15px!important}.trust-explain p{margin:0!important;color:#697386!important;font-size:11px!important;line-height:1.6!important}

/* Weekend and date intent. */
.weekend-location-shell{margin-bottom:20px!important;padding:20px!important;border:1px solid var(--c4-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 10px 30px rgba(15,23,42,.035)!important}.weekend-city-picker{display:grid!important;grid-template-columns:minmax(150px,.75fr) minmax(220px,1.35fr) auto auto!important;gap:10px!important;align-items:end!important}.weekend-city-picker label{display:flex!important;flex-direction:column!important;gap:3px!important}.weekend-city-picker label span{color:#7a8496!important;font-size:9px!important;letter-spacing:.09em!important;text-transform:uppercase!important}.weekend-city-picker label strong{color:var(--c4-ink)!important;font-size:13px!important}.weekend-city-picker select{min-height:46px!important;padding:0 13px!important;border:1px solid var(--c4-line-strong)!important;border-radius:13px!important;background:#fff!important;color:var(--c4-ink)!important}.weekend-near-me{min-height:46px!important;padding:0 14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid var(--c4-line-strong)!important;border-radius:13px!important;color:#5562c9!important;font-size:11px!important;font-weight:800!important}.weekend-shortcuts{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important;margin-top:13px!important}.weekend-shortcuts a{padding:11px!important;display:flex!important;flex-direction:column!important;border:1px solid var(--c4-line)!important;border-radius:14px!important;background:#fafbfc!important}.weekend-shortcuts b{color:var(--c4-ink)!important;font-size:11px!important}.weekend-shortcuts span{margin-top:2px!important;color:#8791a2!important;font-size:9px!important}.date-intent-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.date-intent-grid a{padding:18px!important;display:flex!important;flex-direction:column!important;gap:5px!important;border:1px solid var(--c4-line)!important;border-radius:18px!important;background:#fff!important}.date-intent-grid span{color:#6758dd!important;font-size:9px!important;font-weight:850!important;letter-spacing:.08em!important;text-transform:uppercase!important}.date-intent-grid strong{color:var(--c4-ink)!important;font-size:15px!important;line-height:1.3!important}.date-intent-grid small{color:#7b8596!important;font-size:10px!important}

/* Artist / venue entity pages. */
.profile-hero{position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 78% 0%,rgba(85,84,255,.28),transparent 32%),linear-gradient(135deg,#080d20,#111937 60%,#0c2746)!important;color:#fff!important}
.profile-hero-inner{width:min(100%,var(--c4-max))!important;max-width:var(--c4-max)!important;margin:0 auto!important;padding:42px 20px!important;display:grid!important;grid-template-columns:360px minmax(0,1fr)!important;gap:34px!important;align-items:center!important}.profile-visual{overflow:hidden!important;aspect-ratio:16/10!important;border-radius:22px!important;background:#0c1329!important;box-shadow:0 20px 55px rgba(0,0,0,.23)!important}.profile-visual img{width:100%!important;height:100%!important;object-fit:cover!important}.profile-copy .breadcrumbs{color:#acb7cc!important}.profile-copy .breadcrumbs a{color:#cbd4e4!important}.profile-copy .eyebrow{color:#a8bdff!important}.profile-copy h1{max-width:780px!important;margin:8px 0 13px!important;color:#fff!important;font-size:clamp(36px,4.5vw,58px)!important;line-height:1.02!important;letter-spacing:-.045em!important}.profile-copy p{max-width:760px!important;margin:0!important;color:#c5cedf!important;font-size:14px!important;line-height:1.65!important}.profile-pills{display:flex!important;gap:7px!important;flex-wrap:wrap!important;margin-top:17px!important}.profile-pills span{padding:7px 10px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:999px!important;background:rgba(255,255,255,.07)!important;color:#e8ecf6!important;font-size:10px!important}

/* Event detail. */
.event-hero{background:#fff!important;border-bottom:1px solid var(--c4-line)!important}.event-hero-inner{width:min(100%,var(--c4-max))!important;max-width:var(--c4-max)!important;margin:0 auto!important;padding:38px 20px 42px!important;display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr)!important;gap:38px!important;align-items:center!important}.event-cover{overflow:hidden!important;aspect-ratio:16/10!important;border-radius:24px!important;background:#0a1024!important;box-shadow:0 18px 50px rgba(15,23,42,.1)!important}.event-cover img{width:100%!important;height:100%!important;object-fit:cover!important}.event-content h1{margin:9px 0 18px!important;color:var(--c4-ink)!important;font-size:clamp(34px,4.5vw,54px)!important;line-height:1.03!important;letter-spacing:-.045em!important}.event-type-label{color:#6456dc!important;font-size:10px!important;font-weight:850!important;letter-spacing:.09em!important;text-transform:uppercase!important}.event-facts{display:grid!important;gap:10px!important;margin:0 0 20px!important}.event-fact{display:grid!important;grid-template-columns:30px minmax(0,1fr)!important;gap:10px!important;align-items:start!important}.event-fact i{width:30px!important;height:30px!important;display:grid!important;place-items:center!important;border-radius:10px!important;background:#f0f3fb!important;color:#5967d3!important;font-style:normal!important}.event-fact strong{display:block!important;color:#28344a!important;font-size:12px!important}.event-fact span{display:block!important;color:#788397!important;font-size:11px!important}.ticket-box{padding:15px 16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:13px!important;border-radius:16px!important;background:linear-gradient(135deg,#081126,#151e42)!important;color:#fff!important}.ticket-box small{color:#b8c1d2!important;font-size:9px!important}.ticket-box strong{font-size:13px!important}.event-detail-main .content-grid{display:grid!important;grid-template-columns:minmax(0,1fr) 330px!important;gap:24px!important}.detail-list{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;gap:9px!important}.detail-list li{padding-bottom:9px!important;display:flex!important;justify-content:space-between!important;gap:14px!important;border-bottom:1px solid #edf0f5!important;color:#687386!important;font-size:11px!important}.detail-list strong{color:#263249!important;text-align:right!important}.nearby-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.nearby-card{overflow:hidden!important;border:1px solid var(--c4-line)!important;border-radius:16px!important;background:#fff!important}.nearby-card img,.nearby-category-image{width:100%!important;aspect-ratio:4/3!important;object-fit:cover!important;background:#eff2f8!important}.nearby-card>div:not(.nearby-card-actions){padding:12px!important}.nearby-card-actions{display:flex!important;gap:6px!important;padding:0 12px 12px!important}

/* Near me, saved, legal, error. */
.near-card{padding:30px!important;border:1px solid var(--c4-line)!important;border-radius:24px!important;background:radial-gradient(circle at 86% 10%,rgba(63,118,255,.12),transparent 28%),#fff!important;box-shadow:var(--c4-shadow)!important}.near-card h1{margin:0 0 10px!important;color:var(--c4-ink)!important;font-size:clamp(34px,4vw,50px)!important;line-height:1.06!important;letter-spacing:-.04em!important}.near-card p{max-width:700px!important;color:#687386!important}.near-orb{background:linear-gradient(135deg,var(--c4-blue),var(--c4-violet))!important}.saved-page-status{padding:22px!important;border:1px dashed #d6dce7!important;border-radius:17px!important;background:#fff!important;color:#697386!important;text-align:center!important}.legal-page{max-width:980px!important}.legal-page>h1{margin:0!important;color:var(--c4-ink)!important;font-size:clamp(36px,5vw,58px)!important;line-height:1.05!important;letter-spacing:-.045em!important}.legal-lead{max-width:760px!important;margin:12px 0 22px!important;color:#697386!important;font-size:17px!important}.legal-body{padding:30px!important;border:1px solid var(--c4-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 34px rgba(15,23,42,.035)!important}.legal-body h2{margin:27px 0 8px!important;color:var(--c4-ink)!important;font-size:22px!important}.legal-body p,.legal-body li{color:#596579!important;font-size:13px!important;line-height:1.75!important}.empty-state{padding:48px 22px!important;border:1px dashed #cfd7e4!important;border-radius:22px!important;background:#fff!important;text-align:center!important}.empty-state h2{margin:8px 0!important;color:var(--c4-ink)!important}.empty-state p{max-width:540px!important;margin:0 auto 18px!important;color:#6d7789!important}.empty-icon{color:#6657df!important}

/* Search results page. */
.search-page-shell{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:20px!important}.search-page-form{padding:10px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(180px,260px) auto!important;gap:8px!important;border:1px solid var(--c4-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 12px 32px rgba(15,23,42,.045)!important}.search-page-form input,.search-page-form select{height:48px!important;min-width:0!important;padding:0 14px!important;border:1px solid #e2e6ee!important;border-radius:13px!important;background:#fafbfc!important;color:var(--c4-ink)!important;outline:0!important}.search-page-form button{min-width:120px!important;border:0!important;border-radius:13px!important;background:linear-gradient(110deg,var(--c4-blue),var(--c4-violet))!important;color:#fff!important;font-weight:800!important}.search-summary{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;color:#687386!important;font-size:12px!important}.search-entity-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}.search-entity-card{padding:16px!important;display:flex!important;flex-direction:column!important;gap:4px!important;border:1px solid var(--c4-line)!important;border-radius:16px!important;background:#fff!important}.search-entity-card span{color:#7164dc!important;font-size:9px!important;font-weight:850!important;letter-spacing:.08em!important;text-transform:uppercase!important}.search-entity-card strong{color:var(--c4-ink)!important;font-size:14px!important}.search-entity-card small{color:#7b8597!important;font-size:10px!important}

/* Pagination. */
.smart-pagination{margin-top:30px!important;display:flex!important;flex-direction:column!important;gap:13px!important;align-items:stretch!important}.load-more-events{width:min(100%,520px)!important;min-height:52px!important;margin:0 auto!important;padding:8px 16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;border:0!important;border-radius:14px!important;background:var(--c4-dark-2)!important;color:#fff!important}.load-more-events span{font-size:12px!important;font-weight:800!important}.load-more-events small{color:#bec7d8!important;font-size:9px!important}.pagination-pages{display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;flex-wrap:wrap!important}.pagination-pages a,.pagination-pages .page-number{min-width:36px!important;height:36px!important;padding:0 9px!important;display:grid!important;place-items:center!important;border:1px solid var(--c4-line)!important;border-radius:10px!important;background:#fff!important;color:#455267!important;font-size:10px!important;font-weight:800!important}.pagination-pages .page-number.is-current{border-color:#c8cdfb!important;background:#f0f0ff!important;color:#5547cf!important}.pagination-meta{display:flex!important;align-items:center!important;justify-content:center!important;gap:16px!important;flex-wrap:wrap!important;color:#7d8798!important;font-size:10px!important}

/* Footer. */
.site-footer{margin-top:34px!important;padding:48px 20px 28px!important;background:#060916!important;color:#d8deea!important;border-top:1px solid rgba(255,255,255,.06)!important}.footer-grid{width:min(100%,var(--c4-max))!important;max-width:var(--c4-max)!important;margin:0 auto!important;display:grid!important;grid-template-columns:2fr repeat(4,1fr)!important;gap:30px!important}.footer-brand{display:inline-flex!important;align-items:center!important;padding:0!important;background:transparent!important;border-radius:0!important}.footer-logo{display:block!important;width:190px!important;height:auto!important;max-height:55px!important;object-fit:contain!important;filter:none!important}.footer-grid>div:first-child p{max-width:330px!important;color:#9ca7ba!important;font-size:11px!important;line-height:1.65!important}.footer-title{display:block!important;margin-bottom:10px!important;color:#fff!important;font-size:11px!important}.footer-grid>div:not(:first-child){display:flex!important;flex-direction:column!important;align-items:flex-start!important}.footer-grid>div:not(:first-child) a,.footer-privacy-button{padding:4px 0!important;border:0!important;background:none!important;color:#aeb8c9!important;font-size:10px!important;text-align:left!important}.footer-grid a:hover,.footer-privacy-button:hover{color:#fff!important}.footer-bottom{width:min(100%,var(--c4-max))!important;max-width:var(--c4-max)!important;margin:28px auto 0!important;padding-top:18px!important;display:flex!important;justify-content:space-between!important;gap:18px!important;border-top:1px solid rgba(255,255,255,.08)!important;color:#7f8a9e!important;font-size:9.5px!important}.consent{left:16px!important;right:16px!important;bottom:16px!important;z-index:160!important;max-width:860px!important;margin:auto!important;padding:16px!important;border:1px solid #dfe4ec!important;border-radius:17px!important;background:#fff!important;color:var(--c4-ink)!important;box-shadow:0 22px 55px rgba(15,23,42,.18)!important}.consent strong{font-size:13px!important}.consent p{margin:3px 0 0!important;color:#6d7789!important;font-size:10px!important}.consent-actions button{min-height:38px!important;border-radius:10px!important;font-size:10px!important}.consent-actions .primary{background:linear-gradient(110deg,var(--c4-blue),var(--c4-violet))!important;color:#fff!important}

@media(max-width:1100px){
  .header-main{grid-template-columns:175px minmax(300px,1fr) auto!important;gap:16px!important}.header-main .brand img{width:170px!important}.primary-nav{gap:20px!important}
  .event-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.country-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.city-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.destination-grid,.category-feature-grid.premium-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .profile-hero-inner{grid-template-columns:300px minmax(0,1fr)!important}.nearby-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

@media(max-width:860px){
  html{scroll-padding-top:118px!important}
  body[data-concertimo-ui-version="4.0.0"]{padding-bottom:0!important}
  .site-header{position:sticky!important;top:0!important}
  .header-main{
    width:100%!important;min-height:0!important;padding:7px 12px 9px!important;
    grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:50px 48px!important;gap:6px 8px!important;
  }
  .header-main .brand{grid-column:1!important;grid-row:1!important;align-self:center!important}.header-main .brand img{width:132px!important;max-width:44vw!important;height:auto!important;max-height:none!important}
  .header-actions{grid-column:2!important;grid-row:1!important;gap:6px!important}.location-link,.menu-button{width:40px!important;min-width:40px!important;height:40px!important;padding:0!important;border-radius:13px!important}.location-link b{display:none!important}.menu-button{display:grid!important;place-items:center!important}
  .header-search{grid-column:1/-1!important;grid-row:2!important;height:46px!important;grid-template-columns:36px minmax(0,1fr) auto!important;border-radius:999px!important}.header-search select{display:none!important}.header-search-icon{width:36px!important;height:44px!important}.header-search input{height:42px!important;padding-right:6px!important;font-size:12.5px!important}.header-search button{height:36px!important;min-width:86px!important;margin-right:4px!important;padding:0 13px!important;font-size:10.5px!important}
  .primary-nav{display:none!important}.mobile-menu{position:absolute!important;top:100%!important;left:10px!important;right:10px!important;max-height:calc(100vh - 118px)!important;overflow-y:auto!important;padding:10px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;border:1px solid var(--c4-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 22px 55px rgba(15,23,42,.16)!important}.mobile-menu.open{display:grid!important}.mobile-menu a{min-height:44px!important;padding:0 13px!important;display:flex!important;align-items:center!important;border-radius:12px!important;background:#f8f9fc!important;color:#39465d!important;font-size:11px!important;font-weight:750!important}
  .mobile-bottom-nav{display:none!important}

  .section{padding:34px 14px!important}.section.tight{padding-top:20px!important;padding-bottom:20px!important}.section-head{align-items:flex-start!important;margin-bottom:15px!important}.section-head h2{font-size:27px!important}.section-head p{font-size:12px!important}.section-head>a{font-size:10.5px!important}

  .hero.home-hero{min-height:0!important;background-image:url('/assets/brand/concertimo-home-hero-960.webp')!important;background-position:58% 34%!important;border-radius:0 0 24px 24px!important}
  .hero.home-hero:before{background:linear-gradient(180deg,rgba(4,7,20,.66) 0%,rgba(4,7,20,.82) 42%,rgba(4,7,20,.97) 100%)!important}
  .home-hero .hero-inner{padding:44px 14px 34px!important}.home-hero .eyebrow{padding:7px 10px!important;font-size:9px!important}.home-hero h1{max-width:560px!important;margin:14px 0 13px!important;font-size:clamp(42px,12vw,58px)!important;line-height:.98!important}.home-hero p{max-width:560px!important;font-size:14.5px!important;line-height:1.55!important}
  .home-hero .discovery-search{margin-top:22px!important;padding:8px!important;grid-template-columns:minmax(0,1fr) 112px!important;grid-template-areas:"what what" "where submit"!important;border-radius:18px!important}.home-hero .discovery-search label:first-of-type{grid-area:what!important;padding:5px 10px 8px!important;border-right:0!important;border-bottom:1px solid var(--c4-line)!important}.home-hero .discovery-search label:nth-of-type(2){grid-area:where!important;padding:7px 10px 3px!important;border-right:0!important}.home-hero .discovery-search button{grid-area:submit!important;min-width:0!important;min-height:42px!important;margin-top:5px!important;border-radius:13px!important;font-size:11px!important}.home-hero .discovery-search input,.home-hero .discovery-search select{font-size:13px!important}.hero-quick-links{flex-wrap:nowrap!important;overflow-x:auto!important;scrollbar-width:none!important}.hero-quick-links a{flex:none!important;min-height:33px!important;padding:0 11px!important;font-size:9.5px!important}.hero-proof{gap:8px 15px!important;margin-top:14px!important}.hero-proof span{font-size:9px!important}
  .discovery-rails{padding:9px 0!important}.marquee a{min-height:29px!important;padding:0 11px!important;font-size:9px!important}

  .event-grid{grid-template-columns:1fr!important;gap:12px!important}.event-card{display:grid!important;grid-template-columns:132px minmax(0,1fr)!important;min-height:132px!important;border-radius:17px!important}.card-image{grid-column:1!important;grid-row:1!important;width:132px!important;height:100%!important;min-height:132px!important;aspect-ratio:auto!important;border-radius:0!important}.card-body{grid-column:2!important;grid-row:1!important;min-width:0!important;min-height:132px!important;padding:12px!important}.save-event-button{top:9px!important;right:auto!important;left:94px!important;width:30px!important;height:30px!important;font-size:16px!important}.ended-badge,.event-status-badge{left:8px!important;top:8px!important;padding:4px 7px!important;font-size:8px!important}.card-date-line{margin-bottom:6px!important;font-size:8.5px!important}.card-date-line span:first-child{min-height:22px!important;padding:0 6px!important}.card-kicker{margin-bottom:5px!important;font-size:8px!important}.card-body h3{margin-bottom:5px!important;font-size:14px!important;line-height:1.25!important}.card-meta{font-size:9.5px!important}.card-bottom{padding-top:7px!important;font-size:8.5px!important}.mini-link{max-width:52%!important}

  .country-grid{grid-template-columns:1fr!important}.city-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.destination-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.destination-card{aspect-ratio:1/1!important;border-radius:16px!important}.destination-overlay{left:11px!important;right:11px!important;bottom:10px!important}.destination-overlay strong{font-size:14px!important}.destination-overlay small{font-size:8.5px!important}.category-feature-grid.premium-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.premium-category-card,.premium-category-copy{min-height:200px!important}.premium-category-copy{padding:12px!important}.premium-category-card strong{font-size:16px!important}.premium-category-card small{font-size:9.5px!important}.premium-category-cta{font-size:9px!important}
  .venue-list,.venue-visual-list{grid-template-columns:1fr!important}.entity-strip{grid-auto-columns:140px!important}.plan-shell{grid-template-columns:1fr!important;padding:20px 16px!important;border-radius:20px!important;gap:17px!important}.plan-copy h2{font-size:25px!important}.plan-copy p{font-size:11.5px!important}.plan-actions .button{flex:1 1 160px!important}.plan-cards{grid-template-columns:1fr 1fr!important;gap:8px!important}.plan-cards a{padding:12px!important}.guide-grid,.trust-explain{grid-template-columns:1fr!important}.trust-shell{grid-template-columns:1fr!important;padding:19px!important}.trust-links{grid-template-columns:1fr 1fr!important}
  .weekend-location-shell{padding:15px!important}.weekend-city-picker{grid-template-columns:1fr!important}.weekend-city-picker label{display:none!important}.weekend-city-picker select,.weekend-city-picker .button,.weekend-near-me{min-height:44px!important}.weekend-shortcuts{display:flex!important;overflow-x:auto!important;gap:7px!important;scrollbar-width:none!important}.weekend-shortcuts a{flex:0 0 125px!important}.date-intent-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.date-intent-grid a{padding:14px!important}.date-intent-grid strong{font-size:13px!important}

  .listing-hero-inner{padding:30px 14px 24px!important}.listing-hero h1{font-size:36px!important}.listing-hero p{font-size:12.5px!important}.filter-shell{padding:15px!important;border-radius:18px!important}.filter-shell-head h2{font-size:20px!important}.filter-shell-head p{font-size:10.5px!important}.filter-result-pill{display:none!important}.event-filter-details>summary{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:10px 0!important;color:#344158!important;font-size:11px!important;font-weight:800!important}.event-filter-details>summary em{font-style:normal!important;color:#7e899b!important;font-size:9px!important}.event-filter-details:not([open]) .event-filter-form{display:none!important}.event-filter-form{grid-template-columns:1fr 1fr!important;gap:9px!important}.filter-search-field,.filter-check,.filter-actions{grid-column:1/-1!important}.filter-field input,.filter-field select{height:42px!important;font-size:11px!important}.filter-actions .button{width:100%!important}

  .profile-hero-inner{padding:28px 14px 30px!important;grid-template-columns:1fr!important;gap:20px!important}.profile-visual{aspect-ratio:16/9!important;max-height:330px!important}.profile-copy h1{font-size:36px!important}.profile-copy p{font-size:12px!important}
  .event-hero-inner{padding:24px 14px 30px!important;grid-template-columns:1fr!important;gap:20px!important}.event-cover{border-radius:18px!important}.event-content h1{font-size:36px!important}.event-detail-main .content-grid{grid-template-columns:1fr!important}.nearby-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.content-card{padding:17px!important}.content-card h2{font-size:18px!important}.content-card p{font-size:11.5px!important}.near-card{padding:20px!important}.near-card h1{font-size:36px!important}.legal-page{padding-top:28px!important}.legal-page>h1{font-size:38px!important}.legal-lead{font-size:14px!important}.legal-body{padding:18px!important;border-radius:18px!important}.legal-body h2{font-size:19px!important}.legal-body p,.legal-body li{font-size:12px!important}
  .search-page-form{grid-template-columns:1fr!important;padding:8px!important}.search-page-form button{min-height:46px!important}.search-summary{align-items:flex-start!important;flex-direction:column!important}.search-entity-grid{grid-template-columns:1fr!important}

  .site-footer{margin-top:24px!important;padding:34px 14px 22px!important}.footer-grid{grid-template-columns:1fr 1fr!important;gap:22px 18px!important}.footer-grid>div:first-child{grid-column:1/-1!important}.footer-logo{width:170px!important}.footer-bottom{margin-top:22px!important;flex-direction:column!important;gap:5px!important}.consent{left:10px!important;right:10px!important;bottom:10px!important;flex-direction:column!important;align-items:stretch!important}
}

@media(max-width:480px){
  .header-main{padding-left:10px!important;padding-right:10px!important}.header-main .brand img{width:128px!important;max-width:44vw!important}.location-link,.menu-button{width:38px!important;min-width:38px!important;height:38px!important}.header-search button{min-width:80px!important;padding:0 11px!important}
  .home-hero .hero-inner{padding:38px 12px 30px!important}.home-hero h1{font-size:41px!important}.home-hero p{font-size:13.5px!important}.section{padding-left:12px!important;padding-right:12px!important}.section-head h2{font-size:25px!important}
  .event-card{grid-template-columns:118px minmax(0,1fr)!important;min-height:124px!important}.card-image{width:118px!important;min-height:124px!important}.card-body{min-height:124px!important;padding:10px!important}.save-event-button{left:82px!important;width:28px!important;height:28px!important}.card-date-line{gap:6px!important}.card-date-line span:first-child{max-width:118px!important;overflow:hidden!important;text-overflow:ellipsis!important}.card-bottom{gap:6px!important}
  .city-grid{grid-template-columns:1fr!important}.destination-grid,.category-feature-grid.premium-category-grid{grid-template-columns:1fr 1fr!important}.premium-category-card,.premium-category-copy{min-height:184px!important}.plan-cards{grid-template-columns:1fr!important}.trust-links{grid-template-columns:1fr!important}.date-intent-grid{grid-template-columns:1fr!important}.event-filter-form{grid-template-columns:1fr!important}.filter-field,.filter-search-field,.filter-check,.filter-actions{grid-column:1!important}.nearby-grid{grid-template-columns:1fr!important}.footer-grid{grid-template-columns:1fr!important}.footer-grid>div:first-child{grid-column:1!important}
}

@media(max-width:350px){
  .header-main .brand img{width:118px!important}.home-hero h1{font-size:36px!important}.home-hero .discovery-search{grid-template-columns:1fr!important;grid-template-areas:"what" "where" "submit"!important}.home-hero .discovery-search button{width:100%!important}.event-card{grid-template-columns:104px minmax(0,1fr)!important}.card-image{width:104px!important}.save-event-button{left:70px!important}.destination-grid,.category-feature-grid.premium-category-grid{grid-template-columns:1fr!important}
}

@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}
/* Concertimo 8.0.0 — Signature UI
   Final public design layer. Deliberately restrained: real imagery, readable type,
   editorial spacing, and one consistent surface language across every route. */
:root{
  --sig-bg:#f6f7f9;
  --sig-bg-alt:#eef3f8;
  --sig-surface:#fff;
  --sig-ink:#101828;
  --sig-ink-2:#344054;
  --sig-muted:#667085;
  --sig-muted-2:#98a2b3;
  --sig-line:#e4e7ec;
  --sig-line-2:#d0d5dd;
  --sig-blue:#246bfd;
  --sig-blue-dark:#174fc4;
  --sig-aqua:#0797a5;
  --sig-violet:#6a50e7;
  --sig-navy:#101c35;
  --sig-footer:#0d172b;
  --sig-radius:18px;
  --sig-radius-sm:12px;
  --sig-shadow:0 8px 28px rgba(16,24,40,.07);
  --sig-shadow-hover:0 14px 36px rgba(16,24,40,.11);
  --sig-max:1280px;
}
*{box-sizing:border-box}
html{background:var(--sig-bg)!important;scroll-padding-top:132px!important}
body[data-concertimo-ui-version="11.0.0"]{
  margin:0!important;min-width:0!important;overflow-x:hidden!important;
  background:var(--sig-bg)!important;color:var(--sig-ink)!important;
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif!important;
  font-size:16px!important;line-height:1.55!important;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased
}
body[data-concertimo-ui-version="11.0.0"] main{min-height:60vh!important;background:transparent!important}
body[data-concertimo-ui-version="11.0.0"] a{text-decoration:none!important}
body[data-concertimo-ui-version="11.0.0"] img{max-width:100%;height:auto}
body[data-concertimo-ui-version="11.0.0"] :focus-visible{outline:3px solid rgba(36,107,253,.32)!important;outline-offset:3px!important}
body[data-concertimo-ui-version="11.0.0"] ::selection{background:#dbe8ff;color:var(--sig-ink)}

/* GLOBAL HEADER */
.site-header{
  position:sticky!important;top:0!important;z-index:100!important;width:100%!important;
  background:rgba(255,255,255,.97)!important;border-bottom:1px solid var(--sig-line)!important;
  box-shadow:0 4px 18px rgba(16,24,40,.045)!important;backdrop-filter:blur(14px) saturate(1.1)!important
}
.header-main{
  width:min(100%,var(--sig-max))!important;max-width:var(--sig-max)!important;margin:0 auto!important;
  min-height:76px!important;padding:11px 20px!important;display:grid!important;
  grid-template-columns:190px minmax(360px,1fr) auto!important;align-items:center!important;gap:20px!important
}
.header-main .brand{display:flex!important;align-items:center!important;min-width:0!important;line-height:0!important}
.header-main .brand img{display:block!important;width:174px!important;max-width:100%!important;height:auto!important;object-fit:contain!important;object-position:left center!important}
.header-search{
  position:relative!important;height:50px!important;min-width:0!important;display:grid!important;
  grid-template-columns:40px minmax(150px,1fr) minmax(120px,165px) auto!important;align-items:center!important;
  background:#fff!important;border:1px solid var(--sig-line-2)!important;border-radius:14px!important;
  box-shadow:0 2px 7px rgba(16,24,40,.035)!important;overflow:visible!important
}
.header-search:focus-within{border-color:#8db1ff!important;box-shadow:0 0 0 4px rgba(36,107,253,.08)!important}
.header-search-icon{width:40px!important;height:48px!important;display:grid!important;place-items:center!important;color:#667085!important}
.header-search-icon svg{width:19px!important;height:19px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.header-search input,.header-search select{min-width:0!important;height:46px!important;border:0!important;outline:0!important;background:transparent!important;color:var(--sig-ink)!important;font-size:13px!important}
.header-search input{padding:0 10px 0 0!important}.header-search input::placeholder{color:#8a94a6!important;opacity:1!important}
.header-search select{padding:0 10px!important;border-left:1px solid #edf0f4!important;color:#475467!important}
.header-search button{
  height:38px!important;min-width:88px!important;margin:0 5px!important;padding:0 17px!important;border:0!important;border-radius:10px!important;
  background:var(--sig-blue)!important;color:#fff!important;font-size:12px!important;font-weight:800!important;cursor:pointer!important;box-shadow:none!important
}
.header-search button:hover{background:var(--sig-blue-dark)!important}
.header-actions{justify-self:end!important;display:flex!important;align-items:center!important;gap:8px!important}
.location-link,.menu-button{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;
  min-width:44px!important;height:44px!important;padding:0 12px!important;border:1px solid var(--sig-line)!important;border-radius:12px!important;
  background:#fff!important;color:#24324a!important;box-shadow:none!important;font-weight:750!important
}
.location-link b,.menu-button b{font-size:12px!important}.menu-button{display:inline-flex!important}
.location-link:hover,.menu-button:hover{background:#f8fafc!important;border-color:#cfd6df!important;color:var(--sig-blue)!important}
.nav-svg{display:inline-grid!important;place-items:center!important;width:20px!important;height:20px!important;line-height:0!important}
.nav-svg svg{width:100%!important;height:100%!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.primary-nav{
  height:46px!important;padding:0 max(20px,calc((100vw - var(--sig-max))/2 + 20px))!important;display:flex!important;align-items:center!important;
  gap:27px!important;overflow-x:auto!important;white-space:nowrap!important;scrollbar-width:none!important;background:#fff!important;border-top:1px solid #f0f2f5!important
}
.primary-nav::-webkit-scrollbar{display:none}.primary-nav a{font-size:13px!important;font-weight:700!important;color:#475467!important;letter-spacing:0!important}
.primary-nav a:hover{color:var(--sig-blue)!important}.saved-nav-link span{color:var(--sig-aqua)!important}
.mobile-menu{display:none!important;background:#fff!important;border-top:1px solid var(--sig-line)!important;padding:14px 20px 18px!important;gap:6px!important}
.mobile-menu.open{display:grid!important}.mobile-menu a{padding:10px 12px!important;border-radius:9px!important;color:#344054!important;font-size:14px!important;font-weight:700!important}.mobile-menu a:hover{background:#f5f7fa!important}
.mobile-bottom-nav{display:none!important}

/* SHARED TYPOGRAPHY + RHYTHM */
.section{width:min(100%,var(--sig-max))!important;max-width:var(--sig-max)!important;margin:0 auto!important;padding:44px 20px!important}
.section.tight{padding-top:28px!important;padding-bottom:28px!important}
.section-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:24px!important;margin-bottom:20px!important}
.section-head>div{min-width:0!important}.section-head h2{margin:0!important;color:var(--sig-ink)!important;font-size:clamp(28px,2.6vw,38px)!important;line-height:1.08!important;letter-spacing:-.035em!important;font-weight:760!important}
.section-head p{max-width:760px!important;margin:7px 0 0!important;color:var(--sig-muted)!important;font-size:14px!important;line-height:1.55!important}
.section-head>a,.seasonal-row-head>a{flex:none!important;color:var(--sig-blue)!important;font-size:13px!important;font-weight:800!important}
.section-head>a:hover,.seasonal-row-head>a:hover{color:var(--sig-blue-dark)!important}
.mini-label{display:block!important;margin:0 0 7px!important;color:var(--sig-aqua)!important;font-size:10px!important;font-weight:850!important;letter-spacing:.14em!important;text-transform:uppercase!important}
.muted,.lead{color:var(--sig-muted)!important}.breadcrumbs{color:var(--sig-muted)!important}.breadcrumbs a{color:#475467!important}.breadcrumbs a:hover{color:var(--sig-blue)!important}

/* SIGNATURE HOME HERO */
.signature-hero{
  min-height:0!important;background:linear-gradient(180deg,#fff 0%,#f5f8fd 100%)!important;color:var(--sig-ink)!important;
  border-bottom:1px solid #e8edf3!important;box-shadow:none!important;overflow:hidden!important
}
.signature-hero:before,.signature-hero:after{display:none!important}
.signature-hero-inner{
  width:min(100%,var(--sig-max))!important;max-width:var(--sig-max)!important;margin:0 auto!important;padding:50px 20px 54px!important;
  display:grid!important;grid-template-columns:minmax(0,1.03fr) minmax(390px,.78fr)!important;align-items:center!important;gap:48px!important
}
.hero-copy{min-width:0!important}.signature-hero .eyebrow{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:0 10px!important;border:1px solid #cbd9ee!important;border-radius:999px!important;background:#fff!important;color:#315d9e!important;font-size:10px!important;font-weight:850!important;letter-spacing:.09em!important;text-transform:uppercase!important;box-shadow:none!important}
.signature-hero h1{max-width:680px!important;margin:18px 0 17px!important;color:var(--sig-ink)!important;font-size:clamp(48px,5.8vw,76px)!important;line-height:.98!important;letter-spacing:-.055em!important;font-weight:760!important;text-shadow:none!important}
.signature-hero .hero-gradient{background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important;color:var(--sig-blue)!important}
.signature-hero .hero-copy>p{max-width:650px!important;margin:0 0 24px!important;color:#475467!important;font-size:18px!important;line-height:1.55!important;text-shadow:none!important}
.signature-hero .discovery-search{max-width:720px!important;min-height:66px!important;padding:6px!important;grid-template-columns:1.35fr .9fr auto!important;background:#fff!important;border:1px solid #d9e1ea!important;border-radius:14px!important;box-shadow:0 6px 24px rgba(16,24,40,.07)!important;color:var(--sig-ink)!important}
.signature-hero .discovery-search label{padding:5px 13px!important;border-right:1px solid #edf0f4!important}.signature-hero .discovery-search label span{color:#7b8494!important;font-size:10px!important}.signature-hero .discovery-search input,.signature-hero .discovery-search select{color:var(--sig-ink)!important;background:transparent!important}.signature-hero .discovery-search button{border-radius:10px!important;background:var(--sig-blue)!important;color:#fff!important;box-shadow:none!important}
.signature-hero .hero-quick-links{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-top:15px!important}.signature-hero .hero-quick-links a{display:inline-flex!important;align-items:center!important;min-height:36px!important;padding:0 12px!important;border:1px solid #dbe1e8!important;border-radius:999px!important;background:#fff!important;color:#475467!important;font-size:12px!important;font-weight:700!important;box-shadow:none!important}.signature-hero .hero-quick-links a:hover{border-color:#a9c1f3!important;color:var(--sig-blue)!important;background:#fbfdff!important}
.signature-hero .hero-proof{display:flex!important;align-items:center!important;gap:9px 20px!important;flex-wrap:wrap!important;margin-top:20px!important;color:#667085!important;font-size:12px!important}.signature-hero .hero-proof span{position:relative!important;padding-left:14px!important}.signature-hero .hero-proof span:before{content:""!important;position:absolute!important;left:0!important;top:.62em!important;width:5px!important;height:5px!important;border-radius:50%!important;background:var(--sig-aqua)!important;color:transparent!important}
.hero-feature-card{position:relative!important;display:block!important;min-width:0!important;aspect-ratio:4/3!important;overflow:hidden!important;border-radius:20px!important;background:#dfe6ef!important;box-shadow:0 18px 45px rgba(16,24,40,.14)!important;border:1px solid rgba(16,24,40,.06)!important}
.hero-feature-card img{width:100%!important;height:100%!important;object-fit:cover!important}.hero-feature-shade{position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(8,16,31,.02) 24%,rgba(8,16,31,.12) 52%,rgba(8,16,31,.82) 100%)!important}.hero-feature-copy{position:absolute!important;left:0!important;right:0!important;bottom:0!important;padding:24px!important;color:#fff!important}.hero-feature-copy small{display:block!important;margin-bottom:6px!important;font-size:11px!important;font-weight:800!important;letter-spacing:.07em!important;text-transform:uppercase!important;color:#d8e7f9!important}.hero-feature-copy strong{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:24px!important;line-height:1.12!important;letter-spacing:-.025em!important}.hero-feature-copy b{display:block!important;margin-top:8px!important;font-size:12px!important;font-weight:650!important;color:#eef4fb!important}

/* HUMAN-SCALE DISCOVERY STRIP */
.home-discovery-strip{width:100%!important;background:#fff!important;border-bottom:1px solid #e8ebef!important;border-top:1px solid #f3f4f6!important;overflow:hidden!important}
.home-discovery-track{width:min(100%,var(--sig-max))!important;margin:0 auto!important;padding:11px 20px!important;display:flex!important;gap:8px!important;overflow-x:auto!important;scrollbar-width:none!important}.home-discovery-track::-webkit-scrollbar{display:none!important}.home-discovery-track a{flex:none!important;display:inline-flex!important;align-items:center!important;height:34px!important;padding:0 12px!important;border:1px solid var(--sig-line)!important;border-radius:999px!important;background:#fff!important;color:#475467!important;font-size:12px!important;font-weight:650!important;white-space:nowrap!important}.home-discovery-track a:hover{border-color:#b8caf0!important;color:var(--sig-blue)!important}

/* REAL EVENT CARD SYSTEM */
.event-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;min-width:0!important}
.event-card{position:relative!important;min-width:0!important;overflow:hidden!important;background:#fff!important;border:1px solid var(--sig-line)!important;border-radius:16px!important;box-shadow:none!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important}
.event-card:hover{transform:translateY(-3px)!important;border-color:#cfd6e1!important;box-shadow:var(--sig-shadow-hover)!important}
.event-card .card-image{position:relative!important;display:block!important;aspect-ratio:16/10!important;overflow:hidden!important;background:#dde3eb!important}
.event-card .card-image img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .3s ease!important}.event-card:hover .card-image img{transform:scale(1.02)!important}
.event-card .card-image:after{display:none!important}.save-event-button{position:absolute!important;top:11px!important;right:11px!important;z-index:3!important;width:36px!important;height:36px!important;display:grid!important;place-items:center!important;border:1px solid rgba(255,255,255,.84)!important;border-radius:50%!important;background:rgba(255,255,255,.92)!important;color:#25324a!important;box-shadow:0 3px 12px rgba(16,24,40,.12)!important;backdrop-filter:blur(8px)!important}
.event-card .card-body{min-height:188px!important;display:flex!important;flex-direction:column!important;padding:14px 15px 15px!important;background:#fff!important}
.event-card .card-date-line{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;color:#315d9e!important;font-size:10.5px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.035em!important}.event-card .card-date-line span{min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.event-card .card-date-line span:first-child{max-width:68%!important}
.event-card .card-kicker{margin-top:8px!important;color:#7c879a!important;font-size:10px!important;font-weight:750!important;text-transform:uppercase!important;letter-spacing:.05em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.event-card h3{min-height:2.6em!important;margin:8px 0 7px!important;color:var(--sig-ink)!important;font-size:16px!important;line-height:1.3!important;letter-spacing:-.015em!important;font-weight:730!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.event-card h3 a{color:inherit!important}.event-card h3 a:hover{color:var(--sig-blue)!important}
.event-card .card-meta{margin:0!important;color:var(--sig-muted)!important;font-size:12.5px!important;line-height:1.35!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.event-card .card-bottom{margin-top:auto!important;padding-top:11px!important;border-top:1px solid #edf0f3!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;color:#667085!important;font-size:11px!important;font-weight:700!important}.event-card .card-bottom>span,.event-card .mini-link{min-width:0!important;max-width:48%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.event-card .mini-link{color:var(--sig-blue)!important;text-align:right!important}
.ended-badge,.event-status-badge{position:absolute!important;left:10px!important;top:10px!important;padding:5px 8px!important;border-radius:999px!important;background:rgba(16,24,40,.86)!important;color:#fff!important;font-size:10px!important;font-weight:800!important;z-index:2!important}

/* Home page event/category rails. One line of cards, scrollable on every viewport. */
.home-events .event-grid,.home-weekend .event-grid,.home-category-events .event-grid,.home-seasonal-spotlight .event-grid{
  display:flex!important;grid-template-columns:none!important;gap:16px!important;overflow-x:auto!important;overflow-y:hidden!important;
  padding:2px 2px 10px!important;margin:0!important;scroll-snap-type:x proximity!important;overscroll-behavior-x:contain!important;scrollbar-width:thin!important
}
.home-events .event-card,.home-weekend .event-card,.home-category-events .event-card,.home-seasonal-spotlight .event-card{flex:0 0 286px!important;scroll-snap-align:start!important}
.home-category-events{border-top:1px solid #edf0f3!important}.home-category-events:nth-of-type(even){background:#fff!important;max-width:none!important;width:100%!important;padding-left:max(20px,calc((100vw - var(--sig-max))/2 + 20px))!important;padding-right:max(20px,calc((100vw - var(--sig-max))/2 + 20px))!important}.home-category-events:nth-of-type(even) .section-head{max-width:var(--sig-max)!important}
.home-weekend{padding-top:28px!important}.weekend-location-shell{background:#fff!important;border:1px solid var(--sig-line)!important;border-radius:16px!important;padding:20px!important;margin-bottom:18px!important;box-shadow:none!important}.weekend-head{margin-bottom:14px!important}.weekend-head h2{font-size:28px!important}.weekend-location-form{display:grid!important;grid-template-columns:minmax(210px,1fr) auto auto!important;gap:10px!important;align-items:end!important}.weekend-location-form label{min-width:0!important;color:#667085!important;font-size:11px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.055em!important}.weekend-location-form select{width:100%!important;height:44px!important;margin-top:5px!important;border:1px solid var(--sig-line-2)!important;border-radius:10px!important;background:#fff!important;color:var(--sig-ink)!important;padding:0 12px!important}.weekend-location-form button,.weekend-location-form a{min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 16px!important;border-radius:10px!important;font-size:12px!important;font-weight:800!important}.weekend-location-form button{border:0!important;background:var(--sig-blue)!important;color:#fff!important}.weekend-location-form a{border:1px solid var(--sig-line)!important;background:#fff!important;color:#475467!important}

/* DATE INTENT — practical, not decorative */
.date-intent-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.date-intent-grid a{min-width:0!important;padding:17px!important;border:1px solid var(--sig-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}.date-intent-grid a:hover{border-color:#b9caf0!important;box-shadow:var(--sig-shadow)!important}.date-intent-grid span{display:block!important;margin-bottom:9px!important;color:var(--sig-aqua)!important;font-size:9px!important;font-weight:850!important;letter-spacing:.10em!important;text-transform:uppercase!important}.date-intent-grid strong{display:block!important;color:var(--sig-ink)!important;font-size:15px!important;line-height:1.3!important}.date-intent-grid small{display:block!important;margin-top:5px!important;color:var(--sig-muted)!important;font-size:11.5px!important;line-height:1.4!important}

/* MOOD / CATEGORY CARDS */
.premium-category-grid{display:flex!important;gap:16px!important;overflow-x:auto!important;padding:2px 2px 10px!important;scroll-snap-type:x proximity!important;scrollbar-width:thin!important}
.premium-category-card{position:relative!important;flex:0 0 292px!important;min-width:0!important;height:330px!important;overflow:hidden!important;border:1px solid #dce2e9!important;border-radius:18px!important;background:#dfe5ed!important;box-shadow:none!important;scroll-snap-align:start!important}
.premium-category-card figure{position:absolute!important;inset:0!important;margin:0!important}.premium-category-card img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .35s ease!important}.premium-category-card:hover img{transform:scale(1.025)!important}
.premium-category-card:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(10,18,34,.02) 28%,rgba(10,18,34,.18) 57%,rgba(10,18,34,.86) 100%)!important;pointer-events:none!important}
.premium-category-copy{position:absolute!important;z-index:2!important;left:0!important;right:0!important;bottom:0!important;padding:20px!important;color:#fff!important;background:none!important;min-height:0!important}.premium-category-copy strong{display:block!important;color:#fff!important;font-size:23px!important;line-height:1.08!important;letter-spacing:-.025em!important;font-weight:750!important}.premium-category-copy small{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin-top:7px!important;color:#eef2f7!important;font-size:12.5px!important;line-height:1.45!important}.premium-category-copy span{display:block!important;margin-top:10px!important;color:#d8e8ff!important;font-size:11.5px!important;font-weight:800!important}

/* COUNTRIES — original full flags */
.country-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.country-card{min-width:0!important;display:grid!important;grid-template-columns:74px minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;padding:18px!important;background:#fff!important;border:1px solid var(--sig-line)!important;border-radius:15px!important;box-shadow:none!important}.country-card:hover{border-color:#b9caf0!important;box-shadow:var(--sig-shadow)!important}.country-flag{width:74px!important;height:50px!important;display:grid!important;place-items:center!important;overflow:hidden!important;border:1px solid #e3e7ed!important;border-radius:8px!important;background:#fff!important}.country-flag img,.country-flag svg{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important}.country-card-copy{min-width:0!important}.country-card-copy strong{display:block!important;color:var(--sig-ink)!important;font-size:16px!important;font-weight:750!important}.country-card-copy small{display:block!important;margin-top:3px!important;color:var(--sig-muted)!important;font-size:11.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.country-card-copy>span{display:block!important;margin-top:6px!important;color:#315d9e!important;font-size:11.5px!important;font-weight:750!important}.country-arrow{color:#98a2b3!important;font-size:18px!important}

/* POPULAR CITIES — real photographs */
.destination-grid{display:flex!important;gap:16px!important;overflow-x:auto!important;padding:2px 2px 10px!important;scroll-snap-type:x proximity!important;scrollbar-width:thin!important}.destination-card{position:relative!important;flex:0 0 302px!important;height:250px!important;overflow:hidden!important;border:1px solid #dce2e9!important;border-radius:17px!important;background:#dfe5ed!important;scroll-snap-align:start!important;box-shadow:none!important}.destination-card img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .35s ease!important}.destination-card:hover img{transform:scale(1.025)!important}.destination-card:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(180deg,transparent 46%,rgba(10,18,34,.82) 100%)!important}.destination-overlay{position:absolute!important;z-index:2!important;left:0!important;right:0!important;bottom:0!important;padding:18px!important}.destination-overlay strong{display:block!important;color:#fff!important;font-size:18px!important;font-weight:750!important}.destination-overlay small{display:block!important;margin-top:3px!important;color:#eef3f8!important;font-size:11.5px!important}

/* SEASONAL — always compact, actual event rails where possible */
.home-seasonal-spotlight{border-top:1px solid #e9edf2!important}.seasonal-row+ .seasonal-row{margin-top:34px!important}.seasonal-row-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important;margin-bottom:14px!important}.seasonal-row-head h3{margin:0!important;color:var(--sig-ink)!important;font-size:24px!important;letter-spacing:-.025em!important}.seasonal-row-head p{margin:5px 0 0!important;color:var(--sig-muted)!important;font-size:13px!important}.seasonal-city-fallback{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important}.seasonal-city-fallback>div{padding:20px!important;border:1px solid var(--sig-line)!important;border-radius:15px!important;background:#fff!important}.seasonal-city-fallback h3{margin:0 0 6px!important}.seasonal-city-fallback p{margin:0 0 14px!important;color:var(--sig-muted)!important}.seasonal-city-fallback a{display:inline-flex!important;margin:5px 7px 0 0!important;padding:7px 10px!important;border:1px solid var(--sig-line)!important;border-radius:999px!important;color:#475467!important;font-size:12px!important}.seasonal-city-fallback a b{margin-left:6px!important;color:var(--sig-blue)!important}

/* ARTIST + VENUE CARDS */
.entity-strip{display:flex!important;gap:16px!important;overflow-x:auto!important;padding:2px 2px 10px!important;scroll-snap-type:x proximity!important;scrollbar-width:thin!important}.entity-strip>a{flex:0 0 222px!important;min-width:0!important;padding:0!important;overflow:hidden!important;border:1px solid var(--sig-line)!important;border-radius:15px!important;background:#fff!important;box-shadow:none!important;scroll-snap-align:start!important}.entity-strip>a:hover{border-color:#c8d4e5!important;box-shadow:var(--sig-shadow)!important}.entity-strip img{width:100%!important;height:184px!important;object-fit:cover!important;background:#edf1f6!important}.entity-strip strong{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:2.55em!important;margin:12px 13px 4px!important;color:var(--sig-ink)!important;font-size:14px!important;line-height:1.28!important;font-weight:750!important}.entity-strip small{display:block!important;margin:0 13px 13px!important;color:var(--sig-muted)!important;font-size:11px!important}
.venue-list{display:flex!important;gap:14px!important;overflow-x:auto!important;padding:2px 2px 10px!important;scroll-snap-type:x proximity!important;scrollbar-width:thin!important}.venue-list>a{flex:0 0 300px!important;min-width:0!important;display:grid!important;grid-template-columns:92px minmax(0,1fr) 20px!important;align-items:center!important;gap:12px!important;padding:9px!important;border:1px solid var(--sig-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important;scroll-snap-align:start!important}.venue-list>a:hover{border-color:#c8d4e5!important;box-shadow:var(--sig-shadow)!important}.venue-list img{width:92px!important;height:76px!important;object-fit:cover!important;border-radius:10px!important;background:#edf1f6!important}.venue-copy{min-width:0!important}.venue-copy strong{display:block!important;color:var(--sig-ink)!important;font-size:13px!important;font-weight:750!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.venue-copy small{display:block!important;margin-top:3px!important;color:var(--sig-muted)!important;font-size:10.5px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.venue-copy b{display:block!important;margin-top:7px!important;color:#315d9e!important;font-size:10.5px!important;font-weight:750!important}.venue-arrow{color:#98a2b3!important}

/* FINISH THE PLAN */
.signature-plan{display:grid!important;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)!important;gap:28px!important;padding:26px!important;border:1px solid var(--sig-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}.signature-plan .plan-copy h2{margin:0!important;color:var(--sig-ink)!important;font-size:28px!important;letter-spacing:-.03em!important}.signature-plan .plan-copy p{margin:8px 0 0!important;color:var(--sig-muted)!important;font-size:13.5px!important}.signature-plan .plan-cards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.signature-plan .plan-cards a{min-width:0!important;padding:15px!important;border:1px solid var(--sig-line)!important;border-radius:12px!important;background:#f9fafb!important;box-shadow:none!important}.signature-plan .plan-cards strong{display:block!important;color:var(--sig-ink)!important;font-size:13px!important}.signature-plan .plan-cards span{display:block!important;margin-top:5px!important;color:var(--sig-muted)!important;font-size:11px!important;line-height:1.4!important}
.trust-explain{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.trust-explain article{padding:18px!important;border:1px solid var(--sig-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important}.trust-explain h3{margin:0 0 8px!important;color:var(--sig-ink)!important;font-size:15px!important}.trust-explain p{margin:0!important;color:var(--sig-muted)!important;font-size:12.5px!important;line-height:1.55!important}

/* LISTINGS / SEARCH / ENTITY / LEGAL — same human visual grammar */
.listing-hero,.search-hero,.profile-hero,.intent-hero,.private-dining-hero,.mr-v221-hero,.mr-v22-hero,.mr-calendar-hero,.mr-generated-entity-hero{
  background:#fff!important;color:var(--sig-ink)!important;border-bottom:1px solid var(--sig-line)!important
}
.listing-hero-inner,.search-hero-inner,.profile-hero-inner{padding-top:34px!important;padding-bottom:30px!important}
.listing-hero h1,.search-hero h1,.profile-hero h1,.intent-hero h1,.private-dining-hero h1,.mr-v221-hero h1,.mr-v22-hero h1,.mr-calendar-hero h1{color:var(--sig-ink)!important;font-size:clamp(34px,4.5vw,50px)!important;line-height:1.06!important;letter-spacing:-.04em!important}.listing-hero p,.search-hero p,.profile-hero p,.intent-hero p,.private-dining-hero p{color:var(--sig-muted)!important;font-size:15px!important}
.filter-shell,.event-filter-details,.search-page-shell,.directory-fallback,.content-card,.legal-body,.legal-related,.saved-page-status,.near-card,.empty-state,.context-columns>*,.guide-grid>*,.listing-demand-answers article{
  background:#fff!important;color:var(--sig-ink)!important;border:1px solid var(--sig-line)!important;border-radius:15px!important;box-shadow:none!important
}
.filter-shell input,.filter-shell select,.search-page-form input,.search-page-form select{background:#fff!important;color:var(--sig-ink)!important;border:1px solid var(--sig-line-2)!important;border-radius:10px!important}
.filter-chip,.filter-result-pill,.pill,.chips a,.event-internal-links a,.event-commercial-intents a{background:#fff!important;color:#475467!important;border:1px solid var(--sig-line)!important;border-radius:999px!important}.filter-chip:hover,.pill:hover,.chips a:hover,.event-internal-links a:hover,.event-commercial-intents a:hover{color:var(--sig-blue)!important;border-color:#b9caf0!important;background:#fbfcff!important}
.directory-grid>a,.search-entity-card,.mr-v9-artist-card,.mr-entity-event,.mr-v20-card,.mr-v221-card,.private-dining-card,.intent-place-card,.nearby-card{background:#fff!important;color:var(--sig-ink)!important;border:1px solid var(--sig-line)!important;box-shadow:none!important}.directory-grid strong,.search-entity-card strong,.mr-v9-artist-card strong,.mr-entity-event strong,.mr-v20-card strong,.mr-v221-card strong,.private-dining-card strong,.intent-place-card strong,.nearby-card strong{color:var(--sig-ink)!important}.directory-grid small,.search-entity-card small,.mr-v9-artist-card small,.mr-entity-event small,.mr-v20-card small,.mr-v221-card small,.private-dining-card small,.intent-place-card small,.nearby-card small{color:var(--sig-muted)!important}
.button{background:var(--sig-blue)!important;color:#fff!important;border:0!important;border-radius:10px!important;box-shadow:none!important;font-weight:800!important}.button:hover{background:var(--sig-blue-dark)!important}.button.secondary{background:#fff!important;color:var(--sig-ink)!important;border:1px solid var(--sig-line-2)!important}

/* EVENT DETAIL */
.event-hero{background:#fff!important;color:var(--sig-ink)!important;border-bottom:1px solid var(--sig-line)!important}.event-hero-inner{gap:38px!important;padding-top:34px!important;padding-bottom:40px!important}.event-cover{border-radius:18px!important;background:#e2e8f0!important;border:1px solid var(--sig-line)!important;box-shadow:none!important}.event-content h1{color:var(--sig-ink)!important;font-size:clamp(34px,4.8vw,56px)!important;line-height:1.04!important;letter-spacing:-.045em!important}.event-type-label{color:var(--sig-aqua)!important}.event-lead{color:var(--sig-muted)!important}.event-facts{background:transparent!important;border:0!important;box-shadow:none!important}.event-fact{border-color:#edf0f3!important}.event-fact strong{color:var(--sig-ink)!important}.event-fact span{color:var(--sig-muted)!important}.detail-save-button{background:#fff!important;color:var(--sig-ink)!important;border:1px solid var(--sig-line-2)!important}.event-update,.event-update-ticket{background:#f0f6ff!important;color:#315d9e!important;border:1px solid #d6e3f7!important}
.ticket-box{background:var(--sig-navy)!important;border-radius:14px!important}.ticket-box .button{background:#fff!important;color:var(--sig-navy)!important}

/* FOOTER — dark only where it belongs */
.site-footer{margin-top:28px!important;background:var(--sig-footer)!important;color:#cbd5e1!important;border-top:0!important;padding:0!important}.footer-top{width:min(100%,var(--sig-max))!important;max-width:var(--sig-max)!important;margin:0 auto!important;padding:48px 20px 30px!important;display:grid!important;grid-template-columns:minmax(250px,.95fr) minmax(0,2fr)!important;gap:48px!important}.footer-brand-block{min-width:0!important}.footer-logo{width:180px!important;height:auto!important;object-fit:contain!important}.footer-brand-block p{max-width:390px!important;margin:18px 0!important;color:#aebbd0!important;font-size:13px!important;line-height:1.65!important}.footer-market-list{display:flex!important;gap:7px!important;flex-wrap:wrap!important}.footer-market-list span{display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:0 10px!important;border:1px solid rgba(255,255,255,.11)!important;border-radius:999px!important;background:rgba(255,255,255,.045)!important;color:#d6dfed!important;font-size:10.5px!important;font-weight:650!important}.footer-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:24px!important}.footer-title{display:block!important;margin-bottom:13px!important;color:#fff!important;font-size:10px!important;font-weight:850!important;letter-spacing:.12em!important;text-transform:uppercase!important}.footer-grid a,.footer-privacy-button{display:block!important;margin:0 0 9px!important;padding:0!important;border:0!important;background:none!important;color:#b7c4d8!important;font-size:12px!important;line-height:1.45!important;text-align:left!important}.footer-grid a:hover,.footer-privacy-button:hover{color:#fff!important}.footer-bottom{width:min(100%,var(--sig-max))!important;max-width:var(--sig-max)!important;margin:0 auto!important;padding:17px 20px 23px!important;border-top:1px solid rgba(255,255,255,.08)!important;display:flex!important;justify-content:space-between!important;gap:20px!important;flex-wrap:wrap!important;color:#8797af!important;font-size:10.5px!important}

/* RESPONSIVE */
@media(max-width:1080px){
  .header-main{grid-template-columns:170px minmax(300px,1fr) auto!important}.primary-nav{gap:21px!important}.event-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.country-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.signature-hero-inner{grid-template-columns:minmax(0,1fr) minmax(340px,.75fr)!important;gap:32px!important}.footer-top{grid-template-columns:1fr!important;gap:30px!important}.footer-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}
@media(max-width:860px){
  html{scroll-padding-top:112px!important}body[data-concertimo-ui-version="11.0.0"]{padding-bottom:76px!important}
  .header-main{grid-template-columns:minmax(0,1fr) auto!important;min-height:auto!important;padding:9px 14px 10px!important;gap:8px!important}.header-main .brand img{width:154px!important}.header-actions{gap:6px!important}.location-link,.menu-button{width:42px!important;min-width:42px!important;height:42px!important;padding:0!important;border-radius:11px!important}.location-link b,.menu-button b{display:none!important}.header-search{grid-column:1/-1!important;grid-row:2!important;height:48px!important;grid-template-columns:38px minmax(0,1fr) auto!important;border-radius:12px!important}.header-search select{display:none!important}.header-search button{height:38px!important;min-width:84px!important;margin:0 4px!important}.header-search input{font-size:13px!important}.primary-nav{display:none!important}.mobile-menu.open{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:12px 14px 16px!important}.mobile-bottom-nav{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:95!important;height:68px!important;padding:max(4px,env(safe-area-inset-bottom)) 7px 4px!important;display:grid!important;grid-template-columns:repeat(5,1fr)!important;background:rgba(255,255,255,.97)!important;border-top:1px solid #e1e5eb!important;box-shadow:0 -5px 18px rgba(16,24,40,.06)!important;backdrop-filter:blur(14px)!important}.mobile-bottom-nav a{min-width:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:2px!important;color:#667085!important;font-size:9.5px!important;font-weight:650!important}.mobile-bottom-nav a.is-active{color:var(--sig-blue)!important}.mobile-bottom-nav .nav-svg{width:21px!important;height:21px!important}.mobile-bottom-nav b{font-size:9.5px!important;font-weight:700!important}

  .signature-hero-inner{padding:34px 15px 36px!important;grid-template-columns:1fr!important;gap:24px!important}.signature-hero h1{font-size:clamp(40px,11vw,58px)!important;margin-top:14px!important}.signature-hero .hero-copy>p{font-size:16px!important;line-height:1.5!important}.signature-hero .discovery-search{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;min-height:58px!important;padding:6px!important}.signature-hero .discovery-search label:nth-child(2){display:none!important}.signature-hero .discovery-search label:first-child{border-right:0!important}.signature-hero .hero-proof{display:grid!important;grid-template-columns:1fr!important;gap:5px!important;margin-top:16px!important}.hero-feature-card{aspect-ratio:16/10!important;border-radius:16px!important}.hero-feature-copy{padding:18px!important}.hero-feature-copy strong{font-size:20px!important}.home-discovery-track{padding:9px 15px!important}

  .section{padding:34px 15px!important}.section-head{align-items:flex-start!important;gap:13px!important;margin-bottom:16px!important}.section-head h2{font-size:clamp(25px,7.6vw,34px)!important}.section-head p{font-size:13px!important}.section-head>a{font-size:11.5px!important;padding-top:4px!important}
  .event-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.event-card .card-body{min-height:178px!important;padding:12px!important}.event-card h3{font-size:15px!important}.event-card .card-meta{font-size:11.5px!important}
  .home-events .event-grid,.home-weekend .event-grid,.home-category-events .event-grid,.home-seasonal-spotlight .event-grid{gap:12px!important;margin-right:-15px!important;padding-right:15px!important;scrollbar-width:none!important}.home-events .event-grid::-webkit-scrollbar,.home-weekend .event-grid::-webkit-scrollbar,.home-category-events .event-grid::-webkit-scrollbar,.home-seasonal-spotlight .event-grid::-webkit-scrollbar{display:none!important}.home-events .event-card,.home-weekend .event-card,.home-category-events .event-card,.home-seasonal-spotlight .event-card{flex:0 0 min(78vw,300px)!important}
  .home-category-events:nth-of-type(even){padding-left:15px!important;padding-right:15px!important}.weekend-location-shell{padding:16px!important}.weekend-head{display:block!important}.weekend-location-form{grid-template-columns:1fr!important}.weekend-location-form button,.weekend-location-form a{width:100%!important}.date-intent-grid{display:flex!important;overflow-x:auto!important;gap:10px!important;margin-right:-15px!important;padding:1px 15px 8px 0!important;scrollbar-width:none!important}.date-intent-grid::-webkit-scrollbar{display:none!important}.date-intent-grid a{flex:0 0 min(72vw,270px)!important}
  .premium-category-grid,.destination-grid,.entity-strip,.venue-list{margin-right:-15px!important;padding-right:15px!important;scrollbar-width:none!important}.premium-category-grid::-webkit-scrollbar,.destination-grid::-webkit-scrollbar,.entity-strip::-webkit-scrollbar,.venue-list::-webkit-scrollbar{display:none!important}.premium-category-card{flex-basis:min(78vw,290px)!important;height:300px!important}.destination-card{flex-basis:min(79vw,300px)!important;height:235px!important}.entity-strip>a{flex-basis:min(58vw,220px)!important}.venue-list>a{flex-basis:min(82vw,300px)!important}
  .country-grid{display:flex!important;overflow-x:auto!important;gap:12px!important;margin-right:-15px!important;padding:1px 15px 9px 0!important;scrollbar-width:none!important}.country-grid::-webkit-scrollbar{display:none!important}.country-card{flex:0 0 min(84vw,340px)!important;grid-template-columns:70px minmax(0,1fr) 18px!important;padding:15px!important}.country-flag{width:70px!important;height:46px!important}
  .seasonal-row-head{align-items:flex-start!important}.seasonal-city-fallback{grid-template-columns:1fr!important}.signature-plan{grid-template-columns:1fr!important;padding:20px!important}.signature-plan .plan-cards{grid-template-columns:1fr!important}.trust-explain{grid-template-columns:1fr!important}
  .event-hero-inner{grid-template-columns:1fr!important;gap:24px!important}.event-content h1{font-size:clamp(32px,9vw,46px)!important}.content-grid{grid-template-columns:1fr!important}
  .footer-top{padding:38px 15px 26px!important;gap:28px!important}.footer-logo{width:166px!important}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px 20px!important}.footer-bottom{padding:15px 15px 88px!important;font-size:10px!important}
}
@media(max-width:520px){
  .header-main .brand img{width:145px!important}.section-head{display:block!important}.section-head>a{display:inline-block!important;margin-top:9px!important}.event-grid{grid-template-columns:1fr!important}.home-events .event-card,.home-weekend .event-card,.home-category-events .event-card,.home-seasonal-spotlight .event-card{flex-basis:min(82vw,306px)!important}.premium-category-card{flex-basis:min(82vw,302px)!important}.country-card{flex-basis:min(88vw,348px)!important}.entity-strip>a{flex-basis:min(66vw,224px)!important}.footer-grid{grid-template-columns:1fr 1fr!important}.seasonal-row-head{display:block!important}.seasonal-row-head>a{display:inline-block!important;margin-top:8px!important}
}
@media(max-width:390px){
  .header-main .brand img{width:135px!important}.header-search button{min-width:78px!important;padding:0 12px!important}.signature-hero h1{font-size:39px!important}.footer-grid{grid-template-columns:1fr!important}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* =========================================================
   Concertimo 8.0.0 — Studio hard-override layer
   This section intentionally outranks legacy structural CSS.
   ========================================================= */
body[data-concertimo-ui-version="11.0.0"] .site-header{background:rgba(255,255,255,.985)!important;border-bottom:1px solid #e6eaf0!important;box-shadow:0 5px 18px rgba(16,24,40,.05)!important}
body[data-concertimo-ui-version="11.0.0"] .header-main{min-height:80px!important;grid-template-columns:180px minmax(420px,1fr) auto!important;gap:18px!important;padding:12px 20px!important}
body[data-concertimo-ui-version="11.0.0"] .header-main .brand img{width:168px!important}
body[data-concertimo-ui-version="11.0.0"] .header-search{height:52px!important;grid-template-columns:42px minmax(180px,1fr) minmax(130px,180px) auto!important;border-radius:14px!important;border:1px solid #d8dee8!important;background:#fff!important}
body[data-concertimo-ui-version="11.0.0"] .header-search button{height:40px!important;min-width:92px!important;background:#246bfd!important;border-radius:10px!important;font-weight:800!important}
body[data-concertimo-ui-version="11.0.0"] .primary-nav{height:48px!important;gap:10px!important;padding-top:0!important;padding-bottom:0!important;background:#fff!important;border-top:1px solid #f1f3f6!important}
body[data-concertimo-ui-version="11.0.0"] .primary-nav>a,
body[data-concertimo-ui-version="11.0.0"] .nav-events-menu>summary{display:inline-flex!important;align-items:center!important;min-height:32px!important;padding:0 11px!important;border-radius:999px!important;color:#475467!important;font-size:12.5px!important;font-weight:760!important;cursor:pointer!important;list-style:none!important}
body[data-concertimo-ui-version="11.0.0"] .primary-nav>a:hover,
body[data-concertimo-ui-version="11.0.0"] .nav-events-menu>summary:hover{background:#f2f6ff!important;color:#174fc4!important}
body[data-concertimo-ui-version="11.0.0"] .nav-events-menu{position:relative!important;flex:none!important}
body[data-concertimo-ui-version="11.0.0"] .nav-events-menu>summary::-webkit-details-marker{display:none!important}
body[data-concertimo-ui-version="11.0.0"] .nav-events-menu>summary:after{content:"⌄"!important;margin-left:6px!important;font-size:11px!important;color:#7a869a!important}
body[data-concertimo-ui-version="11.0.0"] .nav-events-panel{position:absolute!important;left:0!important;top:38px!important;z-index:120!important;width:320px!important;padding:10px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;border:1px solid #dfe4ec!important;border-radius:16px!important;background:#fff!important;box-shadow:0 18px 45px rgba(16,24,40,.14)!important}
body[data-concertimo-ui-version="11.0.0"] .nav-events-panel a{padding:10px 11px!important;border-radius:10px!important;color:#344054!important;font-size:12px!important;font-weight:700!important}
body[data-concertimo-ui-version="11.0.0"] .nav-events-panel a:hover{background:#f4f7fb!important;color:#174fc4!important}

/* Hero must stay split/editorial even when legacy mobile rules exist. */
body[data-concertimo-ui-version="11.0.0"] .hero.home-hero.signature-hero{min-height:0!important;background:linear-gradient(180deg,#fff 0%,#f5f8fc 100%)!important;background-image:none!important;border-radius:0!important;color:#101828!important;border-bottom:1px solid #e8edf3!important}
body[data-concertimo-ui-version="11.0.0"] .hero.home-hero.signature-hero:before,
body[data-concertimo-ui-version="11.0.0"] .hero.home-hero.signature-hero:after{display:none!important;background:none!important}
body[data-concertimo-ui-version="11.0.0"] .home-hero .hero-inner.signature-hero-inner{width:min(100%,1280px)!important;max-width:1280px!important;margin:0 auto!important;padding:46px 20px 50px!important;display:grid!important;grid-template-columns:minmax(0,1.05fr) minmax(390px,.78fr)!important;align-items:center!important;gap:44px!important}
body[data-concertimo-ui-version="11.0.0"] .signature-hero .hero-copy{padding:24px 0!important}
body[data-concertimo-ui-version="11.0.0"] .signature-hero h1{color:#101828!important;text-shadow:none!important;font-size:clamp(48px,5.5vw,74px)!important;line-height:.99!important}
body[data-concertimo-ui-version="11.0.0"] .signature-hero .hero-copy>p{color:#475467!important;text-shadow:none!important}
body[data-concertimo-ui-version="11.0.0"] .signature-hero .hero-feature-card{display:block!important;position:relative!important;overflow:hidden!important;aspect-ratio:4/3!important;border-radius:22px!important;background:#101828!important;box-shadow:0 24px 58px rgba(16,24,40,.16)!important}
body[data-concertimo-ui-version="11.0.0"] .signature-hero .hero-feature-card>img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
body[data-concertimo-ui-version="11.0.0"] .signature-hero .hero-feature-shade{position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(8,15,30,.02) 30%,rgba(8,15,30,.78) 100%)!important}
body[data-concertimo-ui-version="11.0.0"] .signature-hero .hero-feature-copy{position:absolute!important;left:0!important;right:0!important;bottom:0!important;padding:22px!important;color:#fff!important}

/* Cards: preserve artwork on touch/mobile instead of hard cropping posters. */
body[data-concertimo-ui-version="11.0.0"] .event-card .card-image{aspect-ratio:16/9!important;background:#0f172a!important}
body[data-concertimo-ui-version="11.0.0"] .event-card .card-image img{object-fit:cover!important;object-position:center!important;background:#0f172a!important}
body[data-concertimo-ui-version="11.0.0"] .event-card .card-body{min-height:184px!important}
body[data-concertimo-ui-version="11.0.0"] .event-card h3{font-size:16px!important;line-height:1.28!important;min-height:2.56em!important}
body[data-concertimo-ui-version="11.0.0"] .event-card .card-meta{min-height:1.35em!important}

/* Home rails are deliberate rails, never squeezed desktop grids. */
body[data-concertimo-ui-version="11.0.0"] .home-events .event-grid,
body[data-concertimo-ui-version="11.0.0"] .home-weekend .event-grid,
body[data-concertimo-ui-version="11.0.0"] .home-category-events .event-grid,
body[data-concertimo-ui-version="11.0.0"] .home-seasonal-spotlight .event-grid{display:flex!important;grid-template-columns:none!important;gap:16px!important;overflow-x:auto!important;scroll-snap-type:x proximity!important;padding:2px 2px 12px!important;scrollbar-width:thin!important}
body[data-concertimo-ui-version="11.0.0"] .home-events .event-card,
body[data-concertimo-ui-version="11.0.0"] .home-weekend .event-card,
body[data-concertimo-ui-version="11.0.0"] .home-category-events .event-card,
body[data-concertimo-ui-version="11.0.0"] .home-seasonal-spotlight .event-card{flex:0 0 286px!important;scroll-snap-align:start!important}

/* More editorial category cards. */
body[data-concertimo-ui-version="11.0.0"] .premium-category-card{height:320px!important;border-radius:18px!important;box-shadow:none!important;border:1px solid #e2e7ee!important;background:#111827!important}
body[data-concertimo-ui-version="11.0.0"] .premium-category-card:before{background:linear-gradient(180deg,rgba(5,12,24,.03),rgba(5,12,24,.12) 42%,rgba(5,12,24,.84) 100%)!important}
body[data-concertimo-ui-version="11.0.0"] .premium-category-copy{padding:20px!important}
body[data-concertimo-ui-version="11.0.0"] .premium-category-copy strong{font-size:25px!important}
body[data-concertimo-ui-version="11.0.0"] .premium-category-copy small{font-size:13px!important;line-height:1.45!important}

/* Entity cards: image-first, no childish fallback treatment. */
body[data-concertimo-ui-version="11.0.0"] .entity-strip>a{border-radius:16px!important;overflow:hidden!important;background:#fff!important;border:1px solid #e2e7ee!important;box-shadow:none!important}
body[data-concertimo-ui-version="11.0.0"] .entity-strip>a img{aspect-ratio:1/1!important;width:100%!important;object-fit:cover!important;background:#101828!important}
body[data-concertimo-ui-version="11.0.0"] .venue-visual-list>a{min-height:104px!important;border-radius:16px!important;padding:10px!important;background:#fff!important;border:1px solid #e2e7ee!important;box-shadow:none!important}
body[data-concertimo-ui-version="11.0.0"] .venue-visual-list>a img{width:124px!important;height:82px!important;object-fit:cover!important;border-radius:11px!important;background:#101828!important}

/* Popular cities: photo-led, never giant abstract placeholder cards. */
body[data-concertimo-ui-version="11.0.0"] .destination-card{height:260px!important;border-radius:18px!important;background:#101828!important;border:1px solid #dde3ea!important}
body[data-concertimo-ui-version="11.0.0"] .destination-card img{width:100%!important;height:100%!important;object-fit:cover!important}
body[data-concertimo-ui-version="11.0.0"] .destination-card:before{background:linear-gradient(180deg,rgba(5,12,24,.02),rgba(5,12,24,.16) 42%,rgba(5,12,24,.80) 100%)!important}

/* Trust/plan areas are quieter and more human. */
body[data-concertimo-ui-version="11.0.0"] .signature-plan{background:#fff!important;border:1px solid #e1e6ed!important;box-shadow:none!important}
body[data-concertimo-ui-version="11.0.0"] .trust-explain article{background:transparent!important;border-top:1px solid #e4e7ec!important;border-radius:0!important;box-shadow:none!important;padding:18px 2px!important}

/* TOUCH / MOBILE: applies even if a mobile browser is using a wide desktop viewport. */
@media (max-width:900px), (hover:none) and (pointer:coarse){
  html{scroll-padding-top:112px!important}
  body[data-concertimo-ui-version="11.0.0"]{padding-bottom:72px!important;font-size:16px!important}
  body[data-concertimo-ui-version="11.0.0"] .header-main{grid-template-columns:minmax(0,1fr) auto!important;min-height:auto!important;padding:10px 14px!important;gap:8px!important}
  body[data-concertimo-ui-version="11.0.0"] .header-main .brand img{width:150px!important}
  body[data-concertimo-ui-version="11.0.0"] .header-search{grid-column:1/-1!important;grid-row:2!important;height:50px!important;grid-template-columns:40px minmax(0,1fr) auto!important;border-radius:13px!important}
  body[data-concertimo-ui-version="11.0.0"] .header-search select{display:none!important}
  body[data-concertimo-ui-version="11.0.0"] .header-search button{height:40px!important;min-width:88px!important;margin-right:4px!important}
  body[data-concertimo-ui-version="11.0.0"] .location-link,body[data-concertimo-ui-version="11.0.0"] .menu-button{width:42px!important;min-width:42px!important;height:42px!important;padding:0!important}
  body[data-concertimo-ui-version="11.0.0"] .location-link b,body[data-concertimo-ui-version="11.0.0"] .menu-button b{display:none!important}
  body[data-concertimo-ui-version="11.0.0"] .primary-nav{display:none!important}
  body[data-concertimo-ui-version="11.0.0"] .mobile-menu.open{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:12px 14px 16px!important}
  body[data-concertimo-ui-version="11.0.0"] .mobile-bottom-nav{display:grid!important}

  body[data-concertimo-ui-version="11.0.0"] .home-hero .hero-inner.signature-hero-inner{padding:28px 15px 34px!important;grid-template-columns:1fr!important;gap:20px!important}
  body[data-concertimo-ui-version="11.0.0"] .signature-hero .hero-copy{padding:0!important}
  body[data-concertimo-ui-version="11.0.0"] .signature-hero h1{font-size:clamp(38px,11vw,54px)!important;margin:14px 0 13px!important;line-height:.98!important}
  body[data-concertimo-ui-version="11.0.0"] .signature-hero .hero-copy>p{font-size:16px!important;line-height:1.5!important;margin-bottom:18px!important}
  body[data-concertimo-ui-version="11.0.0"] .signature-hero .discovery-search{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:none!important;min-height:58px!important;padding:6px!important;border-radius:15px!important}
  body[data-concertimo-ui-version="11.0.0"] .signature-hero .discovery-search label:first-of-type{grid-area:auto!important;border:0!important;padding:4px 10px!important}
  body[data-concertimo-ui-version="11.0.0"] .signature-hero .discovery-search label:nth-of-type(2){display:none!important}
  body[data-concertimo-ui-version="11.0.0"] .signature-hero .discovery-search button{grid-area:auto!important;min-height:46px!important;width:auto!important;margin:0!important;padding:0 16px!important}
  body[data-concertimo-ui-version="11.0.0"] .signature-hero .hero-feature-card{aspect-ratio:16/10!important;border-radius:16px!important}
  body[data-concertimo-ui-version="11.0.0"] .signature-hero .hero-feature-copy{padding:16px!important}
  body[data-concertimo-ui-version="11.0.0"] .signature-hero .hero-feature-copy strong{font-size:19px!important;line-height:1.2!important}

  body[data-concertimo-ui-version="11.0.0"] .section{padding:32px 15px!important}
  body[data-concertimo-ui-version="11.0.0"] .section-head{display:block!important;margin-bottom:16px!important}
  body[data-concertimo-ui-version="11.0.0"] .section-head h2{font-size:clamp(25px,7.8vw,34px)!important}
  body[data-concertimo-ui-version="11.0.0"] .section-head p{font-size:13px!important}
  body[data-concertimo-ui-version="11.0.0"] .section-head>a{display:inline-block!important;margin-top:8px!important}

  body[data-concertimo-ui-version="11.0.0"] .home-events .event-grid,
  body[data-concertimo-ui-version="11.0.0"] .home-weekend .event-grid,
  body[data-concertimo-ui-version="11.0.0"] .home-category-events .event-grid,
  body[data-concertimo-ui-version="11.0.0"] .home-seasonal-spotlight .event-grid{margin-right:-15px!important;padding-right:15px!important;gap:12px!important;scrollbar-width:none!important}
  body[data-concertimo-ui-version="11.0.0"] .home-events .event-card,
  body[data-concertimo-ui-version="11.0.0"] .home-weekend .event-card,
  body[data-concertimo-ui-version="11.0.0"] .home-category-events .event-card,
  body[data-concertimo-ui-version="11.0.0"] .home-seasonal-spotlight .event-card{flex:0 0 min(84vw,330px)!important}
  body[data-concertimo-ui-version="11.0.0"] .event-card .card-image{aspect-ratio:16/9!important;background:#0d1628!important}
  body[data-concertimo-ui-version="11.0.0"] .event-card .card-image img{object-fit:contain!important;object-position:center!important;background:#0d1628!important;transform:none!important}
  body[data-concertimo-ui-version="11.0.0"] .event-card .card-body{min-height:176px!important;padding:13px!important}
  body[data-concertimo-ui-version="11.0.0"] .event-card h3{font-size:16px!important;line-height:1.3!important}

  body[data-concertimo-ui-version="11.0.0"] .premium-category-grid,
  body[data-concertimo-ui-version="11.0.0"] .destination-grid,
  body[data-concertimo-ui-version="11.0.0"] .entity-strip,
  body[data-concertimo-ui-version="11.0.0"] .venue-list{display:flex!important;grid-template-columns:none!important;overflow-x:auto!important;scroll-snap-type:x proximity!important;gap:12px!important;margin-right:-15px!important;padding-right:15px!important;scrollbar-width:none!important}
  body[data-concertimo-ui-version="11.0.0"] .premium-category-card{flex:0 0 min(82vw,310px)!important;height:300px!important;scroll-snap-align:start!important}
  body[data-concertimo-ui-version="11.0.0"] .destination-card{flex:0 0 min(84vw,330px)!important;height:235px!important;scroll-snap-align:start!important}
  body[data-concertimo-ui-version="11.0.0"] .entity-strip>a{flex:0 0 min(65vw,235px)!important;scroll-snap-align:start!important}
  body[data-concertimo-ui-version="11.0.0"] .venue-list>a{flex:0 0 min(88vw,360px)!important;scroll-snap-align:start!important}
  body[data-concertimo-ui-version="11.0.0"] .country-grid{display:flex!important;overflow-x:auto!important;grid-template-columns:none!important;gap:12px!important;margin-right:-15px!important;padding:1px 15px 8px 0!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important}
  body[data-concertimo-ui-version="11.0.0"] .country-card{flex:0 0 min(88vw,360px)!important;scroll-snap-align:start!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-top{padding:38px 15px 24px!important}.footer-grid{grid-template-columns:1fr 1fr!important}.footer-bottom{padding-bottom:86px!important}
}

@media (max-width:520px){
  body[data-concertimo-ui-version="11.0.0"] .header-main .brand img{width:142px!important}
  body[data-concertimo-ui-version="11.0.0"] .home-events .event-card,
  body[data-concertimo-ui-version="11.0.0"] .home-weekend .event-card,
  body[data-concertimo-ui-version="11.0.0"] .home-category-events .event-card,
  body[data-concertimo-ui-version="11.0.0"] .home-seasonal-spotlight .event-card{flex-basis:min(88vw,340px)!important}
  body[data-concertimo-ui-version="11.0.0"] .premium-category-card{flex-basis:min(86vw,320px)!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-grid{grid-template-columns:1fr!important}
}


/* === v9.0.0 ultra-final overrides === */
body[data-concertimo-ui-version="11.0.0"] .event-card .card-image,
body[data-concertimo-ui-version="11.0.0"] .destination-card .card-image,
body[data-concertimo-ui-version="11.0.0"] .venue-visual-list>a img,
body[data-concertimo-ui-version="11.0.0"] .nearby-category-image{background:#edf2f7!important;background-position:center center!important;background-size:cover!important;background-repeat:no-repeat!important}
body[data-concertimo-ui-version="11.0.0"] .event-card .card-image img,
body[data-concertimo-ui-version="11.0.0"] .destination-card .card-image img,
body[data-concertimo-ui-version="11.0.0"] .venue-visual-list>a img,
body[data-concertimo-ui-version="11.0.0"] .nearby-category-image{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}
body[data-concertimo-ui-version="11.0.0"] .footer-logo{width:174px!important;max-width:100%!important;height:auto!important;object-fit:contain!important;object-position:left center!important}
@media (max-width:860px){
  body[data-concertimo-ui-version="11.0.0"] .event-card .card-image{aspect-ratio:4/3!important;overflow:hidden!important}
  body[data-concertimo-ui-version="11.0.0"] .home-events .event-card,
  body[data-concertimo-ui-version="11.0.0"] .home-weekend .event-card,
  body[data-concertimo-ui-version="11.0.0"] .home-category-events .event-card,
  body[data-concertimo-ui-version="11.0.0"] .home-seasonal-spotlight .event-card{flex:0 0 min(86vw,338px)!important}
  body[data-concertimo-ui-version="11.0.0"] .mobile-bottom-nav{left:10px!important;right:10px!important;bottom:10px!important;height:auto!important;padding:9px 8px calc(8px + env(safe-area-inset-bottom))!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;background:rgba(255,255,255,.97)!important;border:1px solid #d8e1ec!important;border-radius:24px!important;box-shadow:0 18px 40px rgba(15,23,42,.16)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important}
  body[data-concertimo-ui-version="11.0.0"] .mobile-bottom-nav a{position:relative!important;min-height:58px!important;border-radius:18px!important;gap:5px!important;color:#667085!important;font-size:10.5px!important;font-weight:700!important}
  body[data-concertimo-ui-version="11.0.0"] .mobile-bottom-nav a .nav-svg{width:22px!important;height:22px!important}
  body[data-concertimo-ui-version="11.0.0"] .mobile-bottom-nav a.is-active{color:#117a8b!important;background:linear-gradient(180deg,#edf9fa 0%,#e8f6f4 100%)!important;box-shadow:inset 0 0 0 1px rgba(17,122,139,.10)!important}
  body[data-concertimo-ui-version="11.0.0"] .mobile-bottom-nav a b{font-size:10px!important;font-weight:750!important;letter-spacing:-.01em!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-bottom{padding-bottom:98px!important}
}
/* Concertimo 11.0.0 Ultra Final
   Final high-specificity public layer: readable typography, compact mobile footer,
   responsive filters, discovery tickers, dense nearby cards and rich directory UI. */
:root{
  --v11-max:1280px;--v11-ink:#101828;--v11-copy:#475467;--v11-muted:#667085;
  --v11-line:#dfe4eb;--v11-soft:#f5f7fa;--v11-blue:#246bfd;--v11-blue2:#174fc4;
  --v11-teal:#0e8791;--v11-navy:#0b172b;--v11-radius:16px;--v11-shadow:0 10px 32px rgba(16,24,40,.08)
}
html{font-size:17px!important;scroll-behavior:smooth}
body[data-concertimo-ui-version="11.0.0"]{font-size:1rem!important;line-height:1.62!important;color:var(--v11-ink)!important;background:#f7f8fa!important}
body[data-concertimo-ui-version="11.0.0"] p,body[data-concertimo-ui-version="11.0.0"] li,body[data-concertimo-ui-version="11.0.0"] input,body[data-concertimo-ui-version="11.0.0"] select,body[data-concertimo-ui-version="11.0.0"] button{font-size:1rem}
body[data-concertimo-ui-version="11.0.0"] h1{font-size:clamp(2.35rem,5vw,4.65rem)!important;line-height:1.03!important;letter-spacing:-.05em!important;font-weight:760!important}
body[data-concertimo-ui-version="11.0.0"] h2{font-size:clamp(1.65rem,3vw,2.45rem)!important;line-height:1.13!important;letter-spacing:-.035em!important;font-weight:750!important}
body[data-concertimo-ui-version="11.0.0"] h3{font-size:1.15rem!important;line-height:1.3!important;letter-spacing:-.018em!important;font-weight:750!important}
body[data-concertimo-ui-version="11.0.0"] h4{font-size:1rem!important;line-height:1.35!important;font-weight:760!important}
body[data-concertimo-ui-version="11.0.0"] .section-head p,body[data-concertimo-ui-version="11.0.0"] .listing-hero p,body[data-concertimo-ui-version="11.0.0"] .content-card p{font-size:.95rem!important;line-height:1.65!important}
body[data-concertimo-ui-version="11.0.0"] .mini-label{font-size:.68rem!important;letter-spacing:.13em!important}
body[data-concertimo-ui-version="11.0.0"] .section{width:min(100%,var(--v11-max))!important;max-width:var(--v11-max)!important;padding:44px 22px!important}

/* Header: equal actions and semantic, compact mobile groups. */
body[data-concertimo-ui-version="11.0.0"] .header-actions{gap:8px!important}
body[data-concertimo-ui-version="11.0.0"] .location-link,body[data-concertimo-ui-version="11.0.0"] .menu-button{min-width:48px!important;width:auto!important;height:46px!important;border-radius:13px!important;border:1px solid var(--v11-line)!important;padding:0 12px!important}
body[data-concertimo-ui-version="11.0.0"] .location-link .nav-svg,body[data-concertimo-ui-version="11.0.0"] .menu-button .nav-svg{width:21px!important;height:21px!important}
body[data-concertimo-ui-version="11.0.0"] .mobile-menu{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;padding:18px max(20px,calc((100vw - var(--v11-max))/2 + 20px)) 22px!important}
body[data-concertimo-ui-version="11.0.0"] .mobile-menu-group{min-width:0!important;padding:13px!important;border:1px solid #e7ebf0!important;border-radius:14px!important;background:#fafbfc!important}
body[data-concertimo-ui-version="11.0.0"] .mobile-menu-group>strong{display:block!important;margin:0 8px 6px!important;font-size:.68rem!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#667085!important}
body[data-concertimo-ui-version="11.0.0"] .mobile-menu-group a{display:block!important;padding:8px!important;border-radius:8px!important;font-size:.86rem!important;font-weight:700!important;color:#344054!important}
body[data-concertimo-ui-version="11.0.0"] .mobile-menu-group a:hover{background:#edf3ff!important;color:var(--v11-blue)!important}

/* Two continuous discovery tickers. Text is always visible. */
body[data-concertimo-ui-version="11.0.0"] .home-discovery-strip{overflow:hidden!important;background:#fff!important;border-top:1px solid #edf0f4!important;border-bottom:1px solid #e4e7ec!important;padding:9px 0!important}
body[data-concertimo-ui-version="11.0.0"] .home-discovery-marquee{display:flex!important;overflow:hidden!important;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)!important;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)!important}
body[data-concertimo-ui-version="11.0.0"] .home-discovery-marquee+.home-discovery-marquee{margin-top:7px!important}
body[data-concertimo-ui-version="11.0.0"] .home-discovery-track{width:max-content!important;max-width:none!important;display:flex!important;gap:8px!important;padding:0 4px!important;overflow:visible!important;animation:v11-marquee 46s linear infinite!important;will-change:transform!important}
body[data-concertimo-ui-version="11.0.0"] .home-discovery-marquee.reverse .home-discovery-track{animation-direction:reverse!important;animation-duration:52s!important}
body[data-concertimo-ui-version="11.0.0"] .home-discovery-track:hover{animation-play-state:paused!important}
body[data-concertimo-ui-version="11.0.0"] .home-discovery-track a{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:0 13px!important;border:1px solid #e1e6ec!important;border-radius:999px!important;background:#fff!important;color:#344054!important;font-size:.76rem!important;font-weight:720!important;white-space:nowrap!important}
body[data-concertimo-ui-version="11.0.0"] .home-discovery-track a.topic{background:#f4f7fb!important;color:#315d9e!important}
@keyframes v11-marquee{to{transform:translateX(-50%)}}

/* Home weekend inline results. */
body[data-concertimo-ui-version="11.0.0"] .home-weekend-results{position:relative!important}
body[data-concertimo-ui-version="11.0.0"] .home-weekend-results.is-loading{opacity:.55!important;pointer-events:none!important}
body[data-concertimo-ui-version="11.0.0"] .weekend-city-picker{display:grid!important;grid-template-columns:minmax(160px,.65fr) minmax(250px,1.3fr) auto auto!important;gap:10px!important;align-items:end!important}
body[data-concertimo-ui-version="11.0.0"] .weekend-city-picker select{min-width:0!important;height:46px!important;border:1px solid #d0d5dd!important;border-radius:11px!important;background:#fff!important;padding:0 12px!important}
body[data-concertimo-ui-version="11.0.0"] .weekend-city-picker button,body[data-concertimo-ui-version="11.0.0"] .weekend-near-me{min-height:46px!important}

/* Event cards: readable, no save UI. */
body[data-concertimo-ui-version="11.0.0"] .save-event-button,body[data-concertimo-ui-version="11.0.0"] .detail-save-button,body[data-concertimo-ui-version="11.0.0"] .saved-nav-link{display:none!important}
body[data-concertimo-ui-version="11.0.0"] .event-card .card-body{min-height:196px!important;padding:15px!important}
body[data-concertimo-ui-version="11.0.0"] .event-card h3{font-size:1rem!important;line-height:1.35!important;min-height:2.7em!important}
body[data-concertimo-ui-version="11.0.0"] .event-card .card-kicker{font-size:.68rem!important}
body[data-concertimo-ui-version="11.0.0"] .event-card .card-meta{font-size:.79rem!important}
body[data-concertimo-ui-version="11.0.0"] .event-card .card-bottom{font-size:.72rem!important}

/* Filter system: balanced desktop grid, no shifted controls. */
body[data-concertimo-ui-version="11.0.0"] .filter-shell{padding:22px!important;border:1px solid #dde3eb!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 26px rgba(16,24,40,.055)!important}
body[data-concertimo-ui-version="11.0.0"] .filter-shell-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:24px!important;margin-bottom:16px!important}
body[data-concertimo-ui-version="11.0.0"] .filter-shell-head h2{margin:2px 0 5px!important;font-size:1.55rem!important}
body[data-concertimo-ui-version="11.0.0"] .filter-shell-head p{max-width:760px!important;margin:0!important;color:var(--v11-muted)!important;font-size:.86rem!important}
body[data-concertimo-ui-version="11.0.0"] .filter-result-pill{flex:none!important;padding:7px 11px!important;border-radius:999px!important;background:#edf4ff!important;color:#2454a6!important;font-size:.74rem!important;font-weight:800!important}
body[data-concertimo-ui-version="11.0.0"] .event-filter-details>summary{display:flex!important;align-items:center!important;gap:8px!important;min-height:44px!important;padding:0 12px!important;border-top:1px solid #edf0f4!important;color:#344054!important;font-weight:780!important;cursor:pointer!important}
body[data-concertimo-ui-version="11.0.0"] .event-filter-details>summary em{margin-left:auto!important;font-style:normal!important;font-size:.76rem!important;color:#667085!important}
body[data-concertimo-ui-version="11.0.0"] .event-filter-form{display:grid!important;grid-template-columns:2fr repeat(3,minmax(145px,1fr))!important;gap:12px!important;padding-top:14px!important;align-items:end!important}
body[data-concertimo-ui-version="11.0.0"] .filter-field{min-width:0!important;display:grid!important;gap:6px!important;color:#475467!important;font-size:.72rem!important;font-weight:760!important}
body[data-concertimo-ui-version="11.0.0"] .filter-field input,body[data-concertimo-ui-version="11.0.0"] .filter-field select{width:100%!important;min-width:0!important;height:46px!important;padding:0 11px!important;border:1px solid #d0d5dd!important;border-radius:10px!important;background:#fff!important;color:#101828!important;font-size:.83rem!important}
body[data-concertimo-ui-version="11.0.0"] .filter-check{align-self:stretch!important;display:flex!important;gap:10px!important;align-items:center!important;padding:9px 12px!important;border:1px solid #e0e5ec!important;border-radius:11px!important;background:#fafbfc!important}
body[data-concertimo-ui-version="11.0.0"] .filter-check small{display:block!important;color:#667085!important;font-size:.68rem!important}
body[data-concertimo-ui-version="11.0.0"] .filter-actions{display:flex!important;gap:8px!important;align-items:center!important;min-width:0!important}
body[data-concertimo-ui-version="11.0.0"] .filter-actions .button{min-height:46px!important;white-space:nowrap!important}
body[data-concertimo-ui-version="11.0.0"] .active-filter-row{display:flex!important;gap:7px!important;align-items:center!important;flex-wrap:wrap!important;margin-top:12px!important}
body[data-concertimo-ui-version="11.0.0"] .active-filter-row a{padding:6px 9px!important;border:1px solid #d8e2f4!important;border-radius:999px!important;background:#f4f7fc!important;color:#315d9e!important;font-size:.72rem!important}

/* Cities directory: rich discovery instead of plain country lists. */
body[data-concertimo-ui-version="11.0.0"] .city-explorer-shell{padding:20px!important;border:1px solid #dee4ec!important;border-radius:18px!important;background:#fff!important;box-shadow:var(--v11-shadow)!important}
body[data-concertimo-ui-version="11.0.0"] .city-explorer-controls{display:grid!important;grid-template-columns:minmax(260px,1.4fr) minmax(200px,.8fr) auto!important;gap:10px!important;align-items:end!important}
body[data-concertimo-ui-version="11.0.0"] .city-explorer-controls label{display:grid!important;gap:5px!important;color:#475467!important;font-size:.72rem!important;font-weight:800!important}
body[data-concertimo-ui-version="11.0.0"] .city-explorer-controls input,body[data-concertimo-ui-version="11.0.0"] .city-explorer-controls select{height:48px!important;border:1px solid #d0d5dd!important;border-radius:11px!important;background:#fff!important;padding:0 12px!important;font-size:.88rem!important}
body[data-concertimo-ui-version="11.0.0"] .city-directory-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
body[data-concertimo-ui-version="11.0.0"] .city-directory-card{position:relative!important;min-width:0!important;overflow:hidden!important;border:1px solid #e0e5ec!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important}
body[data-concertimo-ui-version="11.0.0"] .city-directory-card[hidden]{display:none!important}
body[data-concertimo-ui-version="11.0.0"] .city-directory-card img{width:100%!important;aspect-ratio:16/10!important;object-fit:cover!important;display:block!important;background:#e9eef5!important}
body[data-concertimo-ui-version="11.0.0"] .city-directory-copy{display:block!important;padding:13px!important}
body[data-concertimo-ui-version="11.0.0"] .city-directory-copy strong{display:block!important;color:#101828!important;font-size:1rem!important}
body[data-concertimo-ui-version="11.0.0"] .city-directory-copy small{display:block!important;margin-top:4px!important;color:#667085!important;font-size:.74rem!important}
body[data-concertimo-ui-version="11.0.0"] .city-directory-copy b{display:block!important;margin-top:8px!important;color:#246bfd!important;font-size:.72rem!important}
body[data-concertimo-ui-version="11.0.0"] .city-directory-empty{padding:24px!important;text-align:center!important;color:#667085!important}
body[data-concertimo-ui-version="11.0.0"] .city-intent-row{display:flex!important;gap:8px!important;overflow-x:auto!important;padding-bottom:5px!important;scrollbar-width:none!important}
body[data-concertimo-ui-version="11.0.0"] .city-intent-row a{flex:none!important;padding:8px 11px!important;border:1px solid #dde3eb!important;border-radius:999px!important;background:#fff!important;color:#475467!important;font-size:.76rem!important;font-weight:720!important}

/* Near-me: useful location finder and inline results. */
body[data-concertimo-ui-version="11.0.0"] .near-hero-v11{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)!important;gap:20px!important;align-items:stretch!important}
body[data-concertimo-ui-version="11.0.0"] .near-card-v11{padding:28px!important;border:1px solid #dfe5ed!important;border-radius:20px!important;background:#fff!important;box-shadow:var(--v11-shadow)!important}
body[data-concertimo-ui-version="11.0.0"] .near-card-v11 h1{margin:7px 0 10px!important;font-size:clamp(2.2rem,5vw,3.8rem)!important}
body[data-concertimo-ui-version="11.0.0"] .near-card-v11 p{max-width:760px!important;color:#667085!important}
body[data-concertimo-ui-version="11.0.0"] .near-location-actions{display:flex!important;gap:9px!important;flex-wrap:wrap!important;margin-top:17px!important}
body[data-concertimo-ui-version="11.0.0"] .near-location-status{margin:12px 0 0!important;color:#53647c!important;font-size:.82rem!important}
body[data-concertimo-ui-version="11.0.0"] .near-explain{padding:24px!important;border-radius:20px!important;background:linear-gradient(145deg,#10203a,#172f50)!important;color:#fff!important}
body[data-concertimo-ui-version="11.0.0"] .near-explain h2{font-size:1.35rem!important;color:#fff!important}
body[data-concertimo-ui-version="11.0.0"] .near-explain p{font-size:.85rem!important;color:#d5e0ef!important}
body[data-concertimo-ui-version="11.0.0"] .near-events-shell{min-height:170px!important}
body[data-concertimo-ui-version="11.0.0"] .near-events-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
body[data-concertimo-ui-version="11.0.0"] .near-event-card{overflow:hidden!important;border:1px solid #dfe4eb!important;border-radius:15px!important;background:#fff!important}
body[data-concertimo-ui-version="11.0.0"] .near-event-card img{width:100%!important;aspect-ratio:16/9!important;object-fit:cover!important;background:#e9eef5!important;display:block!important}
body[data-concertimo-ui-version="11.0.0"] .near-event-card>div{padding:13px!important}
body[data-concertimo-ui-version="11.0.0"] .near-event-card small{display:block!important;color:#667085!important;font-size:.72rem!important}
body[data-concertimo-ui-version="11.0.0"] .near-event-card strong{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:5px 0!important;color:#101828!important;font-size:.96rem!important;line-height:1.35!important}

/* Event nearby place cards: dense and informative. */
body[data-concertimo-ui-version="11.0.0"] .nearby-tabs{display:flex!important;gap:8px!important;overflow-x:auto!important;padding:2px 0 12px!important;scrollbar-width:none!important}
body[data-concertimo-ui-version="11.0.0"] .nearby-tabs button{flex:none!important;min-height:40px!important;padding:0 13px!important;border:1px solid #d8dee7!important;border-radius:999px!important;background:#fff!important;color:#475467!important;font-size:.78rem!important;font-weight:760!important}
body[data-concertimo-ui-version="11.0.0"] .nearby-tabs button.active{border-color:#82cdd1!important;background:#edfafa!important;color:#0f7279!important}
body[data-concertimo-ui-version="11.0.0"] .nearby-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:13px!important}
body[data-concertimo-ui-version="11.0.0"] .nearby-card{min-width:0!important;overflow:hidden!important;display:block!important;border:1px solid #dfe4eb!important;border-radius:15px!important;background:#fff!important;box-shadow:none!important}
body[data-concertimo-ui-version="11.0.0"] .nearby-card>img{width:100%!important;height:auto!important;aspect-ratio:16/8.4!important;object-fit:cover!important;border-radius:0!important;background:#e9eef5!important}
body[data-concertimo-ui-version="11.0.0"] .nearby-card>div{padding:12px!important}
body[data-concertimo-ui-version="11.0.0"] .nearby-card strong{display:block!important;color:#101828!important;font-size:.92rem!important;line-height:1.28!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
body[data-concertimo-ui-version="11.0.0"] .nearby-card small{display:block!important;margin-top:4px!important;color:#667085!important;font-size:.69rem!important;line-height:1.4!important}
body[data-concertimo-ui-version="11.0.0"] .nearby-card p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:7px 0 0!important;color:#667085!important;font-size:.72rem!important;line-height:1.45!important}
body[data-concertimo-ui-version="11.0.0"] .nearby-card .nearby-hours{color:#475467!important;-webkit-line-clamp:1!important}
body[data-concertimo-ui-version="11.0.0"] .nearby-card-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-top:9px!important}
body[data-concertimo-ui-version="11.0.0"] .nearby-card-actions a{font-size:.71rem!important;font-weight:780!important;color:#0e7b80!important}
body[data-concertimo-ui-version="11.0.0"] .nearby-attribution{display:block!important;margin-top:8px!important;color:#98a2b3!important;font-size:.65rem!important}

/* Footer: compact responsive blocks. */
body[data-concertimo-ui-version="11.0.0"] .site-footer{background:#091529!important;margin-top:34px!important}
body[data-concertimo-ui-version="11.0.0"] .footer-top{width:min(100%,var(--v11-max))!important;max-width:var(--v11-max)!important;display:grid!important;grid-template-columns:minmax(250px,.9fr) minmax(0,2.1fr)!important;gap:38px!important;padding:42px 22px 28px!important}
body[data-concertimo-ui-version="11.0.0"] .footer-logo{width:176px!important;filter:none!important}
body[data-concertimo-ui-version="11.0.0"] .footer-brand-block p{font-size:.8rem!important;line-height:1.65!important;color:#aebbd0!important}
body[data-concertimo-ui-version="11.0.0"] .footer-market-list span{font-size:.66rem!important}
body[data-concertimo-ui-version="11.0.0"] .footer-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:20px!important}
body[data-concertimo-ui-version="11.0.0"] .footer-grid a,body[data-concertimo-ui-version="11.0.0"] .footer-privacy-button{font-size:.72rem!important;margin-bottom:7px!important}
body[data-concertimo-ui-version="11.0.0"] .footer-title{font-size:.66rem!important}
body[data-concertimo-ui-version="11.0.0"] .footer-bottom{padding:14px 22px 18px!important;font-size:.64rem!important}

@media(max-width:1060px){
  body[data-concertimo-ui-version="11.0.0"] .event-filter-form{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body[data-concertimo-ui-version="11.0.0"] .filter-search-field{grid-column:span 2!important}
  body[data-concertimo-ui-version="11.0.0"] .city-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body[data-concertimo-ui-version="11.0.0"] .nearby-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:860px){
  html{font-size:16px!important}
  body[data-concertimo-ui-version="11.0.0"] .section{padding:34px 15px!important}
  body[data-concertimo-ui-version="11.0.0"] h1{font-size:clamp(2.15rem,10vw,3.4rem)!important}
  body[data-concertimo-ui-version="11.0.0"] h2{font-size:clamp(1.5rem,7vw,2.05rem)!important}
  body[data-concertimo-ui-version="11.0.0"] .location-link,body[data-concertimo-ui-version="11.0.0"] .menu-button{width:46px!important;min-width:46px!important;height:46px!important;padding:0!important}
  body[data-concertimo-ui-version="11.0.0"] .mobile-menu.open{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;padding:12px 14px 16px!important}
  body[data-concertimo-ui-version="11.0.0"] .mobile-menu-group{padding:8px!important}
  body[data-concertimo-ui-version="11.0.0"] .mobile-menu-group a{font-size:.8rem!important;padding:7px!important}
  body[data-concertimo-ui-version="11.0.0"] .home-discovery-strip{padding:8px 0!important}
  body[data-concertimo-ui-version="11.0.0"] .home-discovery-track a{font-size:.73rem!important;min-height:32px!important;padding:0 11px!important}
  body[data-concertimo-ui-version="11.0.0"] .weekend-city-picker{grid-template-columns:1fr 1fr!important}
  body[data-concertimo-ui-version="11.0.0"] .weekend-city-picker label,body[data-concertimo-ui-version="11.0.0"] .weekend-city-picker select{grid-column:1/-1!important}
  body[data-concertimo-ui-version="11.0.0"] .event-filter-form{grid-template-columns:1fr 1fr!important}
  body[data-concertimo-ui-version="11.0.0"] .filter-search-field{grid-column:1/-1!important}
  body[data-concertimo-ui-version="11.0.0"] .filter-actions{grid-column:1/-1!important}
  body[data-concertimo-ui-version="11.0.0"] .filter-shell{padding:16px!important}
  body[data-concertimo-ui-version="11.0.0"] .filter-shell-head{align-items:flex-start!important}
  body[data-concertimo-ui-version="11.0.0"] .city-explorer-controls{grid-template-columns:1fr 1fr!important}
  body[data-concertimo-ui-version="11.0.0"] .city-explorer-controls label:first-child{grid-column:1/-1!important}
  body[data-concertimo-ui-version="11.0.0"] .city-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}
  body[data-concertimo-ui-version="11.0.0"] .city-directory-copy{padding:11px!important}
  body[data-concertimo-ui-version="11.0.0"] .near-hero-v11{grid-template-columns:1fr!important}
  body[data-concertimo-ui-version="11.0.0"] .near-card-v11{padding:22px!important}
  body[data-concertimo-ui-version="11.0.0"] .near-events-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}
  body[data-concertimo-ui-version="11.0.0"] .nearby-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  body[data-concertimo-ui-version="11.0.0"] .nearby-card>img{aspect-ratio:16/9!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-top{grid-template-columns:1fr!important;gap:24px!important;padding:34px 15px 24px!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-brand-block{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:10px 18px!important;align-items:start!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-brand{grid-column:1/-1!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-brand-block p{margin:3px 0!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-market-list{align-content:start!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px 14px!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-bottom{padding:13px 15px 94px!important}
}
@media(max-width:560px){
  body[data-concertimo-ui-version="11.0.0"] .event-filter-form{grid-template-columns:1fr!important}
  body[data-concertimo-ui-version="11.0.0"] .filter-search-field,body[data-concertimo-ui-version="11.0.0"] .filter-actions{grid-column:auto!important}
  body[data-concertimo-ui-version="11.0.0"] .filter-actions{display:grid!important;grid-template-columns:1fr 1fr!important}
  body[data-concertimo-ui-version="11.0.0"] .city-explorer-controls{grid-template-columns:1fr!important}
  body[data-concertimo-ui-version="11.0.0"] .city-explorer-controls label:first-child{grid-column:auto!important}
  body[data-concertimo-ui-version="11.0.0"] .city-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body[data-concertimo-ui-version="11.0.0"] .city-directory-card img{aspect-ratio:4/3!important}
  body[data-concertimo-ui-version="11.0.0"] .city-directory-copy strong{font-size:.9rem!important}
  body[data-concertimo-ui-version="11.0.0"] .near-events-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body[data-concertimo-ui-version="11.0.0"] .near-event-card>div{padding:10px!important}
  body[data-concertimo-ui-version="11.0.0"] .nearby-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body[data-concertimo-ui-version="11.0.0"] .nearby-card>div{padding:9px!important}
  body[data-concertimo-ui-version="11.0.0"] .nearby-card strong{font-size:.84rem!important}
  body[data-concertimo-ui-version="11.0.0"] .nearby-card small,body[data-concertimo-ui-version="11.0.0"] .nearby-card p,body[data-concertimo-ui-version="11.0.0"] .nearby-card-actions a{font-size:.65rem!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-brand-block{grid-template-columns:1fr!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-brand{grid-column:auto!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px 12px!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-grid>div{padding:11px!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:12px!important;background:rgba(255,255,255,.025)!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-grid>div:last-child{grid-column:1/-1!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;column-gap:10px!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-grid>div:last-child .footer-title{grid-column:1/-1!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-grid a,body[data-concertimo-ui-version="11.0.0"] .footer-privacy-button{font-size:.71rem!important}
  body[data-concertimo-ui-version="11.0.0"] .footer-market-list span{font-size:.62rem!important;padding:0 8px!important}
}
@media(max-width:370px){
  body[data-concertimo-ui-version="11.0.0"] .nearby-grid,body[data-concertimo-ui-version="11.0.0"] .near-events-grid{grid-template-columns:1fr!important}
  body[data-concertimo-ui-version="11.0.0"] .city-directory-grid{grid-template-columns:1fr!important}
}
@media(prefers-reduced-motion:reduce){
  body[data-concertimo-ui-version="11.0.0"] .home-discovery-track{animation:none!important}
  body[data-concertimo-ui-version="11.0.0"] .home-discovery-marquee{overflow-x:auto!important}
}


/* v11.1 homepage performance + footer identity hotfix */
body[data-concertimo-ui-version="11.0.0"] .footer-brand{display:inline-flex!important;width:max-content!important;max-width:100%!important;padding:8px 11px!important;border-radius:13px!important;background:#fff!important;box-shadow:0 8px 24px rgba(0,0,0,.12)!important}
body[data-concertimo-ui-version="11.0.0"] .footer-brand .footer-logo{width:190px!important;max-height:none!important;height:auto!important;filter:none!important}
body[data-concertimo-ui-version="11.0.0"] .footer-market-list a{display:inline-flex!important;align-items:center!important;min-height:32px!important;padding:0 11px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:999px!important;background:rgba(255,255,255,.05)!important;color:#dbe6f5!important;font-size:.68rem!important;font-weight:700!important;transition:.18s ease!important}
body[data-concertimo-ui-version="11.0.0"] .footer-market-list a:hover,body[data-concertimo-ui-version="11.0.0"] .footer-market-list a:focus-visible{background:#fff!important;color:#0b3f86!important;border-color:#fff!important}
@media(max-width:760px){body[data-concertimo-ui-version="11.0.0"] .footer-brand{padding:7px 10px!important;border-radius:12px!important}body[data-concertimo-ui-version="11.0.0"] .footer-brand .footer-logo{width:178px!important}body[data-concertimo-ui-version="11.0.0"] .footer-market-list{gap:6px!important}body[data-concertimo-ui-version="11.0.0"] .footer-market-list a{font-size:.65rem!important;min-height:30px!important;padding:0 9px!important}}

/* 11.2 performance compatibility additions. */
.header-main .brand picture,
.footer-brand picture {
  display: block;
  line-height: 0;
}
.header-main .brand picture {
  width: 174px;
  max-width: 100%;
}
.footer-brand picture {
  width: min(100%, 220px);
}
@media (max-width: 860px) {
  .header-main .brand picture { width: 142px; }
}
@media (max-width: 560px) {
  .header-main .brand picture { width: 122px; }
}
