:root {
  --ink: #121714;
  --muted: #666b67;
  --paper: #f3f1ed;
  --white: #ffffff;
  --line: #d8d5cf;
  --soft-line: #e9e6e0;
  --accent: #d45488;
  --accent-dark: #9f315f;
  --accent-soft: #f8dfE9;
  --green: #244f40;
  --green-dark: #10251e;
  --gold: #d5b36e;
  --shadow: 0 24px 70px rgba(20, 28, 24, .13);
  --radius-lg: 28px;
  --radius-md: 18px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
button, a { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.profile { overflow: clip; background: radial-gradient(circle at 92% 28%, rgba(212,84,136,.07), transparent 27rem), var(--paper); }

.hero { position: relative; min-height: 730px; color: var(--white); background: var(--green-dark); isolation: isolate; }
.hero::after { position: absolute; inset: auto 0 0; height: 8px; content: ""; background: linear-gradient(90deg, var(--green) 0 38%, var(--accent) 38% 72%, var(--gold) 72% 100%); z-index: 4; }
.hero__rings { position: absolute; width: 900px; height: 900px; top: -500px; left: -330px; border-radius: 50%; border: 1px solid rgba(255,255,255,.10); box-shadow: 0 0 0 74px rgba(255,255,255,.022), 0 0 0 148px rgba(255,255,255,.022), 0 0 0 222px rgba(255,255,255,.022), 0 0 0 296px rgba(255,255,255,.022); transform: rotate(-14deg); z-index: -1; }
.hero__content { display: grid; grid-template-columns: minmax(0,.88fr) minmax(470px,1.12fr); max-width: var(--max); min-height: 610px; margin: 0 auto; padding: 70px 32px 0; }
.hero__copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 30px 64px 54px 0; z-index: 2; }
.eyebrow, .kicker { margin: 0 0 18px; font-size: .75rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { color: rgba(255,255,255,.7); }
.eyebrow span { margin-right: 8px; letter-spacing: 0; }
.hero h1 { margin: 0; font-size: clamp(4.35rem,8vw,7.6rem); font-weight: 900; line-height: .79; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.66); }
.hero__role { margin: 32px 0 0; max-width: 560px; color: rgba(255,255,255,.76); font-size: 1.04rem; font-weight: 650; }
.hero__role b { margin: 0 8px; color: var(--accent); }
.hero__tagline { margin: 11px 0 0; color: var(--white); font-size: 1.35rem; font-weight: 800; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 0 20px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; text-decoration: none; font-size: .83rem; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--light { color: var(--ink); background: var(--white); }
.button--ghost { color: var(--white); background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.hero__visual { position: relative; min-height: 610px; overflow: hidden; border-radius: 0 0 0 90px; }
.hero__visual::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, var(--green-dark) 0%, rgba(16,37,30,.68) 8%, transparent 38%), linear-gradient(0deg, rgba(16,37,30,.66), transparent 45%); z-index: 1; pointer-events: none; }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; filter: saturate(.88) contrast(1.04); }
.hero__result { position: absolute; right: 28px; bottom: 28px; display: grid; min-width: 250px; padding: 20px 23px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(10,26,21,.78); box-shadow: 0 18px 50px rgba(0,0,0,.28); backdrop-filter: blur(12px); z-index: 3; }
.hero__result span, .hero__result small { color: rgba(255,255,255,.65); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero__result strong { margin: 2px 0; font-size: 2.65rem; line-height: 1.08; letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.hero__number { position: absolute; right: -20px; top: 16px; color: rgba(255,255,255,.09); font-size: 9rem; font-weight: 900; line-height: 1; letter-spacing: -.08em; z-index: 2; }
.hero__stats { position: relative; display: grid; grid-template-columns: repeat(4,1fr); max-width: var(--max); margin: 0 auto; padding: 0 32px; z-index: 5; }
.hero__stats article { display: flex; min-height: 112px; flex-direction: column; justify-content: center; padding: 18px 26px; border-right: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); }
.hero__stats article:first-child { border-radius: 18px 0 0 0; }
.hero__stats article:last-child { border-right: 0; border-radius: 0 18px 0 0; }
.hero__stats span { color: rgba(255,255,255,.54); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero__stats strong { margin-top: 3px; font-size: clamp(1.55rem,2.2vw,2.25rem); line-height: 1.1; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }

.section-nav { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(18,18,18,.08); background: rgba(243,241,237,.91); backdrop-filter: blur(14px); }
.section-nav__inner { display: flex; max-width: var(--max); margin: 0 auto; padding: 0 32px; overflow-x: auto; scrollbar-width: none; }
.section-nav__inner::-webkit-scrollbar { display: none; }
.section-nav a { flex: 0 0 auto; padding: 19px 19px 17px; border-bottom: 2px solid transparent; color: #5e625f; text-decoration: none; font-size: .76rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease, border-color .2s ease; }
.section-nav a:first-child { padding-left: 0; }
.section-nav a:hover, .section-nav a:focus-visible, .section-nav a.is-active { color: var(--accent-dark); border-bottom-color: var(--accent); }
.page-grid { max-width: var(--max); margin: 0 auto; padding: 0 32px; }
.section { padding: 110px 0; scroll-margin-top: 70px; }
.section + .section { border-top: 1px solid var(--line); }
.section-heading { max-width: 900px; margin-bottom: 48px; }
.section-heading--row { display: flex; max-width: none; align-items: flex-end; justify-content: space-between; gap: 32px; }
.kicker { color: var(--accent-dark); }
.section h2 { margin: 0; max-width: 960px; font-size: clamp(2.45rem,5vw,5rem); font-weight: 880; line-height: .98; letter-spacing: -.058em; }
.section-intro { max-width: 710px; margin: 24px 0 0; color: var(--muted); font-size: 1.1rem; }
.overview__grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(330px,.75fr); gap: 70px; align-items: start; }
.overview__story { max-width: 760px; }
.overview__story p { color: #454a46; font-size: 1.04rem; }
.overview__story .lead { margin-top: 0; color: var(--ink); font-size: clamp(1.25rem,2vw,1.65rem); font-weight: 520; line-height: 1.45; }
blockquote { position: relative; margin: 48px 0 0; padding: 34px 38px 32px 84px; border-radius: var(--radius-md); background: var(--white); box-shadow: 0 18px 60px rgba(20,28,24,.075); }
blockquote::before { position: absolute; left: 28px; top: 18px; content: "“"; color: var(--accent); font-family: Georgia,serif; font-size: 5.5rem; line-height: 1; }
blockquote p { margin: 0 !important; color: var(--ink) !important; font-size: 1.3rem !important; font-weight: 750; }
blockquote cite { display: block; margin-top: 8px; color: var(--muted); font-size: .75rem; font-style: normal; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.identity-card { overflow: hidden; border-radius: var(--radius-lg); background: var(--green-dark); color: var(--white); box-shadow: var(--shadow); }
.identity-card__image { height: 390px; overflow: hidden; background: linear-gradient(180deg,#dfe7e1,#bfcfc6); }
.identity-card__image img { width: 100%; height: 100%; object-fit: contain; object-position: 50% 100%; filter: saturate(.93); }
.identity-card dl { margin: 0; padding: 18px 26px 24px; }
.identity-card dl div { display: flex; align-items: baseline; justify-content: space-between; gap: 22px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.identity-card dl div:last-child { border-bottom: 0; }
.identity-card dt { color: rgba(255,255,255,.55); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.identity-card dd { margin: 0; text-align: right; color: #fff; font-weight: 780; }
.filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.filter { min-height: 40px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; color: #5d625e; background: transparent; cursor: pointer; font-size: .75rem; font-weight: 800; transition: color .2s ease,background .2s ease,border-color .2s ease; }
.filter:hover, .filter:focus-visible, .filter.is-active { color: var(--white); border-color: var(--green-dark); background: var(--green-dark); }
.table-wrap { overflow-x: auto; border-radius: 20px; background: var(--white); box-shadow: 0 18px 60px rgba(20,28,24,.065); }
.records-table { width: 100%; min-width: 850px; border-collapse: collapse; font-size: .9rem; }
.records-table th, .records-table td { padding: 18px 20px; border-bottom: 1px solid var(--soft-line); text-align: left; vertical-align: middle; }
.records-table th { color: #727872; background: #faf9f7; font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.records-table th:nth-child(2), .records-table td:nth-child(2), .records-table th:nth-child(3), .records-table td:nth-child(3) { text-align: right; }
.records-table tr:last-child td { border-bottom: 0; }
.records-table tbody tr:hover { background: #faf8f5; }
.records-table .time { font-size: 1.14rem; font-weight: 860; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.record-highlight { color: var(--white); background: var(--green) !important; }
.record-highlight td { border-bottom-color: rgba(255,255,255,.16); }
.badge { display: inline-flex; margin-left: 8px; padding: 4px 7px; border-radius: 5px; color: var(--green-dark); background: var(--white); font-size: .58rem; font-weight: 900; letter-spacing: .08em; vertical-align: middle; }
.source-note { margin: 14px 3px 0; color: #7f8580; font-size: .74rem; }
.season-mark { display: flex; align-items: center; gap: 12px; padding: 14px 18px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.6); }
.season-mark strong { color: var(--accent-dark); font-size: 2.2rem; line-height: 1; }
.season-mark span { color: var(--muted); font-size: .68rem; font-weight: 800; line-height: 1.25; letter-spacing: .07em; text-transform: uppercase; }
.result-list { display: grid; gap: 10px; }
.result-card { display: grid; grid-template-columns: 120px 175px 1fr auto; gap: 24px; align-items: center; min-height: 104px; padding: 17px 22px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.55); transition: border-color .2s ease,background .2s ease,transform .2s ease; }
.result-card:hover { transform: translateX(4px); border-color: #b8bdb8; background: var(--white); }
.result-card--featured { color: var(--white); border-color: var(--green); background: var(--green); box-shadow: 0 18px 50px rgba(36,79,64,.22); }
.result-card--featured:hover { border-color: var(--green-dark); background: var(--green-dark); }
.result-card time { color: var(--muted); font-size: .75rem; font-weight: 850; letter-spacing: .04em; }
.result-card--featured time { color: rgba(255,255,255,.68); }
.result-card__event { display: grid; }
.result-card__event span { color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.result-card--featured .result-card__event span, .result-card--featured .result-card__meet span { color: rgba(255,255,255,.67); }
.result-card__event strong { font-size: 1.75rem; line-height: 1.15; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.result-card__meet { display: grid; }
.result-card__meet strong { font-size: .95rem; }
.result-card__meet span { margin-top: 2px; color: var(--muted); font-size: .8rem; }
.result-card__tag { min-width: 52px; padding: 8px 10px; border-radius: 999px; color: var(--accent-dark); background: var(--accent-soft); text-align: center; font-size: .66rem; font-weight: 900; letter-spacing: .08em; }
.result-card--featured .result-card__tag { color: var(--green-dark); background: var(--white); }
.chart-card { overflow-x: auto; padding: 32px 34px 16px; border-radius: var(--radius-lg); color: var(--white); background: radial-gradient(circle at 82% 15%, rgba(212,84,136,.4), transparent 24rem), var(--green-dark); box-shadow: var(--shadow); }
.chart-card__summary { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 6px; }
.chart-card__summary span { color: rgba(255,255,255,.5); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.chart-card__summary strong { font-size: clamp(1.4rem,3vw,2.5rem); letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.progress-chart { width: 100%; min-width: 680px; overflow: visible; }
.progress-chart .grid-lines line { stroke: rgba(255,255,255,.1); stroke-width: 1; }
.progress-chart .axis-labels text { fill: rgba(255,255,255,.4); font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; }
.progress-chart .area { fill: rgba(212,84,136,.18); }
.progress-chart .line { fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.progress-chart .points circle { fill: var(--green-dark); stroke: #fff; stroke-width: 3; transition: r .2s ease,fill .2s ease; }
.progress-chart .points g:focus circle, .progress-chart .points g:hover circle { r: 12; fill: var(--accent); outline: none; }
.progress-chart .points .point-current { fill: var(--accent); stroke: #fff; }
.progress-chart .points text { fill: rgba(255,255,255,.57); font-size: 12px; font-weight: 780; text-anchor: middle; }
.progress-chart .points .value { fill: rgba(255,255,255,.92); font-size: 13px; font-variant-numeric: tabular-nums; }
.progress-chart .points .value--current { fill: #fff; font-size: 16px; font-weight: 900; }
.timeline { position: relative; display: grid; }
.timeline::before { position: absolute; top: 16px; bottom: 16px; left: 74px; width: 1px; content: ""; background: var(--line); }
.timeline__item { position: relative; display: grid; grid-template-columns: 115px 1fr; gap: 40px; padding: 0 0 48px; }
.timeline__item:last-child { padding-bottom: 0; }
.timeline__year { position: relative; padding-top: 3px; color: #707672; font-size: 1.3rem; font-weight: 850; font-variant-numeric: tabular-nums; }
.timeline__year::after { position: absolute; right: 32px; top: 11px; width: 12px; height: 12px; border: 3px solid var(--paper); border-radius: 50%; content: ""; background: #aaaead; box-shadow: 0 0 0 1px #aaaead; }
.timeline__item--current .timeline__year { color: var(--accent-dark); }
.timeline__item--current .timeline__year::after { background: var(--accent); box-shadow: 0 0 0 1px var(--accent),0 0 0 7px var(--accent-soft); }
.timeline__content { max-width: 850px; padding: 0 0 34px; border-bottom: 1px solid var(--line); }
.timeline__item:last-child .timeline__content { border-bottom: 0; }
.timeline__content h3 { margin: 0 0 10px; font-size: clamp(1.35rem,2.5vw,2rem); letter-spacing: -.03em; }
.timeline__content p { margin: 0; color: var(--muted); }
.text-link { color: var(--accent-dark); text-decoration: none; font-size: .8rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.gallery__grid { display: grid; grid-template-columns: 1.3fr .7fr; grid-template-rows: repeat(2,300px); gap: 12px; }
.gallery figure { position: relative; min-height: 0; margin: 0; overflow: hidden; border-radius: 18px; background: #dcd8d2; }
.gallery__main { grid-row: 1 / span 2; }
.gallery__portrait { background: linear-gradient(180deg,#dfe7e1,#bfd0c6) !important; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1),filter .3s ease; }
.gallery__main img { object-position: 50% 50%; }
.gallery__portrait img { object-fit: contain; object-position: 50% 100%; }
.gallery figure:last-child img { object-position: 50% 24%; }
.gallery figure:hover img { transform: scale(1.035); filter: saturate(1.05); }
.gallery figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; color: var(--white); background: rgba(12,22,18,.72); backdrop-filter: blur(9px); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.profile-footer { display: flex; min-height: 150px; align-items: center; justify-content: space-between; gap: 32px; margin-top: 20px; padding: 40px max(32px,calc((100vw - var(--max))/2 + 32px)); color: var(--white); background: var(--green-dark); }
.profile-footer > div:first-child { display: grid; }
.profile-footer strong { font-size: 1.05rem; letter-spacing: .03em; }
.profile-footer span { color: rgba(255,255,255,.48); font-size: .76rem; }
.profile-footer__links { display: flex; flex-wrap: wrap; gap: 22px; }
.profile-footer a { color: rgba(255,255,255,.75); text-decoration: none; font-size: .75rem; font-weight: 800; }
.profile-footer a:hover, .profile-footer a:focus-visible { color: var(--white); }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid rgba(212,84,136,.35); outline-offset: 3px; }

@media (max-width:980px) {
  .hero { min-height: auto; }
  .hero__content { grid-template-columns: 1fr; padding: 56px 24px 0; }
  .hero__copy { min-height: 500px; padding-right: 0; }
  .hero__visual { min-height: 520px; border-radius: 28px 28px 0 0; }
  .hero__visual::before { background: linear-gradient(0deg,rgba(16,37,30,.72),transparent 50%); }
  .hero__stats { padding: 0 24px; }
  .overview__grid { grid-template-columns: 1fr; }
  .identity-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .identity-card__image { height: auto; min-height: 410px; }
  .result-card { grid-template-columns: 110px 155px 1fr auto; gap: 16px; }
}

@media (max-width:720px) {
  body { font-size: 15px; }
  .hero__content { padding: 42px 18px 0; }
  .hero__copy { min-height: 485px; }
  .hero h1 { font-size: clamp(4rem,21vw,6rem); }
  .hero__role { max-width: 340px; font-size: .91rem; }
  .hero__visual { min-height: 470px; border-radius: 24px 24px 0 0; }
  .hero__visual img { object-position: 52% 50%; }
  .hero__result { right: 14px; bottom: 14px; left: 14px; min-width: 0; }
  .hero__number { font-size: 6.2rem; }
  .hero__stats { grid-template-columns: repeat(2,1fr); padding: 0 18px; }
  .hero__stats article { min-height: 95px; padding: 16px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero__stats article:nth-child(2) { border-right: 0; }
  .hero__stats article:first-child, .hero__stats article:last-child { border-radius: 0; }
  .section-nav__inner { padding: 0 18px; }
  .page-grid { padding: 0 18px; }
  .section { padding: 78px 0; }
  .section-heading, .section-heading--row { display: block; margin-bottom: 34px; }
  .section h2 { font-size: clamp(2.4rem,13vw,4rem); }
  .filters { justify-content: flex-start; margin-top: 24px; }
  .identity-card { display: block; }
  .identity-card__image { height: 420px; min-height: 0; }
  blockquote { padding: 74px 24px 25px; }
  blockquote::before { left: 22px; top: 8px; }
  .season-mark { display: inline-flex; margin-top: 24px; }
  .result-card { grid-template-columns: 72px 1fr auto; gap: 10px 14px; min-height: 0; padding: 16px; }
  .result-card__event { grid-column: 2; }
  .result-card__meet { grid-column: 2 / 4; }
  .chart-card { padding: 24px 18px 10px; }
  .chart-card__summary { align-items: flex-start; flex-direction: column; gap: 4px; }
  .timeline::before { left: 42px; }
  .timeline__item { grid-template-columns: 75px 1fr; gap: 20px; }
  .timeline__year::after { right: 25px; }
  .gallery__grid { grid-template-columns: 1fr; grid-template-rows: 400px 340px 420px; }
  .gallery__main { grid-row: auto; }
  .profile-footer { align-items: flex-start; flex-direction: column; padding: 38px 18px; }
}

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

/* 2026-07 refined profile edition: restrained scale and cleaner hierarchy */
:root {
  --max: 1160px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow: 0 14px 38px rgba(20, 28, 24, .10);
}

.profile { background: var(--paper); }
.hero { min-height: auto; background: #12261e; }
.hero::after { height: 4px; }
.hero__rings, .hero__number { display: none; }
.hero__content {
  grid-template-columns: minmax(0,.9fr) minmax(430px,1.1fr);
  min-height: 490px;
  padding: 36px 32px 0;
}
.hero__copy { padding: 38px 52px 42px 0; }
.eyebrow, .kicker {
  margin-bottom: 13px;
  font-size: .69rem;
  font-weight: 750;
  letter-spacing: .14em;
}
.hero h1 {
  font-size: clamp(3rem,5.5vw,5rem);
  font-weight: 780;
  line-height: .92;
  letter-spacing: -.045em;
  text-transform: none;
}
.hero h1 span {
  color: rgba(255,255,255,.68);
  -webkit-text-stroke: 0;
}
.hero__role {
  margin-top: 24px;
  color: rgba(255,255,255,.78);
  font-size: .96rem;
  font-weight: 600;
}
.hero__role b { display: none; }
.hero__tagline {
  margin-top: 8px;
  max-width: 480px;
  color: rgba(255,255,255,.60);
  font-size: .92rem;
  font-weight: 500;
}
.hero__actions { gap: 9px; margin-top: 26px; }
.button {
  min-height: 42px;
  padding: 0 16px;
  font-size: .76rem;
  font-weight: 720;
}
.hero__visual { min-height: 490px; border-radius: 0 0 0 42px; }
.hero__visual::before {
  background: linear-gradient(90deg,#12261e 0%,rgba(18,38,30,.42) 10%,transparent 34%),linear-gradient(0deg,rgba(18,38,30,.48),transparent 40%);
}
.hero__result {
  right: 20px;
  bottom: 20px;
  min-width: 218px;
  padding: 15px 18px;
  border-radius: 12px;
}
.hero__result span, .hero__result small { font-size: .63rem; letter-spacing: .09em; }
.hero__result strong { font-size: 2rem; }
.hero__stats { padding: 0 32px; }
.hero__stats article { min-height: 82px; padding: 13px 20px; }
.hero__stats span { font-size: .61rem; letter-spacing: .10em; }
.hero__stats strong { font-size: clamp(1.25rem,1.8vw,1.65rem); font-weight: 750; }

.section-nav a { padding: 15px 16px 13px; font-size: .69rem; font-weight: 750; }
.section { padding: 72px 0; }
.section-heading { max-width: 760px; margin-bottom: 30px; }
.section-heading--row { max-width: none; }
.section h2 {
  max-width: 820px;
  font-size: clamp(1.8rem,3.2vw,2.8rem);
  font-weight: 740;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.section-intro { margin-top: 14px; font-size: 1rem; }
.overview__grid { grid-template-columns: minmax(0,1.35fr) minmax(310px,.65fr); gap: 54px; }
.overview__story p { font-size: 1rem; }
.overview__story .lead { font-size: clamp(1.08rem,1.5vw,1.28rem); font-weight: 520; line-height: 1.55; }
.profile-note {
  margin: 30px 0 0;
  padding: 18px 20px;
  border-left: 3px solid var(--accent);
  color: #454a46;
  background: rgba(255,255,255,.6);
}
.identity-card { border-radius: 18px; }
.identity-card__image { height: 350px; }
.identity-card dl { padding: 14px 22px 20px; }
.identity-card dl div { padding: 10px 0; }
.identity-card dt { font-size: .63rem; }
.identity-card dd { font-size: .9rem; font-weight: 700; }

.table-wrap { border-radius: 14px; box-shadow: 0 10px 28px rgba(20,28,24,.055); }
.records-table th, .records-table td { padding: 15px 17px; }
.records-table .time { font-size: 1rem; }
.season-mark { padding: 10px 14px; }
.season-mark strong { font-size: 1.75rem; }
.result-card { min-height: 90px; padding: 14px 19px; border-radius: 12px; }
.result-card__event strong { font-size: 1.48rem; }
.chart-card { padding: 25px 28px 12px; border-radius: 18px; }
.chart-card__summary strong { font-size: clamp(1.25rem,2vw,1.75rem); }
.timeline__content h3 { font-size: clamp(1.15rem,1.8vw,1.45rem); }
.gallery__grid { grid-template-rows: repeat(2,270px); }
.gallery figure { border-radius: 14px; }
.profile-footer { min-height: 120px; }

@media (max-width:980px) {
  .hero__content { padding-top: 30px; }
  .hero__copy { min-height: 390px; }
  .hero__visual { min-height: 450px; }
  .overview__grid { gap: 38px; }
}

@media (max-width:720px) {
  .hero__content { padding: 28px 18px 0; }
  .hero__copy { min-height: 350px; padding: 28px 0 32px; }
  .hero h1 { font-size: clamp(2.8rem,14vw,4rem); line-height: .94; }
  .hero__role { margin-top: 19px; }
  .hero__tagline { font-size: .84rem; }
  .hero__actions { margin-top: 21px; }
  .hero__visual { min-height: 390px; border-radius: 18px 18px 0 0; }
  .hero__stats article { min-height: 76px; }
  .section { padding: 56px 0; }
  .section h2 { font-size: clamp(1.75rem,8.5vw,2.25rem); line-height: 1.1; }
  .section-heading, .section-heading--row { margin-bottom: 26px; }
  .identity-card__image { height: 380px; }
  .gallery__grid { grid-template-rows: 360px 300px 370px; }
}

/* Automātiskie rezultāti un video */
[hidden] { display: none !important; }

.season-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 18px;
}

.season-toggle {
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255,255,255,.65);
  cursor: pointer;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .03em;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.season-toggle:hover,
.season-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: #aaa39b;
  background: var(--white);
}

.result-card__play {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--white);
  background: var(--accent);
  cursor: pointer;
  font-size: .78rem;
  transition: transform .2s ease, background .2s ease;
}

.result-card__play:hover,
.result-card__play:focus-visible {
  transform: scale(1.06);
  background: var(--accent-dark);
}

.result-card--featured .result-card__play {
  color: var(--accent);
  background: var(--white);
}

.videos { position: relative; }

.videos::before {
  position: absolute;
  inset: 42px -45vw 42px;
  content: "";
  border-top: 1px solid var(--soft-line);
  border-bottom: 1px solid var(--soft-line);
  background: rgba(255,255,255,.34);
  z-index: -1;
}

.video-count {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.66);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(290px, .75fr);
  gap: 18px;
  align-items: start;
}

.video-feature {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--white);
  box-shadow: 0 18px 55px rgba(22,18,16,.08);
}

.video-feature__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #101010;
}

.video-feature__media iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-feature__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background:
    linear-gradient(0deg, rgba(0,0,0,.52), transparent 52%),
    var(--video-poster) center / cover no-repeat;
  cursor: pointer;
}

.video-feature__poster::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle at center, transparent 0 18%, rgba(0,0,0,.08) 55%, rgba(0,0,0,.22));
  transition: background .25s ease;
}

.video-feature__poster:hover::after,
.video-feature__poster:focus-visible::after {
  background: radial-gradient(circle at center, transparent 0 23%, rgba(0,0,0,.04) 58%, rgba(0,0,0,.16));
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border-radius: 50%;
  color: var(--accent);
  background: rgba(255,255,255,.94);
  box-shadow: 0 12px 35px rgba(0,0,0,.28);
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 1.15rem;
  text-indent: 4px;
  transition: transform .2s ease;
}

.video-feature__poster:hover .video-play,
.video-feature__poster:focus-visible .video-play {
  transform: translate(-50%, -50%) scale(1.06);
}

.video-feature__copy { padding: 19px 22px 21px; }

.video-feature__copy span,
.video-item__copy small {
  color: var(--accent);
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.video-feature__copy h3 {
  margin: 5px 0 3px;
  font-size: clamp(1.25rem, 2.2vw, 1.85rem);
  line-height: 1.18;
  letter-spacing: -.025em;
}

.video-feature__copy p {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
}

.video-list { display: grid; gap: 10px; }

.video-item {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  width: 100%;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255,255,255,.58);
  cursor: pointer;
  text-align: left;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.video-item:hover,
.video-item:focus-visible,
.video-item.is-selected {
  transform: translateX(3px);
  border-color: #aaa39b;
  background: var(--white);
}

.video-item.is-selected {
  box-shadow: inset 3px 0 0 var(--accent);
}

.video-item__thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 9px;
  background: var(--video-thumb) center / cover no-repeat, #111;
}

.video-item__thumb::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0,0,0,.14);
}

.video-item__thumb > span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: var(--accent);
  background: rgba(255,255,255,.92);
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: .58rem;
  text-indent: 2px;
}

.video-item__copy {
  display: grid;
  min-width: 0;
}

.video-item__copy strong {
  margin-top: 2px;
  font-size: .9rem;
  line-height: 1.15;
}

.video-item__copy > span {
  margin-top: 4px;
  overflow: hidden;
  color: var(--muted);
  font-size: .73rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .video-layout { grid-template-columns: 1fr; }
  .video-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .result-card__play { grid-column: 3; grid-row: 1; }
  .video-count { display: inline-flex; margin-top: 18px; }
  .video-list { grid-template-columns: 1fr; }
  .video-item { grid-template-columns: 104px minmax(0, 1fr); }
  .video-play { width: 58px; height: 58px; }
}

