:root {
  --navy: #06162c;
  --navy-2: #0a2342;
  --navy-3: #102d4f;
  --blue: #397dff;
  --white: #ffffff;
  --paper: #f3f6f9;
  --ink: #111925;
  --muted: #667386;
  --line: #dce2e9;
  --header-height: 78px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: Inter, "Helvetica Neue", Arial, sans-serif; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; }
[hidden] { display: none !important; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 18px; z-index: 100; background: var(--white); color: var(--navy); padding: 12px 18px; font-weight: 700; }
.skip-link:focus { top: 14px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 5vw, 76px);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.brand { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand small { display: block; margin-top: 4px; color: #9db0c7; font-size: 9px; letter-spacing: .16em; }
.brand-mark { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .5); font-size: 11px; }

nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); }
nav > a { padding: 10px 0; border-bottom: 1px solid transparent; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
nav > a:hover, nav > a:focus-visible { border-color: var(--white); }
.language-switcher { display: flex; gap: 3px; padding-left: 10px; border-left: 1px solid rgba(255, 255, 255, .2); }
.language-switcher button { border: 0; background: transparent; color: #96a9c0; padding: 7px; cursor: pointer; font-size: 9px; font-weight: 800; }
.language-switcher button[aria-pressed="true"] { color: var(--white); }
.menu-toggle { display: none; border: 0; background: none; color: var(--white); padding: 10px; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 6px 0; background: currentColor; }

.hero { min-height: 100svh; padding: calc(var(--header-height) + 28px) clamp(20px, 5vw, 76px) 32px; overflow: hidden; background: var(--navy); color: var(--white); position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 30%, rgba(57, 125, 255, .22), transparent 30%), linear-gradient(125deg, transparent 0 65%, rgba(255, 255, 255, .025) 65%); }
.hero-grid { min-height: calc(100svh - var(--header-height) - 60px); display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(340px, .97fr); gap: clamp(36px, 6vw, 92px); align-items: center; position: relative; z-index: 1; max-width: 1440px; margin: auto; }
.hero-copy { padding: 34px 0; }
.eyebrow, .kicker { margin: 0; font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #c4d1df; }
.eyebrow > span:first-child { width: 28px; height: 1px; background: var(--blue); }
h1 { max-width: 850px; margin: 22px 0 20px; font-size: clamp(62px, 8.2vw, 126px); line-height: .86; letter-spacing: -.07em; text-transform: uppercase; }
h1 strong { display: block; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .68); font-weight: 800; }
.hero-position { margin: 0; color: #e7edf5; font-size: clamp(14px, 1.35vw, 20px); font-weight: 700; }
.hero-position i { padding: 0 8px; color: var(--blue); font-style: normal; }
.hero-route { margin: 18px 0 0; color: #9db0c7; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-route span { margin: 0 8px; color: var(--blue); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; max-width: 760px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; padding: 14px 18px; font-size: 9px; font-weight: 800; letter-spacing: .1em; line-height: 1.25; text-align: center; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--white); color: var(--navy); }
.button-primary:hover { background: #e8eef6; }
.button-secondary { border-color: rgba(255, 255, 255, .3); color: var(--white); }
.button-secondary:hover { border-color: var(--white); }
.button-light { background: var(--white); color: var(--navy); }

.hero-visual { position: relative; height: min(72vh, 720px); min-height: 470px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .18); background: linear-gradient(145deg, var(--navy-3), #081a30); isolation: isolate; }
.photo-fallback { position: absolute; inset: 0; display: grid; place-content: center; gap: 10px; text-align: center; background: linear-gradient(145deg, var(--navy-3), #081a30); color: rgba(255, 255, 255, .26); }
.photo-fallback span { font-size: clamp(90px, 14vw, 190px); font-weight: 900; letter-spacing: -.08em; }
.photo-fallback small { font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-photo { position: relative; z-index: 1; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 30%; opacity: 1; filter: saturate(.9) contrast(1.04); animation: photoReveal .6s ease-out both; }
.hero-photo.is-unavailable { display: none; }
.hero-visual::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 54%, rgba(6, 22, 44, .82)); }
.photo-label { position: absolute; z-index: 3; left: 22px; bottom: 22px; padding: 12px 14px; border-left: 2px solid var(--blue); background: rgba(6, 22, 44, .86); }
.photo-label span, .photo-label small { display: block; }
.photo-label span { font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.photo-label small { margin-top: 4px; color: #a8b8ca; font-size: 9px; }
@keyframes photoReveal { from { opacity: 0; transform: scale(1.015); } to { opacity: 1; transform: scale(1); } }

.section { padding: clamp(74px, 8.5vw, 124px) clamp(20px, 7vw, 108px); }
.section-intro { max-width: 920px; margin-bottom: clamp(38px, 5vw, 64px); }
.section-intro.split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; }
.section-intro.split > p { margin: 0; color: var(--muted); line-height: 1.7; }
.kicker { margin-bottom: 20px; color: var(--blue); }
.section h2, .international h2, .contact h2 { margin: 0; font-size: clamp(38px, 4.7vw, 68px); line-height: .98; letter-spacing: -.05em; }

.profile-section { background: var(--white); }
.profile-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; border-top: 1px solid var(--ink); }
.profile-grid div { min-height: 116px; padding: 22px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-grid dt { margin-bottom: 19px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.profile-grid dd { margin: 0; font-size: 15px; font-weight: 800; }

.highlights-section { background: var(--paper); }
.highlights-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.video-card { overflow: hidden; background: var(--navy-2); color: var(--white); border: 1px solid #183e66; }
.video-featured { grid-column: 1 / -1; }
.video-frame { width: 100%; aspect-ratio: 16 / 9; background: #020811; }
.video-frame iframe { width: 100%; height: 100%; display: block; border: 0; }
.video-info { min-height: 105px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 20px 22px; }
.video-info span { color: #81aaff; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.video-info h3 { margin: 7px 0 0; font-size: clamp(16px, 1.5vw, 22px); }
.video-info a { font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.video-info a:hover, .video-info a:focus-visible { text-decoration: underline; }

.semifinal-section { background: var(--white); }
.semifinal-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 22px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.semifinal-stats div { min-height: 112px; display: flex; align-items: baseline; gap: 12px; padding: 24px 20px; border-right: 1px solid var(--line); }
.semifinal-stats div:last-child { border-right: 0; }
.semifinal-stats strong { color: var(--blue); font-size: clamp(32px, 4vw, 54px); line-height: 1; }
.semifinal-stats span { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.semifinal-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: 12px; }
.semifinal-photo { position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--navy-2); }
.semifinal-photo-featured { grid-column: span 2; grid-row: span 2; }
.semifinal-photo-team { grid-column: span 2; }
.semifinal-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 30%; transition: transform .45s ease; }
.semifinal-photo-featured img { object-position: center 46%; }
.semifinal-photo-team img { object-position: center 42%; }
.semifinal-photo::after { content: ""; position: absolute; inset: 50% 0 0; pointer-events: none; background: linear-gradient(transparent, rgba(6, 22, 44, .82)); }
.semifinal-photo:hover img { transform: scale(1.025); }
.semifinal-photo figcaption { position: absolute; z-index: 1; right: 16px; bottom: 15px; left: 16px; color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.semifinal-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.button-dark-outline { border-color: var(--navy); color: var(--navy); }
.button-dark-outline:hover { background: var(--navy); color: var(--white); }
#gol-semifinal { scroll-margin-top: calc(var(--header-height) + 18px); }
#gol-final { scroll-margin-top: calc(var(--header-height) + 18px); }

.final-section { background: var(--navy); color: var(--white); }
.final-section .section-intro.split > p { color: #b1bfd0; }
.final-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 22px; border-top: 1px solid rgba(255, 255, 255, .34); border-bottom: 1px solid rgba(255, 255, 255, .18); }
.final-stats div { min-height: 112px; display: flex; align-items: baseline; gap: 12px; padding: 24px 20px; border-right: 1px solid rgba(255, 255, 255, .18); }
.final-stats div:last-child { border-right: 0; }
.final-stats strong { color: #81aaff; font-size: clamp(32px, 4vw, 54px); line-height: 1; }
.final-stats span { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.final-gallery { margin-top: 0; }
.final-gallery .marcet-photo-featured img { object-position: center 48%; }
.final-gallery .marcet-photo-wide img, .final-gallery .marcet-photo-team img { object-position: center 46%; }
.final-section .button-dark-outline { border-color: rgba(255, 255, 255, .5); color: var(--white); }
.final-section .button-dark-outline:hover { border-color: var(--white); background: var(--white); color: var(--navy); }

.qualities-section { background: var(--navy); color: var(--white); }
.qualities { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .18); }
.qualities article { min-height: 235px; padding: 24px 22px; border-right: 1px solid rgba(255, 255, 255, .16); }
.qualities article > span { color: var(--blue); font-size: 9px; }
.qualities h3 { margin: 64px 0 12px; font-size: 20px; }
.qualities p { margin: 0; color: #a7b6c8; font-size: 13px; line-height: 1.65; }

.preparation-section { background: var(--paper); }
.preparation-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.preparation-grid article { min-height: 260px; padding: 25px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.preparation-grid article:last-child { border-right: 0; }
.preparation-grid article > span { color: var(--blue); font-size: 10px; font-weight: 800; }
.preparation-grid h3 { margin: 58px 0 13px; font-size: 21px; }
.preparation-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.timeline { border-top: 1px solid var(--ink); }
.timeline article { display: grid; grid-template-columns: 54px 130px minmax(0, 1fr); gap: 18px; align-items: start; padding: 21px 0; border-bottom: 1px solid var(--line); }
.timeline-index { color: var(--blue); font-size: 10px; }
.timeline-year { font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.timeline h3 { margin: 0 0 6px; font-size: 18px; }
.timeline p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.timeline .future { padding-right: 14px; padding-left: 14px; background: var(--paper); }

.international { min-height: 560px; display: flex; align-items: flex-end; overflow: hidden; position: relative; padding: clamp(64px, 8vw, 105px) clamp(20px, 7vw, 108px); background: linear-gradient(125deg, #0a294d, var(--navy) 58%, #153b65); color: var(--white); }
.international::after { content: "ES"; position: absolute; top: -5vw; right: -2vw; color: rgba(255, 255, 255, .025); font-size: 38vw; font-weight: 900; line-height: 1; }
.international-card { max-width: 830px; position: relative; z-index: 1; }
.international-card > p:not(.kicker) { max-width: 650px; color: #b1bfd0; line-height: 1.7; }
.locations { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; border-top: 1px solid rgba(255, 255, 255, .24); }
.locations div { padding: 20px 20px 0 0; border-right: 1px solid rgba(255, 255, 255, .18); }
.locations span, .locations strong { display: block; }
.locations span { color: #90a6bf; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.locations strong { margin-top: 7px; font-size: 15px; }

.marcet-gallery { background: var(--paper); }
.mic-gallery { background: var(--white); border-top: 1px solid var(--line); }
.mislata-gallery { background: var(--navy); color: var(--white); border-top: 1px solid rgba(255, 255, 255, .14); }
.mislata-gallery .section-intro.split > p { color: #b1bfd0; }
.mislata-gallery .marcet-photo-featured img { object-position: center 48%; }
.mislata-gallery .marcet-photo-team img { object-position: center 42%; }
.lite-gallery { background: var(--paper); border-top: 1px solid var(--line); }
.lite-gallery .marcet-photo-featured img { object-position: center 54%; }
.lite-gallery .marcet-photo-wide img { object-position: center 58%; }
.lite-gallery .marcet-photo-team img { object-position: center 44%; }
.marcet-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 220px; gap: 12px; }
.marcet-photo { grid-column: span 3; position: relative; min-width: 0; margin: 0; overflow: hidden; background: var(--navy-2); }
.marcet-photo-featured { grid-column: span 6; grid-row: span 2; }
.marcet-photo-wide { grid-column: span 6; }
.marcet-photo-team { grid-column: span 6; }
.marcet-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 28%; transition: transform .45s ease; }
.marcet-photo-featured img { object-position: center 42%; }
.marcet-photo-wide img, .marcet-photo-team img { object-position: center 38%; }
.marcet-photo::after { content: ""; position: absolute; inset: 50% 0 0; pointer-events: none; background: linear-gradient(transparent, rgba(6, 22, 44, .82)); }
.marcet-photo:hover img { transform: scale(1.025); }
.marcet-photo figcaption { position: absolute; z-index: 1; right: 16px; bottom: 15px; left: 16px; color: var(--white); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mic-gallery .marcet-photo-team { grid-column: span 9; }
.mic-silver-intro { max-width: 760px; margin: clamp(58px, 8vw, 92px) 0 28px; padding-top: 30px; border-top: 1px solid var(--line); }
.mic-silver-intro h3 { margin: 8px 0 12px; font-family: "Bodoni Moda", Georgia, serif; font-size: clamp(30px, 4vw, 50px); font-weight: 500; line-height: 1.05; }
.mic-silver-intro > p:last-child { max-width: 620px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.mic-silver-grid .marcet-photo-wide { grid-column: span 6; }
.mic-silver-grid .marcet-photo-team { grid-column: span 12; }
.mic-silver-grid .marcet-photo-featured img { object-position: center 40%; }
.mic-silver-grid .marcet-photo-wide img { object-position: center 42%; }
.mic-silver-grid .marcet-photo-team img { object-position: center 36%; }

.achievements-section .section-intro { margin-bottom: 30px; }
.achievement-card { max-width: 760px; display: grid; grid-template-columns: 58px 1fr; gap: 20px; align-items: center; padding: 24px; border-left: 3px solid var(--blue); background: var(--paper); }
.trophy { color: var(--blue); font-size: 31px; text-align: center; }
.achievement-card p { margin: 0 0 5px; color: var(--muted); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.achievement-card h3 { margin: 0 0 6px; font-size: 21px; }
.achievement-card div > span { color: var(--muted); font-size: 11px; }

.contact { padding: clamp(88px, 11vw, 148px) 20px; background: var(--navy); color: var(--white); text-align: center; }
.contact > p:not(.kicker) { max-width: 650px; margin: 27px auto 0; color: #a9b7c8; line-height: 1.75; }
.contact .button { margin-top: 30px; }
footer { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 28px clamp(20px, 5vw, 76px); border-top: 1px solid rgba(255, 255, 255, .12); background: #040e1c; color: var(--white); }
footer p, footer > a { color: #8294aa; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr .85fr; gap: 30px; }
  nav { gap: 16px; }
  .profile-grid { grid-template-columns: repeat(2, 1fr); }
  .qualities { grid-template-columns: repeat(2, 1fr); }
  .qualities article { min-height: 220px; border-bottom: 1px solid rgba(255, 255, 255, .16); }
}

@media (max-width: 720px) {
  :root { --header-height: 68px; }
  .site-header { padding: 0 18px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  nav { position: fixed; inset: 0; display: none; flex-direction: column; align-items: flex-start; justify-content: center; gap: 8px; padding: 82px 28px 32px; background: rgba(6, 22, 44, .98); }
  nav.is-open { display: flex; }
  nav > a { width: 100%; padding: 15px 0; font-size: 14px; border-bottom: 1px solid rgba(255, 255, 255, .14); }
  .language-switcher { margin-top: 18px; padding: 0; border: 0; }
  .language-switcher button { padding: 10px 14px 10px 0; font-size: 11px; }

  .hero { min-height: auto; padding: calc(var(--header-height) + 22px) 18px 26px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 22px; }
  .hero-copy { padding: 28px 0 0; }
  h1 { max-width: 100%; margin: 17px 0 16px; font-size: clamp(52px, 17vw, 76px); }
  .hero-position { font-size: 14px; line-height: 1.5; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 25px; }
  .button { min-height: 50px; padding: 13px 12px; }
  .hero-visual { height: min(46svh, 460px); min-height: 320px; margin-top: 2px; }
  .hero-photo { object-position: center 27%; }
  .photo-label { left: 14px; bottom: 14px; }

  .section { padding: 66px 18px; }
  .section-intro { margin-bottom: 34px; }
  .section-intro.split { grid-template-columns: 1fr; gap: 20px; }
  .section h2, .international h2, .contact h2 { font-size: clamp(34px, 10vw, 48px); }
  .profile-grid { grid-template-columns: 1fr 1fr; }
  .profile-grid div { min-height: 104px; padding: 18px 12px; }
  .profile-grid dd { font-size: 13px; }

  .highlights-grid { grid-template-columns: 1fr; }
  .video-featured { grid-column: auto; }
  .video-info { min-height: 95px; grid-template-columns: 1fr; gap: 13px; }
  .video-info a { justify-self: start; }

  .semifinal-stats { grid-template-columns: 1fr; }
  .semifinal-stats div { min-height: 82px; border-right: 0; border-bottom: 1px solid var(--line); }
  .semifinal-stats div:last-child { border-bottom: 0; }
  .semifinal-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 245px; gap: 8px; }
  .semifinal-photo-featured { grid-column: 1 / -1; grid-row: auto; min-height: 390px; }
  .semifinal-photo-team { grid-column: 1 / -1; aspect-ratio: 3 / 2; }
  .final-stats { grid-template-columns: 1fr; }
  .final-stats div { min-height: 82px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .18); }
  .final-stats div:last-child { border-bottom: 0; }

  .qualities { grid-template-columns: 1fr; }
  .qualities article { min-height: 0; padding: 22px 4px 25px; border-right: 0; }
  .qualities h3 { margin: 25px 0 9px; }
  .preparation-grid { grid-template-columns: 1fr; }
  .preparation-grid article { min-height: 0; padding: 24px 4px 27px; border-right: 0; }
  .preparation-grid h3 { margin: 25px 0 10px; }
  .timeline article { grid-template-columns: 34px 78px minmax(0, 1fr); gap: 7px; padding: 18px 0; }
  .timeline h3 { font-size: 16px; }
  .timeline p { font-size: 12px; }
  .international { min-height: 530px; padding: 66px 18px; }
  .locations { grid-template-columns: 1fr; }
  .locations div { padding: 17px 0; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
  .marcet-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 245px; gap: 8px; }
  .marcet-photo, .marcet-photo-featured, .marcet-photo-wide, .marcet-photo-team { grid-column: span 1; grid-row: span 1; }
  .mic-gallery .marcet-photo-team { grid-column: 1 / -1; }
  .mic-silver-grid .marcet-photo-wide { grid-column: span 1; }
  .mic-silver-grid .marcet-photo-team { grid-column: 1 / -1; }
  .marcet-photo-featured, .marcet-photo-team { grid-column: 1 / -1; }
  .marcet-photo-featured { min-height: 390px; }
  .marcet-photo-team { aspect-ratio: 3 / 2; }
  footer { flex-direction: column; text-align: center; }
}

@media (max-width: 420px) {
  .hero-actions { grid-template-columns: 1fr; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-grid div { min-height: auto; }
  .timeline article { grid-template-columns: 28px 68px minmax(0, 1fr); }
  .marcet-grid { grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .marcet-photo, .marcet-photo-featured, .marcet-photo-wide, .marcet-photo-team { grid-column: 1; }
  .marcet-photo-team { min-height: 230px; aspect-ratio: 3 / 2; }
  .semifinal-gallery { grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .semifinal-photo, .semifinal-photo-featured, .semifinal-photo-team { grid-column: 1; }
  .semifinal-photo-team { min-height: 230px; aspect-ratio: 3 / 2; }
  .semifinal-actions { display: grid; }
}

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

:focus-visible { outline: 3px solid #79a6ff; outline-offset: 4px; }
