:root{--blue:#061d3d;--blue2:#0b2e59;--gold:#d9a441;--gold2:#f0c76d;--cream:#f7f1e4;--ink:#121826;--muted:#64748b;--line:#e6edf5;--white:#fff;--soft:#f7fafc;--shadow:0 18px 60px rgba(6,29,61,.16);--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px clamp(16px,4vw,64px);background:rgba(6,29,61,.96);backdrop-filter:blur(16px);color:#fff}.brand{display:flex;align-items:center;gap:12px}.brand img{width:46px;height:46px;border-radius:50%;object-fit:cover;background:#fff}.brand span{display:flex;flex-direction:column;line-height:1.1}.brand small{color:#cbd5e1;font-size:.78rem;margin-top:3px}.nav{display:flex;gap:18px;align-items:center;font-weight:850}.nav a{opacity:.88}.nav a:hover{opacity:1;color:var(--gold)}.menu-toggle{display:none;border:0;background:transparent;color:#fff;font-size:28px}.hero{position:relative;min-height:clamp(560px,76vw,820px);overflow:hidden;background:var(--blue);display:grid;align-items:end}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.82}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,29,61,.96) 0%,rgba(6,29,61,.74) 42%,rgba(6,29,61,.18) 100%),linear-gradient(0deg,rgba(6,29,61,.96),rgba(6,29,61,0) 54%)}.hero-panel{position:relative;z-index:2;padding:clamp(34px,7vw,86px);max-width:860px;color:#fff}.hero-panel h1{font-size:clamp(2.4rem,6vw,5.8rem);line-height:.94;margin:0 0 18px;color:#fff}.hero-panel p:not(.eyebrow){font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.65;color:#e2e8f0;max-width:720px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.btn{border:0;border-radius:999px;padding:13px 18px;font-weight:950;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.2s;background:#fff;color:var(--blue);box-shadow:0 8px 22px rgba(6,29,61,.08)}.btn.primary{background:var(--gold);color:var(--blue);box-shadow:0 10px 30px rgba(217,164,65,.24)}.btn.primary:hover,.btn:hover{transform:translateY(-2px)}.btn.ghost{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.35)}.btn.disabled{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;cursor:not-allowed;box-shadow:none}.section,.section-grid,.today-card,.app-strip{padding:clamp(42px,7vw,86px) clamp(18px,5vw,84px)}.app-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;background:linear-gradient(180deg,#061d3d,#092750);color:#fff;padding-top:22px;padding-bottom:22px}.app-strip article{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);border-radius:24px;padding:20px}.app-strip strong{display:block;font-size:clamp(1.6rem,4vw,2.4rem);color:var(--gold2)}.app-strip span{font-weight:900;color:#e2e8f0}.section-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:center}.eyebrow{margin:0 0 8px;color:var(--gold);font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}h1,h2,h3,p{margin-top:0}h2{font-size:clamp(1.8rem,4vw,3.4rem);line-height:1;margin-bottom:18px;color:var(--blue)}h3{color:var(--blue)}.lead{font-size:clamp(1.05rem,2vw,1.28rem);line-height:1.7;color:#334155;max-width:850px}.mission-card{padding:28px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:var(--shadow)}.mission-card span{display:inline-flex;border-radius:999px;background:var(--blue);color:#fff;padding:8px 13px;font-weight:950;margin-bottom:16px}.today-card{margin:0 clamp(18px,5vw,84px);border-radius:34px;background:linear-gradient(135deg,var(--blue),#0c3d73);color:#fff;display:flex;justify-content:space-between;gap:24px;align-items:center;box-shadow:var(--shadow)}.today-card h2{color:#fff;margin-bottom:8px}.today-card .eyebrow{color:#f4c96b}.today-card p{margin:0;color:#dce8f7;font-size:1.05rem}.section-head{margin-bottom:26px}.split{display:flex;justify-content:space-between;gap:20px;align-items:end}.search-wrap input{width:min(460px,90vw);border:1px solid var(--line);border-radius:999px;padding:15px 18px;font-size:1rem;outline:0}.search-wrap input:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(217,164,65,.18)}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card,.venue-card,.event-card,.info-grid article,.archive-grid article{border:1px solid var(--line);border-radius:26px;background:#fff;overflow:hidden;box-shadow:var(--shadow)}.category-card{padding:24px;min-height:160px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer}.category-card:hover{transform:translateY(-3px)}.category-card .icon{font-size:2.1rem}.category-card strong{font-size:1.12rem}.category-card span{color:var(--muted);font-size:.9rem}.filters,.month-tabs,.view-switch{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.filter,.month-tab,.status-tab{border:1px solid var(--line);background:#fff;color:var(--blue);border-radius:999px;padding:10px 15px;font-weight:950;cursor:pointer}.filter.active,.filter:hover,.month-tab.active,.month-tab:hover,.status-tab.active,.status-tab:hover{background:var(--blue);color:#fff}.event-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.event-card{display:flex;flex-direction:column;position:relative}.event-image{height:230px;background:#eff6ff;position:relative;overflow:hidden}.event-image img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.98) contrast(1.03)}.event-image.poster img{object-fit:cover}.event-content{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}.event-top{display:flex;justify-content:space-between;gap:12px}.date-badge{min-width:72px;border-radius:18px;background:var(--cream);padding:10px;text-align:center;color:var(--blue);font-weight:950}.date-badge strong{font-size:1.65rem;display:block;line-height:1}.cat-pill{align-self:flex-start;border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:950;background:#eef6ff;color:var(--blue2)}.event-card h3{font-size:1.2rem;margin:0;color:var(--blue)}.meta{color:var(--muted);line-height:1.55}.event-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}.event-actions a,.event-actions button{font-size:.9rem;padding:10px 12px}.poster-note{font-size:.78rem;color:#64748b;font-weight:850}.dark-section{background:var(--blue);color:#fff}.dark-section h2{color:#fff}.dark-section .eyebrow{color:#f4c96b}.venues-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.venue-card{position:relative;isolation:isolate;overflow:hidden;background:#0b2e59;color:#fff;border-color:rgba(255,255,255,.12)}.venue-image-wrap{position:relative;height:210px;overflow:hidden;background:#071b39}.venue-image-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,29,61,.04),rgba(6,29,61,.38)),linear-gradient(135deg,rgba(217,164,65,.22),rgba(6,29,61,0) 48%);pointer-events:none}.venue-card img{width:100%;height:210px;object-fit:cover;filter:saturate(.94) contrast(1.08) brightness(.88);transition:.35s}.venue-card:hover img{transform:scale(1.055);filter:saturate(1.02) contrast(1.1) brightness(.93)}.venue-card div:not(.venue-image-wrap){padding:18px}.venue-card h3{color:#fff}.venue-card p{color:#cbd5e1}.venue-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.venue-actions .btn{padding:10px 13px;font-size:.9rem}.archive-section{background:#f8fafc}.archive-grid,.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.archive-grid article,.info-grid article{padding:24px}.archive-grid strong{font-size:2.2rem}.footer{padding:34px clamp(18px,5vw,84px);display:flex;align-items:center;justify-content:space-between;gap:18px;background:#06152d;color:#fff;flex-wrap:wrap}.footer img{width:54px;height:54px;border-radius:50%;background:#fff}.footer p{margin:0;color:#dbeafe}.footer a{color:#f4c96b;font-weight:950}.dialog{max-width:980px;width:calc(100% - 34px);border:0;border-radius:30px;padding:0;box-shadow:0 30px 90px rgba(0,0,0,.35)}.dialog::backdrop{background:rgba(2,6,23,.65);backdrop-filter:blur(6px)}.dialog-close{position:absolute;right:16px;top:14px;z-index:2;border:0;background:#fff;border-radius:50%;width:40px;height:40px;font-size:28px;cursor:pointer}.dialog-layout{display:grid;grid-template-columns:minmax(240px,380px) 1fr}.dialog-poster{background:#f8fafc;min-height:440px}.dialog-poster img{width:100%;height:100%;object-fit:cover}.dialog-body{padding:34px}.dialog-body h2{padding-right:44px}.dialog-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:20px 0}.dialog-meta span{background:#f8fafc;border:1px solid var(--line);border-radius:14px;padding:12px;color:#334155}.dialog-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.event-card.event-past{opacity:.72;filter:saturate(.72)}.event-card.event-past .event-image img{filter:grayscale(.55) saturate(.65) contrast(1.02)}.event-card.event-past h3{color:#475569}.event-card.event-past::after{content:"";position:absolute;inset:0;border-radius:26px;border:2px solid rgba(100,116,139,.18);pointer-events:none}.event-card.event-today{border-color:#d9a441;box-shadow:0 20px 70px rgba(217,164,65,.26)}.event-pills{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap;justify-content:flex-end}.status-ribbon{position:absolute;left:12px;top:12px;z-index:2;border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:950;box-shadow:0 10px 30px rgba(2,6,23,.18);backdrop-filter:blur(10px)}.status-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:950}.status-ribbon.event-upcoming,.status-pill.event-upcoming{background:#ecfdf5;color:#047857}.status-ribbon.event-today,.status-pill.event-today{background:#fff7ed;color:#c2410c}.status-ribbon.event-past,.status-pill.event-past{background:#f1f5f9;color:#475569}.completed-note{display:inline-flex;align-items:center;border-radius:999px;padding:10px 12px;background:#f1f5f9;color:#475569;font-size:.86rem;font-weight:950}.dialog-status{margin-bottom:12px}.archive-box{margin:18px 0;padding:16px 18px;border-radius:18px;background:#f8fafc;border:1px solid var(--line);color:#475569;line-height:1.55}.media-placeholder{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0}.media-placeholder span{padding:12px;border-radius:16px;background:#fff7ed;color:#854d0e;font-weight:950;text-align:center}.dialog-layout.event-past .dialog-poster img{filter:grayscale(.35) saturate(.75)}.venue-dialog{max-width:780px}.venue-hero-img{width:100%;max-height:320px;object-fit:cover;border-radius:22px;margin-bottom:20px}.venue-address{font-size:1rem;margin-bottom:18px}.venue-events-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0}.venue-events-list{display:grid;gap:10px}.venue-event-row{width:100%;border:1px solid var(--line);background:#fff;border-radius:18px;padding:12px;display:grid;grid-template-columns:70px 1fr 18px;gap:12px;align-items:center;text-align:left;color:var(--ink);cursor:pointer}.venue-event-row:hover{border-color:var(--gold);box-shadow:0 8px 24px rgba(6,29,61,.10);transform:translateY(-1px)}.venue-event-date{border-radius:14px;background:var(--cream);padding:8px;text-align:center;color:var(--blue);font-weight:950}.venue-event-date strong{display:block;font-size:1.5rem;line-height:1}.venue-event-row small{display:block;margin-top:4px;color:var(--muted);font-weight:850}.venue-event-row.event-past{opacity:.68;background:#f8fafc}.venue-event-row.event-today{border-color:#d9a441;background:#fffaf0}.venue-event-row em{display:inline-flex;margin-top:7px;font-style:normal;font-weight:950;font-size:.78rem;color:#64748b}.venue-event-row.event-upcoming em{color:#047857}.venue-event-row.event-today em{color:#c2410c}.venue-event-row.event-past em{color:#64748b}.cookie-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:60;display:none;align-items:center;justify-content:space-between;gap:18px;padding:18px;border-radius:24px;background:#fff;box-shadow:0 18px 70px rgba(2,6,23,.24);border:1px solid var(--line)}.cookie-banner.show{display:flex}.cookie-banner p{margin:4px 0 0;color:#475569;line-height:1.45}.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}.feedback-fab{position:fixed;right:20px;bottom:20px;z-index:55;width:58px;height:58px;border-radius:50%;border:0;background:var(--gold);color:var(--blue);font-size:1.5rem;box-shadow:0 15px 45px rgba(2,6,23,.25);cursor:pointer}.cookie-banner.show+.footer~.feedback-fab,.feedback-fab.shift{bottom:150px}.feedback-panel{position:fixed;right:20px;bottom:90px;z-index:57;width:min(380px,calc(100vw - 40px));display:none;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 25px 80px rgba(2,6,23,.25);padding:22px}.feedback-panel.open{display:block}.feedback-close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:28px;cursor:pointer}.feedback-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.feedback-options button{border:1px solid var(--line);background:#f8fafc;border-radius:14px;padding:11px 8px;cursor:pointer;font-weight:900}.feedback-options button.active{background:var(--blue);color:#fff}.feedback-panel textarea{width:100%;min-height:90px;border:1px solid var(--line);border-radius:16px;padding:12px;resize:vertical;margin-bottom:12px}.feedback-note{font-size:.78rem;color:#64748b;line-height:1.45;margin:12px 0 0}.privacy-page{max-width:900px;margin:auto;padding:clamp(34px,7vw,86px) 20px}.privacy-page h1{font-size:clamp(2.4rem,6vw,4.8rem);color:var(--blue)}.privacy-page section{padding:24px 0;border-bottom:1px solid var(--line)}@media(max-width:1100px){.category-grid,.event-list{grid-template-columns:repeat(2,1fr)}.venues-grid{grid-template-columns:repeat(2,1fr)}.section-grid{grid-template-columns:1fr}.dialog-layout{grid-template-columns:1fr}.dialog-poster{max-height:560px}.app-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.menu-toggle{display:block}.nav{position:absolute;right:16px;top:72px;display:none;flex-direction:column;align-items:flex-start;background:var(--blue);padding:18px;border-radius:18px;box-shadow:var(--shadow)}.nav.open{display:flex}.brand small{display:none}.hero{min-height:650px}.hero-panel{padding:32px 18px}.hero-actions{display:grid;grid-template-columns:1fr}.app-strip,.category-grid,.event-list,.venues-grid,.info-grid,.archive-grid,.media-placeholder{grid-template-columns:1fr}.split{display:block}.search-wrap input{width:100%}.today-card{margin:0 18px;display:block}.today-card .btn{margin-top:18px;width:100%}.dialog-meta{grid-template-columns:1fr}.topbar{padding:10px 16px}.event-image{height:250px}.venue-image-wrap,.venue-card img{height:230px}.venue-actions{display:grid;grid-template-columns:1fr}.venue-events-head{align-items:stretch;flex-direction:column}.venue-event-row{grid-template-columns:58px 1fr 14px}.venue-event-date strong{font-size:1.25rem}.event-top{align-items:flex-start}.event-pills{justify-content:flex-start}.status-ribbon{font-size:.72rem;padding:7px 10px}.completed-note{width:100%;justify-content:center}.cookie-banner{display:none;align-items:flex-start;flex-direction:column}.cookie-banner.show{display:flex}.cookie-actions,.cookie-actions .btn{width:100%}.feedback-fab{right:16px;bottom:16px}.feedback-panel{right:12px;bottom:84px}}

/* V13 iPad + Today's Highlight refinements */
section[id]{scroll-margin-top:96px}.today-highlight{background:linear-gradient(180deg,#fff,#f8fbff);padding-top:clamp(42px,6vw,72px)}.today-highlight-content{border-radius:34px;background:linear-gradient(135deg,var(--blue),#0c3d73);color:#fff;box-shadow:var(--shadow);overflow:hidden}.today-summary{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px 26px;border-bottom:1px solid rgba(255,255,255,.14)}.today-summary strong{font-size:clamp(1.2rem,2.6vw,1.8rem);color:#fff}.today-summary span{color:#dbeafe;font-weight:900}.today-highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:0}.today-highlight-card{display:grid;grid-template-columns:170px 1fr;gap:0;min-height:230px;border-right:1px solid rgba(255,255,255,.1)}.today-highlight-card img{width:100%;height:100%;min-height:230px;object-fit:cover}.today-highlight-card div{padding:24px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.today-highlight-card h3{color:#fff;margin:4px 0;font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.05}.today-highlight-card p{margin:0;color:#dbeafe}.today-highlight-card .btn{margin-top:auto}.poster-preview{margin:18px 0;padding:16px;border:1px solid var(--line);border-radius:22px;background:#fff}.poster-preview h3,.dialog-gallery h3{margin:0 0 12px}.poster-preview img{max-width:260px;width:100%;border-radius:16px;box-shadow:0 12px 34px rgba(2,6,23,.14)}.dialog-gallery{margin:18px 0}.dialog-gallery>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.dialog-gallery img{width:100%;height:130px;object-fit:cover;border-radius:16px;border:1px solid var(--line)}
@media(min-width:761px) and (max-width:1180px){.topbar{padding:10px 28px}.nav{gap:12px;font-size:.92rem}.brand img{width:42px;height:42px}.hero{min-height:560px}.section,.section-grid,.today-highlight,.app-strip{padding-left:28px;padding-right:28px}.event-list{grid-template-columns:repeat(2,1fr)}.event-image{height:210px}.today-highlight-card{grid-template-columns:150px 1fr}.today-highlight-card img{min-height:220px}#today,#events,#categories,#venues,#archive{scroll-margin-top:110px}}
@media(max-width:760px){section[id]{scroll-margin-top:92px}.today-summary{align-items:flex-start;flex-direction:column}.today-highlight-card{grid-template-columns:1fr}.today-highlight-card img{height:220px}.today-highlight-card div{padding:20px}.poster-preview img{max-width:100%}}


/* V13.2 mobile-first first screen fix */
@media(max-width:760px){
  .topbar{min-height:72px;padding:10px 18px;position:sticky;top:0;}
  .brand img{width:52px;height:52px;}
  .brand strong{font-size:1.34rem;}
  .menu-toggle{font-size:30px;padding:8px 10px;}
  .hero{min-height:520px;display:block;align-items:initial;}
  .hero>img{object-position:58% center;opacity:.7;}
  .hero:after{background:linear-gradient(180deg,rgba(6,29,61,.74) 0%,rgba(6,29,61,.9) 48%,rgba(6,29,61,.98) 100%),linear-gradient(90deg,rgba(6,29,61,.92),rgba(6,29,61,.35));}
  .hero-panel{min-height:520px;padding:74px 20px 28px;display:flex;flex-direction:column;justify-content:flex-end;max-width:none;}
  .hero-panel .eyebrow{font-size:.78rem;line-height:1.25;margin-bottom:10px;}
  .hero-panel h1{font-size:clamp(2.35rem,13vw,3.15rem);line-height:.96;margin-bottom:14px;letter-spacing:-.03em;}
  .hero-panel p:not(.eyebrow){font-size:1.06rem;line-height:1.5;margin-bottom:0;}
  .hero-actions{margin-top:20px;gap:10px;}
  .hero-actions .btn{padding:14px 16px;min-height:54px;font-size:1.02rem;}
  .hero-actions .btn.ghost{display:none;}
  .today-highlight{padding:26px 16px 34px;background:#fff;}
  .today-highlight .section-head{margin-bottom:14px;}
  .today-highlight .section-head h2{font-size:2rem;margin-bottom:8px;}
  .today-highlight .section-head .btn{width:100%;margin-top:10px;}
  .today-highlight-content{border-radius:24px;}
  .today-summary{padding:16px 18px;gap:8px;}
  .today-summary strong{font-size:1.18rem;}
  .today-highlight-grid{display:grid;grid-template-columns:1fr;}
  .today-highlight-card{min-height:0;}
  .today-highlight-card img{height:170px;min-height:170px;}
  .today-highlight-card div{padding:18px;}
  .today-highlight-card h3{font-size:1.45rem;line-height:1.1;}
  .app-strip{padding-top:16px;padding-bottom:16px;}
  .intro{padding-top:34px;}
  .feedback-fab{width:52px;height:52px;right:14px;bottom:14px;font-size:1.25rem;}
}
@media(max-width:380px){
  .hero{min-height:500px;}
  .hero-panel{min-height:500px;padding-top:62px;}
  .hero-panel h1{font-size:2.22rem;}
  .hero-panel p:not(.eyebrow){font-size:1rem;}
}

/* V13.3 mobile landing upgrade: faster access to today's events */
@media(max-width:760px){
  .topbar{min-height:64px;padding:8px 18px;}
  .brand img{width:46px;height:46px;}
  .brand strong{font-size:1.22rem;}
  .menu-toggle{font-size:28px;padding:6px 8px;}
  .hero{min-height:390px;}
  .hero>img{object-position:62% center;opacity:.52;}
  .hero:after{background:linear-gradient(180deg,rgba(6,29,61,.82) 0%,rgba(6,29,61,.95) 58%,rgba(6,29,61,.99) 100%),linear-gradient(90deg,rgba(6,29,61,.96),rgba(6,29,61,.48));}
  .hero-panel{min-height:390px;padding:42px 20px 22px;justify-content:flex-end;}
  .hero-panel .eyebrow{font-size:.68rem;letter-spacing:.075em;margin-bottom:8px;}
  .hero-panel h1{font-size:clamp(1.86rem,9.4vw,2.38rem);line-height:1.02;letter-spacing:-.035em;margin-bottom:10px;max-width:360px;}
  .hero-panel p:not(.eyebrow){font-size:.98rem;line-height:1.42;max-width:350px;color:#e8eef7;}
  .hero-actions{margin-top:16px;display:flex;}
  .hero-actions .btn{width:100%;min-height:48px;padding:12px 14px;font-size:.98rem;}
  .hero-actions .btn.ghost{display:none;}
  .today-highlight{padding:20px 14px 30px;}
  .today-highlight .section-head{margin-bottom:12px;}
  .today-highlight .section-head .eyebrow{font-size:.72rem;}
  .today-highlight .section-head h2{font-size:1.72rem;line-height:1.02;margin-bottom:0;}
  .today-highlight .section-head.split{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;}
  .today-highlight .section-head .btn{width:auto;margin:0;padding:10px 12px;font-size:.82rem;white-space:nowrap;}
  .today-highlight-content{border-radius:22px;}
  .today-summary{padding:14px 16px;}
  .today-summary strong{font-size:1.02rem;line-height:1.25;}
  .today-summary span{font-size:.85rem;}
  .today-highlight-card img{height:138px;min-height:138px;}
  .today-highlight-card div{padding:15px 16px;gap:7px;}
  .today-highlight-card h3{font-size:1.25rem;line-height:1.08;margin:2px 0;}
  .today-highlight-card p{font-size:.92rem;line-height:1.35;}
  .today-highlight-card .btn{padding:10px 12px;font-size:.86rem;}
  .feedback-fab{display:none;}
}
@media(max-width:380px){
  .hero{min-height:370px;}
  .hero-panel{min-height:370px;padding:34px 18px 20px;}
  .hero-panel h1{font-size:1.78rem;}
  .hero-panel p:not(.eyebrow){font-size:.92rem;}
}

/* V13.5 navigation fixes */
.footer-logo{display:inline-flex;align-items:center;justify-content:center}
.footer-logo img{display:block}
