/* =====================================================
   OPEN DAYS DIRECTORY — open-days.css
   ===================================================== */

/* ── Variables ─────────────────────────────────────── */
:root {
  --od-navy     : #001433;
  --od-blue     : #003087;
  --od-gold     : #FFCD00;
  --od-green    : #00A651;
  --od-gov      : #003087;
  --od-cath     : #c0392b;
  --od-ind      : #6c3483;
  --od-radius   : 14px;
}

/* ── Hero ─────────────────────────────────────────── */
.od-hero {
  position: relative;
  background: linear-gradient(135deg, #001433 0%, #002266 55%, #001A4D 100%);
  padding: 7rem 0 4rem;
  overflow: hidden;
}
.od-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 60%, rgba(255,205,0,.13) 0%, transparent 55%),
    radial-gradient(circle at 85% 20%, rgba(0,166,81,.1) 0%, transparent 45%),
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / 50px 50px,
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px) 0 0 / 50px 50px;
}
.od-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
}
.od-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,205,0,.15);
  border: 1px solid rgba(255,205,0,.3);
  color: #FFCD00;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .35rem .85rem;
  border-radius: 99px;
  margin-bottom: 1.25rem;
}
.od-hero-content h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 1rem;
}
.od-hero-content h1 span {
  background: linear-gradient(90deg, #FFCD00, #FFA500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.od-hero-content p {
  color: rgba(255,255,255,.75);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  max-width: 520px;
}
.od-hero-cta {
  display: flex;
  gap: .85rem;
  flex-wrap: wrap;
}
.od-btn-primary {
  background: linear-gradient(135deg, #FFCD00, #E6A800);
  color: #001433;
  font-weight: 700;
  padding: .75rem 1.75rem;
  border-radius: 99px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .95rem;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 4px 20px rgba(255,205,0,.3);
}
.od-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255,205,0,.4);
}
.od-btn-outline {
  border: 2px solid rgba(255,255,255,.3);
  color: rgba(255,255,255,.85);
  font-weight: 600;
  padding: .73rem 1.5rem;
  border-radius: 99px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .9rem;
  transition: border-color .2s, color .2s, background .2s;
}
.od-btn-outline:hover {
  border-color: rgba(255,255,255,.6);
  color: #fff;
  background: rgba(255,255,255,.07);
}

/* Hero cards */
.od-hero-cards {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.od-hcard {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: .85rem 1.25rem;
  color: rgba(255,255,255,.85);
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: .75rem;
  min-width: 220px;
  animation: hcardIn .5s ease both;
}
.od-hcard i { color: #FFCD00; font-size: 1rem; }
.od-hcard-1 { animation-delay: .1s; }
.od-hcard-2 { animation-delay: .2s; }
.od-hcard-3 { animation-delay: .3s; }
@keyframes hcardIn {
  from { opacity: 0; transform: translateX(20px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ── Notice bar ────────────────────────────────────── */
.od-notice-bar {
  background: #e8f4ff;
  border-bottom: 1px solid #c3ddf7;
  padding: .8rem 0;
}
.od-notice-inner {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.od-notice-inner i {
  color: #1a56db;
  font-size: 1rem;
  flex-shrink: 0;
}
.od-notice-inner p {
  margin: 0;
  font-size: .87rem;
  color: #1e3a5f;
  line-height: 1.5;
}

/* ── Stats bar ─────────────────────────────────────── */
.od-stats-bar {
  background: #f8faff;
  border-bottom: 1px solid #e2e8f0;
  padding: 1.25rem 0;
}
.od-stats-grid {
  display: flex;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.od-stats-grid::-webkit-scrollbar { display: none; }
.od-stat-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .5rem 1.25rem;
  border-right: 1px solid #e2e8f0;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: background .2s;
  border-radius: 0;
}
.od-stat-item:last-child { border-right: none; }
.od-stat-item:hover { background: rgba(0,48,135,.05); }
.od-stat-coat { width: 28px; height: 28px; object-fit: contain; }
.od-stat-num {
  display: block;
  font-size: .95rem;
  font-weight: 700;
  color: var(--od-navy);
  line-height: 1;
}
.od-stat-label {
  display: block;
  font-size: .72rem;
  color: #64748b;
  white-space: nowrap;
}

/* ── Directory section ─────────────────────────────── */
.od-directory { padding: 3rem 0 4rem; }
.od-directory-header {
  text-align: center;
  margin-bottom: 2rem;
}
.od-directory-header h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--od-navy);
  margin: 0 0 .5rem;
}
.od-directory-header p {
  color: #64748b;
  font-size: .95rem;
  margin: 0;
}

/* ── State tabs ────────────────────────────────────── */
.od-state-tabs {
  display: flex;
  gap: .4rem;
  overflow-x: auto;
  padding-bottom: .5rem;
  scrollbar-width: none;
  margin-bottom: 1.25rem;
}
.od-state-tabs::-webkit-scrollbar { display: none; }
.od-state-tab {
  display: flex;
  align-items: center;
  gap: .4rem;
  background: #f1f5f9;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: .5rem .9rem;
  cursor: pointer;
  font-size: .82rem;
  font-weight: 600;
  color: #475569;
  white-space: nowrap;
  transition: all .2s;
  flex-shrink: 0;
}
.od-state-tab img { width: 22px; height: 22px; object-fit: contain; }
.od-tab-abbr { display: none; }
.od-state-tab:hover {
  background: #e2e8f0;
  color: var(--od-navy);
  border-color: rgba(0,48,135,.2);
}
.od-state-tab.active {
  background: var(--od-blue);
  color: #fff;
  border-color: var(--od-blue);
}
.od-web-badge {
  background: rgba(0,166,81,.2);
  color: #00A651;
  border-radius: 99px;
  font-size: .7rem;
  padding: .1rem .35rem;
  margin-left: .15rem;
}
.od-state-tab.active .od-web-badge {
  background: rgba(255,255,255,.2);
  color: #4ade80;
}

/* ── Search row ────────────────────────────────────── */
.od-search-row {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.od-search-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 240px;
}
.od-search-wrap > i:first-child {
  position: absolute;
  left: .9rem;
  color: #94a3b8;
  font-size: .9rem;
}
.od-search-wrap input {
  width: 100%;
  padding: .65rem .9rem .65rem 2.5rem;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: .9rem;
  font-family: inherit;
  color: #1e293b;
  transition: border-color .2s;
  outline: none;
}
.od-search-wrap input:focus { border-color: var(--od-blue); }
.od-search-clear {
  position: absolute;
  right: .6rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #94a3b8;
  padding: .2rem;
  display: flex;
  align-items: center;
  transition: color .2s;
}
.od-search-clear:hover { color: #e11d48; }

/* Chips */
.od-filter-chips {
  display: flex;
  align-items: center;
  gap: .4rem;
  flex-wrap: wrap;
}
.od-chip-label {
  font-size: .78rem;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
}
.od-chip {
  background: #f1f5f9;
  border: 2px solid #e2e8f0;
  border-radius: 99px;
  padding: .28rem .7rem;
  font-size: .78rem;
  font-weight: 600;
  color: #475569;
  cursor: pointer;
  transition: all .18s;
  white-space: nowrap;
}
.od-chip:hover { border-color: var(--od-blue); color: var(--od-blue); }
.od-chip.active {
  background: var(--od-blue);
  border-color: var(--od-blue);
  color: #fff;
}
.od-chip-gov.active  { background: var(--od-gov);  border-color: var(--od-gov); }
.od-chip-cath.active { background: var(--od-cath); border-color: var(--od-cath); }
.od-chip-ind.active  { background: var(--od-ind);  border-color: var(--od-ind); }

/* Website notice */
.od-website-notice {
  background: linear-gradient(90deg, rgba(0,166,81,.08), rgba(0,166,81,.04));
  border: 1px solid rgba(0,166,81,.25);
  border-radius: 10px;
  padding: .65rem 1rem;
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .84rem;
  color: #065f46;
  margin-bottom: 1.25rem;
}
.od-website-notice i { color: #00A651; flex-shrink: 0; }
.od-website-notice.hidden { display: none; }

/* Results bar */
.od-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.od-results-text { font-size: .88rem; color: #64748b; font-weight: 500; }
.od-view-toggle { display: flex; gap: .35rem; }
.od-view-btn {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #94a3b8;
  font-size: .8rem;
  transition: all .2s;
}
.od-view-btn.active, .od-view-btn:hover {
  background: var(--od-blue);
  border-color: var(--od-blue);
  color: #fff;
}

/* ── Grid / Cards ──────────────────────────────────── */
.od-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.1rem;
  margin-bottom: 2rem;
}
.od-grid.od-list-view {
  grid-template-columns: 1fr;
}

/* Skeleton */
.od-skel-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--od-radius);
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  min-height: 160px;
}
.od-skel-line {
  background: #f1f5f9;
  border-radius: 6px;
  animation: skelPulse 1.4s ease-in-out infinite;
}
.od-skel-title { height: 18px; width: 70%; }
.od-skel-sub   { height: 14px; width: 45%; }
.od-skel-tag   { height: 24px; width: 35%; border-radius: 99px; }
.od-skel-btn   { height: 36px; width: 100%; border-radius: 8px; margin-top: auto; }
@keyframes skelPulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: .5; }
}

/* Real cards */
.od-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--od-radius);
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: .6rem;
  transition: box-shadow .2s, transform .2s, border-color .2s;
  animation: odCardIn .35s ease both;
  position: relative;
  overflow: hidden;
}
.od-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--od-blue), #0050c8);
  opacity: 0;
  transition: opacity .2s;
}
.od-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,.1);
  transform: translateY(-3px);
  border-color: #c7d7f0;
}
.od-card:hover::before { opacity: 1; }
.od-card.has-website::before {
  background: linear-gradient(90deg, #00A651, #00c860);
  opacity: 1;
}
@keyframes odCardIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.od-card-header {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
}
.od-card-icon {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #f0f4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--od-blue);
  font-size: .95rem;
  flex-shrink: 0;
}
.od-card-icon.icon-gov  { background: #e8eeff; color: var(--od-gov); }
.od-card-icon.icon-cath { background: #fce8e8; color: var(--od-cath); }
.od-card-icon.icon-ind  { background: #f3e8ff; color: var(--od-ind); }

.od-card-name {
  font-size: .93rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.3;
  margin: 0;
}
.od-card-suburb {
  font-size: .78rem;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: .3rem;
  margin: 0;
}
.od-card-suburb i { font-size: .7rem; }

.od-card-tags {
  display: flex;
  gap: .4rem;
  flex-wrap: wrap;
}
.od-tag {
  font-size: .7rem;
  font-weight: 600;
  padding: .2rem .55rem;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  gap: .25rem;
}
.od-tag-type {
  background: #f0f4ff;
  color: #3b5ec6;
}
.od-tag-gov  { background: #e8f0fe; color: var(--od-gov); }
.od-tag-cath { background: #fce8e8; color: var(--od-cath); }
.od-tag-ind  { background: #f3e8ff; color: var(--od-ind); }
.od-tag-other { background: #f1f5f9; color: #64748b; }

.od-card-actions {
  margin-top: auto;
  display: flex;
  gap: .5rem;
}
.od-card-website-btn {
  flex: 1;
  background: linear-gradient(135deg, #00A651, #007A3D);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: .55rem .9rem;
  font-size: .8rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  text-decoration: none;
  transition: opacity .2s, transform .18s;
}
.od-card-website-btn:hover {
  opacity: .9;
  transform: translateY(-1px);
}
.od-card-profile-btn {
  flex: 1;
  background: #f1f5f9;
  color: #334155;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: .55rem .9rem;
  font-size: .8rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  text-decoration: none;
  transition: background .18s, border-color .18s, color .18s;
}
.od-card-profile-btn:hover {
  background: #e8f0fe;
  border-color: #c7d7f0;
  color: var(--od-blue);
}

/* List view cards */
.od-list-view .od-card {
  flex-direction: row;
  align-items: center;
  padding: 1rem 1.4rem;
  gap: 1rem;
}
.od-list-view .od-card-header {
  flex: 1;
  min-width: 0;
}
.od-list-view .od-card-tags { margin-top: 0; }
.od-list-view .od-card-actions {
  margin-top: 0;
  flex-shrink: 0;
}

/* ── Pagination ────────────────────────────────────── */
.od-pagination {
  display: flex;
  justify-content: center;
  gap: .4rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.od-page-btn {
  min-width: 38px;
  height: 38px;
  padding: 0 .75rem;
  border: 1px solid #e2e8f0;
  border-radius: 9px;
  background: #fff;
  color: #475569;
  font-size: .85rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .18s;
}
.od-page-btn:hover { background: #f0f4ff; border-color: #c7d7f0; color: var(--od-blue); }
.od-page-btn.active { background: var(--od-blue); border-color: var(--od-blue); color: #fff; }
.od-page-btn:disabled { opacity: .35; cursor: not-allowed; }

/* ── About Open Days section ───────────────────────── */
.od-about {
  background: #f8faff;
  padding: 5rem 0;
  border-top: 1px solid #e2e8f0;
}
.od-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
.od-section-tag {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(0,48,135,.08);
  color: var(--od-blue);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .3rem .85rem;
  border-radius: 99px;
  margin-bottom: 1rem;
}
.od-about-text h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--od-navy);
  margin: 0 0 1rem;
  line-height: 1.3;
}
.od-about-text > p {
  color: #475569;
  font-size: .95rem;
  line-height: 1.7;
  margin: 0 0 1.5rem;
}
.od-about-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.od-about-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 1rem;
  display: flex;
  gap: .85rem;
  align-items: flex-start;
  transition: box-shadow .2s;
}
.od-about-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.07); }
.od-about-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #e8f0fe, #dce8fd);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--od-blue);
  font-size: .9rem;
  flex-shrink: 0;
}
.od-about-card h4 {
  font-size: .85rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 .25rem;
}
.od-about-card p {
  font-size: .8rem;
  color: #64748b;
  margin: 0;
  line-height: 1.5;
}

/* Tips card */
.od-tips-card {
  background: var(--od-navy);
  border-radius: 18px;
  padding: 2rem;
  color: #fff;
  position: sticky;
  top: 100px;
}
.od-tips-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #FFCD00;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.od-tips-card h3 i { font-size: 1rem; }
.od-tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.od-tips-list li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.od-tip-num {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: rgba(255,205,0,.5);
  flex-shrink: 0;
  line-height: 1;
  padding-top: .1rem;
}
.od-tips-list li strong {
  display: block;
  font-size: .88rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: .2rem;
}
.od-tips-list li p {
  font-size: .8rem;
  color: rgba(255,255,255,.6);
  margin: 0;
  line-height: 1.5;
}
.od-tips-list li a { color: #FFCD00; }

/* ── Submit CTA ────────────────────────────────────── */
.od-submit-cta {
  background: linear-gradient(135deg, #003087, #001A4D);
  padding: 3rem 0;
}
.od-cta-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.od-cta-icon {
  width: 60px;
  height: 60px;
  background: rgba(255,205,0,.15);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFCD00;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.od-cta-text { flex: 1; }
.od-cta-text h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 .4rem;
}
.od-cta-text p {
  color: rgba(255,255,255,.65);
  font-size: .88rem;
  margin: 0;
}
.od-cta-btn {
  background: #FFCD00;
  color: #001433;
  font-weight: 700;
  padding: .8rem 1.75rem;
  border-radius: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .9rem;
  white-space: nowrap;
  transition: background .2s, transform .2s;
}
.od-cta-btn:hover { background: #f0c000; transform: translateY(-2px); }

/* ── FAQ ───────────────────────────────────────────── */
.od-faq {
  padding: 5rem 0;
  background: #fff;
}
.od-faq h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--od-navy);
  text-align: center;
  margin: 0 0 .5rem;
}
.od-faq-sub {
  text-align: center;
  color: #64748b;
  font-size: .95rem;
  margin: 0 0 2.5rem;
}
.od-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto;
}
.od-faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
}
.od-faq-q {
  padding: 1rem 1.25rem;
  font-size: .9rem;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background: #fff;
  transition: background .2s;
}
.od-faq-q:hover { background: #f8faff; }
.od-faq-q i {
  color: var(--od-blue);
  transition: transform .3s;
  flex-shrink: 0;
}
.od-faq-item.open .od-faq-q i { transform: rotate(180deg); }
.od-faq-a {
  display: none;
  padding: 0 1.25rem 1.1rem;
  font-size: .86rem;
  color: #475569;
  line-height: 1.7;
  border-top: 1px solid #f1f5f9;
  background: #fafbff;
}
.od-faq-item.open .od-faq-a { display: block; }
.od-faq-a a { color: var(--od-blue); }

/* ── Empty state ───────────────────────────────────── */
.od-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 4rem 2rem;
  color: #94a3b8;
}
.od-empty i { font-size: 3rem; margin-bottom: 1rem; display: block; }
.od-empty h3 { color: #475569; font-size: 1.1rem; margin: 0 0 .5rem; }
.od-empty p  { font-size: .88rem; margin: 0; }

/* ── Responsive ────────────────────────────────────── */
@media (max-width: 1024px) {
  .od-about-grid { grid-template-columns: 1fr; }
  .od-tips-card  { position: static; }
}
@media (max-width: 768px) {
  .od-hero-inner { grid-template-columns: 1fr; }
  .od-hero-cards { display: none; }
  .od-faq-grid   { grid-template-columns: 1fr; }
  .od-about-cards { grid-template-columns: 1fr; }
  .od-cta-inner  { flex-direction: column; text-align: center; }
  .od-list-view .od-card { flex-direction: column; }
  .od-list-view .od-card-actions { width: 100%; }
}
@media (max-width: 640px) {
  .od-state-tab .od-tab-name { display: none; }
  .od-tab-abbr   { display: inline; }
  .od-search-row { flex-direction: column; align-items: stretch; }
  .od-filter-chips { justify-content: flex-start; }
  .od-grid { grid-template-columns: 1fr; }
}
