:root {
  --ink: #292d2a;
  --ink-2: #315c45;
  --forest: #315c45;
  --moss: #8fa98f;
  --sage: #8fa98f;
  --sun: #e5b94b;
  --clay: #c86f52;
  --cream: #f7f4ec;
  --paper: #f7f4ec;
  --white: #ffffff;
  --line: rgba(49, 92, 69, .18);
  --shadow: 0 24px 70px rgba(41, 45, 42, .12);
  --radius: 26px;
  --serif: "Handlee", "Segoe Print", cursive;
  --sans: "Lato", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --heading: "Poppins", "Lato", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2 { font-family: var(--serif); }
h3, h4, h5, h6, .button { font-family: var(--heading); }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--sun); color: var(--ink); padding: 10px 16px; border-radius: 0 0 8px 8px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 0; }

.announcement { height: 34px; overflow: hidden; color: var(--cream); background: var(--clay); }
.announcement-track { width: max-content; height: 100%; display: flex; align-items: center; gap: 26px; padding-left: 26px; animation: announcement-scroll 28s linear infinite; }
.announcement-track span { font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.announcement-track i { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--sun); }
@keyframes announcement-scroll { to { transform: translateX(-25%); } }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(252, 250, 244, .9); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(23, 54, 44, .05); }
.header-inner.shell { width: min(1360px, calc(100% - 40px)); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1; }
.brand img { flex: 0 0 auto; }
.brand .official-logo { width: 186px; height: 58px; object-fit: cover; object-position: center 47%; mix-blend-mode: multiply; }
.brand span { display: grid; gap: 2px; }
.brand strong { font: 700 12px/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.brand em { font: italic 700 21px/1 var(--serif); }
.site-nav { display: flex; align-items: center; gap: 15px; font-size: 11px; font-weight: 900; }
.site-nav a { text-decoration: none; position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--clay); transition: right .2s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-cta { padding: 10px 17px; border: 1px solid var(--ink); border-radius: 999px; transition: .2s; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--ink); color: var(--paper); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; cursor: pointer; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }

.hero { min-height: 690px; position: relative; overflow: hidden; color: var(--ink); background: var(--cream); }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; left: -210px; bottom: -230px; border: 2px solid rgba(200,111,82,.3); border-radius: 46% 54% 51% 49% / 55% 42% 58% 45%; transform: rotate(18deg); pointer-events: none; }
.hero-layout { min-height: 690px; position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(40px, 7vw, 100px); padding-top: 62px; padding-bottom: 62px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--forest); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: var(--clay); }
.hero h1, .section h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(54px, 6.1vw, 84px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.hero-lead { max-width: 610px; margin: 28px 0 34px; color: #59615c; font-size: clamp(17px, 2vw, 20px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 51px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(23, 54, 44, .13); }
.button-primary { color: var(--paper); background: var(--ink); }
.button-primary { background: var(--forest); }
.button-primary:hover { background: #244b37; }
.button-cream { color: var(--ink); background: var(--cream); }
.button-sun { color: var(--ink); background: var(--sun); }
.button-outline { color: var(--forest); background: transparent; border-color: var(--forest); }
.button-outline:hover { color: var(--cream); background: var(--forest); }
.text-link { display: inline-flex; gap: 12px; color: var(--forest); text-decoration: none; font-size: 14px; font-weight: 800; border-bottom: 1px solid currentColor; }
.hero-text-link { color: var(--cream); }
.editorial-hero .eyebrow-light { color: var(--forest); }
.handwritten-note { width: fit-content; margin: 38px 0 0; padding: 4px 3px; position: relative; color: var(--clay); font: 400 21px/1.2 var(--serif); transform: rotate(-1.5deg); }
.handwritten-note::after { content: ""; position: absolute; left: 0; right: -8px; bottom: -4px; height: 7px; border-bottom: 2px solid var(--sun); border-radius: 50%; transform: rotate(-1deg); }
.hero-stats { display: flex; gap: 34px; margin: 48px 0 0; }
.hero-stats div { display: flex; align-items: baseline; gap: 8px; }
.hero-stats dt { color: var(--sun); font: italic 18px var(--serif); }
.hero-stats dd { margin: 0; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.hero-orbit { min-height: 500px; position: relative; }
.orbit-center, .orbit-link { position: absolute; display: grid; align-content: center; justify-items: center; border-radius: 50%; text-decoration: none; text-align: center; box-shadow: 0 16px 45px rgba(16,39,31,.25); }
.orbit-center { left: 50%; top: 50%; width: 188px; height: 188px; padding: 18px; background: var(--cream); transform: translate(-50%, -50%); border: 8px solid rgba(255,255,255,.18); }
.orbit-center img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; mix-blend-mode: multiply; }
.orbit-link { width: 126px; height: 126px; padding: 15px; color: var(--ink); background: var(--sun); border: 1px solid rgba(255,255,255,.35); transition: transform .2s, box-shadow .2s; }
.orbit-link:hover, .orbit-link:focus-visible { transform: scale(1.07); box-shadow: 0 20px 50px rgba(16,39,31,.35); }
.orbit-link span { font: 700 20px/1 var(--serif); }
.orbit-link small { margin-top: 6px; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.orbit-stories { left: 3%; top: 11%; background: var(--sun); }
.orbit-magazine { right: 1%; top: 17%; color: var(--cream); background: var(--clay); }
.orbit-agenda { left: 5%; bottom: 7%; color: var(--cream); background: var(--moss); }
.orbit-collab { right: 2%; bottom: 5%; color: var(--cream); background: var(--ink-2); }

.hero-photo-collage { min-height: 540px; position: relative; }
.hero-photo-collage figure { margin: 0; overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.hero-photo-collage img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { position: absolute; inset: 15px 15px 40px 40px; border-radius: 47% 53% 45% 55% / 41% 44% 56% 59%; transform: rotate(1.5deg); }
.hero-photo-main img { object-position: 48% center; }
.hero-photo-small { position: absolute; width: 180px; height: 180px; right: -16px; bottom: 5px; border: 10px solid var(--cream); border-radius: 50%; transform: rotate(-5deg); }
.photo-stamp { position: absolute; left: 0; top: 12px; display: grid; place-items: center; width: 126px; height: 126px; padding: 18px; border: 2px solid var(--clay); border-radius: 46% 54% 48% 52%; color: var(--clay); background: var(--cream); text-align: center; font: 400 17px/1.05 var(--serif); transform: rotate(-9deg); }

.manifesto-band { overflow: hidden; padding: 20px 0; color: var(--cream); background: var(--ink); }
.manifesto-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.manifesto-inner p { margin: 0; font: italic clamp(17px, 2.4vw, 29px) var(--serif); }
.manifesto-inner i { width: 7px; height: 7px; border-radius: 50%; background: var(--sun); }

.section { padding-top: 112px; padding-bottom: 112px; }
.section-heading { display: grid; grid-template-columns: 1.6fr .8fr; align-items: end; gap: 70px; margin-bottom: 50px; }
.section h2 { margin: 0; font-size: clamp(42px, 5.2vw, 70px); }
.section-heading > p { max-width: 420px; margin: 0 0 6px; color: #5a6c65; }
.photo-carousel { position: relative; }
.carousel-viewport { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 70px; scrollbar-width: none; overscroll-behavior-inline: contain; }
.carousel-viewport::-webkit-scrollbar { display: none; }
.carousel-slide { position: relative; flex: 0 0 min(850px, calc(100% - 140px)); height: 555px; margin: 0; overflow: hidden; scroll-snap-align: center; border-radius: 30px; background: var(--ink); box-shadow: 0 18px 50px rgba(23,54,44,.11); opacity: .58; transform: scale(.965); transition: opacity .35s ease, transform .35s ease; }
.carousel-slide.is-active { opacity: 1; transform: scale(1); }
.carousel-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.carousel-slide img.portrait-focus { object-position: center top; }
.carousel-slide img.focus-action { object-position: center 35%; }
.carousel-slide.is-active img { transform: scale(1.015); }
.carousel-slide::after { content: ""; position: absolute; inset: 36% 0 0; background: linear-gradient(180deg, transparent, rgba(10,30,23,.88)); pointer-events: none; }
.carousel-slide figcaption { position: absolute; z-index: 2; left: clamp(24px, 4vw, 46px); right: 24px; bottom: clamp(24px, 4vw, 42px); display: grid; gap: 8px; color: var(--cream); }
.carousel-slide figcaption span { color: var(--sun); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.carousel-slide figcaption strong { max-width: 600px; font: 600 clamp(28px, 4vw, 48px)/1 var(--serif); letter-spacing: -.025em; }
.carousel-arrow { position: absolute; z-index: 4; top: calc(50% - 50px); width: 52px; height: 52px; border: 0; border-radius: 50%; color: var(--ink); background: var(--sun); box-shadow: 0 10px 28px rgba(16,39,31,.22); cursor: pointer; transition: transform .2s, background .2s; }
.carousel-arrow:hover, .carousel-arrow:focus-visible { transform: scale(1.08); background: var(--cream); }
.carousel-prev { left: 22px; }
.carousel-next { right: 22px; }
.carousel-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 6px 0; }
.carousel-dots { display: flex; flex-wrap: wrap; gap: 8px; }
.carousel-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: var(--sage); cursor: pointer; transition: width .25s, background .25s; }
.carousel-dot.is-active { width: 34px; background: var(--clay); }
.carousel-counter { color: #63766e; font: italic 17px var(--serif); }
.photo-carousel:focus-visible { outline: 3px solid var(--sun); outline-offset: 8px; border-radius: 24px; }
.sample-note { margin: 22px 0 0; color: #7a8b84; font-size: 12px; font-style: italic; }

.home-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 45px 90px; }
.home-intro h2 { max-width: 660px; }
.home-intro-body { padding-top: 38px; }
.home-intro-body p { margin: 0 0 26px; color: #59615c; font-size: 19px; }
.impact-strip { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin: 30px 0 0; border-block: 1px solid var(--line); }
.impact-strip div { padding: 28px; border-right: 1px solid var(--line); }
.impact-strip div:last-child { border-right: 0; }
.impact-strip dt { color: var(--clay); font: 400 clamp(44px, 5vw, 66px)/.9 var(--serif); font-variant-numeric: tabular-nums; }
.impact-strip dd { margin: 12px 0 0; color: #64706a; font-size: 14px; }
.impact-section { padding-bottom: clamp(75px, 9vw, 120px); }
.photo-ribbon { display: grid; grid-template-columns: 1.25fr .8fr .8fr; align-items: end; gap: 16px; }
.photo-ribbon figure { height: 390px; margin: 0; position: relative; overflow: hidden; border-radius: 24px; background: var(--white); }
.photo-ribbon figure:first-child { height: 480px; }
.photo-ribbon figure:nth-child(2) { height: 355px; }
.photo-ribbon img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.focus-center { object-position: center center !important; }
.photo-ribbon figure:hover img { transform: scale(1.035); }
.photo-ribbon figcaption { position: absolute; left: 18px; bottom: 18px; padding: 7px 11px; border-radius: 999px; color: var(--ink); background: var(--sun); font-family: var(--heading); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.columns-preview { background: var(--white); }
.section-heading > .text-link { align-self: end; justify-self: end; margin-bottom: 8px; }
.columnist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.two-column-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.columnist-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.profile-photo { width: 100%; height: 380px; margin-bottom: 28px; border-radius: 22px; object-fit: cover; object-position: center 16%; }
.founder-profile > span { font-size: 15px; line-height: 1.7; }
.initial-avatar { display: grid; place-items: center; width: 84px; height: 84px; margin-bottom: 28px; border: 2px solid var(--forest); border-radius: 46% 54% 49% 51%; color: var(--cream); background: var(--forest); font: 600 24px var(--heading); transform: rotate(-3deg); }
.columnist-card > p { margin: 0; color: var(--clay); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.columnist-card h3 { margin: 14px 0 8px; font-size: 23px; line-height: 1.2; }
.columnist-card > span { display: block; color: #6e7872; font-size: 13px; }
.columnist-card a { display: inline-flex; margin-top: 28px; color: var(--forest); font-size: 13px; font-weight: 900; text-decoration: none; }

.topics-section { border-bottom: 1px solid var(--line); }
.topic-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.topic-cloud a { padding: 13px 18px; border: 1px solid var(--forest); border-radius: 999px; color: var(--forest); background: transparent; text-decoration: none; font-family: var(--heading); font-size: 13px; transition: .2s; }
.topic-cloud a:nth-child(3n + 2) { border-color: var(--clay); color: var(--clay); }
.topic-cloud a:nth-child(3n) { border-color: #98700e; color: #745509; }
.topic-cloud a:hover, .topic-cloud a:focus-visible { color: var(--cream); background: var(--forest); border-color: var(--forest); transform: translateY(-2px); }

.featured-territory { background: var(--white); }
.feature-split { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.feature-photo { height: 600px; margin: 0; overflow: hidden; border-radius: 48% 52% 46% 54% / 42% 45% 55% 58%; box-shadow: var(--shadow); }
.feature-photo img { width: 100%; height: 100%; object-fit: cover; }
.feature-copy h2 { margin-bottom: 26px; }
.feature-copy > p:not(.eyebrow) { margin-bottom: 30px; color: #5b655f; font-size: 18px; }

.service-teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-teaser { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.service-teaser img { width: 100%; height: 260px; object-fit: cover; }
.service-teaser > div { padding: 26px; }
.service-teaser span, .content-kicker { color: var(--clay); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.service-teaser h3 { min-height: 58px; margin: 12px 0 22px; font-size: 21px; line-height: 1.3; }
.service-teaser a { color: var(--forest); font-size: 13px; font-weight: 900; text-decoration: none; }

.newsletter-section { padding-top: 40px; }
.newsletter-card { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 55px; padding: clamp(38px, 6vw, 70px); border-radius: 36px; color: var(--cream); background: var(--forest); box-shadow: var(--shadow); }
.newsletter-card h2 { margin: 0 0 18px; font-size: clamp(40px, 5vw, 65px); }
.newsletter-card > div > p:not(.eyebrow) { margin: 0; color: #dce5dc; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.newsletter-form input { min-width: 0; min-height: 52px; padding: 12px 18px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: var(--cream); background: rgba(255,255,255,.08); }
.newsletter-form input::placeholder { color: #cad6cc; }
.newsletter-form .form-status { grid-column: 1 / -1; color: var(--cream); }

/* Páginas interiores */
.page-hero { padding: 105px 0 90px; position: relative; overflow: hidden; background: var(--white); }
.page-hero::after { content: ""; position: absolute; width: 240px; height: 150px; right: 5%; bottom: -80px; border: 2px solid var(--sun); border-radius: 50%; transform: rotate(-8deg); }
.page-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.page-hero h1 { max-width: 900px; margin: 0; font: 400 clamp(58px, 7.5vw, 102px)/.96 var(--serif); letter-spacing: -.045em; }
.page-hero p:last-child { margin: 0 0 10px; color: #5e6963; font-size: 19px; }
.page-hero-photo { height: 460px; margin: 0; overflow: hidden; border-radius: 28px; }
.page-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.editorial-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.editorial-card img { width: 100%; height: 250px; object-fit: cover; }
.editorial-card-body { padding: 26px; }
.editorial-card h3 { margin: 12px 0; font-size: 22px; line-height: 1.25; }
.editorial-card p { color: #637069; font-size: 14px; }
.editorial-card a { color: var(--forest); font-size: 13px; font-weight: 900; text-decoration: none; }
.prose-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.prose-grid h2 { position: sticky; top: 120px; }
.prose { color: #4f5a54; font-size: 17px; }
.prose h3 { margin-top: 38px; color: var(--ink); font-size: 23px; }
.prose blockquote { margin: 32px 0; padding: 24px 30px; border-left: 4px solid var(--sun); color: var(--forest); background: var(--white); font: 400 25px/1.4 var(--serif); }
.stat-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stat-card { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.stat-card strong { display: block; color: var(--clay); font: 400 38px var(--serif); }
.stat-card span { color: #65716a; font-size: 13px; }
.cta-band { padding: clamp(40px, 7vw, 75px); border-radius: 34px; color: var(--cream); background: var(--forest); }
.cta-band h2 { max-width: 850px; margin: 0 0 20px; }
.cta-band p { max-width: 760px; color: #d8e2da; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.placeholder-note { padding: 16px 20px; border-left: 4px solid var(--sun); color: #6c756f; background: rgba(229,185,75,.13); font-size: 13px; }
.legal-copy { max-width: 820px; margin-inline: auto; }
.legal-copy h2 { margin-top: 52px; font-size: 42px; }
.legal-copy h3 { margin-top: 32px; }
.legal-copy p, .legal-copy li { color: #515c56; }

.magazine-section { color: var(--cream); background: var(--forest); }
.magazine-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 140px); align-items: center; }
.magazine-cover { width: min(100%, 390px); min-height: 520px; margin: auto; padding: 25px; position: relative; overflow: hidden; color: var(--ink); background: var(--sun); box-shadow: 28px 28px 0 rgba(23, 54, 44, .3), 0 40px 70px rgba(12, 35, 27, .25); transform: rotate(-2deg); }
.magazine-cover::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(23, 54, 44, .35); }
.magazine-cover .cover-logo { position: absolute; left: 50%; top: 105px; width: 74%; height: 150px; object-fit: contain; mix-blend-mode: multiply; transform: translateX(-50%); }
.cover-top { position: relative; z-index: 2; display: flex; justify-content: space-between; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.cover-title { position: absolute; z-index: 3; left: 24px; bottom: 64px; }
.cover-title small { display: block; font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.cover-title strong { display: block; margin-top: 6px; font: 600 52px/.84 var(--serif); letter-spacing: -.04em; }
.magazine-cover > p { position: absolute; z-index: 3; right: 22px; bottom: 22px; width: 160px; margin: 0; text-align: right; font-size: 10px; line-height: 1.3; }
.eyebrow-light { color: var(--sage); }
.magazine-copy h2 { max-width: 680px; }
.magazine-copy > p:not(.eyebrow) { max-width: 620px; margin: 30px 0; color: #d7dfd1; font-size: 18px; }
.check-list { display: grid; gap: 14px; margin: 0 0 36px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; font-size: 14px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--sun); }

.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px 90px; }
.about-intro h2 { max-width: 600px; }
.about-body { padding-top: 40px; }
.about-body p { color: #5b6e66; }
.about-body .about-lead { color: var(--ink); font: 500 26px/1.35 var(--serif); }
.text-link-dark { margin-top: 16px; color: var(--ink); }
.values-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-card { padding: 36px 28px; border-right: 1px solid var(--line); }
.value-card:last-child { border-right: 0; }
.value-card span { color: var(--clay); font: italic 16px var(--serif); }
.value-card h3 { margin: 40px 0 8px; font: 600 29px var(--serif); }
.value-card p { margin: 0; color: #6c7d76; font-size: 14px; }

.agenda-section { background: #e6ead9; }
.agenda-list { border-top: 1px solid var(--line); }
.event-card { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 30px; min-height: 142px; border-bottom: 1px solid var(--line); }
.event-date { display: flex; flex-direction: column; }
.event-date span, .event-type { color: var(--clay); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.event-date strong { font: italic 42px var(--serif); }
.event-type { margin: 0 0 7px; }
.event-card h3 { margin: 0; font: 600 clamp(21px, 2.5vw, 30px) var(--serif); }
.event-card a { text-decoration: none; font-size: 13px; font-weight: 900; }
.community-thanks { margin: 30px 0 0; text-align: center; color: #64746d; font: italic 17px var(--serif); }

.collaborate-section { padding-bottom: 130px; }
.collaborate-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 34px; color: var(--cream); background: var(--ink); box-shadow: var(--shadow); }
.collaborate-copy { padding: clamp(40px, 7vw, 80px); background-image: radial-gradient(circle at 0 100%, rgba(114, 148, 106, .26), transparent 42%); }
.collaborate-copy h2 { font-size: clamp(43px, 5.4vw, 68px); }
.collaborate-copy > p:not(.eyebrow) { color: #c8d3cb; }
.social-placeholder { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 38px; }
.social-placeholder span, .social-placeholder a { padding: 7px 12px; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; color: var(--sage); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.social-placeholder a:hover, .social-placeholder a:focus-visible { color: var(--sun); border-color: var(--sun); }
.contact-form { display: grid; gap: 19px; padding: clamp(40px, 6vw, 70px); color: var(--ink); background: var(--cream); }
.contact-form label { display: grid; gap: 7px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(23, 54, 44, .33); border-radius: 0; outline: none; padding: 10px 2px; color: var(--ink); background: transparent; text-transform: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--clay); box-shadow: 0 2px 0 var(--clay); }
.contact-form .privacy-check { display: flex; grid-template-columns: none; align-items: flex-start; gap: 10px; font-weight: 400; letter-spacing: 0; line-height: 1.35; text-transform: none; }
.contact-form .privacy-check input { width: auto; margin: 3px 0 0; box-shadow: none; }
.contact-form .button { justify-self: start; margin-top: 10px; }
.form-status, .form-note { margin: 0; font-size: 11px; letter-spacing: normal; text-transform: none; }
.form-status { color: var(--forest); font-weight: 800; }
.form-note { color: #78867f; }

.site-footer { padding: 70px 0 26px; color: var(--cream); background: #10271f; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .65fr); gap: 48px; align-items: start; }
.brand-light { color: var(--cream); }
.footer-about p { max-width: 320px; color: #92a69a; font-size: 13px; }
.footer-grid nav { display: grid; gap: 9px; }
.footer-grid nav strong { margin-bottom: 7px; color: var(--sun); font-family: var(--heading); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }
.footer-grid nav a { color: #cad4cd; text-decoration: none; font-size: 13px; }
.footer-domain { display: grid; gap: 6px; padding: 18px; border: 1px solid rgba(255,255,255,.13); }
.footer-domain span { color: #92a69a; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-domain strong { overflow-wrap: anywhere; font: italic 19px var(--serif); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #83968a; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .site-header { backdrop-filter: none; }
  .menu-button { display: block; position: relative; z-index: 53; }
  .menu-button[aria-expanded="true"] { color: var(--cream); }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 52; display: grid; align-content: center; justify-items: center; gap: 16px; overflow-y: auto; padding: 80px 20px; color: var(--cream); background: rgba(49, 92, 69, .985); font: 600 22px var(--heading); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .nav-cta { border-color: var(--cream); }
  body.menu-open { overflow: hidden; }
}

@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr; padding-top: 75px; }
  .hero-copy { max-width: 760px; }
  .hero-photo-collage { width: min(650px, 100%); min-height: 520px; margin-inline: auto; }
  .carousel-slide { flex-basis: calc(100% - 90px); height: 520px; }
  .magazine-grid { grid-template-columns: .9fr 1.1fr; gap: 70px; }
  .about-section { gap: 60px; }
  .collaborate-card { grid-template-columns: 1fr; }
  .home-intro { gap: 35px; }
  .columnist-grid, .service-teaser-grid, .content-grid { grid-template-columns: 1fr 1fr; }
  .feature-split { gap: 45px; }
  .newsletter-card { grid-template-columns: 1fr; }
  .page-hero-grid, .prose-grid { grid-template-columns: 1fr; }
  .prose-grid h2 { position: static; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 650px); }
  .header-inner { min-height: 72px; }
  .brand .official-logo { width: 155px; height: 49px; }
  .menu-button { display: block; position: relative; z-index: 53; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { gap: 15px; font-size: 18px; }
  .site-nav.open { opacity: 1; visibility: visible; transform: none; }
  .nav-cta { border-color: var(--cream); }
  body.menu-open { overflow: hidden; }
  .hero, .hero-layout { min-height: auto; }
  .hero-layout { gap: 35px; padding-top: 58px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(55px, 16vw, 77px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-stats { gap: 15px; justify-content: space-between; }
  .hero-stats div { align-items: flex-start; flex-direction: column; gap: 1px; }
  .hero-photo-collage { min-height: 430px; }
  .hero-photo-main { inset: 10px 0 35px 20px; }
  .hero-photo-small { width: 135px; height: 135px; right: -5px; }
  .photo-stamp { width: 105px; height: 105px; font-size: 15px; }
  .orbit-center { width: 152px; height: 152px; }
  .orbit-link { width: 104px; height: 104px; }
  .orbit-link span { font-size: 17px; }
  .manifesto-inner { width: max-content; animation: marquee 16s linear infinite; }
  .manifesto-inner p { margin-right: 20px; }
  .manifesto-inner i { margin-right: 20px; }
  @keyframes marquee { to { transform: translateX(-25%); } }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }
  .carousel-viewport { gap: 12px; scroll-padding-inline: 12px; }
  .carousel-slide { flex-basis: calc(100% - 24px); height: 460px; border-radius: 22px; opacity: .45; }
  .carousel-slide figcaption { left: 22px; bottom: 24px; }
  .carousel-arrow { top: calc(50% - 45px); width: 46px; height: 46px; }
  .carousel-prev { left: 12px; }
  .carousel-next { right: 12px; }
  .home-intro { grid-template-columns: 1fr; gap: 20px; }
  .home-intro-body { padding-top: 0; }
  .impact-strip { grid-template-columns: 1fr; }
  .impact-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .impact-strip div:last-child { border-bottom: 0; }
  .photo-ribbon { grid-template-columns: repeat(3, 82%); align-items: stretch; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .photo-ribbon::-webkit-scrollbar { display: none; }
  .photo-ribbon figure, .photo-ribbon figure:first-child, .photo-ribbon figure:nth-child(2) { height: 360px; scroll-snap-align: center; }
  .columnist-grid, .service-teaser-grid, .content-grid, .stat-cards { grid-template-columns: 1fr; }
  .section-heading > .text-link { justify-self: start; }
  .feature-split { grid-template-columns: 1fr; }
  .feature-photo { height: 470px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-card { padding: 38px 25px; }
  .page-hero { padding: 75px 0 65px; }
  .page-hero h1 { font-size: clamp(54px, 18vw, 82px); }
  .page-hero-photo { height: 360px; }
  .magazine-grid { grid-template-columns: 1fr; }
  .magazine-cover { min-height: 480px; }
  .about-section { grid-template-columns: 1fr; gap: 24px; }
  .about-body { padding-top: 0; }
  .values-grid { grid-template-columns: 1fr; }
  .value-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .value-card:last-child { border-bottom: 0; }
  .value-card h3 { margin-top: 18px; }
  .event-card { grid-template-columns: 70px 1fr; gap: 16px; padding: 24px 0; }
  .event-card a { grid-column: 2; }
  .collaborate-section { padding-bottom: 90px; }
  .collaborate-copy, .contact-form { padding: 38px 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-about { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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