@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

@font-face {
  font-family: "AV Estiana+";
  src: url("../fonts/av-estiana/AVEstiana-Light-BF67761220ce8a3.a29a263900b8.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "AV Estiana+";
  src: url("../fonts/av-estiana/AVEstiana-Regular-BF67761220bee90.c7dcb4f40bff.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "AV Estiana+";
  src: url("../fonts/av-estiana/AVEstiana-Medium-BF677612209558b.4ff2a806ac94.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500 600;
}

@font-face {
  font-family: "AV Estiana+";
  src: url("../fonts/av-estiana/AVEstiana-Bold-BF677612208ac8d.6051efc97e63.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "AV Estiana+";
  src: url("../fonts/av-estiana/AVEstiana-Black-BF6776121fde086.0c644d811075.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 800 900;
}

@font-face {
  font-family: "AV Estiana+";
  src: url("../fonts/av-estiana/AVEstiana-Oblique-BF67761220b3654.eaf1d4cc542f.otf") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "AV Estiana+";
  src: url("../fonts/av-estiana/AVEstiana-BoldOblique-BF677612200ac99.ce03a26fccb2.otf") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}

:root {
  --font-primary: "AV Estiana+", "AV Estiana", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #240050;
  --ink-soft: #512176;
  --plum: #6f4a94;
  --violet: #8f58bd;
  --pink: #d7a1bd;
  --coral: #ff6b4f;
  --orange: #ff8a00;
  --lilac: #eadcf1;
  --mist: #f6eef6;
  --paper: #fffaf7;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(36, 0, 80, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-primary);
  line-height: 1.35;
  background: var(--mist);
}

a {
  color: inherit;
}

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

.public-site {
  background-color: var(--mist);
  background-image: url("../img/site-gradient.1bf241088e3f.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.section-pad {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  padding: 80px 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  padding: 24px 28px 0;
  transition: padding 180ms ease;
}

.site-header.is-scrolled {
  padding-top: 12px;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, var(--max));
  min-height: 58px;
  margin: 0 auto;
  padding: 0 24px 0 28px;
  border-radius: 999px;
  background: rgba(215, 161, 189, 0.55);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 35px rgba(36, 0, 80, 0.08);
}

.nav-logo {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  font-size: 0.96rem;
  font-weight: 600;
}

.nav-links a {
  text-decoration: none;
  white-space: nowrap;
}

.nav-ticket {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 22px;
  border-radius: 999px;
  color: var(--white);
  background: #c84090;
  box-shadow: 0 14px 28px rgba(200, 64, 144, 0.28);
  font-size: 1.08rem;
  font-weight: 800;
}

.nav-lang {
  margin-left: auto;
}

.nav-toggle {
  display: none;
}

.hero-section.section-pad {
  position: relative;
  display: grid;
  grid-template-columns: minmax(410px, 0.82fr) minmax(460px, 1.18fr);
  width: 100%;
  max-width: none;
  min-height: clamp(680px, 60vw, 860px);
  align-items: center;
  margin: 0;
  padding-top: 130px;
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  padding-bottom: 46px;
  padding-left: max(58px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 610px;
}

.hero-kicker {
  max-width: 620px;
  margin: 24px 0 0;
  font-size: clamp(0.92rem, 1.05vw, 1.08rem);
  font-weight: 800;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0 0 22px;
  font-size: clamp(5.9rem, 9vw, 8.2rem);
  line-height: 0.82;
  font-weight: 800;
}

.hero-brand {
  display: inline-block;
  letter-spacing: 0;
  font-kerning: normal;
}

.hero-brand span {
  font-weight: 400;
}

.hero-brand strong {
  font-weight: 800;
}

.hero-copy h1 small {
  display: block;
  margin-top: 8px;
  padding-left: min(220px, 38%);
  font-size: clamp(1.7rem, 2.35vw, 2.25rem);
  line-height: 1;
}

.hero-date,
.hero-place {
  margin: 0;
  font-size: clamp(1.55rem, 2vw, 1.88rem);
  line-height: 1.08;
  font-weight: 800;
}

.hero-place {
  max-width: 360px;
  margin-bottom: 32px;
  color: #f25466;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 48px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: var(--white);
  background: linear-gradient(90deg, #ad536b, #b64cc4);
}

.button-secondary {
  color: var(--ink);
  background: rgba(215, 161, 189, 0.62);
}

.hero-flower {
  position: absolute;
  z-index: 1;
  right: clamp(-340px, -22.6vw, -220px);
  top: 34px;
  width: clamp(980px, 110vw, 1500px);
  height: auto;
  max-width: none;
  opacity: 0.99;
  filter: saturate(1.08) contrast(1.02);
}

.social-rail {
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 45%;
  display: grid;
  gap: 16px;
}

.social-link {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: rgba(36, 0, 80, 0.28);
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.2s ease, background 0.2s ease;
}

.social-link:hover {
  transform: translateY(-2px);
  background: rgba(36, 0, 80, 0.42);
}

.social-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stats-band {
  display: grid;
  grid-template-columns: 1.05fr 1.2fr 1.2fr 1.1fr;
  align-items: center;
  gap: 28px;
  margin: 0 auto;
  padding: 28px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.46);
}

.conversion-strip.section-pad {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(36, 0, 80, 0.08);
}

.conversion-strip h2 {
  margin: 0;
  font-size: 2.35rem;
  line-height: 1;
}

.conversion-strip p:not(.overline) {
  max-width: 760px;
  margin: 12px 0 0;
  font-size: 1.1rem;
}

.conversion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.stat-copy {
  font-size: 1.45rem;
  line-height: 1.1;
  font-weight: 600;
}

.stat-copy-right {
  font-size: 1.15rem;
}

.stat-item {
  min-height: 132px;
  padding-left: 34px;
  border-left: 1px solid rgba(36, 0, 80, 0.28);
}

.stat-item span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.78rem;
}

.stat-item strong {
  display: block;
  font-size: 5.1rem;
  line-height: 0.95;
}

.stat-item p {
  margin: 10px 0 0;
  font-size: 0.78rem;
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.overline {
  margin: 0 0 10px;
  font-size: 1.06rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #9b2d7e;
}

.section-heading h2,
.organizer-copy h2,
.venue-main h2,
.cert-copy h2,
.volunteer-section h2,
.contact-copy h2 {
  margin: 0;
  font-size: 2.55rem;
  line-height: 1.05;
}

.idea-lead {
  max-width: 950px;
  margin: 0 auto 54px;
  text-align: center;
  font-size: 1.24rem;
}

.idea-section {
  position: relative;
  overflow: hidden;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  max-width: 900px;
  margin: 0 auto 54px;
}

.timeline-track {
  position: absolute;
  top: 61px;
  left: 6%;
  right: 6%;
  height: 5px;
  background: linear-gradient(90deg, var(--ink), var(--violet), var(--orange));
}

.timeline-item {
  position: relative;
  z-index: 2;
  text-align: center;
}

.timeline-badge {
  display: grid;
  place-items: center;
  width: 134px;
  height: 134px;
  margin: 0 auto 18px;
  padding: 20px 18px;
  border: 4px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: radial-gradient(circle at 30% 30%, #8b60c4, var(--ink));
  box-shadow: var(--shadow);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.timeline-badge span {
  display: block;
  width: 86px;
  font-size: 0.74rem;
  line-height: 1.05;
  white-space: pre-line;
}

.timeline-badge.muted {
  background: radial-gradient(circle at 30% 30%, #cdb2df, #7c52ad);
}

.timeline-badge.long span {
  width: 96px;
  font-size: 0.64rem;
}

.timeline-badge.hot {
  background: radial-gradient(circle at 30% 30%, #ffb348, var(--orange));
}

.timeline-item strong {
  display: block;
  font-size: 2rem;
}

.timeline-item span {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}

.idea-strip {
  max-width: 1080px;
  margin: 0 auto;
  padding: 26px 32px;
  border-radius: 999px;
  color: var(--white);
  background: var(--plum);
  font-size: 1.58rem;
  font-weight: 800;
  text-align: center;
}

.formats-section.section-pad {
  width: 100%;
  max-width: none;
  padding: 76px max(28px, calc((100vw - var(--max)) / 2)) 86px;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 139, 112, 0.28), transparent 32%),
    linear-gradient(180deg, #c087c1 0%, #73469e 100%);
}

.formats-heading {
  color: var(--ink);
}

.formats-heading h2 {
  font-size: 3.6rem;
}

.formats-stage {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.formats-flower {
  position: absolute;
  left: 50%;
  top: 78%;
  width: clamp(860px, 62vw, 1160px);
  max-width: none;
  transform: translate(-50%, -44%);
  opacity: 0.98;
  filter: saturate(1.08) brightness(1.04);
}

.formats-flower img {
  width: 100%;
  max-width: none;
}

.formats-logo {
  position: absolute;
  left: 50%;
  top: 72%;
  z-index: 3;
  width: clamp(360px, 32vw, 500px);
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}

.format-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 38px 76px;
  padding: 18px 0 48px;
}

.format-hex {
  display: grid;
  place-items: center;
  min-height: 154px;
  padding: 28px;
  text-align: center;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.68);
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
  box-shadow: inset 34px 0 80px rgba(255, 255, 255, 0.16);
}

.format-hex strong {
  display: block;
  color: #542061;
  font-size: 1.12rem;
  text-transform: uppercase;
}

.format-hex span {
  display: block;
  max-width: 150px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--white);
}

.organizer-section.section-pad {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.72fr) minmax(220px, 0.68fr);
  gap: 46px;
  align-items: end;
  width: 100%;
  max-width: none;
  padding: 70px max(28px, calc((100vw - var(--max)) / 2)) 78px;
  background:
    linear-gradient(100deg, rgba(198, 132, 190, 0.92), rgba(224, 163, 178, 0.9)),
    url("../img/bg-soft-drape.4657f986f89b.jpg") left center / 880px auto no-repeat;
}

.organizer-copy .overline {
  color: var(--ink);
  font-size: 3.4rem;
  line-height: 1;
  text-transform: none;
}

.organizer-copy p:not(.overline) {
  margin: 24px 0 0;
  font-size: 1.28rem;
  text-align: justify;
}

.organizer-system {
  display: grid;
  gap: 16px;
}

.organizer-system article {
  min-height: 86px;
  padding: 18px 20px;
  border-left: 3px solid rgba(36, 0, 80, 0.32);
  background: rgba(255, 255, 255, 0.14);
}

.organizer-system strong,
.organizer-system span {
  display: block;
}

.organizer-system strong {
  margin-bottom: 6px;
  text-transform: uppercase;
}

.organizer-mark {
  display: grid;
  gap: 28px;
  justify-items: center;
}

.organizer-mark img {
  max-width: 210px;
}

.organizer-mark p {
  margin: 0;
  font-size: 1.02rem;
}

.pillars-section {
  width: min(100% - 32px, 1240px);
  padding-top: 74px;
}

.ticket-value-section.section-pad {
  width: min(100% - 48px, var(--max));
  padding-top: 64px;
  padding-bottom: 72px;
}

.ticket-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ticket-value-grid article {
  min-height: 150px;
  padding: 26px;
  border-left: 5px solid #c84090;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 38px rgba(36, 0, 80, 0.09);
}

.ticket-value-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.28rem;
}

.ticket-value-grid p {
  margin: 0;
}

.section-cta {
  margin: 30px auto 0;
  display: flex;
  width: fit-content;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  padding: 34px 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow);
}

.pillar-card {
  min-height: 270px;
  padding: 18px 20px;
  border-right: 1px solid rgba(36, 0, 80, 0.18);
  text-align: center;
}

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

.pillar-card strong {
  display: block;
  color: #d7a1bd;
  font-size: 2.7rem;
  line-height: 1;
}

.pillar-card h3 {
  margin: 20px 0 14px;
  min-height: 48px;
  font-size: clamp(0.76rem, 0.7vw, 0.94rem);
  line-height: 1.08;
  text-transform: uppercase;
  overflow-wrap: normal;
  hyphens: none;
}

.pillar-card p {
  margin: 0;
  font-size: 0.88rem;
  color: #3d3150;
}

.venue-section.section-pad {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(340px, 1.25fr) minmax(260px, 1fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding: 52px max(28px, calc((100vw - var(--max)) / 2)) 72px;
  background: linear-gradient(180deg, rgba(215, 161, 189, 0.48), rgba(203, 135, 183, 0.62));
}

.venue-section::before {
  content: "";
  grid-column: 2;
  grid-row: 2;
  min-height: 392px;
  background: url("../img/venue-palace.0322e28396ce.jpg") center center / cover no-repeat;
  box-shadow: 0 18px 42px rgba(36, 0, 80, 0.14);
}

.venue-heading {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 28px;
  margin: 0 0 42px;
  text-align: center;
}

.venue-heading .overline {
  margin: 0;
  color: var(--ink);
  font-size: 3rem;
  line-height: 1;
  text-transform: none;
}

.venue-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2.4rem;
  line-height: 1.05;
}

.venue-main,
.venue-numbers {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(36, 0, 80, 0.16);
  backdrop-filter: blur(3px);
}

.venue-main {
  grid-column: 1;
  grid-row: 2;
  min-height: 392px;
  padding: 44px min(5vw, 62px);
  background: rgba(255, 255, 255, 0.76);
}

.venue-main ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.26rem;
  font-weight: 500;
}

.venue-main li {
  min-height: 42px;
  padding-left: 22px;
  border-left: 4px solid var(--ink);
}

.venue-numbers {
  grid-column: 3;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 44px;
  background: rgba(255, 255, 255, 0.68);
}

.venue-numbers strong {
  display: grid;
  align-content: center;
  min-height: 104px;
  color: var(--ink);
  font-size: 3.1rem;
  line-height: 0.9;
  text-align: center;
}

.venue-numbers span {
  display: block;
  margin-top: 8px;
  font-size: 1.05rem;
}

.pricing-section.section-pad {
  width: 100%;
  max-width: none;
  padding: 76px max(24px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.46), transparent 28%),
    linear-gradient(135deg, rgba(246, 238, 246, 0.98), rgba(223, 181, 194, 0.82));
}

.pricing-section .section-heading p:not(.overline) {
  margin: 14px auto 0;
  max-width: 720px;
  font-size: 1.08rem;
}

.urgency-panel {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin: 0 auto 26px;
  padding: 20px 26px;
  width: min(100%, 980px);
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(90deg, var(--ink), #c84090);
  box-shadow: 0 22px 48px rgba(36, 0, 80, 0.18);
}

.urgency-panel strong {
  font-size: 1.2rem;
}

.countdown {
  display: grid;
  gap: 2px;
  text-align: right;
}

.countdown span {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.countdown output {
  font-size: 1.55rem;
  font-weight: 900;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pricing-card {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 420px;
  padding: 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.pricing-card h3 {
  margin: 0;
  font-size: 2rem;
}

.pricing-card p {
  margin: 0;
}

.pricing-card > strong {
  display: block;
  color: #c84090;
  font-size: 1.25rem;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  padding-left: 18px;
  border-left: 3px solid rgba(200, 64, 144, 0.42);
}

.pricing-card .button {
  align-self: end;
  margin-top: auto;
}

.speakers-section.section-pad {
  width: 100%;
  max-width: none;
  padding: 78px max(28px, calc((100vw - 1240px) / 2)) 58px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(181, 104, 180, 0.68), rgba(230, 95, 87, 0.28)),
    url("../img/bg-speakers.49b1db704c35.jpg") center bottom / cover no-repeat;
}

.speakers-section .section-heading {
  margin-bottom: 44px;
}

.speakers-section .overline,
.speakers-section .section-heading h2 {
  color: var(--white);
  text-shadow: 0 2px 18px rgba(36, 0, 80, 0.22);
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 20px;
}

.speaker-card {
  min-width: 0;
  overflow: hidden;
  border: 6px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 15px 30px rgba(36, 0, 80, 0.14);
}

.speaker-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.04;
  object-fit: cover;
  object-position: center top;
  color: rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(circle at 45% 36%, rgba(255, 255, 255, 0.26), transparent 30%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.35), transparent 45%),
    linear-gradient(135deg, #2b0b59, #bf71b4 52%, #ff7a4f);
}

.speaker-photo-placeholder {
  display: grid;
  place-items: center;
  font-size: 3.2rem;
  font-weight: 900;
}

.speaker-card h3 {
  display: flex;
  align-items: center;
  min-height: 48px;
  margin: 0;
  padding: 7px;
  font-size: 0.68rem;
  line-height: 1.08;
}

.speakers-more {
  margin: 32px 0 0;
  color: var(--white);
  font-size: 2rem;
  text-align: center;
}

.speakers-section .inline-cta p {
  color: var(--ink);
}

.inline-cta {
  display: grid;
  justify-items: center;
  max-width: 820px;
  margin: 34px auto 0;
  padding: 28px;
  border-radius: 8px;
  text-align: center;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.inline-cta h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.8rem;
  line-height: 1.05;
}

.inline-cta p {
  max-width: 680px;
  margin: 12px 0 20px;
}

.inline-cta-on-dark {
  background: rgba(255, 255, 255, 0.88);
}

.cert-section.section-pad {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) 150px minmax(420px, 1.08fr);
  gap: 34px;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 620px;
  padding: 78px max(28px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 76% 36%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #af73ce 0%, #c579ba 48%, #8e58bd 100%);
  overflow: hidden;
}

.cert-buy-cta {
  grid-column: 1 / -1;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.18);
}

.cert-buy-cta h3 {
  color: var(--white);
}

.cert-buy-cta p {
  color: var(--white);
}

.cert-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 48px;
}

.cert-point {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: start;
}

.cert-point > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px solid var(--white);
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 900;
}

.cert-point h2 {
  color: var(--ink);
  font-size: 3rem;
}

.cert-point h2 small {
  display: block;
  color: var(--white);
  font-size: 1.55rem;
  line-height: 1;
}

.cert-copy p {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--white);
  font-size: 1.28rem;
}

.cert-hours {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  justify-self: center;
  width: 166px;
  height: 144px;
  padding: 24px 28px;
  text-align: center;
  background: rgba(255, 255, 255, 0.16);
  border: 2px solid rgba(255, 255, 255, 0.56);
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
}

.cert-hours strong,
.cert-hours span {
  display: block;
}

.cert-hours strong {
  color: var(--ink);
  font-size: 1.42rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.cert-hours span {
  font-weight: 800;
  line-height: 1.05;
  font-size: 0.92rem;
}

.certificate-preview {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 480px;
  padding: 0;
}

.certificate-preview picture,
.certificate-preview img {
  width: min(100%, 780px);
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.schedule-grid article {
  min-height: 190px;
  padding: 32px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), var(--violet));
}

.schedule-grid span {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}

.schedule-grid strong {
  display: block;
  margin: 14px 0;
  font-size: 2rem;
}

.schedule-grid p {
  margin: 0;
  font-size: 1.05rem;
}

.partners-section.section-pad {
  display: grid;
  gap: 0;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 34px max(28px, calc((100vw - var(--max)) / 2));
  background: #e8e5ee;
}

.partners-row {
  display: grid;
  grid-template-columns: 180px repeat(3, 1fr);
  gap: 34px;
  align-items: center;
}

.partners-row h2 {
  margin: 0;
  font-size: 1.55rem;
}

.partner-slot {
  min-height: 126px;
  border-left: 1px solid rgba(36, 0, 80, 0.28);
}

.partners-section > .button {
  justify-self: center;
}

.volunteer-section.section-pad {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: max(28px, calc((100vw - var(--max)) / 2));
  padding-right: max(28px, calc((100vw - var(--max)) / 2));
  border-top: 4px solid #a144ff;
  background: linear-gradient(90deg, rgba(223, 181, 194, 0.88), rgba(215, 161, 189, 0.78));
}

.contact-section {
  position: relative;
  display: grid;
  min-height: clamp(560px, 56.25vw, 820px);
  place-items: center;
  overflow: hidden;
  background: #dfb5c2;
}

.contact-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.96;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(223, 181, 194, 0.24);
  pointer-events: none;
}

.contact-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: min(100% - 48px, 1060px);
  text-align: center;
}

.contact-copy > img {
  width: clamp(360px, 34vw, 560px);
  filter: brightness(0) invert(1) drop-shadow(0 4px 18px rgba(90, 38, 84, 0.18));
}

.contact-copy h2 {
  margin-top: 24px;
}

.contact-copy a {
  display: inline-block;
  margin: 24px 0 54px;
  font-size: 1.35rem;
  font-weight: 600;
}

.contact-copy p {
  width: 100%;
  margin: 0;
  padding: 18px 34px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(36, 0, 80, 0.56);
  font-size: 1.35rem;
}

.footer-ticket-cta {
  margin-top: 32px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 20px;
  padding: 26px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: var(--ink);
  font-weight: 700;
}

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

.site-footer nav {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

.footer-social-links {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.footer-social-links .social-link {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.12);
}

.legal-page {
  min-height: 100vh;
  padding: 120px 24px 72px;
}

.legal-back {
  display: inline-block;
  margin: 0 0 28px max(0px, calc((100vw - 880px) / 2));
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
}

.legal-panel {
  width: min(100%, 880px);
  margin: 0 auto;
  padding: 48px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.legal-panel h1 {
  margin: 0 0 24px;
  font-size: 3rem;
  line-height: 1;
}

.legal-panel p {
  font-size: 1.25rem;
}

.about-page {
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page .button,
.about-page .overline,
.about-nav {
  font-family: var(--font-primary);
}

.about-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 18px 28px 0;
}

.about-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, var(--max));
  min-height: 64px;
  margin: 0 auto;
  padding: 10px 16px 10px 24px;
  border-radius: 999px;
  background: rgba(255, 250, 247, 0.82);
  box-shadow: 0 16px 44px rgba(36, 0, 80, 0.12);
  backdrop-filter: blur(18px);
}

.about-nav-logo img {
  width: 132px;
}

.about-nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-nav-link {
  font-weight: 800;
  text-decoration: none;
}

.about-main {
  overflow: hidden;
}

.about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.65fr);
  gap: 46px;
  align-items: center;
  width: min(100% - 48px, var(--max));
  min-height: 690px;
  margin: -82px auto 0;
  padding: 160px 0 84px;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 70px -20vw 20px 50%;
  z-index: 0;
  background:
    radial-gradient(circle at 36% 34%, rgba(255, 255, 255, 0.76), transparent 28%),
    url("../img/floral-hero-cut.6b29519cfed4.webp") right center / 760px auto no-repeat;
  opacity: 0.7;
  pointer-events: none;
}

.about-hero-copy,
.about-hero-mark {
  position: relative;
  z-index: 1;
}

.about-hero-copy {
  max-width: 760px;
}

.about-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(4.2rem, 9vw, 8.4rem);
  line-height: 0.84;
  font-weight: 800;
}

.about-hero-lead {
  max-width: 720px;
  margin: 0 0 26px;
  color: #c84090;
  font-size: clamp(1.55rem, 3vw, 2.9rem);
  line-height: 1;
  font-family: var(--font-primary);
  font-weight: 800;
}

.about-hero-copy p:not(.overline):not(.about-hero-lead) {
  max-width: 680px;
  margin: 0 0 18px;
  font-size: 1.1rem;
  line-height: 1.58;
}

.about-hero-copy .button {
  margin-top: 16px;
}

.about-hero-mark {
  display: grid;
  min-height: 360px;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(234, 220, 241, 0.76)),
    url("../img/bg-soft-drape.4657f986f89b.jpg") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.about-hero-mark img {
  width: min(72%, 300px);
}

.about-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  padding: 0 max(18px, calc((100vw - var(--max)) / 2));
  background: rgba(36, 0, 80, 0.16);
}

.about-metrics article {
  min-height: 150px;
  padding: 24px 22px;
  background: rgba(255, 250, 247, 0.86);
}

.about-metrics span,
.about-metrics strong,
.about-metrics p {
  display: block;
}

.about-metrics span {
  margin-bottom: 12px;
  color: #c84090;
  font-family: var(--font-primary);
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
}

.about-metrics strong {
  margin-bottom: 6px;
  font-family: var(--font-primary);
  font-size: 1.04rem;
  line-height: 1.05;
}

.about-metrics p {
  margin: 0;
  color: #3d3150;
  font-size: 0.95rem;
  line-height: 1.4;
}

.about-section,
.about-model,
.about-final {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  padding: 82px 0;
}

.about-section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.about-section-heading h2,
.about-project h2,
.about-final h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 0.98;
}

.about-section-heading > p:not(.overline),
.about-project p,
.about-final p {
  margin: 20px 0 0;
  font-size: 1.08rem;
  line-height: 1.62;
}

.about-text-block {
  display: grid;
  gap: 20px;
  max-width: 880px;
  padding: 34px;
  border-left: 6px solid #c84090;
  border-radius: 8px;
  background: rgba(255, 250, 247, 0.78);
  box-shadow: 0 16px 38px rgba(36, 0, 80, 0.08);
}

.about-text-block p,
.about-wide-copy,
.about-two-column p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.68;
}

.about-split {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.45), transparent 24%),
    linear-gradient(135deg, rgba(234, 220, 241, 0.96), rgba(223, 181, 194, 0.75));
}

.about-card-grid,
.about-area-grid,
.about-value-grid,
.about-model-grid {
  display: grid;
  gap: 18px;
}

.about-card-grid-five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.about-card-grid article,
.about-area-grid article,
.about-value-grid article,
.about-model-grid article {
  min-height: 170px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 250, 247, 0.82);
  box-shadow: 0 14px 34px rgba(36, 0, 80, 0.08);
}

.about-card-grid h3,
.about-area-grid h3,
.about-value-grid h3,
.about-model-grid h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1.05;
}

.about-card-grid p,
.about-area-grid p,
.about-value-grid p,
.about-model-grid p {
  margin: 0;
  color: #3d3150;
  line-height: 1.55;
}

.about-emphasis {
  max-width: 980px;
  margin: 34px 0 0;
  padding: 26px 30px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(90deg, var(--ink), #c84090);
  font-size: 1.22rem;
  font-weight: 700;
  line-height: 1.45;
}

.about-goal {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: 34px 52px;
  align-items: start;
}

.about-goal .about-section-heading {
  margin-bottom: 0;
}

.about-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-check-list li {
  min-height: 64px;
  padding: 16px 18px 16px 24px;
  border-left: 4px solid #c84090;
  border-radius: 8px;
  background: rgba(255, 250, 247, 0.78);
  font-weight: 700;
  line-height: 1.35;
}

.about-check-list-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-goal .about-wide-copy {
  grid-column: 1 / -1;
}

.about-area-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.about-area-grid article {
  min-height: 300px;
  padding: 22px 18px;
}

.about-area-grid h3 {
  font-size: 1.05rem;
  text-transform: uppercase;
}

.about-area-grid p {
  font-size: 0.94rem;
}

.about-method {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(100deg, rgba(198, 132, 190, 0.88), rgba(224, 163, 178, 0.84)),
    url("../img/bg-soft-drape.4657f986f89b.jpg") left center / 900px auto no-repeat;
}

.about-list-panel {
  max-width: 980px;
  padding: 32px;
  border-radius: 8px;
  background: rgba(255, 250, 247, 0.72);
  box-shadow: var(--shadow);
}

.about-list-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
  margin: 0;
  padding-left: 22px;
}

.about-list-panel li {
  line-height: 1.5;
}

.about-method .about-wide-copy {
  max-width: 980px;
  margin-top: 28px;
}

.about-project {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.6fr);
  gap: 46px;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 84px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(135deg, #af73ce 0%, #c579ba 48%, #8e58bd 100%);
}

.about-project .overline,
.about-project h2 {
  color: var(--white);
}

.about-project p {
  max-width: 760px;
}

.about-project .button {
  margin-top: 26px;
}

.about-project-list {
  padding: 30px;
  border-radius: 8px;
  background: rgba(255, 250, 247, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.about-project-list span {
  display: block;
  margin-bottom: 18px;
  color: var(--ink);
  font-family: var(--font-primary);
  font-size: 1.55rem;
  font-weight: 900;
}

.about-project-list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-project-list li {
  padding-left: 18px;
  border-left: 3px solid rgba(255, 255, 255, 0.64);
  font-weight: 700;
}

.about-two-column {
  columns: 2 320px;
  column-gap: 46px;
  max-width: 980px;
}

.about-two-column p {
  break-inside: avoid;
  margin-bottom: 20px;
}

.about-value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-model {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 250, 247, 0.48);
}

.about-model-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.about-model-grid article {
  min-height: 250px;
  background: var(--ink);
  color: var(--white);
}

.about-model-grid span {
  display: block;
  margin-bottom: 16px;
  color: #d7a1bd;
  font-family: var(--font-primary);
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
}

.about-model-grid h3 {
  color: var(--white);
}

.about-model-grid p {
  color: rgba(255, 255, 255, 0.82);
}

.about-coop {
  display: grid;
  gap: 28px;
}

.about-coop .about-wide-copy {
  max-width: 940px;
}

.about-coop .button {
  width: fit-content;
}

.about-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 86px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(36, 0, 80, 0.74), rgba(200, 64, 144, 0.62)),
    url("../img/bg-footer-final.be8c594554e7.jpg") center / cover no-repeat;
}

.about-final .overline,
.about-final h2 {
  color: var(--white);
}

.about-final p {
  max-width: 780px;
}

.about-final-actions {
  display: grid;
  gap: 14px;
  min-width: 260px;
}

.speaker-directory-page {
  background:
    linear-gradient(180deg, rgba(255, 250, 247, 0.92), rgba(238, 230, 244, 0.84)),
    var(--paper);
}

.speakers-page-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 18px 28px 0;
}

.speakers-page-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, var(--max));
  min-height: 64px;
  margin: 0 auto;
  padding: 10px 16px 10px 24px;
  border-radius: 999px;
  background: rgba(255, 250, 247, 0.86);
  box-shadow: 0 16px 44px rgba(36, 0, 80, 0.12);
  backdrop-filter: blur(18px);
}

.speakers-page-logo img {
  width: 132px;
}

.speakers-page-nav-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.speakers-page-nav-link {
  font-weight: 800;
  text-decoration: none;
}

.speakers-page-main {
  width: min(100% - 48px, var(--max));
  margin: -82px auto 0;
  padding: 166px 0 96px;
}

.speakers-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 46px;
}

.speakers-page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.2rem, 5.8vw, 5.9rem);
  line-height: 0.92;
  font-weight: 800;
}

.speakers-page-note {
  padding: 28px;
  border: 1px solid rgba(36, 0, 80, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 48px rgba(36, 0, 80, 0.1);
}

.speakers-page-note strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-family: var(--font-primary);
  font-size: 1.55rem;
  line-height: 1;
}

.speakers-page-note p {
  margin: 0;
  color: rgba(36, 0, 80, 0.72);
  line-height: 1.55;
}

.speakers-directory {
  display: grid;
  gap: 12px;
}

.speaker-row {
  display: grid;
  grid-template-columns: 72px 118px minmax(0, 1fr) 56px;
  gap: 24px;
  align-items: center;
  min-height: 142px;
  padding: 16px 18px;
  border: 1px solid rgba(36, 0, 80, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 34px rgba(36, 0, 80, 0.08);
}

.speaker-row-index {
  color: rgba(36, 0, 80, 0.48);
  font-family: var(--font-primary);
  font-size: 1.35rem;
  font-weight: 800;
}

.speaker-row-photo {
  width: 118px;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 10px 28px rgba(36, 0, 80, 0.16);
}

.speaker-row-copy p {
  margin: 0 0 8px;
  color: #c84090;
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.speaker-row-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 0.95;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.speaker-linkedin {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: #0a66c2;
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(10, 102, 194, 0.28);
}

.speaker-linkedin:hover {
  transform: translateY(-2px);
}

.mobile-ticket-bar {
  display: none;
}

.modal-open {
  overflow: hidden;
}

.partner-modal[hidden] {
  display: none;
}

.partner-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}

.partner-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(36, 0, 80, 0.58);
  backdrop-filter: blur(7px);
}

.partner-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: min(760px, calc(100vh - 48px));
  overflow-y: auto;
  padding: 34px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 250, 247, 0.98);
  box-shadow: 0 30px 80px rgba(36, 0, 80, 0.28);
}

.partner-modal-panel h2 {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.05;
}

.partner-modal-panel p {
  margin: 14px 0 0;
}

.partner-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--ink);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.partner-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.partner-field {
  display: grid;
  gap: 7px;
}

.partner-field label {
  font-weight: 800;
}

.partner-field input,
.partner-field textarea {
  width: 100%;
  border: 1px solid rgba(36, 0, 80, 0.2);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.partner-field textarea {
  min-height: 150px;
  resize: vertical;
}

.partner-form-status {
  min-height: 24px;
  margin: 0;
  font-weight: 800;
}

.partner-form-status.is-success {
  color: #26733a;
}

.partner-form-status.is-error {
  color: #b32727;
}

.partner-honeypot {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.auth-site,
.panel-site {
  min-height: 100vh;
  background:
    linear-gradient(rgba(246, 238, 246, 0.86), rgba(234, 220, 241, 0.92)),
    url("../img/floral-hero.6dc20802f5c8.jpg") center / cover no-repeat;
}

.auth-layout {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 32px;
}

.auth-card {
  display: grid;
  gap: 12px;
  width: min(100%, 420px);
  padding: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.auth-logo,
.panel-brand {
  font-size: 1.35rem;
  font-weight: 900;
  text-decoration: none;
}

.auth-card h1 {
  margin: 4px 0 18px;
}

.auth-card input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(36, 0, 80, 0.2);
  border-radius: 6px;
  font: inherit;
}

.form-error {
  margin: 0;
  color: #b32727;
  font-weight: 700;
}

.panel-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 100vh;
}

.panel-sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 36px 28px;
  color: var(--white);
  background: var(--ink);
}

.panel-sidebar nav {
  display: grid;
  gap: 8px;
}

.panel-sidebar nav a,
.text-button {
  padding: 12px 14px;
  border: 0;
  border-radius: 6px;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.panel-sidebar nav a.active,
.panel-sidebar nav a:hover,
.text-button:hover {
  background: rgba(255, 255, 255, 0.12);
}

.panel-content {
  padding: 58px;
}

.panel-content h1 {
  margin: 0 0 32px;
  font-size: 2.7rem;
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.panel-card {
  min-height: 190px;
  padding: 26px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.panel-card span {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}

.panel-card strong {
  display: block;
  margin: 18px 0;
  font-size: 2rem;
}

.panel-card p {
  margin: 0;
}

@media (max-width: 1120px) {
  .about-hero,
  .about-project,
  .about-final {
    grid-template-columns: 1fr;
  }

  .about-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-card-grid-five,
  .about-area-grid,
  .about-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-area-grid article,
  .about-model-grid article {
    min-height: 210px;
  }

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

  .about-value-grid,
  .about-check-list-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-final-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .nav-links {
    gap: 14px;
    font-size: 0.86rem;
  }

  .hero-section.section-pad {
    grid-template-columns: 1fr;
    min-height: 760px;
    padding-left: max(34px, 6vw);
    padding-right: max(24px, 5vw);
  }

  .hero-copy {
    max-width: 540px;
  }

  .hero-flower {
    right: clamp(-280px, -22vw, -170px);
    top: 72px;
    width: clamp(840px, 94vw, 1040px);
    opacity: 0.9;
  }

  .organizer-section.section-pad {
    grid-template-columns: 1fr;
  }

  .cert-section.section-pad {
    grid-template-columns: 1fr 0.5fr;
  }

  .certificate-preview {
    grid-column: 1 / -1;
    max-width: 560px;
    justify-self: center;
  }

  .stats-band,
  .pillars-grid,
  .speakers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pillar-card {
    border-right: 0;
    border-bottom: 1px solid rgba(36, 0, 80, 0.18);
  }

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

  .formats-logo {
    opacity: 0.86;
  }
}

@media (max-width: 840px) {
  .about-header {
    padding: 12px 16px 0;
  }

  .about-nav {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 8px;
  }

  .about-nav-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .about-nav-actions .button {
    width: 100%;
  }

  .about-hero {
    width: min(100% - 32px, var(--max));
    min-height: 0;
    margin-top: -138px;
    padding-top: 224px;
    padding-bottom: 54px;
  }

  .about-hero::before {
    inset: 160px -180px auto 20%;
    height: 420px;
    background-size: 620px auto;
    opacity: 0.45;
  }

  .about-hero-mark {
    min-height: 240px;
  }

  .about-hero-copy p:not(.overline):not(.about-hero-lead),
  .about-section-heading > p:not(.overline),
  .about-text-block p,
  .about-wide-copy,
  .about-two-column p,
  .about-project p,
  .about-final p {
    font-size: 1rem;
  }

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

  .about-metrics article {
    min-height: auto;
  }

  .about-section,
  .about-model,
  .about-final {
    width: min(100% - 32px, var(--max));
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .about-split,
  .about-method,
  .about-project,
  .about-model,
  .about-final {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-text-block,
  .about-list-panel,
  .about-project-list {
    padding: 22px;
  }

  .about-card-grid-five,
  .about-area-grid,
  .about-value-grid,
  .about-model-grid,
  .about-check-list,
  .about-check-list-wide,
  .about-list-panel ul {
    grid-template-columns: 1fr;
  }

  .about-card-grid article,
  .about-area-grid article,
  .about-value-grid article,
  .about-model-grid article {
    min-height: auto;
  }

  .about-two-column {
    columns: auto;
  }

  .about-emphasis {
    padding: 22px;
    font-size: 1.04rem;
  }

  .section-pad {
    width: min(100% - 32px, var(--max));
    padding: 58px 0;
  }

  .site-header {
    padding: 14px 16px 0;
  }

  .nav-shell {
    min-height: 56px;
    padding: 0 16px;
    border-radius: 8px;
  }

  .nav-logo {
    display: block;
  }

  .nav-logo img {
    width: 120px;
  }

  .nav-toggle {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
  }

  .nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ink);
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    width: auto;
    padding: 18px;
    border-radius: 8px;
    background: rgba(255, 250, 247, 0.96);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: grid;
    gap: 14px;
  }

  .nav-ticket {
    width: 100%;
    font-size: 1rem;
  }

  .nav-lang {
    margin-left: 0;
  }

  .hero-section.section-pad {
    min-height: 720px;
    padding-top: 112px;
    padding-bottom: 32px;
  }

  .hero-copy h1 {
    font-size: 4.75rem;
  }

  .hero-brand {
    transform: scaleX(0.94);
    transform-origin: left center;
  }

  .hero-copy h1 small {
    padding-left: 112px;
    font-size: 1.45rem;
  }

  .hero-date,
  .hero-place {
    font-size: 1.35rem;
  }

  .hero-flower {
    right: -310px;
    top: 300px;
    width: 820px;
    opacity: 0.66;
  }

  .social-rail {
    position: relative;
    right: auto;
    top: auto;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    grid-column: 1;
    gap: 10px;
    margin-top: 18px;
  }

  .stats-band,
  .conversion-strip.section-pad,
  .ticket-value-grid,
  .pricing-grid,
  .timeline,
  .organizer-section.section-pad,
  .venue-section.section-pad,
  .cert-section.section-pad,
  .schedule-grid,
  .partners-row,
  .panel-layout,
  .panel-grid {
    grid-template-columns: 1fr;
  }

  .stats-band {
    padding: 28px 16px;
  }

  .conversion-strip.section-pad {
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .conversion-strip h2 {
    font-size: 1.9rem;
  }

  .conversion-actions {
    justify-content: stretch;
  }

  .ticket-value-section.section-pad {
    width: min(100% - 32px, var(--max));
  }

  .ticket-value-grid article {
    min-height: auto;
  }

  .urgency-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .countdown {
    text-align: left;
  }

  .pricing-card {
    min-height: auto;
  }

  .timeline {
    gap: 28px;
  }

  .timeline-track {
    display: none;
  }

  .section-heading h2,
  .organizer-copy h2,
  .venue-main h2,
  .cert-copy h2,
  .volunteer-section h2,
  .contact-copy h2 {
    font-size: 2rem;
  }

  .idea-strip {
    border-radius: 8px;
    font-size: 1.2rem;
  }

  .formats-stage {
    min-height: 0;
  }

  .formats-flower {
    opacity: 0.32;
  }

  .format-grid {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .formats-section.section-pad,
  .speakers-section.section-pad,
  .cert-section.section-pad,
  .organizer-section.section-pad,
  .partners-section.section-pad,
  .volunteer-section.section-pad,
  .venue-section.section-pad {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .venue-heading {
    display: block;
    margin-bottom: 28px;
  }

  .venue-heading .overline {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .venue-heading h2 {
    font-size: 1.7rem;
  }

  .venue-main,
  .venue-numbers {
    grid-column: auto;
    grid-row: auto;
  }

  .venue-section::before {
    grid-column: auto;
    grid-row: auto;
    min-height: 280px;
    order: 2;
    margin-bottom: 0;
    background-position: center center;
  }

  .venue-main {
    order: 3;
    min-height: auto;
  }

  .venue-heading {
    order: 1;
  }

  .venue-numbers {
    order: 4;
  }

  .speakers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .certificate-preview {
    transform: none;
    max-width: 680px;
  }

  .cert-buy-cta {
    margin-top: 18px;
  }

  .cert-point {
    grid-template-columns: 1fr;
  }

  .cert-hours {
    justify-self: start;
  }

  .volunteer-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-copy > img {
    width: 260px;
  }

  .contact-copy p {
    border-radius: 8px;
    font-size: 1rem;
  }

  .panel-sidebar {
    min-height: auto;
  }

  .panel-content {
    padding: 36px 20px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .mobile-ticket-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 40;
    display: grid;
    gap: 2px;
    padding: 13px 18px;
    border-radius: 999px;
    color: var(--white);
    background: linear-gradient(90deg, #ad536b, #b64cc4);
    box-shadow: 0 18px 44px rgba(36, 0, 80, 0.28);
    text-align: center;
    text-decoration: none;
  }

  .mobile-ticket-bar span {
    font-size: 0.72rem;
    font-weight: 600;
  }

  .mobile-ticket-bar strong {
    font-size: 1rem;
  }
}

@media (max-width: 520px) {
  .about-hero h1 {
    font-size: 3.65rem;
  }

  .about-hero-lead {
    font-size: 1.6rem;
  }

  .about-section-heading h2,
  .about-project h2,
  .about-final h2 {
    font-size: 2.15rem;
  }

  .about-nav-logo img {
    width: 112px;
  }

  .about-check-list li {
    min-height: auto;
  }

  .about-final-actions {
    display: grid;
  }

  .hero-copy h1 {
    font-size: 4rem;
  }

  .hero-copy h1 small {
    padding-left: 96px;
    font-size: 1.15rem;
  }

  .hero-kicker {
    max-width: 320px;
    font-size: 0.98rem;
  }

  .hero-section.section-pad {
    min-height: 710px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-flower {
    right: -390px;
    top: 390px;
    width: 820px;
    opacity: 0.54;
  }

  .button {
    width: 100%;
  }

  .partner-modal {
    padding: 14px;
  }

  .partner-modal-panel {
    max-height: calc(100vh - 28px);
    padding: 28px 18px 22px;
  }

  .partner-modal-panel h2 {
    padding-right: 42px;
    font-size: 1.75rem;
  }

  .stat-item strong {
    font-size: 4rem;
  }

  .speakers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .speaker-card {
    border-width: 4px;
  }

  .speaker-card h3 {
    min-height: 42px;
    padding: 6px;
    font-size: clamp(0.56rem, 2.2vw, 0.66rem);
  }

  .speakers-more {
    font-size: 1.35rem;
  }

  .partners-row {
    gap: 18px;
  }

  .site-footer nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footer-social-links {
    justify-content: flex-start;
  }

  .legal-panel {
    padding: 30px 22px;
  }
}

@media (max-width: 1120px) {
  .speakers-page-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .speakers-page-note {
    max-width: 680px;
  }
}

@media (max-width: 840px) {
  .speakers-page-header {
    padding: 12px 16px 0;
  }

  .speakers-page-nav {
    align-items: flex-start;
    border-radius: 8px;
  }

  .speakers-page-nav-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .speakers-page-main {
    width: min(100% - 32px, var(--max));
    margin-top: -110px;
    padding-top: 184px;
  }

  .speakers-page-hero h1 {
    font-size: clamp(2.7rem, 10vw, 4.1rem);
    line-height: 0.96;
  }

  .speaker-row {
    grid-template-columns: 52px 92px minmax(0, 1fr) 46px;
    gap: 14px;
    min-height: 118px;
    padding: 12px;
  }

  .speaker-row-photo {
    width: 92px;
  }

  .speaker-row-copy h2 {
    font-size: clamp(1.65rem, 7vw, 2.8rem);
  }

  .speaker-linkedin {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 520px) {
  .speakers-page-logo img {
    width: 108px;
  }

  .speakers-page-nav {
    gap: 12px;
    padding: 10px 12px;
  }

  .speakers-page-nav-actions .button {
    width: auto;
  }

  .speakers-page-note {
    padding: 20px;
  }

  .speaker-row {
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: start;
  }

  .speaker-row-photo {
    grid-column: 1 / -1;
    width: 100%;
    max-height: 300px;
  }

  .speaker-row-index {
    grid-column: 1;
    grid-row: 2;
    padding-top: 3px;
  }

  .speaker-row-copy {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
  }

  .speaker-linkedin {
    grid-column: 2;
    grid-row: 3;
    justify-self: start;
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }
}
