:root {
  --inad-ink: #171a2a;
  --inad-muted: #555968;
  --inad-pink: #e61d59;
  --inad-rose: #d74874;
  --inad-pale: #fff3f7;
  --inad-line: #eadfe4;
  --inad-shadow: 0 16px 44px rgba(33, 18, 25, .06);
}

body { color: var(--inad-ink); background: #fff; }
body.page-home .page-wash, body.page-media .page-wash, body.page-service .page-wash { display: none; }
@media (min-width: 1200px) {
  body.page-home .site-header.navbar, body.page-home .site-header-inner { min-height: 94px; }
  body.page-home .site-header .navbar-brand { height: 94px; }
  body.page-home .site-header .navbar-nav > li > a, body.page-home .site-header .navbar-nav > li > .documents-navigation-toggle { line-height: 94px; }
  body.page-home .site-header-inner, body.page-media .site-header-inner, body.page-service .site-header-inner { width: min(1500px, calc(100% - 48px)); }
  body.page-home .navbar-header, body.page-media .navbar-header, body.page-service .navbar-header { flex: 0 0 250px; width: 250px; }
  body.page-home .site-header .navbar-brand, body.page-media .site-header .navbar-brand, body.page-service .site-header .navbar-brand { width: 230px; }
  body.page-home #site-navigation, body.page-media #site-navigation, body.page-service #site-navigation { min-width: 0; }
  body.page-home #site-navigation > .navbar-nav, body.page-media #site-navigation > .navbar-nav, body.page-service #site-navigation > .navbar-nav { flex: 1 1 auto; justify-content: space-evenly; }
  body.page-home .site-search, body.page-media .site-search, body.page-service .site-search { flex: 0 0 370px; width: 370px; }
  body.page-home .site-search .form-group, body.page-media .site-search .form-group, body.page-service .site-search .form-group { flex: 1 1 auto; width: auto; }
  body.page-home .site-search .form-control, body.page-media .site-search .form-control, body.page-service .site-search .form-control { width: 100%; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body.page-home .site-header-inner, body.page-media .site-header-inner, body.page-service .site-header-inner { width: min(1240px, calc(100% - 32px)); }
  body.page-home .navbar-header, body.page-media .navbar-header, body.page-service .navbar-header { flex-basis: 170px; width: 170px; }
  body.page-home .site-header .navbar-brand, body.page-media .site-header .navbar-brand, body.page-service .site-header .navbar-brand { width: 160px; }
  body.page-home #inad-logo, body.page-media #inad-logo, body.page-service #inad-logo { width: 155px; }
  body.page-home .site-header .navbar-nav > li > a, body.page-media .site-header .navbar-nav > li > a, body.page-service .site-header .navbar-nav > li > a,
  body.page-home .site-header .navbar-nav > li > .documents-navigation-toggle, body.page-media .site-header .navbar-nav > li > .documents-navigation-toggle, body.page-service .site-header .navbar-nav > li > .documents-navigation-toggle { padding-inline: 10px; }
  body.page-home .site-search, body.page-media .site-search, body.page-service .site-search { flex-basis: 270px; width: 270px; margin-left: 8px; }
  body.page-home .site-search .btn, body.page-media .site-search .btn, body.page-service .site-search .btn { padding-inline: 17px; }
}
.site-main--home { width: 100%; max-width: 1560px; padding-top: 0; }
.institutional-home { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 30px; }
.home-primary { min-width: 0; }
.home-hero { position: relative; display: grid; grid-template-columns: 56% 44%; min-height: 400px; overflow: hidden; border-radius: 3px; background: #fffafa; }
.home-hero-copy { position: relative; z-index: 2; align-self: center; padding: 42px 0 34px; }
.home-hero-copy h1, .media-page-header h1, .media-detail h1 { margin: 10px 0 18px; color: var(--inad-ink); font-family: Georgia, 'Times New Roman', serif; font-weight: 700; letter-spacing: -.035em; }
.home-hero-copy h1 { max-width: 720px; font-size: clamp(44px, 3.4vw, 58px); line-height: 1.03; }
.eyebrow, .card-kicker { color: var(--inad-pink); font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }
.eyebrow { font-size: 14px; }
.title-stroke { display: block; width: 40px; height: 2px; margin: 22px 0; background: var(--inad-pink); }
.home-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 0; color: #3f4351; font-size: 17px; line-height: 1.5; }
.home-hero-image { position: absolute; inset: 0 0 0 34%; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.95) 11%, rgba(255,255,255,.2) 42%), url('/assets/img/generated/inad-institutional-hero.png') center/cover no-repeat; }
@media (min-width: 1200px) and (min-height: 850px) {
  .home-hero { min-height: 510px; }
  .home-hero-copy { padding-block: 64px 54px; }
  .home-hero-copy h1 { max-width: 790px; font-size: clamp(50px, 3.7vw, 68px); }
  .home-hero-copy > p:not(.eyebrow) { font-size: 18px; line-height: 1.58; }
  .home-hero-image { left: 32%; }
  .institution-facts article { min-height: 136px; }
}
.hero-actions { display: flex; gap: 18px; margin-top: 28px; }
.institution-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 20px; padding: 11px 24px; border: 1px solid var(--inad-pink); border-radius: 5px; color: var(--inad-pink); background: #fff; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.institution-button:hover, .institution-button:focus { color: var(--inad-pink); text-decoration: none; transform: translateY(-1px); box-shadow: 0 8px 22px rgba(230,29,89,.13); }
.institution-button--primary { color: #fff; border-color: transparent; background: linear-gradient(120deg, #ee255e, #d91559); }
.institution-button--primary:hover, .institution-button--primary:focus { color: #fff; }
.institution-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 0 22px; border: 1px solid var(--inad-line); border-radius: 8px; background: #fff; }
.institution-facts article { display: flex; gap: 17px; min-height: 126px; align-items: center; padding: 20px 28px; }
.institution-facts article + article { border-left: 1px solid var(--inad-line); }
.institution-facts svg, .sidebar-panel h2 svg, .home-join-banner svg { width: 30px; height: 30px; flex: 0 0 auto; fill: none; stroke: var(--inad-pink); stroke-width: 1.7; }
.institution-facts strong, .institution-facts span { display: block; text-align: center; }
.institution-facts strong { margin-bottom: 6px; font-size: 16px; }
.institution-facts span { color: var(--inad-muted); font-size: 13px; line-height: 1.45; }
.section-heading-row { display: flex; align-items: center; justify-content: space-between; margin: 14px 0 12px; }
.section-heading-row h2 { margin: 0; font: 700 24px Georgia, serif; }
.section-heading-row a { color: var(--inad-pink); }
.home-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.home-news-card { display: flex; min-width: 0; min-height: 390px; overflow: hidden; flex-direction: column; border: 1px solid #efe1e7; border-radius: 14px; background: linear-gradient(180deg, #fff 0%, #fff 84%, #fffafb 100%); box-shadow: 0 12px 34px rgba(54, 31, 42, .06); transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.home-news-card:hover, .home-news-card:focus-within { border-color: #edb7c8; box-shadow: 0 18px 42px rgba(77, 36, 52, .11); transform: translateY(-3px); }
.home-news-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #fdf3f6; }
.home-news-card-media::after { position: absolute; inset: auto 0 0; height: 32%; content: ""; pointer-events: none; background: linear-gradient(180deg, transparent, rgba(36, 25, 31, .12)); }
.home-news-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 320ms ease; }
.home-news-card:hover .home-news-card-media img { transform: scale(1.025); }
.home-news-card-body { display: flex; min-height: 0; flex: 1; flex-direction: column; padding: 20px 20px 17px; }
.home-news-card:not(:has(.home-news-card-media)) .home-news-card-body { padding-top: 28px; }
.home-news-card h3 { margin: 10px 0 11px; font: 700 18px/1.28 Georgia, serif; }
.home-news-card h3 a { color: var(--inad-ink); }
.home-news-card h3 a:hover, .home-news-card h3 a:focus { color: var(--inad-pink); text-decoration: none; }
.home-news-card-body > p { display: -webkit-box; margin-bottom: 18px; overflow: hidden; color: var(--inad-muted); font-size: 13px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.card-kicker { align-self: flex-start; padding: 5px 10px; border-radius: 999px; color: var(--inad-pink); background: #fff0f5; font-size: 10px; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.card-kicker:hover, .card-kicker:focus { color: #b40f47; text-decoration: none; background: #ffe4ed; }
.home-news-card-footer { display: flex; gap: 12px; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 1px solid #f1e7eb; }
.home-news-card-footer time, .home-news-card-footer a { display: inline-flex; gap: 7px; min-width: 0; align-items: center; color: #757484; font-size: 12px; line-height: 1.25; }
.home-news-card-footer a { justify-content: flex-end; color: var(--inad-pink); text-align: right; }
.home-news-card-footer a:hover, .home-news-card-footer a:focus { color: #b40f47; text-decoration: none; }
.home-news-card-footer svg { width: 16px; height: 16px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; }
.home-join-banner { display: flex; gap: 26px; align-items: center; margin-top: 20px; padding: 14px 36px; border-radius: 6px; background: linear-gradient(90deg, #fff1f6, #fff8fa); }
.home-join-banner span { flex: 1; color: var(--inad-muted); }
.home-join-banner a { min-width: 200px; padding: 10px 24px; border: 1px solid var(--inad-pink); border-radius: 5px; color: var(--inad-pink); text-align: center; }
.home-sidebar, .media-sidebar { display: grid; align-content: start; gap: 22px; }
.home-sidebar { margin-top: 26px; }
.sidebar-panel { padding: 24px; border: 1px solid var(--inad-line); border-radius: 9px; background: #fff; box-shadow: 0 7px 22px rgba(28,20,24,.025); }
.sidebar-panel h2 { display: flex; gap: 14px; align-items: center; margin: 0 0 18px; font: 700 21px Georgia, serif; }
.sidebar-panel h2 svg { width: 24px; height: 24px; }
.media-summary-number { display: flex; gap: 15px; align-items: center; justify-content: center; margin-bottom: 14px; padding: 12px; border-radius: 7px; background: linear-gradient(100deg, #fff0f5, #fff7f9); }
.media-summary-number strong { color: var(--inad-pink); font-size: 38px; font-weight: 500; }
.media-summary-number span { font-size: 13px; }
.sidebar-main-link { display: block; padding: 10px 0 16px; color: var(--inad-pink); text-align: center; }
.sidebar-media-list { border-top: 1px solid var(--inad-line); }
.sidebar-media-list > a { display: grid; grid-template-columns: 72px 1fr; gap: 13px; padding: 17px 0; color: var(--inad-ink); }
.sidebar-media-list > a + a { border-top: 1px solid var(--inad-line); }
.media-monogram { display: grid; min-height: 58px; padding: 5px; place-items: center; overflow: hidden; border: 1px solid #f2e4e9; border-radius: 6px; color: var(--inad-pink); background: #fff; font-weight: 800; }
.media-brand-logo { display: block; width: 100%; max-width: 80px; height: auto; aspect-ratio: 1; object-fit: contain; }
.media-monogram .media-brand-logo { max-width: 58px; }
.media-brand-fallback { display: grid; width: 100%; height: 100%; min-height: inherit; place-items: center; color: inherit; font-weight: 900; text-align: center; overflow-wrap: anywhere; }
.sidebar-media-list strong, .sidebar-media-list small { display: block; }
.sidebar-media-list strong { font-size: 13px; line-height: 1.35; }
.sidebar-media-list small { margin-top: 6px; color: var(--inad-muted); }
.resource-links > a, .media-sidebar .sidebar-panel > a { display: flex; justify-content: space-between; padding: 14px 0; border-top: 1px solid var(--inad-line); color: var(--inad-ink); }
.resource-links > a.sidebar-main-link { justify-content: center; color: var(--inad-pink); }

.page-media .site-main, .page-service .site-main { max-width: 1480px; width: 100%; padding-top: 45px; }
.media-page { display: grid; grid-template-columns: minmax(0, 1fr) 286px; gap: 30px; }
.media-page-header h1 { font-size: clamp(36px, 3vw, 51px); }
.media-page-header p { max-width: 900px; font-size: 17px; line-height: 1.55; }
.media-page-header .media-lead { margin-bottom: 6px; color: var(--inad-pink); }
.media-search { margin-top: 26px; padding: 20px; border: 1px solid var(--inad-line); border-radius: 9px; background: #fff; }
.media-search-wide { position: relative; }
.media-search-wide svg { position: absolute; top: 14px; left: 17px; width: 20px; height: 20px; fill: none; stroke: #8c91a0; stroke-width: 1.7; }
.media-search input[type='search'] { width: 100%; height: 48px; padding: 0 18px 0 48px; border: 1px solid #dfe1e8; border-radius: 6px; }
.media-filter-row { display: grid; grid-template-columns: repeat(4, 1fr) 185px; gap: 15px; margin-top: 14px; }
.media-filter-row select, .media-filter-row input { min-width: 0; height: 45px; border: 1px solid #dfe1e8; border-radius: 6px; background: #fff; padding: 0 16px; }
.media-filter-row input { color: var(--inad-pink); border: 0; background: linear-gradient(90deg, #fde4ed, #f8cede); font-weight: 700; }
.media-kind-pills { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 14px; }
.media-kind-pills a { display: inline-flex; gap: 8px; min-width: 120px; align-items: center; justify-content: center; padding: 7px 15px; border: 1px solid #f0a8bd; border-radius: 6px; color: var(--inad-pink); }
.media-kind-pills a.active { color: #fff; background: var(--inad-pink); }
.media-kind-pills svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.clear-filters { display: inline-block; margin-top: 14px; color: var(--inad-pink); }
.media-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin: 16px 0; border: 1px solid var(--inad-line); border-radius: 9px; }
.media-stats article { display: grid; grid-template-columns: 42px auto; grid-template-rows: auto auto; padding: 18px 24px; }
.media-stats article + article { border-left: 1px solid var(--inad-line); }
.media-stats svg { grid-row: 1 / 3; width: 28px; height: 28px; align-self: center; fill: none; stroke: var(--inad-pink); stroke-width: 1.7; }
.media-stats strong { font: 700 22px Georgia, serif; }
.media-stats span { color: var(--inad-muted); font-size: 12px; }
.media-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.media-card { display: grid; grid-template-columns: 100px 1fr; min-height: 185px; overflow: hidden; border: 1px solid var(--inad-line); border-radius: 8px; background: #fff; }
.media-card-brand { display: grid; padding: 9px; place-items: center; color: #fff; background: #fff; border-right: 1px solid var(--inad-line); }
.media-card-brand .media-brand-fallback { min-height: 100%; padding: 8px; border-radius: 5px; background: linear-gradient(145deg, #c71751, #f07c9d); font-size: 22px; }
.media-card-content { padding: 16px; }
.media-card-meta { display: flex; justify-content: space-between; gap: 8px; color: var(--inad-muted); font-size: 11px; }
.media-card-meta span { padding: 3px 10px; border-radius: 14px; color: var(--inad-pink); background: #fff0f5; }
.media-card-source { margin: 7px 0 3px; font-size: 12px; font-weight: 700; }
.media-card h3 { margin: 3px 0 7px; font: 700 16px/1.25 Georgia, serif; }
.media-card h3 a { color: var(--inad-ink); }
.media-card-content > p:not(.media-card-source) { color: var(--inad-muted); font-size: 12px; line-height: 1.4; }
.media-card .read-more { color: var(--inad-pink); font-size: 12px; }
.media-sidebar .sidebar-panel > a b { min-width: 34px; padding: 2px 8px; border-radius: 16px; color: var(--inad-pink); background: #fff0f4; text-align: center; }
.sidebar-contact { display: flex; gap: 16px; background: linear-gradient(145deg, #fff7fa, #fdebf1); }
.sidebar-contact > svg { width: 40px; height: 40px; flex: 0 0 auto; fill: none; stroke: var(--inad-pink); stroke-width: 1.5; }
.sidebar-contact h2 { font: 700 17px/1.2 sans-serif; }
.sidebar-contact p { color: var(--inad-muted); font-size: 13px; }
.empty-results { padding: 50px; text-align: center; border: 1px dashed var(--inad-line); border-radius: 8px; }
.media-detail { position: relative; max-width: 1260px; margin: 0 auto; }
.media-detail-hero { position: relative; min-height: 330px; overflow: hidden; padding: 0 4px 34px; isolation: isolate; }
.media-detail-hero::before { position: absolute; z-index: -1; inset: -45px -180px 0 42%; content: ""; opacity: .62; background: url('/assets/img/soft-wave-background.svg') center/cover no-repeat; mask-image: linear-gradient(90deg, transparent 0, #000 25%, #000 100%); }
.media-detail-navigation { display: flex; gap: 13px; align-items: center; padding-top: 8px; }
.back-link { display: inline-flex; gap: 9px; align-items: center; color: var(--inad-pink); }
.media-detail-hero-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(230px, .7fr); gap: 54px; align-items: center; min-height: 255px; padding-top: 28px; }
.media-detail-heading .eyebrow { margin-bottom: 7px; }
.media-detail h1 { max-width: 880px; margin: 0; font-family: inherit; font-size: clamp(42px, 4.15vw, 62px); line-height: 1.08; letter-spacing: -.035em; }
.media-detail-brand { display: grid; min-height: 215px; padding: 22px; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.98) 0 43%, rgba(255,255,255,.72) 63%, rgba(255,255,255,0) 72%); }
.media-detail-brand .media-brand-logo { width: 100%; max-width: 220px; max-height: 190px; aspect-ratio: auto; }
.media-detail-brand .media-brand-fallback { width: 190px; min-height: 190px; border-radius: 50%; color: #fff; background: linear-gradient(145deg, #c71751, #f07c9d); font-size: 56px; }
.media-detail-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 0 28px; overflow: hidden; border: 1px solid var(--inad-line); border-radius: 11px; background: rgba(255,255,255,.96); box-shadow: 0 9px 28px rgba(54,31,42,.035); }
.media-detail-fact { display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 14px; align-items: center; min-height: 102px; padding: 19px 22px; }
.media-detail-fact + .media-detail-fact { border-left: 1px solid var(--inad-line); }
.media-detail-fact-icon, .media-section-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--inad-pink); background: linear-gradient(145deg, #fff5f8, #fee7ef); }
.media-detail-fact-icon svg, .media-section-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.media-detail-facts dt { color: #696c79; font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.media-detail-facts dd { margin: 5px 0 0; color: var(--inad-ink); font-size: 15px; line-height: 1.35; }
.media-detail section { margin: 26px 0; font-size: 16px; line-height: 1.65; }
.media-reference-overview { display: flex; gap: 22px; align-items: center; padding: 25px 28px; border-left: 3px solid var(--inad-pink); border-radius: 9px; background: linear-gradient(110deg, #fff1f6, #fff8fa); }
.media-overview-leaf { display: grid; width: 54px; height: 54px; flex: 0 0 auto; place-items: center; border: 1px solid #f2dce4; border-radius: 50%; background: #fff; }
.media-overview-leaf img { width: 25px; height: 25px; }
.media-reference-overview h2 { margin: 0 0 6px; font-family: inherit; font-size: 18px; font-weight: 700; }
.media-reference-overview p { margin: 0; color: var(--inad-muted); }
.media-player { overflow: hidden; padding: 26px; border: 1px solid var(--inad-line); border-radius: 12px; background: linear-gradient(145deg, #fff, #fff8fa); box-shadow: var(--inad-shadow); }
.media-section-heading { display: flex; gap: 18px; align-items: center; margin-bottom: 20px; }
.media-section-heading .eyebrow { margin: 0 0 3px; font-size: 11px; }
.media-section-heading h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 23px; }
.media-player-timing { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 7px 0 0; color: var(--inad-muted); font-size: 13px; }
.media-player-timing span + span { position: relative; }
.media-player-timing span + span::before { position: absolute; left: -12px; color: #d6c5cc; content: "•"; }
.media-video-frame { position: relative; overflow: hidden; padding-top: 56.25%; border-radius: 9px; background: #13151d; }
.media-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.media-player video { display: block; width: 100%; max-height: 620px; border-radius: 9px; background: #13151d; }
.media-player audio { width: 100%; }
.media-detail-complements { padding: 24px 28px; border: 1px solid var(--inad-line); border-radius: 10px; background: #fff; }
.media-detail-complements > h2 { margin: 0 0 18px; font: 700 20px Georgia, serif; }
.media-detail-complements dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; }
.media-detail-complements dl div { padding-right: 18px; }
.media-detail-complements dl div + div { padding-left: 18px; border-left: 1px solid var(--inad-line); }
.media-detail-complements dt { color: var(--inad-muted); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.media-detail-complements dd { margin: 5px 0 0; }
.media-source-preview { display: grid; grid-template-columns: 140px minmax(0, 1fr) auto; gap: 28px; align-items: center; margin-top: 28px; padding: 20px; border: 1px solid var(--inad-line); border-radius: 11px; background: #fff; box-shadow: var(--inad-shadow); }
.media-source-preview-mark { display: grid; min-height: 116px; padding: 10px; place-items: center; overflow: hidden; border: 1px solid var(--inad-line); border-radius: 8px; color: #fff; background: linear-gradient(145deg, #fff7fa, #fff); }
.media-source-preview-mark .media-brand-logo { max-width: 110px; }
.media-source-preview-mark .media-brand-fallback { min-height: 80px; padding: 8px; border-radius: 5px; background: linear-gradient(145deg, #c71751, #f07c9d); font-size: 25px; }
.media-source-preview-copy > span { color: var(--inad-pink); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.media-source-preview-copy h2 { margin: 5px 0; font: 700 23px Georgia, serif; }
.media-source-preview-copy p { margin: 0; color: var(--inad-muted); line-height: 1.4; }
.media-source-preview-copy small { display: block; margin-top: 6px; color: #858895; }

.service-page { max-width: 1120px; min-height: 540px; margin: 0 auto; padding: 15px 0 60px; }
.service-page > header { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.service-page h1 { margin: 10px 0 20px; font: 700 clamp(42px, 5vw, 68px)/1.05 Georgia, serif; }
.service-page > header > p:last-child { color: var(--inad-muted); font-size: 19px; line-height: 1.6; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.offer-grid--two { max-width: 800px; grid-template-columns: repeat(2, 1fr); margin: 0 auto; }
.offer-card { padding: 30px; border: 1px solid var(--inad-line); border-radius: 12px; background: #fff; box-shadow: var(--inad-shadow); }
.offer-card--featured { border-color: #efafc2; background: linear-gradient(145deg, #fff, #fff5f8); }
.offer-card > span { color: var(--inad-pink); font-weight: 700; }
.offer-card h2 { margin: 12px 0; font: 700 36px Georgia, serif; }
.offer-card p { min-height: 90px; color: var(--inad-muted); line-height: 1.55; }
.offer-card form { margin: 10px 0; }
.offer-card .institution-button { width: 100%; }
.service-note { margin: 26px auto 0; padding: 20px 25px; border-radius: 8px; background: var(--inad-pale); text-align: center; }
.service-contact-card, .verification-status { display: flex; gap: 28px; max-width: 780px; align-items: center; margin: 0 auto; padding: 34px; border: 1px solid var(--inad-line); border-radius: 12px; box-shadow: var(--inad-shadow); }
.service-contact-card > svg, .verification-status > svg { width: 62px; height: 62px; flex: 0 0 auto; fill: none; stroke: var(--inad-pink); stroke-width: 1.5; }
.verification-status.expired { filter: grayscale(1); }
.site-flash { position: relative; z-index: 10; max-width: 1100px; margin: 18px auto 0; padding: 12px 18px; border-radius: 6px; color: #8c1540; background: #fff0f5; }
.directory-fair-order { display: flex; gap: 9px; max-width: 640px; align-items: center; justify-content: center; margin: 0 auto 24px; color: var(--inad-muted); font-size: 14px; }
.directory-fair-order svg { width: 19px; height: 19px; fill: none; stroke: var(--inad-pink); stroke-width: 1.7; }

@media (max-width: 1150px) {
  .institutional-home, .media-page { grid-template-columns: 1fr; }
  .home-sidebar { margin-top: 0; }
  .home-sidebar, .media-sidebar { grid-template-columns: repeat(2, 1fr); }
  .home-sidebar .media-summary { grid-row: span 2; }
  .media-card-grid { grid-template-columns: repeat(2, 1fr); }
  .media-detail-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-detail-fact:nth-child(3) { border-left: 0; }
  .media-detail-fact:nth-child(n+3) { border-top: 1px solid var(--inad-line); }
}

@media (min-width: 761px) and (max-width: 900px) {
  .home-news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .site-main--home, .page-media .site-main, .page-service .site-main { padding-top: 22px; }
  .home-hero { display: block; min-height: 620px; margin-inline: -15px; border-radius: 0; }
  .home-hero-copy { padding: 34px 20px 280px; }
  .home-hero-copy h1 { font-size: 42px; }
  .home-hero-image { inset: auto 0 0; height: 330px; background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.1) 30%), url('/assets/img/generated/inad-institutional-hero.png') 62% center/cover no-repeat; }
  .hero-actions, .home-join-banner { align-items: stretch; flex-direction: column; }
  .institution-facts { grid-template-columns: 1fr 1fr; }
  .institution-facts article:nth-child(3) { border-left: 0; }
  .institution-facts article:nth-child(n+3) { border-top: 1px solid var(--inad-line); }
  .home-news-grid, .home-sidebar, .media-sidebar, .media-card-grid, .offer-grid, .offer-grid--two { grid-template-columns: 1fr; }
  .home-news-card { min-height: 0; }
  .home-sidebar .media-summary { grid-row: auto; }
  .media-filter-row { grid-template-columns: 1fr 1fr; }
  .media-filter-row input { grid-column: 1 / 3; }
  .media-kind-pills a { min-width: calc(50% - 7px); }
  .media-stats { grid-template-columns: 1fr 1fr; }
  .media-stats article:nth-child(3) { border-left: 0; }
  .media-stats article:nth-child(n+3) { border-top: 1px solid var(--inad-line); }
  .media-card { grid-template-columns: 82px 1fr; }
  .media-detail-hero { min-height: 0; padding-bottom: 22px; }
  .media-detail-hero::before { inset-inline: 20% -100px; }
  .media-detail-hero-grid { grid-template-columns: minmax(0, 1fr) 160px; gap: 18px; min-height: 215px; }
  .media-detail h1 { font-size: clamp(36px, 7vw, 52px); }
  .media-detail-brand { min-height: 150px; padding: 14px; }
  .media-detail-brand .media-brand-logo { max-width: 145px; max-height: 125px; }
  .media-detail-facts { grid-template-columns: 1fr 1fr; }
  .media-source-preview { grid-template-columns: 84px minmax(0, 1fr); }
  .media-source-preview .institution-button { grid-column: 1 / -1; }
  .media-detail-complements dl { grid-template-columns: 1fr; }
  .media-detail-complements dl div + div { margin-top: 14px; padding-top: 14px; padding-left: 0; border-top: 1px solid var(--inad-line); border-left: 0; }
  .service-contact-card, .verification-status { align-items: flex-start; }
}

@media (max-width: 430px) {
  .home-hero-copy h1, .service-page h1 { font-size: 36px; }
  .home-news .section-heading-row { gap: 8px; align-items: flex-end; }
  .home-news .section-heading-row h2 { font-size: 21px; }
  .home-news .section-heading-row a { font-size: 12px; white-space: nowrap; }
  .institution-facts, .media-stats { grid-template-columns: 1fr; }
  .institution-facts article + article, .media-stats article + article { border-top: 1px solid var(--inad-line); border-left: 0; }
  .media-filter-row { grid-template-columns: 1fr; }
  .media-filter-row input { grid-column: auto; }
  .media-kind-pills a { min-width: 100%; }
  .media-card { grid-template-columns: 1fr; }
  .media-card-brand { min-height: 70px; }
  .home-news-card { min-height: 0; }
  .home-news-card-body { padding: 18px 17px 15px; }
  .home-news-card-footer { align-items: flex-start; }
  .service-contact-card, .verification-status { flex-direction: column; }
  .media-source-preview { grid-template-columns: 1fr; }
  .media-source-preview-mark { min-height: 76px; }
  .media-source-preview .institution-button { grid-column: auto; }
  .media-detail-navigation { flex-wrap: wrap; padding-top: 2px; }
  .media-detail-hero-grid { display: flex; flex-direction: column-reverse; align-items: flex-start; padding-top: 16px; }
  .media-detail-brand { width: 120px; min-height: 90px; align-self: flex-end; margin-bottom: -42px; padding: 7px; }
  .media-detail-brand .media-brand-logo { max-width: 100px; max-height: 78px; }
  .media-detail-brand .media-brand-fallback { width: 90px; min-height: 90px; font-size: 30px; }
  .media-detail h1 { max-width: calc(100% - 22px); font-size: 34px; }
  .media-detail-facts { grid-template-columns: 1fr; }
  .media-detail-fact { min-height: 84px; }
  .media-detail-fact + .media-detail-fact { border-top: 1px solid var(--inad-line); border-left: 0; }
  .media-reference-overview { align-items: flex-start; padding: 21px 18px; }
  .media-overview-leaf { width: 46px; height: 46px; }
  .media-player { padding: 18px; }
  .media-section-heading { align-items: flex-start; }
  .media-player-timing { display: grid; }
  .media-player-timing span + span::before { display: none; }
  .media-source-preview-copy h2 { font-size: 21px; }
}
