.elementor-173 .elementor-element.elementor-element-892f03a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-173 .elementor-element.elementor-element-1f09697{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-173 .elementor-element.elementor-element-f6d5edb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-173 .elementor-element.elementor-element-95d473c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-173 .elementor-element.elementor-element-c9860c3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-173 .elementor-element.elementor-element-f663057{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-173 .elementor-element.elementor-element-0948dc3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-173 .elementor-element.elementor-element-448cdae{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-450025b *//* =====================================================
   FONT
===================================================== */

@import url(
  "https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap"
);


/* =====================================================
   VARIABLES
===================================================== */

:root {
  --seamc-midnight: #0d1423;
  --seamc-navy: #263552;
  --seamc-blue: #344361;

  --seamc-red: #c8203f;
  --seamc-deep-red: #9f1730;

  --seamc-coral: #f1877b;
  --seamc-peach: #ffb3a0;

  --seamc-white: #ffffff;
  --seamc-off-white: #f5f3f0;

  --seamc-grey: #a6adba;
  --seamc-dark-grey: #687180;

  --heading-font: "Inter Tight", sans-serif;
  --body-font: "Inter", sans-serif;

  --container: 1560px;
}


/* =====================================================
   RESET
===================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--seamc-midnight);
  color: var(--seamc-white);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 3px solid var(--seamc-peach);
  outline-offset: 4px;
}


/* =====================================================
   DYNAMIC EVENT HERO
===================================================== */

.event-page-hero {
  background: var(--seamc-midnight);
  color: var(--seamc-white);
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}


/* =====================================================
   BACKGROUND IMAGE
===================================================== */

.event-page-hero__media {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.event-page-hero__media > img {
  filter:
    saturate(0.68)
    contrast(1.06)
    brightness(0.7);
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  width: 100%;
}


/* =====================================================
   BACKGROUND OVERLAYS
===================================================== */

.event-page-hero__overlay {
  background:
    linear-gradient(
      90deg,
      rgba(8, 13, 23, 0.99) 0%,
      rgba(8, 13, 23, 0.95) 37%,
      rgba(8, 13, 23, 0.7) 62%,
      rgba(8, 13, 23, 0.2) 100%
    ),
    linear-gradient(
      0deg,
      rgba(8, 13, 23, 0.99) 0%,
      rgba(8, 13, 23, 0.12) 58%
    );
  inset: 0;
  position: absolute;
  z-index: 1;
}

.event-page-hero__colour {
  background:
    radial-gradient(
      circle at 81% 20%,
      rgba(241, 135, 123, 0.18),
      transparent 24%
    ),
    radial-gradient(
      circle at 14% 80%,
      rgba(200, 32, 63, 0.13),
      transparent 24%
    );
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}


/* =====================================================
   CONTAINER
===================================================== */

.event-page-hero__container {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  min-height: 100vh;
  padding: 32px 55px 0;
  position: relative;
  width: min(100%, var(--container));
  z-index: 2;
}


/* =====================================================
   TOP BAR
===================================================== */

.event-page-hero__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 55px;
}

.event-page-hero__brand {
  align-items: center;
  display: flex;
  gap: 17px;
}

.event-page-hero__brand-mark {
  align-items: center;
  background:
    linear-gradient(
      120deg,
      var(--seamc-navy),
      var(--seamc-red),
      var(--seamc-coral)
    );
  display: flex;
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  letter-spacing: -0.05em;
  width: 76px;
}

.event-page-hero__brand-name {
  border-left: 1px solid rgba(255, 255, 255, 0.27);
  display: flex;
  flex-direction: column;
  padding-left: 17px;
}

.event-page-hero__brand-name strong {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.event-page-hero__brand-name span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.55rem;
  margin-top: 3px;
}


/* =====================================================
   BREADCRUMB
===================================================== */

.event-page-hero__breadcrumb {
  align-items: center;
  display: flex;
  font-size: 0.5rem;
  font-weight: 600;
  gap: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.event-page-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.52);
  transition: color 180ms ease;
}

.event-page-hero__breadcrumb a:hover {
  color: var(--seamc-peach);
}

.event-page-hero__breadcrumb > span {
  color: rgba(255, 255, 255, 0.26);
}

.event-page-hero__breadcrumb > p {
  color: var(--seamc-peach);
}


/* =====================================================
   MAIN EVENT CONTENT
===================================================== */

.event-page-hero__content {
  margin: auto 0;
  max-width: 1120px;
  padding: 80px 0 250px;
}


/* EVENT LOGO */

.event-page-hero__event-logo {
  background: var(--seamc-white);
  display: inline-flex;
  margin-bottom: 28px;
  max-width: 350px;
  padding: 8px 14px;
}

.event-page-hero__event-logo img {
  height: 68px;
  object-fit: contain;
}


/* EVENT STATUS */

.event-page-hero__status {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-bottom: 22px;
}

.event-page-hero__status > i {
  background: #21a66b;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(33, 166, 107, 0.14);
  height: 7px;
  width: 7px;
}

.event-page-hero__status > span {
  color: var(--seamc-white);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.event-page-hero__status > p {
  border-left: 1px solid rgba(255, 255, 255, 0.27);
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.51rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  margin-left: 5px;
  padding-left: 16px;
  text-transform: uppercase;
}


/* EVENT TITLE */

.event-page-hero h1 {
  font-family: var(--heading-font);
  font-size: clamp(4.8rem, 7.5vw, 8.5rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.89;
  max-width: 1100px;
}

.event-page-hero h1 > span {
  background:
    linear-gradient(
      90deg,
      var(--seamc-peach),
      var(--seamc-coral),
      var(--seamc-red)
    );
  background-clip: text;
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* TAGLINE */

.event-page-hero__tagline {
  color: var(--seamc-white);
  font-family: var(--heading-font);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  margin-top: 24px;
}


/* DESCRIPTION */

.event-page-hero__description {
  color: rgba(255, 255, 255, 0.63);
  font-size: 0.78rem;
  line-height: 1.85;
  margin-top: 16px;
  max-width: 650px;
}


/* =====================================================
   EVENT BUTTONS
===================================================== */

.event-page-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.event-hero-button {
  align-items: center;
  display: inline-flex;
  font-size: 0.59rem;
  font-weight: 700;
  gap: 29px;
  justify-content: center;
  letter-spacing: 0.11em;
  min-height: 59px;
  padding: 0 27px;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.event-hero-button:hover {
  transform: translateY(-3px);
}

.event-hero-button--primary {
  background: var(--seamc-red);
  border: 1px solid var(--seamc-red);
}

.event-hero-button--primary:hover {
  background: var(--seamc-deep-red);
  border-color: var(--seamc-deep-red);
}

.event-hero-button--secondary {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.event-hero-button--secondary:hover {
  background: var(--seamc-white);
  border-color: var(--seamc-white);
  color: var(--seamc-midnight);
}


/* =====================================================
   EVENT INFORMATION
===================================================== */

.event-page-hero__information {
  backdrop-filter: blur(15px);
  background: rgba(18, 26, 43, 0.86);
  bottom: 62px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  left: 55px;
  position: absolute;
  right: 55px;
}

.event-core-detail {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  min-height: 125px;
  padding: 25px 27px;
}

.event-core-detail:last-child {
  border-right: 0;
}

.event-core-detail > span {
  color: var(--seamc-peach);
  display: block;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.event-core-detail > strong {
  display: block;
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1.5;
}

.event-core-detail--accent {
  background:
    linear-gradient(
      135deg,
      var(--seamc-red),
      var(--seamc-deep-red)
    );
}


/* =====================================================
   SCROLL INDICATOR
===================================================== */

.event-page-hero__scroll {
  align-items: center;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.52);
  display: flex;
  font-size: 0.48rem;
  font-weight: 700;
  gap: 13px;
  left: 55px;
  letter-spacing: 0.12em;
  position: absolute;
  text-transform: uppercase;
}

.event-page-hero__scroll > i {
  color: var(--seamc-peach);
  font-style: normal;
}


/* =====================================================
   LARGE LAPTOP
===================================================== */

@media (max-width: 1100px) {
  .event-page-hero {
    min-height: 1100px;
  }

  .event-page-hero__container {
    min-height: 1100px;
  }

  .event-page-hero__content {
    padding-bottom: 330px;
  }

  .event-page-hero__information {
    grid-template-columns: repeat(2, 1fr);
  }

  .event-core-detail:nth-child(2) {
    border-right: 0;
  }

  .event-core-detail:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 850px) {
  .event-page-hero__container {
    padding-inline: 30px;
  }

  .event-page-hero__breadcrumb {
    display: none;
  }

  .event-page-hero__information {
    left: 30px;
    right: 30px;
  }

  .event-page-hero__scroll {
    left: 30px;
  }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 580px) {
  .event-page-hero {
    min-height: 1350px;
  }

  .event-page-hero__media > img {
    object-position: 72% center;
  }

  .event-page-hero__overlay {
    background:
      linear-gradient(
        0deg,
        rgba(8, 13, 23, 1) 0%,
        rgba(8, 13, 23, 0.96) 58%,
        rgba(8, 13, 23, 0.38) 100%
      );
  }

  .event-page-hero__container {
    min-height: 1350px;
    padding: 22px 18px 0;
  }

  .event-page-hero__brand-name {
    display: none;
  }

  .event-page-hero__content {
    padding: 120px 0 580px;
  }

  .event-page-hero__event-logo {
    max-width: 260px;
  }

  .event-page-hero__event-logo img {
    height: 52px;
  }

  .event-page-hero h1 {
    font-size: clamp(4rem, 19vw, 5.8rem);
  }

  .event-page-hero__status > p {
    border-left: 0;
    flex-basis: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .event-page-hero__actions {
    display: grid;
  }

  .event-hero-button {
    width: 100%;
  }

  .event-page-hero__information {
    bottom: 55px;
    grid-template-columns: 1fr;
    left: 18px;
    right: 18px;
  }

  .event-core-detail,
  .event-core-detail:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 0;
    min-height: 100px;
  }

  .event-page-hero__scroll {
    bottom: 18px;
    left: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0aada9e *//* =====================================================
   PAGE 3 — SECTION 2: EVENT OVERVIEW
===================================================== */

.event-overview {
  background: var(--seamc-off-white);
  color: var(--seamc-midnight);
  padding: 145px 0;
}

.event-overview__container {
  margin-inline: auto;
  width: min(calc(100% - 110px), var(--container));
}


/* =====================================================
   SECTION HEADER
===================================================== */

.event-overview__header {
  align-items: end;
  display: grid;
  gap: clamp(35px, 5vw, 80px);
  grid-template-columns: 70px minmax(450px, 1fr) 340px;
  margin-bottom: 80px;
}

.event-overview__number {
  color: var(--seamc-red);
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 8px;
}

.event-overview__eyebrow {
  color: var(--seamc-red);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 19px;
  text-transform: uppercase;
}

.event-overview__heading h2 {
  font-family: var(--heading-font);
  font-size: clamp(3.4rem, 5.2vw, 6.2rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.event-overview__heading h2 > span {
  color: var(--seamc-red);
  display: block;
}

.event-overview__introduction > p {
  color: var(--seamc-dark-grey);
  font-size: 0.77rem;
  line-height: 1.85;
}


/* =====================================================
   EVENT STORY
===================================================== */

.event-overview__story {
  display: grid;
  gap: 10px;
  grid-template-columns: 1.25fr 0.75fr;
}


/* EVENT IMAGE */

.event-overview__visual {
  height: 680px;
  overflow: hidden;
  position: relative;
}

.event-overview__visual > img {
  filter:
    saturate(0.68)
    contrast(1.03);
  height: 100%;
  object-fit: cover;
  transition:
    filter 500ms ease,
    transform 750ms ease;
}

.event-overview__visual:hover > img {
  filter: saturate(1);
  transform: scale(1.02);
}

.event-overview__visual-overlay {
  background:
    linear-gradient(
      0deg,
      rgba(9, 14, 25, 0.9),
      transparent 62%
    );
  inset: 0;
  position: absolute;
}

.event-overview__visual-copy {
  bottom: 40px;
  color: var(--seamc-white);
  left: 40px;
  max-width: 650px;
  position: absolute;
  right: 40px;
}

.event-overview__visual-copy > span {
  color: var(--seamc-peach);
  display: block;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.event-overview__visual-copy h3 {
  font-family: var(--heading-font);
  font-size: clamp(3rem, 4.5vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.97;
}


/* EVENT PURPOSE */

.event-overview__purpose {
  background:
    linear-gradient(
      145deg,
      var(--seamc-red),
      var(--seamc-deep-red)
    );
  color: var(--seamc-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 680px;
  padding: 38px;
}

.event-overview__purpose-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.event-overview__purpose-top > span {
  color: var(--seamc-peach);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-overview__purpose-top > div {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  font-family: var(--heading-font);
  font-size: 0.73rem;
  font-weight: 700;
  height: 44px;
  justify-content: center;
  width: 52px;
}

.event-overview__purpose blockquote {
  font-family: var(--heading-font);
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.event-overview__purpose-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.29);
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
}

.event-overview__purpose-bottom > span {
  color: var(--seamc-peach);
  font-size: 0.51rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.event-overview__purpose-bottom > p {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.49rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}


/* =====================================================
   EVENT EXPERIENCE
===================================================== */

.event-overview__experience {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 10px;
}

.event-experience-item {
  background: var(--seamc-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 330px;
  padding: 28px;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.event-experience-item:hover {
  background: var(--seamc-midnight);
  color: var(--seamc-white);
  transform: translateY(-4px);
}

.event-experience-item--accent {
  background: var(--seamc-navy);
  color: var(--seamc-white);
}

.event-experience-item__number {
  color: var(--seamc-red);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.event-experience-item--accent .event-experience-item__number,
.event-experience-item:hover .event-experience-item__number {
  color: var(--seamc-peach);
}

.event-experience-item__label {
  color: var(--seamc-red);
  display: block;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.event-experience-item--accent .event-experience-item__label,
.event-experience-item:hover .event-experience-item__label {
  color: var(--seamc-peach);
}

.event-experience-item h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.6rem, 2.3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.event-experience-item p {
  color: var(--seamc-dark-grey);
  font-size: 0.64rem;
  line-height: 1.75;
  margin-top: 15px;
}

.event-experience-item--accent p,
.event-experience-item:hover p {
  color: rgba(255, 255, 255, 0.57);
}


/* =====================================================
   EVENT AUDIENCE
===================================================== */

.event-overview__audience {
  align-items: start;
  border-bottom: 1px solid rgba(13, 20, 35, 0.17);
  border-top: 1px solid rgba(13, 20, 35, 0.17);
  display: grid;
  gap: 80px;
  grid-template-columns: 0.75fr 1.25fr;
  margin-top: 90px;
  padding: 60px 0;
}

.event-overview__audience-heading > span {
  color: var(--seamc-red);
  display: block;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.event-overview__audience-heading h3 {
  font-family: var(--heading-font);
  font-size: clamp(2.5rem, 3.8vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.event-overview__audience-list {
  border-left: 1px solid rgba(13, 20, 35, 0.15);
  border-top: 1px solid rgba(13, 20, 35, 0.15);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.event-overview__audience-list > span {
  border-bottom: 1px solid rgba(13, 20, 35, 0.15);
  border-right: 1px solid rgba(13, 20, 35, 0.15);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  min-height: 82px;
  padding: 30px 25px;
  text-transform: uppercase;
}


/* =====================================================
   LARGE LAPTOP
===================================================== */

@media (max-width: 1150px) {
  .event-overview__header {
    grid-template-columns: 55px 1fr;
  }

  .event-overview__introduction {
    grid-column: 2;
    max-width: 520px;
  }

  .event-overview__experience {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 850px) {
  .event-overview {
    padding: 105px 0;
  }

  .event-overview__container {
    width: min(calc(100% - 48px), var(--container));
  }

  .event-overview__header {
    gap: 25px;
    grid-template-columns: 1fr;
  }

  .event-overview__number {
    border-top: 1px solid rgba(13, 20, 35, 0.17);
    padding-top: 15px;
    width: 60px;
  }

  .event-overview__introduction {
    grid-column: auto;
  }

  .event-overview__story {
    grid-template-columns: 1fr;
  }

  .event-overview__visual {
    height: 580px;
  }

  .event-overview__purpose {
    min-height: 560px;
  }

  .event-overview__audience {
    grid-template-columns: 1fr;
  }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 580px) {
  .event-overview {
    padding: 80px 0;
  }

  .event-overview__container {
    width: min(calc(100% - 32px), var(--container));
  }

  .event-overview__heading h2 {
    font-size: clamp(3.1rem, 14vw, 4.6rem);
  }

  .event-overview__visual {
    height: 480px;
  }

  .event-overview__visual-copy {
    bottom: 25px;
    left: 22px;
    right: 22px;
  }

  .event-overview__visual-copy h3 {
    font-size: 2.8rem;
  }

  .event-overview__purpose {
    min-height: 520px;
    padding: 28px 23px;
  }

  .event-overview__experience {
    grid-template-columns: 1fr;
  }

  .event-experience-item {
    min-height: 280px;
  }

  .event-overview__audience-list {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f10bf2c *//* ======================================================
   SECTION 03 — COMPETITION CATEGORIES & ELIGIBILITY
====================================================== */

.event-categories {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(100px, 10vw, 180px) 0;
  color: var(--seamc-white);
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(200, 32, 63, 0.16),
      transparent 29%
    ),
    linear-gradient(135deg, #0a101c 0%, #111b2d 55%, #0b1220 100%);
}

.event-categories::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.85),
    transparent 86%
  );
}

.event-categories__glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(1px);
}

.event-categories__glow--one {
  top: -240px;
  right: -160px;
  width: 620px;
  height: 620px;
  background: radial-gradient(
    circle,
    rgba(241, 135, 123, 0.18),
    transparent 68%
  );
}

.event-categories__glow--two {
  bottom: 80px;
  left: -260px;
  width: 560px;
  height: 560px;
  background: radial-gradient(
    circle,
    rgba(52, 67, 97, 0.5),
    transparent 70%
  );
}

.event-categories__inner {
  position: relative;
  z-index: 1;
}

/* Header */

.event-categories__header {
  display: grid;
  grid-template-columns: 72px minmax(0, 1.3fr) minmax(280px, 0.65fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: end;
  margin-bottom: clamp(60px, 7vw, 110px);
}

.event-categories__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--seamc-peach);
  font-family: var(--heading-font);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.event-kicker--light {
  color: var(--seamc-peach);
}

.event-categories__heading h2 {
  max-width: 860px;
  margin: 18px 0 0;
  color: var(--seamc-white);
  font-family: var(--heading-font);
  font-size: clamp(3rem, 5.5vw, 6.7rem);
  font-weight: 650;
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.event-categories__heading h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(
    100deg,
    var(--seamc-coral),
    var(--seamc-peach)
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.event-categories__intro {
  max-width: 480px;
  margin: 0;
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(0.96rem, 1.1vw, 1.08rem);
  line-height: 1.85;
}

/* Category directory */

.category-directory {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.category-row {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(260px, 1fr) auto 58px;
  gap: 28px;
  align-items: center;
  min-height: 144px;
  padding: 26px 4px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition:
    padding 0.4s ease,
    border-color 0.4s ease;
}

.category-row::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0;
  background:
    linear-gradient(
      90deg,
      rgba(200, 32, 63, 0.12),
      rgba(241, 135, 123, 0.04) 58%,
      transparent
    );
  transform: translateX(-12%);
  transition:
    opacity 0.4s ease,
    transform 0.5s ease;
}

.category-row:hover {
  padding-right: 20px;
  padding-left: 20px;
  border-color: rgba(255, 179, 160, 0.42);
}

.category-row:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.category-row__index {
  color: rgba(255, 255, 255, 0.33);
  font-family: var(--heading-font);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.category-row__label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.category-row__content h3 {
  margin: 0;
  color: var(--seamc-white);
  font-family: var(--heading-font);
  font-size: clamp(1.65rem, 2.6vw, 3rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
}

.category-row__divisions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.category-row__divisions span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.category-row:hover .category-row__divisions span {
  color: var(--seamc-white);
  border-color: rgba(255, 179, 160, 0.32);
  background: rgba(255, 255, 255, 0.04);
}

.category-row__icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.category-row__icon svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-row:hover .category-row__icon {
  color: var(--seamc-midnight);
  border-color: var(--seamc-peach);
  background: var(--seamc-peach);
  transform: rotate(-35deg);
}

/* Eligibility panel */

.eligibility-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(460px, 1.28fr);
  margin-top: clamp(70px, 8vw, 130px);
  color: var(--seamc-midnight);
  background: var(--seamc-off-white);
}

.eligibility-panel__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(40px, 5vw, 82px);
  border-right: 1px solid rgba(13, 20, 35, 0.12);
}

.eligibility-panel__title h3 {
  max-width: 500px;
  margin: 20px 0 24px;
  color: var(--seamc-midnight);
  font-family: var(--heading-font);
  font-size: clamp(2.35rem, 4vw, 4.8rem);
  font-weight: 650;
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.eligibility-panel__title p {
  max-width: 490px;
  margin: 0;
  color: var(--seamc-dark-grey);
  font-size: 0.98rem;
  line-height: 1.8;
}

.eligibility-panel__link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 48px;
  color: var(--seamc-red);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.eligibility-panel__link svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}

.eligibility-panel__link:hover svg {
  transform: translateX(6px);
}

.eligibility-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eligibility-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 18px;
  min-height: 210px;
  padding: clamp(34px, 4vw, 58px);
  border-right: 1px solid rgba(13, 20, 35, 0.1);
  border-bottom: 1px solid rgba(13, 20, 35, 0.1);
  transition:
    color 0.35s ease,
    background 0.35s ease;
}

.eligibility-item:nth-child(2n) {
  border-right: 0;
}

.eligibility-item:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.eligibility-item:hover {
  color: var(--seamc-white);
  background: var(--seamc-navy);
}

.eligibility-item__mark {
  color: var(--seamc-red);
  font-family: var(--heading-font);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.eligibility-item:hover .eligibility-item__mark {
  color: var(--seamc-peach);
}

.eligibility-item h4 {
  margin: 0 0 14px;
  font-family: var(--heading-font);
  font-size: clamp(1.15rem, 1.6vw, 1.5rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.eligibility-item p {
  margin: 0;
  color: var(--seamc-dark-grey);
  font-size: 0.86rem;
  line-height: 1.7;
  transition: color 0.35s ease;
}

.eligibility-item:hover p {
  color: rgba(255, 255, 255, 0.66);
}

/* Notice */

.category-notice {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 26px;
  padding: 26px 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(15px);
}

.category-notice__icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 179, 160, 0.38);
  border-radius: 50%;
  color: var(--seamc-peach);
  font-family: var(--heading-font);
  font-size: 0.8rem;
  font-weight: 800;
}

.category-notice__copy span {
  display: block;
  margin-bottom: 5px;
  color: var(--seamc-white);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-notice__copy p {
  max-width: 900px;
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  line-height: 1.65;
}

.category-notice__status {
  padding: 10px 14px;
  border: 1px solid rgba(255, 179, 160, 0.25);
  color: var(--seamc-peach);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Responsive */

@media (max-width: 1100px) {
  .event-categories__header {
    grid-template-columns: 62px 1fr;
  }

  .event-categories__intro {
    grid-column: 2;
    max-width: 650px;
  }

  .eligibility-panel {
    grid-template-columns: 1fr;
  }

  .eligibility-panel__title {
    border-right: 0;
    border-bottom: 1px solid rgba(13, 20, 35, 0.12);
  }

  .eligibility-panel__link {
    margin-top: 36px;
    padding-top: 0;
  }
}

@media (max-width: 800px) {
  .event-categories__header {
    grid-template-columns: 1fr;
  }

  .event-categories__number {
    width: 50px;
    height: 50px;
  }

  .event-categories__intro {
    grid-column: auto;
    padding-left: 18px;
  }

  .category-row {
    grid-template-columns: 40px minmax(0, 1fr) 46px;
    gap: 14px;
  }

  .category-row__divisions {
    grid-column: 2 / -1;
    grid-row: 2;
    justify-content: flex-start;
  }

  .category-row__icon {
    grid-column: 3;
    grid-row: 1;
    width: 42px;
    height: 42px;
  }

  .eligibility-list {
    grid-template-columns: 1fr;
  }

  .eligibility-item,
  .eligibility-item:nth-child(2n),
  .eligibility-item:nth-last-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 20, 35, 0.1);
  }

  .eligibility-item:last-child {
    border-bottom: 0;
  }

  .category-notice {
    grid-template-columns: 46px 1fr;
  }

  .category-notice__status {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .event-categories {
    padding: 88px 0;
  }

  .event-categories__heading h2 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .category-row {
    min-height: 140px;
  }

  .category-row__index {
    align-self: start;
    padding-top: 4px;
  }

  .category-row__divisions span {
    min-height: 32px;
    padding: 7px 10px;
    font-size: 0.58rem;
  }

  .eligibility-panel__title,
  .eligibility-item {
    padding: 34px 24px;
  }

  .category-notice {
    padding: 22px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de367c3 *//* ======================================================
   SECTION 04 — EVENT PROGRAMME
====================================================== */

.event-programme {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 10vw, 180px) 0;
  color: var(--seamc-midnight);
  background:
    linear-gradient(
      90deg,
      transparent 0,
      transparent calc(50% - 1px),
      rgba(13, 20, 35, 0.035) 50%,
      transparent calc(50% + 1px)
    ),
    var(--seamc-off-white);
}

.event-programme::before {
  position: absolute;
  top: -180px;
  right: -220px;
  width: 560px;
  height: 560px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(200, 32, 63, 0.1);
  border-radius: 50%;
}

.event-programme::after {
  position: absolute;
  top: -90px;
  right: -130px;
  width: 380px;
  height: 380px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(200, 32, 63, 0.08);
  border-radius: 50%;
}

/* Header */

.programme-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px minmax(0, 1.25fr) minmax(290px, 0.65fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: end;
  margin-bottom: clamp(60px, 7vw, 105px);
}

.programme-header__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(13, 20, 35, 0.18);
  border-radius: 50%;
  color: var(--seamc-red);
  font-family: var(--heading-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.programme-header__title h2 {
  max-width: 850px;
  margin: 18px 0 0;
  color: var(--seamc-midnight);
  font-family: var(--heading-font);
  font-size: clamp(3rem, 5.5vw, 6.7rem);
  font-weight: 650;
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.programme-header__title h2 span {
  display: block;
  color: var(--seamc-red);
}

.programme-header__aside {
  padding-left: 26px;
  border-left: 1px solid rgba(13, 20, 35, 0.14);
}

.programme-header__aside > p {
  margin: 0;
  color: var(--seamc-dark-grey);
  font-size: 0.95rem;
  line-height: 1.8;
}

.programme-header__meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(13, 20, 35, 0.12);
}

.programme-header__meta span,
.programme-header__meta strong {
  display: block;
}

.programme-header__meta span {
  margin-bottom: 7px;
  color: var(--seamc-dark-grey);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.programme-header__meta strong {
  font-family: var(--heading-font);
  font-size: 0.95rem;
}

/* Day switcher */

.programme-switcher {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(13, 20, 35, 0.14);
  background: var(--seamc-white);
}

.programme-switcher__button {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px 28px;
  min-height: 205px;
  padding: clamp(28px, 3vw, 48px);
  overflow: hidden;
  border: 0;
  border-right: 1px solid rgba(13, 20, 35, 0.12);
  color: var(--seamc-midnight);
  text-align: left;
  cursor: pointer;
  background: transparent;
  transition:
    color 0.4s ease,
    background 0.4s ease;
}

.programme-switcher__button:last-child {
  border-right: 0;
}

.programme-switcher__button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
  background: linear-gradient(
    90deg,
    var(--seamc-red),
    var(--seamc-coral)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.programme-switcher__button:hover,
.programme-switcher__button.is-active {
  color: var(--seamc-white);
  background: var(--seamc-midnight);
}

.programme-switcher__button.is-active::after {
  transform: scaleX(1);
}

.programme-switcher__count {
  grid-column: 1 / -1;
  color: var(--seamc-red);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.programme-switcher__button:hover .programme-switcher__count,
.programme-switcher__button.is-active .programme-switcher__count {
  color: var(--seamc-peach);
}

.programme-switcher__date {
  display: flex;
  align-items: center;
  gap: 14px;
}

.programme-switcher__date strong {
  font-family: var(--heading-font);
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  font-weight: 650;
  line-height: 0.8;
  letter-spacing: -0.06em;
}

.programme-switcher__date small {
  max-width: 70px;
  color: var(--seamc-dark-grey);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.programme-switcher__button:hover .programme-switcher__date small,
.programme-switcher__button.is-active .programme-switcher__date small {
  color: rgba(255, 255, 255, 0.55);
}

.programme-switcher__theme {
  align-self: end;
  justify-self: end;
  max-width: 120px;
  color: var(--seamc-dark-grey);
  font-size: 0.69rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
  text-transform: uppercase;
}

.programme-switcher__button:hover .programme-switcher__theme,
.programme-switcher__button.is-active .programme-switcher__theme {
  color: rgba(255, 255, 255, 0.65);
}

/* Programme day */

.programme-content {
  position: relative;
  z-index: 1;
}

.programme-day {
  animation: programmeReveal 0.55s ease both;
}

.programme-day[hidden] {
  display: none;
}

@keyframes programmeReveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.programme-day__intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(300px, 1.3fr);
  gap: clamp(40px, 7vw, 120px);
  align-items: end;
  padding: clamp(52px, 6vw, 90px) 0;
  border-bottom: 1px solid rgba(13, 20, 35, 0.14);
}

.programme-day__identity span,
.programme-day__identity strong,
.programme-day__identity small {
  display: block;
}

.programme-day__identity span {
  margin-bottom: 15px;
  color: var(--seamc-red);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.programme-day__identity strong {
  font-family: var(--heading-font);
  font-size: clamp(2.8rem, 5vw, 6rem);
  font-weight: 650;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.programme-day__identity small {
  margin-top: 17px;
  color: var(--seamc-dark-grey);
  font-size: 0.76rem;
  font-weight: 600;
}

.programme-day__intro > p {
  max-width: 700px;
  margin: 0;
  color: var(--seamc-dark-grey);
  font-family: var(--heading-font);
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.45;
  letter-spacing: -0.025em;
}

/* Timeline */

.programme-session {
  position: relative;
  display: grid;
  grid-template-columns: 145px 28px minmax(0, 1fr) 110px;
  gap: clamp(18px, 3vw, 48px);
  align-items: start;
  padding: clamp(38px, 5vw, 68px) 0;
  border-bottom: 1px solid rgba(13, 20, 35, 0.14);
}

.programme-session__time span,
.programme-session__time small {
  display: block;
}

.programme-session__time span {
  margin-bottom: 8px;
  color: var(--seamc-midnight);
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 700;
}

.programme-session__time small {
  color: var(--seamc-dark-grey);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.programme-session__marker {
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 100%;
}

.programme-session__marker::after {
  position: absolute;
  top: 17px;
  bottom: calc(-1 * clamp(38px, 5vw, 68px) - 1px);
  left: 50%;
  width: 1px;
  content: "";
  background: rgba(13, 20, 35, 0.15);
}

.programme-session:last-child .programme-session__marker::after {
  display: none;
}

.programme-session__marker span {
  position: relative;
  z-index: 1;
  width: 13px;
  height: 13px;
  margin-top: 3px;
  border: 3px solid var(--seamc-off-white);
  border-radius: 50%;
  background: var(--seamc-red);
  box-shadow: 0 0 0 1px var(--seamc-red);
}

.programme-session--featured .programme-session__marker span {
  background: var(--seamc-coral);
  box-shadow:
    0 0 0 1px var(--seamc-coral),
    0 0 0 7px rgba(241, 135, 123, 0.13);
}

.programme-session__type {
  display: block;
  margin-bottom: 13px;
  color: var(--seamc-red);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.programme-session__content h3 {
  margin: 0;
  color: var(--seamc-midnight);
  font-family: var(--heading-font);
  font-size: clamp(1.65rem, 2.5vw, 3rem);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.programme-session__content p {
  max-width: 740px;
  margin: 18px 0 0;
  color: var(--seamc-dark-grey);
  font-size: 0.91rem;
  line-height: 1.75;
}

.programme-session__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 23px;
}

.programme-session__tags span {
  padding: 8px 12px;
  border: 1px solid rgba(13, 20, 35, 0.14);
  color: var(--seamc-dark-grey);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.programme-session__status {
  justify-self: end;
  padding: 9px 11px;
  border: 1px solid rgba(200, 32, 63, 0.2);
  color: var(--seamc-red);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* Footer */

.programme-footer {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(42px, 5vw, 76px);
  padding: 28px 30px;
  color: var(--seamc-white);
  background: var(--seamc-midnight);
}

.programme-footer__notice {
  display: flex;
  gap: 17px;
  align-items: center;
}

.programme-footer__symbol {
  display: grid;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 179, 160, 0.35);
  border-radius: 50%;
  color: var(--seamc-peach);
  font-family: var(--heading-font);
  font-size: 0.76rem;
  font-weight: 800;
}

.programme-footer__notice p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
  line-height: 1.65;
}

.programme-footer__button {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  color: var(--seamc-midnight);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--seamc-peach);
  transition:
    color 0.3s ease,
    background 0.3s ease;
}

.programme-footer__button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}

.programme-footer__button:hover {
  color: var(--seamc-white);
  background: var(--seamc-red);
}

.programme-footer__button:hover svg {
  transform: translateX(5px);
}

/* Responsive */

@media (max-width: 1100px) {
  .programme-header {
    grid-template-columns: 62px 1fr;
  }

  .programme-header__aside {
    grid-column: 2;
    max-width: 700px;
  }

  .programme-switcher__button {
    grid-template-columns: 1fr;
  }

  .programme-switcher__theme {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 800px) {
  .programme-header {
    grid-template-columns: 1fr;
  }

  .programme-header__aside {
    grid-column: auto;
  }

  .programme-switcher {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .programme-switcher__button {
    flex: 0 0 78%;
    min-height: 180px;
    border-right: 1px solid rgba(13, 20, 35, 0.12);
    scroll-snap-align: start;
  }

  .programme-day__intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .programme-session {
    grid-template-columns: 100px 22px minmax(0, 1fr);
  }

  .programme-session__status {
    grid-column: 3;
    justify-self: start;
    margin-top: 18px;
  }

  .programme-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .event-programme {
    padding: 88px 0;
  }

  .programme-header__title h2 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .programme-header__meta {
    grid-template-columns: 1fr;
  }

  .programme-switcher__button {
    flex-basis: 88%;
    padding: 28px 22px;
  }

  .programme-session {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 17px;
  }

  .programme-session__time {
    grid-column: 2;
    margin-bottom: 5px;
  }

  .programme-session__marker {
    grid-column: 1;
    grid-row: 1 / span 3;
  }

  .programme-session__content {
    grid-column: 2;
  }

  .programme-session__status {
    grid-column: 2;
  }

  .programme-footer {
    padding: 24px 20px;
  }

  .programme-footer__button {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de1cad2 *//* ======================================================
   SECTION 05 — TRAINERS & JUDGES
====================================================== */

.event-experts {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(100px, 10vw, 180px) 0;
  color: var(--seamc-white);
  background:
    radial-gradient(
      circle at 12% 16%,
      rgba(52, 67, 97, 0.48),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      #080e19 0%,
      var(--seamc-midnight) 48%,
      #111b2c 100%
    );
}

.event-experts::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  opacity: 0.38;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.028) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.028) 1px,
      transparent 1px
    );
  background-size: 100px 100px;
}

.event-experts::after {
  position: absolute;
  top: -330px;
  right: -280px;
  z-index: -1;
  width: 750px;
  height: 750px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 179, 160, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(255, 179, 160, 0.018),
    0 0 0 180px rgba(255, 179, 160, 0.012);
}

.event-experts__ambient {
  position: absolute;
  right: 8%;
  bottom: 8%;
  z-index: -1;
  width: 470px;
  height: 470px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(200, 32, 63, 0.14),
    transparent 70%
  );
}

/* Header */

.experts-header {
  display: grid;
  grid-template-columns: 72px minmax(0, 1.25fr) minmax(290px, 0.65fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: end;
  margin-bottom: clamp(68px, 8vw, 120px);
}

.experts-header__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--seamc-peach);
  font-family: var(--heading-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.experts-header__title h2 {
  max-width: 920px;
  margin: 18px 0 0;
  color: var(--seamc-white);
  font-family: var(--heading-font);
  font-size: clamp(3rem, 5.5vw, 6.7rem);
  font-weight: 650;
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.experts-header__title h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(
    100deg,
    var(--seamc-coral),
    var(--seamc-peach)
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.experts-header__aside {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.experts-header__aside > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  line-height: 1.85;
}

.experts-header__status {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.experts-header__status-dot {
  position: relative;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--seamc-coral);
}

.experts-header__status-dot::after {
  position: absolute;
  inset: -5px;
  content: "";
  border: 1px solid rgba(241, 135, 123, 0.35);
  border-radius: 50%;
}

.experts-header__status small,
.experts-header__status strong {
  display: block;
}

.experts-header__status small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.experts-header__status strong {
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.78rem;
}

/* Introduction */

.experts-introduction {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(500px, 1.28fr);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.experts-introduction__statement {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  padding: clamp(38px, 5vw, 72px);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.experts-introduction__statement > span {
  color: var(--seamc-peach);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.experts-introduction__statement p {
  max-width: 560px;
  margin: 80px 0 0;
  color: var(--seamc-white);
  font-family: var(--heading-font);
  font-size: clamp(1.6rem, 2.7vw, 3.25rem);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.experts-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.expert-principle {
  min-height: 400px;
  padding: clamp(32px, 3.5vw, 54px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  transition:
    color 0.35s ease,
    background 0.35s ease;
}

.expert-principle:last-child {
  border-right: 0;
}

.expert-principle:hover {
  color: var(--seamc-midnight);
  background: var(--seamc-peach);
}

.expert-principle > span {
  display: block;
  margin-bottom: clamp(70px, 8vw, 125px);
  color: var(--seamc-coral);
  font-family: var(--heading-font);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.expert-principle:hover > span {
  color: var(--seamc-deep-red);
}

.expert-principle h3 {
  margin: 0 0 17px;
  font-family: var(--heading-font);
  font-size: clamp(1.15rem, 1.5vw, 1.55rem);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.expert-principle p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.79rem;
  line-height: 1.7;
  transition: color 0.35s ease;
}

.expert-principle:hover p {
  color: rgba(13, 20, 35, 0.7);
}

/* Expert profile grid */

.expert-profile-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.925fr 0.925fr;
  gap: 1px;
  margin-top: clamp(80px, 9vw, 140px);
  background: rgba(255, 255, 255, 0.14);
}

.expert-profile {
  min-width: 0;
  background: var(--seamc-midnight);
}

.expert-profile__media {
  position: relative;
  height: clamp(430px, 43vw, 680px);
  overflow: hidden;
  background:
    linear-gradient(
      150deg,
      var(--seamc-blue),
      #101a2b 65%
    );
}

.expert-profile:not(.expert-profile--large) .expert-profile__media {
  height: clamp(390px, 38vw, 590px);
}

.expert-profile__media::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(8, 14, 25, 0.75),
      transparent 45%
    );
}

.expert-profile__media::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 220px;
  height: 220px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 45px rgba(255, 255, 255, 0.018),
    0 0 0 90px rgba(255, 255, 255, 0.012);
}

.expert-profile__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.82);
  transition:
    filter 0.55s ease,
    transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.expert-profile:hover .expert-profile__media img {
  filter: saturate(1);
  transform: scale(1.035);
}

/*
  If an image path does not exist, the placeholder remains visible.
  After adding a real image, the image will cover this placeholder.
*/

.expert-profile__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 80%;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  transform: translate(-50%, -50%);
}

.expert-profile__placeholder span,
.expert-profile__placeholder strong {
  display: block;
}

.expert-profile__placeholder span {
  margin-bottom: 10px;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.expert-profile__placeholder strong {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--heading-font);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 550;
  letter-spacing: -0.04em;
}

.expert-profile__role {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 4;
  padding: 10px 13px;
  color: var(--seamc-midnight);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  background: var(--seamc-peach);
}

.expert-profile__information {
  min-height: 320px;
  padding: clamp(30px, 3.5vw, 52px);
}

.expert-profile__identity {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.expert-profile__identity > span {
  display: block;
  margin-bottom: 13px;
  color: var(--seamc-coral);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.expert-profile__identity h3 {
  margin: 0;
  color: var(--seamc-white);
  font-family: var(--heading-font);
  font-size: clamp(1.55rem, 2.5vw, 3rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
}

.expert-profile__details {
  padding-top: 26px;
}

.expert-profile__details > p {
  min-height: 70px;
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.8rem;
  line-height: 1.7;
}

.expert-profile__meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.expert-profile__meta span,
.expert-profile__meta small,
.expert-profile__meta strong {
  display: block;
}

.expert-profile__meta small {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.expert-profile__meta strong {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.7rem;
  line-height: 1.45;
}

/* Judging framework */

.judging-framework {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(600px, 1.28fr);
  margin-top: clamp(90px, 10vw, 160px);
  color: var(--seamc-midnight);
  background: var(--seamc-off-white);
}

.judging-framework__heading {
  padding: clamp(42px, 5vw, 80px);
  border-right: 1px solid rgba(13, 20, 35, 0.12);
}

.judging-framework__heading h3 {
  max-width: 500px;
  margin: 20px 0 26px;
  font-family: var(--heading-font);
  font-size: clamp(2.5rem, 4.3vw, 5.1rem);
  font-weight: 650;
  line-height: 0.93;
  letter-spacing: -0.06em;
}

.judging-framework__heading h3 span {
  display: block;
  color: var(--seamc-red);
}

.judging-framework__heading p {
  max-width: 460px;
  margin: 0;
  color: var(--seamc-dark-grey);
  font-size: 0.88rem;
  line-height: 1.75;
}

.judging-framework__criteria {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.judging-criterion {
  position: relative;
  min-height: 430px;
  padding: clamp(34px, 4vw, 58px);
  border-right: 1px solid rgba(13, 20, 35, 0.11);
  transition:
    color 0.4s ease,
    background 0.4s ease;
}

.judging-criterion:last-child {
  border-right: 0;
}

.judging-criterion:hover {
  color: var(--seamc-white);
  background: var(--seamc-navy);
}

.judging-criterion__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: clamp(100px, 11vw, 170px);
}

.judging-criterion__top > span {
  color: var(--seamc-red);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.judging-criterion__top svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: rgba(13, 20, 35, 0.3);
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.4s ease;
}

.judging-criterion:hover .judging-criterion__top svg {
  stroke: var(--seamc-peach);
}

.judging-criterion:hover .judging-criterion__top > span {
  color: var(--seamc-peach);
}

.judging-criterion h4 {
  margin: 0 0 17px;
  font-family: var(--heading-font);
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 650;
  letter-spacing: -0.035em;
}

.judging-criterion p {
  margin: 0;
  color: var(--seamc-dark-grey);
  font-size: 0.79rem;
  line-height: 1.7;
  transition: color 0.4s ease;
}

.judging-criterion:hover p {
  color: rgba(255, 255, 255, 0.62);
}

.judging-criterion__pending-label {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 10px;
  border: 1px solid rgba(200, 32, 63, 0.22);
  color: var(--seamc-red);
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.judging-criterion:hover .judging-criterion__pending-label {
  border-color: rgba(255, 179, 160, 0.3);
  color: var(--seamc-peach);
}

/* Announcement CTA */

.expert-announcement {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(36px, 5vw, 68px);
  background:
    linear-gradient(
      105deg,
      var(--seamc-deep-red),
      var(--seamc-red) 62%,
      #df5260
    );
}

.expert-announcement__eyebrow {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.expert-announcement h3 {
  max-width: 830px;
  margin: 0;
  color: var(--seamc-white);
  font-family: var(--heading-font);
  font-size: clamp(1.8rem, 3.2vw, 3.8rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.expert-announcement__button {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 20px;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 16px 24px;
  color: var(--seamc-midnight);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--seamc-white);
  transition:
    color 0.3s ease,
    background 0.3s ease;
}

.expert-announcement__button svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}

.expert-announcement__button:hover {
  color: var(--seamc-white);
  background: var(--seamc-midnight);
}

.expert-announcement__button:hover svg {
  transform: translateX(5px);
}

/* Responsive */

@media (max-width: 1180px) {
  .experts-header {
    grid-template-columns: 62px 1fr;
  }

  .experts-header__aside {
    grid-column: 2;
    max-width: 700px;
  }

  .experts-introduction {
    grid-template-columns: 1fr;
  }

  .experts-introduction__statement {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .experts-introduction__statement p {
    margin-top: 60px;
  }

  .expert-profile-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .expert-profile--large {
    grid-column: 1 / -1;
  }

  .expert-profile--large .expert-profile__media {
    height: 680px;
  }

  .judging-framework {
    grid-template-columns: 1fr;
  }

  .judging-framework__heading {
    border-right: 0;
    border-bottom: 1px solid rgba(13, 20, 35, 0.12);
  }
}

@media (max-width: 800px) {
  .experts-header {
    grid-template-columns: 1fr;
  }

  .experts-header__aside {
    grid-column: auto;
  }

  .experts-principles {
    grid-template-columns: 1fr;
  }

  .expert-principle {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .expert-principle:last-child {
    border-bottom: 0;
  }

  .expert-principle > span {
    margin-bottom: 55px;
  }

  .expert-profile-grid {
    grid-template-columns: 1fr;
  }

  .expert-profile--large {
    grid-column: auto;
  }

  .expert-profile__media,
  .expert-profile--large .expert-profile__media,
  .expert-profile:not(.expert-profile--large) .expert-profile__media {
    height: 560px;
  }

  .judging-framework__criteria {
    grid-template-columns: 1fr;
  }

  .judging-criterion {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 20, 35, 0.11);
  }

  .judging-criterion:last-child {
    border-bottom: 0;
  }

  .judging-criterion__top {
    margin-bottom: 75px;
  }

  .expert-announcement {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .event-experts {
    padding: 88px 0;
  }

  .experts-header__title h2 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .experts-introduction__statement,
  .expert-principle,
  .judging-framework__heading,
  .judging-criterion {
    padding: 34px 24px;
  }

  .expert-profile__media,
  .expert-profile--large .expert-profile__media,
  .expert-profile:not(.expert-profile--large) .expert-profile__media {
    height: 460px;
  }

  .expert-profile__information {
    padding: 30px 24px;
  }

  .expert-profile__meta {
    grid-template-columns: 1fr;
  }

  .expert-announcement {
    padding: 36px 24px;
  }

  .expert-announcement__button {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ee41f0 *//* ======================================================
   SECTION 06 — VENUE & PARTICIPANT INFORMATION
====================================================== */

.event-venue {
  position: relative;
  overflow: hidden;
  padding: clamp(100px, 10vw, 180px) 0;
  color: var(--seamc-midnight);
  background: var(--seamc-off-white);
}

.event-venue::before {
  position: absolute;
  top: -260px;
  left: -280px;
  width: 680px;
  height: 680px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(200, 32, 63, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(200, 32, 63, 0.018),
    0 0 0 180px rgba(200, 32, 63, 0.012);
}

/* Header */

.venue-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px minmax(0, 1.25fr) minmax(290px, 0.65fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: end;
  margin-bottom: clamp(65px, 8vw, 115px);
}

.venue-header__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(13, 20, 35, 0.18);
  border-radius: 50%;
  color: var(--seamc-red);
  font-family: var(--heading-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.venue-header__title h2 {
  max-width: 900px;
  margin: 18px 0 0;
  color: var(--seamc-midnight);
  font-family: var(--heading-font);
  font-size: clamp(3rem, 5.5vw, 6.7rem);
  font-weight: 650;
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.venue-header__title h2 span {
  display: block;
  color: var(--seamc-red);
}

.venue-header__aside {
  padding-left: 26px;
  border-left: 1px solid rgba(13, 20, 35, 0.14);
}

.venue-header__aside p {
  margin: 0;
  color: var(--seamc-dark-grey);
  font-size: 0.95rem;
  line-height: 1.8;
}

.venue-header__map-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  margin-top: 27px;
  color: var(--seamc-red);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.venue-header__map-link svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}

.venue-header__map-link:hover svg {
  transform: translateX(5px);
}

/* Main venue feature */

.venue-feature {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(380px, 0.65fr);
  min-height: 760px;
  background: var(--seamc-midnight);
}

.venue-feature__media {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background:
    linear-gradient(145deg, var(--seamc-blue), #111a29);
}

.venue-feature__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 700px;
  object-fit: cover;
  transition:
    filter 0.6s ease,
    transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.venue-feature:hover .venue-feature__media img {
  filter: saturate(1.05);
  transform: scale(1.025);
}

.venue-feature__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 80%;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  transform: translate(-50%, -50%);
}

.venue-feature__placeholder span,
.venue-feature__placeholder strong,
.venue-feature__placeholder small {
  display: block;
}

.venue-feature__placeholder span {
  margin-bottom: 14px;
  color: var(--seamc-coral);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.venue-feature__placeholder strong {
  color: var(--seamc-white);
  font-family: var(--heading-font);
  font-size: clamp(2.1rem, 4vw, 4.8rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
}

.venue-feature__placeholder small {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.7rem;
}

.venue-feature__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(8, 14, 25, 0.84),
      transparent 55%
    ),
    linear-gradient(
      to right,
      transparent 60%,
      rgba(8, 14, 25, 0.22)
    );
}

.venue-feature__label {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 3;
  padding: 11px 14px;
  color: var(--seamc-midnight);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--seamc-peach);
}

.venue-feature__caption {
  position: absolute;
  right: clamp(28px, 5vw, 70px);
  bottom: clamp(34px, 5vw, 70px);
  left: clamp(28px, 5vw, 70px);
  z-index: 3;
}

.venue-feature__caption span,
.venue-feature__caption strong {
  display: block;
}

.venue-feature__caption span {
  margin-bottom: 13px;
  color: var(--seamc-peach);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.venue-feature__caption strong {
  color: var(--seamc-white);
  font-family: var(--heading-font);
  font-size: clamp(3rem, 6vw, 7.5rem);
  font-weight: 600;
  line-height: 0.85;
  letter-spacing: -0.065em;
}

.venue-feature__information {
  display: flex;
  flex-direction: column;
  padding: clamp(42px, 5vw, 78px);
  color: var(--seamc-white);
}

.venue-feature__eyebrow {
  display: block;
  margin-bottom: 22px;
  color: var(--seamc-coral);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.venue-feature__top h3 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(2rem, 3.7vw, 4.3rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.venue-feature__top p {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.88rem;
  line-height: 1.8;
}

.venue-facts {
  margin-top: clamp(48px, 6vw, 85px);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.venue-fact {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 17px;
  padding: 21px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.venue-fact__number {
  color: var(--seamc-coral);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.venue-fact small,
.venue-fact strong {
  display: block;
}

.venue-fact small {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.venue-fact strong {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  line-height: 1.4;
}

.venue-feature__button {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: auto;
  padding: 15px 22px;
  color: var(--seamc-midnight);
  font-size: 0.67rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--seamc-peach);
  transition:
    color 0.3s ease,
    background 0.3s ease;
}

.venue-feature__button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}

.venue-feature__button:hover {
  color: var(--seamc-white);
  background: var(--seamc-red);
}

.venue-feature__button:hover svg {
  transform: translateX(5px);
}

/* Arrival guide */

.arrival-guide {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(650px, 1.28fr);
  margin-top: clamp(90px, 10vw, 160px);
  border-top: 1px solid rgba(13, 20, 35, 0.14);
  border-bottom: 1px solid rgba(13, 20, 35, 0.14);
}

.arrival-guide__heading {
  padding: clamp(42px, 5vw, 78px);
  border-right: 1px solid rgba(13, 20, 35, 0.14);
}

.arrival-guide__heading h3 {
  margin: 20px 0 25px;
  font-family: var(--heading-font);
  font-size: clamp(2.5rem, 4.4vw, 5.2rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.arrival-guide__heading h3 span {
  display: block;
  color: var(--seamc-red);
}

.arrival-guide__heading p {
  max-width: 450px;
  margin: 0;
  color: var(--seamc-dark-grey);
  font-size: 0.87rem;
  line-height: 1.75;
}

.arrival-guide__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.arrival-step {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding: clamp(35px, 4vw, 58px);
  border-right: 1px solid rgba(13, 20, 35, 0.12);
  transition:
    color 0.4s ease,
    background 0.4s ease;
}

.arrival-step:last-child {
  border-right: 0;
}

.arrival-step:hover {
  color: var(--seamc-white);
  background: var(--seamc-navy);
}

.arrival-step__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.arrival-step__top > span {
  color: var(--seamc-red);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.arrival-step__top svg {
  width: 43px;
  height: 43px;
  fill: none;
  stroke: rgba(13, 20, 35, 0.3);
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.4s ease;
}

.arrival-step:hover .arrival-step__top > span {
  color: var(--seamc-peach);
}

.arrival-step:hover .arrival-step__top svg {
  stroke: var(--seamc-peach);
}

.arrival-step__content {
  margin-top: auto;
}

.arrival-step__content h4 {
  margin: 0 0 18px;
  font-family: var(--heading-font);
  font-size: clamp(1.45rem, 2.2vw, 2.3rem);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.arrival-step__content p {
  margin: 0;
  color: var(--seamc-dark-grey);
  font-size: 0.79rem;
  line-height: 1.75;
  transition: color 0.4s ease;
}

.arrival-step:hover .arrival-step__content p {
  color: rgba(255, 255, 255, 0.62);
}

/* Participant information */

.participant-information {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  margin-top: clamp(90px, 10vw, 150px);
  background: var(--seamc-white);
  box-shadow: 0 30px 80px rgba(13, 20, 35, 0.07);
}

.participant-checklist,
.accommodation-block {
  padding: clamp(42px, 5vw, 78px);
}

.participant-checklist {
  border-right: 1px solid rgba(13, 20, 35, 0.12);
}

.participant-block__heading {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(13, 20, 35, 0.13);
}

.participant-block__heading > span {
  display: block;
  margin-bottom: 13px;
  color: var(--seamc-red);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.participant-block__heading h3 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(2rem, 3.2vw, 3.7rem);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.05em;
}

.participant-checklist__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.participant-checklist__list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(13, 20, 35, 0.1);
}

.participant-checklist__list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.participant-checklist__mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(200, 32, 63, 0.2);
  border-radius: 50%;
  color: var(--seamc-red);
}

.participant-checklist__mark svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.participant-checklist__list strong {
  display: block;
  margin-bottom: 7px;
  font-family: var(--heading-font);
  font-size: 1rem;
  letter-spacing: -0.015em;
}

.participant-checklist__list p {
  margin: 0;
  color: var(--seamc-dark-grey);
  font-size: 0.79rem;
  line-height: 1.65;
}

/* Accommodation */

.accommodation-block {
  color: var(--seamc-white);
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(200, 32, 63, 0.19),
      transparent 36%
    ),
    var(--seamc-midnight);
}

.accommodation-block .participant-block__heading {
  border-color: rgba(255, 255, 255, 0.13);
}

.accommodation-block .participant-block__heading > span {
  color: var(--seamc-peach);
}

.accommodation-block__content > p {
  margin: 32px 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.88rem;
  line-height: 1.75;
}

.accommodation-notice {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 35px;
  padding: 23px;
  border: 1px solid rgba(255, 179, 160, 0.2);
  background: rgba(255, 255, 255, 0.035);
}

.accommodation-notice__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 179, 160, 0.35);
  border-radius: 50%;
  color: var(--seamc-peach);
  font-family: var(--heading-font);
  font-size: 0.72rem;
  font-weight: 800;
}

.accommodation-notice strong {
  display: block;
  margin-bottom: 8px;
  color: var(--seamc-white);
  font-size: 0.77rem;
}

.accommodation-notice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
  line-height: 1.6;
}

.accommodation-status {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.accommodation-status span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.accommodation-status strong {
  color: var(--seamc-peach);
  font-size: 0.68rem;
  text-align: right;
  text-transform: uppercase;
}

/* Participant support */

.participant-support {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  padding: clamp(38px, 5vw, 65px);
  background:
    linear-gradient(
      105deg,
      var(--seamc-deep-red),
      var(--seamc-red) 65%,
      #df5363
    );
}

.participant-support__icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
}

.participant-support__icon svg {
  width: 31px;
  fill: none;
  stroke: var(--seamc-white);
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.participant-support__content > span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.participant-support__content h3 {
  max-width: 760px;
  margin: 0;
  color: var(--seamc-white);
  font-family: var(--heading-font);
  font-size: clamp(1.6rem, 2.7vw, 3rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.participant-support__content p {
  max-width: 700px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  line-height: 1.65;
}

.participant-support__button {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 15px 23px;
  color: var(--seamc-midnight);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--seamc-white);
  transition:
    color 0.3s ease,
    background 0.3s ease;
}

.participant-support__button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}

.participant-support__button:hover {
  color: var(--seamc-white);
  background: var(--seamc-midnight);
}

.participant-support__button:hover svg {
  transform: translateX(5px);
}

/* Responsive */

@media (max-width: 1150px) {
  .venue-header {
    grid-template-columns: 62px 1fr;
  }

  .venue-header__aside {
    grid-column: 2;
    max-width: 700px;
  }

  .venue-feature {
    grid-template-columns: 1fr;
  }

  .venue-feature__information {
    min-height: 670px;
  }

  .arrival-guide {
    grid-template-columns: 1fr;
  }

  .arrival-guide__heading {
    border-right: 0;
    border-bottom: 1px solid rgba(13, 20, 35, 0.14);
  }
}

@media (max-width: 800px) {
  .venue-header {
    grid-template-columns: 1fr;
  }

  .venue-header__aside {
    grid-column: auto;
  }

  .venue-feature__media,
  .venue-feature__media img {
    min-height: 580px;
  }

  .arrival-guide__steps {
    grid-template-columns: 1fr;
  }

  .arrival-step {
    min-height: 350px;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 20, 35, 0.12);
  }

  .arrival-step:last-child {
    border-bottom: 0;
  }

  .participant-information {
    grid-template-columns: 1fr;
  }

  .participant-checklist {
    border-right: 0;
    border-bottom: 1px solid rgba(13, 20, 35, 0.12);
  }

  .participant-support {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .participant-support__button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .event-venue {
    padding: 88px 0;
  }

  .venue-header__title h2 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .venue-feature__media,
  .venue-feature__media img {
    min-height: 500px;
  }

  .venue-feature__caption {
    right: 24px;
    bottom: 35px;
    left: 24px;
  }

  .venue-feature__information,
  .arrival-guide__heading,
  .arrival-step,
  .participant-checklist,
  .accommodation-block {
    padding: 34px 24px;
  }

  .participant-support {
    grid-template-columns: 1fr;
    padding: 36px 24px;
  }

  .participant-support__button {
    grid-column: auto;
    width: 100%;
  }

  .accommodation-status {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .accommodation-status strong {
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-265c56c *//* ======================================================
   SECTION 07 — EVENT PARTNERS
====================================================== */

.event-partners {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(100px, 10vw, 180px) 0;
  color: var(--seamc-white);
  background:
    radial-gradient(
      circle at 10% 90%,
      rgba(52, 67, 97, 0.55),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #080e19,
      var(--seamc-midnight) 55%,
      #111b2c
    );
}

.event-partners::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  opacity: 0.32;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px
    );
  background-size: 100px 100px;
}

.event-partners::after {
  position: absolute;
  top: -370px;
  right: -330px;
  z-index: -1;
  width: 820px;
  height: 820px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 179, 160, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 100px rgba(255, 179, 160, 0.016),
    0 0 0 200px rgba(255, 179, 160, 0.01);
}

.event-partners__glow {
  position: absolute;
  right: 10%;
  bottom: 6%;
  z-index: -1;
  width: 500px;
  height: 500px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(200, 32, 63, 0.14),
    transparent 70%
  );
}

/* Header */

.partners-header {
  display: grid;
  grid-template-columns: 72px minmax(0, 1.25fr) minmax(290px, 0.65fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: end;
  margin-bottom: clamp(65px, 8vw, 115px);
}

.partners-header__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--seamc-peach);
  font-family: var(--heading-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.partners-header__title h2 {
  max-width: 930px;
  margin: 18px 0 0;
  color: var(--seamc-white);
  font-family: var(--heading-font);
  font-size: clamp(3rem, 5.5vw, 6.7rem);
  font-weight: 650;
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.partners-header__title h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(
    100deg,
    var(--seamc-coral),
    var(--seamc-peach)
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.partners-header__aside {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.partners-header__aside > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  line-height: 1.82;
}

.partners-header__status {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.partners-header__status-mark {
  position: relative;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--seamc-coral);
}

.partners-header__status-mark::after {
  position: absolute;
  inset: -5px;
  content: "";
  border: 1px solid rgba(241, 135, 123, 0.34);
  border-radius: 50%;
}

.partners-header__status small,
.partners-header__status strong {
  display: block;
}

.partners-header__status small {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.partners-header__status strong {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.75rem;
}

/* Principal partners */

.principal-partners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.principal-partner {
  min-width: 0;
  background: var(--seamc-midnight);
  transition: background 0.4s ease;
}

.principal-partner:hover {
  background: #131f33;
}

.principal-partner__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px clamp(28px, 4vw, 52px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.principal-partner__index {
  color: var(--seamc-coral);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.principal-partner__type {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.principal-partner__body {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(280px, 1.25fr);
  min-height: 430px;
}

.principal-partner__logo {
  position: relative;
  display: grid;
  min-height: 350px;
  padding: 35px;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 0.07),
      transparent 65%
    );
}

.principal-partner__logo::before {
  position: absolute;
  width: 220px;
  height: 220px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.principal-partner__logo img {
  position: relative;
  z-index: 2;
  width: 82%;
  max-width: 260px;
  max-height: 150px;
  object-fit: contain;
}

.principal-partner__placeholder {
  position: absolute;
  z-index: 1;
  color: var(--seamc-white);
  text-align: center;
}

.principal-partner__placeholder span,
.principal-partner__placeholder strong {
  display: block;
}

.principal-partner__placeholder span {
  font-family: var(--heading-font);
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 750;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.principal-partner__placeholder strong {
  margin-top: 8px;
  color: var(--seamc-coral);
  font-size: 0.66rem;
  letter-spacing: 0.28em;
}

.principal-partner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 4vw, 60px);
}

.principal-partner__content > span {
  margin-bottom: 17px;
  color: var(--seamc-peach);
  font-size: 0.61rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.principal-partner__content h3 {
  margin: 0;
  color: var(--seamc-white);
  font-family: var(--heading-font);
  font-size: clamp(2rem, 3vw, 3.5rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.principal-partner__content p {
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.81rem;
  line-height: 1.75;
}

.principal-partner__content small {
  display: block;
  margin-top: auto;
  padding-top: 35px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.6rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Partner directory */

.partner-directory {
  margin-top: clamp(90px, 10vw, 155px);
  color: var(--seamc-midnight);
  background: var(--seamc-off-white);
}

.partner-directory__heading {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(300px, 0.7fr);
  gap: 50px;
  align-items: end;
  padding: clamp(42px, 5vw, 75px);
  border-bottom: 1px solid rgba(13, 20, 35, 0.13);
}

.partner-directory__heading span {
  display: block;
  margin-bottom: 14px;
  color: var(--seamc-red);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.partner-directory__heading h3 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(2.5rem, 4.4vw, 5.3rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.partner-directory__heading p {
  max-width: 500px;
  margin: 0;
  color: var(--seamc-dark-grey);
  font-size: 0.85rem;
  line-height: 1.75;
}

.partner-tier {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  border-bottom: 1px solid rgba(13, 20, 35, 0.13);
}

.partner-tier:last-child {
  border-bottom: 0;
}

.partner-tier__label {
  padding: 35px 30px;
  border-right: 1px solid rgba(13, 20, 35, 0.13);
}

.partner-tier__label span,
.partner-tier__label strong {
  display: block;
}

.partner-tier__label span {
  margin-bottom: 10px;
  color: var(--seamc-red);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.partner-tier__label strong {
  font-family: var(--heading-font);
  font-size: 1rem;
  line-height: 1.25;
}

.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.partner-logo-grid--featured {
  grid-template-columns: repeat(3, 1fr);
}

.partner-logo-grid--compact {
  grid-template-columns: repeat(5, 1fr);
}

.partner-logo {
  position: relative;
  display: grid;
  min-height: 230px;
  padding: 28px;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid rgba(13, 20, 35, 0.11);
  background: var(--seamc-white);
  transition:
    color 0.4s ease,
    background 0.4s ease;
}

.partner-logo:last-child {
  border-right: 0;
}

.partner-logo:hover {
  color: var(--seamc-white);
  background: var(--seamc-navy);
}

.partner-logo::before {
  position: absolute;
  width: 110px;
  height: 110px;
  content: "";
  border: 1px solid rgba(13, 20, 35, 0.07);
  border-radius: 50%;
  transition:
    border-color 0.4s ease,
    transform 0.5s ease;
}

.partner-logo:hover::before {
  border-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.2);
}

.partner-logo img {
  position: relative;
  z-index: 2;
  width: 75%;
  max-width: 170px;
  max-height: 85px;
  object-fit: contain;
}

.partner-logo__placeholder {
  position: absolute;
  z-index: 1;
  width: 80%;
  text-align: center;
}

.partner-logo__placeholder span,
.partner-logo__placeholder strong {
  display: block;
}

.partner-logo__placeholder span {
  margin-bottom: 9px;
  color: var(--seamc-red);
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.partner-logo__placeholder strong {
  color: var(--seamc-midnight);
  font-family: var(--heading-font);
  font-size: clamp(0.85rem, 1.1vw, 1.05rem);
  font-weight: 650;
  letter-spacing: -0.02em;
}

.partner-logo:hover .partner-logo__placeholder span {
  color: var(--seamc-peach);
}

.partner-logo:hover .partner-logo__placeholder strong {
  color: var(--seamc-white);
}

/* Partnership opportunity */

.partnership-opportunity {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) minmax(220px, 0.42fr);
  gap: clamp(30px, 5vw, 75px);
  align-items: center;
  margin-top: clamp(70px, 8vw, 120px);
  padding: clamp(40px, 6vw, 85px);
  background:
    radial-gradient(
      circle at 0 50%,
      rgba(255, 179, 160, 0.18),
      transparent 28%
    ),
    linear-gradient(
      110deg,
      var(--seamc-deep-red),
      var(--seamc-red) 65%,
      #df5362
    );
}

.partnership-opportunity__visual {
  position: relative;
  display: grid;
  width: 190px;
  height: 190px;
  place-items: center;
}

.partnership-opportunity__circle {
  position: relative;
  z-index: 2;
  display: grid;
  width: 130px;
  height: 130px;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: var(--seamc-white);
}

.partnership-opportunity__circle span,
.partnership-opportunity__circle strong {
  display: block;
}

.partnership-opportunity__circle span {
  font-family: var(--heading-font);
  font-size: 1.8rem;
  font-weight: 750;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.partnership-opportunity__circle strong {
  margin-top: 5px;
  font-size: 0.58rem;
  letter-spacing: 0.17em;
}

.partnership-opportunity__orbit {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.partnership-opportunity__orbit::after {
  position: absolute;
  top: 50%;
  right: -4px;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
  background: var(--seamc-peach);
  transform: translateY(-50%);
}

.partnership-opportunity__eyebrow {
  display: block;
  margin-bottom: 17px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.partnership-opportunity__content h3 {
  max-width: 800px;
  margin: 0;
  color: var(--seamc-white);
  font-family: var(--heading-font);
  font-size: clamp(1.8rem, 3.3vw, 4rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.partnership-opportunity__content p {
  max-width: 760px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.83rem;
  line-height: 1.75;
}

.partnership-opportunity__action {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.partnership-opportunity__action > span {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  line-height: 1.55;
}

.partnership-opportunity__button {
  display: inline-flex;
  gap: 17px;
  align-items: center;
  justify-content: center;
  min-height: 57px;
  padding: 15px 21px;
  color: var(--seamc-midnight);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--seamc-white);
  transition:
    color 0.3s ease,
    background 0.3s ease;
}

.partnership-opportunity__button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}

.partnership-opportunity__button:hover {
  color: var(--seamc-white);
  background: var(--seamc-midnight);
}

.partnership-opportunity__button:hover svg {
  transform: translateX(5px);
}

/* Notice */

.partner-notice {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 19px;
  align-items: center;
  padding: 25px 29px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.035);
}

.partner-notice__icon {
  display: grid;
  width: 39px;
  height: 39px;
  place-items: center;
  border: 1px solid rgba(255, 179, 160, 0.35);
  border-radius: 50%;
  color: var(--seamc-peach);
  font-size: 0.7rem;
  font-weight: 800;
}

.partner-notice p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  line-height: 1.65;
}

.partner-notice__status {
  padding: 9px 12px;
  border: 1px solid rgba(255, 179, 160, 0.24);
  color: var(--seamc-peach);
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Responsive */

@media (max-width: 1200px) {
  .partners-header {
    grid-template-columns: 62px 1fr;
  }

  .partners-header__aside {
    grid-column: 2;
    max-width: 700px;
  }

  .principal-partner__body {
    grid-template-columns: 1fr;
  }

  .principal-partner__logo {
    min-height: 300px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .partner-tier {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .partner-logo-grid--compact {
    grid-template-columns: repeat(3, 1fr);
  }

  .partnership-opportunity {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .partnership-opportunity__action {
    grid-column: 2;
    padding-top: 25px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }
}

@media (max-width: 800px) {
  .partners-header {
    grid-template-columns: 1fr;
  }

  .partners-header__aside {
    grid-column: auto;
  }

  .principal-partners {
    grid-template-columns: 1fr;
  }

  .partner-directory__heading {
    grid-template-columns: 1fr;
  }

  .partner-tier {
    grid-template-columns: 1fr;
  }

  .partner-tier__label {
    border-right: 0;
    border-bottom: 1px solid rgba(13, 20, 35, 0.13);
  }

  .partner-logo-grid,
  .partner-logo-grid--featured,
  .partner-logo-grid--compact {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-logo {
    border-bottom: 1px solid rgba(13, 20, 35, 0.11);
  }

  .partnership-opportunity {
    grid-template-columns: 1fr;
  }

  .partnership-opportunity__visual {
    width: 165px;
    height: 165px;
  }

  .partnership-opportunity__action {
    grid-column: auto;
  }

  .partner-notice {
    grid-template-columns: 44px 1fr;
  }

  .partner-notice__status {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .event-partners {
    padding: 88px 0;
  }

  .partners-header__title h2 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .principal-partner__body {
    min-height: auto;
  }

  .principal-partner__content {
    padding: 35px 24px;
  }

  .partner-directory__heading {
    padding: 36px 24px;
  }

  .partner-logo-grid,
  .partner-logo-grid--featured,
  .partner-logo-grid--compact {
    grid-template-columns: 1fr;
  }

  .partner-logo {
    min-height: 200px;
    border-right: 0;
  }

  .partnership-opportunity {
    padding: 40px 24px;
  }

  .partnership-opportunity__button {
    width: 100%;
  }

  .partner-notice {
    padding: 23px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-531bb9a *//* ======================================================
   SECTION 08 — REGISTRATION & FINAL CTA
====================================================== */

.event-registration {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(100px, 10vw, 180px) 0;
  color: var(--seamc-midnight);
  background:
    linear-gradient(
      90deg,
      transparent calc(50% - 1px),
      rgba(13, 20, 35, 0.035) 50%,
      transparent calc(50% + 1px)
    ),
    var(--seamc-off-white);
}

.event-registration::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  pointer-events: none;
  opacity: 0.55;
  background-image:
    linear-gradient(
      rgba(13, 20, 35, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(13, 20, 35, 0.025) 1px,
      transparent 1px
    );
  background-size: 100px 100px;
}

.event-registration__ambient {
  position: absolute;
  z-index: -2;
  pointer-events: none;
  border-radius: 50%;
}

.event-registration__ambient--one {
  top: -300px;
  right: -280px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(200, 32, 63, 0.08);
  box-shadow:
    0 0 0 100px rgba(200, 32, 63, 0.016),
    0 0 0 200px rgba(200, 32, 63, 0.01);
}

.event-registration__ambient--two {
  bottom: 6%;
  left: -250px;
  width: 560px;
  height: 560px;
  background: radial-gradient(
    circle,
    rgba(241, 135, 123, 0.12),
    transparent 70%
  );
}

/* Header */

.registration-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 72px minmax(0, 1.25fr) minmax(290px, 0.65fr);
  gap: clamp(24px, 4vw, 72px);
  align-items: end;
  margin-bottom: clamp(65px, 8vw, 115px);
}

.registration-header__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(13, 20, 35, 0.18);
  border-radius: 50%;
  color: var(--seamc-red);
  font-family: var(--heading-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.registration-header__title h2 {
  max-width: 930px;
  margin: 18px 0 0;
  color: var(--seamc-midnight);
  font-family: var(--heading-font);
  font-size: clamp(3rem, 5.5vw, 6.7rem);
  font-weight: 650;
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.registration-header__title h2 span {
  display: block;
  color: var(--seamc-red);
}

.registration-header__aside {
  padding-left: 26px;
  border-left: 1px solid rgba(13, 20, 35, 0.14);
}

.registration-header__aside > p {
  margin: 0;
  color: var(--seamc-dark-grey);
  font-size: 0.95rem;
  line-height: 1.82;
}

.registration-status {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(13, 20, 35, 0.11);
}

.registration-status__dot {
  position: relative;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--seamc-red);
}

.registration-status__dot::after {
  position: absolute;
  inset: -5px;
  content: "";
  border: 1px solid rgba(200, 32, 63, 0.28);
  border-radius: 50%;
}

.registration-status small,
.registration-status strong {
  display: block;
}

.registration-status small {
  margin-bottom: 5px;
  color: var(--seamc-dark-grey);
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.registration-status strong {
  font-size: 0.76rem;
}

/* Main panel */

.registration-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.7fr) minmax(700px, 1.3fr);
  min-height: 870px;
  background: var(--seamc-midnight);
}

.registration-panel__summary {
  display: flex;
  flex-direction: column;
  padding: clamp(42px, 5vw, 78px);
  color: var(--seamc-white);
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(
      circle at 20% 10%,
      rgba(200, 32, 63, 0.18),
      transparent 30%
    ),
    var(--seamc-midnight);
}

.registration-panel__edition span,
.registration-panel__edition strong {
  display: block;
}

.registration-panel__edition span {
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.registration-panel__edition strong {
  color: transparent;
  font-family: var(--heading-font);
  font-size: clamp(5rem, 9vw, 11rem);
  font-weight: 750;
  line-height: 0.82;
  letter-spacing: -0.085em;
  -webkit-text-stroke: 1px rgba(255, 179, 160, 0.55);
}

.registration-panel__message {
  margin-top: clamp(70px, 9vw, 130px);
}

.registration-panel__eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--seamc-peach);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.registration-panel__message h3 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(2rem, 3.5vw, 4.3rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.registration-panel__message p {
  margin: 27px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.87rem;
  line-height: 1.8;
}

.registration-panel__details {
  margin-top: auto;
  padding-top: 55px;
}

.registration-detail {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 16px;
  padding: 19px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.registration-detail > span {
  color: var(--seamc-coral);
  font-size: 0.59rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.registration-detail small,
.registration-detail strong {
  display: block;
}

.registration-detail small {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.registration-detail strong {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
}

/* Registration routes */

.registration-routes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.registration-route {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(34px, 3.5vw, 55px);
  color: var(--seamc-midnight);
  border-right: 1px solid rgba(13, 20, 35, 0.11);
  background: var(--seamc-white);
  transition:
    color 0.4s ease,
    background 0.4s ease;
}

.registration-route:last-child {
  border-right: 0;
}

.registration-route:hover {
  color: var(--seamc-white);
  background: var(--seamc-navy);
}

.registration-route--featured {
  background:
    linear-gradient(
      180deg,
      rgba(255, 179, 160, 0.16),
      transparent 30%
    ),
    var(--seamc-white);
}

.registration-route__top {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
}

.registration-route__number {
  color: var(--seamc-red);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.registration-route__badge,
.registration-route__availability {
  padding: 8px 10px;
  border: 1px solid rgba(200, 32, 63, 0.2);
  color: var(--seamc-red);
  font-size: 0.53rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.registration-route__badge {
  color: var(--seamc-white);
  border-color: var(--seamc-red);
  background: var(--seamc-red);
}

.registration-route:hover .registration-route__number {
  color: var(--seamc-peach);
}

.registration-route:hover .registration-route__availability {
  color: var(--seamc-peach);
  border-color: rgba(255, 179, 160, 0.3);
}

.registration-route__icon {
  display: grid;
  width: 74px;
  height: 74px;
  margin-top: clamp(60px, 7vw, 110px);
  place-items: center;
  border: 1px solid rgba(13, 20, 35, 0.13);
  border-radius: 50%;
  transition:
    border-color 0.4s ease,
    background 0.4s ease;
}

.registration-route__icon svg {
  width: 37px;
  fill: none;
  stroke: var(--seamc-red);
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.4s ease;
}

.registration-route:hover .registration-route__icon {
  border-color: rgba(255, 179, 160, 0.3);
  background: rgba(255, 255, 255, 0.04);
}

.registration-route:hover .registration-route__icon svg {
  stroke: var(--seamc-peach);
}

.registration-route__content {
  margin-top: 40px;
}

.registration-route__content > span {
  display: block;
  margin-bottom: 12px;
  color: var(--seamc-red);
  font-size: 0.59rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.registration-route:hover .registration-route__content > span {
  color: var(--seamc-peach);
}

.registration-route__content h3 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(1.55rem, 2.3vw, 2.8rem);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.045em;
}

.registration-route__content p {
  min-height: 85px;
  margin: 21px 0 0;
  color: var(--seamc-dark-grey);
  font-size: 0.78rem;
  line-height: 1.7;
  transition: color 0.4s ease;
}

.registration-route:hover .registration-route__content p {
  color: rgba(255, 255, 255, 0.58);
}

.registration-route__content ul {
  margin: 28px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid rgba(13, 20, 35, 0.1);
  list-style: none;
}

.registration-route:hover .registration-route__content ul {
  border-color: rgba(255, 255, 255, 0.12);
}

.registration-route__content li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 16px;
  color: var(--seamc-dark-grey);
  font-size: 0.7rem;
  line-height: 1.5;
  transition: color 0.4s ease;
}

.registration-route__content li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background: var(--seamc-red);
}

.registration-route:hover .registration-route__content li {
  color: rgba(255, 255, 255, 0.62);
}

.registration-route:hover .registration-route__content li::before {
  background: var(--seamc-peach);
}

.registration-route__button {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  margin-top: auto;
  padding: 15px 18px;
  color: var(--seamc-midnight);
  border: 1px solid rgba(13, 20, 35, 0.15);
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.registration-route__button svg {
  width: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}

.registration-route__button:hover {
  color: var(--seamc-white);
  border-color: var(--seamc-red);
  background: var(--seamc-red);
}

.registration-route:hover .registration-route__button {
  color: var(--seamc-white);
  border-color: rgba(255, 255, 255, 0.22);
}

.registration-route:hover .registration-route__button:hover {
  color: var(--seamc-midnight);
  border-color: var(--seamc-peach);
  background: var(--seamc-peach);
}

.registration-route__button:hover svg {
  transform: translateX(5px);
}

/* Process */

.registration-process {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(700px, 1.3fr);
  margin-top: clamp(90px, 10vw, 155px);
  border-top: 1px solid rgba(13, 20, 35, 0.14);
  border-bottom: 1px solid rgba(13, 20, 35, 0.14);
}

.registration-process__heading {
  padding: clamp(42px, 5vw, 78px);
  border-right: 1px solid rgba(13, 20, 35, 0.14);
}

.registration-process__heading h3 {
  margin: 20px 0 0;
  font-family: var(--heading-font);
  font-size: clamp(2.5rem, 4.4vw, 5.2rem);
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.registration-process__heading h3 span {
  display: block;
  color: var(--seamc-red);
}

.registration-process__steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.registration-process__step {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 20px;
  min-height: 270px;
  padding: clamp(34px, 4vw, 56px);
  border-right: 1px solid rgba(13, 20, 35, 0.11);
  border-bottom: 1px solid rgba(13, 20, 35, 0.11);
  transition:
    color 0.4s ease,
    background 0.4s ease;
}

.registration-process__step:nth-child(2n) {
  border-right: 0;
}

.registration-process__step:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.registration-process__step:hover {
  color: var(--seamc-white);
  background: var(--seamc-navy);
}

.registration-process__step-number {
  color: var(--seamc-red);
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.registration-process__step:hover
.registration-process__step-number {
  color: var(--seamc-peach);
}

.registration-process__step small {
  display: block;
  margin-bottom: 12px;
  color: var(--seamc-red);
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.registration-process__step:hover small {
  color: var(--seamc-peach);
}

.registration-process__step h4 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(1.2rem, 1.7vw, 1.7rem);
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.registration-process__step p {
  margin: 16px 0 0;
  color: var(--seamc-dark-grey);
  font-size: 0.76rem;
  line-height: 1.7;
  transition: color 0.4s ease;
}

.registration-process__step:hover p {
  color: rgba(255, 255, 255, 0.58);
}

/* Notice */

.registration-notice {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 26px 29px;
  color: var(--seamc-white);
  background: var(--seamc-midnight);
}

.registration-notice__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 179, 160, 0.35);
  border-radius: 50%;
  color: var(--seamc-peach);
  font-family: var(--heading-font);
  font-size: 0.72rem;
  font-weight: 850;
}

.registration-notice__content > span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.registration-notice__content p {
  max-width: 940px;
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.75rem;
  line-height: 1.65;
}

.registration-notice__status {
  padding: 9px 12px;
  border: 1px solid rgba(255, 179, 160, 0.24);
  color: var(--seamc-peach);
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* Final CTA */

.event-final-cta {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 260px;
  gap: clamp(35px, 6vw, 90px);
  align-items: center;
  min-height: 720px;
  margin-top: clamp(90px, 10vw, 160px);
  padding: clamp(48px, 7vw, 105px);
  overflow: hidden;
  color: var(--seamc-white);
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(241, 135, 123, 0.23),
      transparent 26%
    ),
    linear-gradient(
      125deg,
      #090f1b,
      var(--seamc-midnight) 55%,
      #1a263b
    );
}

.event-final-cta::before {
  position: absolute;
  right: -250px;
  bottom: -360px;
  z-index: -1;
  width: 750px;
  height: 750px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 90px rgba(255, 255, 255, 0.014),
    0 0 0 180px rgba(255, 255, 255, 0.009);
}

.event-final-cta__background {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.event-final-cta__line {
  position: absolute;
  width: 1px;
  height: 150%;
  opacity: 0.13;
  background: linear-gradient(
    to bottom,
    transparent,
    var(--seamc-peach),
    transparent
  );
  transform: rotate(28deg);
}

.event-final-cta__line--one {
  top: -20%;
  left: 15%;
}

.event-final-cta__line--two {
  top: -20%;
  left: 48%;
}

.event-final-cta__line--three {
  top: -20%;
  right: 16%;
}

.event-final-cta__identity {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 35px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  text-align: center;
}

.event-final-cta__identity span {
  max-width: 150px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.56rem;
  font-weight: 850;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.event-final-cta__identity strong {
  margin: 32px 0 20px;
  color: transparent;
  font-family: var(--heading-font);
  font-size: clamp(4rem, 7vw, 8rem);
  font-weight: 750;
  line-height: 0.8;
  letter-spacing: -0.08em;
  -webkit-text-stroke: 1px var(--seamc-peach);
}

.event-final-cta__identity small {
  color: var(--seamc-peach);
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.event-final-cta__eyebrow {
  display: block;
  margin-bottom: 22px;
  color: var(--seamc-peach);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.event-final-cta__content h2 {
  max-width: 900px;
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(3.2rem, 6vw, 7.2rem);
  font-weight: 650;
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.event-final-cta__content h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(
    100deg,
    var(--seamc-coral),
    var(--seamc-peach)
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.event-final-cta__content p {
  max-width: 680px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 0.9rem;
  line-height: 1.8;
}

.event-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 39px;
}

.event-final-cta__button {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-height: 59px;
  padding: 15px 23px;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.event-final-cta__button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.3s ease;
}

.event-final-cta__button:hover svg {
  transform: translateX(5px);
}

.event-final-cta__button--primary {
  color: var(--seamc-midnight);
  background: var(--seamc-peach);
}

.event-final-cta__button--primary:hover {
  color: var(--seamc-white);
  background: var(--seamc-red);
}

.event-final-cta__button--secondary {
  color: var(--seamc-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.event-final-cta__button--secondary:hover {
  border-color: var(--seamc-white);
  background: rgba(255, 255, 255, 0.06);
}

.event-final-cta__meta {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.event-final-cta__meta > div {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.event-final-cta__meta > div:last-child {
  border-bottom: 0;
}

.event-final-cta__meta span,
.event-final-cta__meta strong {
  display: block;
}

.event-final-cta__meta span {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.57rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.event-final-cta__meta strong {
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--heading-font);
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Responsive */

@media (max-width: 1200px) {
  .registration-header {
    grid-template-columns: 62px 1fr;
  }

  .registration-header__aside {
    grid-column: 2;
    max-width: 700px;
  }

  .registration-panel {
    grid-template-columns: 1fr;
  }

  .registration-panel__summary {
    min-height: 800px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .registration-routes {
    min-height: 850px;
  }

  .registration-process {
    grid-template-columns: 1fr;
  }

  .registration-process__heading {
    border-right: 0;
    border-bottom: 1px solid rgba(13, 20, 35, 0.14);
  }

  .event-final-cta {
    grid-template-columns: 180px minmax(0, 1fr);
  }

  .event-final-cta__meta {
    grid-column: 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 25px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 0;
  }

  .event-final-cta__meta > div {
    padding: 15px 30px 15px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    border-bottom: 0;
  }
}

@media (max-width: 850px) {
  .registration-header {
    grid-template-columns: 1fr;
  }

  .registration-header__aside {
    grid-column: auto;
  }

  .registration-routes {
    grid-template-columns: 1fr;
  }

  .registration-route {
    min-height: 680px;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 20, 35, 0.11);
  }

  .registration-route:last-child {
    border-bottom: 0;
  }

  .registration-route__icon {
    margin-top: 60px;
  }

  .registration-route__content p {
    min-height: auto;
  }

  .registration-process__steps {
    grid-template-columns: 1fr;
  }

  .registration-process__step,
  .registration-process__step:nth-child(2n),
  .registration-process__step:nth-last-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 20, 35, 0.11);
  }

  .registration-process__step:last-child {
    border-bottom: 0;
  }

  .registration-notice {
    grid-template-columns: 45px 1fr;
  }

  .registration-notice__status {
    grid-column: 2;
    justify-self: start;
  }

  .event-final-cta {
    grid-template-columns: 1fr;
  }

  .event-final-cta__identity {
    min-height: auto;
    align-items: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    text-align: left;
  }

  .event-final-cta__identity strong {
    margin: 25px 0 15px;
  }

  .event-final-cta__meta {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .event-registration {
    padding: 88px 0;
  }

  .registration-header__title h2 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .registration-panel__summary,
  .registration-route,
  .registration-process__heading,
  .registration-process__step {
    padding: 35px 24px;
  }

  .registration-panel__summary {
    min-height: 720px;
  }

  .registration-route {
    min-height: 660px;
  }

  .registration-notice {
    padding: 23px 18px;
  }

  .event-final-cta {
    min-height: auto;
    padding: 55px 24px;
  }

  .event-final-cta__content h2 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .event-final-cta__actions {
    flex-direction: column;
  }

  .event-final-cta__button {
    width: 100%;
  }

  .event-final-cta__meta {
    grid-template-columns: 1fr;
  }

  .event-final-cta__meta > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }
}/* End custom CSS */