:root {
  --sinsmc-navy: #073c67;
  --sinsmc-deep: #052e4f;
  --sinsmc-blue: #086ba8;
  --sinsmc-sky: #17a7d4;
  --sinsmc-orange: #f58220;
  --sinsmc-green: #15906d;
  --sinsmc-ink: #172b3a;
  --sinsmc-muted: #607383;
  --sinsmc-line: #dbe5ec;
  --sinsmc-wash: #f3f7fa;
  --sinsmc-surface: #fff;
  --sinsmc-shadow: 0 18px 50px rgba(7, 60, 103, .11);
  --sinsmc-radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sinsmc-ink);
  background: var(--sinsmc-wash);
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(245, 130, 32, .42); outline-offset: 3px; }
.sinsmc-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed; top: 8px; left: 8px; z-index: 99999; width: auto; height: auto; padding: 12px 16px; clip: auto; color: #fff; background: var(--sinsmc-navy); border-radius: 8px; }

.utility-bar { color: #d9ebf7; background: var(--sinsmc-deep); font-size: .86rem; }
.utility-row { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-links { display: flex; align-items: center; gap: 18px; }
.utility-links a:hover { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(219, 229, 236, .9); backdrop-filter: blur(14px); }
.admin-bar .site-header { top: 32px; }
.header-row { min-height: 86px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--sinsmc-blue), var(--sinsmc-navy)); border-radius: 16px; box-shadow: 0 8px 22px rgba(7, 60, 103, .2); }
.custom-logo-wrap, .custom-logo-link { display: flex; align-items: center; }
.custom-logo { width: auto; max-width: 122px; max-height: 62px; object-fit: contain; }
.brand-copy strong { display: block; color: var(--sinsmc-navy); font-size: 1.34rem; letter-spacing: .02em; line-height: 1; }
.brand-copy span { display: block; max-width: 210px; margin-top: 5px; color: var(--sinsmc-muted); font-size: .72rem; font-weight: 650; line-height: 1.25; }
.desktop-nav { margin-left: auto; }
.primary-menu, .desktop-nav .menu { display: flex; align-items: center; gap: 3px; margin: 0; padding: 0; list-style: none; }
.primary-menu li, .desktop-nav .menu li { position: relative; }
.primary-menu > li > a, .desktop-nav .menu > li > a { min-height: 44px; display: flex; align-items: center; padding: 0 11px; color: #294456; border-radius: 10px; font-weight: 750; white-space: nowrap; }
.primary-menu > li > a:hover, .primary-menu > .current-menu-item > a, .desktop-nav .menu > li > a:hover { color: var(--sinsmc-blue); background: #edf6fb; }
.primary-menu .sub-menu { position: absolute; top: calc(100% + 8px); left: 0; width: 260px; margin: 0; padding: 8px; list-style: none; background: #fff; border: 1px solid var(--sinsmc-line); border-radius: 14px; box-shadow: var(--sinsmc-shadow); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .2s ease; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.primary-menu .sub-menu a { display: block; padding: 10px 11px; color: #294456; border-radius: 9px; font-size: .9rem; font-weight: 700; }
.primary-menu .sub-menu a:hover { color: var(--sinsmc-blue); background: #edf6fb; }
.join-button, .drawer-cta { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; color: #fff; background: var(--sinsmc-orange); border-radius: 12px; font-weight: 800; box-shadow: 0 8px 20px rgba(245, 130, 32, .24); }
.join-button:hover, .drawer-cta:hover { color: #fff; background: #dd6d0d; transform: translateY(-1px); }
.mobile-menu-button { display: none; margin-left: auto; width: 46px; height: 46px; border: 1px solid var(--sinsmc-line); border-radius: 13px; background: #fff; color: var(--sinsmc-navy); cursor: pointer; }

.site-main { overflow: hidden; }
.hero { position: relative; padding: 74px 0 66px; color: #fff; background: radial-gradient(circle at 82% 20%, rgba(23, 167, 212, .4), transparent 30%), radial-gradient(circle at 8% 90%, rgba(245, 130, 32, .2), transparent 28%), linear-gradient(125deg, #052e4f 0%, #075884 58%, #087fb1 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--sinsmc-orange), #ffb04d 44%, transparent 75%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .72fr); gap: 60px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #bfeaff; font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 3px; background: var(--sinsmc-orange); border-radius: 4px; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.35rem, 5vw, 4.65rem); line-height: 1.02; letter-spacing: -.045em; }
.hero h1 span { color: #78d8f3; }
.hero-copy { max-width: 700px; margin: 22px 0 30px; color: #d9eef8; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.primary-action { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; color: #fff; background: var(--sinsmc-orange); border-radius: 14px; font-weight: 800; box-shadow: 0 12px 28px rgba(245, 130, 32, .28); }
.primary-action:hover { color: #fff; background: #dd6d0d; }
.hero-panel { padding: 26px; color: var(--sinsmc-ink); background: rgba(255, 255, 255, .96); border: 1px solid rgba(255, 255, 255, .7); border-radius: var(--sinsmc-radius); box-shadow: 0 24px 60px rgba(2, 27, 48, .25); }
.hero-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.hero-panel h2 { margin: 0; color: var(--sinsmc-navy); font-size: 1.23rem; }
.status { display: inline-flex; align-items: center; gap: 7px; color: var(--sinsmc-green); font-size: .78rem; font-weight: 800; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--sinsmc-green); box-shadow: 0 0 0 4px rgba(21, 144, 109, .12); }
.hero-panel p { margin: 10px 0 20px; color: var(--sinsmc-muted); font-size: .92rem; }
.contact-item { display: flex; align-items: center; gap: 12px; padding: 13px; border: 1px solid var(--sinsmc-line); border-radius: 13px; background: #f8fbfd; }
.contact-item:hover { border-color: #9dccdf; background: #f1f9fc; }
.contact-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; color: var(--sinsmc-blue); background: #e7f5fb; border-radius: 10px; }
.contact-item strong { display: block; color: var(--sinsmc-navy); font-size: .9rem; }
.contact-item small { display: block; color: var(--sinsmc-muted); font-size: .78rem; }

.section { padding: 62px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 25px; }
.section-heading h2 { margin: 0; color: var(--sinsmc-navy); font-size: clamp(1.65rem, 3vw, 2.25rem); letter-spacing: -.025em; }
.section-heading p { max-width: 560px; margin: 8px 0 0; color: var(--sinsmc-muted); }
.text-link { color: var(--sinsmc-blue); font-weight: 800; white-space: nowrap; }
.news-section { padding-top: 58px; }
.news-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.featured-news { min-height: 430px; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: #fff; border-radius: var(--sinsmc-radius); background: #0b486f; box-shadow: var(--sinsmc-shadow); }
.featured-news img, .featured-placeholder { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .78; transition: transform .5s ease; }
.featured-placeholder { background: radial-gradient(circle at 25% 20%, rgba(120, 216, 243, .42), transparent 30%), linear-gradient(145deg, #0a6f9f, var(--sinsmc-deep)); }
.featured-news:hover img { transform: scale(1.035); }
.featured-news::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 20%, rgba(4, 25, 40, .94) 100%); }
.news-content { position: relative; z-index: 1; display: block; padding: 30px; }
.pill { display: inline-flex; padding: 6px 10px; margin-bottom: 13px; color: #fff; background: var(--sinsmc-orange); border-radius: 999px; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.news-content > strong { max-width: 720px; display: block; font-size: clamp(1.45rem, 3vw, 2.2rem); line-height: 1.18; }
.news-meta { display: flex; gap: 16px; margin-top: 14px; color: #d3e7f2; font-size: .82rem; }
.news-stack { display: grid; gap: 16px; }
.news-card { display: grid; grid-template-columns: 116px 1fr; gap: 17px; min-height: 132px; padding: 15px; background: #fff; border: 1px solid var(--sinsmc-line); border-radius: 18px; box-shadow: 0 8px 24px rgba(7, 60, 103, .06); }
.news-card:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(7, 60, 103, .1); }
.news-thumb { display: block; overflow: hidden; color: #fff; background: linear-gradient(145deg, var(--sinsmc-blue), var(--sinsmc-navy)); border-radius: 13px; }
.news-thumb img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.news-card:hover .news-thumb img { transform: scale(1.055); }
.news-thumb-placeholder { width: 100%; height: 100%; display: grid; place-items: center; }
.news-card:nth-child(2) .news-thumb-placeholder { background: linear-gradient(145deg, #e56c12, #ff9d3c); }
.news-card:nth-child(3) .news-thumb-placeholder { background: linear-gradient(145deg, #148168, #21aa85); }
.news-card small { display: block; color: var(--sinsmc-blue); font-weight: 800; }
.news-card strong { display: block; margin-top: 7px; color: var(--sinsmc-navy); font-size: .98rem; line-height: 1.32; }
.empty-state { padding: 36px; text-align: center; background: #fff; border: 1px solid var(--sinsmc-line); border-radius: 18px; }
.empty-state h2, .empty-state h3 { margin: 0 0 8px; color: var(--sinsmc-navy); }
.empty-state p { margin: 0 0 18px; color: var(--sinsmc-muted); }

.quick-section, .gallery-section { padding-top: 0; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.quick-card { position: relative; min-height: 176px; padding: 22px; overflow: hidden; background: #fff; border: 1px solid var(--sinsmc-line); border-radius: 18px; box-shadow: 0 8px 28px rgba(7, 60, 103, .07); }
.quick-card::after { content: ""; position: absolute; width: 90px; height: 90px; right: -34px; bottom: -34px; border-radius: 50%; background: rgba(8, 107, 168, .07); }
.quick-card:hover { transform: translateY(-4px); border-color: #b8d4e3; box-shadow: 0 16px 34px rgba(7, 60, 103, .12); }
.quick-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 18px; color: #fff; background: linear-gradient(145deg, var(--sinsmc-blue), var(--sinsmc-sky)); border-radius: 14px; }
.quick-card:nth-child(2) .quick-icon { background: linear-gradient(145deg, #d9600b, var(--sinsmc-orange)); }
.quick-card:nth-child(3) .quick-icon { background: linear-gradient(145deg, #10745a, var(--sinsmc-green)); }
.quick-card:nth-child(4) .quick-icon { background: linear-gradient(145deg, #464f8e, #686fbd); }
.quick-card h3 { margin: 0 0 6px; color: var(--sinsmc-navy); font-size: 1.04rem; }
.quick-card p { margin: 0; color: var(--sinsmc-muted); font-size: .88rem; }

.media-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 16px; }
.media-card { position: relative; min-height: 285px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; border-radius: 20px; background: var(--sinsmc-navy); box-shadow: var(--sinsmc-shadow); }
.media-card img, .media-placeholder { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.media-placeholder { background: radial-gradient(circle at 75% 20%, rgba(23, 167, 212, .6), transparent 30%), linear-gradient(145deg, var(--sinsmc-blue), var(--sinsmc-deep)); }
.media-card:hover img { transform: scale(1.04); }
.media-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4, 30, 48, .02) 20%, rgba(4, 30, 48, .9) 100%); }
.media-info { position: relative; z-index: 1; width: 100%; display: block; padding: 22px; }
.media-info small { display: block; margin-bottom: 5px; color: #bfeaff; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.media-info strong { display: block; font-size: 1.06rem; line-height: 1.3; }
.play-button { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 18px; color: var(--sinsmc-navy); background: #fff; border-radius: 50%; box-shadow: 0 10px 30px rgba(0, 0, 0, .25); }
.play-button svg { margin-left: 3px; }

.gallery-page { padding: 56px 0 82px; }
.gallery-page-section + .gallery-page-section { margin-top: 64px; }
.gallery-page-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 440px); align-items: end; gap: 28px; margin-bottom: 25px; }
.gallery-page-heading h2 { margin: 4px 0 0; color: var(--sinsmc-navy); font-size: clamp(1.8rem, 3vw, 2.55rem); }
.gallery-page-heading p { margin: 0; color: var(--sinsmc-muted); }
.gallery-kicker { color: var(--sinsmc-orange); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.gallery-page-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gallery-page-grid .media-card { min-height: 330px; }
.gallery-card-date { display: block; margin-top: 8px; color: #d7edf7; font-size: .78rem; font-weight: 700; }
.gallery-empty { grid-column: 1 / -1; padding: 34px; text-align: center; background: #fff; border: 1px dashed #b8cedb; border-radius: 20px; }
.gallery-empty h3 { margin: 0 0 7px; color: var(--sinsmc-navy); }
.gallery-empty p { margin: 0; color: var(--sinsmc-muted); }
.gallery-video-section { padding-top: 52px; border-top: 1px solid var(--sinsmc-line); }

.transparency { padding: 0 0 78px; }
.transparency-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding: 32px; color: #fff; background: linear-gradient(125deg, var(--sinsmc-navy), #0a6c9d); border-radius: var(--sinsmc-radius); box-shadow: var(--sinsmc-shadow); }
.transparency-card h2 { margin: 0; font-size: 1.55rem; }
.transparency-card p { margin: 8px 0 0; color: #cde7f4; }
.outline-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; color: #fff; border: 1px solid rgba(255, 255, 255, .4); border-radius: 13px; font-weight: 800; }
.outline-button:hover { color: #fff; background: rgba(255, 255, 255, .1); }

.page-hero, .single-header { position: relative; padding: 58px 0 64px; color: #fff; background: radial-gradient(circle at 84% 10%, rgba(23, 167, 212, .38), transparent 31%), linear-gradient(125deg, var(--sinsmc-deep), #075884 62%, #087fb1); }
.page-hero::after, .single-header::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: linear-gradient(90deg, var(--sinsmc-orange), #ffb04d 44%, transparent 76%); }
.page-hero-compact { padding-block: 44px 49px; }
.breadcrumb { margin: 0 0 16px; color: #bfeaff; font-size: .84rem; font-weight: 750; }
.breadcrumb a { color: #fff; }
.breadcrumb span { margin-inline: 8px; }
.page-hero h1, .single-header h1 { max-width: 920px; margin: 0; color: #fff; font-size: clamp(2.35rem, 5vw, 4.1rem); line-height: 1.04; letter-spacing: -.04em; }
.page-hero > .sinsmc-container > p:last-child { max-width: 650px; margin: 17px 0 0; color: #d9eef8; font-size: 1.08rem; }
.archive-description { max-width: 700px; margin-top: 15px; color: #d9eef8; }
.archive-section { padding: 54px 0 80px; }
.archive-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.archive-heading h2 { margin: 0; color: var(--sinsmc-navy); font-size: clamp(1.65rem, 3vw, 2.25rem); }
.archive-heading p { margin: 7px 0 0; color: var(--sinsmc-muted); }
.search-form { display: flex; gap: 8px; }
.search-form label { display: block; }
.search-field { min-width: 260px; height: 46px; padding: 0 14px; color: var(--sinsmc-ink); background: #fff; border: 1px solid var(--sinsmc-line); border-radius: 12px; }
.search-submit { min-height: 46px; padding: 0 17px; color: #fff; background: var(--sinsmc-blue); border: 0; border-radius: 12px; font-weight: 800; cursor: pointer; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.archive-card { min-width: 0; margin: 0; background: #fff; border: 1px solid var(--sinsmc-line); border-radius: 18px; box-shadow: 0 8px 25px rgba(7, 60, 103, .06); overflow: hidden; transition: .2s ease; }
.archive-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(7, 60, 103, .11); }
.archive-card-link { height: 100%; display: flex; flex-direction: column; }
.archive-card-image { aspect-ratio: 16 / 9; display: block; overflow: hidden; background: #dcebf3; }
.archive-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.archive-card:hover .archive-card-image img { transform: scale(1.04); }
.archive-card-body { height: 100%; display: flex; flex-direction: column; padding: 22px; }
.archive-card-meta { color: var(--sinsmc-blue); font-size: .8rem; font-weight: 800; }
.archive-card h2 { margin: 9px 0 12px; color: var(--sinsmc-navy); font-size: 1.08rem; line-height: 1.3; }
.archive-card-excerpt { margin-bottom: 18px; color: var(--sinsmc-muted); font-size: .88rem; }
.archive-card-read { margin-top: auto; color: var(--sinsmc-blue); font-size: .87rem; font-weight: 850; }
.navigation.pagination { margin-top: 34px; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.page-numbers { min-width: 43px; height: 43px; display: grid; place-items: center; padding: 0 10px; color: var(--sinsmc-navy); background: #fff; border: 1px solid var(--sinsmc-line); border-radius: 12px; font-weight: 800; }
.page-numbers.current { color: #fff; background: var(--sinsmc-navy); border-color: var(--sinsmc-navy); }

.single-header { padding-block: 58px 68px; }
.single-meta { display: flex; gap: 14px; margin-top: 18px; color: #cce7f4; font-size: .88rem; font-weight: 700; }
.single-cover { margin-top: 38px; }
.single-cover img { width: 100%; max-height: 640px; object-fit: cover; border-radius: var(--sinsmc-radius); box-shadow: var(--sinsmc-shadow); }
.content-shell, .single-article { padding-bottom: 72px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 820px); justify-content: center; }
.entry-content { margin-top: 44px; padding: 38px; background: #fff; border: 1px solid var(--sinsmc-line); border-radius: var(--sinsmc-radius); box-shadow: 0 10px 35px rgba(7, 60, 103, .07); }
.entry-content > :first-child { margin-top: 0; }
.entry-content > :last-child { margin-bottom: 0; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--sinsmc-navy); line-height: 1.2; }
.entry-content a { color: var(--sinsmc-blue); text-decoration: underline; text-underline-offset: 3px; }
.entry-content iframe, .entry-content embed, .entry-content object { max-width: 100%; }
.entry-content .wp-block-embed { overflow: hidden; }
.entry-content table { width: 100%; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 11px; border: 1px solid var(--sinsmc-line); text-align: left; }
.post-navigation { display: flex; justify-content: space-between; gap: 18px; padding-top: 25px; }
.post-navigation > span { max-width: 46%; }
.post-navigation a { color: var(--sinsmc-blue); font-weight: 800; }
.news-share { padding-top: 28px; margin-top: 34px; border-top: 1px solid var(--sinsmc-line); }
.news-share > strong { display: block; margin-bottom: 13px; color: var(--sinsmc-navy); font-size: 1rem; }
.news-share-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.share-button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 16px; color: #fff !important; border: 0; border-radius: 11px; font-weight: 800; text-decoration: none !important; cursor: pointer; }
.share-whatsapp { background: #178b57; }
.share-facebook { background: #1769aa; }
.share-copy { background: var(--sinsmc-navy); }
.share-button:hover { color: #fff; filter: brightness(.94); transform: translateY(-1px); }
.share-copy.copied { background: var(--sinsmc-green); }
.not-found { min-height: 66vh; display: grid; place-items: center; padding: 70px 0; text-align: center; }
.not-found-code { display: block; color: #b8dce9; font-size: clamp(5rem, 15vw, 10rem); font-weight: 900; line-height: .8; }
.not-found h1 { margin: 25px 0 8px; color: var(--sinsmc-navy); }
.not-found p { margin: 0 auto 24px; max-width: 590px; color: var(--sinsmc-muted); }
.not-found-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; }

/* Integração visual segura com os formulários dos plugins do sindicato. */
.entry-content .sf-registration-wrap, .entry-content .sinsmc-assinaturas-wrap { max-width: none; margin: 0; }
.entry-content .sf-registration-form, .entry-content .sinsmc-assinaturas-form { box-shadow: none; border-color: var(--sinsmc-line); }

.site-footer { padding: 46px 0 110px; color: #d7e8f2; background: var(--sinsmc-deep); }
.footer-grid { display: grid; grid-template-columns: 1.1fr .75fr .85fr .7fr; gap: 38px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand .brand-copy span { color: #a9c7d8; }
.site-footer p { color: #a9c7d8; }
.site-footer h2 { margin: 0 0 13px; color: #fff; font-size: .95rem; }
.site-footer ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: #bcd2df; font-size: .9rem; }
.footer-social { display: flex; gap: 9px; }
.footer-social a { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255, 255, 255, .18); border-radius: 12px; background: rgba(255, 255, 255, .06); }
.footer-social a:hover { background: var(--sinsmc-blue); border-color: var(--sinsmc-blue); }
.social-pending { color: #87a9bc; font-size: .82rem; }
.copyright { padding-top: 26px; margin-top: 32px; border-top: 1px solid rgba(255, 255, 255, .12); color: #87a9bc; font-size: .82rem; }

.mobile-drawer-backdrop { position: fixed; inset: 0; z-index: 78; background: rgba(2, 20, 34, .56); opacity: 0; visibility: hidden; transition: .22s ease; }
.mobile-drawer { position: fixed; top: 0; right: 0; z-index: 80; width: min(350px, 88vw); height: 100dvh; padding: 22px; overflow-y: auto; background: #fff; transform: translateX(105%); transition: transform .25s ease; box-shadow: -20px 0 50px rgba(2, 20, 34, .24); }
.menu-open .mobile-drawer-backdrop { opacity: 1; visibility: visible; }
.menu-open .mobile-drawer { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 26px; }
.drawer-close { width: 42px; height: 42px; border: 0; border-radius: 12px; background: var(--sinsmc-wash); color: var(--sinsmc-navy); font-size: 1.5rem; cursor: pointer; }
.mobile-menu, .drawer-nav .menu { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; }
.mobile-menu a, .drawer-nav .menu a { display: block; padding: 12px 13px; color: #294456; border-radius: 11px; font-weight: 750; }
.mobile-menu a:hover, .drawer-nav .menu a:hover { color: var(--sinsmc-blue); background: #edf6fb; }
.mobile-menu .sub-menu { display: grid; gap: 3px; margin: 3px 0 5px 14px; padding: 0; list-style: none; border-left: 2px solid var(--sinsmc-line); }
.mobile-menu .sub-menu a { padding-block: 9px; font-size: .9rem; }
.drawer-cta { width: 100%; margin-top: 18px; }
.app-nav { display: none; }
svg { display: block; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .mobile-menu-button { display: grid; place-items: center; }
  .hero-grid { grid-template-columns: 1fr .68fr; gap: 35px; }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 720px) {
  .sinsmc-container { width: min(100% - 28px, 640px); }
  .utility-bar { display: none; }
  .site-header, .admin-bar .site-header { position: relative; top: 0; }
  .header-row { min-height: 72px; gap: 12px; }
  .brand-mark { width: 43px; height: 43px; border-radius: 13px; }
  .custom-logo { max-width: 88px; max-height: 46px; }
  .brand-copy strong { font-size: 1.16rem; }
  .brand-copy span { max-width: 150px; font-size: .63rem; }
  .join-button { display: none; }
  .hero { padding: 40px 0 34px; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero h1 { font-size: 2.48rem; }
  .hero-copy { margin: 17px 0 23px; font-size: 1rem; }
  .primary-action { width: 100%; min-height: 50px; padding-inline: 15px; }
  .hero-panel { padding: 19px; border-radius: 18px; }
  .hero-panel-head { align-items: center; }
  .section { padding: 40px 0; }
  .section-heading { align-items: flex-start; margin-bottom: 20px; }
  .section-heading p { font-size: .9rem; }
  .text-link { display: none; }
  .news-section { padding-top: 40px; }
  .news-grid { grid-template-columns: 1fr; }
  .featured-news { min-height: 365px; border-radius: 18px; }
  .news-content { padding: 22px; }
  .news-stack { gap: 11px; }
  .news-card { grid-template-columns: 82px 1fr; min-height: 108px; padding: 11px; gap: 13px; border-radius: 15px; }
  .news-card strong { font-size: .9rem; }
  .quick-section, .gallery-section { padding-top: 0; }
  .quick-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .quick-card { min-height: 152px; padding: 17px; border-radius: 16px; }
  .quick-icon { width: 42px; height: 42px; margin-bottom: 13px; border-radius: 12px; }
  .quick-card h3 { font-size: .94rem; }
  .quick-card p { font-size: .78rem; line-height: 1.35; }
  .media-grid { grid-template-columns: 1fr 1fr; gap: 11px; }
  .media-card { min-height: 215px; border-radius: 16px; }
  .media-card:first-child { grid-column: 1 / -1; min-height: 280px; }
  .media-info { padding: 17px; }
  .play-button { width: 46px; height: 46px; margin-bottom: 12px; }
  .gallery-page { padding: 38px 0 56px; }
  .gallery-page-section + .gallery-page-section { margin-top: 44px; }
  .gallery-page-heading { grid-template-columns: 1fr; gap: 10px; margin-bottom: 19px; }
  .gallery-page-grid { grid-template-columns: 1fr 1fr; gap: 11px; }
  .gallery-page-grid .media-card, .gallery-page-grid .media-card:first-child { grid-column: auto; min-height: 235px; }
  .gallery-page-grid .media-info { padding: 16px; }
  .gallery-page-grid .media-info strong { font-size: .92rem; }
  .gallery-video-section { padding-top: 38px; }
  .transparency { padding: 0 0 46px; }
  .transparency-card { grid-template-columns: 1fr; padding: 24px; border-radius: 18px; }
  .outline-button { width: 100%; }
  .page-hero, .single-header { padding: 38px 0 44px; }
  .page-hero h1, .single-header h1 { font-size: 2.45rem; }
  .page-hero > .sinsmc-container > p:last-child { font-size: .95rem; }
  .archive-section { padding: 38px 0 54px; }
  .archive-heading { display: block; }
  .archive-heading .search-form { margin-top: 18px; }
  .search-form, .search-form label { width: 100%; }
  .search-field { width: 100%; min-width: 0; }
  .archive-grid { grid-template-columns: 1fr; gap: 12px; }
  .archive-card { border-radius: 16px; }
  .archive-card-body { padding: 18px; }
  .single-cover { margin-top: 24px; }
  .single-cover img { border-radius: 16px; }
  .entry-content { margin-top: 25px; padding: 22px 18px; border-radius: 16px; }
  .entry-content table { display: block; overflow-x: auto; }
  .post-navigation { display: grid; }
  .post-navigation > span { max-width: none; }
  .news-share-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .share-copy { grid-column: 1 / -1; }
  .site-footer { padding: 38px 0 108px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .app-nav { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 70; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 8px; background: rgba(255, 255, 255, .96); border: 1px solid rgba(219, 229, 236, .95); border-radius: 20px; box-shadow: 0 18px 50px rgba(3, 31, 51, .23); backdrop-filter: blur(14px); }
  .app-nav a { min-height: 52px; display: grid; place-items: center; align-content: center; gap: 3px; color: #526b7b; border: 1px solid #e1eaf0; border-radius: 14px; background: #f7fafb; font-size: .65rem; font-weight: 800; }
  .app-nav a:last-child { color: #a64500; border-color: #ffd1ad; background: #fff4ea; }
  .app-nav a.active, .app-nav a:last-child.active { color: #fff; border-color: var(--sinsmc-navy); background: var(--sinsmc-navy); box-shadow: 0 7px 18px rgba(3, 67, 105, .24); }
  .app-nav svg { width: 20px; height: 20px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 2.15rem; }
  .quick-grid, .media-grid { grid-template-columns: 1fr; }
  .media-card:first-child { grid-column: auto; }
  .gallery-page-grid .media-card, .gallery-page-grid .media-card:first-child { min-height: 245px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
