/* =================================================================
   chiagoromosu.com — Editorial executive site
   Palette: Navy #0B2545 / Gold #8A6D3B / Slate #3D4A5C / Bone #F4F1EA
   Type: Georgia (display, serif) + Inter (body, sans)
   ================================================================= */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 16px; line-height: 1.6; color: #1a1f2e; background: #ffffff; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-family: Georgia, 'Times New Roman', serif; font-weight: 500; color: #0B2545; margin: 0; }

.container { max-width: 1280px; margin: 0 auto; padding: 0 48px; }
.section { padding: 88px 0; }
.section-label { display: flex; align-items: baseline; gap: 16px; margin-bottom: 36px; }
.section-label .num { color: #8A6D3B; font-family: Georgia, serif; font-size: 14px; }
.section-label .text { font-size: 11px; letter-spacing: 3px; color: #3d4a5c; font-weight: 500; }
.section-dark { background: #0B2545; color: white; }
.section-dark h2 { color: white; }
.section-dark .section-label .num { color: #c9a875; }
.section-dark .section-label .text { color: rgba(255,255,255,0.6); }

/* NAV */
.nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.96); border-bottom: 0.5px solid #e0dfd8; padding: 18px 0; backdrop-filter: blur(8px); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; }
.logo { font-family: Georgia, serif; font-size: 20px; color: #0B2545; letter-spacing: 0.5px; font-weight: 500; }
.logo .accent { color: #8A6D3B; }
.nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 26px; }
.nav ul a { font-size: 13px; color: #3d4a5c; letter-spacing: 0.3px; }
.nav ul a:hover { color: #0B2545; }
.nav ul a.cta { color: #0B2545; font-weight: 500; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #0B2545; margin: 4px 0; }

/* HERO */
.hero { padding: 90px 0 80px; background: linear-gradient(180deg, #ffffff 0%, #faf8f3 100%); }
.hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: center; }
.eyebrow { font-size: 11px; letter-spacing: 3px; color: #8A6D3B; font-weight: 500; margin-bottom: 24px; }
.hero h1.hero-name-eyebrow { font-family: Inter, system-ui, sans-serif; font-size: 38px; letter-spacing: 6px; color: #8A6D3B; font-weight: 600; margin: 0 0 28px; line-height: 1.05; text-transform: uppercase; }
.hero p.hero-headline { font-family: Georgia, "Times New Roman", serif; font-size: 44px; line-height: 1.18; color: #0B2545; margin: 0 0 28px; font-weight: 400; letter-spacing: -0.5px; max-width: 620px; }
.hero p.lead { font-size: 17px; line-height: 1.6; color: #3d4a5c; margin: 0 0 32px; max-width: 540px; }
.hero-actions { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.btn { background: #0B2545; color: white; padding: 13px 26px; font-size: 13px; letter-spacing: 0.5px; font-weight: 500; border-radius: 2px; }
.btn-text { color: #0B2545; font-size: 13px; letter-spacing: 0.5px; border-bottom: 1px solid #8A6D3B; padding-bottom: 4px; }
.hero-portrait { max-width: 440px; margin-left: auto; }
.hero-portrait img { width: 100%; height: auto; border-radius: 2px; box-shadow: 0 12px 40px rgba(11,37,69,0.18); }

/* STATS */
.stats { padding: 70px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 0.5px solid rgba(255,255,255,0.15); }
.stat { padding: 28px 24px; border-right: 0.5px solid rgba(255,255,255,0.15); border-bottom: 0.5px solid rgba(255,255,255,0.15); }
.stat:nth-child(3n) { border-right: none; }
.stat:nth-last-child(-n+3) { border-bottom: none; }
.stat-num { font-family: Georgia, serif; font-size: 44px; line-height: 1; margin-bottom: 8px; font-weight: 500; }
.stat-num .accent { color: #c9a875; }
.stat-label { font-size: 12px; color: rgba(255,255,255,0.65); letter-spacing: 0.5px; }

/* ABOUT */
.about { background: white; }
.about-grid { display: grid; grid-template-columns: 0.85fr 1.4fr; gap: 56px; align-items: start; }
.about-img img { width: 100%; height: auto; border-radius: 2px; }
.about-img .caption { font-size: 11px; color: #8A6D3B; letter-spacing: 1px; font-style: italic; margin-top: 12px; }
.about-content h2 { font-size: 36px; line-height: 1.15; margin-bottom: 28px; }
.about-content p { font-size: 16px; line-height: 1.8; color: #2c3545; margin: 0 0 20px; }

/* PERSPECTIVE */
.perspective { background: #f4f1ea; }
.perspective-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; }
.perspective h2 { font-size: 36px; line-height: 1.15; }
.perspective .body { font-family: Georgia, serif; font-size: 17px; line-height: 1.8; color: #2c3545; }
.perspective .body p { margin: 0 0 22px; }
.perspective .body .signoff { padding-top: 20px; border-top: 1px solid #c9a875; font-style: italic; color: #0B2545; margin: 0; }

/* CAREER */
.career { background: white; }
.career-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 2px solid #e0dfd8; border-bottom: 2px solid #e0dfd8; border-left: 2px solid #e0dfd8; border-right: 2px solid #e0dfd8; }
.career-item { padding: 28px 20px; border-right: 2px solid #e0dfd8; }
.career-item:last-child { border-right: none; }
.career-item.current { background: #faf8f3; }
.career-item h3 { font-family: Georgia, serif; font-size: 18px; margin-bottom: 6px; color: #0B2545; }
.career-item .role { font-size: 11px; letter-spacing: 0.5px; margin-bottom: 16px; color: #3d4a5c; }
.career-item.current .role { color: #8A6D3B; }
.career-item p { font-size: 12px; color: #3d4a5c; line-height: 1.5; margin: 0; }

/* TRANSACTIONS — full image shown with contain, dark surround for letterboxing */
.transactions { background: #fafaf7; }
.transactions p.intro { font-size: 14px; color: #3d4a5c; margin: 0 0 40px; max-width: 620px; }
.tx-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tx-card { background: white; border: 1px solid #e0dfd8; border-radius: 2px; overflow: hidden; transition: 0.2s; display: flex; flex-direction: column; }
.tx-card:hover { box-shadow: 0 8px 24px rgba(11,37,69,0.08); transform: translateY(-2px); }
.tx-card .img-wrap { aspect-ratio: 16/10; overflow: hidden; background: #0B2545; display: flex; align-items: center; justify-content: center; }
.tx-card .img-wrap img { width: 100%; height: 100%; object-fit: contain; display: block; }
.tx-card .body { padding: 20px; flex: 1; }
.tx-card .meta { font-size: 10px; color: #8A6D3B; letter-spacing: 1.5px; margin-bottom: 10px; }
.tx-card .meta.prior { color: #3d4a5c; }
.tx-card h3 { font-family: Georgia, serif; font-size: 20px; line-height: 1.25; margin-bottom: 10px; color: #0B2545; }
.tx-card p { font-size: 13px; color: #3d4a5c; margin: 0 0 14px; }
.tx-card .status { font-size: 10px; color: #8A6D3B; letter-spacing: 0.5px; font-weight: 500; }

/* QUOTE TICKER */
@keyframes scrollLeft  { 0% { transform: translateX(0); }   100% { transform: translateX(-50%); } }
@keyframes scrollRight { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
.quotes { background: #0B2545; color: white; padding: 80px 0 90px; }
.quotes-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 48px; padding: 0 48px; max-width: 1280px; margin-left: auto; margin-right: auto; }
.quotes-header h2 { font-size: 38px; line-height: 1.15; max-width: 660px; color: white; }
.quotes-meta { font-size: 12px; color: rgba(255,255,255,0.5); letter-spacing: 1px; font-style: italic; padding-bottom: 6px; }
.marquee-mask { position: relative; overflow: hidden; }
.marquee-mask::before, .marquee-mask::after { content: ""; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2; pointer-events: none; }
.marquee-mask::before { left: 0; background: linear-gradient(90deg, #0B2545, transparent); }
.marquee-mask::after { right: 0; background: linear-gradient(270deg, #0B2545, transparent); }
.marquee-track    { display: flex; gap: 24px; width: max-content; animation: scrollLeft 90s linear infinite; }
.marquee-track-rev { display: flex; gap: 24px; width: max-content; animation: scrollRight 105s linear infinite; }
.marquee-mask:hover .marquee-track, .marquee-mask:hover .marquee-track-rev { animation-play-state: paused; }
.marquee-row { margin-bottom: 24px; }
.qcard, .qcard-lg { flex-shrink: 0; background: rgba(255,255,255,0.04); border: 0.5px solid rgba(201,168,117,0.3); padding: 28px; border-radius: 2px; }
.qcard { width: 380px; }
.qcard-lg { width: 480px; }
.qcard .open-q, .qcard-lg .open-q { font-family: Georgia, serif; font-size: 32px; color: #c9a875; line-height: 1; margin-bottom: 14px; }
.qcard .body, .qcard-lg .body { font-family: Georgia, serif; font-size: 17px; line-height: 1.55; color: rgba(255,255,255,0.92); font-style: italic; margin-bottom: 22px; }
.qcard .source, .qcard-lg .source { border-top: 1px solid rgba(201,168,117,0.4); padding-top: 14px; font-size: 11px; color: #c9a875; letter-spacing: 1px; }
.quotes-footer { padding: 36px 48px 0; max-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.quotes-footer .hint { font-size: 12px; color: rgba(255,255,255,0.5); }
.quotes-footer .cta { font-size: 12px; color: #c9a875; letter-spacing: 1px; }

/* PRESS */
.press { background: white; }
.outlet-bar { display: flex; flex-wrap: wrap; align-items: center; gap: 32px; padding: 22px 28px; background: #faf8f3; border: 0.5px solid #e0dfd8; margin-bottom: 36px; }
.outlet-bar span { font-family: Georgia, serif; font-size: 14px; color: #0B2545; }
.press-list { border-top: 1px solid #e0dfd8; }
.press-row { display: grid; grid-template-columns: 110px 180px 1fr 90px; gap: 24px; padding: 22px 0; border-bottom: 1px solid #e0dfd8; align-items: center; }
.press-row .date { font-size: 12px; color: #8A6D3B; letter-spacing: 0.5px; }
.press-row .outlet { font-family: Georgia, serif; font-size: 14px; color: #0B2545; }
.press-row .headline { font-size: 15px; color: #2c3545; line-height: 1.4; }
.press-row .read { font-size: 12px; color: #8A6D3B; text-align: right; letter-spacing: 0.5px; }

/* GALLERY — true masonry via CSS columns, every photo shown at natural aspect ratio */
.gallery { background: white; }
.gallery p.intro { font-size: 14px; color: #3d4a5c; margin: 0 0 36px; max-width: 620px; }
.masonry { column-count: 3; column-gap: 16px; }
.masonry .tile { break-inside: avoid; margin: 0 0 16px; border-radius: 2px; overflow: hidden; background: #f4f1ea; display: block; }
.masonry .tile img { width: 100%; height: auto; display: block; }

/* CIVIC */
.civic { background: #f4f1ea; }
.civic-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; }
.civic h2 { font-size: 32px; line-height: 1.2; }
.civic p { font-size: 16px; line-height: 1.8; color: #2c3545; margin: 0 0 22px; }
.affiliations { border-top: 1px solid #e0dfd8; padding-top: 22px; margin-top: 22px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 32px; font-size: 14px; color: #2c3545; }
.affiliations strong { color: #8A6D3B; font-weight: 500; }

/* CONTACT */
.contact { background: white; }
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; }
.contact h2 { font-size: 44px; line-height: 1.1; margin-bottom: 24px; }
.contact p.lead { font-size: 16px; color: #2c3545; line-height: 1.7; max-width: 460px; margin: 0 0 28px; }
.email-link { font-family: Georgia, serif; font-size: 28px; color: #0B2545; border-bottom: 2px solid #8A6D3B; padding-bottom: 4px; display: inline-block; }
.contact-side { border-left: 1px solid #c9a875; padding-left: 32px; }
.contact-side .h { font-size: 11px; letter-spacing: 2px; color: #8A6D3B; margin: 24px 0 14px; }
.contact-side .h:first-child { margin-top: 0; }
.contact-side a { display: block; font-size: 14px; color: #0B2545; margin-bottom: 10px; }

/* FOOTER */
.footer { background: #0B2545; color: rgba(255,255,255,0.55); padding: 32px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; font-size: 12px; flex-wrap: wrap; gap: 12px; }
.footer .logo { color: white; }
.footer .logo .accent { color: #c9a875; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .container, .quotes-header, .quotes-footer { padding-left: 32px; padding-right: 32px; }
  .editorial-band .caption-inner { padding: 0 32px; }
  .hero h1.hero-name-eyebrow { font-size: 30px; letter-spacing: 4px; }
  .hero p.hero-headline { font-size: 34px; }
  .stats-grid, .tx-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3n) { border-right: 0.5px solid rgba(255,255,255,0.15); }
  .stat:nth-child(2n) { border-right: none; }
  .career-grid { grid-template-columns: repeat(2, 1fr); }
  .career-item { border-bottom: 2px solid #e0dfd8; }
  .career-item:nth-child(2n) { border-right: none; }
  .career-item:nth-last-child(-n+2) { border-bottom: none; }
  .about-grid, .perspective-grid, .civic-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .nav ul { display: none; }
  .nav-toggle { display: block; }
  .nav ul.open { display: flex; position: absolute; top: 100%; left: 0; right: 0; background: white; flex-direction: column; gap: 0; border-bottom: 1px solid #e0dfd8; }
  .nav ul.open li { border-bottom: 1px solid #f0eee8; }
  .nav ul.open a { display: block; padding: 16px 32px; }
  .masonry { column-count: 2; }
}
@media (max-width: 640px) {
  .container, .quotes-header, .quotes-footer { padding-left: 20px; padding-right: 20px; }
  .editorial-band .caption-inner { padding: 0 20px; flex-direction: column; align-items: flex-start; gap: 12px; }
  .section { padding: 56px 0; }
  .hero { padding: 50px 0 60px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero h1.hero-name-eyebrow { font-size: 22px; letter-spacing: 3px; }
  .hero p.hero-headline { font-size: 26px; }
  .editorial-band { height: 280px; }
  .editorial-band .caption-text { font-size: 15px; }
  .stats-grid, .tx-grid { grid-template-columns: 1fr; }
  .stat { border-right: none !important; }
  .career-grid { grid-template-columns: 1fr; }
  .career-item { border-right: none; border-bottom: 2px solid #e0dfd8; }
  .qcard, .qcard-lg { width: 280px; padding: 22px; }
  .qcard .body, .qcard-lg .body { font-size: 15px; }
  .press-row { grid-template-columns: 90px 1fr; }
  .press-row .outlet, .press-row .read { display: none; }
  .masonry { column-count: 1; }
}

*:focus-visible { outline: 2px solid #8A6D3B; outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
                                                                                                                                                                                                   