:root {
  color-scheme: light;
  --ink: #172026;
  --muted: #5f6870;
  --paper: #fffdf8;
  --cream: #f4efe4;
  --teal: #267f82;
  --teal-dark: #15575a;
  --red: #b9383b;
  --gold: #c28a2c;
  --blue: #205bb0;
  --line: rgba(23, 32, 38, 0.14);
  --shadow: 0 24px 70px rgba(16, 30, 40, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  background: var(--red);
  color: white;
  border-radius: 50%;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.96rem;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--cream);
  color: var(--ink);
}

.site-nav .nav-cta {
  background: var(--ink);
  color: white;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: var(--ink);
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  display: grid;
  align-items: start;
  padding: 0 clamp(20px, 5vw, 72px) clamp(22px, 3vw, 38px);
  background: var(--paper);
  isolation: isolate;
}

.hero-content {
  max-width: 1160px;
  color: var(--ink);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1,
section h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5.5vw, 4.4rem);
}

.hero-banner-logo {
  width: min(100%, 1120px);
  height: auto;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.page-hero {
  padding: 0 clamp(20px, 5vw, 72px) clamp(32px, 5vw, 58px);
  background: var(--paper);
}

.page-hero-copy {
  max-width: 960px;
  margin-top: clamp(22px, 4vw, 42px);
}

.page-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
}

.hero p:not(.eyebrow) {
  max-width: 670px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions,
.cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  background: var(--red);
  color: white;
  box-shadow: 0 16px 38px rgba(185, 56, 59, 0.28);
}

.button.secondary {
  background: white;
  border-color: var(--line);
  color: var(--ink);
}

.announcement,
.split,
.history,
.press,
.quote-band,
.cta {
  padding: clamp(32px, 5vw, 58px) clamp(20px, 5vw, 72px);
}

.announcement {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.7fr);
  gap: clamp(26px, 5vw, 64px);
  background: var(--teal);
  color: white;
}

.announcement h2,
.split h2,
.history h2,
.press h2,
.cta h2 {
  font-size: clamp(2rem, 5vw, 4.4rem);
}

.announcement .eyebrow,
.announcement p {
  color: rgba(255, 255, 255, 0.86);
}

.announcement p {
  align-self: end;
  margin: 0;
  font-size: 1.12rem;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.intro-grid article {
  min-height: 190px;
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid var(--line);
}

.intro-grid article:last-child {
  border-right: 0;
}

.card-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 22px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--red);
  font-size: 1.7rem;
  font-weight: 900;
}

.intro-grid h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
}

.intro-grid p {
  max-width: 310px;
  margin: 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.split-copy {
  position: sticky;
  top: 112px;
}

.split-copy p:not(.eyebrow),
.history p {
  color: var(--muted);
  font-size: 1.08rem;
}

.benefits {
  display: grid;
  gap: 12px;
}

.benefits div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 16px 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(23, 32, 38, 0.05);
}

.benefits strong {
  color: var(--blue);
  font-size: 1.3rem;
}

.benefits p {
  margin: 0;
}

.history {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  background: var(--cream);
}

.history-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--teal-dark);
  font-weight: 900;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 20px;
}

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

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

.trophy-grid article {
  min-height: 230px;
  padding: 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 38px rgba(23, 32, 38, 0.05);
}

.trophy-grid .card-icon {
  margin-bottom: 22px;
}

.trophy-grid p {
  margin: 0;
  color: var(--muted);
}

.trophy-feature {
  border-top: 1px solid var(--line);
}

.trophy-section {
  background: var(--paper);
}

.trophy-promo {
  background: var(--cream);
}

.jury-section,
.gallery-section {
  background: var(--paper);
}

.jury-criteria {
  background: var(--cream);
}

.jury-grid,
.gallery-grid {
  display: grid;
  gap: 14px;
}

.jury-grid {
  grid-template-columns: repeat(3, 1fr);
}

.jury-grid article,
.gallery-grid figure {
  overflow: hidden;
  margin: 0;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 38px rgba(23, 32, 38, 0.05);
}

.jury-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.jury-grid h3,
.gallery-grid figcaption {
  margin: 0;
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 900;
}

.gallery-grid {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: white;
}

.press-grid a {
  display: grid;
  align-content: space-between;
  min-height: 170px;
  padding: 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.press-grid a:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(23, 32, 38, 0.12);
}

.press-grid img {
  max-height: 72px;
  width: auto;
  object-fit: contain;
}

.press-grid span {
  margin-top: 20px;
  color: var(--muted);
  font-weight: 800;
}

.quote-band {
  background: var(--ink);
  color: white;
}

.quote-band blockquote {
  max-width: 1000px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5.6vw, 5.3rem);
  line-height: 1.08;
}

.quote-band cite {
  display: block;
  margin-top: 16px;
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
}

.cta {
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(135deg, #fffdf8, #f4efe4);
}

.cta .button {
  margin-top: 10px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(20px, 5vw, 72px);
  background: #101820;
  color: white;
}

.site-footer p {
  margin: 0;
  font-weight: 900;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

@media (max-width: 920px) {
  .site-nav {
    position: fixed;
    inset: 73px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }

  .announcement,
  .split,
  .history {
    grid-template-columns: 1fr;
  }

  .split-copy {
    position: static;
  }

  .intro-grid,
  .press-grid,
  .trophy-grid,
  .jury-grid,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .intro-grid article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .brand small {
    display: none;
  }

  .hero {
    padding-top: 0;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 10.5vw, 3.25rem);
  }


  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .intro-grid,
  .press-grid,
  .trophy-grid,
  .jury-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .intro-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefits div {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}
