

:root {
  --forest: #102f26;
  --forest-deep: #09231c;
  --forest-soft: #21473b;
  --gold: #c89a48;
  --gold-light: #e0bd77;
  --cream: #f4efe3;
  --paper: #fbf8f1;
  --ink: #14221d;
  --muted: #6c756f;
  --line: rgba(20, 34, 29, 0.14);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--gold-light); color: var(--forest-deep); }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow-shell { width: min(900px, calc(100% - 48px)); }
.section { padding: 128px 0; }
.eyebrow {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -0.035em; }
h1 em, h2 em { color: var(--gold); font-weight: 500; }
h2 { margin: 0; font-size: clamp(2.8rem, 5.2vw, 5rem); line-height: 0.98; }
.lead-copy { font-size: 1.28rem; line-height: 1.72; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--cream);
  border-bottom: 1px solid rgba(244, 239, 227, 0.16);
}
.header-inner { display: flex; min-height: 92px; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand-name { font-family: var(--serif); font-size: 1rem; font-weight: 700; letter-spacing: 0.08em; }
.brand-rule { width: 1px; height: 28px; background: rgba(244,239,227,.28); }
.brand-role { max-width: 72px; color: rgba(244,239,227,.64); font-size: .57rem; font-weight: 700; line-height: 1.25; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { color: rgba(244,239,227,.77); font-size: .76rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; }
.desktop-nav a:hover { color: var(--gold-light); }
.header-cta { padding: 12px 18px; border: 1px solid rgba(244,239,227,.34); font-size: .74rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 880px; overflow: hidden; background: var(--forest-deep); color: var(--cream); }
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(9,35,28,1) 0%, rgba(9,35,28,.98) 40%, rgba(9,35,28,.35) 66%, rgba(9,35,28,.15) 100%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  opacity: .16;
  pointer-events: none;
  background-image: repeating-linear-gradient(100deg, transparent 0 37px, rgba(255,255,255,.04) 38px);
}
.hero-copy { position: relative; z-index: 5; display: flex; min-height: 880px; align-items: center; padding-top: 92px; }
.hero-content { width: min(620px, 58%); }
.hero h1 { margin: 0; font-size: clamp(4.8rem, 8.7vw, 8.3rem); line-height: .82; }
.hero h1 em { color: var(--gold-light); }
.hero-lead { width: min(550px, 100%); margin: 38px 0 0; color: rgba(244,239,227,.76); font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.62rem); line-height: 1.5; }
.hero-photo { position: absolute; z-index: 1; inset: 0 0 0 46%; background: url("assets/antonio-abertura-retocada-v3.jpg") center 30% / cover no-repeat; filter: saturate(.72) contrast(1.03); }
.hero-mark { position: absolute; z-index: 4; right: -18px; bottom: -75px; color: rgba(244,239,227,.055); font-family: var(--serif); font-size: 22rem; line-height: 1; }
.button-row { display: flex; align-items: center; gap: 30px; margin-top: 44px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 26px; border: 1px solid transparent; font-size: .74rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button.gold { background: var(--gold); color: var(--forest-deep); }
.button.gold:hover { background: var(--gold-light); }
.button.forest { background: var(--forest); color: var(--cream); }
.button.outline { border-color: var(--ink); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 7px; border-bottom: 1px solid currentColor; color: var(--forest); font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.light-link { color: rgba(244,239,227,.78); }

.proof-strip { background: var(--cream); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { display: flex; align-items: center; gap: 18px; padding: 34px 5vw; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { color: var(--forest); font-family: var(--serif); font-size: 2.7rem; font-weight: 500; }
.proof-grid span { color: var(--muted); font-size: .72rem; font-weight: 750; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }

.story-section { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.story-image-wrap { position: relative; padding: 0 0 38px 38px; }
.story-image-wrap::before { content: ""; position: absolute; inset: 38px 38px 0 0; z-index: 0; background: var(--gold); }
.story-image-wrap img { position: relative; z-index: 1; width: 100%; min-height: 620px; object-fit: cover; filter: saturate(.76); }
.image-caption { position: absolute; z-index: 2; right: -42px; bottom: 38px; margin: 0; color: var(--forest); font-size: .65rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; transform: rotate(-90deg); transform-origin: right bottom; }
.story-copy > p:not(.eyebrow) { color: #4d5b55; font-size: 1rem; line-height: 1.85; }
.story-copy blockquote { margin: 38px 0; padding-left: 26px; border-left: 2px solid var(--gold); color: var(--forest); font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.3rem); font-style: italic; line-height: 1.25; }

.framework-section { position: relative; overflow: hidden; background: var(--forest); color: var(--cream); }
.framework-section::after { content: ""; position: absolute; width: 560px; height: 560px; right: -260px; top: -280px; border: 1px solid rgba(224,189,119,.25); border-radius: 50%; box-shadow: 0 0 0 90px rgba(224,189,119,.03), 0 0 0 180px rgba(224,189,119,.02); }
.section-heading.centered { max-width: 770px; margin: 0 auto 70px; text-align: center; }
.section-heading.centered > p:last-child { color: rgba(244,239,227,.62); font-size: 1.12rem; }
.framework-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(244,239,227,.18); border-bottom: 1px solid rgba(244,239,227,.18); }
.framework-grid article { min-height: 370px; padding: 48px 46px; border-right: 1px solid rgba(244,239,227,.18); }
.framework-grid article:last-child { border-right: 0; }
.framework-grid article > span { color: var(--gold-light); font-family: var(--serif); font-size: 1.1rem; }
.framework-grid h3 { margin: 78px 0 24px; font-family: var(--serif); font-size: 2.7rem; font-weight: 500; }
.framework-grid p { margin: 0; color: rgba(244,239,227,.66); font-size: .98rem; line-height: 1.75; }

.speaking-section { background: var(--cream); }
.speaking-grid { display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: clamp(60px, 9vw, 130px); }
.speaking-copy .lead-copy { margin: 34px 0; color: #4d5b55; }
.outcome-list { margin: 42px 0; border-top: 1px solid var(--line); }
.outcome-list > div { display: grid; grid-template-columns: 45px 1fr; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.outcome-list span { color: var(--gold); font-family: var(--serif); }
.outcome-list p { margin: 0; color: #44534d; line-height: 1.5; }
.speaking-visual { position: relative; padding: 0 0 60px 60px; }
.speaking-visual img { width: 100%; aspect-ratio: .83; object-fit: cover; object-position: center top; filter: saturate(.66); }
.speaking-note { position: absolute; left: 0; bottom: 0; width: min(360px, 74%); padding: 27px 30px; background: var(--forest); color: var(--cream); }
.speaking-note span { color: var(--gold-light); font-size: .66rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.speaking-note p { margin: 10px 0 0; font-family: var(--serif); font-size: 1.12rem; line-height: 1.45; }

.texts-section { background: var(--paper); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 62px; }
.split-heading > div { max-width: 760px; }
.post-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 20px; }
.post-card { display: block; min-height: 500px; border: 1px solid var(--line); background: #fff; transition: transform .25s, box-shadow .25s; }
.post-card:hover { transform: translateY(-5px); box-shadow: 0 24px 45px rgba(16,47,38,.1); }
.post-image { height: 255px; }
.rain-image { background: linear-gradient(0deg, rgba(9,35,28,.23), rgba(9,35,28,.02)), url("assets/resgate-abraco.jpg") center 42% / cover; }
.post-card-copy { padding: 30px; }
.post-meta { margin: 0 0 20px; color: var(--gold); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.post-card h3 { margin: 0 0 20px; font-family: var(--serif); font-size: 1.85rem; font-weight: 500; line-height: 1.08; }
.post-card p:not(.post-meta) { color: var(--muted); line-height: 1.65; }
.read-more { display: inline-flex; gap: 10px; margin-top: 12px; color: var(--forest); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.compact-post { display: flex; flex-direction: column; justify-content: flex-end; padding: 36px; }
.compact-post h3 { font-size: 2.1rem; }
.soon-label { width: fit-content; margin-top: 32px; padding: 8px 11px; border: 1px solid var(--line); color: var(--muted); font-size: .62rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.dark-post { background: var(--forest-deep); color: var(--cream); }
.dark-post p:not(.post-meta) { color: rgba(244,239,227,.62); }
.dark-post .soon-label { border-color: rgba(244,239,227,.24); color: rgba(244,239,227,.64); }

.books-section { overflow: hidden; background: var(--forest-deep); color: var(--cream); }
.books-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 100px; }
.book-cover-wrap { position: relative; }
.book-cover-wrap::before { content: ""; position: absolute; width: 420px; height: 420px; left: 50%; top: 50%; border: 1px solid rgba(224,189,119,.25); border-radius: 50%; transform: translate(-50%,-50%); }
.book-cover-wrap img { position: relative; z-index: 1; max-height: 530px; margin: auto; filter: drop-shadow(0 35px 36px rgba(0,0,0,.34)); }
.books-copy p:not(.eyebrow) { max-width: 670px; color: rgba(244,239,227,.66); font-size: 1.1rem; line-height: 1.8; }
.books-copy strong { color: var(--cream); }
.book-tags { display: flex; gap: 10px; margin-top: 36px; }
.book-tags span { padding: 9px 13px; border: 1px solid rgba(244,239,227,.24); color: rgba(244,239,227,.72); font-size: .64rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }

.media-section { background: var(--cream); }
.media-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 110px; }
.media-grid h2 { font-size: clamp(2.7rem, 4.6vw, 4.4rem); }
.media-copy p { margin: 0 0 34px; color: var(--muted); font-size: 1.1rem; line-height: 1.8; }

.closing-cta { padding: 115px 0; background: var(--forest); color: var(--cream); }
.closing-grid { display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 70px; }
.closing-grid .eyebrow { margin: 0; }
.closing-grid h2 { font-size: clamp(2.4rem, 4.3vw, 4.2rem); }

.site-footer { padding: 58px 0; background: #061a15; color: rgba(244,239,227,.66); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 60px; }
.footer-grid p { margin: 8px 0 0; font-size: .76rem; }
.footer-brand { color: var(--cream); font-family: var(--serif); font-size: 1.15rem !important; letter-spacing: .08em; }
.footer-links { display: flex; gap: 24px; font-size: .72rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.copyright { opacity: .55; }

/* Interior pages */
.page-hero { padding: 210px 0 130px; background: var(--forest-deep); color: var(--cream); }
.page-hero h1, .article-header h1, .media-hero h1 { margin: 0; font-size: clamp(4rem, 8vw, 7.5rem); line-height: .92; }
.page-hero p:last-child { max-width: 680px; color: rgba(244,239,227,.68); font-family: var(--serif); font-size: 1.4rem; line-height: 1.55; }
.archive-section { background: var(--paper); }
.archive-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 64px; }
.archive-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; background: #fff; border: 1px solid var(--line); }
.archive-feature img { width: 100%; height: 100%; object-fit: cover; }
.archive-feature > div { display: flex; flex-direction: column; justify-content: center; padding: 50px; }
.archive-feature h2 { font-size: 2.8rem; }
.archive-feature p:not(.post-meta) { color: var(--muted); line-height: 1.65; }
.archive-coming article { padding: 30px 0; border-top: 1px solid var(--line); }
.archive-coming h3 { margin: 0 0 26px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; line-height: 1.15; }
.archive-coming article span { color: var(--muted); font-size: .65rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.notion-demo { padding: 95px 0; background: var(--forest); color: var(--cream); }
.notion-demo-grid { display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 100px; }
.notion-demo h2 { font-size: clamp(2.6rem, 4.4vw, 4rem); }
.notion-demo-grid > p { color: rgba(244,239,227,.66); font-size: 1.08rem; line-height: 1.8; }

.article-header { padding: 210px 0 205px; background: var(--forest-deep); color: var(--cream); }
.article-heading { max-width: 1040px; }
.article-deck { max-width: 760px; margin: 38px 0; color: rgba(244,239,227,.67); font-family: var(--serif); font-size: 1.45rem; line-height: 1.55; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 28px; color: rgba(244,239,227,.45); font-size: .68rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.article-cover { position: relative; width: min(1180px, calc(100% - 48px)); margin: -120px auto 0; }
.article-cover img { width: 100%; max-height: 700px; object-fit: cover; object-position: center 38%; }
.article-cover span { display: block; margin-top: 12px; color: var(--muted); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 720px); justify-content: center; gap: 80px; padding-top: 100px; padding-bottom: 130px; }
.article-aside { height: fit-content; padding-top: 18px; border-top: 1px solid var(--ink); color: var(--muted); font-size: .78rem; line-height: 1.6; }
.article-aside > span { color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.article-aside a { color: var(--forest); font-weight: 700; }
.article-body { font-family: var(--serif); font-size: 1.28rem; line-height: 1.82; }
.article-body > p { margin: 0 0 30px; }
.article-opening { font-size: 1.55rem; line-height: 1.65; }
.article-body h2 { margin: 68px 0 28px; font-size: 3rem; }
.article-body blockquote { margin: 54px 0; padding: 28px 0 28px 36px; border-left: 3px solid var(--gold); color: var(--forest); font-size: 2rem; font-style: italic; line-height: 1.3; }
.article-body figure { margin: 65px -70px; }
.article-body figure img { width: 100%; max-height: 650px; object-fit: cover; }
.article-body figcaption { margin-top: 12px; color: var(--muted); font-family: var(--sans); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.article-body .large-quote { padding: 0; border: 0; font-size: clamp(3rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.04em; }
.article-ending { color: var(--forest); font-size: 1.65rem; font-style: italic; }
.article-next { margin-top: 75px; padding-top: 30px; border-top: 1px solid var(--line); font-family: var(--sans); }
.article-next p { margin: 0 0 12px; color: var(--gold); font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.article-next a { font-family: var(--serif); font-size: 1.45rem; }

.media-hero { padding: 190px 0 0; overflow: hidden; background: var(--forest-deep); color: var(--cream); }
.media-hero-grid { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 85px; }
.media-hero-grid > div { padding-bottom: 110px; }
.media-hero-grid > div > p:not(.eyebrow) { max-width: 650px; margin: 32px 0 40px; color: rgba(244,239,227,.68); font-family: var(--serif); font-size: 1.35rem; line-height: 1.6; }
.media-hero img { width: 100%; max-height: 720px; object-fit: cover; object-position: center top; }
.media-bio-section { background: var(--paper); }
.media-bio-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.media-bio-grid h2 { font-size: 3.9rem; }
.media-bio-grid > div:last-child p:not(.lead-copy) { color: var(--muted); font-size: 1.05rem; line-height: 1.8; }
.media-facts { padding: 90px 0; background: var(--cream); }
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts-grid > div { padding: 42px 32px; border-right: 1px solid var(--line); }
.facts-grid > div:last-child { border-right: 0; }
.facts-grid span { color: var(--gold); font-family: var(--serif); }
.facts-grid h3 { margin: 38px 0 18px; font-family: var(--serif); font-size: 1.8rem; font-weight: 500; }
.facts-grid p { color: var(--muted); font-size: .9rem; line-height: 1.65; }
.media-gallery-section { background: var(--paper); }
.gallery-note { max-width: 330px; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.media-gallery { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.media-gallery img { width: 100%; height: 520px; object-fit: cover; object-position: center top; filter: saturate(.75); }

@media (max-width: 980px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { list-style: none; cursor: pointer; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu[open] nav { position: absolute; right: 0; top: 35px; display: grid; width: 210px; padding: 22px; gap: 18px; background: var(--cream); color: var(--forest); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
  .mobile-menu nav a { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
  .hero-content { width: 72%; }
  .hero-photo { left: 38%; }
  .story-grid, .speaking-grid, .books-grid, .media-grid, .media-bio-grid { gap: 60px; }
  .post-grid { grid-template-columns: 1fr 1fr; }
  .featured-post { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; }
  .post-image { height: auto; min-height: 420px; }
  .closing-grid { grid-template-columns: 1fr; gap: 26px; }
  .archive-grid { grid-template-columns: 1fr; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .facts-grid > div:nth-child(2) { border-right: 0; }
}

@media (max-width: 720px) {
  .shell, .narrow-shell { width: min(100% - 30px, 1180px); }
  .section { padding: 88px 0; }
  .header-inner { min-height: 74px; }
  .brand-rule, .brand-role { display: none; }
  .hero, .hero-copy { min-height: 820px; }
  .hero::before { background: linear-gradient(0deg, rgba(9,35,28,1) 0%, rgba(9,35,28,.94) 45%, rgba(9,35,28,.24) 82%, rgba(9,35,28,.08) 100%); }
  .hero-photo { inset: 0; background-position: 60% top; }
  .hero-copy { align-items: flex-end; padding: 0 0 74px; }
  .hero-content { width: 100%; }
  .hero h1 { font-size: clamp(4.2rem, 21vw, 6rem); }
  .hero-lead { font-size: 1.16rem; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 24px; margin-top: 34px; }
  .hero-mark { display: none; }
  .proof-grid { grid-template-columns: 1fr; padding: 18px 0; }
  .proof-grid > div, .proof-grid > div:first-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .story-grid, .speaking-grid, .books-grid, .media-grid, .notion-demo-grid, .media-hero-grid, .media-bio-grid { grid-template-columns: 1fr; }
  .story-image-wrap { padding: 0 0 22px 22px; }
  .story-image-wrap img { min-height: 460px; }
  .image-caption { display: none; }
  .story-copy, .speaking-copy { padding-top: 20px; }
  .framework-grid { grid-template-columns: 1fr; }
  .framework-grid article { min-height: 0; padding: 34px 8px; border-right: 0; border-bottom: 1px solid rgba(244,239,227,.18); }
  .framework-grid article:last-child { border-bottom: 0; }
  .framework-grid h3 { margin: 32px 0 16px; }
  .speaking-grid { display: flex; flex-direction: column-reverse; }
  .speaking-visual { padding: 0 0 42px 30px; }
  .split-heading { display: block; }
  .split-heading .text-link { margin-top: 28px; }
  .post-grid { grid-template-columns: 1fr; }
  .featured-post { grid-column: auto; display: block; }
  .post-image { min-height: 260px; }
  .post-card { min-height: 0; }
  .compact-post { min-height: 380px; }
  .books-grid { gap: 65px; }
  .book-cover-wrap img { max-height: 420px; }
  .book-cover-wrap::before { width: 310px; height: 310px; }
  .media-grid { gap: 38px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { flex-wrap: wrap; }
  .page-hero { padding: 160px 0 90px; }
  .archive-feature { grid-template-columns: 1fr; }
  .archive-feature img { height: 320px; }
  .archive-feature > div { padding: 35px; }
  .article-header { padding: 160px 0 155px; }
  .article-cover { width: calc(100% - 30px); margin-top: -85px; }
  .article-cover img { height: 420px; }
  .article-layout { grid-template-columns: 1fr; gap: 45px; padding-top: 70px; padding-bottom: 90px; }
  .article-aside { display: none; }
  .article-body { font-size: 1.14rem; }
  .article-opening { font-size: 1.32rem; }
  .article-body figure { margin: 50px 0; }
  .article-body .large-quote { font-size: 3rem; }
  .media-hero { padding-top: 145px; }
  .media-hero-grid > div { padding-bottom: 35px; }
  .media-hero img { max-height: 520px; }
  .facts-grid { grid-template-columns: 1fr; }
  .facts-grid > div, .facts-grid > div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .facts-grid > div:last-child { border-bottom: 0; }
  .media-gallery { grid-template-columns: 1fr; }
  .media-gallery img { height: 460px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content { animation: rise .9s ease-out both; }
  @keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
}

/* Revisão local de setembro: preservar a direção visual da base de agosto. */
:root { --muted:#53625a; }
html { scroll-padding-top:32px; }
.preview-label {position:absolute;z-index:22;top:101px;right:24px;color:#f4efe3;font-size:10px;letter-spacing:.1em;text-transform:uppercase;opacity:.8;}
.skip-link {position:fixed;top:-100px;left:16px;z-index:100;background:#f4efe3;color:#09231c;padding:14px;}
.skip-link:focus{top:12px;}
a:focus-visible,summary:focus-visible {outline:3px solid #c89a48;outline-offset:5px;}
.hero-lead strong {color:#f4efe3;font-weight:500;}
.proof-grid strong{font-size:1.85rem;}
.proof-grid > div {padding-inline:30px;}
.content-card {display:flex;flex-direction:column;min-height:380px;padding:38px;}
.content-card .read-more {margin-top:auto;padding-top:32px;}
.content-card.dark-post .read-more {color:#e0bd77;}
.content-card h3 {font-size:2.1rem;}
.story-image-wrap img {min-height:450px;aspect-ratio:1;object-position:center;}
.framework-grid article{min-height:320px;}
.framework-grid h3{margin-top:45px;}
.eyebrow:not(.light), .post-meta {color:#816029;}
.dark-post .post-meta {color:#e0bd77;}
.contact-copy {color:#e0e4dc;line-height:1.8;max-width:680px;}
.contact-link{color:#e0bd77;border-bottom:1px solid;}
.page-hero h1 {font-size:clamp(3.3rem,7vw,6rem);max-width:850px;}
.download-link {display:block;padding:16px 0;border-bottom:1px solid var(--line);font-size:.9rem;}
@media (max-width:720px) {
.preview-label{top:86px;right:15px;font-size:9px;}
.hero-photo{background-position:64% 12%;}
.hero::before{background:linear-gradient(0deg,#09231c 0%,rgba(9,35,28,.97) 40%,rgba(9,35,28,.45) 70%,rgba(9,35,28,.15) 100%);}
.hero,.hero-copy{min-height:900px;}
.hero h1{font-size:clamp(4.1rem,20vw,6rem);}
.hero-lead{font-size:1.12rem;max-width:28em;}
.hero-copy{padding-bottom:55px;}
.proof-grid > div,.proof-grid > div:first-child {padding:17px 0;}
.story-image-wrap img{min-height:0;}
.content-card{min-height:300px;padding:30px;}
.media-bio-grid h2 {font-size:clamp(2.7rem,10vw,3.9rem);}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important;}}
.site-header{background:rgba(9,35,28,.95);}
.preview-label{padding:7px 10px;background:rgba(9,35,28,.85);border-radius:2px;opacity:1;}
@media(min-width:721px){.hero,.hero-copy{min-height:790px;}.hero h1{font-size:clamp(4.8rem,8vw,7rem);}.hero-photo{top:92px;background-position:center 20%;}.hero-lead{margin-top:30px;font-size:1.42rem;}.hero .button-row{gap:24px;flex-wrap:wrap;}}

.preview-label{left:24px;right:auto;}
@media(min-width:721px){.hero-photo{background-position:center top;}}
@media(max-width:720px){.hero-photo{top:74px;background-position:64% top;}}

/* Curadoria editorial V2 */
.desktop-nav { gap:22px; }
.footer-links { flex-wrap:wrap; }
.press-section { background:var(--cream); }
.press-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; margin-top:52px; }
.press-card { display:block; border-top:1px solid var(--line); padding-top:18px; }
.press-card img { width:100%; aspect-ratio:1.55; object-fit:cover; }
.press-card h3 { margin:24px 0 12px; font:500 1.8rem/1.1 var(--serif); }
.press-card p, .press-note { color:var(--muted); line-height:1.65; }
.press-note { margin-top:32px; font-size:.82rem; }
.blog-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:36px; }
.blog-card { display:block; background:var(--cream); }
.blog-card img { width:100%; aspect-ratio:1.6; object-fit:cover; }
.blog-card > div { padding:32px; }
.blog-card h3 { font:500 2.4rem/1.1 var(--serif); margin:16px 0; }
.blog-card p:not(.post-meta) { color:var(--muted); line-height:1.7; }
.stage-section { background:var(--forest-deep); color:var(--cream); }
.stage-gallery { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; margin-top:48px; }
.stage-gallery figure,.media-feature figure { margin:0; }
.stage-gallery img { width:100%; height:360px; object-fit:cover; }
.stage-gallery figcaption,.media-feature figcaption { font-size:.75rem; line-height:1.6; margin-top:14px; opacity:.7; }
.media-feature { padding:90px 0; border-bottom:1px solid var(--line); }
.media-feature-grid { display:grid; grid-template-columns:1.15fr .85fr; align-items:center; gap:72px; }
.media-feature img { width:100%; max-height:620px; object-fit:cover; }
.media-feature h2 { font-size:clamp(2.8rem,4.5vw,4.5rem); }
.breadcrumb { display:inline-block; margin-bottom:40px; color:var(--gold-light); font-size:.8rem; }
.article-byline { color:var(--gold-light); font-size:.85rem; }
.reading-layout { display:grid; grid-template-columns:190px minmax(0,720px); justify-content:center; gap:70px; padding-top:80px; padding-bottom:110px; }
.reading-layout aside { color:var(--muted); font-size:.8rem; line-height:1.8; }
.reading-body { font:1.3rem/1.85 var(--serif); }
.reading-body > p { margin:0 0 28px; }
.reading-body > p:first-child { font-size:1.5rem; }
.reading-body .archive-note { margin-top:40px; padding-top:24px; border-top:1px solid var(--line); color:var(--muted); font:.8rem/1.7 var(--sans); }
.author-sign { font-style:italic; }
.expanded-gallery figure { margin:0; }
.expanded-gallery img { height:350px; }
.expanded-gallery figcaption { margin-top:12px; color:var(--muted); font-size:.75rem; }
@media(max-width:980px) {
 .press-grid { gap:18px; }
 .stage-gallery img { height:260px; }
 .media-feature-grid { gap:36px; }
 .reading-layout { grid-template-columns:1fr; max-width:760px; gap:28px; }
 .reading-layout aside { border-bottom:1px solid var(--line); padding-bottom:22px; }
}
@media(max-width:640px) {
 .press-grid,.blog-grid,.stage-gallery,.media-feature-grid { grid-template-columns:1fr; }
 .press-grid { gap:38px; }
 .stage-gallery { gap:32px; }
 .stage-gallery img { height:auto; max-height:440px; }
 .press-card h3 { font-size:1.9rem; }
 .blog-card > div { padding:26px; }
 .media-feature { padding:65px 0; }
 .reading-layout { padding-top:45px; }
 .reading-body { font-size:1.16rem; line-height:1.8; }
 .reading-body > p:first-child { font-size:1.3rem; }
 .expanded-gallery img { height:370px; }
}

/* Registro correto da TV5MONDE: preservar o contexto da transmissao. */
.press-card img[src*="tv5monde-entrevista"]{object-position:center 46%;}
.media-gallery img[src*="tv5monde-entrevista"]{object-fit:contain;background:var(--cream);}

/* Refinamento editorial: retrato, ritmo e palco. */
.home-page .hero h1{line-height:.94;letter-spacing:-.045em;}
.home-page .hero-photo{filter:saturate(.94) contrast(1.01);}
.home-page .hero-lead{max-width:30em;line-height:1.6;}
.home-page .hero .button-row{row-gap:24px;margin-top:36px;}
.home-page .stage-section .gallery-note{color:#c6d1c9;}
.home-page .stage-gallery{grid-template-columns:1.35fr 1fr;gap:30px 36px;align-items:stretch;}
.home-page .stage-gallery figure{display:flex;flex-direction:column;min-width:0;}
.home-page .stage-gallery figure:first-child{grid-row:span 2;}
.home-page .stage-gallery img{height:300px;object-position:50% 40%;}
.home-page .stage-gallery figure:first-child img{flex:1;height:0;min-height:0;object-position:50% 67%;}
.home-page .stage-gallery figcaption{margin-top:16px;padding-top:13px;border-top:1px solid #ffffff30;opacity:1;color:#c6d1c9;letter-spacing:.06em;}
.home-page .press-card h3{line-height:1.2;}
.home-page .desktop-nav a{position:relative;padding-block:8px;}
.home-page .desktop-nav a::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:var(--gold-light);transform:scaleX(0);transform-origin:left;transition:transform .2s ease;}
.home-page .desktop-nav a:focus-visible::after{transform:scaleX(1);}
@media(min-width:981px){
 .home-page .hero,.home-page .hero-copy{min-height:830px;}
 .home-page .hero-content{width:min(620px,55%);padding-block:60px;}
 .home-page .hero-photo{left:47%;}
 .home-page .hero::before{background:linear-gradient(90deg,#09231c 0%,rgba(9,35,28,.98) 39%,rgba(9,35,28,.65) 52%,rgba(9,35,28,.12) 73%,rgba(9,35,28,.05) 100%);}
}
@media(min-width:721px) and (max-width:980px){
 .home-page .hero h1{font-size:clamp(4.4rem,8vw,6rem);}
 .home-page .hero-content{width:65%;}
 .home-page .stage-gallery img{height:245px;}
}
@media(max-width:720px){
 .home-page .hero{min-height:0;}
 .home-page .hero-photo{inset:74px 0 auto;height:500px;background-position:center top;}
 .home-page .hero-copy{min-height:0;padding-top:450px;padding-bottom:64px;}
 .home-page .hero h1{font-size:clamp(3.7rem,18vw,5.5rem);}
 .home-page .hero::before{background:linear-gradient(0deg,#09231c 0%,#09231c 48%,rgba(9,35,28,.75) 59%,rgba(9,35,28,.05) 83%);}
 .home-page .hero .eyebrow{margin-bottom:22px;}
 .home-page .hero-lead{margin-top:26px;}
 .home-page .stage-gallery{grid-template-columns:1fr;gap:34px;}
 .home-page .stage-gallery figure:first-child{grid-row:auto;}
 .home-page .stage-gallery img,.home-page .stage-gallery figure:first-child img{flex:none;height:auto;max-height:none;aspect-ratio:3/4;object-fit:cover;}
}
@media(hover:hover) and (pointer:fine){
 .home-page .desktop-nav a:hover::after{transform:scaleX(1);}
 .home-page .press-card,.home-page .blog-card{transition:transform .24s ease;}
 .home-page .press-card:hover,.home-page .blog-card:hover{transform:translateY(-4px);}
}
@media(prefers-reduced-motion:no-preference){
 .home-page .hero-content{animation:editorial-enter .65s ease-out both;}
 .home-page .hero-photo{animation:portrait-enter .8s ease-out both;}
}
@keyframes editorial-enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}

/* Formulário de convite — abre a conversa comercial no WhatsApp. */
body.lead-dialog-open { overflow: hidden; }
.lead-dialog { width: min(760px, calc(100% - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 0; color: var(--ink); background: transparent; }
.lead-dialog::backdrop { background: rgba(7, 29, 23, .78); backdrop-filter: blur(5px); }
.lead-dialog-shell { position: relative; max-height: calc(100vh - 32px); overflow-y: auto; padding: clamp(28px, 5vw, 54px); border: 1px solid rgba(224, 189, 119, .48); background: var(--paper); box-shadow: 0 28px 80px rgba(0, 0, 0, .3); }
.lead-dialog-close { position: absolute; top: 15px; right: 18px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); background: transparent; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.lead-dialog h2 { max-width: 620px; margin: 12px 0 16px; color: var(--forest); }
.lead-dialog-intro { max-width: 650px; margin: 0 0 30px; color: var(--muted); }
.lead-form { display: grid; gap: 22px; }
.lead-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lead-form label { display: grid; gap: 8px; color: var(--forest); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.lead-form input,
.lead-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 14px 15px; color: var(--ink); background: #fff; font: 500 1rem/1.45 var(--sans); letter-spacing: normal; text-transform: none; }
.lead-form input:focus,
.lead-form textarea:focus { outline: 2px solid var(--gold); outline-offset: 2px; border-color: var(--gold); }
.lead-form textarea { resize: vertical; min-height: 116px; }
.lead-form-note { margin: -4px 0 0; color: var(--muted); font-size: .78rem; }
.lead-submit { width: fit-content; cursor: pointer; }
@media (max-width: 680px) {
  .lead-form-grid { grid-template-columns: 1fr; }
  .lead-dialog { width: calc(100% - 20px); max-height: calc(100vh - 20px); }
  .lead-dialog-shell { max-height: calc(100vh - 20px); padding: 34px 22px 26px; }
  .lead-dialog-close { top: 10px; right: 10px; }
  .lead-submit { width: 100%; }
}
@keyframes portrait-enter{from{opacity:.65}to{opacity:1}}
