:root {
  --ink: #090909;
  --paper: #f4f3f0;
  --white: #ffffff;
  --red: #e31b23;
  --red-dark: #a80d14;
  --muted: #a5a5a5;
  --line: rgba(255,255,255,.16);
  --header-height: 91px;
  --display: "Space Grotesk", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 100; background: transparent; }
.progress span { display: block; width: 0; height: 100%; background: var(--red); }

.topbar { position: absolute; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; padding: 24px clamp(24px, 5vw, 80px); border-bottom: 1px solid rgba(255,255,255,.12); background: linear-gradient(180deg, rgba(5,5,5,.78), rgba(5,5,5,.28)); }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; background: var(--red); color: white; font: 700 17px/1 var(--display); letter-spacing: -.07em; }
.brand-name { display: flex; flex-direction: column; font: 700 15px/1.1 var(--display); letter-spacing: .08em; }
.brand-name small { margin-top: 4px; color: #aaa; font: 600 8px/1 var(--body); letter-spacing: .2em; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { color: #d6d6d6; font-size: .8rem; font-weight: 600; transition: color .2s; }
nav a:hover { color: white; }
.media-kit-link { display: inline-flex; align-items: center; gap: 6px; color: white; white-space: nowrap; }
.media-kit-link span { color: var(--red); font-size: 1rem; }
.nav-cta { padding: 11px 17px; border: 1px solid rgba(255,255,255,.45); }
.menu-toggle { display: none; color: white; background: none; border: 0; padding: 8px; }

.hero { min-height: 860px; height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; background: #050505; }
.hero-art { position: absolute; inset: var(--header-height) 0 0 auto; width: 55%; height: calc(100% - var(--header-height)); object-fit: cover; object-position: center top; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #050505 0%, #050505 33%, rgba(5,5,5,.96) 43%, rgba(5,5,5,.45) 64%, rgba(5,5,5,.08) 82%), linear-gradient(0deg, #090909 0%, transparent 24%); }
.hero-content { position: relative; z-index: 2; width: min(760px, calc(100% - 48px)); margin-left: clamp(24px, 8vw, 130px); padding-top: 95px; }
.eyebrow, .overline { margin: 0 0 24px; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .22em; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #eee; }
.eyebrow span { width: 36px; height: 2px; background: var(--red); }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: 1.02; letter-spacing: -.045em; }
h1 { max-width: 740px; font-size: clamp(3.2rem, 6.4vw, 6.7rem); font-weight: 600; }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 650px; margin: 30px 0 34px; color: #c8c8c8; font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.75; }
.hero-lead strong { color: white; font-weight: 700; }
.hero-actions, .contact-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 22px; border: 1px solid transparent; font-size: .84rem; font-weight: 800; letter-spacing: .02em; transition: transform .25s, background .25s, border .25s; }
.button:hover { transform: translateY(-3px); }
.button.primary { background: var(--red); }
.button.primary:hover { background: #f02830; }
.button.secondary { border-color: rgba(255,255,255,.4); background: rgba(0,0,0,.15); backdrop-filter: blur(8px); }
.button.large { min-height: 62px; padding: 0 28px; }
.hero-proof { display: flex; gap: 44px; margin-top: 54px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.17); width: fit-content; }
.hero-proof div { display: flex; align-items: center; gap: 10px; }
.hero-proof strong { font: 600 1.8rem/1 var(--display); }
.hero-proof span { color: #a9a9a9; font-size: .65rem; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }
.scroll-cue { position: absolute; z-index: 2; right: clamp(24px, 4vw, 68px); bottom: 44px; display: flex; align-items: center; gap: 13px; transform: rotate(90deg); transform-origin: right; color: #aaa; font-size: .58rem; letter-spacing: .25em; }
.scroll-cue i { width: 56px; height: 1px; background: #aaa; }

.experiences, .formats, .portfolio, .bio, .contact { padding: clamp(90px, 11vw, 170px) clamp(24px, 8vw, 130px); }

.experiences { background: var(--paper); color: var(--ink); }
.section-head { display: grid; grid-template-columns: 1.5fr 1fr; align-items: end; gap: 60px; }
.section-head h2, .formats h2, .contact h2 { font-size: clamp(2.7rem, 5vw, 5.5rem); font-weight: 600; }
.section-intro { color: #666; max-width: 470px; margin: 0 0 7px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 54px 0 28px; }
.filter { border: 1px solid #ccc; background: transparent; padding: 9px 15px; font-size: .73rem; font-weight: 700; cursor: pointer; transition: .2s; }
.filter:hover, .filter.active { color: white; border-color: var(--ink); background: var(--ink); }
.course-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #ccc; border: 1px solid #ccc; }
.course-card { min-height: 410px; background: var(--paper); padding: 26px; display: flex; flex-direction: column; justify-content: space-between; transition: background .3s, color .3s; }
.course-card:hover, .course-card.featured { background: var(--ink); color: white; }
.course-card.hidden { display: none; }
.course-top { display: flex; justify-content: space-between; align-items: center; color: #888; font-size: .7rem; }
.tag { border: 1px solid currentColor; padding: 5px 8px; font-size: .57rem; letter-spacing: .1em; }
.course-area { margin: 0 0 13px; color: var(--red); font-size: .65rem; font-weight: 800; letter-spacing: .16em; }
.course-card h3 { font-size: clamp(1.8rem, 2.8vw, 3rem); font-weight: 600; }
.course-card p:not(.course-area) { color: #777; font-size: .87rem; }
.course-card:hover p:not(.course-area), .course-card.featured p:not(.course-area) { color: #aaa; }
.course-link { display: flex; justify-content: space-between; align-items: center; border: 0; border-top: 1px solid #bbb; padding: 17px 0 0; background: none; color: inherit; font-size: .75rem; font-weight: 800; cursor: pointer; text-align: left; }

.overline.light { color: rgba(255,255,255,.65); }

.formats { background: white; color: var(--ink); }
.formats-title { display: flex; align-items: end; justify-content: space-between; margin-bottom: 70px; }
.format-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #ccc; }
.format-grid article { min-height: 330px; padding: 28px 26px; border-right: 1px solid #ccc; display: flex; flex-direction: column; }
.format-grid article:last-child { border-right: 0; }
.format-grid span { color: var(--red); font-size: .63rem; font-weight: 800; letter-spacing: .14em; }
.format-grid h3 { margin-top: auto; font-size: 2.2rem; }
.format-grid p { min-height: 75px; color: #676767; font-size: .83rem; }

.bio { position: relative; display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; gap: 7vw; overflow: hidden; background: #111; }
.bio-portrait { margin: 0; min-width: 0; }
.bio-portrait > img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: 48% center; }
.bio-portrait figcaption { padding: 20px 0 0; display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: baseline; border-top: 3px solid var(--red); }
.bio-portrait strong { font: 600 1.3rem/1.2 var(--display); }
.bio-portrait span { color: #bbb; font-size: .875rem; }
.bio h2 { font-size: clamp(2.7rem, 4.5vw, 5rem); }
.bio-lead { margin-top: 34px; color: #ddd; font-size: 1.12rem; }
.bio-content > p:not(.overline):not(.bio-lead) { color: #8e8e8e; }
.credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 34px; }
.credentials span { padding: 13px 0; border-top: 1px solid #333; color: #c5c5c5; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }

.contact { background: var(--paper); color: var(--ink); }
.contact h2 { max-width: 1000px; }
.contact > p:not(.overline) { max-width: 700px; color: #666; font-size: 1.05rem; margin: 28px 0 34px; }
.text-link { color: #444; padding: 14px 0; border-bottom: 1px solid #aaa; font-size: .83rem; }

footer { min-height: 180px; padding: 42px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 24px; background: var(--ink); color: #777; font-size: .67rem; }
footer > p:nth-child(2) { text-align: center; }
footer > p:last-child { text-align: right; }

dialog { width: min(760px, calc(100% - 32px)); padding: clamp(28px, 5vw, 62px); border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.5); }
dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; top: 20px; right: 22px; border: 0; background: none; font-size: 2rem; cursor: pointer; }
.dialog-type { color: var(--red); font-size: .68rem; font-weight: 800; letter-spacing: .18em; }
dialog h2 { max-width: 600px; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.dialog-summary { max-width: 640px; color: #666; }
.dialog-columns { display: grid; grid-template-columns: 1fr 1.3fr; gap: 32px; margin: 32px 0; padding-top: 24px; border-top: 1px solid #ccc; }
.dialog-columns h3 { font-size: 1rem; }
.dialog-columns p, .dialog-columns li { color: #666; font-size: .85rem; }
.dialog-columns ul { padding-left: 18px; }

.portfolio { background: var(--ink); border-bottom: 1px solid #303030; scroll-margin-top: 20px; }
.portfolio .section-intro { color: #bdbdbd; }
.portfolio .overline { color: #f15d63; font-size: .8rem; letter-spacing: .15em; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px 24px; margin-top: 52px; }
.portfolio-card { display: flex; flex-direction: column; min-width: 0; margin: 0; }
.portfolio-card--featured { grid-column: span 2; }
.portfolio-photo { position: relative; display: block; aspect-ratio: 3 / 2; background: #1d1d1d; cursor: zoom-in; }
.portfolio-photo img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.portfolio-card--book .portfolio-photo { flex: 1; aspect-ratio: auto; }
.photo-expand { position: absolute; right: 12px; bottom: 12px; padding: 8px 12px; color: white; background: rgba(9,9,9,.9); font-size: .875rem; }
.portfolio-card figcaption { min-height: 84px; padding: 18px 0 0; }
.portfolio-card figcaption > span { display: block; color: #c5c5c5; font-size: .75rem; font-weight: 700; letter-spacing: .12em; margin-bottom: 8px; }
.portfolio-card h3 { font-size: clamp(1.2rem, 1.8vw, 1.65rem); line-height: 1.25; letter-spacing: -.025em; }
.portfolio-photo:hover .photo-expand { background: var(--red-dark); }
.portfolio-photo:focus-visible, .portfolio-dialog button:focus-visible, .portfolio-dialog a:focus-visible { outline: 3px solid white; outline-offset: 5px; }
body.photo-viewer-open { overflow: hidden; }
.portfolio-dialog { width: min(1200px, calc(100% - 32px)); max-height: calc(100svh - 32px); padding: 20px 24px; background: #111; color: white; }
.portfolio-dialog::backdrop { background: rgba(0,0,0,.9); }
.portfolio-dialog-head, .portfolio-dialog-foot { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.portfolio-dialog-head { margin-bottom: 12px; }
.portfolio-dialog-head p { margin: 0; color: #bdbdbd; font-size: .75rem; letter-spacing: .1em; }
.portfolio-close, .portfolio-controls button { min-width: 44px; min-height: 44px; padding: 8px 12px; border: 1px solid #5c5c5c; background: transparent; color: white; cursor: pointer; font-size: .875rem; }
.portfolio-close span { margin-left: 10px; font-size: 1.25rem; }
.portfolio-close:hover, .portfolio-controls button:hover { background: #303030; }
.portfolio-full-photo { margin: 0; }
.portfolio-full-photo img { display: block; width: 100%; height: min(65svh, 760px); object-fit: contain; }
.portfolio-full-photo figcaption { color: #ddd; font-size: 1rem; line-height: 1.5; margin: 18px 0; }
.portfolio-dialog-foot { border-top: 1px solid #373737; padding-top: 14px; flex-wrap: wrap; }
.portfolio-dialog-foot a { font-size: .875rem; text-decoration: underline; text-underline-offset: 4px; }
.portfolio-controls { display: flex; align-items: center; gap: 16px; }
.portfolio-controls span { min-width: 45px; text-align: center; font-size: .875rem; }
.portfolio-error { color: #ffd2d4; font-size: 1rem; }

@media (max-width: 980px) {
  nav { position: fixed; inset: 0; display: none; flex-direction: column; justify-content: center; background: rgba(5,5,5,.98); }
  nav.open { display: flex; }
  nav a { font-size: 1.2rem; }
  .menu-toggle { display: flex; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 7px; z-index: 2; }
  .menu-toggle span { width: 24px; height: 1px; background: white; }
  .course-grid { grid-template-columns: repeat(2, 1fr); }
  .format-grid { grid-template-columns: repeat(2, 1fr); }
  .format-grid article:nth-child(2) { border-right: 0; }
  .bio { grid-template-columns: 1fr; }
  .bio-portrait { max-width: 560px; }
}

@media (max-width: 700px) {
  .hero { min-height: 820px; height: auto; }
  .hero-art { inset: var(--header-height) 0 auto; width: 100%; height: 440px; object-position: center top; }
  .hero-shade { background: linear-gradient(180deg, rgba(5,5,5,.08) 0%, rgba(5,5,5,.16) 25%, rgba(5,5,5,.72) 45%, #090909 58%, #090909 100%), linear-gradient(90deg, rgba(5,5,5,.45), rgba(5,5,5,.08)); }
  .hero-content { margin: 0 24px; padding: 480px 0 80px; }
  h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-proof { width: 100%; gap: 18px; justify-content: space-between; }
  .hero-proof div { display: block; }
  .hero-proof span { display: block; margin-top: 6px; }
  .scroll-cue { display: none; }
  .section-head { grid-template-columns: 1fr; }
  .section-head { gap: 28px; }
  .course-grid { grid-template-columns: 1fr; }
  .course-card { min-height: 360px; }
  .format-grid { grid-template-columns: 1fr; }
  .format-grid article { min-height: 260px; border-right: 0; border-bottom: 1px solid #ccc; }
  .credentials { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; align-items: start; }
  footer > p:nth-child(2), footer > p:last-child { text-align: left; }
  .dialog-columns { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: minmax(0, 1fr); gap: 32px; margin-top: 36px; }
  .portfolio-card--featured { grid-column: auto; }
  .portfolio-card--book .portfolio-photo { flex: none; aspect-ratio: 2 / 3; }
  .portfolio-card figcaption { min-height: 0; }
  .portfolio-card h3 { font-size: 1.4rem; }
  .portfolio-dialog { padding: 12px 16px; }
  .portfolio-dialog-head p { max-width: 50%; }
  .portfolio-full-photo img { height: 52svh; }
}

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

/* Publications, editorial credentials and the extensible event portfolio. */
.online-courses, .publications, .recognition { padding: clamp(80px, 9vw, 140px) clamp(24px, 8vw, 130px); }
.online-courses { background: #0e0e0e; color: white; border-top: 1px solid #292929; scroll-margin-top: 0; }
.online-courses h2 { font-size: clamp(2.7rem, 5vw, 5.5rem); }
.online-courses .overline { color: #f15d63; }
.online-courses-intro { max-width: 520px; align-self: end; }
.online-courses-intro p { margin: 0 0 20px; color: #c3c3c3; font-size: 1.05rem; }
.online-courses-intro span { display: inline-block; padding-top: 14px; border-top: 1px solid #484848; color: white; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.digital-course-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 58px; border: 1px solid #393939; background: #393939; }
.digital-course-card { min-height: 550px; padding: clamp(26px, 3vw, 42px); display: flex; flex-direction: column; gap: 30px; background: #151515; transition: background .25s, transform .25s; }
.digital-course-card:hover { background: #1d1d1d; }
.digital-course-card--featured { box-shadow: inset 4px 0 0 var(--red); background: #191919; }
.digital-course-card--available { grid-column: 1 / -1; min-height: 0; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); grid-template-areas: "top top" "copy benefits" "copy action"; gap: 28px clamp(40px, 6vw, 90px); background: var(--paper); color: var(--ink); box-shadow: inset 4px 0 0 var(--red); }
.digital-course-card--available:hover { background: white; }
.digital-course-card--available > .digital-course-top { grid-area: top; }
.digital-course-card--available > div:nth-of-type(2) { grid-area: copy; }
.digital-course-card--available > .digital-course-benefits { grid-area: benefits; align-self: end; border-color: #c8c8c8; }
.digital-course-card--available > .digital-course-action { grid-area: action; align-self: end; margin-top: 0; padding: 18px 20px; border: 0; background: var(--red); color: white; }
.digital-course-card--available:hover .digital-course-action { background: #f02830; color: white; }
.digital-course-card--available .digital-course-top { color: #656565; }
.digital-course-card--available .digital-course-top span:last-child { border-color: var(--red); background: var(--red); color: white; }
.digital-course-card--available h3 { max-width: 850px; font-size: clamp(2.45rem, 4.7vw, 5rem); }
.digital-course-card--available .digital-course-description { max-width: 760px; color: #505050; }
.digital-course-card--available .digital-course-benefits li { color: #303030; }
.digital-course-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8f8f8f; font-size: .75rem; font-weight: 700; letter-spacing: .1em; }
.digital-course-top span:last-child { padding: 7px 10px; border: 1px solid #515151; color: #ddd; }
.digital-course-area { margin: 0 0 16px; color: #f15d63; font-size: .75rem; font-weight: 800; letter-spacing: .14em; }
.digital-course-card h3 { max-width: 620px; font-size: clamp(2rem, 3.5vw, 3.65rem); line-height: 1.02; }
.digital-course-description { max-width: 650px; margin: 24px 0 0; color: #bcbcbc; font-size: 1rem; }
.digital-course-benefits { display: grid; gap: 10px; padding: 22px 0 0; margin: 0; border-top: 1px solid #383838; list-style: none; }
.digital-course-benefits li { position: relative; padding-left: 22px; color: #d3d3d3; font-size: .9rem; }
.digital-course-benefits li::before { content: ""; position: absolute; left: 0; top: .72em; width: 6px; height: 6px; background: var(--red); }
.digital-course-action { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: auto; padding: 20px 0 0; border-top: 1px solid #454545; color: white; font-size: .875rem; font-weight: 800; }
.digital-course-card:hover .digital-course-action { color: #f15d63; }
.publications { background: var(--paper); color: var(--ink); border-top: 1px solid #d5d5d5; }
.button.primary { color: white; }
.publications .overline, .experiences .overline, .formats .overline, .contact .overline { color: var(--red-dark); }
.course-area { color: var(--red-dark); }
.course-card.featured .course-area, .course-card:hover .course-area { color: #f15d63; }
.publications h2, .recognition h2 { font-size: clamp(2.7rem, 5vw, 5.5rem); }
.source-note { font-size: .875rem; color: #626262; line-height: 1.6; }
.hero-source { color: #aaa; margin-top: 16px; }
.expertise-topics { margin-top: 42px; padding-top: 28px; border-top: 1px solid #ccc; }
.expertise-topics h3 { font-size: 1.25rem; line-height: 1.3; letter-spacing: -.02em; }
.expertise-topics ul, .publication-tags { display: flex; gap: 10px; flex-wrap: wrap; padding: 0; list-style: none; }
.expertise-topics li { border: 1px solid #ccc; padding: 8px 12px; font-size: .875rem; }
.expertise-topics p { color: #626262; }
.mentoring-note { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 28px; background: var(--paper); margin-top: 24px; }
.mentoring-note h3 { font-size: 1.6rem; }
.mentoring-note p { max-width: 620px; color: #626262; margin-bottom: 0; }
.mentoring-note a { flex-shrink: 0; }
.publications-catalog { margin-top: 56px; }
.publication-featured { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); background: white; border: 1px solid #d5d5d5; }
.publication-art { display: grid; place-items: center; padding: 44px; background: #e7e8eb; min-width: 0; }
.publication-art img { display: block; width: 100%; max-width: 300px; height: auto; box-shadow: 0 16px 30px rgba(13,25,40,.2); }
.publication-copy { padding: clamp(26px, 4vw, 56px); min-width: 0; }
.publication-type { color: var(--red-dark); font-size: .875rem; letter-spacing: .1em; font-weight: 800; margin: 0 0 18px; }
.publication-featured h3 { font-size: clamp(2rem, 3.2vw, 3.4rem); line-height: 1.09; }
.publication-copy > p:not(.publication-type):not(.publication-author) { color: #565656; }
.publication-author { margin: 20px 0; font-size: .875rem; color: #626262; }
.publication-benefits { display: grid; gap: 10px; margin: 24px 0; padding: 22px 0; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; list-style: none; }
.publication-benefits li { position: relative; padding-left: 26px; color: #303030; font-size: .9rem; font-weight: 600; }
.publication-benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--red-dark); font-weight: 800; }
.publication-tags { margin: 22px 0; }
.publication-tags li { font-size: .875rem; border-bottom: 1px solid #c8c8c8; padding: 4px 0; margin-right: 8px; color: #545454; }
.publication-action { margin-top: 26px; }
.publication-secondary { border-color: var(--ink); background: var(--ink); color: white; }
.publication-secondary:hover { background: #2b2b2b; }
.publication-note { margin-top: 16px; font-size: .875rem; line-height: 1.6; }
.publication-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 440px), 1fr)); gap: 24px; margin-top: 24px; }
.publication-row { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 32px; padding: 32px; border: 1px solid #d0d0d0; background: #fafafa; }
.publication-row .publication-art { padding: 0; background: none; align-self: start; }
.publication-row .publication-copy { padding: 0; }
.publication-row h3 { font-size: clamp(1.6rem, 2.8vw, 2.4rem); line-height: 1.15; }
.publication-row .publication-author { margin: 16px 0; }
.publication-row .publication-action { margin-top: 16px; }
.bio-links { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 32px; }
.bio-links .text-link { color: #ddd; }
.recognition { background: #181818; border-top: 1px solid #383838; }
.recognition .section-intro, .recognition .source-note { color: #bdbdbd; }
.recognition .overline { color: #f15d63; }
.recognition-featured { display: grid; grid-template-columns: minmax(110px, .35fr) minmax(0, 1.5fr) minmax(140px, .55fr); align-items: end; gap: 28px; margin-top: 52px; padding: 22px 0 30px; border-top: 2px solid var(--red); border-bottom: 1px solid #404040; }
.recognition-featured > span, .recognition-grid article > span { color: #bcbcbc; font-size: .875rem; }
.recognition-featured h3 { margin: 0; font-size: clamp(1.9rem, 3vw, 3.2rem); line-height: 1.08; }
.recognition-featured p { margin: 0; color: #c5c5c5; }
.recognition-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin-top: 34px; }
.recognition-grid article { border-top: 2px solid var(--red); padding-top: 22px; }
.recognition-list { display: grid; gap: 0; margin: 20px 0 0; padding: 0; list-style: none; }
.recognition-list li { padding: 18px 0; border-top: 1px solid #3b3b3b; }
.recognition-list li:first-child { padding-top: 0; border-top: 0; }
.recognition-list h3 { margin: 0 0 8px; font-size: 1.08rem; line-height: 1.34; }
.recognition-list p { margin: 0; color: #c5c5c5; font-size: .875rem; line-height: 1.55; }
.media-reach { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding-top: 32px; margin-top: 48px; border-top: 1px solid #404040; }
.media-reach p { color: #bbb; margin: 0; }
.media-reach strong { display: block; color: white; font: 500 clamp(1.6rem, 2.6vw, 2.5rem)/1.4 var(--display); }
.content-ecosystem, .media-library { padding: clamp(80px, 9vw, 140px) clamp(24px, 8vw, 130px); }
.content-ecosystem { background: white; color: var(--ink); }
.content-ecosystem h2, .media-library h2 { font-size: clamp(2.7rem, 5vw, 5.5rem); }
.social-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .7fr); gap: 24px; margin-top: 56px; }
.youtube-feature { position: relative; min-height: 570px; overflow: hidden; background: #111; color: white; }
.youtube-feature > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .5s ease; }
.youtube-feature:hover > img { transform: scale(1.025); }
.youtube-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,5,5,.05) 15%, rgba(5,5,5,.88) 90%); }
.play-mark { position: absolute; top: 30px; right: 30px; display: grid; place-items: center; width: 68px; height: 68px; padding-left: 4px; border-radius: 50%; background: #f00000; color: white; font-size: 1.3rem; box-shadow: 0 10px 34px rgba(0,0,0,.28); }
.youtube-copy { position: absolute; inset: auto clamp(24px, 4vw, 48px) clamp(26px, 4vw, 46px); display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.social-platform { display: block; font-size: .875rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.youtube-copy > strong { max-width: 720px; font: 600 clamp(2.3rem, 4vw, 4.7rem)/1 var(--display); letter-spacing: -.05em; }
.youtube-copy > span:not(.social-platform) { max-width: 670px; color: #ddd; font-size: 1rem; }
.youtube-copy > b { margin-top: 8px; font-size: .875rem; }
.social-stack { display: grid; grid-auto-rows: minmax(0, 1fr); gap: 24px; }
.social-card, .social-invite { min-height: 260px; padding: 30px; display: flex; flex-direction: column; align-items: flex-start; }
.social-card h3, .social-invite h3 { margin: auto 0 16px; font-size: clamp(1.8rem, 2.7vw, 2.65rem); line-height: 1.05; }
.social-card p, .social-invite p { margin: 0; font-size: 1rem; }
.social-action { margin-top: 28px; font-size: .875rem; font-weight: 800; }
.social-card--linkedin { background: #0a66c2; color: white; }
.social-card--linkedin p { color: #d9eaff; }
.social-card--instagram { background: linear-gradient(135deg, #7628a7, #d52d7d 55%, #f39a35); color: white; }
.social-invite { background: var(--paper); border: 1px solid #d4d4d4; }
.social-invite > span { color: var(--red-dark); font-size: .875rem; font-weight: 800; letter-spacing: .14em; }
.social-invite p { color: #616161; }
.media-library { background: #101010; color: white; border-top: 1px solid #2d2d2d; }
.media-library .overline { color: #f15d63; }
.media-library .section-intro { color: #bdbdbd; }
.media-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 48px 0 28px; }
.media-filter { min-height: 44px; border: 1px solid #4b4b4b; background: transparent; color: #d8d8d8; padding: 9px 16px; font-size: .875rem; font-weight: 700; cursor: pointer; }
.media-filter:hover, .media-filter.active { border-color: white; background: white; color: #111; }
.media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid #393939; background: #393939; }
.media-card { min-height: 350px; padding: 28px; display: flex; flex-direction: column; background: #151515; }
.media-card.hidden, .media-card[hidden] { display: none; }
.media-card > div:first-child { display: flex; justify-content: space-between; gap: 16px; }
.media-kind { color: #f15d63; font-size: .75rem; font-weight: 800; letter-spacing: .13em; }
.media-meta { color: #9f9f9f; font-size: .75rem; text-align: right; }
.media-card h3 { margin: 54px 0 20px; font-size: clamp(1.55rem, 2.3vw, 2.35rem); line-height: 1.12; }
.media-card p { color: #aaa; font-size: 1rem; }
.media-actions { margin-top: auto; padding-top: 20px; border-top: 1px solid #3b3b3b; display: flex; flex-wrap: wrap; gap: 10px 18px; }
.media-actions a { color: white; font-size: .875rem; font-weight: 800; }
.media-card:hover { background: #1e1e1e; }
.media-card:hover .media-actions a { color: #f15d63; }
.media-controls { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0 4px; }
.media-controls p { margin: 0; color: #9f9f9f; font-size: .875rem; }
.media-more { min-height: 46px; border: 1px solid #5a5a5a; background: transparent; color: white; padding: 10px 18px; font: inherit; font-size: .875rem; font-weight: 800; cursor: pointer; }
.media-more:hover { border-color: white; background: white; color: #111; }
.media-more[hidden] { display: none; }
.media-expansion { display: grid; grid-template-columns: .7fr 1.3fr; gap: 32px; padding-top: 30px; margin-top: 30px; border-top: 1px solid #3b3b3b; }
.media-expansion span { color: #f15d63; font-size: .875rem; font-weight: 800; letter-spacing: .13em; }
.media-expansion p { max-width: 650px; margin: 0; color: #aaa; }
.footer-social { display: flex; justify-content: center; gap: 22px; }
.footer-social a { color: #aaa; text-decoration: underline; text-underline-offset: 4px; }
a:focus-visible, button:focus-visible { outline: 3px solid #718bf2; outline-offset: 5px; }
.brand-name small { font-size: .75rem; letter-spacing: .08em; line-height: 1.2; }
nav { gap: clamp(14px, 1.8vw, 28px); }
nav a, .button, .filter, .course-link, .credentials span, .text-link { font-size: .875rem; }
.eyebrow, .overline, .course-area, .dialog-type, .format-grid span { font-size: .875rem; }
.hero-proof { gap: 32px; flex-wrap: wrap; }
.hero-proof span, .tag, .course-top, footer { font-size: .75rem; }
.hero-proof strong { white-space: nowrap; }
.course-card p:not(.course-area), .format-grid p, .dialog-columns p, .dialog-columns li { font-size: 1rem; }
.course-top { align-items: start; gap: 12px; }
.tag { text-align: right; }
.course-card { min-width: 0; gap: 28px; }
.format-grid span { line-height: 1.5; }
.format-grid p { min-height: 100px; }
.bio-content > p:not(.overline):not(.bio-lead) { color: #b5b5b5; }
.hero { height: auto; min-height: max(900px, 100svh); }
.hero-content { padding-top: 160px; padding-bottom: 72px; }

@media (min-width: 981px) and (max-width: 1360px) {
  .topbar { padding-left: 24px; padding-right: 24px; }
  nav { gap: 14px; }
  .brand { gap: 8px; }
  .nav-cta { padding: 11px; }
  .brand-name small { font-size: .75rem; }
}
@media (max-width: 1100px) {
  .digital-course-card--available { grid-template-columns: minmax(0, 1fr); grid-template-areas: "top" "copy" "benefits" "action"; gap: 24px; }
}
@media (max-width: 980px) {
  nav a { font-size: 1.2rem; }
  .digital-course-card { min-height: 520px; }
  .digital-course-card--available { min-height: 0; }
  .publication-featured { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
  .publication-art { padding: 28px; }
  .recognition-grid, .media-reach { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mentoring-note { align-items: start; flex-direction: column; gap: 16px; }
  .publication-row { grid-template-columns: 130px minmax(0, 1fr); gap: 24px; }
  .social-layout { grid-template-columns: 1fr; }
  .social-stack { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .digital-course-grid { grid-template-columns: minmax(0, 1fr); margin-top: 34px; }
  .digital-course-card { min-height: 0; }
  .digital-course-card--available { grid-column: auto; grid-template-columns: minmax(0, 1fr); grid-template-areas: "top" "copy" "benefits" "action"; gap: 24px; }
  .digital-course-card h3 { font-size: clamp(2.15rem, 11vw, 3.2rem); }
  .publication-featured { grid-template-columns: minmax(0, 1fr); }
  .publication-art { padding: 32px; }
  .publication-featured .publication-art img { max-width: 240px; }
  .publication-featured .publication-copy { padding: 28px 24px; }
  .publication-row { grid-template-columns: minmax(0, 1fr); padding: 24px; }
  .publication-row .publication-art { max-width: 150px; }
  .publications-catalog { margin-top: 32px; }
  .publication-action .button { width: 100%; }
  .recognition-featured { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .recognition-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .recognition-list h3 { font-size: 1.2rem; }
  .hero-proof { gap: 16px; }
  .hero-proof strong { font-size: 1.6rem; }
  .hero-proof span { font-size: .75rem; }
  .hero-content { padding: 480px 0 64px; }
  .hero { min-height: 820px; }
  .contact-actions { align-items: stretch; }
  .contact-actions .button { width: 100%; padding: 18px; }
  .mentoring-note { padding: 24px; }
  .source-note { font-size: .875rem; }
  .social-layout { margin-top: 34px; }
  .youtube-feature { min-height: 480px; }
  .youtube-copy > strong { font-size: clamp(2.2rem, 11vw, 3.3rem); }
  .play-mark { top: 20px; right: 20px; width: 58px; height: 58px; }
  .social-stack, .media-grid, .media-expansion { grid-template-columns: minmax(0, 1fr); }
  .social-card, .social-invite { min-height: 250px; padding: 24px; }
  .media-card { min-height: 320px; padding: 24px; }
  .media-controls { align-items: stretch; flex-direction: column; }
  .media-more { width: 100%; }
  .footer-social { justify-content: flex-start; }
}
@media (max-width: 390px) {
  .hero-proof div { flex-basis: 40%; }
  .recognition-grid, .media-reach { grid-template-columns: minmax(0, 1fr); }
  .brand-name { font-size: .875rem; }
  .hero-actions .button { padding: 14px; }
}

/* Download do anuário e captação de leads */
nav .annual-menu-link { display: inline-flex; align-items: center; gap: 6px; padding: 9px 12px; border: 1px solid rgba(227,27,35,.72); color: white; white-space: nowrap; }
nav .annual-menu-link:hover { border-color: var(--red); background: var(--red); }
nav .annual-menu-link span { color: #ff6f74; font-size: 1rem; }
nav .annual-menu-link:hover span { color: white; }

.lead-dialog { width: min(1040px, calc(100% - 32px)); max-height: calc(100svh - 32px); padding: 0; overflow: auto; background: var(--paper); }
.lead-dialog .lead-dialog-close { z-index: 3; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border-radius: 50%; background: var(--red); color: white; font-size: 1.55rem; line-height: 1; }
.lead-dialog .lead-dialog-close:hover { background: var(--red-dark); }
.lead-dialog-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); min-height: 650px; }
.lead-dialog-intro { padding: clamp(42px, 6vw, 76px); background: var(--ink); color: white; }
.lead-dialog-intro .dialog-type { margin: 0 0 24px; color: #ff6f74; }
.lead-dialog h2 { max-width: 460px; font-size: clamp(2.3rem, 4.2vw, 4.2rem); line-height: 1.02; }
.lead-dialog-intro > p:not(.dialog-type) { margin: 28px 0 0; color: #c5c5c5; font-size: 1rem; }
.lead-dialog-intro strong { color: white; }
.lead-dialog-intro ul { display: grid; gap: 12px; margin: 32px 0 0; padding: 26px 0 0; border-top: 1px solid #333; list-style: none; }
.lead-dialog-intro li { position: relative; padding-left: 24px; color: #d4d4d4; font-size: .9rem; }
.lead-dialog-intro li::before { content: "✓"; position: absolute; left: 0; color: #ff6f74; font-weight: 800; }
.lead-form { display: flex; flex-direction: column; justify-content: center; padding: clamp(42px, 6vw, 76px); }
.lead-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.lead-field { display: grid; gap: 7px; }
.lead-field--wide { grid-column: 1 / -1; }
.lead-field > span { color: #3d3d3d; font-size: .78rem; font-weight: 800; }
.lead-field input { width: 100%; min-height: 50px; border: 1px solid #bdbdbd; border-radius: 0; background: white; color: var(--ink); padding: 12px 14px; font: inherit; font-size: 1rem; }
.lead-field input:focus { border-color: var(--ink); outline: 3px solid rgba(113,139,242,.28); outline-offset: 1px; }
.lead-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.lead-consent { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; margin: 24px 0; color: #555; font-size: .76rem; line-height: 1.55; }
.lead-consent input { width: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--red); }
.lead-consent a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 2px; }
.lead-submit { width: 100%; cursor: pointer; }
.lead-submit:disabled { opacity: .66; cursor: wait; transform: none; }
.lead-form-status { min-height: 24px; margin: 14px 0 0; color: #666; font-size: .82rem; }
.lead-form-status.is-error { color: #a80d14; font-weight: 700; }
.lead-form-status.is-success { color: #176b3a; font-weight: 700; }
.lead-download-link { margin-top: 8px; color: var(--red-dark); font-size: .9rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.lead-download-link[hidden] { display: none; }
.lead-privacy { margin: 13px 0 0; color: #777; font-size: .7rem; }

@media (min-width: 981px) and (max-width: 1180px) {
  nav { position: fixed; inset: 0; display: none; flex-direction: column; justify-content: center; background: rgba(5,5,5,.98); }
  nav.open { display: flex; }
  nav a { font-size: 1.2rem; }
  .menu-toggle { display: flex; width: 44px; height: 44px; flex-direction: column; justify-content: center; gap: 7px; z-index: 2; }
  .menu-toggle span { width: 24px; height: 1px; background: white; }
}

@media (max-width: 760px) {
  .lead-dialog-layout { grid-template-columns: minmax(0, 1fr); }
  .lead-dialog-intro, .lead-form { padding: 38px 24px; }
  .lead-dialog-intro { padding-top: 64px; }
  .lead-form-grid { grid-template-columns: minmax(0, 1fr); }
  .lead-field--wide { grid-column: auto; }
  .lead-dialog h2 { font-size: clamp(2.25rem, 11vw, 3.5rem); }
}
