:root {
  --ink: #102727;
  --muted: #617371;
  --paper: #f5f8f7;
  --white: #ffffff;
  --teal-950: #003d3d;
  --teal-900: #005d5d;
  --teal-700: #008986;
  --teal-500: #19b7b2;
  --aqua: #4bc7c6;
  --mint: #a7eeea;
  --line: #d8e5e3;
  --shadow: 0 18px 50px rgb(0 61 61 / 13%);
  --container: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Libre Franklin", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.container-narrow { width: min(850px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -90px; z-index: 100; padding: 12px 16px; background: #fff; color: #000; border-radius: 4px; }
.skip-link:focus { top: 16px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0 0 0 0); overflow: hidden; }

.prototype-notice { background: #071b1b; color: #c8d9d7; padding: 8px 20px; text-align: center; font-size: .76rem; letter-spacing: .035em; }
.prototype-notice span { color: var(--mint); font-weight: 800; text-transform: uppercase; margin-right: 8px; }
.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.utility-bar { background: var(--teal-950); color: #cce8e6; font-size: .76rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; }
.utility-links { display: flex; gap: 22px; }
.utility-links a:hover { color: #fff; }
.brand-row { min-height: 108px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 15px; width: max-content; }
.brand-mark { width: 68px; height: 68px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgb(0 137 134 / 18%); }
.brand-name { font-family: "Archivo", sans-serif; font-weight: 500; font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -.08em; line-height: 1; text-transform: uppercase; }
.brand-name strong { color: var(--teal-700); font-weight: 850; }
.brand-promise { margin: 0; color: var(--muted); text-align: center; font-family: "Archivo", sans-serif; font-weight: 700; text-transform: uppercase; font-size: .75rem; letter-spacing: .13em; }
.brand-promise span { color: var(--teal-700); }
.search-toggle, .back-home { justify-self: end; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--ink); padding: 11px 18px; font-weight: 700; cursor: pointer; }
.search-toggle:hover, .back-home:hover { color: var(--teal-700); border-color: var(--teal-500); }
.search-toggle span { font-size: 1.3rem; line-height: 1; }
.main-nav { background: #fff; border-top: 1px solid var(--line); }
.nav-scroller { display: flex; align-items: center; overflow-x: auto; scrollbar-width: none; }
.nav-scroller a { flex: 0 0 auto; padding: 14px 18px 12px; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .045em; border-bottom: 3px solid transparent; }
.nav-scroller a:first-child { padding-left: 0; }
.nav-scroller a:hover, .nav-scroller a.active { color: var(--teal-700); border-bottom-color: var(--aqua); }
.nav-scroller a.talent-nav { color: var(--teal-900); }
.search-panel { background: #edf8f7; border-top: 1px solid var(--line); }
.search-form { padding-block: 24px; }
.search-form label { display: block; font-family: "Archivo", sans-serif; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
.search-form > div { display: flex; gap: 10px; }
.search-form input { flex: 1; min-width: 0; border: 1px solid #b7ceca; background: #fff; border-radius: 5px; padding: 13px 15px; }
.search-form button { border: 0; border-radius: 5px; background: var(--teal-700); color: #fff; font-weight: 800; padding-inline: 24px; cursor: pointer; }
.search-feedback { margin: 8px 0 0; color: var(--muted); font-size: .88rem; }

.breaking-bar { background: var(--teal-700); color: #fff; }
.breaking-inner { min-height: 44px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; }
.breaking-inner strong { display: flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .08em; font-size: .74rem; }
.breaking-inner strong span { width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px rgb(255 255 255 / 18%); animation: pulse 1.8s infinite; }
.breaking-inner a { font-size: .88rem; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.breaking-inner time { font-size: .76rem; color: #d4f3ee; }
@keyframes pulse { 50% { opacity: .5; transform: scale(.82); } }
.trending { background: #fff; border-bottom: 1px solid var(--line); }
.trending-inner { min-height: 54px; display: flex; align-items: center; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.trending-inner strong { flex: 0 0 auto; margin-right: 4px; color: var(--teal-900); text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
.trending-inner a { flex: 0 0 auto; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: #435856; background: #fafcfc; font-size: .75rem; font-weight: 700; }
.trending-inner a:hover { color: var(--teal-700); border-color: var(--aqua); }

.ad-slot { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: #889795; background: repeating-linear-gradient(135deg, #f7f9f8, #f7f9f8 8px, #f1f4f3 8px, #f1f4f3 16px); border: 1px solid #dfe6e4; text-align: center; }
.ad-slot span { font-size: .61rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.ad-slot p { margin: 0; font-size: .66rem; }
.ad-leaderboard { min-height: 96px; margin: 0 auto 38px; }
.ad-in-feed { min-height: 140px; margin: 24px 0 8px; }
.ad-sidebar { width: 300px; max-width: 100%; min-height: 250px; align-self: center; }
.ad-article { min-height: 130px; margin: 38px 0; font-family: "Libre Franklin", sans-serif; }
.ad-rectangle { min-height: 250px; }

.lead-grid { padding-block: 22px 38px; display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(290px, .75fr); gap: 20px; }
.story-image { display: block; overflow: hidden; background: #d9e7e4; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
article:hover .story-image img { transform: scale(1.025); }
.image-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.image-thumb:hover img { transform: scale(1.035); }
.lead-story { position: relative; min-height: 510px; border-radius: 10px; overflow: hidden; background: var(--teal-950); box-shadow: var(--shadow); }
.lead-story > .story-image { position: absolute; inset: 0; }
.lead-story > .story-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgb(0 0 0 / 0%) 22%, rgb(0 20 20 / 88%) 100%); }
.lead-overlay { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: clamp(24px, 5vw, 46px); color: #fff; }
.lead-overlay h2 { margin: 10px 0 9px; max-width: 800px; font-family: "Archivo", sans-serif; font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: .97; letter-spacing: -.06em; }
.lead-overlay h2 a:hover, .compact-story h2 a:hover { color: var(--mint); }
.lead-overlay p { margin: 0 0 12px; max-width: 620px; color: #dfeceb; }
.lead-overlay time, .compact-story time, .news-row time { font-size: .72rem; font-weight: 700; color: #b9d0cd; }
.category { display: inline-block; color: var(--teal-700); font-size: .69rem; font-weight: 850; text-transform: uppercase; letter-spacing: .105em; }
.lead-overlay .category, .compact-story .category { color: var(--mint); }
.secondary-leads { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; }
.compact-story { position: relative; min-height: 245px; overflow: hidden; border-radius: 10px; background: var(--teal-950); box-shadow: var(--shadow); }
.compact-story > .story-image { position: absolute; inset: 0; }
.compact-story > .story-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 16%, rgb(0 25 25 / 93%) 100%); }
.compact-story > div { position: absolute; z-index: 1; inset: auto 0 0; padding: 23px; color: #fff; }
.compact-story h2 { margin: 7px 0; font-family: "Archivo", sans-serif; font-size: 1.35rem; line-height: 1.08; letter-spacing: -.035em; }

.talent-spotlight { margin-bottom: 62px; padding: 36px; overflow: hidden; color: #fff; background: linear-gradient(135deg, #062928 0%, var(--teal-950) 58%, #087d78 100%); border-radius: 12px; box-shadow: var(--shadow); }
.talent-heading { display: grid; grid-template-columns: 1fr minmax(280px, 480px); align-items: end; gap: 36px; margin-bottom: 28px; padding-bottom: 19px; border-bottom: 1px solid rgb(255 255 255 / 19%); }
.talent-heading span, .talent-overline { color: var(--mint); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.talent-heading h2 { margin: 4px 0 0; font-family: "Archivo", sans-serif; font-size: clamp(2.1rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.055em; }
.talent-heading > p { margin: 0; color: #c7ddda; font-size: .92rem; }
.talent-feature { display: grid; grid-template-columns: minmax(250px, .75fr) minmax(360px, 1.35fr) minmax(220px, .72fr); align-items: stretch; gap: 32px; }
.talent-portrait { min-height: 490px; overflow: hidden; background: #183f3d; border-radius: 8px; }
.talent-portrait img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.talent-portrait:hover img { transform: scale(1.025); }
.talent-copy { display: flex; flex-direction: column; justify-content: center; }
.relationship-badge, .relationship-inline, .profile-badge { display: inline-flex; align-items: center; width: max-content; max-width: 100%; padding: 7px 10px; color: #c7fff8; background: rgb(167 238 234 / 12%); border: 1px solid rgb(167 238 234 / 30%); border-radius: 999px; font-size: .7rem; font-weight: 850; line-height: 1.2; text-transform: uppercase; letter-spacing: .075em; }
.talent-overline { margin: 25px 0 6px; }
.talent-copy h3 { margin: 0 0 16px; font-family: "Archivo", sans-serif; font-size: clamp(3rem, 6vw, 5.6rem); line-height: .83; letter-spacing: -.075em; }
.talent-copy > p:not(.talent-overline) { margin: 0; max-width: 630px; color: #d4e5e2; }
.talent-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.talent-tags span { padding: 7px 10px; color: #e9ffff; background: rgb(255 255 255 / 8%); border-radius: 4px; font-size: .72rem; font-weight: 700; }
.talent-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 28px 0 0; }
.talent-stats div { padding-top: 13px; border-top: 1px solid rgb(255 255 255 / 19%); }
.talent-stats dt { font-family: "Archivo", sans-serif; font-size: 1.25rem; font-weight: 800; }
.talent-stats dd { margin: 2px 0 0; color: #a9c5c1; font-size: .68rem; }
.talent-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 25px; }
.talent-actions a { color: var(--mint); font-size: .76rem; font-weight: 800; }
.talent-actions .primary-action { padding: 12px 15px; color: var(--teal-950); background: var(--mint); border-radius: 4px; }
.talent-proof { display: flex; flex-direction: column; justify-content: flex-end; padding: 25px; color: var(--teal-950); background: #def4f0; border-radius: 8px; }
.talent-proof span { margin-bottom: auto; color: var(--teal-700); font-size: .67rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.talent-proof strong { font-family: "Archivo", sans-serif; font-size: 1.35rem; line-height: 1.15; }
.talent-proof a { margin-top: 24px; color: var(--teal-700); font-size: .74rem; font-weight: 850; }
.relationship-inline { display: inline-block; width: auto; margin-bottom: 2px; color: var(--teal-900); background: #e3f6f3; border-color: #b8e4de; border-radius: 4px; white-space: normal; }
.partner-row { margin-block: 9px; padding-inline: 14px; background: linear-gradient(90deg, #f0fbf9, transparent); border-left: 4px solid var(--teal-500); }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 42px; padding-bottom: 62px; }
.news-stream, .sidebar { min-width: 0; }
.section-heading { min-height: 72px; display: flex; align-items: end; justify-content: space-between; gap: 18px; padding-bottom: 14px; border-bottom: 3px solid var(--ink); }
.section-heading span { color: var(--teal-700); font-size: .66rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.section-heading h2 { margin: 3px 0 0; font-family: "Archivo", sans-serif; font-size: 2rem; line-height: 1; letter-spacing: -.045em; }
.section-heading > a { color: var(--teal-700); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.news-row { display: grid; grid-template-columns: 210px 1fr; gap: 22px; padding-block: 23px; border-bottom: 1px solid var(--line); }
.news-thumb { height: 145px; border-radius: 7px; overflow: hidden; }
.color-card { position: relative; display: flex; align-items: end; padding: 16px; isolation: isolate; }
.color-card::before { content: ""; position: absolute; inset: 14% -20% -40% 18%; border: 2px solid rgb(255 255 255 / 55%); border-radius: 50%; transform: rotate(-18deg); z-index: -1; }
.color-card span { color: #fff; font-family: "Archivo", sans-serif; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.color-card-coral { background: linear-gradient(135deg, #ff805e, #a62f43); }
.color-card-violet { background: linear-gradient(135deg, #6951c5, #322469); }
.color-card-teal { background: linear-gradient(135deg, #19b7b2, #005d5d); }
.color-card-gold { background: linear-gradient(135deg, #e3a737, #78520d); }
.news-row h3 { margin: 6px 0 7px; font-family: "Archivo", sans-serif; font-size: 1.42rem; line-height: 1.12; letter-spacing: -.035em; }
.news-row h3 a:hover { color: var(--teal-700); }
.news-row p { margin: 0 0 10px; color: var(--muted); font-size: .88rem; }
.news-row time { color: #7b8b89; }
.search-hidden { display: none !important; }

.sidebar { display: flex; flex-direction: column; gap: 28px; }
.ranking { background: #fff; padding: 24px; border-top: 5px solid var(--teal-700); box-shadow: 0 10px 35px rgb(4 63 61 / 8%); }
.section-heading.compact { border-bottom-width: 1px; }
.section-heading.compact h2 { font-size: 1.65rem; }
.ranking ol { list-style: none; padding: 0; margin: 0; }
.ranking li { display: grid; grid-template-columns: 50px 1fr; gap: 12px; align-items: start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.ranking li:last-child { border-bottom: 0; padding-bottom: 0; }
.ranking li > span { font-family: "Archivo", sans-serif; color: var(--teal-500); font-size: 1.65rem; font-weight: 850; line-height: 1; }
.ranking li a { font-family: "Archivo", sans-serif; font-size: .96rem; font-weight: 730; line-height: 1.18; }
.ranking li a:hover { color: var(--teal-700); }
.instagram-card { position: relative; overflow: hidden; background: var(--teal-950); color: #fff; padding: 30px; border-radius: 9px; }
.instagram-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -90px; bottom: -120px; border: 28px solid rgb(151 234 220 / 10%); border-radius: 50%; }
.instagram-kicker { color: var(--mint); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.instagram-card > img { margin: 22px 0 13px; width: 70px; border-radius: 50%; box-shadow: 0 0 0 4px rgb(255 255 255 / 10%); }
.instagram-card h2 { margin: 0; font-family: "Archivo", sans-serif; font-size: 1.65rem; }
.instagram-card p { color: #cce0dd; font-size: .9rem; }
.instagram-card > a { position: relative; z-index: 1; display: block; margin-top: 22px; padding: 12px 15px; background: var(--mint); color: var(--teal-950); border-radius: 4px; text-align: center; font-size: .8rem; font-weight: 850; }

.topic-strip { background: var(--teal-950); color: #fff; padding-block: 52px 60px; }
.section-heading.light { border-bottom-color: rgb(255 255 255 / 28%); }
.section-heading.light span { color: var(--mint); }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.topic-grid > a { min-height: 215px; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; background: linear-gradient(145deg, rgb(20 162 153 / 38%), rgb(255 255 255 / 3%)); border: 1px solid rgb(255 255 255 / 13%); border-radius: 8px; transition: transform .25s, border-color .25s; }
.topic-grid > a:hover { transform: translateY(-4px); border-color: var(--mint); }
.topic-grid strong { margin-bottom: auto; color: rgb(151 234 220 / 55%); font-family: "Archivo", sans-serif; font-size: 2.4rem; }
.topic-grid span { color: var(--mint); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.topic-grid h3 { margin: 8px 0 0; font-family: "Archivo", sans-serif; font-size: 1.35rem; line-height: 1.12; }
.editorial-note { display: grid; grid-template-columns: 190px 1fr; gap: 44px; padding-block: 56px; }
.editorial-note > p { margin: 0; color: var(--teal-700); font-family: "Archivo", sans-serif; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.editorial-note h2 { margin: 0 0 12px; font-family: "Archivo", sans-serif; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; letter-spacing: -.05em; }
.editorial-note div > p { margin: 0; max-width: 760px; color: var(--muted); }
.trust-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.trust-links a { padding: 10px 14px; border: 1px solid var(--line); background: #fff; color: var(--teal-700); border-radius: 5px; font-size: .78rem; font-weight: 800; }

.site-footer { background: #061919; color: #d3e4e1; padding-block: 50px 18px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 50px; }
.footer-brand .brand-mark { width: 54px; height: 54px; box-shadow: none; }
.footer-brand .brand-name { color: #fff; font-size: 1.85rem; }
.footer-grid > div > p { color: #8eaaa6; font-size: .83rem; }
.footer-grid nav { display: grid; gap: 10px; align-content: start; font-size: .83rem; }
.footer-grid nav strong { color: #fff; margin-bottom: 5px; font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid nav a:hover, .footer-bottom a:hover { color: var(--mint); }
.footer-bottom { margin-top: 42px; padding-top: 16px; border-top: 1px solid rgb(255 255 255 / 10%); display: flex; justify-content: space-between; gap: 20px; color: #7e9995; font-size: .7rem; }
.footer-bottom p { margin: 0; }

.article-page { padding-bottom: 80px; }
.breadcrumb { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .74rem; margin-bottom: 28px; }
.breadcrumb a:hover { color: var(--teal-700); }
.article-intro { padding-block: 44px 30px; }
.article-intro h1 { margin: 9px 0 18px; font-family: "Archivo", sans-serif; font-size: clamp(2.35rem, 5vw, 4.15rem); line-height: .98; letter-spacing: -.055em; }
.article-deck { margin: 0; max-width: 750px; color: var(--muted); font-size: 1.18rem; line-height: 1.45; }
.byline { display: flex; align-items: center; gap: 12px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.author-avatar { width: 44px; height: 44px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.byline > div:nth-child(2) { display: grid; }
.byline strong { font-size: .78rem; }
.byline time { color: var(--muted); font-size: .7rem; }
.copy-link { margin-left: auto; border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 8px 13px; color: var(--teal-700); font-size: .72rem; font-weight: 800; cursor: pointer; }
.article-hero { width: min(1000px, calc(100% - 40px)); margin: 0 auto 40px; }
.article-hero img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; object-position: center 34%; border-radius: 9px; box-shadow: var(--shadow); }
.article-hero figcaption { margin-top: 8px; color: #71807e; font-size: .68rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 300px; justify-content: center; align-items: start; gap: 44px; }
.article-body { font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.85; }
.article-body p { margin: 0 0 25px; }
.article-body .lead-paragraph { font-size: 1.38rem; line-height: 1.62; color: #253f3d; }
.article-body h2 { margin: 46px 0 14px; font-family: "Archivo", sans-serif; font-size: 2rem; line-height: 1.1; letter-spacing: -.04em; }
.article-callout { margin: 38px 0; padding: 24px 28px; background: #e4f5f3; border-left: 5px solid var(--teal-500); font-family: "Libre Franklin", sans-serif; }
.article-callout span { color: var(--teal-700); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.article-callout p { margin: 7px 0 0; font-weight: 650; line-height: 1.5; }
.source-box { margin-top: 48px; padding-top: 22px; border-top: 1px solid var(--line); font-family: "Libre Franklin", sans-serif; font-size: .8rem; color: var(--muted); }
.source-box strong { color: var(--teal-700); text-transform: uppercase; letter-spacing: .08em; }
.source-box p { margin: 6px 0 0; line-height: 1.55; }
.article-rail { position: sticky; top: 20px; display: grid; gap: 24px; }
.rail-card { padding: 22px; background: #fff; border-top: 4px solid var(--teal-700); box-shadow: 0 10px 30px rgb(0 61 61 / 7%); }
.rail-card span { display: block; margin-bottom: 8px; color: var(--teal-700); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.rail-card a { display: block; padding: 14px 0; border-top: 1px solid var(--line); font-family: "Archivo", sans-serif; font-size: .92rem; font-weight: 720; line-height: 1.2; }
.rail-card a:hover { color: var(--teal-700); }
.related { padding-top: 65px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 26px; }
.related-grid article > a:first-child { display: block; margin-bottom: 15px; border-radius: 7px; overflow: hidden; }
.related-grid img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.related-grid h3 { margin: 7px 0 0; font-family: "Archivo", sans-serif; font-size: 1.25rem; line-height: 1.15; }
.related-grid h3 a:hover { color: var(--teal-700); }
.related-text-card { padding: 25px; background: var(--teal-950); color: #fff; border-radius: 7px; }
.related-text-card p { color: #b8ceca; font-size: .84rem; }

.institutional-main { padding-block: 50px 70px; }
.institutional-hero { max-width: 760px; }
.institutional-hero .eyebrow { color: var(--teal-700); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.institutional-hero h1 { margin: 8px 0 18px; font-family: "Archivo", sans-serif; font-size: clamp(2.65rem, 5vw, 4.2rem); line-height: .98; letter-spacing: -.055em; }
.institutional-hero > p { color: var(--muted); font-size: 1.12rem; }
.institutional-content { display: grid; grid-template-columns: minmax(0, 760px) 300px; gap: 70px; align-items: start; margin-top: 45px; }
.institutional-copy { padding: 34px; background: #fff; box-shadow: 0 12px 35px rgb(0 61 61 / 7%); }
.institutional-copy h2 { margin: 34px 0 10px; font-family: "Archivo", sans-serif; font-size: 1.65rem; letter-spacing: -.035em; }
.institutional-copy h2:first-child { margin-top: 0; }
.institutional-copy p, .institutional-copy li { color: #435654; }
.institutional-copy a { color: var(--teal-700); text-decoration: underline; }
.institutional-copy li + li { margin-top: 8px; }
.institutional-side { padding: 24px; background: var(--teal-950); color: #fff; border-radius: 8px; }
.institutional-side img { width: 66px; border-radius: 50%; margin-bottom: 18px; }
.institutional-side h2 { font-family: "Archivo", sans-serif; margin: 0 0 8px; }
.institutional-side p { color: #c6dcda; font-size: .86rem; }
.institutional-side a { display: inline-block; margin-top: 8px; color: var(--mint); font-size: .78rem; font-weight: 800; }
.contact-card { margin-top: 18px; padding: 20px; background: #e8f6f5; border-left: 4px solid var(--teal-500); }

.partner-directory { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 40px; }
.partner-directory article { min-height: 260px; display: flex; flex-direction: column; padding: 28px; background: #fff; border-top: 5px solid var(--teal-700); box-shadow: 0 12px 35px rgb(0 61 61 / 7%); }
.partner-directory article > span { color: var(--teal-500); font-family: "Archivo", sans-serif; font-size: 1.8rem; font-weight: 850; }
.partner-directory h2 { margin: 34px 0 10px; font-family: "Archivo", sans-serif; font-size: 1.55rem; line-height: 1.05; letter-spacing: -.035em; }
.partner-directory p { margin: 0; color: #435654; }
.partner-directory small { margin-top: auto; padding-top: 22px; color: #71817f; font-size: .75rem; }
.partner-note { display: grid; grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr); gap: 50px; margin-top: 34px; padding: 32px; color: #fff; background: var(--teal-950); border-radius: 8px; }
.partner-note span, .partner-contact span { color: var(--mint); font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.partner-note h2, .partner-contact h2 { margin: 7px 0 0; font-family: "Archivo", sans-serif; font-size: 2rem; line-height: 1; letter-spacing: -.045em; }
.partner-note p { margin: 0; color: #c7d9d6; }
.partner-contact { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 34px; padding: 30px 32px; background: #e3f6f3; border-left: 5px solid var(--teal-500); }
.partner-contact span { color: var(--teal-700); }
.partner-contact p { margin: 8px 0 0; color: #536563; }
.partner-contact > a { flex: 0 0 auto; padding: 12px 16px; color: #fff; background: var(--teal-700); border-radius: 4px; font-size: .8rem; font-weight: 850; }

.profile-main { padding-bottom: 78px; }
.profile-hero { display: grid; grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr); min-height: 690px; color: #fff; background: var(--teal-950); }
.profile-photo { min-height: 690px; background: #173f3c; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; }
.profile-info { display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 7vw, 100px); background: radial-gradient(circle at 90% 15%, rgb(75 199 198 / 18%), transparent 30%); }
.profile-info .profile-badge { color: var(--mint); }
.profile-info .eyebrow { margin-top: 28px; color: var(--mint); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.profile-info h1 { margin: 8px 0 17px; font-family: "Archivo", sans-serif; font-size: clamp(4rem, 8vw, 7.8rem); line-height: .82; letter-spacing: -.08em; }
.profile-info > p { max-width: 650px; margin: 0; color: #c9ddda; font-size: 1.06rem; }
.profile-tags { margin-top: 25px; }
.profile-stats { display: grid; grid-template-columns: repeat(3, minmax(100px, 1fr)); gap: 18px; margin-top: 34px; }
.profile-stats div { padding-top: 15px; border-top: 1px solid rgb(255 255 255 / 20%); }
.profile-stats strong { display: block; font-family: "Archivo", sans-serif; font-size: 1.65rem; }
.profile-stats span { color: #a9c3bf; font-size: .7rem; }
.profile-note { display: block; margin-top: 14px; color: #8eaaa6; font-size: .66rem; }
.profile-sections { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr); gap: 34px; margin-top: 46px; }
.profile-stack { display: grid; gap: 28px; }
.profile-card { padding: clamp(25px, 4vw, 42px); background: #fff; border-top: 5px solid var(--teal-700); box-shadow: 0 12px 35px rgb(0 61 61 / 7%); }
.profile-card h2 { margin: 0 0 13px; font-family: "Archivo", sans-serif; font-size: 2rem; letter-spacing: -.045em; }
.profile-card p { color: #435654; }
.profile-card ul { padding-left: 20px; color: #435654; }
.campaign-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 22px; }
.campaign-grid article { min-height: 185px; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; color: #fff; background: linear-gradient(145deg, #087f7a, #033f3e); border-radius: 7px; }
.campaign-grid span { color: var(--mint); font-size: .67rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.campaign-grid h3 { margin: 7px 0 0; font-family: "Archivo", sans-serif; font-size: 1.15rem; line-height: 1.15; }
.profile-side { display: grid; gap: 24px; align-content: start; }
.profile-cta { padding: 30px; color: #fff; background: var(--teal-950); border-radius: 8px; }
.profile-cta span { color: var(--mint); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.profile-cta h2 { margin: 8px 0; font-family: "Archivo", sans-serif; font-size: 2rem; line-height: 1; }
.profile-cta p { color: #c6d9d6; font-size: .86rem; }
.profile-cta a { display: block; margin-top: 20px; padding: 12px 14px; color: var(--teal-950); background: var(--mint); border-radius: 4px; text-align: center; font-size: .78rem; font-weight: 850; }
.profile-articles a { display: block; padding: 17px 0; border-top: 1px solid var(--line); font-family: "Archivo", sans-serif; font-size: .94rem; font-weight: 730; line-height: 1.2; }
.profile-articles a:hover { color: var(--teal-700); }
.relationship-disclosure { margin: 0 auto 30px; padding: 18px 20px; color: #264a47; background: #e3f6f3; border: 1px solid #b9e3de; border-left: 5px solid var(--teal-500); border-radius: 5px; font-size: .82rem; }
.relationship-disclosure strong { color: var(--teal-900); }

@media (max-width: 950px) {
  .brand-row { grid-template-columns: 1fr auto; }
  .brand-promise { display: none; }
  .lead-grid { grid-template-columns: 1fr; }
  .lead-story { min-height: 520px; }
  .secondary-leads { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .content-layout { grid-template-columns: minmax(0, 1fr); }
  .sidebar { display: grid; grid-template-columns: 1fr 1fr; }
  .ad-sidebar { min-height: 250px; width: 100%; }
  .talent-feature { grid-template-columns: minmax(240px, .75fr) 1.25fr; }
  .talent-proof { grid-column: 1 / -1; min-height: 215px; }
  .profile-hero { grid-template-columns: minmax(300px, .85fr) 1.15fr; }
  .profile-info { padding: 45px; }
  .profile-info h1 { font-size: clamp(3.8rem, 9vw, 6rem); }
  .profile-sections { grid-template-columns: 1fr; }
  .profile-side { grid-template-columns: 1fr 1fr; }
  .instagram-card { grid-column: 1 / -1; }
  .article-layout, .institutional-content { grid-template-columns: 1fr; }
  .article-rail { position: relative; top: auto; grid-template-columns: 1fr 300px; }
  .topic-grid, .related-grid { grid-template-columns: 1fr 1fr; }
  .related-text-card { grid-column: 1 / -1; }
  .partner-directory { grid-template-columns: 1fr 1fr; }
  .partner-directory article:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 28px, 1200px); }
  .utility-links a:not(:last-child), .utility-inner > p { display: none; }
  .utility-inner { justify-content: flex-end; }
  .brand-row { min-height: 92px; }
  .brand-mark { width: 50px; height: 50px; }
  .brand-name { font-size: 1.65rem; }
  .search-toggle { padding: 9px 12px; font-size: .78rem; }
  .nav-scroller a { padding-inline: 13px; font-size: .72rem; }
  .breaking-inner { grid-template-columns: auto 1fr; gap: 12px; }
  .breaking-inner time { display: none; }
  .ad-leaderboard { min-height: 100px; margin-bottom: 34px; }
  .lead-grid { padding-top: 18px; }
  .lead-story { min-height: 500px; }
  .lead-overlay { padding: 24px 20px; }
  .lead-overlay h2 { font-size: 2.25rem; }
  .lead-overlay p { display: none; }
  .secondary-leads { grid-template-columns: 1fr; }
  .talent-spotlight { width: 100%; margin-bottom: 40px; padding: 28px 20px; border-radius: 0; }
  .talent-heading { grid-template-columns: 1fr; gap: 12px; }
  .talent-feature { grid-template-columns: 1fr; gap: 24px; }
  .talent-portrait { min-height: 480px; }
  .talent-copy h3 { font-size: 3.35rem; }
  .talent-stats { grid-template-columns: 1fr 1fr; }
  .talent-stats div:last-child { grid-column: 1 / -1; }
  .talent-proof { grid-column: auto; min-height: 220px; }
  .compact-story { min-height: 255px; }
  .news-row { grid-template-columns: 112px 1fr; gap: 15px; }
  .news-thumb { height: 112px; }
  .news-row h3 { font-size: 1.12rem; }
  .news-row p { display: none; }
  .ad-in-feed, .ad-article { min-height: 180px; }
  .sidebar { display: flex; }
  .topic-grid, .related-grid, .article-rail { grid-template-columns: 1fr; }
  .related-text-card { grid-column: auto; }
  .editorial-note { grid-template-columns: 1fr; gap: 15px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .search-form > div { flex-direction: column; }
  .search-form button { padding-block: 12px; }
  .article-intro h1 { font-size: 2.35rem; }
  .article-deck { font-size: 1.03rem; }
  .article-body { font-size: 1.04rem; }
  .article-body .lead-paragraph { font-size: 1.2rem; }
  .article-hero img { aspect-ratio: 4 / 3; }
  .back-home { font-size: .72rem; padding: 9px 11px; }
  .institutional-copy { padding: 24px; }
  .partner-directory { grid-template-columns: 1fr; }
  .partner-directory article, .partner-directory article:last-child { min-height: 230px; grid-column: auto; }
  .partner-note { grid-template-columns: 1fr; gap: 16px; padding: 26px 22px; }
  .partner-contact { align-items: flex-start; flex-direction: column; padding: 26px 22px; }
  .profile-hero { grid-template-columns: 1fr; }
  .profile-photo { min-height: 530px; }
  .profile-info { padding: 38px 22px 48px; }
  .profile-info h1 { font-size: 4.25rem; }
  .profile-stats { grid-template-columns: 1fr; gap: 10px; }
  .profile-sections { width: min(100% - 28px, 1200px); }
  .profile-side { grid-template-columns: 1fr; }
  .campaign-grid { grid-template-columns: 1fr; }
}

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