.sgcw25,
.sgcw25 * {
  box-sizing: border-box;
}

.sgcw25 {
  --sgcw25-primary: #126b3a;
  --sgcw25-primary-deep: #073d24;
  --sgcw25-primary-soft: #e9f4ed;
  --sgcw25-accent: #d8ad4a;
  --sgcw25-ink: #17251d;
  --sgcw25-muted: #657168;
  --sgcw25-line: #dce5df;
  --sgcw25-paper: #ffffff;
  --sgcw25-wash: #f4f7f5;
  --sgcw25-radius: 24px;
  --sgcw25-shadow: 0 18px 55px rgba(8, 54, 31, 0.13);
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 30px auto;
  overflow: hidden;
  color: var(--sgcw25-ink);
  background: var(--sgcw25-paper);
  border: 1px solid rgba(18, 107, 58, 0.12);
  border-radius: 30px;
  box-shadow: var(--sgcw25-shadow);
  font-family: inherit;
  line-height: 1.6;
  isolation: isolate;
}

.sgcw25 svg {
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -0.18em;
}

.sgcw25 a {
  color: inherit;
}

.sgcw25 button,
.sgcw25 input,
.sgcw25 select {
  font: inherit;
}

.sgcw25__hero {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 80% 18%, rgba(216, 173, 74, 0.24), transparent 30%),
    radial-gradient(circle at 8% 90%, rgba(255, 255, 255, 0.1), transparent 30%),
    linear-gradient(135deg, var(--sgcw25-primary-deep) 0%, var(--sgcw25-primary) 60%, #0c5730 100%);
}

.sgcw25__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.33;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to right, #000, transparent 90%);
}

.sgcw25__rings {
  position: absolute;
  right: -140px;
  top: -165px;
  width: 650px;
  height: 650px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
}

.sgcw25__rings::before,
.sgcw25__rings::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: inherit;
}

.sgcw25__rings::before { inset: 80px; }
.sgcw25__rings::after { inset: 170px; }

.sgcw25__year {
  position: absolute;
  left: -36px;
  bottom: -112px;
  color: rgba(255,255,255,.06);
  font-size: clamp(190px, 30vw, 430px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.09em;
  pointer-events: none;
  white-space: nowrap;
}

.sgcw25__hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .8fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: center;
  min-height: 610px;
  padding: clamp(48px, 7vw, 96px);
}

.sgcw25__hero-copy {
  position: relative;
  z-index: 2;
  max-width: 730px;
}

.sgcw25__logo {
  display: block;
  width: 92px;
  height: 92px;
  margin: 0 0 30px;
  object-fit: contain;
  padding: 8px;
  background: rgba(255,255,255,.95);
  border-radius: 22px;
  box-shadow: 0 15px 38px rgba(0,0,0,.18);
}

.sgcw25__eyebrow,
.sgcw25__kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.sgcw25__eyebrow {
  display: flex;
  gap: 12px;
  align-items: center;
  color: rgba(255,255,255,.82);
}

.sgcw25__eyebrow span {
  width: 38px;
  height: 2px;
  background: var(--sgcw25-accent);
}

.sgcw25__kicker {
  color: var(--sgcw25-primary);
}

.sgcw25__hero h2 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.9vw, 82px);
  font-weight: 850;
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.sgcw25__hero-lead {
  max-width: 650px;
  margin: 25px 0 0;
  color: rgba(255,255,255,.84);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  text-wrap: balance;
}

.sgcw25__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 30px;
  color: rgba(255,255,255,.9);
  font-size: 15px;
  font-weight: 650;
}

.sgcw25__meta span {
  display: inline-flex;
  gap: 9px;
  align-items: center;
}

.sgcw25__meta svg {
  color: var(--sgcw25-accent);
}

.sgcw25__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 35px;
}

.sgcw25__button {
  display: inline-flex;
  min-height: 48px;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
}

.sgcw25__button:hover,
.sgcw25__button:focus-visible {
  transform: translateY(-2px);
}

.sgcw25__button:focus-visible,
.sgcw25__tab:focus-visible,
.sgcw25__print:focus-visible,
.sgcw25 a:focus-visible {
  outline: 3px solid rgba(216,173,74,.5);
  outline-offset: 3px;
}

.sgcw25__button--light {
  color: var(--sgcw25-primary-deep) !important;
  background: #fff;
  box-shadow: 0 11px 28px rgba(0,0,0,.16);
}

.sgcw25__button--ghost {
  color: #fff !important;
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}

.sgcw25__button--ghost:hover {
  background: rgba(255,255,255,.15);
}

.sgcw25__button--primary {
  color: #fff !important;
  background: var(--sgcw25-primary);
  box-shadow: 0 10px 22px rgba(18,107,58,.2);
}

.sgcw25__photo-stage {
  position: relative;
  min-height: 485px;
}

.sgcw25__photo {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border: 7px solid rgba(255,255,255,.9);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 65px rgba(0,0,0,.25);
}

.sgcw25__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sgcw25__photo--main {
  inset: 0 28px 25px 20px;
  transform: rotate(2.2deg);
}

.sgcw25__photo--small {
  width: 42%;
  height: 58%;
  right: -15px;
  bottom: -15px;
  transform: rotate(-4deg);
}

.sgcw25__photo-badge {
  position: absolute;
  z-index: 3;
  left: -22px;
  bottom: 34px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  max-width: 220px;
  padding: 14px 18px;
  color: var(--sgcw25-primary-deep);
  background: var(--sgcw25-accent);
  border: 4px solid rgba(255,255,255,.88);
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(0,0,0,.22);
  transform: rotate(-2deg);
}

.sgcw25__photo-badge strong {
  font-size: 31px;
  line-height: 1;
}

.sgcw25__photo-badge span {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.sgcw25__content {
  position: relative;
  z-index: 3;
  padding: clamp(42px, 6vw, 80px);
  background:
    radial-gradient(circle at 96% 3%, rgba(18,107,58,.05), transparent 18%),
    #fff;
}

.sgcw25__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
  margin-bottom: 36px;
}

.sgcw25__intro-text {
  max-width: 980px;
  margin: 0;
  color: #425049;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.62;
}

.sgcw25__print {
  display: inline-flex;
  min-height: 44px;
  gap: 8px;
  align-items: center;
  padding: 10px 16px;
  color: var(--sgcw25-primary);
  background: transparent;
  border: 1px solid var(--sgcw25-line);
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: background-color .2s ease, border-color .2s ease;
}

.sgcw25__print:hover {
  background: var(--sgcw25-primary-soft);
  border-color: rgba(18,107,58,.25);
}

.sgcw25__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  margin: 0 0 48px;
  background: var(--sgcw25-wash);
  border: 1px solid var(--sgcw25-line);
  border-radius: 22px;
}

.sgcw25__fact {
  position: relative;
  padding: 28px clamp(18px, 3vw, 34px);
}

.sgcw25__fact:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  background: var(--sgcw25-line);
}

.sgcw25__fact strong,
.sgcw25__fact span {
  display: block;
}

.sgcw25__fact strong {
  color: var(--sgcw25-primary);
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.04em;
}

.sgcw25__fact span {
  margin-top: 9px;
  color: var(--sgcw25-muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.sgcw25__tabs {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  margin: 0 0 34px;
  padding: 6px;
  scrollbar-width: thin;
  background: var(--sgcw25-wash);
  border: 1px solid var(--sgcw25-line);
  border-radius: 999px;
}

.sgcw25__tab {
  flex: 1 0 auto;
  min-height: 44px;
  padding: 10px 19px;
  color: #516158;
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.sgcw25__tab:hover {
  color: var(--sgcw25-primary);
}

.sgcw25__tab.is-active {
  color: #fff;
  background: var(--sgcw25-primary);
  box-shadow: 0 8px 20px rgba(18,107,58,.2);
}

.sgcw25__panel {
  animation: sgcw25-panel-in .35s ease both;
}

.sgcw25__panel[hidden] {
  display: none !important;
}

@keyframes sgcw25-panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.sgcw25__section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
  gap: 40px;
  align-items: end;
  margin: 0 0 28px;
}

.sgcw25__section-head h3 {
  margin: 0;
  color: var(--sgcw25-ink);
  font-size: clamp(27px, 3.2vw, 43px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.sgcw25__section-head > p {
  margin: 0;
  color: var(--sgcw25-muted);
  font-size: 15px;
  line-height: 1.6;
}

.sgcw25__champions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sgcw25__champion {
  --card-accent: var(--sgcw25-accent);
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: clamp(25px, 3.3vw, 40px);
  background: #fff;
  border: 1px solid var(--sgcw25-line);
  border-radius: var(--sgcw25-radius);
  box-shadow: 0 12px 36px rgba(14,49,29,.075);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sgcw25__champion::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: var(--card-accent);
}

.sgcw25__champion::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 220px;
  height: 220px;
  opacity: .07;
  background: var(--card-accent);
  border-radius: 50%;
}

.sgcw25__champion:hover {
  transform: translateY(-5px);
  border-color: rgba(18,107,58,.22);
  box-shadow: 0 22px 48px rgba(14,49,29,.12);
}

.sgcw25__champion--green { --card-accent: #2f9d5a; }
.sgcw25__champion--berry { --card-accent: #a64d72; }
.sgcw25__champion--blue { --card-accent: #3b7cb4; }

.sgcw25__champion-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.sgcw25__number {
  color: #b2bcb6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.sgcw25__medal {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #37270a;
  background: var(--card-accent);
  border: 4px solid #f7efd7;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  font-size: 16px;
  font-weight: 900;
}

.sgcw25__category {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: var(--sgcw25-primary);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.sgcw25__champion h4 {
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin: 0;
  color: var(--sgcw25-ink);
  font-size: clamp(22px, 2.5vw, 31px);
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: -.025em;
  text-wrap: balance;
}

.sgcw25__club {
  position: relative;
  z-index: 1;
  margin: 10px 0 30px;
  color: var(--sgcw25-muted);
  font-size: 14px;
}

.sgcw25__champion-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 18px;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 21px;
  border-top: 1px solid var(--sgcw25-line);
}

.sgcw25__champion-bottom > span {
  color: #3d4d44;
  font-size: 13px;
  font-weight: 750;
}

.sgcw25__champion-bottom strong {
  color: var(--sgcw25-primary);
  font-size: 25px;
  line-height: 1;
  white-space: nowrap;
}

.sgcw25__champion-bottom small,
.sgcw25__podium-card small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sgcw25__podium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
  padding-top: 30px;
}

.sgcw25__podium-card {
  position: relative;
  min-height: 280px;
  padding: 60px 28px 30px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--sgcw25-line);
  border-radius: 24px;
  box-shadow: 0 12px 35px rgba(14,49,29,.07);
}

.sgcw25__podium-card--1 {
  min-height: 320px;
  padding-top: 75px;
  background: linear-gradient(180deg, #fffdf8, #fff 65%);
  border-color: rgba(216,173,74,.5);
  transform: translateY(-18px);
}

.sgcw25__podium-card--2 {
  background: linear-gradient(180deg, #f8faf9, #fff 65%);
}

.sgcw25__podium-card--3 {
  background: linear-gradient(180deg, #fdf8f3, #fff 65%);
}

.sgcw25__podium-place {
  position: absolute;
  left: 50%;
  top: -30px;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  color: #2e230b;
  background: #d8ad4a;
  border: 7px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0,0,0,.12);
  transform: translateX(-50%);
}

.sgcw25__podium-card--2 .sgcw25__podium-place {
  color: #34413a;
  background: #ccd4d0;
}

.sgcw25__podium-card--3 .sgcw25__podium-place {
  color: #4a2e1f;
  background: #c98f6f;
}

.sgcw25__podium-place span {
  font-size: 24px;
  font-weight: 900;
}

.sgcw25__podium-card p {
  margin: 0 0 10px;
  color: var(--sgcw25-muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sgcw25__podium-card h4 {
  margin: 0 0 24px;
  color: var(--sgcw25-ink);
  font-size: clamp(21px, 2.3vw, 29px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.sgcw25__podium-card > strong {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  color: var(--sgcw25-primary);
  font-size: 33px;
  line-height: 1;
}

.sgcw25__note {
  margin: 18px 0 0;
  padding: 17px 20px;
  color: #435149;
  background: var(--sgcw25-wash);
  border-radius: 14px;
  font-size: 14px;
  text-align: center;
}


/* Strukturierte Ergebnislisten */
.sgcw25__results-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, .42fr);
  gap: 14px;
  margin: 0 0 24px;
  padding: 18px;
  background: var(--sgcw25-wash);
  border: 1px solid var(--sgcw25-line);
  border-radius: 20px;
}

.sgcw25__search-field,
.sgcw25__select-field {
  display: grid;
  gap: 7px;
}

.sgcw25__search-field > span,
.sgcw25__select-field > span {
  color: var(--sgcw25-primary);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.sgcw25__search-field input,
.sgcw25__select-field select {
  width: 100%;
  min-height: 48px;
  padding: 10px 14px;
  color: var(--sgcw25-ink);
  background: #fff;
  border: 1px solid #cad7ce;
  border-radius: 13px;
  outline: 0;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.sgcw25__search-field input:focus,
.sgcw25__select-field select:focus {
  border-color: var(--sgcw25-primary);
  box-shadow: 0 0 0 4px rgba(18,107,58,.1);
}

.sgcw25__result-groups {
  display: grid;
  gap: 24px;
}

.sgcw25__result-group,
.sgcw25__standings-block {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--sgcw25-line);
  border-radius: 22px;
  box-shadow: 0 12px 34px rgba(14,49,29,.055);
}

.sgcw25__standings-block {
  margin-top: 34px;
}

.sgcw25__result-heading {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 23px;
  background: linear-gradient(135deg, var(--sgcw25-primary-soft), #fff);
  border-bottom: 1px solid var(--sgcw25-line);
}

.sgcw25__result-heading > div {
  display: flex;
  gap: 13px;
  align-items: center;
  min-width: 0;
}

.sgcw25__result-heading span {
  display: inline-flex;
  min-width: 48px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  color: #fff;
  background: var(--sgcw25-primary);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  white-space: nowrap;
}

.sgcw25__result-heading h4 {
  margin: 0;
  color: var(--sgcw25-ink);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.sgcw25__result-heading > strong {
  flex: 0 0 auto;
  color: var(--sgcw25-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sgcw25__table-scroll {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
  outline: 0;
}

.sgcw25__table-scroll:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(18,107,58,.22);
}

.sgcw25__results-table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  background: #fff;
}

.sgcw25__team-table {
  min-width: 600px;
}

.sgcw25__results-table th,
.sgcw25__results-table td {
  padding: 13px 15px;
  border: 0;
  border-bottom: 1px solid #e8eeea;
  text-align: left;
  vertical-align: middle;
}

.sgcw25__results-table thead th {
  color: #516158;
  background: #f7f9f8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sgcw25__results-table tbody th {
  color: var(--sgcw25-ink);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.sgcw25__results-table tbody td {
  color: #58645d;
  font-size: 13px;
}

.sgcw25__results-table tbody td:nth-last-child(-n+3),
.sgcw25__results-table thead th:nth-last-child(-n+3) {
  text-align: center;
  white-space: nowrap;
}

.sgcw25__results-table tbody tr:last-child th,
.sgcw25__results-table tbody tr:last-child td {
  border-bottom: 0;
}

.sgcw25__results-table tbody tr:hover {
  background: #f8fbf9;
}

.sgcw25__results-table tbody tr.is-sgcw {
  background: #edf8f1;
  box-shadow: inset 5px 0 0 var(--sgcw25-primary);
}

.sgcw25__results-table tbody tr.is-sgcw th {
  color: var(--sgcw25-primary-deep);
}

.sgcw25__place-badge {
  display: inline-flex;
  min-width: 34px;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  color: #45544b;
  background: #edf1ef;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.sgcw25__results-table tr.is-place-1 .sgcw25__place-badge {
  color: #4d3504;
  background: #f2d478;
}

.sgcw25__results-table tr.is-place-2 .sgcw25__place-badge {
  color: #36423c;
  background: #d8dfdc;
}

.sgcw25__results-table tr.is-place-3 .sgcw25__place-badge {
  color: #5d3421;
  background: #d9a382;
}

.sgcw25__results-empty {
  margin: 0;
  padding: 30px;
  color: var(--sgcw25-muted);
  background: var(--sgcw25-wash);
  border: 1px dashed #cbd8cf;
  border-radius: 18px;
  text-align: center;
}


.sgcw25__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sgcw25__timeline-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  min-height: 190px;
  padding: 28px;
  background: var(--sgcw25-wash);
  border: 1px solid var(--sgcw25-line);
  border-radius: 22px;
}

.sgcw25__timeline-item > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  color: #fff;
  background: var(--sgcw25-primary);
  border-radius: 16px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
}

.sgcw25__timeline-item h4 {
  margin: 2px 0 10px;
  color: var(--sgcw25-ink);
  font-size: 21px;
  font-weight: 850;
  line-height: 1.2;
}

.sgcw25__timeline-item p {
  margin: 0;
  color: var(--sgcw25-muted);
  font-size: 14px;
  line-height: 1.65;
}


.sgcw25__footer {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 54px;
  padding-top: 24px;
  color: #7b8780;
  border-top: 1px solid var(--sgcw25-line);
  font-size: 12px;
}

.sgcw25__footer p {
  margin: 0;
}

.sgcw25__footer > div {
  display: flex;
  gap: 9px;
  align-items: center;
  white-space: nowrap;
}

.sgcw25__footer a {
  color: var(--sgcw25-primary);
  font-weight: 750;
  text-decoration: none;
}

.sgcw25__footer a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sgcw25--compact .sgcw25__hero {
  min-height: 470px;
}

.sgcw25--compact .sgcw25__hero-grid {
  min-height: 470px;
  padding-block: 48px;
}

.sgcw25--compact .sgcw25__photo-stage,
.sgcw25--compact .sgcw25__facts,
.sgcw25--compact .sgcw25__intro {
  display: none;
}

.sgcw25--compact .sgcw25__hero-grid {
  grid-template-columns: 1fr;
}

.sgcw25--compact .sgcw25__hero-copy {
  max-width: 850px;
}

@media (max-width: 1080px) {
  .sgcw25__hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr);
    gap: 40px;
    padding: 60px;
  }

  .sgcw25__photo-stage {
    min-height: 420px;
  }

  .sgcw25__champion {
    min-height: 340px;
  }
}

@media (max-width: 880px) {
  .sgcw25 {
    margin-block: 20px;
    border-radius: 24px;
  }

  .sgcw25__hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 56px 44px 70px;
  }

  .sgcw25__hero-copy {
    max-width: 760px;
  }

  .sgcw25__photo-stage {
    width: min(530px, 86%);
    min-height: 520px;
    margin: 0 auto;
  }

  .sgcw25__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sgcw25__fact:nth-child(2)::after {
    display: none;
  }

  .sgcw25__fact:nth-child(-n+2) {
    border-bottom: 1px solid var(--sgcw25-line);
  }

  .sgcw25__section-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sgcw25__podium {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .sgcw25__podium-card,
  .sgcw25__podium-card--1 {
    min-height: auto;
    padding-block: 58px 28px;
    transform: none;
  }

}

@media (max-width: 680px) {
  .sgcw25 {
    width: calc(100% + 20px);
    margin-left: -10px;
    border-radius: 20px;
  }

  .sgcw25__hero-grid {
    padding: 42px 24px 54px;
  }

  .sgcw25__logo {
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
    border-radius: 18px;
  }

  .sgcw25__hero h2 {
    font-size: clamp(38px, 13vw, 60px);
  }

  .sgcw25__hero-lead {
    font-size: 18px;
  }

  .sgcw25__meta {
    display: grid;
    gap: 10px;
  }

  .sgcw25__hero-actions {
    display: grid;
  }

  .sgcw25__button {
    width: 100%;
  }

  .sgcw25__photo-stage {
    width: calc(100% - 20px);
    min-height: 390px;
  }

  .sgcw25__photo--main {
    inset: 0 12px 18px 8px;
  }

  .sgcw25__photo--small {
    right: -5px;
    width: 39%;
  }

  .sgcw25__photo-badge {
    left: -8px;
    bottom: 16px;
    max-width: 190px;
  }

  .sgcw25__content {
    padding: 40px 20px;
  }

  .sgcw25__intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .sgcw25__intro-text {
    font-size: 17px;
  }

  .sgcw25__print {
    width: fit-content;
  }

  .sgcw25__facts {
    grid-template-columns: 1fr 1fr;
    border-radius: 18px;
  }

  .sgcw25__fact {
    padding: 22px 16px;
  }

  .sgcw25__fact strong {
    font-size: 30px;
  }

  .sgcw25__fact span {
    font-size: 9px;
  }

  .sgcw25__tabs {
    margin-inline: -20px;
    padding-inline: 20px;
    background: transparent;
    border-inline: 0;
    border-radius: 0;
  }

  .sgcw25__tab {
    flex: 0 0 auto;
    background: var(--sgcw25-wash);
    border: 1px solid var(--sgcw25-line);
  }

  .sgcw25__champions,
  .sgcw25__timeline {
    grid-template-columns: 1fr;
  }

  .sgcw25__champion {
    min-height: 0;
    padding: 26px 23px 24px;
  }

  .sgcw25__champion-top {
    margin-bottom: 25px;
  }

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

  .sgcw25__timeline-item {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    min-height: 0;
    padding: 22px 18px;
  }

  .sgcw25__timeline-item > span {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }


  .sgcw25__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}


@media (max-width: 760px) {
  .sgcw25__results-toolbar {
    grid-template-columns: 1fr;
  }

  .sgcw25__cup-teams {
    grid-template-columns: 1fr;
  }

  .sgcw25__cup-team + .sgcw25__cup-team {
    border-top: 1px solid var(--sgcw25-line);
    border-left: 0;
  }
}

@media (max-width: 520px) {
  .sgcw25__results-toolbar {
    padding: 14px;
    border-radius: 17px;
  }

  .sgcw25__result-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 17px 18px;
  }

  .sgcw25__result-heading > div {
    align-items: flex-start;
  }

  .sgcw25__result-heading h4 {
    font-size: 18px;
  }

  .sgcw25__cup-title,
  .sgcw25__cup-team {
    padding: 18px;
  }

  .sgcw25__cup-team-head {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sgcw25 *,
  .sgcw25 *::before,
  .sgcw25 *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
}

@media print {
  body * {
    visibility: hidden !important;
  }

  .sgcw25,
  .sgcw25 * {
    visibility: visible !important;
  }

  .sgcw25 {
    position: absolute;
    inset: 0 auto auto 0;
    max-width: none;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .sgcw25__hero {
    min-height: auto;
    color: #000;
    background: #fff !important;
    border-bottom: 3px solid var(--sgcw25-primary);
  }

  .sgcw25__hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 30px;
  }

  .sgcw25__hero h2,
  .sgcw25__hero-lead,
  .sgcw25__meta,
  .sgcw25__eyebrow {
    color: #000 !important;
  }

  .sgcw25__photo-stage,
  .sgcw25__hero-actions,
  .sgcw25__print,
  .sgcw25__results-toolbar,
  .sgcw25__tabs,
  .sgcw25__rings,
  .sgcw25__year {
    display: none !important;
  }

  .sgcw25__content {
    padding: 30px;
  }

  .sgcw25__panel,
  .sgcw25__panel[hidden] {
    display: block !important;
    margin-top: 35px;
    page-break-inside: avoid;
  }

  .sgcw25__champion,
  .sgcw25__podium-card,
  .sgcw25__timeline-item,
  .sgcw25__cup-match,
  .sgcw25__result-group,
  .sgcw25__results-table tr {
    box-shadow: none;
    page-break-inside: avoid;
  }
}
