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

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #f4f3f4;
  color: #242124;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* --------------------------------------------------
   HEADER
-------------------------------------------------- */

.site-header {
  min-height: 108px;
  background: #542b7a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  padding: 24px 6vw;
}

.brand {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.brand-acronym {
  margin: 0;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1;
}

.brand-name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.7px;
}

.header-context {
  max-width: 440px;
  text-align: right;
}

.header-label {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.3px;
  line-height: 1.15;
  text-align: left;
}

.header-label strong {
  font-weight: 600;
}

/* --------------------------------------------------
   MAIN
-------------------------------------------------- */

main {
  flex: 1;
  width: 100%;
}

/* --------------------------------------------------
   HERO
-------------------------------------------------- */

.hero {
  max-width: 1600px;
  margin: 0 auto;
  padding: 88px 6vw 110px;
}

/* --------------------------------------------------
   MTIS INTRODUCTION
-------------------------------------------------- */

.intro {
  max-width: 920px;
  margin: 0 0 86px;
}

.intro-text {
  margin: 0 0 22px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  color: #302c32;
}

.intro-note {
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  font-style: normal !important;
  color: #302c32 !important;
  background-color: #fff36a !important;
  padding: 2px 4px !important;
  border-radius: 1px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* --------------------------------------------------
   PROGRAMME DATE
-------------------------------------------------- */

.programme-date {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 58px;
}

.label {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.8px;
  line-height: 1.3;
  color: #5c5860;
}

.programme-label {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
  color: #5c5860;
}

.date {
  margin: 0;
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.1;
}

/* --------------------------------------------------
   MAIN CLOCK
-------------------------------------------------- */

.clock-section {
  padding-top: 0;
}

.clock-section h1 {
  margin: 0 0 24px;
  font-size: clamp(27px, 3.4vw, 52px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1.8px;
  color: #542b7a;
}

.clock {
  margin: 0;
  max-width: 100%;
  font-family: "JetBrains Mono", monospace !important;
  font-size: clamp(58px, 11.5vw, 210px);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.07em;
  color: #211e22;
  font-variant-numeric: tabular-nums lining-nums;
  white-space: nowrap;
}

.counting {
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #5c5860;
}

/* --------------------------------------------------
   DISCLAIMER
-------------------------------------------------- */

.disclaimer {
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #777278;
}

/* --------------------------------------------------
   PROGRAMME RECORD
-------------------------------------------------- */

.programme-record {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 6vw 110px;
}

.record-header {
  border-top: 1px solid #c8c5c9;
  padding-top: 38px;
  margin-bottom: 34px;
}

.record-header .label {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
  color: #542b7a;
}

.record-intro {
  max-width: 720px;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.55;
  color: #5c5860;
}

/* --------------------------------------------------
   EVENTS
-------------------------------------------------- */

.events-container {
  width: 100%;
  border-top: 1px solid #c8c5c9;
}

.event-item {
  border-bottom: 1px solid #c8c5c9;
}

.event-button {
  width: 100%;
  min-height: 68px;
  margin: 0;
  padding: 18px 0;
  border: 0;
  background: transparent;
  color: #242124;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  text-align: left;
  font-family: inherit;
  cursor: pointer;
}

.event-button:hover {
  color: #542b7a;
}

.event-button:focus-visible {
  outline: 2px solid #542b7a;
  outline-offset: 4px;
}

.event-date {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #403c42;
}

.event-arrow {
  flex: 0 0 auto;
  width: 28px;
  font-size: 25px;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  color: #542b7a;
}

.event-item.open .event-arrow {
  font-size: 23px;
}

.event-details {
  padding: 6px 48px 42px 0;
}

.event-title {
  margin-bottom: 18px;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 800;
  color: #242124;
}

.event-quote {
  max-width: 900px;
  margin-bottom: 26px;
  padding-left: 20px;
  border-left: 3px solid #542b7a;
  font-size: 16px;
  line-height: 1.65;
  color: #4d494f;
}

.event-note {
  max-width: 900px;
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 1.6;
  color: #4d494f;
}

.event-clock-label {
  margin-top: 28px;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #777278;
}

.event-clock {
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -1.5px;
  font-variant-numeric: tabular-nums;
  color: #312d33;
}

.event-counting {
  margin-top: 12px;
  font-size: 13px;
  color: #777278;
}

/* --------------------------------------------------
   FOOTER
-------------------------------------------------- */

.site-footer {
  min-height: 40px;
  padding: 20px 6vw;
  background: #29262b;
}

/* --------------------------------------------------
   RESPONSIVE — TABLET
-------------------------------------------------- */

@media (max-width: 900px) {

  .intro-text {
    font-size: 18px;
    line-height: 1.5;
  }

  .counting {
    font-size: 18px;
    line-height: 1.4;
  }

  .disclaimer {
    font-size: 18px;
    line-height: 1.4;
  }

  .site-header {
    min-height: auto;
    padding: 22px 5vw;
    align-items: flex-start;
  }

  .brand {
    gap: 16px;
  }

  .brand-acronym {
    font-size: 38px;
  }

  .header-context {
    max-width: 320px;
  }

  .hero {
    padding: 76px 5vw 88px;
  }

  .intro {
    margin-bottom: 72px;
  }

  .programme-date {
    margin-bottom: 52px;
  }

  .clock-section {
    padding-top: 0;
  }

  .clock {
    font-size: clamp(52px, 11vw, 120px);
  }

  .programme-record {
    padding: 0 5vw 90px;
  }
}

/* --------------------------------------------------
   RESPONSIVE — MOBILE
-------------------------------------------------- */

@media (max-width: 680px) {

  .programme-label {
    font-size: 20px;
    letter-spacing: -0.8px;
  }

  .site-header {
    display: block;
    padding: 22px 6vw 24px;
  }

  .brand {
    margin-bottom: 20px;
  }

  .brand-acronym {
    font-size: 36px;
  }

  .brand-name {
    font-size: 11px;
  }

  .header-context {
    max-width: none;
    text-align: left;
  }

  .header-label {
    font-size: 26px;
    letter-spacing: -0.2px;
    line-height: 1.15;
  }

  .hero {
    padding: 62px 6vw 76px;
  }

  .intro {
    margin-bottom: 62px;
  }

  .intro-text {
    font-size: 18px;
    line-height: 1.5;
  }

  .programme-date {
    gap: 9px;
    margin-bottom: 48px;
  }

  .label {
    font-size: 22px;
    letter-spacing: -1px;
  }

  .record-header .label {
    font-size: 20px;
    letter-spacing: -0.8px;
  }

  .date {
    font-size: 24px;
  }

  .clock-section {
    padding-top: 0;
  }

  .clock-section h1 {
    margin-bottom: 20px;
    font-size: 27px;
    letter-spacing: -1px;
  }

  .clock {
    font-size: clamp(48px, 13vw, 92px);
    line-height: 0.95;
    letter-spacing: -0.065em;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .counting {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
  }

  .disclaimer {
    margin-top: 28px;
    padding-top: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
  }

  .programme-record {
    padding: 0 6vw 76px;
  }

  .record-header {
    padding-top: 30px;
    margin-bottom: 28px;
  }

  .record-intro {
    font-size: 14px;
  }

  .event-button {
    min-height: 62px;
    padding: 17px 0;
  }

  .event-date {
    font-size: 12px;
    letter-spacing: 0.8px;
  }

  .event-arrow {
    width: 24px;
    font-size: 22px;
  }

  .event-details {
    padding: 4px 0 34px;
  }

  .event-title {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .event-quote {
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.6;
  }

  .event-note {
    font-size: 14px;
  }

  .event-clock {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .site-footer {
    min-height: 25px;
    padding: 12px 6vw;
  }
}

/* --------------------------------------------------
   VERY SMALL PHONES
-------------------------------------------------- */

@media (max-width: 390px) {

  .header-label {
    font-size: 24px;
    letter-spacing: -0.2px;
    line-height: 1.15;
  }

  .clock {
    font-size: clamp(43px, 13vw, 58px);
  }

  .brand-acronym {
    font-size: 32px;
  }

  .event-clock {
    font-size: 28px;
  }
}

/* --------------------------------------------------
   ACCESSIBILITY
-------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {

  * {
    scroll-behavior: auto !important;
  }
}

