:root {
  --paper: #f7f5ef;
  --paper-light: #fcfbf7;
  --ink: #15211d;
  --muted: #66706c;
  --line: #d9ddd7;
  --accent: #1f4b3e;
  --accent-deep: #12372d;
  --serif: "Libre Baskerville", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper-light);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; clip: rect(0, 0, 0, 0); width: 1px; height: 1px; overflow: hidden; }

.site-header {
  align-items: center;
  background: rgba(252, 251, 247, .9);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 82px;
  justify-content: space-between;
  padding: 0 max(32px, calc((100vw - 1180px) / 2));
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
}
.brand { align-items: center; display: flex; gap: 13px; }
.brand-name { font-size: 17px; font-weight: 700; letter-spacing: .16em; }
.brand-rule { background: var(--accent); height: 24px; width: 1px; }
.brand-note { color: var(--muted); font-family: var(--serif); font-size: 11px; font-style: italic; line-height: 1.3; width: 70px; }
.primary-navigation { display: flex; gap: 36px; }
.primary-navigation a { color: var(--muted); font-size: 12px; letter-spacing: .12em; padding: 9px 0; text-transform: uppercase; }
.primary-navigation a:hover, .primary-navigation a.active { color: var(--accent); }
.menu-toggle { display: none; }

.hero { align-items: center; display: grid; gap: 72px; grid-template-columns: .96fr 1.04fr; min-height: 690px; padding: 76px 0 88px; }
h1, h2, h3 { margin: 0; }
h1 { font-family: var(--serif); font-size: clamp(56px, 5.25vw, 76px); font-weight: 400; letter-spacing: -.07em; line-height: 1.08; }
h1 em { color: var(--accent); display: block; font-weight: 400; }
.hero-copy > p { color: var(--muted); font-size: 17px; line-height: 1.8; margin: 30px 0 34px; max-width: 510px; }
.hero-actions { align-items: center; display: flex; gap: 28px; }
.button { background: var(--accent); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .15em; padding: 17px 22px; text-transform: uppercase; transition: background .25s ease; }
.button:hover { background: var(--accent-deep); }
.text-link { color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.text-link span { display: inline-block; font-size: 17px; margin-left: 7px; transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }
.hero-image { margin: 0; }
.hero-image img { aspect-ratio: 4 / 5; max-height: 600px; }
figcaption { color: var(--muted); font-family: var(--serif); font-size: 11px; font-style: italic; line-height: 1.6; margin-top: 10px; }

.section-index { color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.intro { display: grid; gap: 40px; grid-template-columns: 160px minmax(0, 680px); padding: 130px 0; }
.intro h2, .section-head h2, .themes h2, .contact h2 { font-family: var(--serif); font-size: clamp(36px, 4vw, 53px); font-weight: 400; letter-spacing: -.06em; line-height: 1.15; }
.intro-copy { max-width: 560px; }
.intro-copy .lead { color: var(--ink); font-family: var(--serif); font-size: 20px; line-height: 1.7; margin: 27px 0 20px; }
.intro-copy p:not(.lead) { color: var(--muted); font-size: 15px; line-height: 1.8; margin: 0 0 30px; }
.insights { background: var(--paper); border-block: 1px solid var(--line); padding: 124px 0; }
.section-head { align-items: end; display: grid; gap: 40px; grid-template-columns: 160px 1fr auto; margin-bottom: 48px; }
.section-head p, .themes-title p { color: var(--muted); font-size: 15px; margin: 15px 0 0; }
.featured-story { background: var(--accent-deep); color: #fff; display: grid; grid-template-columns: 1.16fr .84fr; }
.featured-story figure { margin: 0; }
.featured-story img { height: 100%; min-height: 400px; }
.featured-story article { align-self: center; padding: 48px; }
.article-meta { align-items: center; color: #a9bcb5; display: flex; flex-wrap: wrap; font-size: 10px; font-weight: 700; gap: 8px; letter-spacing: .14em; text-transform: uppercase; }
.article-meta span { background: currentColor; border-radius: 50%; height: 3px; width: 3px; }
.featured-story h3 { font-family: var(--serif); font-size: 35px; font-weight: 400; letter-spacing: -.06em; line-height: 1.2; margin: 22px 0 18px; }
.featured-story p { color: #bdcbc6; font-size: 14px; line-height: 1.8; margin-bottom: 25px; }
.featured-story .text-link { color: #fff; }
.article-list { display: grid; gap: 24px; grid-template-columns: 1fr 1fr; margin-top: 25px; }
.article-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 16px 20px; grid-template-columns: 150px 1fr 24px; padding: 18px 0 24px; }
.article-row figure { grid-row: 1 / span 2; margin: 0; }
.article-row img { aspect-ratio: 4 / 3; }
.article-row .article-meta { color: var(--muted); }
.article-row h3 { font-family: var(--serif); font-size: 19px; font-weight: 400; letter-spacing: -.04em; line-height: 1.4; }
.arrow-link { color: var(--accent); font-size: 22px; grid-column: 3; grid-row: 1 / span 2; }

.themes { display: grid; gap: 40px; grid-template-columns: 160px 320px 1fr; padding: 128px 0; }
.theme-list { border-top: 1px solid var(--line); list-style: none; margin: 0; padding: 0; }
.theme-list li { border-bottom: 1px solid var(--line); padding: 22px 0 20px 52px; position: relative; }
.theme-list span { color: var(--accent); font-size: 10px; font-weight: 700; left: 0; letter-spacing: .1em; position: absolute; top: 26px; }
.theme-list h3 { font-family: var(--serif); font-size: 23px; font-weight: 400; letter-spacing: -.04em; }
.theme-list p { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 7px 0 0; }

.contact { background: var(--accent-deep); color: #fff; text-align: center; }
.contact-inner { padding: 108px 0 115px; }
.contact .section-index { color: #9eb2ab; margin-bottom: 25px; }
.contact p { color: #b8c8c2; font-size: 15px; margin: 18px 0 30px; }
.contact-email { border-bottom: 1px solid #729088; color: #fff; font-family: var(--serif); font-size: 22px; padding-bottom: 6px; }
.site-footer { color: var(--muted); display: flex; font-size: 11px; justify-content: space-between; letter-spacing: .04em; padding: 23px 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 680px); }
  .site-header { height: 70px; padding-inline: 20px; }
  .brand-note, .brand-rule { display: none; }
  .menu-toggle { background: transparent; border: 0; display: grid; gap: 5px; padding: 8px 0 8px 8px; }
  .menu-toggle span:not(.sr-only) { background: var(--ink); display: block; height: 1px; width: 25px; }
  .primary-navigation { background: var(--paper-light); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 0; left: 0; padding: 16px 20px 22px; position: absolute; top: 69px; width: 100%; }
  .primary-navigation.open { display: flex; }
  .primary-navigation a { padding: 13px 0; }
  .hero { display: block; min-height: 0; padding: 65px 0 70px; }
  h1 { font-size: clamp(48px, 13vw, 67px); }
  .hero-image { margin-top: 48px; }
  .hero-image img { aspect-ratio: 1 / 1; }
  .intro { display: block; padding: 88px 0; }
  .intro-copy { margin: 20px 0 48px; }
  .insights { padding: 88px 0; }
  .section-head { display: block; }
  .section-head h2 { margin-top: 18px; }
  .section-head .text-link { display: inline-block; margin-top: 24px; }
  .featured-story { display: block; }
  .featured-story img { min-height: 0; }
  .featured-story article { padding: 30px 25px 34px; }
  .featured-story h3 { font-size: 31px; }
  .article-list { display: block; }
  .article-row { grid-template-columns: 105px 1fr 18px; }
  .article-row h3 { font-size: 17px; }
  .themes { display: block; padding: 88px 0; }
  .themes-title { margin: 20px 0 36px; }
  .contact-inner { padding: 84px 0 90px; }
  .site-footer { display: block; line-height: 1.6; padding: 16px 0; }
  .site-footer p { margin: 4px 0; }
}

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