:root {
  --ink: #121a12;
  --ink-soft: #293128;
  --lime: #dfff70;
  --paper: #f3f1eb;
  --white: #ffffff;
  --gray: #85817b;
  --line: rgba(18, 26, 18, 0.24);
  --page: min(1180px, calc(100vw - 80px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.preloader {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #162215;
  opacity: 1;
  visibility: visible;
  transition: opacity 720ms ease, visibility 720ms ease;
}

.preloader::after {
  content: none;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-main {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.preloader-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.preloader-status {
  position: absolute;
  z-index: 1;
  top: calc(50% + 80px);
  left: 50%;
  width: min(360px, calc(100vw - 72px));
  transform: translateX(-50%);
  color: var(--white);
}

.preloader-status > span {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: right;
}

.preloader-track {
  position: relative;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.24);
}

.preloader-track i {
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  max-width: 100%;
  background: var(--lime);
  transition: width 160ms linear;
}

.scroll-progress {
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  width: 5px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  min-height: 5px;
  background: var(--lime);
  transition: height 120ms linear;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 92px;
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 48px;
  padding: 0 max(40px, calc((100vw - 1180px) / 2));
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: color 280ms ease, background 280ms ease, border-color 280ms ease;
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(243, 241, 235, 0.96);
  border-bottom-color: var(--line);
  backdrop-filter: blur(12px);
}

.site-header.is-video-active {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--ink);
  transition: filter 420ms ease, opacity 420ms ease;
}

.hero-video-tint {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(225, 250, 120, 0.82);
  mix-blend-mode: multiply;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.hero-video-trigger {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  width: 180px;
  padding: 0;
  color: var(--white);
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  transition: opacity 280ms ease, transform 280ms ease;
}

.hero-video-trigger > span:last-child {
  max-width: 170px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.hero-video-play {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  padding-left: 4px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  transition: transform 220ms ease, background 220ms ease;
}

.hero-video-play,
.hero-link span,
.format-agenda-heading > a span,
.closing > a span {
  font-family: Arial, Helvetica, sans-serif;
  font-variant-emoji: text;
}

.hero-video-trigger:hover .hero-video-play,
.hero-video-trigger:focus-visible .hero-video-play {
  transform: scale(1.08);
  background: var(--white);
}

.hero-video-back {
  display: none;
}

.hero.video-active {
  background: #000;
}

.hero.video-active::after,
.hero.video-active .hero-video-tint,
.hero.video-active .hero-mobile-title,
.hero.video-active .hero-message,
.hero.video-active .hero-link,
.hero.video-active .hero-edition,
.hero.video-active .hero-video-trigger {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero.video-active .hero-video {
  z-index: 5;
  object-fit: contain;
  background: #000;
}

.brand {
  position: relative;
  display: block;
  width: 142px;
  height: 69px;
  text-decoration: none;
}

.brand-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 280ms ease;
}

.brand-logo-positive {
  opacity: 0;
}

.site-header.is-scrolled .brand-logo-negative {
  opacity: 0;
}

.site-header.is-scrolled .brand-logo-positive {
  opacity: 1;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(22px, 3vw, 50px);
}

.main-nav a {
  position: relative;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 10px 4px;
  border: 0;
  color: inherit;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 7px 0;
  background: currentColor;
  transition: transform 220ms ease;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  align-items: end;
  padding: 150px max(40px, calc((100vw - 1180px) / 2)) 54px;
  overflow: hidden;
  color: var(--white);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.12)), url("assets/dialogos-hero.jpg");
  background-position: center;
  background-size: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), transparent 35%, rgba(0, 0, 0, 0.3));
  pointer-events: none;
  transition: opacity 420ms ease;
}

.hero-mobile-title {
  display: none;
}

.hero-message,
.hero-link,
.hero-edition {
  position: relative;
  z-index: 2;
}

.hero-message {
  grid-column: 2;
  align-self: center;
  justify-self: end;
  width: min(430px, 100%);
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.54);
}

.hero-message p,
.hero-message strong {
  display: block;
  margin: 0;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.12;
}

.hero-message p {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.hero-message strong {
  color: var(--lime);
  font-weight: 500;
}

.hero-link {
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  padding: 14px 0;
  border-bottom: 1px solid var(--lime);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-link span {
  color: var(--lime);
  font-size: 20px;
}

.hero-edition {
  grid-row: 2;
  grid-column: 2;
  justify-self: end;
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-light,
.section-dark,
.themes,
.closing {
  position: relative;
  padding-right: max(40px, calc((100vw - 1180px) / 2));
  padding-left: max(40px, calc((100vw - 1180px) / 2));
}

.section-light {
  background: var(--paper);
}

.section-dark {
  color: var(--white);
  background: #151713;
}

.section-index {
  position: relative;
  z-index: 2;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.section-index.lime,
.lime-dot {
  color: var(--lime);
}

.intro {
  min-height: 820px;
  padding-top: 130px;
  padding-bottom: 140px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(70px, 10vw, 160px);
  margin-top: 105px;
}

.intro h2,
.format h2,
.edition h2,
.themes h2,
.closing h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.065em;
}

.intro h2 {
  font-size: clamp(75px, 8.4vw, 128px);
  line-height: 0.83;
}

.intro-copy {
  align-self: end;
  max-width: 490px;
}

.intro-copy p {
  margin: 28px 0 0;
  color: #4d504b;
  font-size: 16px;
  line-height: 1.65;
}

.intro-copy .lead {
  margin-top: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.3;
}

.next-edition {
  position: relative;
  padding: 120px max(40px, calc((100vw - 1180px) / 2)) 130px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(9, 13, 9, 0.91) 0%, rgba(9, 13, 9, 0.8) 48%, rgba(9, 13, 9, 0.36) 78%, rgba(9, 13, 9, 0.15) 100%),
    url("assets/proxima-edicao-background.jpg") right center / cover no-repeat;
}

.next-edition-grid {
  display: grid;
  grid-template-columns: minmax(0, 680px);
  margin-top: 72px;
}

.next-edition .section-index {
  color: var(--lime);
}

.next-edition-summary {
  display: flex;
  flex-direction: column;
}

.next-edition-date {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  margin-bottom: 68px;
  padding: 12px 0;
  border-top: 1px solid rgba(225, 250, 120, 0.65);
  border-bottom: 1px solid rgba(225, 250, 120, 0.65);
}

.next-edition-date > strong {
  color: var(--lime);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(86px, 7vw, 106px);
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.next-edition-date > span {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.08em;
}

.next-edition-date small {
  margin-top: 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.next-edition-kicker {
  margin: 0 0 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.next-edition-summary h2 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.4vw, 82px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.next-edition-summary h2 em {
  color: var(--lime);
  font-style: normal;
}

.next-edition-description {
  max-width: 680px;
  margin: 42px 0 0;
  font-size: 17px;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.9);
}

.next-edition-speakers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.next-edition-speakers > div {
  padding: 22px 26px 0 0;
}

.next-edition-speakers > div + div {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.next-edition-speakers strong,
.next-edition-speakers span {
  display: block;
}

.next-edition-speakers strong {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.next-edition-speakers span {
  max-width: 275px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

.next-edition-mobile-photo {
  display: none;
}

.next-edition-agenda {
  align-self: start;
  padding: 46px 42px 42px;
  color: var(--white);
  background: rgba(12, 17, 12, 0.92);
  backdrop-filter: blur(7px);
}

.next-edition-agenda h3 {
  margin: 0 0 32px;
  color: var(--lime);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
}

.next-edition-agenda ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.next-edition-agenda li {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.next-edition-agenda time {
  color: var(--lime);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.next-edition-agenda li > span {
  font-size: 13px;
  line-height: 1.45;
}

.next-edition-agenda > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  padding: 17px 18px;
  color: var(--ink);
  background: var(--lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 220ms ease, background 220ms ease;
}

.next-edition-agenda > a:hover,
.next-edition-agenda > a:focus-visible {
  color: var(--ink);
  background: var(--white);
}

.next-edition-agenda > a span {
  font-size: 20px;
}

.format {
  min-height: 1000px;
  padding-top: 125px;
  padding-bottom: 130px;
  background: #3c3c3c;
  overflow: hidden;
}

.format .diagonal-lines {
  display: none;
}

.diagonal-lines,
.closing-lines {
  position: absolute;
  inset: 0;
  opacity: 0.55;
  background-image: url("assets/dialogos-background.jpg");
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.format-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  align-items: end;
  gap: 100px;
  margin-top: 80px;
}

.format h2 {
  font-size: clamp(68px, 7.4vw, 112px);
  line-height: 0.91;
}

.format-heading > p {
  max-width: 400px;
  margin: 0 0 8px;
  color: #d4d3ce;
  font-size: 19px;
  line-height: 1.55;
}

.pillars {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 110px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}

.pillar {
  min-height: 335px;
  padding: 28px 32px 20px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.pillar + .pillar {
  padding-left: 32px;
}

.pillar:last-child {
  border-right: 0;
}

.pillar > span {
  color: var(--lime);
  font-size: 12px;
}

.pillar h3 {
  margin: 92px 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 400;
}

.pillar p {
  max-width: 315px;
  margin: 0;
  color: #b8b8b3;
  font-size: 14px;
  line-height: 1.6;
}

.format-agenda {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(54px, 8vw, 135px);
  margin: 64px 0 115px;
  padding-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.format-agenda + .format-heading {
  margin-top: 0;
}

.format-agenda-heading > span {
  color: var(--lime);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.format-agenda h3 {
  margin: 20px 0 36px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.format-agenda-heading > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 270px);
  padding: 17px 18px;
  color: var(--ink);
  background: var(--lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.format-agenda-heading > a:hover,
.format-agenda-heading > a:focus-visible {
  background: var(--white);
}

.format-agenda-heading > a span {
  font-size: 20px;
}

.format-agenda ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.format-agenda li {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.format-agenda time {
  color: var(--lime);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.format-agenda li > span {
  color: var(--white);
  font-size: 14px;
  line-height: 1.4;
}

.edition {
  padding-top: 125px;
  padding-bottom: 140px;
}

.edition-head {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 90px;
  margin-top: 68px;
}

.edition h2 {
  font-size: clamp(62px, 7vw, 105px);
  line-height: 0.93;
}

.edition-head > p {
  max-width: 390px;
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.55;
}

.edition-card {
  display: grid;
  grid-template-columns: 1.58fr 0.72fr;
  margin-top: 100px;
  color: var(--white);
  background: var(--ink);
}

.edition-image {
  position: relative;
  align-self: start;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  background: var(--ink);
}

.edition-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.edition-meta {
  display: flex;
  flex-direction: column;
  padding: 46px 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.edition-meta > span {
  color: var(--lime);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.edition-meta h3 {
  margin: 50px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.08;
}

.edition-meta > p {
  margin: 0;
  color: #c2c2bd;
  font-size: 16px;
}

.edition-meta dl {
  margin: auto 0 0;
}

.edition-meta dl div {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.edition-meta dt {
  margin-bottom: 4px;
  color: var(--lime);
  font-size: 14px;
  font-weight: 700;
}

.edition-meta dd {
  margin: 0;
  color: #c2c2bd;
  font-size: 12px;
  line-height: 1.4;
}

.themes {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
  padding-top: 125px;
  padding-bottom: 130px;
  color: var(--white);
  background: #333532;
}

.themes-title h2 {
  margin-top: 75px;
  font-size: clamp(66px, 7vw, 105px);
  line-height: 0.92;
}

.theme-list {
  align-self: end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.theme-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  min-height: 115px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.theme-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.theme-list span {
  color: var(--lime);
  font-size: 12px;
}

.theme-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.8vw, 40px);
  font-weight: 400;
}

.closing {
  min-height: 850px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.closing-lines {
  opacity: 0.5;
  background-image: url("assets/preloader-background.jpg");
}

.closing > p,
.closing h2,
.closing > a {
  position: relative;
  z-index: 2;
}

.closing > p {
  margin: 0 0 50px;
  color: var(--lime);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.closing h2 {
  font-size: clamp(82px, 11vw, 162px);
  line-height: 0.76;
}

.closing h2 em {
  color: var(--lime);
  font-weight: 400;
}

.closing > a {
  align-self: flex-end;
  display: flex;
  gap: 20px;
  margin-top: 50px;
  padding: 14px 0;
  border-bottom: 1px solid var(--lime);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.closing > a span {
  color: var(--lime);
}

.footer {
  min-height: 180px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 60px;
  padding: 38px max(40px, calc((100vw - 1180px) / 2));
  color: #a7aaa3;
  background: #0c110c;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-logo {
  display: flex;
  align-items: center;
  width: 205px;
  height: 55px;
}

.footer-logo img {
  display: block;
  width: 205px;
  height: auto;
  max-width: none;
}

@media (max-width: 760px) {
  :root {
    --page: calc(100vw - 36px);
  }

  html {
    scroll-padding-top: 78px;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    touch-action: pan-y;
  }

  main,
  section,
  header,
  footer,
  .intro-grid,
  .next-edition-grid,
  .format-agenda,
  .format-heading,
  .pillars,
  .edition-head,
  .edition-card {
    min-width: 0;
    max-width: 100%;
  }

  .intro-grid > *,
  .next-edition-grid > *,
  .format-agenda > *,
  .format-heading > *,
  .pillars > *,
  .edition-head > *,
  .edition-card > * {
    min-width: 0;
  }

  .preloader-video {
    object-position: center;
  }

  .preloader-status {
    top: calc(50% + 40px);
    width: min(300px, calc(100vw - 64px));
  }

  .preloader-status > span {
    text-align: center;
  }

  .site-header {
    height: 78px;
    grid-template-columns: 1fr auto;
    padding: 0 18px;
  }

  .brand {
    width: 122px;
    height: 59px;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle.is-open span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle.is-open span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: 78px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    color: var(--ink);
    background: var(--paper);
    border-bottom: 1px solid var(--line);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 19px 0;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
  }

  .main-nav a::after {
    display: none;
  }

  .hero {
    min-height: max(740px, 100svh);
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(150px, 1fr) auto auto;
    align-content: stretch;
    padding: 112px 18px 28px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.45)), url("assets/dialogos-background.jpg");
    background-position: center;
  }

  .hero-mobile-title {
    display: none;
  }

  .hero-mobile-title > span:not(.bubble-mark) {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 18vw, 78px);
    letter-spacing: -0.075em;
  }

  .hero-mobile-title strong {
    margin-top: 17px;
    color: var(--lime);
    font-size: clamp(25px, 8vw, 34px);
  }

  .bubble-mark {
    position: absolute;
    top: -49px;
    right: 2px;
    width: 76px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 2px solid var(--lime);
    border-radius: 12px;
  }

  .bubble-mark::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 32px;
    width: 22px;
    height: 22px;
    border-right: 2px solid var(--lime);
    border-bottom: 2px solid var(--lime);
    background: transparent;
    transform: rotate(45deg);
  }

  .bubble-mark i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--lime);
  }

  .hero-message {
    grid-column: 1;
    grid-row: 3;
    justify-self: stretch;
    width: 100%;
    margin-top: 20px;
  }

  .hero-message p,
  .hero-message strong {
    font-size: clamp(18px, 5.4vw, 22px);
    overflow-wrap: anywhere;
  }

  .hero-video-trigger {
    position: relative;
    top: auto;
    left: auto;
    grid-row: 2;
    place-self: center;
    width: min(260px, 100%);
    transform: none;
  }

  .hero-video-trigger:hover,
  .hero-video-trigger:focus-visible {
    transform: scale(1.03);
  }

  .hero-link {
    grid-row: 4;
    margin-top: 24px;
  }

  .hero-edition {
    display: none;
  }

.hero.video-active {
    min-height: 100svh;
  }

  .hero.video-active .hero-video {
    object-fit: contain;
  }

  .hero.video-active .hero-video-back {
    position: absolute;
    z-index: 7;
    top: 94px;
    left: 18px;
    display: block;
    padding: 11px 16px;
    color: var(--ink);
    border: 0;
    background: var(--lime);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .section-light,
  .section-dark,
  .themes,
  .closing {
    padding-right: 18px;
    padding-left: 18px;
  }

  .intro,
  .format,
  .edition,
  .themes {
    min-height: auto;
    padding-top: 95px;
    padding-bottom: 105px;
  }

  .intro-grid,
  .format-heading,
  .edition-head,
  .themes {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .intro-grid {
    margin-top: 52px;
  }

  .intro h2 {
    font-size: clamp(52px, 15vw, 68px);
    overflow-wrap: normal;
  }

  .intro-copy .lead {
    font-size: clamp(22px, 6.2vw, 27px);
  }

.next-edition {
    padding: 90px 18px 100px;
    background: #162215;
  }

  .next-edition-grid {
    grid-template-columns: 1fr;
    gap: 58px;
    margin-top: 50px;
  }

  .next-edition-date {
    margin-bottom: 42px;
  }

  .next-edition-date > strong {
    font-size: 66px;
  }

  .next-edition-summary h2 {
    font-size: clamp(40px, 11.5vw, 52px);
    overflow-wrap: normal;
  }

  .next-edition-description {
    margin-top: 34px;
    font-size: 16px;
    line-height: 1.55;
  }

  .next-edition-speakers {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }

  .next-edition-speakers > div {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  }

  .next-edition-speakers > div + div {
    padding-left: 0;
    border-left: 0;
  }

  .next-edition-mobile-photo {
    display: block;
    width: 100%;
    margin-top: 36px;
  }

  .next-edition-mobile-photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .next-edition-agenda {
    padding: 34px 24px 28px;
  }

  .next-edition-agenda li {
    grid-template-columns: 65px 1fr;
    gap: 12px;
  }

  .format-heading {
    margin-top: 54px;
  }

  .format h2,
  .edition h2,
  .themes-title h2 {
    font-size: clamp(46px, 13vw, 58px);
    line-height: 0.94;
    overflow-wrap: normal;
  }

  .format-heading > p,
  .edition-head > p {
    font-size: 16px;
  }

  .pillars {
    grid-template-columns: 1fr;
    margin-top: 75px;
  }

  .pillar,
  .pillar + .pillar {
    min-height: auto;
    padding: 24px 0 42px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .pillar h3 {
    margin-top: 52px;
    font-size: 32px;
  }

  .format-agenda {
    grid-template-columns: 1fr;
    gap: 42px;
    margin: 58px 0 70px;
    padding-top: 30px;
  }

  .format-agenda h3 {
    margin-bottom: 28px;
    font-size: clamp(44px, 13vw, 58px);
  }

  .format-agenda-heading > a {
    width: 100%;
  }

  .format-agenda li {
    grid-template-columns: 72px 1fr;
    gap: 12px;
  }

  .edition-head {
    margin-top: 60px;
  }

  .edition-card {
    grid-template-columns: 1fr;
    min-height: 0;
    margin-top: 70px;
  }

  .edition-image {
    min-height: 0;
  }

  .edition-meta {
    min-height: 0;
    padding: 36px 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    border-left: 0;
  }

  .edition-meta h3 {
    margin-top: 36px;
    font-size: 32px;
  }

  .themes {
    display: grid;
  }

  .themes-title h2 {
    margin-top: 60px;
  }

  .theme-list li {
    grid-template-columns: 42px 1fr;
    min-height: 100px;
  }

  .theme-list strong {
    font-size: 27px;
  }

  .closing {
    min-height: 620px;
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .closing h2 {
    font-size: clamp(52px, 15vw, 68px);
    line-height: 0.86;
    overflow-wrap: normal;
  }

  .closing > a {
    align-self: stretch;
    justify-content: space-between;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 45px 18px;
  }

  .footer-logo {
    width: 180px;
    height: 48px;
  }

  .footer-logo img {
    width: 180px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .preloader-video {
    visibility: hidden;
  }
}
