:root {
  --indigo: #1f86a6;
  --deep: #0b2530;
  --ink: #111314;
  --cream: #fff3dd;
  --paper: #f6dfbf;
  --red: #e84c30;
  --red-dark: #a83224;
  --wood: #6f3c24;
  --muted: rgba(255, 243, 221, .76);
  --line: rgba(255, 243, 221, .25);
  --shadow: 0 22px 70px rgba(0, 0, 0, .28);
  --font-ui: "Century Gothic", "Avenir Next", Avenir, "Noto Sans Thai", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Century Gothic", "Avenir Next", Avenir, "Noto Sans Thai", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 243, 221, .12), transparent 32rem),
    linear-gradient(180deg, #1f86a6 0%, #155d75 48%, #0b2530 100%);
  font-family: var(--font-ui);
  font-weight: 400;
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 243, 221, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 243, 221, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mix-blend-mode: soft-light;
}

a {
  color: inherit;
}

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

.access-gate {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    linear-gradient(rgba(31, 134, 166, .88), rgba(11, 37, 48, .94)),
    var(--indigo);
}

.access-gate.is-open {
  display: none;
}

.gate-panel {
  width: min(620px, 100%);
  padding: clamp(26px, 5vw, 56px);
  text-align: center;
  background: var(--deep);
  border: 8px solid var(--red);
  outline: 3px solid var(--cream);
  box-shadow: var(--shadow);
}

.gate-logo {
  width: min(560px, 100%);
  margin: 0 auto 12px;
}

.gate-subtitle {
  width: min(420px, 88%);
  margin: 0 auto 18px;
}

.organizer-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.organizer-mark img {
  width: 150px;
  height: auto;
}

.gate-organizer {
  justify-content: center;
  margin-bottom: 24px;
}

.gate-kicker,
.eyebrow {
  margin: 0 0 10px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.gate-panel h1 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.gate-form {
  text-align: left;
}

.gate-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.code-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.code-row input {
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
  color: var(--cream);
  background: #071a22;
  border: 2px solid var(--line);
  border-radius: 4px;
  font: inherit;
}

.code-row input:focus {
  outline: 3px solid rgba(232, 76, 48, .45);
  border-color: var(--cream);
}

.code-row button,
.button {
  min-height: 48px;
  padding: 0 18px;
  color: var(--cream);
  background: var(--red);
  border: 2px solid var(--cream);
  border-radius: 4px;
  font: inherit;
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.gate-help {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.site-shell[hidden] {
  display: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(11, 37, 48, .9);
  border-bottom: 2px solid rgba(255, 243, 221, .18);
  backdrop-filter: blur(16px);
}

.brand-lockup img {
  width: 172px;
}

.topbar nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 28px);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.topbar nav a {
  text-decoration: none;
}

.topbar nav a:hover {
  color: var(--cream);
}

.event-story {
  position: relative;
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 2px solid rgba(255, 243, 221, .18);
}

.event-story img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-story::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 26, 34, .9) 0%, rgba(7, 26, 34, .58) 46%, rgba(7, 26, 34, .18) 100%),
    linear-gradient(180deg, rgba(7, 26, 34, .2) 0%, rgba(7, 26, 34, .82) 100%);
}

.event-story-content {
  width: min(1180px, 100%);
  padding: clamp(76px, 12vw, 140px) clamp(20px, 6vw, 88px) clamp(42px, 7vw, 76px);
}

.event-story h1 {
  max-width: 760px;
  margin: 0;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(54px, 8vw, 108px);
  font-weight: 900;
  line-height: .95;
  text-transform: uppercase;
}

.event-story-content > p:not(.eyebrow) {
  max-width: 730px;
  margin: 22px 0 0;
  color: var(--cream);
  font-size: clamp(18px, 1.6vw, 23px);
  font-weight: 700;
}

.event-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1120px, 100%);
  margin-top: clamp(28px, 4vw, 48px);
  background: rgba(255, 243, 221, .28);
  border: 2px solid rgba(255, 243, 221, .32);
}

.event-points article {
  min-height: 132px;
  padding: 20px;
  background: rgba(11, 37, 48, .86);
}

.event-points span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.event-points p {
  margin: 0;
  color: var(--muted);
}

.hero {
  min-height: calc(100vh - 74px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(44px, 8vw, 94px) clamp(20px, 6vw, 88px);
}

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

.hero-logo {
  width: min(840px, 100%);
  margin: 0 0 18px;
}

.hero-subtitle {
  width: min(500px, 90%);
  margin: 0 0 12px;
}

.hero-organizer {
  margin-bottom: 30px;
}

.hero-text {
  max-width: 640px;
  margin: 0;
  color: var(--cream);
  font-size: clamp(19px, 1.8vw, 24px);
  font-weight: 700;
}

.hero-audience {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
}

.hero-actions,
.accept-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button.secondary {
  background: transparent;
}

.button:hover {
  transform: translateY(-1px);
}

.invite-stamp {
  width: min(480px, 100%);
  aspect-ratio: 1;
  justify-self: center;
  display: grid;
  align-content: center;
  place-items: center;
  gap: clamp(28px, 3.2vw, 42px);
  padding: clamp(32px, 4vw, 48px);
  text-align: center;
  background: var(--deep);
  border: 8px solid var(--red);
  outline: 3px solid var(--cream);
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.invite-stamp > span,
.invite-stamp em {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: clamp(14px, 1.4vw, 18px);
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.invite-stamp strong {
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(62px, 6vw, 88px);
  font-weight: 900;
  line-height: .78;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.invite-stamp strong span {
  display: block;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  max-width: 1180px;
  background: var(--line);
  border: 2px solid var(--line);
}

.details-grid article {
  min-height: 118px;
  padding: 18px;
  background: rgba(11, 37, 48, .8);
}

.details-grid span,
.detail-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.details-grid strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 900;
  line-height: 1.25;
}

.section {
  padding: clamp(52px, 8vw, 88px) clamp(20px, 6vw, 88px);
}

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

.section-heading h2,
.accept-section h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.section-heading p:not(.eyebrow),
.accept-section p,
.two-column p,
.callout p,
.detail-list p,
.experience-grid p,
.faq-list p {
  color: var(--muted);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.two-column p {
  margin-top: 0;
  font-size: 17px;
}

.callout {
  padding: 24px;
  background: rgba(17, 19, 20, .55);
  border: 2px solid var(--cream);
  border-left: 8px solid var(--red);
  border-radius: 8px;
}

.callout h3,
.detail-list h3,
.experience-grid h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: none;
}

.market-section {
  background: rgba(11, 37, 48, .34);
  border-bottom: 2px solid rgba(255, 243, 221, .16);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
}

.audience-grid article {
  min-height: 162px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(255, 243, 221, .065), rgba(17, 19, 20, .34)),
    rgba(17, 19, 20, .52);
  border: 2px solid rgba(255, 243, 221, .22);
  border-radius: 8px;
}

.audience-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--cream);
  background: var(--red);
  border: 2px solid rgba(255, 243, 221, .76);
  border-radius: 8px;
}

.audience-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.audience-grid span {
  display: block;
  color: var(--red);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.audience-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
}

.attendee-section {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(16px, 4vw, 38px);
  padding: 28px clamp(20px, 6vw, 88px);
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(7, 26, 34, .96), rgba(11, 37, 48, .9)),
    var(--deep);
  border-block: 3px solid var(--red);
  overflow: hidden;
}

.attendee-intro {
  position: relative;
  z-index: 2;
}

.attendee-section .eyebrow {
  margin-bottom: 6px;
  color: var(--red);
}

.attendee-intro h2 {
  margin: 0;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.brand-marquee {
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.brand-track {
  display: flex;
  width: max-content;
  animation: brand-marquee 46s linear infinite;
}

.brand-run {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(30px, 5vw, 64px);
  padding-right: clamp(30px, 5vw, 64px);
}

.brand-mark {
  min-width: 150px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
  background: transparent;
  border: 0;
  border-radius: 0;
}

.brand-mark img {
  max-width: 164px;
  max-height: 54px;
  width: auto;
  height: auto;
  filter: brightness(0) invert(1) sepia(.16) saturate(.55) hue-rotate(340deg) brightness(1.08);
  opacity: .95;
  object-fit: contain;
}

.brand-mark strong {
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 900;
  line-height: .95;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-mark.logo-wide {
  min-width: 188px;
}

.brand-mark.logo-wide img {
  max-width: 188px;
}

.brand-mark.telluride-mark {
  min-width: 214px;
}

.brand-mark.telluride-mark img {
  width: 190px;
  max-width: 190px;
  max-height: 86px;
}

.brand-mark.emblem-mark {
  min-width: 82px;
}

.brand-mark.emblem-mark img {
  max-width: 54px;
  max-height: 54px;
}

.brand-mark.logo-tall {
  min-width: 118px;
}

.brand-mark.logo-tall img {
  max-width: 118px;
  max-height: 60px;
}

.brand-mark.text-mark {
  min-width: 204px;
}

.brand-mark.more-mark {
  min-width: 164px;
}

.brand-mark.more-mark strong {
  color: var(--cream);
  font-size: 26px;
}

@keyframes brand-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-track {
    animation: none;
  }

  .brand-marquee {
    overflow-x: auto;
    mask-image: none;
  }
}

.schedule-section {
  color: var(--deep);
  background:
    linear-gradient(180deg, rgba(255, 243, 221, .94), rgba(246, 223, 191, .98)),
    var(--paper);
  border-block: 3px solid var(--red);
}

.schedule-section .eyebrow {
  color: var(--red-dark);
}

.schedule-section .section-heading h2 {
  color: var(--deep);
}

.schedule-section .section-heading p:not(.eyebrow) {
  color: rgba(11, 37, 48, .74);
}

.daily-schedule {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 1180px;
  background: rgba(11, 37, 48, .08);
  border: 2px solid rgba(11, 37, 48, .2);
}

.daily-schedule article {
  min-height: 0;
  padding: 0;
  background: transparent;
  border-right: 2px solid rgba(11, 37, 48, .2);
}

.daily-schedule article:last-child {
  border-right: 0;
}

.schedule-day {
  padding: 22px 24px 18px;
  background: var(--deep);
  border-bottom: 2px solid rgba(11, 37, 48, .2);
}

.schedule-day span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.schedule-day strong {
  display: block;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1;
}

.schedule-items {
  display: grid;
}

.schedule-items p {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  min-height: 64px;
  align-items: start;
  margin: 0;
  padding: 14px 22px;
  color: rgba(11, 37, 48, .78);
  border-bottom: 2px solid rgba(11, 37, 48, .14);
}

.schedule-items p:last-child {
  border-bottom: 0;
}

.schedule-items time {
  color: var(--red-dark);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.25;
  text-transform: uppercase;
}

.schedule-items span {
  color: rgba(11, 37, 48, .82);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.visual-section {
  background: rgba(7, 26, 34, .42);
  border-block: 2px solid rgba(255, 243, 221, .16);
}

.booth-reference {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  align-items: start;
  gap: clamp(20px, 4vw, 42px);
  max-width: 1180px;
}

.booth-visual {
  margin: 0;
  background: rgba(255, 243, 221, .06);
  border: 2px solid rgba(255, 243, 221, .24);
  border-radius: 8px;
  overflow: hidden;
}

.booth-visual img {
  width: 100%;
  height: auto;
  background: #f3efe7;
}

figcaption {
  padding: 16px 18px 18px;
  color: var(--muted);
  font-size: 13px;
}

.booth-specs {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 2px solid var(--line);
}

.booth-specs article {
  padding: 20px;
  background: rgba(11, 37, 48, .84);
}

.booth-specs span {
  display: block;
  margin-bottom: 6px;
  color: var(--red);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.booth-specs strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 900;
  line-height: 1.1;
}

.booth-specs p {
  margin: 0;
  color: var(--muted);
}

.detail-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.detail-list article,
.experience-grid article {
  padding: 22px;
  background: rgba(17, 19, 20, .55);
  border: 2px solid rgba(255, 243, 221, .2);
  border-radius: 8px;
}

.schedule {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 2px solid var(--line);
}

.schedule div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  padding: 22px;
  background: rgba(11, 37, 48, .82);
}

.schedule strong {
  color: var(--paper);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.schedule span {
  color: var(--muted);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.faq-section {
  background: #0b2530;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 980px;
}

details {
  background: rgba(255, 243, 221, .05);
  border: 2px solid rgba(255, 243, 221, .18);
  border-radius: 8px;
}

summary {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
}

summary::after {
  content: "+";
  color: var(--red);
  font-size: 28px;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 20px 20px;
}

.accept-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  background: var(--red-dark);
  border-block: 3px solid var(--cream);
}

.accept-section p {
  max-width: 720px;
  font-size: 17px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 6vw, 88px);
  color: var(--muted);
  background: var(--ink);
  border-top: 2px solid rgba(255, 243, 221, .18);
}

.footer img {
  width: 180px;
}

.footer-lockups {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.footer .organizer-mark img {
  width: 136px;
}

.footer p {
  margin: 0;
  font-size: 13px;
}

@media (max-width: 980px) {
  .hero,
  .two-column,
  .booth-reference,
  .accept-section {
    grid-template-columns: minmax(0, 1fr);
  }

  .invite-stamp {
    width: min(480px, 100%);
  }

  .details-grid,
  .detail-list,
  .event-points,
  .audience-grid,
  .experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .topbar {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 7px;
    font-size: 10px;
    letter-spacing: .08em;
  }

  .event-story {
    min-height: calc(100vh - 112px);
  }

  .event-story img {
    position: absolute;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .event-story::before {
    background:
      linear-gradient(180deg, rgba(7, 26, 34, .28) 0%, rgba(7, 26, 34, .95) 58%, rgba(7, 26, 34, .98) 100%);
  }

  .event-story-content {
    margin-top: 0;
    padding-top: clamp(86px, 24vw, 132px);
  }

  .event-story h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .event-story-content > p:not(.eyebrow) {
    font-size: 17px;
  }

  .hero {
    min-height: auto;
    padding-top: 44px;
  }

  .hero-copy,
  .invite-stamp {
    min-width: 0;
  }

  .attendee-section {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-block: 22px;
  }

  .brand-mark {
    min-width: 132px;
    height: 74px;
  }

  .brand-mark img {
    max-width: 126px;
    max-height: 44px;
  }

  .brand-mark.logo-wide {
    min-width: 154px;
  }

  .brand-mark.logo-wide img {
    max-width: 154px;
  }

  .brand-mark.telluride-mark {
    min-width: 178px;
  }

  .brand-mark.telluride-mark img {
    width: 162px;
    max-width: 162px;
    max-height: 74px;
  }

  .brand-mark.logo-tall {
    min-width: 96px;
  }

  .brand-mark.logo-tall img {
    max-width: 96px;
    max-height: 48px;
  }

  .brand-mark.emblem-mark {
    min-width: 70px;
  }

  .brand-mark.emblem-mark img {
    max-width: 48px;
    max-height: 48px;
  }

  .brand-mark.text-mark {
    min-width: 176px;
  }

  .brand-mark.more-mark {
    min-width: 152px;
  }

  .brand-mark strong {
    font-size: 19px;
  }

  .brand-mark.more-mark strong {
    font-size: 22px;
  }

  .details-grid,
  .detail-list,
  .daily-schedule,
  .event-points,
  .audience-grid,
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .daily-schedule article,
  .daily-schedule article:last-child {
    border-right: 0;
  }

  .daily-schedule article + article {
    border-top: 2px solid rgba(11, 37, 48, .2);
  }

  .schedule-items p {
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: 0;
  }

  .schedule div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

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

  .section-heading h2,
  .accept-section h2 {
    font-size: clamp(38px, 12vw, 56px);
  }

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

  .organizer-mark {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .gate-organizer,
  .hero-organizer {
    align-items: center;
  }
}
