:root {
  color-scheme: light;
  --paper: #f3f0f4;
  --ink: #17131a;
  --muted: #6c6570;
  --line: #d8d1dc;
  --purple: #583689;
  --purple-dark: #43266d;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #ded8e2;
}

body {
  min-width: 320px;
  min-height: 100svh;
  margin: 0;
  color: var(--ink);
  background: #ded8e2;
  font-family: "Segoe UI Variable", "Aptos", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.page-shell {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(100%, 1600px);
  min-height: 100svh;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 72px);
  overflow: hidden;
  background: var(--paper);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: clamp(82px, 10vh, 112px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: block;
  width: clamp(126px, 11vw, 154px);
  height: auto;
}

.edition,
.eyebrow,
.panel-topline,
.panel-footnote {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.edition {
  color: var(--muted);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.26fr) minmax(370px, 0.74fr);
  gap: clamp(48px, 7vw, 112px);
  min-height: 0;
}

.statement {
  align-self: center;
  max-width: 900px;
  padding: clamp(48px, 7vh, 96px) 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: clamp(28px, 4vh, 48px);
  color: var(--purple);
}

.eyebrow::before {
  width: 30px;
  height: 2px;
  content: "";
  background: currentColor;
}

h1 {
  max-width: 960px;
  margin: 0;
  font-size: clamp(3.35rem, 6.35vw, 7.2rem);
  font-weight: 570;
  letter-spacing: -0.072em;
  line-height: 0.94;
}

h1 span {
  color: var(--purple);
  font-weight: 430;
}

.introduction {
  max-width: 600px;
  margin: clamp(34px, 5vh, 56px) 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.65;
}

.global-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  container-type: inline-size;
  min-height: 420px;
  margin: clamp(28px, 4vh, 52px) 0;
  padding: clamp(28px, 3vw, 48px);
  overflow: hidden;
  color: var(--white);
  background: var(--purple);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%);
}

.global-panel::after {
  position: absolute;
  right: 34px;
  bottom: 0;
  width: 1px;
  height: 48px;
  content: "";
  background: rgb(255 255 255 / 30%);
  transform: rotate(45deg);
  transform-origin: bottom;
}

.panel-topline {
  display: flex;
  justify-content: space-between;
  color: rgb(255 255 255 / 64%);
}

.panel-word {
  margin: auto 0;
  color: transparent;
  font-size: clamp(3.2rem, 5.75vw, 6.1rem);
  font-size: clamp(3.2rem, 27cqw, 6.1rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.8;
  white-space: nowrap;
  -webkit-text-stroke: 1px rgb(255 255 255 / 36%);
}

.panel-message {
  padding-top: clamp(24px, 4vh, 42px);
  border-top: 1px solid rgb(255 255 255 / 26%);
}

.panel-message p {
  margin: 0;
  font-size: clamp(1.2rem, 1.65vw, 1.65rem);
  font-weight: 470;
  letter-spacing: -0.035em;
  line-height: 1.25;
}

.panel-message p:last-child {
  color: rgb(255 255 255 / 68%);
}

.panel-footnote {
  margin-top: clamp(28px, 4vh, 48px);
  color: rgb(255 255 255 / 58%);
}

@media (max-width: 960px) {
  .page-shell {
    min-height: 100svh;
    overflow: visible;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .statement {
    padding-bottom: 40px;
  }

  .global-panel {
    min-height: 330px;
    margin: 0 0 48px;
  }

  .panel-word {
    font-size: clamp(4.2rem, 17vw, 6.5rem);
    font-size: clamp(4.2rem, 24cqw, 6.5rem);
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 0 18px;
  }

  .site-header {
    min-height: 70px;
  }

  .brand {
    width: 112px;
  }

  .edition {
    font-size: 0.54rem;
    letter-spacing: 0.11em;
  }

  .statement {
    padding: 42px 0 34px;
  }

  .eyebrow {
    gap: 10px;
    max-width: 270px;
    margin-bottom: 24px;
    font-size: 0.61rem;
    letter-spacing: 0.13em;
  }

  .eyebrow::before {
    width: 22px;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
    letter-spacing: -0.06em;
    line-height: 0.97;
  }

  .introduction {
    margin-top: 26px;
    font-size: 0.96rem;
    line-height: 1.52;
  }

  .global-panel {
    min-height: 258px;
    margin-bottom: 24px;
    padding: 22px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
  }

  .global-panel::after {
    right: 24px;
    height: 34px;
  }

  .panel-topline,
  .panel-footnote {
    font-size: 0.58rem;
    letter-spacing: 0.13em;
  }

  .panel-word {
    font-size: clamp(3.55rem, 18vw, 5rem);
    font-size: clamp(3.55rem, 24cqw, 5rem);
    line-height: 0.86;
  }

  .panel-message {
    padding-top: 18px;
  }

  .panel-message p {
    font-size: 1.12rem;
  }

  .panel-footnote {
    margin-top: 22px;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
