:root {
  --navy: #1b2141;
  --navy-deep: #10142d;
  --purple: #30153f;
  --wine: #630044;
  --magenta: #8b0f63;
  --paper: #f4f1f4;
  --white: #fff;
  --ink: #171526;
  --muted: #696575;
  --line: rgba(23, 21, 38, 0.18);
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--navy-deep);
  color: var(--white);
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 1.6;
}

body::selection {
  background: var(--magenta);
  color: var(--white);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 1rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--white);
  color: var(--ink);
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 76px;
  padding: 0 3.5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(16, 20, 45, 0.82);
  backdrop-filter: blur(16px);
}

.header-brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  letter-spacing: -0.05em;
  line-height: 1;
}

.header-brand span,
.footer-brand span {
  font-size: 1.35rem;
  font-weight: 900;
}

.header-brand b,
.footer-brand b {
  padding-left: 0.6rem;
  border-left: 1px solid currentColor;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2.6vw, 2.5rem);
}

.desktop-nav a,
.footer-links a {
  position: relative;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav a::after,
.footer-links a::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

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

.mobile-nav {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 54px;
  padding: 0.85rem 1.5rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-small {
  min-height: 42px;
  padding: 0.6rem 1.1rem;
  border-color: rgba(255, 255, 255, 0.45);
}

.button-small:hover,
.button-small:focus-visible,
.button-light {
  background: var(--white);
  color: var(--ink);
}

.button-light:hover,
.button-light:focus-visible {
  border-color: var(--white);
  background: transparent;
  color: var(--white);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-dark:hover,
.button-dark:focus-visible {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 100svh;
  padding: clamp(8.5rem, 17vh, 12rem) max(5vw, calc((100vw - var(--max-width)) / 2)) 2.5rem;
  overflow: hidden;
  isolation: isolate;
  background-image: linear-gradient(90deg, rgba(20, 24, 54, 0.1), rgba(56, 6, 52, 0.18)), url("assets/background-lamec-2026.png");
  background-position: center;
  background-size: cover;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 15% 10%, rgba(108, 0, 79, 0.72), transparent 34%),
    radial-gradient(circle at 85% 75%, rgba(29, 43, 91, 0.9), transparent 40%),
    linear-gradient(180deg, rgba(16, 20, 45, 0.05), rgba(16, 20, 45, 0.75));
  content: "";
}

.hero-content {
  position: relative;
  z-index: 2;
  align-self: center;
  min-width: 0;
  width: min(820px, 68vw);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 42px;
  height: 1px;
  background: currentColor;
}

.eyebrow-dark {
  color: var(--wine);
}

.hero-logo {
  width: min(720px, 63vw);
  margin: -8vw 0 -7vw -9vw;
  mix-blend-mode: screen;
}

.hero h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(2.8rem, 6.7vw, 6.5rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.hero-intro {
  max-width: 620px;
  margin: 2rem 0 0;
  font-size: clamp(1rem, 1.55vw, 1.25rem);
  color: rgba(255, 255, 255, 0.74);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2.25rem;
}

.text-link {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  margin-left: 0.5rem;
}

.hero-year {
  position: absolute;
  top: 16vh;
  right: -2vw;
  z-index: 0;
  display: grid;
  color: transparent;
  font-size: clamp(8rem, 20vw, 20rem);
  font-weight: 900;
  letter-spacing: -0.11em;
  line-height: 0.62;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
}

.hero-facts {
  align-self: end;
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.5fr;
  min-width: 0;
  width: min(740px, 70vw);
  margin-top: 5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-facts div {
  padding: 1.2rem 1.2rem 0 0;
}

.hero-facts div + div {
  padding-left: 1.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-facts small,
.workshop-side small,
.facilitators small,
.partner-grid small {
  display: block;
  margin-bottom: 0.3rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-facts strong {
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.section {
  position: relative;
  display: grid;
  padding: clamp(6rem, 11vw, 10rem) max(5vw, calc((100vw - var(--max-width)) / 2));
  overflow: hidden;
}

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

.section-number {
  position: absolute;
  top: 2.6rem;
  right: max(5vw, calc((100vw - var(--max-width)) / 2));
  color: rgba(23, 21, 38, 0.32);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.section-number::before {
  display: inline-block;
  width: 46px;
  height: 1px;
  margin-right: 0.75rem;
  background: currentColor;
  vertical-align: middle;
  content: "";
}

.section-number-light {
  color: rgba(255, 255, 255, 0.4);
}

.section-heading h2,
.workshop h2,
.venue h2,
.tickets h2,
.partners h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5.8vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.about {
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 5rem 8vw;
}

.about-copy {
  align-self: end;
  padding-top: 4rem;
}

.lead {
  margin-top: 0;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 500;
  line-height: 1.45;
}

.about-copy p:not(.lead),
.workshop-content > p:not(.lead),
.venue address,
.tickets-intro > p:last-child {
  color: var(--muted);
  font-size: 0.95rem;
}

.about-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.about-stats div {
  display: flex;
  flex-direction: column;
  padding: 2.2rem 1rem 0 0;
}

.about-stats div + div {
  padding-left: 2rem;
  border-left: 1px solid var(--line);
}

.about-stats strong {
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
}

.about-stats span {
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.date-band {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 4vw;
  padding: clamp(4rem, 7vw, 6rem) max(5vw, calc((100vw - var(--max-width)) / 2));
  background: var(--white);
  color: var(--ink);
  border-top: 1px solid var(--line);
}

.date-band > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.date-band > p:last-child {
  text-align: right;
}

.date-display {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  line-height: 1;
}

.date-display span {
  font-size: clamp(5rem, 11vw, 10rem);
  font-weight: 900;
  letter-spacing: -0.1em;
}

.date-display strong {
  font-size: clamp(1.5rem, 3vw, 3rem);
  color: var(--wine);
}

.date-display b {
  font-size: 0.85rem;
  font-weight: 600;
  writing-mode: vertical-rl;
}

.workshop {
  grid-template-columns: 0.7fr minmax(0, 1.8fr) minmax(220px, 0.55fr);
  gap: 5vw;
  background:
    radial-gradient(circle at 8% 80%, rgba(139, 15, 99, 0.55), transparent 32%),
    linear-gradient(115deg, var(--navy) 0%, var(--purple) 53%, var(--wine) 150%);
}

.workshop-orbit {
  position: absolute;
  top: 22%;
  left: -10vw;
  width: 32vw;
  height: 32vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.workshop-orbit::after {
  position: absolute;
  inset: 17%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.workshop-label,
.workshop-content,
.workshop-side {
  position: relative;
  z-index: 1;
}

.date-chip,
.provisional-badge {
  display: inline-flex;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.workshop-content .lead {
  margin: 2rem 0 1rem;
}

.workshop-content > p:not(.lead) {
  color: rgba(255, 255, 255, 0.64);
}

.facilitators {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin: 2.5rem 0;
}

.facilitators > div {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.facilitators > div > span {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0.68rem;
  font-weight: 700;
}

.facilitators p {
  margin: 0;
}

.facilitators strong,
.facilitators small {
  display: block;
}

.facilitators strong {
  font-size: 0.78rem;
}

.facilitators small {
  margin: 0.15rem 0 0;
}

.workshop-side {
  align-self: end;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.workshop-side > span {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.workshop-side strong {
  display: block;
  margin: 1rem 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.06em;
}

.agenda {
  display: block;
}

.agenda-heading,
.speakers-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
}

.agenda-heading h2,
.speakers-heading h2 {
  max-width: 850px;
}

.provisional-badge {
  flex: 0 0 auto;
  border-color: rgba(23, 21, 38, 0.3);
  color: var(--wine);
}

.agenda-preview {
  border-top: 1px solid var(--line);
}

.agenda-item {
  position: relative;
  display: grid;
  grid-template-columns: 130px 1fr 60px;
  gap: 2rem;
  align-items: start;
  padding: 2rem 0;
  border-bottom: 1px solid var(--line);
}

.agenda-item time {
  color: var(--wine);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.agenda-item div > span {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.agenda-item h3 {
  margin: 0.25rem 0;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  letter-spacing: -0.025em;
}

.agenda-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.agenda-item > b {
  justify-self: end;
  color: rgba(23, 21, 38, 0.2);
  font-size: 0.68rem;
}

.agenda-item.featured::before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -2rem;
  width: 3px;
  background: var(--wine);
  content: "";
}

.provisional-note {
  max-width: 720px;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.speakers {
  display: block;
  background:
    radial-gradient(circle at 90% 10%, rgba(139, 15, 99, 0.38), transparent 30%),
    linear-gradient(135deg, var(--navy-deep), var(--purple));
}

.provisional-badge-light {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--white);
}

.speaker-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.speaker-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.speaker-portrait {
  position: relative;
  display: grid;
  aspect-ratio: 0.84;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 55% 35%, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(139, 15, 99, 0.72), rgba(27, 33, 65, 0.78));
}

.speaker-portrait::before,
.speaker-portrait::after {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.speaker-portrait::after {
  width: 50%;
}

.speaker-portrait-alt {
  background:
    radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.16), transparent 25%),
    linear-gradient(145deg, rgba(45, 56, 109, 0.92), rgba(99, 0, 68, 0.74));
}

.speaker-portrait > span {
  position: relative;
  z-index: 1;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.08em;
}

.speaker-portrait > small {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.speaker-card > div:last-child {
  min-height: 120px;
  padding: 1.25rem;
}

.speaker-card h3 {
  margin: 0;
  font-size: 1rem;
}

.speaker-card p {
  margin: 0.3rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
}

.placeholder-card {
  opacity: 0.68;
}

.provisional-note-light {
  color: rgba(255, 255, 255, 0.5);
}

.venue {
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  align-items: center;
  gap: 8vw;
}

.venue .lead {
  margin: 2.25rem 0 0.5rem;
}

.venue address {
  margin-bottom: 2rem;
  font-style: normal;
}

.map-frame {
  position: relative;
  min-height: 520px;
  background: var(--navy);
}

.map-frame::before {
  position: absolute;
  inset: 1rem;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.38);
  content: "";
  pointer-events: none;
}

.map-frame iframe {
  width: 100%;
  height: 520px;
  border: 0;
  filter: grayscale(1) contrast(1.1) sepia(0.15) hue-rotate(190deg);
}

.map-frame > span {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 2;
  padding: 0.5rem 0.7rem;
  background: var(--navy-deep);
  color: var(--white);
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.tickets {
  padding: clamp(6rem, 10vw, 9rem) max(5vw, calc((100vw - var(--max-width)) / 2));
  background:
    radial-gradient(circle at 82% 15%, rgba(139, 15, 99, 0.46), transparent 30%),
    linear-gradient(110deg, var(--navy-deep), var(--purple) 55%, var(--wine) 150%);
}

.tickets-intro {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem 8vw;
  align-items: end;
}

.tickets-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.tickets-intro > p:last-child {
  color: rgba(255, 255, 255, 0.58);
}

.ticket-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.ticket-grid article {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.02);
}

.ticket-grid article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.ticket-grid .ticket-featured {
  background: var(--white);
  color: var(--ink);
}

.ticket-grid article > span {
  align-self: start;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ticket-grid h3 {
  margin: 2rem 0 0.75rem;
  font-size: 1.25rem;
}

.ticket-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
}

.ticket-featured p {
  color: var(--muted);
}

.ticket-grid strong {
  margin-top: auto;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: -0.06em;
}

.tickets-button {
  margin-top: 2rem;
}

.partners {
  padding: clamp(5rem, 8vw, 7rem) max(5vw, calc((100vw - var(--max-width)) / 2));
  background: var(--white);
  color: var(--ink);
}

.partners h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.partner-grid > a,
.partner-combo {
  display: grid;
  gap: 1rem;
  min-height: 180px;
  place-content: center;
  padding: 2rem;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

.partner-grid > * + * {
  border-left: 1px solid var(--line);
}

.partner-grid img,
.partner-combo img {
  justify-self: center;
  max-height: 54px;
  width: min(210px, 100%);
  object-fit: contain;
}

.partner-grid .yazo-logo {
  max-height: 68px;
  width: min(128px, 100%);
}

.partner-combo .r1-logo {
  max-height: 104px;
  width: min(128px, 100%);
}

.partner-combo .tes-logo {
  max-height: 82px;
  width: min(152px, 100%);
}

.partner-combo > span {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: center;
  width: min(320px, 100%);
}

.partner-combo a {
  display: grid;
  gap: 0.65rem;
  align-items: center;
  min-height: 96px;
  color: inherit;
  text-decoration: none;
}

.partner-grid a[href*="wearemci"] img {
  max-height: 86px;
  width: min(130px, 100%);
}

.partner-grid small {
  color: var(--muted);
}

.partner-grid strong {
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  letter-spacing: -0.05em;
}

.partner-grid strong span {
  display: block;
  font-size: 0.9em;
}

.tes-wordmark {
  color: #6b7280;
  font-size: clamp(0.95rem, 1.25vw, 1.15rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.tes-wordmark::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.35rem;
  border: 5px solid #249bd3;
  border-right-color: #8e8e8e;
  border-radius: 50%;
  content: "";
  vertical-align: -0.35rem;
}

.partner-grid .sponsor-placeholder {
  background: var(--paper);
  color: var(--muted);
}

footer {
  padding: 5rem max(5vw, calc((100vw - var(--max-width)) / 2)) 2rem;
  background: var(--navy-deep);
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 3rem;
  align-items: start;
  padding-bottom: 5rem;
}

.footer-brand span {
  font-size: 2.2rem;
}

.footer-main > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.footer-links a {
  justify-self: start;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-bottom a {
  text-decoration: none;
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.64);
}

.footer-credit img {
  width: 104px;
  max-height: 28px;
  object-fit: contain;
  opacity: 0.82;
  filter: brightness(0) invert(1);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .mobile-nav {
    position: relative;
    display: block;
    justify-self: end;
  }

  .mobile-nav summary {
    padding: 0.55rem 0;
    cursor: pointer;
    list-style: none;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-nav summary::-webkit-details-marker {
    display: none;
  }

  .mobile-nav summary::before {
    display: inline-block;
    width: 18px;
    height: 6px;
    margin-right: 0.6rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
    content: "";
    vertical-align: 0.1em;
  }

  .mobile-nav nav {
    position: absolute;
    top: calc(100% + 1rem);
    right: 0;
    display: grid;
    width: min(300px, 88vw);
    padding: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: var(--navy-deep);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  }

  .mobile-nav nav a {
    padding: 0.9rem 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .hero-content,
  .hero-facts {
    width: 82vw;
  }

  .hero-logo {
    width: 80vw;
    margin-left: -11vw;
  }

  .about,
  .venue {
    grid-template-columns: 1fr;
  }

  .about-copy {
    padding-top: 0;
  }

  .workshop {
    grid-template-columns: 0.5fr 1.5fr;
  }

  .workshop-side {
    grid-column: 2;
  }

  .speaker-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tickets-intro {
    grid-template-columns: 1fr;
  }

  .ticket-grid {
    grid-template-columns: 1fr;
  }

  .ticket-grid article {
    min-height: 240px;
  }

  .ticket-grid article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 66px;
  }

  .site-header {
    min-height: 66px;
    padding-inline: 1.25rem;
  }

  .hero {
    min-height: auto;
    padding: 8.5rem 1.25rem 2rem;
  }

  .hero-content,
  .hero-facts {
    width: calc(100vw - 2.5rem);
    max-width: calc(100vw - 2.5rem);
  }

  .hero-logo {
    width: 110%;
    max-width: none;
    margin: -18% 0 -14% -10%;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(3rem, 13vw, 4rem);
    overflow-wrap: break-word;
  }

  .hero-intro {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-year {
    top: 9rem;
    right: -8vw;
    font-size: 36vw;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 1.25rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .text-link {
    text-align: center;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .hero-facts div {
    padding: 1rem 0;
  }

  .hero-facts div + div {
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .section {
    padding: 6rem 1.25rem;
  }

  .section-number {
    top: 1.8rem;
    right: 1.25rem;
  }

  .section-heading h2,
  .workshop h2,
  .venue h2,
  .tickets h2 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .about {
    gap: 2.5rem;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-stats div + div {
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .date-band {
    grid-template-columns: 1fr;
    padding: 4rem 1.25rem;
    text-align: left;
  }

  .date-band > p:last-child {
    text-align: left;
  }

  .date-display {
    justify-content: flex-start;
  }

  .workshop {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .workshop-side {
    grid-column: auto;
  }

  .facilitators {
    grid-template-columns: 1fr;
  }

  .agenda-heading,
  .speakers-heading {
    align-items: start;
    flex-direction: column;
    margin-bottom: 2.5rem;
  }

  .agenda-item {
    grid-template-columns: 74px 1fr;
    gap: 1rem;
  }

  .agenda-item > b {
    display: none;
  }

  .agenda-item.featured::before {
    left: -1.25rem;
  }

  .speaker-grid {
    grid-template-columns: 1fr;
  }

  .speaker-portrait {
    aspect-ratio: 1.15;
  }

  .venue {
    gap: 3rem;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 380px;
    height: 380px;
  }

  .tickets,
  .partners,
  footer {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .ticket-grid article {
    min-height: 260px;
    padding: 1.5rem;
  }

  .partner-grid {
    grid-template-columns: 1fr;
  }

  .partner-grid > * + * {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    align-items: start;
    flex-direction: column;
  }
}

/* Composition fix: keep the premium look, but make every fold breathe. */
html {
  scroll-padding-top: 112px;
}

#sobre,
#workshop,
#agenda,
#palestrantes,
#local,
#inscricao {
  scroll-margin-top: 112px;
}

.hero {
  align-content: center;
  min-height: clamp(760px, 100svh, 920px);
  padding-top: clamp(7.25rem, 13vh, 9rem);
  padding-bottom: clamp(2.25rem, 5vh, 3.25rem);
}

.hero::after {
  inset-top: 86px;
}

.hero-content {
  align-self: center;
  width: min(780px, 62vw);
}

.hero-logo {
  width: min(430px, 39vw);
  margin: -2rem 0 -1.3rem -2.9rem;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(3.2rem, 5.55vw, 5.7rem);
  line-height: 0.95;
}

.hero-intro {
  max-width: 590px;
  margin-top: 1.55rem;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.hero-actions {
  margin-top: 1.8rem;
}

.hero-facts {
  align-self: end;
  width: min(760px, 70vw);
  margin-top: clamp(2rem, 5vh, 3.5rem);
}

.section-heading h2,
.venue h2,
.tickets h2,
.partners h2 {
  font-size: clamp(2.5rem, 5vw, 5.15rem);
  line-height: 1;
}

.lead {
  font-weight: 500;
}

.workshop {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  align-items: start;
  gap: clamp(1.25rem, 3vw, 2.25rem);
}

.workshop-label {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 100%;
}

.workshop-label .eyebrow {
  margin-bottom: 0;
}

.workshop-content,
.workshop-side,
.speaker-card,
.ticket-grid article,
.agenda-item,
.partner-grid > a,
.partner-combo {
  min-width: 0;
}

.workshop-content {
  padding: clamp(1.75rem, 3.2vw, 3rem);
}

.workshop h2 {
  max-width: 920px;
  font-size: clamp(2.35rem, 4.15vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.workshop-content .lead {
  max-width: 760px;
  margin: 1.35rem 0 0.85rem;
  font-size: clamp(1.05rem, 1.65vw, 1.45rem);
}

.workshop-content > p:not(.lead) {
  max-width: 760px;
  line-height: 1.7;
}

.workshop-side {
  align-self: start;
  justify-content: start;
  min-height: 0;
  padding: 1.35rem;
}

.workshop-side > span {
  display: inline-flex;
  align-self: start;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  line-height: 1.2;
}

.workshop-side strong {
  margin: 1.2rem 0 0.35rem;
  font-size: clamp(2.15rem, 3.4vw, 3rem);
  line-height: 0.95;
}

.workshop-side small {
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  line-height: 1.55;
  letter-spacing: 0.08em;
}

.facilitators {
  max-width: 760px;
  margin: 2rem 0;
}

.facilitators > div {
  align-items: flex-start;
}

.facilitators strong {
  font-size: 0.82rem;
  line-height: 1.25;
}

.facilitators small {
  line-height: 1.35;
}

.agenda-item h3,
.speaker-card h3,
.ticket-grid h3 {
  overflow-wrap: anywhere;
}

.ticket-grid article {
  min-height: 250px;
}

.ticket-grid strong {
  line-height: 1;
}

@media (max-width: 1180px) {
  .hero {
    min-height: clamp(700px, 100svh, 860px);
  }

  .hero-content {
    width: min(760px, 74vw);
  }

  .hero h1 {
    max-width: 710px;
    font-size: clamp(3rem, 6.1vw, 4.9rem);
  }

  .hero-logo {
    width: min(390px, 46vw);
  }

  .hero-facts {
    width: min(720px, 78vw);
  }

  .workshop {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 270px);
  }

  .workshop h2 {
    font-size: clamp(2.25rem, 4.6vw, 3.65rem);
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 96px;
  }

  #sobre,
  #workshop,
  #agenda,
  #palestrantes,
  #local,
  #inscricao {
    scroll-margin-top: 96px;
  }

  .hero {
    min-height: auto;
    padding-top: 8.5rem;
  }

  .hero-content,
  .hero-facts {
    width: min(100%, 760px);
  }

  .hero h1 {
    max-width: 680px;
    font-size: clamp(3rem, 8vw, 4.7rem);
  }

  .hero-logo {
    width: min(380px, 62vw);
    margin-left: -2rem;
  }

  .workshop {
    grid-template-columns: 1fr;
  }

  .workshop-side {
    width: min(100%, 360px);
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 86px;
  }

  #sobre,
  #workshop,
  #agenda,
  #palestrantes,
  #local,
  #inscricao {
    scroll-margin-top: 86px;
  }

  .hero {
    min-height: auto;
    padding-top: 8rem;
  }

  .hero-content,
  .hero-facts {
    width: 100%;
    max-width: 100%;
  }

  .hero-logo {
    width: min(88%, 320px);
    margin: -1.35rem auto -0.8rem;
  }

  .hero h1 {
    max-width: 21rem;
    font-size: clamp(2.35rem, 10vw, 3rem);
    line-height: 0.98;
  }

  .hero-intro {
    max-width: 21rem;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 1.5rem;
  }

  .hero-facts {
    margin-top: 2.25rem;
  }

  .workshop-label {
    align-items: flex-start;
    flex-direction: column;
  }

  .workshop-content {
    padding: 1.35rem;
  }

  .workshop h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
    letter-spacing: -0.055em;
  }

  .workshop-content .lead {
    font-size: 1.05rem;
  }

  .facilitators {
    gap: 0.85rem;
  }

  .workshop-side {
    width: 100%;
    padding: 1.25rem;
  }

  .workshop-side strong {
    font-size: 2.35rem;
  }
}

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

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

@media print {
  .skip-link,
  .site-header {
    display: none;
  }
}

/* Premium visual pass: keeps the same HTML, only makes the presentation quieter. */
:root {
  --navy: #171b35;
  --navy-deep: #070914;
  --purple: #25142f;
  --wine: #7a0a55;
  --magenta: #b01875;
  --paper: #f7f5f8;
  --ink: #10111b;
  --muted: #6f6b78;
  --line: rgba(16, 17, 27, 0.12);
  --glass: rgba(255, 255, 255, 0.075);
  --glass-line: rgba(255, 255, 255, 0.16);
  --radius-lg: 34px;
  --radius-md: 24px;
  --shadow-soft: 0 28px 90px rgba(0, 0, 0, 0.22);
}

html,
body {
  overflow-x: hidden;
}

body {
  background:
    radial-gradient(circle at 50% -20%, rgba(122, 10, 85, 0.35), transparent 30rem),
    var(--navy-deep);
  font-feature-settings: "kern";
  text-rendering: geometricPrecision;
}

.site-header {
  top: 14px;
  right: 18px;
  left: 18px;
  min-height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(8, 10, 22, 0.62);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(24px) saturate(140%);
}

.header-brand span,
.footer-brand span {
  font-weight: 850;
  letter-spacing: -0.075em;
}

.desktop-nav a,
.footer-links a,
.button,
.text-link,
.eyebrow {
  letter-spacing: 0.13em;
}

.button {
  min-height: 50px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.button-small {
  min-height: 40px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.button-light {
  box-shadow: 0 18px 46px rgba(255, 255, 255, 0.08), 0 12px 38px rgba(0, 0, 0, 0.2);
}

.button-dark {
  box-shadow: 0 18px 42px rgba(16, 17, 27, 0.22);
}

.hero {
  min-height: 100svh;
  padding-top: clamp(9rem, 18vh, 13rem);
  padding-bottom: clamp(3rem, 7vh, 5rem);
  background-image:
    linear-gradient(135deg, rgba(7, 9, 20, 0.34), rgba(122, 10, 85, 0.2) 42%, rgba(18, 25, 60, 0.3)),
    url("assets/background-lamec-2026.png");
}

.hero::before {
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.08), transparent 18rem),
    radial-gradient(circle at 86% 74%, rgba(54, 74, 143, 0.72), transparent 30rem),
    radial-gradient(circle at 12% 12%, rgba(160, 8, 103, 0.62), transparent 26rem),
    linear-gradient(180deg, rgba(7, 9, 20, 0.08), rgba(7, 9, 20, 0.84));
}

.hero::after {
  position: absolute;
  inset: 84px max(5vw, calc((100vw - var(--max-width)) / 2)) 2rem;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
  content: "";
  pointer-events: none;
}

.hero-content {
  width: min(840px, 72vw);
}

.hero-logo {
  width: min(520px, 50vw);
  margin: -3.2rem 0 -2.2rem -3.8rem;
  opacity: 0.96;
}

.hero h1,
.section-heading h2,
.workshop h2,
.venue h2,
.tickets h2,
.partners h2 {
  font-weight: 850;
  letter-spacing: -0.075em;
  text-wrap: balance;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(3.8rem, 6.8vw, 6.7rem);
  line-height: 0.92;
}

.hero-intro {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 500;
}

.hero-year {
  right: -1.5vw;
  color: rgba(255, 255, 255, 0.018);
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.13);
}

.hero-facts {
  width: min(780px, 76vw);
  padding: 0.7rem;
  border: 1px solid var(--glass-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.hero-facts div {
  padding: 0.75rem 1.25rem;
}

.hero-facts div + div {
  border-left-color: rgba(255, 255, 255, 0.14);
}

.hero-facts small {
  margin-bottom: 0.15rem;
}

.section {
  padding-top: clamp(7rem, 12vw, 11rem);
  padding-bottom: clamp(7rem, 12vw, 11rem);
}

.section-light,
.partners {
  background:
    radial-gradient(circle at 84% 8%, rgba(122, 10, 85, 0.06), transparent 24rem),
    linear-gradient(180deg, #fbfafe, var(--paper));
}

.about-stats,
.partner-grid,
.ticket-grid,
.agenda-preview {
  border-color: var(--line);
}

.about-stats div,
.partner-grid > a,
.partner-combo,
.ticket-grid article,
.agenda-item,
.speaker-card,
.workshop-side,
.map-frame {
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.about-stats div:hover,
.partner-grid > a:hover,
.partner-grid > a:focus-visible,
.partner-combo:hover,
.ticket-grid article:hover,
.speaker-card:hover,
.workshop-side:hover {
  transform: translateY(-4px);
}

.date-band {
  position: relative;
  margin: 0;
  background:
    radial-gradient(circle at 48% 35%, rgba(255, 255, 255, 0.08), transparent 18rem),
    linear-gradient(135deg, #080a16, #171b35 52%, #300d32);
  color: var(--white);
  border: 0;
}

.date-band > p {
  color: rgba(255, 255, 255, 0.56);
}

.date-display span {
  color: var(--white);
  text-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.date-display strong {
  color: rgba(255, 255, 255, 0.86);
}

.date-display b {
  color: rgba(255, 255, 255, 0.48);
}

.workshop,
.speakers,
.tickets {
  background:
    radial-gradient(circle at 22% 22%, rgba(255, 255, 255, 0.08), transparent 17rem),
    radial-gradient(circle at 84% 8%, rgba(176, 24, 117, 0.38), transparent 26rem),
    linear-gradient(135deg, #080a16 0%, #151a36 50%, #350d35 100%);
}

.workshop-content,
.workshop-side,
.speaker-card,
.ticket-grid article {
  border-radius: var(--radius-md);
}

.workshop-content {
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid var(--glass-line);
  background: var(--glass);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
}

.workshop-side,
.speaker-card,
.ticket-grid article {
  border-color: var(--glass-line);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.workshop-side {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.date-chip,
.provisional-badge {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.provisional-badge {
  background: rgba(122, 10, 85, 0.08);
}

.provisional-badge-light {
  background: rgba(255, 255, 255, 0.08);
}

.facilitators > div {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.facilitators > div > span,
.speaker-portrait {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.agenda-preview {
  display: grid;
  gap: 0.75rem;
  border: 0;
}

.agenda-item {
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
}

.agenda-item:hover {
  transform: translateY(-3px);
  border-color: rgba(122, 10, 85, 0.18);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 60px rgba(16, 17, 27, 0.08);
}

.agenda-item.featured::before {
  top: 1.35rem;
  bottom: 1.35rem;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(var(--wine), var(--magenta));
}

.speaker-grid {
  gap: 1.15rem;
}

.speaker-card {
  overflow: hidden;
}

.speaker-portrait {
  background:
    radial-gradient(circle at 48% 35%, rgba(255, 255, 255, 0.2), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(176, 24, 117, 0.5), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015));
}

.speaker-portrait-alt {
  background:
    radial-gradient(circle at 30% 35%, rgba(255, 255, 255, 0.17), transparent 24%),
    radial-gradient(circle at 80% 70%, rgba(90, 105, 190, 0.45), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015));
}

.placeholder-card {
  opacity: 0.82;
}

.map-frame {
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 90px rgba(16, 17, 27, 0.16);
}

.map-frame::before {
  inset: 0;
  border-color: rgba(255, 255, 255, 0.18);
  border-radius: inherit;
}

.ticket-grid {
  gap: 1rem;
  border: 0;
}

.ticket-grid article + article {
  border-left: 1px solid var(--glass-line);
}

.ticket-grid .ticket-featured {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 80px rgba(255, 255, 255, 0.08), 0 34px 90px rgba(0, 0, 0, 0.2);
}

.partner-grid {
  gap: 1rem;
  border: 0;
}

.partner-grid > a,
.partner-combo {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 22px 70px rgba(16, 17, 27, 0.06);
}

.partner-grid > * + * {
  border-left: 1px solid var(--line);
}

.partner-grid .sponsor-placeholder {
  background: rgba(16, 17, 27, 0.04);
}

footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(122, 10, 85, 0.25), transparent 24rem),
    #070914;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .mobile-nav nav {
    border-radius: 24px;
    background: rgba(8, 10, 22, 0.92);
    backdrop-filter: blur(22px);
  }

  .hero-content,
  .hero-facts {
    width: min(86vw, 780px);
  }

  .workshop {
    grid-template-columns: 1fr;
  }

  .workshop-label,
  .workshop-content,
  .workshop-side {
    grid-column: auto;
  }
}

@media (max-width: 680px) {
  .site-header {
    top: 10px;
    right: 10px;
    left: 10px;
    min-height: 58px;
    padding-inline: 1rem;
  }

  .hero {
    padding: 8.25rem 1.25rem 2.5rem;
  }

  .hero::after {
    inset: 76px 0.75rem 1rem;
    border-radius: 26px;
  }

  .hero-content,
  .hero-facts {
    width: 100%;
    max-width: 100%;
  }

  .hero-logo {
    width: min(100%, 360px);
    margin: -1.6rem auto -1.1rem;
  }

  .hero h1 {
    max-width: 20rem;
    font-size: clamp(2.35rem, 9.8vw, 3.1rem);
    line-height: 1;
  }

  .hero-intro {
    max-width: 21rem;
  }

  .hero-year {
    top: 8.8rem;
    right: -18vw;
    font-size: 44vw;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-facts {
    border-radius: 24px;
  }

  .hero-facts div + div {
    border-left: 0;
  }

  .section-heading h2,
  .workshop h2,
  .venue h2,
  .tickets h2,
  .partners h2 {
    font-size: clamp(2.35rem, 10.8vw, 3.55rem);
  }

  .date-band {
    gap: 2rem;
  }

  .date-display span {
    font-size: clamp(5.5rem, 26vw, 8rem);
  }

.workshop-content,
.workshop-side,
.agenda-item,
.speaker-card,
.ticket-grid article,
.partner-grid > a,
.partner-combo {
  border-radius: 22px;
}

  .agenda-item {
    grid-template-columns: 1fr;
  }

  .agenda-item.featured::before {
    top: 1rem;
    bottom: auto;
    left: 1.45rem;
    width: 42px;
    height: 3px;
  }

.ticket-grid article + article,
.partner-grid > * + * {
  border-left: 1px solid var(--glass-line);
}
}

/* v4 final layout overrides: this must stay at the end of the file. */
html {
  scroll-padding-top: 112px;
}

#sobre,
#workshop,
#agenda,
#palestrantes,
#local,
#inscricao {
  scroll-margin-top: 112px;
}

.hero {
  align-content: center;
  min-height: clamp(760px, 100svh, 920px);
  padding-top: clamp(7.25rem, 13vh, 9rem);
  padding-bottom: clamp(2.25rem, 5vh, 3.25rem);
}

.hero::after {
  inset: 86px max(5vw, calc((100vw - var(--max-width)) / 2)) 2rem;
}

.hero-content {
  align-self: center;
  width: min(780px, 62vw);
}

.hero-logo {
  width: min(430px, 39vw);
  margin: -2rem 0 -1.3rem -2.9rem;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(3.2rem, 5.55vw, 5.7rem);
  line-height: 0.95;
}

.hero-intro {
  max-width: 590px;
  margin-top: 1.55rem;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.hero-actions {
  margin-top: 1.8rem;
}

.hero-facts {
  align-self: end;
  width: min(760px, 70vw);
  margin-top: clamp(2rem, 5vh, 3.5rem);
}

.section-heading h2,
.venue h2,
.tickets h2,
.partners h2 {
  font-size: clamp(2.5rem, 5vw, 5.15rem);
  line-height: 1;
}

.lead {
  font-weight: 500;
}

.workshop {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  align-items: start;
  gap: clamp(1.25rem, 3vw, 2.25rem);
}

.workshop-label {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 100%;
}

.workshop-label .eyebrow {
  margin-bottom: 0;
}

.workshop-content,
.workshop-side,
.speaker-card,
.ticket-grid article,
.agenda-item,
.partner-grid > a,
.partner-combo {
  min-width: 0;
}

.workshop-content {
  padding: clamp(1.75rem, 3.2vw, 3rem);
}

.workshop h2 {
  max-width: 920px;
  font-size: clamp(2.35rem, 4.15vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.workshop-content .lead {
  max-width: 760px;
  margin: 1.35rem 0 0.85rem;
  font-size: clamp(1.05rem, 1.65vw, 1.45rem);
}

.workshop-content > p:not(.lead) {
  max-width: 760px;
  line-height: 1.7;
}

.workshop-side {
  align-self: start;
  justify-content: start;
  min-height: 0;
  padding: 1.35rem;
}

.workshop-side > span {
  display: inline-flex;
  align-self: start;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  line-height: 1.2;
}

.workshop-side strong {
  margin: 1.2rem 0 0.35rem;
  font-size: clamp(2.15rem, 3.4vw, 3rem);
  line-height: 0.95;
}

.workshop-side small {
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  line-height: 1.55;
  letter-spacing: 0.08em;
}

.facilitators {
  max-width: 760px;
  margin: 2rem 0;
}

.facilitators > div {
  align-items: flex-start;
}

.facilitators strong {
  font-size: 0.82rem;
  line-height: 1.25;
}

.facilitators small {
  line-height: 1.35;
}

.agenda-item h3,
.speaker-card h3,
.ticket-grid h3 {
  overflow-wrap: anywhere;
}

.ticket-grid article {
  min-height: 250px;
}

.ticket-grid strong {
  line-height: 1;
}

@media (max-width: 1180px) {
  .hero {
    min-height: clamp(660px, 100svh, 820px);
    padding-top: 6.75rem;
    padding-bottom: 2rem;
  }

  .hero-content {
    width: min(760px, 74vw);
  }

  .hero h1 {
    max-width: 710px;
    font-size: clamp(2.85rem, 5.65vw, 4.35rem);
    line-height: 0.97;
  }

  .hero-logo {
    width: min(330px, 42vw);
    margin-top: -1.2rem;
    margin-bottom: -0.8rem;
  }

  .hero-intro {
    max-width: 600px;
    margin-top: 1.15rem;
  }

  .hero-actions {
    margin-top: 1.35rem;
  }

  .hero-facts {
    width: min(720px, 78vw);
    margin-top: 1.65rem;
  }

  .workshop {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 270px);
  }

  .workshop h2 {
    font-size: clamp(2.25rem, 4.6vw, 3.65rem);
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 96px;
  }

  #sobre,
  #workshop,
  #agenda,
  #palestrantes,
  #local,
  #inscricao {
    scroll-margin-top: 96px;
  }

  .hero {
    min-height: auto;
    padding-top: 7.75rem;
  }

  .hero-content,
  .hero-facts {
    width: min(100%, 760px);
  }

  .hero h1 {
    max-width: 680px;
    font-size: clamp(2.75rem, 7.25vw, 4.1rem);
  }

  .hero-logo {
    width: min(320px, 56vw);
    margin-left: -2rem;
  }

  .workshop {
    grid-template-columns: 1fr;
  }

  .workshop-side {
    width: min(100%, 360px);
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 86px;
  }

  #sobre,
  #workshop,
  #agenda,
  #palestrantes,
  #local,
  #inscricao {
    scroll-margin-top: 86px;
  }

  .hero {
    min-height: auto;
    padding-top: 9.25rem;
  }

  .hero-content,
  .hero-facts {
    width: 100%;
    max-width: 100%;
  }

  .hero-logo {
    width: min(82%, 300px);
    margin: -1rem auto -0.65rem;
  }

  .hero h1 {
    max-width: 21rem;
    font-size: clamp(2.25rem, 9.4vw, 2.85rem);
    line-height: 0.98;
  }

  .hero-intro {
    max-width: 21rem;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 1.5rem;
  }

  .hero-facts {
    margin-top: 1.75rem;
  }

  .workshop-label {
    align-items: flex-start;
    flex-direction: column;
  }

  .workshop-content {
    padding: 1.35rem;
  }

  .workshop h2 {
    font-size: clamp(2rem, 9vw, 2.75rem);
    letter-spacing: -0.055em;
  }

  .workshop-content .lead {
    font-size: 1.05rem;
  }

  .facilitators {
    gap: 0.85rem;
  }

  .workshop-side {
    width: 100%;
    padding: 1.25rem;
  }

  .workshop-side strong {
    font-size: 2.35rem;
  }
}
