@font-face {
  font-family: "Iosevka Charon Mono";
  src: url("assets/fonts/IosevkaCharonMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Iosevka Charon Mono";
  src: url("assets/fonts/IosevkaCharonMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Iosevka Charon Mono";
  src: url("assets/fonts/IosevkaCharonMono-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-bg: #f7f7f8;
  --color-surface: #ffffff;
  --color-ink: #050505;
  --color-muted: #343434;
  --color-purple: #302f63;
  --color-yellow: #ffc928;
  --color-orange: #e65a24;
  --color-green: #53d17c;
  --color-line: #f5ab17;
  --font-main: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "Iosevka Charon Mono","Space Mono", "Courier New", monospace;
  --container: 1180px;
  --container-narrow: 940px;
  --venue-grid-max-width: 1640px;
  --venue-grid-gutter: 24px;
  --radius-sm: 14px;
  --radius-md: 22px;
  --shadow-glow: 0 26px 65px rgba(255, 201, 40, 0.23);
  --header-height: 88px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  color: var(--color-ink);
  font-family: var(--font-main);
  line-height: 1.45;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--color-orange);
  outline-offset: 4px;
}

.container {
  width: min(100% - 48px, var(--container));
  margin: 0 auto;
}

.narrow {
  width: min(100% - 48px, var(--container-narrow));
}

.section-pad {
  padding: 92px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-height);
  padding: 12px 30px;
  background: #FFFFFF;
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 110px;
  height: 74.38px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 14px;
  font-weight: 400;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0 34px;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.nav-cta {
  min-height: 48px;
  width: 88px;
  height: 36px;
  top: 19px;
  padding: 0 28px;
  background: #FFCC29;
  border-radius: 120px; 
  top: 19px;
  left: 1325px;
  opacity: 1;  
}

.button:hover,
.nav-cta:hover {
      transform: scale(1.025);
}

.button-primary {
  background: #FFCC29;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.button-secondary {
  border-color: #FFCC29;
  background: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.hero {
  padding-top: 122px;
}

.hero-inner {
  display: grid;
  justify-items: center;
  text-align: center;
}

.event-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 34px;
  margin: 0 0 42px;
  border: 1px solid var(--color-ink);
  border-radius: 110px;
  padding: 0 20px;
  font-family: var(--font-mono);
  font-size: 14px;
  letter-spacing: 6%;
  line-height: 100%;
  font-weight: 400;
  font-style: Regular;
  line-height: 100%;
}

.event-badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #57D76C;
}

.hero h1 {
  margin: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.hero h1 span {
  display: block;
  width: fit-content;
  margin-inline: auto;
  background: linear-gradient(90deg, #FFCC29 0%, #C8391C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-style: normal;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 0;

}

.hero h1 small {
  display: block;
  margin-top: 16px;
  color: #30305E;
  font-size: 36px;
  line-height: 100%;
}

.hero-copy {
  max-width: 680px;
  margin: 44px 0 0;
  font-size: 21px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-top: 52px;
}

.event-meta {
  margin-top: 58px;
  font-family: var(--font-mono);
  letter-spacing: 6%;
}

.event-meta p:first-child {
  margin: 0;
  font-size: 34px;
}

.event-meta p:last-child {
  margin: 8px 0 0;
  font-size: 24px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 58px 0 0;

}

.stats div {
  border: 1px solid #FFCC29;
  border-radius: 20px;
  background: #FFFFFF;
  display: grid;
  place-items: center;
  align-content: center;
  width: 262px;
height: 104px;
}

.stats dt {
  width: fit-content;
  margin-inline: auto;
  background: linear-gradient(90deg, #FFCC29 0%, #C8391C 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.stats dd {
  margin: 4px 0 0;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.section-heading {
  text-align: center;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  font-family: "Iosevka Charon Mono", "Iosevka", "Space Mono", "Courier New", monospace;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  background-image: linear-gradient(90.24deg, #CA3E1D 1.27%, #302E5D 97.68%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.section-heading h2 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  color: #000000;
}

.section-heading > p:last-child {
  margin: 12px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  color: #FFCC29;
}

.session-list {
  display: grid;
  gap: 22px;
  margin-top: 72px;
  justify-items: center;
}

.session-card {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 32px;
  width: min(100%, 894px);
  min-height: 183px;
  height: auto;
  padding: 42px 54px;
  border: 1.5px solid var(--color-line);
  border-right-color: var(--color-orange);
  border-radius: 20px;
  background: #FFFFFF;
  box-sizing: border-box;
  overflow: visible;
}

.session-card-muted {
  background: #FFFAEC;
}

.session-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  min-height: 100%;
}

.session-time {
  order: 1;
  color: #302E5D;
  font-family: var(--font-mono);
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  white-space: nowrap;
  letter-spacing: 0.06em;
}

.session-side .tag {
  order: 2;
}

.session-icon {
  order: 3;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
}

.session-icon-group {
  gap: 10px;
}

.session-icon svg,
.session-icon img {
  width: 24px;
  height: 22px;
}

.session-icon-group img {
  width: 24px;
  height: 22px;
}

.session-icon svg {
  stroke: #302E5D;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  border-radius: 999px;
  padding: 0 10px;
  background: #FFCC29;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  line-height: 13px;
}

.session-card h3 {
  margin: 0;
  color: #302E5D;
  font-size: 22px;
  line-height: 27px;
  font-style: normal;
  font-weight: 700;
}

.session-card h3 span {
  color: #FFCC29;
  width: 30px;
  height: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}

.session-card p {
  margin: 24px 0 0;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

.speakers {
  padding-top: 76px;
  padding-bottom: 148px;
}

.speaker-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px;
  margin-top: 74px;
  max-width: 1040px;
  margin-inline: auto;
}

.speaker-card {
  min-height: 175px;
  border: 1px solid #FFCC29;
  border-radius: 20px;
  background:  #FFFFFF;
  padding: 28px 20px 22px;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.speaker-card:hover {
  transform: translateY(-2px);
  border-color: #E65A24;
  box-shadow: 0 16px 34px rgba(230, 90, 36, 0.14);
}

.speaker-link {
  display: block;
  height: 100%;
  color: inherit;
}

.speaker-card img {
  width: 66px;
  height: 66px;
  margin: 0 auto 16px;
  border-radius: 50%;
  object-fit: contain;
}

.speaker-card h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  font-style: normal;
  color: #000000;
}

.speaker-card p {
  margin: 6px 0 0;
  color: #FFCC29;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}

.dark-section {
  padding: 108px 0 0;
  background: #302E5D;
  color: #ffffff;
}

.venue-grid {
  width: min(100% - 24px, 1440px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 54px;
}

.info-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #FFCC29;
  border-radius: 20px;
  padding: 58px;
  background: #302E5D;
  box-shadow:
    0 22px 46px rgba(255, 204, 41, 0.34),
    0 8px 18px rgba(255, 204, 41, 0.22);
}

.info-card .eyebrow {
  font-size: 14px;
  background-image: none;
  color: #FFCC29;
  -webkit-text-fill-color: #FFCC29;
  margin-inline: 0;
  letter-spacing: 6%;
}

.info-card h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #FFFFFF;
}

#venue-title {
  display: block;
  max-width: 100%;
  font-size: clamp(12px, 4.2vw, 40px);
  font-size: clamp(12px, 6cqw, 40px);
  line-height: 1.2;
}

.venue-copy,
.register-copy {
  margin: 18px 0 0;
  font-size: 21px;
  line-height: 28px;
  font-weight: 400;
  color: #FFFFFF;
}

.venue-details {
  display: grid;
  gap: 18px;
  margin: 44px 0 46px;
}

.venue-details div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 28px;
  align-items: center;
}

.venue-details dt {
  font-family: var(--font-mono);
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.06em;
}

.venue-details dd {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.map-image {
  display: block;
  width: 100%;
  aspect-ratio: 1.78;
  height: auto;
  margin-top: auto;
  border: 0;
  border-radius: 18px;
  object-fit: cover;
  background:
    linear-gradient(42deg, transparent 0 41%, rgba(162, 173, 196, 0.85) 42% 50%, transparent 51%),
    linear-gradient(135deg, #f7f4ee 0 25%, #e3e6ee 26% 38%, #fffaf1 39% 60%, #e6e9ef 61% 75%, #f9f6ee 76%);
  box-shadow: 0 0 34px rgba(255, 255, 255, 0.28);
}

.register-card.is-confirmed {
  background: #101418;
  border-color: rgba(83, 209, 124, 0.5);
  box-shadow:
    0 30px 70px rgba(83, 209, 124, 0.22),
    0 8px 22px rgba(83, 209, 124, 0.14);
}

.register-card.is-confirmed.is-already-registered {
  border-color: rgba(230, 90, 36, 0.58);
  box-shadow:
    0 30px 70px rgba(230, 90, 36, 0.22),
    0 8px 22px rgba(230, 90, 36, 0.14);
}

.register-card.is-registration-closed {
  min-height: 100%;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 204, 41, 0.08), transparent 34%),
    #302E5D;
  border: 2px solid #FFCC29;
  box-shadow:
    0 34px 78px rgba(255, 204, 41, 0.27),
    0 10px 28px rgba(255, 204, 41, 0.16);
}

.register-card.is-registration-closed .eyebrow {
  color: #FFCC29;
  -webkit-text-fill-color: #FFCC29;
}

.register-card.is-registration-closed h2 {
  margin-top: 28px;
  font-size: clamp(38px, 4.8vw, 76px);
  font-size: clamp(38px, 7cqw, 76px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

.register-card.is-registration-closed .register-copy {
  margin-top: 28px;
  font-size: clamp(24px, 3vw, 42px);
  font-size: clamp(24px, 5cqw, 42px);
  line-height: 1.34;
}

.registration-closed-card {
  display: grid;
  justify-items: center;
  margin: 84px auto 0;
  width: min(100%, 728px);
  min-height: 330px;
  border: 2px solid #FFCC29;
  border-radius: 20px;
  padding: 48px 44px;
  color: #ffffff;
  text-align: center;
}

.registration-lock {
  width: 146px;
  height: 146px;
}

.registration-lock svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #FFCC29;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.registration-divider {
  display: grid;
  grid-template-columns: minmax(72px, 230px) auto minmax(72px, 230px);
  align-items: center;
  gap: 28px;
  width: 100%;
  margin-top: 34px;
  color: #FFCC29;
}

.registration-divider span {
  height: 2px;
  background: currentColor;
}

.registration-divider strong {
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.registration-closed-card p {
  margin: 44px 0 0;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.2;
}

.register-card.is-registration-closed .registration-form,
.register-card.is-registration-closed .registration-confirmation,
.register-card.is-registration-closed .consent {
  display: none;
}

.register-card.is-registration-closed .footer-logo {
  width: 180px;
  margin: auto auto 0;
  padding-top: 86px;
}

.is-confirmed .eyebrow{
  color: rgba(83, 209, 124);
  -webkit-text-fill-color: rgba(83, 209, 124);
}

.is-confirmed.is-already-registered .eyebrow {
  color: #E65A24;
  -webkit-text-fill-color: #E65A24;
}

.registration-confirmation {
  display: none;
  min-height: 142px;
  margin-top: 34px;
  border: 1px solid rgba(83, 209, 124, 0.58);
  border-radius: 20px;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  text-align: center;
}

.is-already-registered .registration-confirmation {
  border-color: rgba(230, 90, 36, 0.58);
}

.registration-confirmation:not([hidden]) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.confirmation-check {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.registration-confirmation p {
  margin: 18px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.registration-confirmation span:last-child {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 22px;
}

.register-card.is-confirmed .registration-form,
.register-card.is-confirmed .consent,
.register-card.is-confirmed .footer-logo {
  display: none;
}

.registration-form {
  display: grid;
  gap: 22px;
  margin-top: 42px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.field input[required] + span,
.field label:has(+ input[required])::after {
  content: " *";
  color: var(--color-yellow);
}

.field input {
  width: 100%;
  min-height: 60px;
  border: 1px solid #FFCC29;
  border-radius: 16px;
  padding: 0 22px;
  background: #FFFFFF;
  color: #000000;
  font-weight: 700;
  line-height: 19px;
}

.field input::placeholder {
  color: #111111;
  opacity: 1;
}

.form-submit {
  width: 100%;
  min-height: 70px;
  margin-top: 10px;
  border-radius: 14px;
  cursor: pointer;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  min-height: 24px;
  margin: -6px 0 0;
  color: var(--color-yellow);
  font-weight: 700;
  text-align: center;
}

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

.consent {
  margin: 6px 0 0;
  color: #FFCC29;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 17px;
}

.footer-logo {
  width: 124px;
  height: auto;
  margin: auto auto 0;
  padding-top: 36px;
}

.register-card-closed {
  border-color: #FFCC29;
  background:
    radial-gradient(circle at 50% 48%, rgba(110, 54, 177, 0.34), transparent 42%),
    #302E5D;
  box-shadow:
    0 34px 76px rgba(255, 204, 41, 0.28),
    0 0 42px rgba(255, 204, 41, 0.22);
}

.register-card-closed .eyebrow {
  color: #FFCC29;
  -webkit-text-fill-color: #FFCC29;
}

.registration-closed-panel {
  display: grid;
  justify-items: center;
  align-items: center;
  width: min(100%, 640px);
  min-height: 280px;
  margin: 68px auto 0;
  border: 2px solid #FFCC29;
  border-radius: 22px;
  padding: 42px 30px 36px;
  background: rgba(48, 46, 93, 0.36);
  text-align: center;
}

.closed-lock {
  position: relative;
  justify-self: center;
  width: 152px;
  height: 152px;
  border: 5px solid #FFCC29;
  border-radius: 50%;
}

.closed-lock::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 40px;
  width: 44px;
  height: 44px;
  border: 5px solid #FFCC29;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  transform: translateX(-50%);
}

.closed-lock span {
  position: absolute;
  left: 50%;
  top: 76px;
  width: 72px;
  height: 56px;
  border: 5px solid #FFCC29;
  border-radius: 10px;
  transform: translateX(-50%);
}

.closed-lock span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 16px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFCC29;
  transform: translateX(-50%);
}

.closed-lock span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 29px;
  width: 6px;
  height: 16px;
  border-radius: 999px;
  background: #FFCC29;
  transform: translateX(-50%);
}

.closed-divider {
  display: grid;
  grid-template-columns: minmax(42px, 1fr) auto minmax(42px, 1fr);
  align-items: center;
  gap: 28px;
  width: min(100%, 560px);
  margin-top: 46px;
  color: #FFCC29;
}

.closed-divider::before,
.closed-divider::after {
  content: "";
  height: 2px;
  background: #FFCC29;
}

.closed-divider span::before {
  content: "✦";
  font-size: 34px;
  line-height: 1;
}

.registration-closed-logo {
  width: 124px;
  margin: 96px auto 0;
  padding-top: 0;
}

.registration-closed-panel p {
  margin-top: 40px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 124px;
  padding: 0 34px 48px;
  color: #ffffff;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  white-space: nowrap;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

@media (max-width: 1040px) {
  .site-header {
    padding-inline: 22px;
  }

  .site-nav {
    gap: 24px;
  }

  .hero h1 {
    font-size: 76px;
  }

  .hero h1 small {
    font-size: 38px;
  }

  .hero-copy {
    font-size: 21px;
  }

  .event-meta p:first-child {
    font-size: 36px;
  }

  .event-meta p:last-child {
    font-size: 23px;
  }

  .section-heading h2 {
    font-size: 56px;
  }

  .section-heading > p:last-child {
    font-size: 24px;
  }

  .session-card {
    grid-template-columns: 140px 1fr;
    padding: 34px;
  }

  .session-card h3 {
    font-size: 24px;
  }

  .session-card p {
    font-size: 18px;
  }

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

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

  .info-card h2 {
    font-size: 44px;
  }

  .venue-copy,
  .register-copy {
    font-size: 24px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 78px;
  }

  .container,
  .narrow {
    width: min(100% - 28px, var(--container));
  }

  .venue-grid {
    width: min(calc(100% - var(--venue-grid-gutter)), var(--venue-grid-max-width));
  }

  .section-pad {
    padding: 64px 0;
  }

  .site-header {
    align-items: flex-start;
    min-height: var(--header-height);
    gap: 12px;
    padding: 10px 14px;
  }

  .brand img {
    width: 98px;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 14px;
    font-size: 14px;
  }

  .nav-cta {
    min-height: 36px;
    padding: 0 16px;
  }

  .hero {
    padding-top: 70px;
  }

  .hero h1 {
    font-size: 70px;
  }

  .hero h1 small {
    font-size: 30px;
  }

  .event-badge {
    max-width: 100%;
    margin-bottom: 32px;
    font-size: 11px;
    white-space: normal;
  }

  .hero-copy {
    margin-top: 34px;
    font-size: 18px;
  }

  .hero-actions {
    margin-top: 38px;
  }

  .button {
    min-height: 52px;
    width: min(100%, 250px);
    padding: 0 22px;
  }

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

  .event-meta p:first-child {
    font-size: 28px;
  }

  .event-meta p:last-child {
    font-size: 18px;
  }

  .section-heading h2 {
    font-size: 42px;
  }

  .section-heading > p:last-child {
    font-size: 20px;
  }

  .session-list {
    margin-top: 48px;
  }

  .session-card {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 24px;
  }

  .session-side {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .session-card h3 {
    font-size: 22px;
  }

  .session-card p {
    font-size: 16px;
    margin-top: 16px;
    line-height: 24px;
  }

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

  .speakers {
    padding-bottom: 82px;
  }

  .dark-section {
    padding-top: 64px;
  }

  .info-card {
    padding: 28px 20px;
    box-shadow:
      0 16px 32px rgba(255, 204, 41, 0.3),
      0 6px 14px rgba(255, 204, 41, 0.2);
  }

  .register-card.is-registration-closed {
    padding: 38px 28px;
  }

  .register-card.is-registration-closed h2 {
    margin-top: 22px;
  }

  .registration-closed-card {
    min-height: 260px;
    margin-top: 48px;
    padding: 34px 24px;
  }

  .registration-lock {
    width: 104px;
    height: 104px;
  }

  .registration-divider {
    grid-template-columns: minmax(46px, 1fr) auto minmax(46px, 1fr);
    gap: 18px;
    margin-top: 28px;
  }

  .registration-divider strong {
    font-size: 32px;
  }

  .registration-closed-card p {
    margin-top: 30px;
  }

  .register-card.is-registration-closed .footer-logo {
    width: 136px;
    padding-top: 54px;
  }

  .info-card h2 {
    font-size: 36px;
  }

  .venue-copy,
  .register-copy {
    font-size: 20px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .registration-form {
    gap: 16px;
    margin-top: 30px;
  }

  .field input {
    min-height: 54px;
  }

  .form-submit {
    min-height: 58px;
  }

  .venue-details div {
    grid-template-columns: 72px 1fr;
    gap: 18px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 70px;
    padding: 0 18px 36px;
    font-size: 15px;
  }
}

@media (max-width: 460px) {
  .site-header {
    position: static;
  }

  .site-nav {
    max-width: 220px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero h1 small {
    font-size: 26px;
  }

  .section-heading h2 {
    font-size: 36px;
  }

  .event-meta p:first-child {
    font-size: 23px;
  }

  .event-meta p:last-child {
    font-size: 16px;
  }

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

@media (max-width: 760px) {
  .register-card-closed {
    padding: 38px 24px;
  }

  .register-card-closed .register-copy {
    font-size: 21px;
  }

  .registration-closed-panel {
    min-height: 260px;
    margin-top: 54px;
    padding: 36px 22px 34px;
  }

  .closed-lock {
    width: 116px;
    height: 116px;
    border-width: 4px;
  }

  .closed-lock::before {
    top: 28px;
    width: 38px;
    height: 34px;
    border-width: 4px;
  }

  .closed-lock span {
    width: 56px;
    height: 46px;
    top: 58px;
    border-width: 4px;
  }

  .closed-lock span::before {
    top: 13px;
    width: 14px;
    height: 14px;
  }

  .closed-lock span::after {
    top: 24px;
    width: 6px;
    height: 15px;
  }

  .closed-divider {
    gap: 18px;
    margin-top: 34px;
  }

  .registration-closed-panel p {
    margin-top: 36px;
    font-size: 24px;
  }

  .registration-closed-logo {
    width: 124px;
    margin-top: 58px;
  }
}

.register-card-closed .registration-closed-panel {
  width: min(100%, 560px);
  min-height: 240px;
  margin-top: 48px;
  padding: 32px 26px 30px;
  justify-items: center;
  align-items: center;
}

.register-card-closed .closed-lock {
  width: 118px;
  height: 118px;
  border-width: 4px;
}

.register-card-closed .closed-lock::before {
  top: 17px;
  width: 34px;
  height: 34px;
  border-width: 4px;
  border-radius: 20px 20px 0 0;
}

.register-card-closed .closed-lock span {
  top: 47px;
  width: 56px;
  height: 44px;
  border-width: 4px;
  border-radius: 8px;
}

.register-card-closed .closed-lock span::before {
  top: 12px;
  width: 14px;
  height: 14px;
}

.register-card-closed .closed-lock span::after {
  top: 23px;
  width: 5px;
  height: 14px;
}

.register-card-closed .closed-divider {
  width: min(100%, 430px);
  margin-top: 28px;
}

.register-card-closed .registration-closed-panel p {
  margin-top: 28px;
  font-size: clamp(22px, 2.2vw, 21px);
}
