/*
Theme Name: UY! Where Is Ed?
Author: Abeon Technologies
Description: A premium, colorful editorial WordPress theme for stories about places, people, food, lifestyle, technology, advocacy, entertainment, and travel.
Version: 1.4.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: uy-where-is-ed
Tags: blog, news, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --uy-navy: #062d4c;
  --uy-navy-deep: #031f36;
  --uy-teal: #0d7f83;
  --uy-coral: #ed542f;
  --uy-gold: #f2a410;
  --uy-cream: #f6f0e4;
  --uy-paper: #fffdf8;
  --uy-ink: #09283f;
  --uy-muted: #53616b;
  --uy-line: rgba(9, 40, 63, .18);
  --uy-serif: Georgia, 'Times New Roman', serif;
  --uy-sans: 'Trebuchet MS', 'Segoe UI', Arial, sans-serif;
  --uy-shadow: 0 18px 50px rgba(3, 31, 54, .10);
  --uy-radius: 2px;
  --uy-container: min(100% - 48px, 1320px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--uy-ink);
  background: var(--uy-paper);
  font-family: var(--uy-sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .20;
  background-image: radial-gradient(rgba(6, 45, 76, .20) .5px, transparent .5px);
  background-size: 5px 5px;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--uy-coral); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.site-container { width: var(--uy-container); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important;
  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 {
  top: 8px; left: 8px; width: auto; height: auto; padding: 12px 18px;
  clip: auto; background: #fff; color: #000; z-index: 99999;
}
.skip-link { font-weight: 800; }

/* Header */
.site-header { background: rgba(255, 253, 248, .97); border-bottom: 1px solid var(--uy-line); }
.header-top {
  min-height: 48px; display: flex; align-items: center; justify-content: space-between;
  gap: 24px; border-bottom: 1px solid var(--uy-line); color: var(--uy-navy);
}
.header-tagline { margin: 0; font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.social-list { display: flex; align-items: center; gap: 16px; margin: 0; padding: 0; list-style: none; }
.social-link, .search-toggle {
  display: grid; place-items: center; width: 30px; height: 30px; color: var(--uy-navy);
  border: 0; background: transparent; transition: transform .2s ease, color .2s ease;
}
.social-link:hover, .search-toggle:hover { color: var(--uy-coral); transform: translateY(-2px); }
.social-link svg, .search-toggle svg { width: 18px; height: 18px; fill: currentColor; }
.brand-row { display: grid; place-items: center; min-height: 160px; padding: 24px 0; }
.custom-logo-link img { max-height: 112px; width: auto; }
.wordmark { display: inline-flex; flex-direction: column; align-items: center; color: var(--uy-navy); line-height: 1; }
.wordmark-main { font-size: clamp(3.8rem, 8vw, 6.6rem); font-weight: 950; letter-spacing: -.09em; }
.wordmark-main strong { color: var(--uy-gold); }
.wordmark-sub { margin-top: 3px; font-size: .98rem; font-weight: 900; letter-spacing: .30em; text-transform: uppercase; }
.wordmark-since { display: flex; align-items: center; gap: 10px; margin-top: 13px; color: var(--uy-gold); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; }
.wordmark-since::before, .wordmark-since::after { content: ''; width: 44px; height: 1px; background: currentColor; }
.nav-wrap { border-top: 1px solid var(--uy-line); }
.primary-nav { display: flex; align-items: center; justify-content: center; min-height: 64px; }
.primary-nav ul { display: flex; justify-content: center; gap: clamp(20px, 4vw, 64px); margin: 0; padding: 0; list-style: none; }
.primary-nav a { display: block; padding: 21px 0 17px; border-bottom: 4px solid transparent; font-size: .80rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.primary-nav .current-menu-item > a, .primary-nav a:hover { color: var(--uy-coral); border-bottom-color: var(--uy-gold); }
.menu-toggle { display: none; align-items: center; gap: 10px; border: 0; background: transparent; color: var(--uy-navy); font-weight: 900; text-transform: uppercase; }
.menu-toggle-bars { width: 22px; height: 14px; border-top: 2px solid; border-bottom: 2px solid; position: relative; }
.menu-toggle-bars::after { content: ''; position: absolute; left: 0; right: 0; top: 5px; border-top: 2px solid; }
.search-drawer { display: none; padding: 18px 0; border-top: 1px solid var(--uy-line); }
.search-drawer.is-open { display: block; }
.search-form { display: flex; max-width: 620px; margin-inline: auto; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 48px; padding: 10px 15px; border: 1px solid var(--uy-line); background: #fff; }
.search-submit { min-height: 48px; padding: 0 24px; border: 0; background: var(--uy-coral); color: #fff; font-weight: 900; text-transform: uppercase; }

/* Buttons and headings */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 50px; padding: 12px 24px; border: 1px solid currentColor; border-radius: var(--uy-radius); font-size: .82rem; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(3, 31, 54, .18); }
.button-primary { border-color: var(--uy-coral); background: var(--uy-coral); color: #fff; }
.button-primary:hover { background: #d94524; color: #fff; }
.button-outline { color: #fff; background: transparent; }
.arrow-link { display: inline-flex; align-items: center; gap: 8px; color: var(--uy-coral); font-size: .72rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.arrow-link::after { content: '→'; font-size: 1rem; transition: transform .2s ease; }
.arrow-link:hover::after { transform: translateX(4px); }
.section-heading { margin: 0; font-family: var(--uy-serif); font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.section-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }

/* Hero */
.home-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(270px, .72fr) minmax(270px, .72fr); min-height: 590px; border-bottom: 1px solid var(--uy-line); }
.hero-copy { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 88px) clamp(30px, 5vw, 80px); color: #fff; background: var(--uy-navy); }
.hero-copy::before { content: ''; position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(135deg, rgba(1, 27, 48, .97), rgba(4, 51, 80, .95)), radial-gradient(circle at 20% 20%, rgba(255,255,255,.08) 1px, transparent 1px); background-size: auto, 14px 14px; }
.hero-copy::after { content: ''; position: absolute; z-index: -1; width: 430px; height: 430px; right: -300px; bottom: -160px; border-radius: 50%; background: var(--uy-teal); opacity: .85; }
.hero-eyebrow { margin: 0 0 25px; color: var(--uy-gold); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-title { max-width: 650px; margin: 0; font-family: var(--uy-serif); font-size: clamp(3.8rem, 7vw, 7.4rem); font-weight: 500; line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.hero-title strong { color: var(--uy-gold); font-weight: inherit; }
.hero-rule { width: 56px; height: 4px; margin: 30px 0; background: var(--uy-coral); }
.hero-description { max-width: 510px; margin: 0 0 30px; font-family: var(--uy-serif); font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-portrait { position: relative; min-height: 590px; overflow: hidden; background: linear-gradient(155deg, var(--uy-gold) 0 56%, var(--uy-teal) 56% 78%, var(--uy-cream) 78%); }
.hero-portrait::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 70%, rgba(3, 31, 54, .12)); }
.hero-portrait img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.hero-side { padding: 22px 20px; background: var(--uy-paper); }
.side-story { display: grid; grid-template-columns: 122px 1fr; gap: 16px; padding: 0 0 20px; margin-bottom: 20px; border-bottom: 1px solid var(--uy-line); }
.side-story:last-child { margin-bottom: 0; border-bottom: 0; }
.side-story-image { aspect-ratio: .95; overflow: hidden; background: var(--uy-cream); }
.side-story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-kicker { display: block; margin-bottom: 7px; color: var(--uy-teal); font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.side-story:nth-child(3n+1) .story-kicker { color: var(--uy-coral); }
.side-story-title { margin: 0 0 10px; font-family: var(--uy-serif); font-size: 1.05rem; line-height: 1.25; }

/* Home stories */
.home-main { padding: 54px 0 46px; }
.stories-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(220px, .54fr) minmax(270px, .68fr); gap: 28px; }
.story-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.story-card { display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--uy-line); background: rgba(255,255,255,.58); transition: transform .25s ease, box-shadow .25s ease; }
.story-card:hover { transform: translateY(-5px); box-shadow: var(--uy-shadow); }
.story-card-media { position: relative; aspect-ratio: 1.42; overflow: hidden; background: var(--uy-cream); }
.story-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.story-card:hover .story-card-media img { transform: scale(1.04); }
.story-card-category { position: absolute; left: 0; top: 0; padding: 6px 13px; color: #fff; background: var(--uy-coral); font-size: .65rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.story-card:nth-child(even) .story-card-category { background: var(--uy-teal); }
.story-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.story-card-title { margin: 0 0 14px; font-family: var(--uy-serif); font-size: clamp(1.25rem, 2.3vw, 1.75rem); line-height: 1.22; }
.story-card-excerpt { margin: 0 0 20px; color: var(--uy-muted); font-size: .90rem; }
.story-card .arrow-link { margin-top: auto; color: var(--uy-navy); }
.more-stories { border-top: 4px solid var(--uy-coral); }
.more-stories-title { margin: 14px 0 0; font-family: var(--uy-serif); font-size: 1.1rem; text-transform: uppercase; }
.mini-story { display: grid; grid-template-columns: 1fr 70px; gap: 12px; padding: 20px 0; border-bottom: 1px solid var(--uy-line); }
.mini-story h3 { margin: 0 0 10px; font-family: var(--uy-serif); font-size: .98rem; font-weight: 500; line-height: 1.3; }
.mini-story img { width: 70px; height: 84px; object-fit: cover; }
.editor-pick { padding-left: 28px; border-left: 1px solid var(--uy-line); }
.editor-pick-card { position: relative; margin-top: 25px; overflow: hidden; background: var(--uy-teal); }
.editor-pick-card img { width: 100%; aspect-ratio: .86; object-fit: cover; }
.editor-pick-content { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; color: #fff; background: linear-gradient(transparent, rgba(5, 87, 91, .98) 30%); }
.editor-pick-content h3 { margin: 40px 0 12px; font-family: var(--uy-serif); font-size: 1.65rem; line-height: 1.2; }
.editor-pick-content .arrow-link { color: #fff; }

/* Interests */
.interest-section { padding: 42px 0 50px; border-top: 1px solid var(--uy-line); }
.interest-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 26px; }
.interest-card { position: relative; isolation: isolate; display: flex; min-height: 270px; flex-direction: column; align-items: center; justify-content: center; padding: 26px 18px; overflow: hidden; color: #fff; text-align: center; background: var(--uy-coral); transition: transform .2s ease; }
.interest-card:hover { transform: translateY(-5px); color: #fff; }
.interest-card:nth-child(2) { background: var(--uy-gold); }
.interest-card:nth-child(3) { background: var(--uy-teal); }
.interest-card:nth-child(4) { background: var(--uy-navy); }
.interest-card:nth-child(5) { color: var(--uy-navy); background: #f2e4ca; }
.interest-card:nth-child(6) { color: var(--uy-navy); background: #b4dfd7; }
.interest-card::after { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .12; background: radial-gradient(circle at 80% 10%, #fff 0 2px, transparent 3px) 0 0 / 18px 18px; }
.interest-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 22px; border: 2px solid currentColor; border-radius: 50%; font-family: var(--uy-serif); font-size: 1.7rem; }
.interest-title { margin: 0 0 12px; font-size: .78rem; font-weight: 900; letter-spacing: .045em; text-transform: uppercase; }
.interest-description { margin: 0 0 20px; font-size: .82rem; line-height: 1.55; }
.interest-card .arrow-link { margin-top: auto; color: inherit; }

/* Newsletter + footer */
.newsletter-section { position: relative; overflow: hidden; color: #fff; background: var(--uy-navy); }
.newsletter-section::after { content: ''; position: absolute; inset: 0; opacity: .12; background: radial-gradient(circle at 10% 50%, transparent 0 80px, #fff 81px 82px, transparent 83px), repeating-radial-gradient(circle at 90% 30%, transparent 0 30px, rgba(255,255,255,.5) 31px 32px); }
.newsletter-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 40% 1fr; align-items: center; min-height: 175px; }
.newsletter-image { align-self: stretch; min-height: 175px; background-size: cover; background-position: center; }
.newsletter-content { padding: 26px 40px; }
.newsletter-title { margin: 0; font-family: var(--uy-serif); font-size: 2rem; text-transform: uppercase; }
.newsletter-copy { margin: 0 0 14px; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.newsletter-form input[type='email'] { min-width: 0; min-height: 50px; padding: 10px 15px; border: 0; background: #fff; color: var(--uy-ink); }
.newsletter-form button { min-height: 50px; padding: 10px 32px; border: 0; background: var(--uy-gold); color: var(--uy-navy); font-weight: 900; text-transform: uppercase; }
.newsletter-message { margin: 0 0 12px; padding: 9px 12px; border-left: 3px solid var(--uy-gold); background: rgba(255,255,255,.1); }
.uy-hp { position: absolute !important; left: -99999px !important; }
.site-footer { color: #fff; background: var(--uy-navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.5fr .75fr; gap: 36px; padding: 40px 0; }
.footer-grid > div + div { padding-left: 36px; border-left: 1px solid rgba(255,255,255,.28); }
.footer-title { margin: 0 0 16px; color: var(--uy-gold); font-size: .78rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.footer-about { max-width: 420px; margin: 0 0 12px; color: rgba(255,255,255,.84); font-size: .88rem; }
.topic-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.topic-list a { display: block; padding: 7px 15px; border: 1px solid rgba(255,255,255,.45); font-size: .72rem; text-transform: uppercase; }
.topic-list a:hover { border-color: var(--uy-gold); color: var(--uy-gold); }
.footer-social { display: grid; gap: 8px; }
.footer-social a { display: flex; align-items: center; gap: 10px; font-size: .83rem; }
.footer-social svg { width: 16px; height: 16px; fill: currentColor; }
.site-info { display: flex; justify-content: space-between; gap: 24px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.25); font-size: .68rem; letter-spacing: .04em; text-transform: uppercase; }
.footer-menu { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; margin: 0; padding: 0; list-style: none; }

/* Inner pages */
.page-hero { padding: 70px 0 55px; color: #fff; background: var(--uy-navy); }
.page-kicker { margin: 0 0 12px; color: var(--uy-gold); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.page-title { max-width: 900px; margin: 0; font-family: var(--uy-serif); font-size: clamp(2.8rem, 7vw, 5.7rem); line-height: 1; letter-spacing: -.04em; }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; padding: 55px 0 75px; }
.archive-grid .story-card-title { font-size: 1.45rem; }
.content-area { display: grid; grid-template-columns: minmax(0, 800px) minmax(240px, 320px); justify-content: center; gap: 60px; padding: 60px 0 80px; }
.entry-featured { margin-bottom: 30px; }
.entry-featured img { width: 100%; max-height: 600px; object-fit: cover; }
.entry-meta { display: flex; flex-wrap: wrap; gap: 12px; margin: 18px 0 0; color: rgba(255,255,255,.76); font-size: .80rem; }
.entry-subtitle { max-width: 850px; margin: 18px 0 0; color: rgba(255,255,255,.86); font-family: var(--uy-serif); font-size: clamp(1.1rem, 2vw, 1.45rem); }
.entry-content { color: #233b4d; font-family: var(--uy-serif); font-size: 1.13rem; }
.entry-content > * { max-width: 100%; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--uy-navy); line-height: 1.2; }
.entry-content a { color: var(--uy-coral); text-decoration: underline; text-underline-offset: 3px; }
.entry-content blockquote { margin: 35px 0; padding: 25px 30px; border-left: 5px solid var(--uy-gold); color: var(--uy-navy); background: var(--uy-cream); font-size: 1.35rem; }
.entry-content img { margin: 30px auto; }
.entry-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--uy-line); }
.entry-tags a { padding: 5px 10px; border: 1px solid var(--uy-line); font: .72rem var(--uy-sans); text-transform: uppercase; }
.sidebar-card { position: sticky; top: 25px; padding: 28px; border-top: 5px solid var(--uy-gold); background: var(--uy-cream); }
.sidebar-card h2 { margin: 0 0 15px; font-family: var(--uy-serif); }
.post-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 42px; }
.nav-previous, .nav-next { padding: 20px; border: 1px solid var(--uy-line); }
.nav-next { text-align: right; }
.pagination { grid-column: 1 / -1; display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.pagination .page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; border: 1px solid var(--uy-line); }
.pagination .current { color: #fff; border-color: var(--uy-coral); background: var(--uy-coral); }
.empty-state { grid-column: 1 / -1; padding: 60px; text-align: center; background: var(--uy-cream); }

/* WordPress */
.alignwide { width: min(1100px, 100%); margin-left: 50%; transform: translateX(-50%); }
.alignfull { width: 100vw; max-width: 100vw; margin-left: 50%; transform: translateX(-50%); }
.wp-caption, .gallery-caption { color: var(--uy-muted); font-size: .85rem; }
.bypostauthor { display: block; }
.sticky { border-top-color: var(--uy-gold); }

@media (max-width: 1100px) {
  .home-hero { grid-template-columns: 1.05fr .75fr; }
  .hero-side { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .side-story { margin: 0; border: 0; }
  .stories-layout { grid-template-columns: 1fr .45fr; }
  .editor-pick { grid-column: 1 / -1; padding: 30px 0 0; border-left: 0; border-top: 1px solid var(--uy-line); }
  .editor-pick-card { display: grid; grid-template-columns: 48% 1fr; }
  .editor-pick-card img { aspect-ratio: 1.35; }
  .editor-pick-content { position: static; display: flex; flex-direction: column; justify-content: end; background: var(--uy-teal); }
  .editor-pick-content h3 { margin: 0 0 16px; }
  .interest-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 780px) {
  :root { --uy-container: min(100% - 30px, 1320px); }
  .header-top { min-height: 42px; }
  .header-tagline { font-size: .61rem; }
  .header-top .social-list > a:not(:last-of-type) { display: none; }
  .brand-row { min-height: 120px; }
  .wordmark-main { font-size: 4.4rem; }
  .wordmark-sub { font-size: .70rem; }
  .nav-wrap { padding: 10px 0; }
  .primary-nav { display: block; min-height: auto; }
  .menu-toggle { display: flex; margin-left: auto; padding: 8px 0; }
  .primary-nav ul { display: none; width: 100%; flex-direction: column; gap: 0; padding-top: 10px; }
  .primary-nav.is-open ul { display: flex; }
  .primary-nav a { padding: 12px 0; border-bottom-width: 1px; }
  .home-hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 520px; }
  .hero-title { font-size: clamp(3.4rem, 17vw, 5.5rem); }
  .hero-portrait { min-height: 600px; }
  .hero-side { display: block; padding: 25px 15px; }
  .side-story { grid-template-columns: 110px 1fr; padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--uy-line); }
  .stories-layout { grid-template-columns: 1fr; }
  .story-cards { grid-template-columns: 1fr; }
  .more-stories { padding-top: 10px; }
  .editor-pick { grid-column: auto; }
  .editor-pick-card { display: block; }
  .editor-pick-card img { aspect-ratio: .9; }
  .editor-pick-content { position: absolute; background: linear-gradient(transparent, rgba(5,87,91,.98) 30%); }
  .editor-pick-content h3 { margin-top: 40px; }
  .interest-grid { grid-template-columns: repeat(2, 1fr); }
  .newsletter-inner { grid-template-columns: 1fr; }
  .newsletter-image { min-height: 160px; }
  .newsletter-content { padding: 28px 15px 35px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div + div { padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.28); border-left: 0; }
  .site-info { flex-direction: column; }
  .footer-menu { justify-content: flex-start; }
  .archive-grid { grid-template-columns: 1fr; }
  .content-area { grid-template-columns: 1fr; gap: 35px; }
  .sidebar-card { position: static; }
}

@media (max-width: 480px) {
  .hero-actions .button { width: 100%; }
  .hero-portrait { min-height: 490px; }
  .interest-grid { grid-template-columns: 1fr; }
  .interest-card { min-height: 230px; }
  .section-header { align-items: flex-start; flex-direction: column; }
  .editor-pick-content h3 { font-size: 1.35rem; }
  .post-navigation { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* --------------------------------------------------------------------------
   Approved homepage composition — version 1.2.0
   This layer matches the final UY! Where Is Ed? design supplied by the client.
   -------------------------------------------------------------------------- */

:root {
  --uy-navy: #032d49;
  --uy-navy-deep: #02283f;
  --uy-teal: #087c80;
  --uy-coral: #f04f2c;
  --uy-gold: #f2a400;
  --uy-cream: #f7edda;
  --uy-paper: #fbfaf6;
  --uy-ink: #062e4b;
  --uy-muted: #52616b;
  --uy-line: rgba(6, 46, 75, .16);
  --uy-container: min(100% - 32px, 860px);
  --uy-shadow: 0 12px 35px rgba(3, 40, 63, .08);
}

body {
  background: var(--uy-paper);
  font-size: 14px;
  line-height: 1.55;
}

body::before { display: none; }

/* Compact editorial masthead */
.site-header {
  border-bottom: 0;
  background: var(--uy-paper);
}

.header-top {
  min-height: 31px;
  border-bottom: 1px solid var(--uy-line);
}

.header-tagline {
  font-size: .48rem;
  letter-spacing: .15em;
}

.header-search {
  display: flex;
  align-items: center;
}

.header-search .search-toggle {
  width: 22px;
  height: 22px;
}

.header-search .search-toggle svg {
  width: 12px;
  height: 12px;
}

.brand-row {
  min-height: 104px;
  padding: 15px 0 12px;
}

.custom-logo-link img,
.default-logo-link img {
  width: auto;
  max-width: 124px;
  max-height: 72px;
}

.default-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-wrap {
  border-top: 1px solid var(--uy-line);
  border-bottom: 1px solid var(--uy-line);
}

.primary-nav { min-height: 43px; }

.primary-nav ul {
  gap: clamp(25px, 4.25vw, 52px);
}

.primary-nav a {
  padding: 15px 0 12px;
  border-bottom-width: 3px;
  font-size: .54rem;
  letter-spacing: .045em;
}

.search-drawer { padding: 10px 0; }

/* Exact three-column hero ratio from the approved design */
.home-hero {
  grid-template-columns: 44.35% 27.85% 27.8%;
  min-height: clamp(610px, 62.62vw, 762px);
  border-bottom: 0;
}

.hero-copy {
  min-height: inherit;
  justify-content: flex-start;
  padding: clamp(120px, 14.1vw, 172px) 52px 80px;
  background: var(--uy-navy);
}

.hero-copy::before {
  background:
    linear-gradient(90deg, rgba(1, 36, 59, .99), rgba(3, 48, 76, .98)),
    radial-gradient(circle at 25% 15%, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: auto, 14px 14px;
}

.hero-copy::after {
  width: 320px;
  height: 320px;
  right: -235px;
  bottom: -155px;
  background: var(--uy-teal);
}

.hero-eyebrow {
  margin: 0 0 20px;
  font-size: .52rem;
  letter-spacing: .075em;
}

.hero-title {
  max-width: 390px;
  color: #0a3d5f;
  font-size: clamp(3.25rem, 5.15vw, 3.95rem);
  font-weight: 700;
  line-height: .93;
  letter-spacing: -.045em;
}

.hero-title strong { color: var(--uy-gold); }

.hero-rule {
  width: 37px;
  height: 3px;
  margin: 28px 0 23px;
}

.hero-description {
  max-width: 330px;
  margin: 0 0 22px;
  font-size: 1.16rem;
  line-height: 1.55;
}

.hero-actions { gap: 8px; }

.hero-actions .button {
  min-height: 34px;
  padding: 7px 16px;
  gap: 12px;
  font-size: .54rem;
}

.hero-portrait {
  min-height: inherit;
  background: var(--uy-gold);
}

.hero-portrait::after { display: none; }

.hero-portrait img {
  object-fit: cover;
  object-position: center top;
}

.hero-side {
  min-width: 0;
  padding: 15px 13px 10px;
}

.side-story {
  grid-template-columns: 79px minmax(0, 1fr);
  gap: 11px;
  min-height: 97px;
  margin: 0 0 12px;
  padding: 0 0 13px;
}

.side-story-image {
  width: 79px;
  height: 84px;
  aspect-ratio: auto;
}

.story-kicker {
  margin: 0 0 5px;
  font-size: .43rem;
}

.side-story-title {
  margin: 0 0 8px;
  font-size: .82rem;
  line-height: 1.12;
}

.side-story .arrow-link { font-size: .45rem; }

/* Latest stories, compact sidebar and solid Editor's Pick card */
.home-main { padding: 35px 0 31px; }

.stories-layout {
  grid-template-columns: minmax(0, 2.56fr) minmax(0, 1fr) minmax(0, 1.03fr);
  gap: 18px;
}

.section-heading {
  font-size: clamp(1.9rem, 2.5vw, 2.12rem);
  line-height: .95;
}

.section-header {
  margin-bottom: 18px;
}

.section-header > .arrow-link { font-size: .45rem; }

.story-cards { gap: 15px; }

.story-card {
  min-height: 412px;
  border-color: var(--uy-line);
  background: rgba(255,255,255,.35);
}

.story-card-media { aspect-ratio: 1.42; }

.story-card-category {
  padding: 4px 10px;
  font-size: .42rem;
}

.story-card-body { padding: 15px 14px 13px; }

.story-card-title {
  margin: 0 0 9px;
  font-size: 1.18rem;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.story-card-excerpt {
  margin: 0 0 16px;
  font-size: .64rem;
  line-height: 1.7;
}

.story-card .arrow-link { font-size: .47rem; }

.more-stories { border-top-width: 2px; }

.more-stories-title {
  margin-top: 9px;
  font-size: .78rem;
}

.mini-story {
  grid-template-columns: minmax(0, 1fr) 45px;
  gap: 8px;
  padding: 14px 0;
}

.mini-story h3 {
  margin: 0 0 7px;
  font-size: .68rem;
  line-height: 1.25;
}

.mini-story img {
  width: 45px;
  height: 57px;
}

.mini-story .arrow-link { font-size: .43rem; }

.editor-pick {
  padding-left: 18px;
}

.editor-pick .section-heading {
  font-size: 2.06rem;
  line-height: .92;
}

.editor-pick-card {
  min-height: 214px;
  margin-top: 20px;
  background: #087b7d;
}

.editor-pick-content {
  position: static;
  display: flex;
  min-height: 214px;
  flex-direction: column;
  justify-content: center;
  padding: 18px 16px;
  color: var(--uy-navy);
  background: transparent;
}

.editor-pick-content h3 {
  margin: 0 0 15px;
  font-size: 1.28rem;
  line-height: 1.1;
}

.editor-pick-content .arrow-link {
  color: #fff;
  font-size: .45rem;
}

/* Six compact interest tiles */
.interest-section {
  padding: 29px 0 33px;
}

.interest-grid {
  gap: 8px;
  margin-top: 18px;
}

.interest-card {
  min-height: 176px;
  padding: 16px 9px 14px;
}

.interest-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 13px;
  border: 0;
}

.interest-icon svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.interest-title {
  margin-bottom: 7px;
  font-size: .5rem;
}

.interest-description {
  margin-bottom: 10px;
  font-size: .56rem;
  line-height: 1.45;
}

.interest-card .arrow-link { font-size: .45rem; }

/* Newsletter and footer proportions */
.newsletter-inner {
  grid-template-columns: 40% 60%;
  min-height: 118px;
}

.newsletter-image { min-height: 118px; }

.newsletter-content { padding: 20px 25px; }

.newsletter-copy {
  margin: 0 0 10px;
  font-family: var(--uy-serif);
  font-size: .72rem;
}

.newsletter-form { gap: 9px; }

.newsletter-form input[type='email'],
.newsletter-form button {
  min-height: 34px;
  font-size: .62rem;
}

.newsletter-form button { padding: 7px 22px; }

.footer-grid {
  grid-template-columns: 1.2fr 1.65fr .8fr;
  gap: 24px;
  padding: 20px 0 16px;
}

.footer-grid > div + div { padding-left: 24px; }

.footer-title {
  margin-bottom: 12px;
  font-size: .52rem;
}

.footer-about {
  margin-bottom: 10px;
  font-size: .56rem;
  line-height: 1.65;
}

.footer-grid .arrow-link { font-size: .44rem; }

.topic-list { gap: 6px; }

.topic-list a {
  padding: 5px 10px;
  font-size: .45rem;
}

.footer-social { gap: 6px; }

.footer-social a { font-size: .53rem; }

.footer-social svg {
  width: 12px;
  height: 12px;
}

.site-info {
  padding: 13px 0;
  font-size: .43rem;
}

@media (max-width: 1100px) {
  .home-hero {
    grid-template-columns: 58% 42%;
    min-height: auto;
  }

  .hero-copy,
  .hero-portrait { min-height: 620px; }

  .hero-copy { padding: 120px 45px 75px; }

  .hero-side {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 22px max(16px, calc((100% - 860px) / 2));
  }

  .side-story { border-bottom: 0; }

  .stories-layout {
    grid-template-columns: minmax(0, 2.4fr) minmax(0, 1fr);
  }

  .editor-pick {
    grid-column: 1 / -1;
    padding: 24px 0 0;
    border-top: 1px solid var(--uy-line);
    border-left: 0;
  }

  .editor-pick-card { max-width: 360px; }
}

@media (max-width: 780px) {
  :root { --uy-container: min(100% - 30px, 860px); }

  .header-tagline { font-size: .43rem; }
  .brand-row { min-height: 96px; }
  .nav-wrap { padding: 7px 0; }

  .home-hero { grid-template-columns: 1fr; }

  .hero-copy {
    min-height: 500px;
    padding: 80px 30px 55px;
  }

  .hero-title { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-portrait { min-height: 0; aspect-ratio: 264 / 593; }
  .hero-side { display: block; padding: 24px 15px; }

  .side-story {
    grid-template-columns: 92px 1fr;
    min-height: 105px;
    border-bottom: 1px solid var(--uy-line);
  }

  .side-story-image {
    width: 92px;
    height: 98px;
  }

  .stories-layout,
  .story-cards { grid-template-columns: 1fr; }

  .story-card-title { font-size: 1.55rem; }
  .story-card-excerpt { font-size: .78rem; }
  .story-card { min-height: 0; }

  .editor-pick { grid-column: auto; }
  .editor-pick-card { max-width: none; }

  .interest-grid { grid-template-columns: repeat(2, 1fr); }
  .newsletter-inner { grid-template-columns: 1fr; }
  .newsletter-image { min-height: 150px; }
  .newsletter-content { padding: 25px 15px 32px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div + div { padding: 20px 0 0; }
}

@media (max-width: 480px) {
  .interest-grid { grid-template-columns: 1fr; }
  .interest-card { min-height: 210px; }
}

/* --------------------------------------------------------------------------
   Editorial archive and single-story experience — version 1.3.0
   -------------------------------------------------------------------------- */

.site-container.archive-container,
.site-container.article-container {
  width: min(100% - 48px, 1140px);
}

/* Archive pages */
.archive-hero {
  position: relative;
  isolation: isolate;
  min-height: 335px;
  padding: 78px 0 68px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(3, 45, 73, .98), rgba(2, 40, 63, .98)),
    var(--uy-navy);
}

.archive-hero::before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .13;
  background:
    radial-gradient(circle at 22% 22%, #fff 0 1px, transparent 1.5px) 0 0 / 18px 18px,
    linear-gradient(135deg, transparent 0 48%, rgba(255,255,255,.08) 49% 51%, transparent 52% 100%);
}

.archive-hero::after {
  content: 'UY!';
  position: absolute;
  z-index: -1;
  right: max(24px, calc((100vw - 1140px) / 2));
  bottom: -54px;
  color: rgba(255,255,255,.035);
  font: 900 clamp(10rem, 20vw, 18rem)/.8 var(--uy-sans);
  letter-spacing: -.12em;
}

.archive-hero-shape {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
}

.archive-hero-shape-one {
  width: 300px;
  height: 300px;
  right: 8%;
  top: -205px;
  border: 46px solid var(--uy-gold);
  opacity: .95;
}

.archive-hero-shape-two {
  width: 190px;
  height: 190px;
  right: 25%;
  bottom: -145px;
  border: 38px solid var(--uy-teal);
}

.archive-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 70px;
}

.archive-hero-copy { max-width: 780px; }

.archive-page .page-kicker,
.single-story .page-kicker {
  margin-bottom: 16px;
  color: var(--uy-gold);
  font-size: .72rem;
  letter-spacing: .14em;
}

.archive-page .page-title {
  max-width: 820px;
  color: #fff;
  font-size: clamp(3.5rem, 8vw, 6.7rem);
  font-weight: 700;
  line-height: .9;
  text-transform: uppercase;
}

.archive-description {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.8);
  font-family: var(--uy-serif);
  font-size: 1.16rem;
  line-height: 1.55;
}

.archive-description > * { margin: 0; }

.archive-story-count {
  display: grid;
  min-width: 142px;
  padding: 19px 22px 17px;
  border-top: 4px solid var(--uy-gold);
  color: #fff;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(6px);
}

.archive-story-count strong {
  color: var(--uy-gold);
  font: 700 2.9rem/.9 var(--uy-serif);
}

.archive-story-count span {
  margin-top: 8px;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.archive-content { padding: 60px 0 84px; }

.archive-section-heading {
  display: flex;
  align-items: flex-end;
  gap: 26px;
  margin-bottom: 30px;
}

.archive-section-kicker,
.article-utility-kicker {
  margin: 0 0 7px;
  color: var(--uy-coral);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .095em;
  text-transform: uppercase;
}

.archive-section-heading h2,
.related-section-heading h2 {
  margin: 0;
  font-family: var(--uy-serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: .95;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.archive-heading-rule {
  height: 1px;
  flex: 1;
  margin-bottom: 6px;
  background: linear-gradient(90deg, var(--uy-line), transparent);
}

.archive-page .archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
  padding: 0;
}

.archive-page .story-card {
  min-height: 465px;
  overflow: hidden;
  border: 0;
  border-bottom: 4px solid var(--uy-navy);
  background: #fff;
  box-shadow: 0 12px 34px rgba(3, 40, 63, .08);
}

.archive-page .story-card:hover {
  border-bottom-color: var(--uy-coral);
  box-shadow: 0 20px 45px rgba(3, 40, 63, .15);
}

.archive-page .story-card:nth-child(3n) { border-bottom-color: var(--uy-teal); }
.archive-page .story-card:nth-child(3n):hover { border-bottom-color: var(--uy-gold); }

.archive-page .story-card-media { aspect-ratio: 1.45; }

.story-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
  color: var(--uy-muted);
  font-size: .61rem;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.archive-page .story-card-body { padding: 21px 20px 20px; }

.archive-page .story-card-title {
  margin-bottom: 13px;
  font-size: clamp(1.32rem, 2vw, 1.62rem);
}

.archive-page .story-card-excerpt {
  font-size: .78rem;
  line-height: 1.67;
}

.archive-page .story-card--lead {
  grid-column: span 2;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  min-height: 445px;
  border-bottom-color: var(--uy-coral);
}

.archive-page .story-card--lead .story-card-media {
  min-height: 445px;
  aspect-ratio: auto;
}

.archive-page .story-card--lead .story-card-body {
  justify-content: center;
  padding: clamp(28px, 4vw, 48px);
  background: var(--uy-navy);
}

.archive-page .story-card--lead .story-card-meta,
.archive-page .story-card--lead .story-card-excerpt {
  color: rgba(255,255,255,.72);
}

.archive-page .story-card--lead .story-card-title {
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.02;
}

.archive-page .story-card--lead .arrow-link { color: var(--uy-gold); }

.archive-pagination {
  margin-top: 52px;
  padding-top: 28px;
  border-top: 1px solid var(--uy-line);
}

.archive-pagination .navigation.pagination { margin: 0; }

.archive-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.archive-pagination .page-numbers {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid var(--uy-line);
  color: var(--uy-navy);
  background: #fff;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform .2s ease, color .2s ease, border-color .2s ease, background .2s ease;
}

.archive-pagination a.page-numbers:hover {
  transform: translateY(-2px);
  border-color: var(--uy-navy);
  color: #fff;
  background: var(--uy-navy);
}

.archive-pagination .page-numbers.current {
  border-color: var(--uy-coral);
  color: #fff;
  background: var(--uy-coral);
}

.archive-pagination .prev,
.archive-pagination .next { min-width: 112px; }

/* Keep pagination horizontal on search and latest-story listings as well. */
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.archive-page .empty-state {
  padding: 75px 30px;
  border: 1px solid var(--uy-line);
  background: var(--uy-cream);
}

.empty-state-mark {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--uy-gold);
  font: 900 3.4rem/1 var(--uy-sans);
  letter-spacing: -.09em;
}

.archive-page .empty-state h2 {
  margin: 0 0 10px;
  font-family: var(--uy-serif);
  font-size: 2.2rem;
}

.archive-page .empty-state p { margin: 0 auto 25px; }

/* Single article */
.single-story {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.article-hero {
  position: relative;
  isolation: isolate;
  padding: 58px 0 138px;
  overflow: hidden;
  background:
    linear-gradient(112deg, rgba(3, 45, 73, .99), rgba(2, 36, 58, .98)),
    var(--uy-navy);
}

.article-hero::before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .12;
  background: radial-gradient(circle at 12% 18%, #fff 0 1px, transparent 1.5px) 0 0 / 16px 16px;
}

.article-hero-pattern {
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  right: -260px;
  bottom: -300px;
  border: 72px solid var(--uy-teal);
  border-radius: 50%;
  opacity: .65;
}

.article-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 34px;
  color: rgba(255,255,255,.68);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.article-breadcrumbs a:hover { color: var(--uy-gold); }

.article-heading-wrap {
  display: grid;
  grid-template-columns: minmax(0, 920px) auto;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.article-heading-copy {
  min-width: 0;
  max-width: 100%;
}

.single-story .page-title {
  max-width: 920px;
  color: #fff;
  font-size: clamp(3.1rem, 6vw, 5.5rem);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.047em;
  overflow-wrap: anywhere;
  word-break: normal;
}

.single-story .entry-subtitle {
  max-width: 820px;
  margin-top: 25px;
  color: rgba(255,255,255,.78);
  font-family: var(--uy-serif);
  font-size: clamp(1.16rem, 2.2vw, 1.55rem);
  line-height: 1.5;
}

.single-story .entry-meta {
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  color: rgba(255,255,255,.76);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.entry-author {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
}

.entry-author img {
  width: 34px;
  height: 34px;
  border: 2px solid var(--uy-gold);
  border-radius: 50%;
}

.entry-meta-divider {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--uy-gold);
}

.article-hero-mark {
  display: grid;
  width: 118px;
  height: 118px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: var(--uy-gold);
  background: rgba(255,255,255,.05);
}

.article-hero-mark span {
  font: 900 2.7rem/1 var(--uy-sans);
  letter-spacing: -.1em;
}

.article-featured {
  position: relative;
  z-index: 2;
  margin: -82px auto 0;
}

.article-featured img {
  width: 100%;
  max-height: 680px;
  border: 8px solid var(--uy-paper);
  object-fit: cover;
  box-shadow: 0 22px 55px rgba(3, 31, 54, .19);
}

.article-featured figcaption {
  margin: 9px 8px 0;
  color: var(--uy-muted);
  font-size: .72rem;
  font-style: italic;
}

.single-story > .site-container.article-container.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(270px, 310px);
  justify-content: space-between;
  gap: 64px;
  padding: 64px 0 88px;
}

.single-story > .article-layout:not(.has-featured-image) { padding-top: 74px; }
.article-main,
.article-sidebar,
.sidebar-story > div {
  min-width: 0;
  max-width: 100%;
}

.single-story .entry-content {
  width: 100%;
  max-width: 100%;
  color: #243b4b;
  font-family: var(--uy-serif);
  font-size: clamp(1.08rem, 1.5vw, 1.22rem);
  line-height: 1.82;
  overflow-wrap: anywhere;
  word-break: normal;
}

.single-story .entry-content > * {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1.45em;
}

.single-story .entry-content > p:empty { display: none; }

/*
 * Press releases copied from Word, email, and PDFs can carry non-breaking
 * spaces or inline nowrap declarations. Keep those fragments inside the
 * reading column even before the PHP cleanup filter runs on cached pages.
 */
.single-story .entry-content :is(p, h1, h2, h3, h4, h5, h6, li, blockquote, figcaption, td, th) {
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal;
}

.single-story .entry-content :is(.alignwide, .alignfull) {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  transform: none;
}

.single-story .entry-content :is(table, .wp-block-table) {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.single-story .entry-content pre {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.single-story .entry-content :is(iframe, video, embed, object, .wp-block-embed__wrapper) {
  max-width: 100%;
}

.single-story .entry-content .wp-block-spacer {
  height: 64px !important;
  max-height: 64px !important;
  min-height: 0 !important;
  margin: 0 !important;
}

.single-story .entry-content > p:first-of-type::first-letter {
  float: left;
  margin: .11em .12em 0 0;
  color: var(--uy-coral);
  font: 700 4.6rem/.72 var(--uy-serif);
}

.single-story .entry-content h2,
.single-story .entry-content h3,
.single-story .entry-content h4 {
  margin-top: 1.7em;
  margin-bottom: .65em;
  color: var(--uy-navy);
  font-family: var(--uy-serif);
  letter-spacing: -.025em;
}

.single-story .entry-content h2 { font-size: clamp(2rem, 3.4vw, 2.75rem); }
.single-story .entry-content h3 { font-size: clamp(1.55rem, 2.7vw, 2rem); }
.single-story .entry-content h4 { font-size: 1.35rem; }

.single-story .entry-content ul,
.single-story .entry-content ol { padding-left: 1.25em; }

.single-story .entry-content li { margin-bottom: .55em; }

.single-story .entry-content blockquote {
  position: relative;
  margin: 2.2em 0;
  padding: 32px 34px 30px 42px;
  border: 0;
  border-left: 6px solid var(--uy-gold);
  color: var(--uy-navy);
  background: var(--uy-cream);
  font-size: 1.38rem;
  line-height: 1.55;
}

.single-story .entry-content blockquote::before {
  content: '“';
  position: absolute;
  left: 14px;
  top: 5px;
  color: rgba(240,79,44,.22);
  font: 700 4.6rem/1 var(--uy-serif);
}

.single-story .entry-content figure { margin: 2.2em 0; }

.single-story .entry-content img {
  width: auto;
  max-width: 100%;
  margin: 2.1em auto;
}

.single-story .entry-content figure img { margin: 0 auto; }

.single-story .entry-content figcaption {
  margin-top: 8px;
  color: var(--uy-muted);
  font-family: var(--uy-sans);
  font-size: .72rem;
  line-height: 1.5;
  text-align: center;
}

.single-story .entry-content .alignleft,
.single-story .entry-content .alignright {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.single-story .entry-content iframe,
.single-story .entry-content video {
  width: 100%;
  max-width: 100%;
}

.page-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 34px 0;
  padding-top: 24px;
  border-top: 1px solid var(--uy-line);
}

.page-links > * {
  display: inline-grid;
  min-width: 36px;
  min-height: 36px;
  place-items: center;
  padding: 6px 10px;
  border: 1px solid var(--uy-line);
}

.article-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 42px;
  padding: 25px 28px;
  color: #fff;
  background: var(--uy-navy);
}

.article-share .article-utility-kicker { color: var(--uy-gold); }

.article-share h2 {
  margin: 0;
  font-family: var(--uy-serif);
  font-size: 1.55rem;
}

.share-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.share-links a {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.36);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.share-links a:hover {
  border-color: var(--uy-gold);
  color: var(--uy-navy);
  background: var(--uy-gold);
}

.single-story .entry-tags {
  gap: 7px;
  margin-top: 30px;
  padding-top: 0;
  border-top: 0;
}

.single-story .entry-tags span {
  align-self: center;
  margin-right: 4px;
  color: var(--uy-coral);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.single-story .entry-tags a {
  padding: 7px 11px;
  border-color: var(--uy-line);
  background: #fff;
  font-size: .61rem;
  font-weight: 800;
}

.single-story .entry-tags a:hover {
  border-color: var(--uy-coral);
  color: #fff;
  background: var(--uy-coral);
}

.author-box {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 25px;
  margin-top: 48px;
  padding: 30px;
  border-top: 5px solid var(--uy-gold);
  background: var(--uy-cream);
}

.author-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.author-box h2 {
  margin: 0 0 7px;
  font-family: var(--uy-serif);
  font-size: 1.75rem;
}

.author-box p:not(.article-utility-kicker) {
  margin: 0 0 13px;
  color: var(--uy-muted);
  font-size: .82rem;
  line-height: 1.65;
}

.single-story .post-navigation {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--uy-line);
}

.single-story .post-navigation .nav-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.single-story .nav-previous,
.single-story .nav-next {
  padding: 21px;
  border: 1px solid var(--uy-line);
  background: #fff;
  transition: border-color .2s ease, transform .2s ease;
}

.single-story .nav-previous:hover,
.single-story .nav-next:hover {
  transform: translateY(-2px);
  border-color: var(--uy-coral);
}

.post-nav-label {
  display: block;
  margin-bottom: 8px;
  color: var(--uy-coral);
  font-size: .59rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.single-story .post-navigation strong {
  font-family: var(--uy-serif);
  font-size: .95rem;
  line-height: 1.35;
}

.single-story .comments-area {
  margin-top: 46px;
  padding-top: 35px;
  border-top: 1px solid var(--uy-line);
}

.single-story .comments-title,
.single-story .comment-reply-title {
  margin: 0 0 22px;
  font-family: var(--uy-serif);
  font-size: 2rem;
  line-height: 1.1;
}

.single-story .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-story .comment-body {
  margin-bottom: 18px;
  padding: 23px;
  border: 1px solid var(--uy-line);
  background: #fff;
}

.single-story .comment-meta {
  margin-bottom: 13px;
  font-size: .72rem;
}

.single-story .comment-form label {
  display: block;
  margin-bottom: 6px;
  color: var(--uy-navy);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.single-story .comment-form input:not([type='submit']),
.single-story .comment-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--uy-line);
  background: #fff;
}

.single-story .comment-form .submit {
  min-height: 46px;
  padding: 11px 22px;
  border: 0;
  color: #fff;
  background: var(--uy-coral);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.article-sidebar {
  position: sticky;
  top: 24px;
  align-self: start;
}

.article-sidebar .sidebar-card {
  position: relative;
  top: auto;
  overflow: hidden;
  padding: 30px 27px;
  border: 0;
  border-top: 5px solid var(--uy-gold);
  background: var(--uy-cream);
}

.sidebar-card-mark {
  position: absolute;
  right: -12px;
  top: -7px;
  color: rgba(3,45,73,.055);
  font: 900 5.8rem/1 var(--uy-sans);
  letter-spacing: -.12em;
}

.article-sidebar h2 {
  position: relative;
  margin: 0 0 13px;
  font-family: var(--uy-serif);
  font-size: 1.6rem;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.article-sidebar p:not(.article-utility-kicker) {
  position: relative;
  margin: 0 0 17px;
  color: var(--uy-muted);
  font-size: .77rem;
  line-height: 1.65;
}

.sidebar-latest {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 3px solid var(--uy-coral);
}

.sidebar-latest > h2 {
  margin-bottom: 18px;
  text-transform: uppercase;
}

.sidebar-story {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 13px;
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--uy-line);
}

.sidebar-story:last-child { margin-bottom: 0; }

.sidebar-story-image {
  width: 82px;
  height: 82px;
  overflow: hidden;
  background: var(--uy-cream);
}

.sidebar-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.sidebar-story:hover img { transform: scale(1.05); }

.sidebar-story time {
  color: var(--uy-teal);
  font-size: .55rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sidebar-story h3 {
  margin: 5px 0 0;
  font-family: var(--uy-serif);
  font-size: .87rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.related-stories-section {
  padding: 64px 0 76px;
  border-top: 1px solid var(--uy-line);
  background: var(--uy-cream);
}

.related-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 27px;
}

.related-stories-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.related-stories-grid .story-card {
  min-height: 100%;
  border: 0;
  border-bottom: 4px solid var(--uy-teal);
  background: #fff;
  box-shadow: 0 10px 28px rgba(3,40,63,.08);
}

.related-stories-grid .story-card:nth-child(2) { border-bottom-color: var(--uy-coral); }
.related-stories-grid .story-card:nth-child(3) { border-bottom-color: var(--uy-gold); }
.related-stories-grid .story-card-body { padding: 20px; }
.related-stories-grid .story-card-title { font-size: 1.35rem; }
.related-stories-grid .story-card-excerpt { display: none; }

@media (max-width: 980px) {
  .archive-page .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .archive-page .story-card--lead { grid-column: 1 / -1; }

  .article-heading-wrap { grid-template-columns: 1fr; }
  .article-hero-mark { display: none; }

  .single-story > .site-container.article-container.article-layout {
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 42px;
  }
}

@media (max-width: 900px) {
  .site-container.article-container {
    width: min(100% - 32px, 1140px);
  }

  .single-story > .site-container.article-container.article-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .article-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
  }

  .sidebar-latest {
    margin-top: 0;
    padding: 25px;
    border-top-width: 5px;
    background: #fff;
  }
}

@media (max-width: 780px) {
  .site-container.archive-container,
  .site-container.article-container {
    width: min(100% - 30px, 1140px);
  }

  .archive-hero {
    min-height: 0;
    padding: 62px 0 58px;
  }

  .archive-hero-inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 32px;
  }

  .archive-page .page-title { font-size: clamp(3.2rem, 17vw, 5rem); }
  .archive-description { font-size: 1rem; }
  .archive-story-count { min-width: 0; width: 145px; }
  .archive-content { padding: 45px 0 65px; }

  .archive-page .archive-grid { grid-template-columns: 1fr; }
  .archive-page .story-card--lead {
    grid-column: auto;
    display: flex;
    min-height: 0;
  }

  .archive-page .story-card--lead .story-card-media {
    min-height: 0;
    aspect-ratio: 1.45;
  }

  .archive-page .story-card--lead .story-card-body {
    justify-content: flex-start;
    padding: 24px 21px;
  }

  .archive-page .story-card--lead .story-card-title { font-size: 2rem; }
  .archive-page .story-card { min-height: 0; }
  .archive-pagination .prev,
  .archive-pagination .next { min-width: 44px; }

  .article-hero { padding: 48px 0 105px; }
  .article-breadcrumbs { margin-bottom: 26px; }
  .single-story .page-title { font-size: clamp(2.7rem, 11vw, 4.5rem); }

  .article-featured { margin-top: -66px; }
  .article-featured img { border-width: 5px; }

  .single-story > .site-container.article-container.article-layout {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 48px 0 65px;
  }

  .article-sidebar {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .sidebar-latest {
    margin-top: 0;
    padding: 25px;
    border-top-width: 5px;
    background: #fff;
  }

  .related-stories-grid { grid-template-columns: 1fr; }
  .related-stories-grid .story-card {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .related-stories-grid .story-card-media {
    min-height: 100%;
    aspect-ratio: auto;
  }
}

@media (max-width: 560px) {
  .archive-section-heading,
  .related-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .archive-heading-rule { width: 100%; flex: 0 0 1px; }

  .archive-pagination .page-numbers {
    min-width: 38px;
    min-height: 38px;
    padding: 6px 10px;
    font-size: .62rem;
  }

  .archive-pagination .prev,
  .archive-pagination .next {
    width: 38px;
    overflow: hidden;
    white-space: nowrap;
  }

  .single-story .entry-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .entry-meta-divider { display: none; }
  .single-story .entry-content { font-size: 1.05rem; }

  .article-share {
    align-items: flex-start;
    flex-direction: column;
    padding: 23px 21px;
  }

  .author-box {
    grid-template-columns: 70px 1fr;
    gap: 17px;
    padding: 23px 20px;
  }

  .author-avatar img {
    width: 70px;
    height: 70px;
  }

  .single-story .post-navigation .nav-links { grid-template-columns: 1fr; }
  .article-sidebar { grid-template-columns: 1fr; }

  .related-stories-grid .story-card {
    display: flex;
    grid-template-columns: none;
  }

  .related-stories-grid .story-card-media {
    min-height: 0;
    aspect-ratio: 1.45;
  }
}

/* --------------------------------------------------------------------------
   Immersive editorial homepage — version 1.4.0
   -------------------------------------------------------------------------- */

.home-v14 {
  overflow: hidden;
  background: var(--uy-paper);
}

.home-v14 .site-container,
body.home .site-header .site-container,
body.home .site-footer .site-container {
  width: min(100% - 48px, 1180px);
}

body.home .header-top { min-height: 38px; }
body.home .header-tagline { font-size: .56rem; }
body.home .brand-row {
  min-height: 122px;
  padding: 18px 0 15px;
}

body.home .custom-logo-link img,
body.home .default-logo-link img {
  max-width: 148px;
  max-height: 88px;
}

body.home .primary-nav { min-height: 52px; }
body.home .primary-nav a {
  padding: 18px 0 15px;
  font-size: .59rem;
}

.home-v14-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 0 100%, rgba(8,124,128,.62) 0 15%, transparent 15.2%),
    linear-gradient(118deg, #032d49 0 58%, #04263d 58% 100%);
}

.home-v14-hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .13;
  background:
    radial-gradient(circle at 12% 20%, #fff 0 1px, transparent 1.5px) 0 0 / 18px 18px,
    linear-gradient(135deg, transparent 0 48.5%, rgba(255,255,255,.07) 49% 50%, transparent 50.5% 100%);
}

.home-v14-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
  min-height: 680px;
}

.home-v14-hero-copy {
  position: relative;
  z-index: 3;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 80px 58px 78px 0;
}

.home-v14-eyebrow,
.home-v14-section-head > div > p,
.home-v14-quick-head > p,
.home-v14-newsletter-copy > p,
.home-v14-manifesto-kicker {
  margin: 0 0 13px;
  color: var(--uy-gold);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-v14-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-v14-eyebrow > span {
  width: 32px;
  height: 3px;
  background: var(--uy-coral);
}

.home-v14-title {
  max-width: 640px;
  margin: 0;
  color: #fff;
  font-family: var(--uy-serif);
  font-size: clamp(4.4rem, 7.2vw, 7rem);
  font-weight: 700;
  line-height: .86;
  letter-spacing: -.062em;
  text-transform: uppercase;
}

.home-v14-title strong { color: var(--uy-gold); }

.home-v14-description {
  max-width: 540px;
  margin: 30px 0 30px;
  color: rgba(255,255,255,.83);
  font-family: var(--uy-serif);
  font-size: clamp(1.12rem, 2vw, 1.38rem);
  line-height: 1.55;
}

.home-v14-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.home-v14-actions .button {
  min-height: 46px;
  padding: 10px 20px;
  font-size: .64rem;
}

.home-v14-beats {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 42px;
}

.home-v14-beats span {
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.74);
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.home-v14-portrait-wrap {
  position: relative;
  min-height: 680px;
}

.home-v14-sun {
  position: absolute;
  width: 500px;
  height: 500px;
  right: -40px;
  top: 50%;
  border-radius: 50%;
  background: var(--uy-gold);
  transform: translateY(-50%);
  box-shadow: 0 0 0 18px rgba(242,164,0,.08);
}

.home-v14-orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
}

.home-v14-orbit-one {
  width: 430px;
  height: 430px;
  right: -85px;
  top: 60px;
}

.home-v14-orbit-two {
  width: 590px;
  height: 590px;
  right: -175px;
  top: -20px;
}

.home-v14-portrait {
  position: absolute;
  z-index: 2;
  right: 58px;
  bottom: 0;
  width: 302px;
  height: 650px;
  overflow: hidden;
  border: 8px solid var(--uy-paper);
  background: var(--uy-gold);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}

.home-v14-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.home-v14-feature-card {
  position: absolute;
  z-index: 4;
  left: -12px;
  bottom: 54px;
  width: min(360px, 72%);
  padding: 24px 26px 23px;
  color: var(--uy-navy);
  background: var(--uy-paper);
  border-bottom: 5px solid var(--uy-coral);
  box-shadow: 0 22px 55px rgba(0,0,0,.24);
}

.home-v14-card-kicker,
.home-v14-meta {
  margin: 0 0 9px;
  color: var(--uy-teal);
  font-size: .59rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-v14-feature-card h2 {
  margin: 0 0 15px;
  font-family: var(--uy-serif);
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.home-v14-text-link,
.home-v14-view-all {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--uy-coral);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.home-v14-text-link span,
.home-v14-view-all span { transition: transform .2s ease; }
.home-v14-text-link:hover span,
.home-v14-view-all:hover span { transform: translateX(4px); }

.home-v14-now {
  border-bottom: 1px solid var(--uy-line);
  background: #fff;
}

.home-v14-now-grid {
  display: grid;
  grid-template-columns: 150px repeat(3, minmax(0, 1fr));
  min-height: 126px;
}

.home-v14-now-label {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-right: 25px;
  border-right: 1px solid var(--uy-line);
}

.home-v14-pulse {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--uy-coral);
  box-shadow: 0 0 0 5px rgba(240,79,44,.12);
}

.home-v14-now-label h2 {
  margin: 0;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.home-v14-now-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  min-width: 0;
  padding: 22px 24px;
  border-right: 1px solid var(--uy-line);
}

.home-v14-now-item:last-child { border-right: 0; }

.home-v14-index {
  color: var(--uy-gold);
  font: 700 1.75rem/1 var(--uy-serif);
}

.home-v14-now-item p {
  margin: 0 0 5px;
  color: var(--uy-teal);
  font-size: .5rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-v14-now-item h3 {
  margin: 0;
  font-family: var(--uy-serif);
  font-size: .92rem;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.home-v14-stories { padding: 86px 0 94px; }

.home-v14-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 35px;
}

.home-v14-section-head h2 {
  margin: 0;
  font-family: var(--uy-serif);
  font-size: clamp(2.8rem, 5.5vw, 4.8rem);
  line-height: .88;
  letter-spacing: -.052em;
  text-transform: uppercase;
}

.home-v14-view-all {
  padding-bottom: 6px;
  border-bottom: 2px solid var(--uy-coral);
  color: var(--uy-navy);
}

.home-v14-story-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.27fr) minmax(260px, .83fr) minmax(235px, .65fr);
  align-items: stretch;
  gap: 25px;
}

.home-v14-lead-story,
.home-v14-story-tile {
  overflow: hidden;
  border: 1px solid var(--uy-line);
  background: #fff;
  box-shadow: 0 12px 34px rgba(3,40,63,.08);
}

.home-v14-lead-image,
.home-v14-tile-image,
.home-v14-editor-image,
.home-v14-quick-item > a {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--uy-cream);
}

.home-v14-lead-image { aspect-ratio: 1.3; }

.home-v14-lead-image img,
.home-v14-tile-image img,
.home-v14-editor-image img,
.home-v14-quick-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.home-v14-lead-story:hover .home-v14-lead-image img,
.home-v14-story-tile:hover .home-v14-tile-image img,
.home-v14-editor-image:hover img,
.home-v14-quick-item:hover img { transform: scale(1.045); }

.home-v14-lead-image > span,
.home-v14-editor-image > span {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 7px 12px;
  color: #fff;
  background: var(--uy-coral);
  font-size: .55rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.home-v14-lead-copy { padding: 27px 28px 30px; }

.home-v14-lead-copy h3 {
  margin: 0 0 13px;
  font-family: var(--uy-serif);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  line-height: 1;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}

.home-v14-excerpt {
  margin: 0 0 20px;
  color: var(--uy-muted);
  font-size: .8rem;
  line-height: 1.7;
}

.home-v14-story-pair {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 25px;
}

.home-v14-story-tile { display: flex; flex-direction: column; }
.home-v14-tile-image { aspect-ratio: 1.65; }

.home-v14-story-tile > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 20px 18px;
}

.home-v14-story-tile h3 {
  margin: 0 0 16px;
  font-family: var(--uy-serif);
  font-size: 1.34rem;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.home-v14-story-tile .home-v14-text-link { margin-top: auto; }

.home-v14-quick {
  min-width: 0;
  padding: 27px 24px 24px;
  color: #fff;
  background: var(--uy-navy);
}

.home-v14-quick-head {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.22);
}

.home-v14-quick-head > p { margin-bottom: 7px; }

.home-v14-quick-head h2 {
  margin: 0;
  font-family: var(--uy-serif);
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.home-v14-quick-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.home-v14-quick-item:last-child { border-bottom: 0; }

.home-v14-quick-item > a {
  width: 72px;
  height: 78px;
}

.home-v14-quick-item p {
  margin: 0 0 6px;
  color: var(--uy-gold);
  font-size: .49rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-v14-quick-item h3 {
  margin: 0;
  font-family: var(--uy-serif);
  font-size: .92rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.home-v14-quick-item a:hover { color: var(--uy-gold); }

.home-v14-editor {
  position: relative;
  padding: 86px 0;
  overflow: hidden;
  background: var(--uy-cream);
}

.home-v14-editor::after {
  content: 'PICK';
  position: absolute;
  right: -20px;
  bottom: -38px;
  color: rgba(3,45,73,.055);
  font: 900 clamp(8rem, 18vw, 16rem)/.8 var(--uy-sans);
  letter-spacing: -.09em;
}

.home-v14-editor-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(350px, .78fr);
  min-height: 510px;
  box-shadow: 0 24px 60px rgba(3,40,63,.15);
}

.home-v14-editor-image { min-height: 510px; }

.home-v14-editor-image > span {
  top: auto;
  bottom: 24px;
  background: var(--uy-teal);
}

.home-v14-editor-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 48px;
  color: #fff;
  background: var(--uy-navy);
}

.home-v14-editor-kicker {
  margin: 0 0 20px;
  color: var(--uy-gold);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-v14-editor-copy h2 {
  margin: 0 0 20px;
  font-family: var(--uy-serif);
  font-size: clamp(2.55rem, 4.5vw, 4.2rem);
  line-height: .94;
  letter-spacing: -.047em;
  overflow-wrap: anywhere;
}

.home-v14-editor-copy > p:not(.home-v14-editor-kicker) {
  margin: 0 0 22px;
  color: rgba(255,255,255,.74);
  font-size: .85rem;
  line-height: 1.7;
}

.home-v14-editor-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 27px;
}

.home-v14-editor-meta span {
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.25);
  font-size: .52rem;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.home-v14-editor-copy .button { align-self: flex-start; }

.home-v14-interests { padding: 88px 0 96px; }

.home-v14-interest-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-v14-interest-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 275px;
  flex-direction: column;
  padding: 29px 28px 25px;
  overflow: hidden;
  color: #fff;
  background: var(--uy-coral);
  transition: transform .25s ease, box-shadow .25s ease;
}

.home-v14-interest-card:nth-child(2) { color: var(--uy-navy); background: var(--uy-gold); }
.home-v14-interest-card:nth-child(3) { background: var(--uy-teal); }
.home-v14-interest-card:nth-child(4) { background: var(--uy-navy); }
.home-v14-interest-card:nth-child(5) { color: var(--uy-navy); background: #efdcb9; }
.home-v14-interest-card:nth-child(6) { color: var(--uy-navy); background: #b4ddd6; }

.home-v14-interest-card::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .12;
  background: radial-gradient(circle at 86% 12%, currentColor 0 2px, transparent 2.7px) 0 0 / 20px 20px;
}

.home-v14-interest-card:hover {
  z-index: 2;
  transform: translateY(-7px);
  color: inherit;
  box-shadow: 0 20px 45px rgba(3,40,63,.18);
}

.home-v14-interest-number {
  position: absolute;
  right: 20px;
  top: 13px;
  color: rgba(255,255,255,.28);
  font: 700 3.5rem/1 var(--uy-serif);
}

.home-v14-interest-card:nth-child(2) .home-v14-interest-number,
.home-v14-interest-card:nth-child(5) .home-v14-interest-number,
.home-v14-interest-card:nth-child(6) .home-v14-interest-number { color: rgba(3,45,73,.15); }

.home-v14-interest-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: auto;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.home-v14-interest-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-v14-interest-card h3 {
  margin: 31px 0 8px;
  font-family: var(--uy-serif);
  font-size: 1.52rem;
  line-height: 1;
}

.home-v14-interest-card p {
  max-width: 260px;
  margin: 0 0 18px;
  opacity: .8;
  font-size: .74rem;
  line-height: 1.55;
}

.home-v14-interest-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  font-size: .55rem;
  font-weight: 900;
  letter-spacing: .065em;
  text-transform: uppercase;
}

.home-v14-manifesto {
  padding: 72px 0;
  color: #fff;
  background: var(--uy-teal);
}

.home-v14-manifesto-grid {
  display: grid;
  grid-template-columns: 140px minmax(0, 1.35fr) minmax(260px, .65fr);
  align-items: center;
  gap: 44px;
}

.home-v14-manifesto-mark {
  margin: 0;
  color: var(--uy-gold);
  font: 900 5.8rem/.75 var(--uy-sans);
  letter-spacing: -.12em;
}

.home-v14-manifesto-kicker { color: var(--uy-gold); }

.home-v14-manifesto h2 {
  margin: 0;
  font-family: var(--uy-serif);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.03;
  letter-spacing: -.035em;
}

.home-v14-manifesto-about {
  padding-left: 34px;
  border-left: 1px solid rgba(255,255,255,.3);
}

.home-v14-manifesto-about p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.8);
  font-size: .78rem;
  line-height: 1.7;
}

.home-v14-manifesto .home-v14-text-link { color: #fff; }

.home-v14-newsletter {
  color: #fff;
  background: var(--uy-navy);
}

.home-v14-newsletter-grid {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(260px, .72fr) minmax(340px, 1fr);
  align-items: stretch;
  min-height: 190px;
}

.home-v14-newsletter-image {
  min-height: 190px;
  background-position: center;
  background-size: cover;
}

.home-v14-newsletter-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 35px;
}

.home-v14-newsletter-copy > p { margin-bottom: 8px; }

.home-v14-newsletter-copy h2 {
  margin: 0 0 8px;
  font-family: var(--uy-serif);
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

.home-v14-newsletter-copy > span {
  color: rgba(255,255,255,.72);
  font-size: .76rem;
}

.home-v14-newsletter-form-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 0 34px 28px;
}

.home-v14-newsletter .newsletter-form {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
}

.home-v14-newsletter .newsletter-form input[type='email'],
.home-v14-newsletter .newsletter-form button {
  min-height: 48px;
}

.home-v14-newsletter .newsletter-form button { padding-inline: 24px; }

@media (max-width: 1100px) {
  .home-v14-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr);
  }

  .home-v14-hero-copy { padding-right: 36px; }
  .home-v14-portrait { right: 22px; }
  .home-v14-feature-card { left: 0; }

  .home-v14-now-grid { grid-template-columns: 125px repeat(3, minmax(0, 1fr)); }
  .home-v14-now-item { padding-inline: 16px; }

  .home-v14-story-stage {
    grid-template-columns: minmax(0, 1.15fr) minmax(270px, .85fr);
  }

  .home-v14-quick {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 180px repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 0;
  }

  .home-v14-quick-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 22px 0 0;
    border-right: 1px solid rgba(255,255,255,.2);
    border-bottom: 0;
  }

  .home-v14-quick-item {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 12px 15px;
    border-right: 1px solid rgba(255,255,255,.18);
    border-bottom: 0;
  }

  .home-v14-quick-item:last-child { border-right: 0; }
  .home-v14-quick-item > a { width: 58px; height: 64px; }
  .home-v14-quick-item h3 { font-size: .78rem; }

  .home-v14-manifesto-grid {
    grid-template-columns: 110px minmax(0, 1fr) minmax(240px, .65fr);
    gap: 30px;
  }

  .home-v14-manifesto-mark { font-size: 4.7rem; }

  .home-v14-newsletter-grid {
    grid-template-columns: minmax(250px, .7fr) minmax(240px, .65fr) minmax(300px, 1fr);
  }
}

@media (max-width: 900px) {
  .home-v14 .site-container,
  body.home .site-header .site-container,
  body.home .site-footer .site-container {
    width: min(100% - 36px, 1180px);
  }

  .home-v14-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
    min-height: 620px;
  }

  .home-v14-hero-copy { padding-block: 68px; }
  .home-v14-title { font-size: clamp(3.8rem, 8.7vw, 5.6rem); }
  .home-v14-portrait-wrap { min-height: 620px; }
  .home-v14-sun { width: 410px; height: 410px; }

  .home-v14-portrait {
    right: 0;
    width: 265px;
    height: 595px;
  }

  .home-v14-feature-card {
    left: -15px;
    width: 290px;
    padding: 19px;
  }

  .home-v14-feature-card h2 { font-size: 1.22rem; }

  .home-v14-now-grid {
    grid-template-columns: 125px repeat(2, minmax(0, 1fr));
  }

  .home-v14-now-item:nth-child(4) { display: none; }

  .home-v14-editor-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  }

  .home-v14-editor-copy { padding: 42px 34px; }
  .home-v14-interest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .home-v14-manifesto-grid {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .home-v14-manifesto-about {
    grid-column: 2;
    padding: 25px 0 0;
    border-top: 1px solid rgba(255,255,255,.3);
    border-left: 0;
  }

  .home-v14-newsletter-grid {
    grid-template-columns: 38% 62%;
  }

  .home-v14-newsletter-copy { padding: 28px 30px 10px; }
  .home-v14-newsletter-form-wrap { grid-column: 2; padding: 12px 30px 30px; }
}

@media (max-width: 720px) {
  body.home .header-top { min-height: 34px; }
  body.home .brand-row { min-height: 104px; }
  body.home .nav-wrap { padding-block: 8px; }

  .home-v14-hero { background: var(--uy-navy); }

  .home-v14-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-v14-hero-copy {
    min-height: 540px;
    padding: 68px 0 55px;
  }

  .home-v14-title { font-size: clamp(4rem, 17vw, 6rem); }
  .home-v14-description { max-width: 500px; }

  .home-v14-portrait-wrap {
    min-height: 660px;
    margin-inline: -18px;
    background: #04263d;
  }

  .home-v14-sun {
    width: 490px;
    height: 490px;
    right: -110px;
  }

  .home-v14-portrait {
    right: 50%;
    width: 290px;
    height: 650px;
    transform: translateX(50%);
  }

  .home-v14-feature-card {
    left: 18px;
    bottom: 24px;
    width: min(350px, calc(100% - 36px));
  }

  .home-v14-now-grid {
    grid-template-columns: 1fr;
    padding-block: 8px;
  }

  .home-v14-now-label {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--uy-line);
  }

  .home-v14-now-item {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--uy-line);
  }

  .home-v14-now-item:nth-child(4) { display: grid; }
  .home-v14-now-item:last-child { border-bottom: 0; }

  .home-v14-stories,
  .home-v14-interests { padding-block: 64px 70px; }

  .home-v14-section-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .home-v14-section-head h2 { font-size: clamp(2.8rem, 14vw, 4.5rem); }

  .home-v14-story-stage { grid-template-columns: 1fr; }
  .home-v14-lead-image { aspect-ratio: 1.2; }
  .home-v14-story-pair { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }

  .home-v14-quick {
    grid-column: auto;
    display: block;
    padding: 25px 22px;
  }

  .home-v14-quick-head {
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }

  .home-v14-quick-item {
    grid-template-columns: 75px minmax(0, 1fr);
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
  }

  .home-v14-quick-item > a { width: 75px; height: 78px; }
  .home-v14-quick-item h3 { font-size: .95rem; }

  .home-v14-editor { padding-block: 64px; }

  .home-v14-editor-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-v14-editor-image { min-height: 390px; }
  .home-v14-editor-copy { padding: 42px 30px 46px; }

  .home-v14-manifesto-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home-v14-manifesto-mark { font-size: 4.4rem; }
  .home-v14-manifesto-about { grid-column: auto; }

  .home-v14-newsletter-grid { grid-template-columns: 1fr; }
  .home-v14-newsletter-image { min-height: 220px; }
  .home-v14-newsletter-copy { padding: 32px 0 12px; }
  .home-v14-newsletter-form-wrap { grid-column: auto; padding: 10px 0 38px; }
}

@media (max-width: 520px) {
  .home-v14 .site-container,
  body.home .site-header .site-container,
  body.home .site-footer .site-container {
    width: min(100% - 30px, 1180px);
  }

  body.home .header-tagline {
    max-width: 260px;
    font-size: .42rem;
  }

  .home-v14-hero-copy { min-height: 500px; }
  .home-v14-title { font-size: clamp(3.55rem, 18vw, 5.1rem); }

  .home-v14-actions { flex-direction: column; align-items: stretch; }
  .home-v14-actions .button { width: 100%; }
  .home-v14-beats { margin-top: 32px; }

  .home-v14-portrait-wrap { min-height: 610px; }
  .home-v14-portrait { width: 266px; height: 598px; }

  .home-v14-feature-card {
    left: 15px;
    bottom: 18px;
    width: calc(100% - 30px);
  }

  .home-v14-story-pair { grid-template-columns: 1fr; }
  .home-v14-tile-image { aspect-ratio: 1.48; }

  .home-v14-interest-grid { grid-template-columns: 1fr; }
  .home-v14-interest-card { min-height: 245px; }

  .home-v14-editor-image { min-height: 300px; }
  .home-v14-editor-copy { padding: 36px 24px 40px; }
  .home-v14-editor-copy h2 { font-size: clamp(2.35rem, 11vw, 3.35rem); }

  .home-v14-manifesto { padding-block: 55px; }
  .home-v14-manifesto h2 { font-size: 2rem; }

  .home-v14-newsletter-copy h2 { font-size: 2.1rem; }
  .home-v14-newsletter .newsletter-form { grid-template-columns: 1fr; }
}
