:root {
  --navy: #082e4d;
  --navy-deep: #031f35;
  --sea: #39728b;
  --sky: #dce8e8;
  --cream: #f1e4bd;
  --paper: #fbf8ee;
  --white: #fffdf7;
  --orange: #e87522;
  --ink: #122b3b;
  --muted: #64727a;
  --line: rgba(18, 43, 59, .18);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 0; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--orange); color: white; transform: translateY(-110%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; top: 0; left: 0; z-index: 20; width: 100%; min-height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 5vw, 5rem); color: var(--cream); border-bottom: 1px solid rgba(241, 228, 189, .28); }
.site-header.solid { position: relative; background: var(--white); color: var(--navy); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; color: inherit; }
.brand-lockup { display: block; width: clamp(180px, 18vw, 240px); aspect-ratio: 680 / 190; background: currentColor; -webkit-mask: url("tigullio-ocean-racing.svg") center / contain no-repeat; mask: url("tigullio-ocean-racing.svg") center / contain no-repeat; }
.site-header .brand-lockup { width: clamp(54px, 6vw, 68px); aspect-ratio: 1; border-radius: 50%; background: url("tigullio-header-logo.jpg") center / cover no-repeat; box-shadow: 0 0 0 1px rgba(241, 228, 189, .45); -webkit-mask: none; mask: none; }
.main-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.5vw, 2.75rem); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.main-nav > a { position: relative; padding: 2.15rem 0; }
.main-nav > a::after { content: ""; position: absolute; right: 0; bottom: 1.65rem; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after, .main-nav > a.active::after { transform: scaleX(1); transform-origin: left; }
.language-switcher { display: flex; align-items: center; gap: .25rem; margin-left: .25rem; padding-left: 1rem; border-left: 1px solid currentColor; }
.language-switcher a { display: inline-flex; align-items: center; gap: .3rem; padding: .4rem .5rem; opacity: .58; border: 1px solid transparent; }
.language-switcher a:hover, .language-switcher a:focus-visible { opacity: 1; }
.language-switcher a.active { opacity: 1; border-color: var(--orange); color: inherit; }
.language-switcher span { font-size: 1rem; line-height: 1; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px 7px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { position: relative; min-height: min(900px, 94vh); display: grid; place-items: center; overflow: hidden; color: var(--cream); background: linear-gradient(90deg, rgba(3,31,53,.93), rgba(3,31,53,.42)), url("surfski-race.webp") center 52% / cover no-repeat; }
.hero-content { position: relative; z-index: 2; width: min(1120px, calc(100% - 2.5rem)); padding-top: 5rem; text-align: center; }
.eyebrow { margin: 0 0 1rem; color: var(--orange); font-size: .7rem; font-weight: 700; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow.centered { display: flex; align-items: center; justify-content: center; gap: 1rem; color: var(--cream); }
.eyebrow.centered span { width: 75px; height: 1px; background: currentColor; }
.hero h1, .page-header h1 { margin: 0; font: 700 clamp(6rem, 17vw, 13.5rem)/.68 var(--serif); letter-spacing: 0; text-transform: uppercase; }
.hero-subtitle { margin: 1.4rem 0 2.5rem; font-size: clamp(1rem, 2vw, 1.65rem); font-weight: 600; letter-spacing: .48em; text-transform: uppercase; }
.event-date { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 2.25rem; }
.event-date strong { font: 700 clamp(3.2rem, 6vw, 5.5rem)/.8 var(--serif); }
.event-date span { padding-left: 1rem; border-left: 1px solid rgba(241,228,189,.5); font-size: .75rem; font-weight: 700; letter-spacing: .2em; text-align: left; text-transform: uppercase; }
.hero-number { position: absolute; right: -1rem; bottom: -4rem; color: rgba(241,228,189,.08); font: 700 24rem/1 var(--serif); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .9rem 1.35rem; font-size: .7rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--orange); color: white; }
.button-accent:hover { background: #c85b0c; }
.button-light { background: var(--white); color: var(--navy); }

.section { width: min(1180px, calc(100% - 2.5rem)); margin: auto; padding: clamp(5rem, 9vw, 9rem) 0; }
.section-number { color: var(--sea); font-size: .67rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.intro { display: grid; grid-template-columns: 40px minmax(280px, .9fr) minmax(360px, 1.15fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.intro-copy h2, .edition-copy h2, .section-heading h2, .contact-band h2 { margin: .2rem 0 1.4rem; font: 700 clamp(3rem, 5.5vw, 5rem)/.9 var(--serif); letter-spacing: 0; }
.intro-copy > p:not(.eyebrow) { max-width: 34rem; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: .8rem; padding: .35rem 0; border-bottom: 2px solid var(--orange); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { font-size: 1rem; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.intro-image { position: relative; margin: 0; }
.intro-image::before { content: ""; position: absolute; top: -18px; right: -18px; width: 45%; height: 45%; border-top: 4px solid var(--orange); border-right: 4px solid var(--orange); }
.intro-image img { position: relative; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.72) contrast(1.06); }
.poster-frame { max-width: 520px; justify-self: end; }
.poster-frame img { aspect-ratio: auto; filter: none; }
.intro-image figcaption, .article-hero figcaption { margin-top: .65rem; color: var(--muted); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }

.edition-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); align-items: end; padding: clamp(5rem, 9vw, 8rem) max(1.25rem, calc((100vw - 1180px) / 2)); background: var(--sky); }
.edition-copy h2 { max-width: 520px; }
.year-list { border-top: 1px solid var(--line); }
.year-list a { display: grid; grid-template-columns: 1fr 1.7fr auto; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--line); transition: color .2s, padding .2s; }
.year-list a:hover { padding-left: .75rem; color: var(--orange); }
.year-list strong { font: 600 clamp(2.5rem, 5vw, 4.5rem)/1 var(--serif); }
.year-list span { font-size: .68rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.year-list b { font-size: 1.3rem; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 0; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.3rem, 3vw, 2.5rem); }
.news-card .news-image { display: block; overflow: hidden; margin-bottom: 1.2rem; background: var(--sky); }
.news-card img { aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.78); transition: transform .45s, opacity .45s; }
.news-card .news-image--poster img { object-position: center top; }
.news-card:hover img { transform: scale(1.035); opacity: .86; }
.news-meta { display: flex; align-items: center; gap: .8rem; color: var(--muted); font-size: .64rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.news-meta span { color: var(--orange); }
.news-meta span::before { content: ""; display: inline-block; width: 18px; height: 1px; margin: 0 .55rem .2rem 0; background: currentColor; }
.news-card h3 { margin: .65rem 0 .75rem; font: 700 clamp(1.55rem, 2.4vw, 2rem)/1.05 var(--serif); }
.news-card h3 a:hover { color: var(--sea); }
.news-card > p { color: var(--muted); font-size: .9rem; }
.contact-band { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding: clamp(5rem, 9vw, 8rem) max(1.25rem, calc((100vw - 1100px) / 2)); background: var(--orange); color: white; }
.contact-band .eyebrow { color: var(--navy-deep); }
.contact-band h2 { max-width: 800px; margin-bottom: 0; }
.site-footer { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 2rem; padding: 3.5rem max(1.25rem, calc((100vw - 1180px) / 2)); background: var(--navy-deep); color: var(--cream); font-size: .72rem; }
.site-footer p { margin: 0; opacity: .72; }
.footer-logos { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; gap: clamp(1.5rem, 5vw, 4.5rem); margin-bottom: 1.25rem; padding: 1.5rem clamp(1rem, 3vw, 2rem); border-top: 1px solid rgba(241, 228, 189, .18); border-bottom: 1px solid rgba(241, 228, 189, .18); }
.footer-logo-link { display: block; width: min(100%, 90px); aspect-ratio: 1; justify-self: center; transition: transform .2s; }
.footer-logo-link:hover { transform: translateY(-3px); }
.footer-logo-link:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.footer-logo { width: 100%; height: auto; aspect-ratio: 1; padding: .625rem; object-fit: contain; box-sizing: border-box; }
.footer-logo--shockwave { padding: .75rem; background: white; }
.footer-logo--fick { background: #07506f; }
.footer-logo--sestri { padding: .5rem; background: white; }
.footer-logo--paddle { padding: .5rem; background: #292b2d; }
.footer-organization { font-weight: 700; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: .25em; transition: color .2s, text-decoration-color .2s; }
.footer-organization:hover, .footer-organization:focus-visible { color: var(--orange); text-decoration-color: currentColor; }
.footer-meta { display: grid; justify-items: end; gap: .85rem; }
.footer-meta p { text-align: right; }
.footer-social { display: flex; justify-content: flex-end; gap: .65rem; }
.footer-social a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(241, 228, 189, .35); color: var(--cream); transition: color .2s, background .2s, border-color .2s, transform .2s; }
.footer-social .footer-email { font-size: 1.2rem; font-weight: 700; line-height: 1; }
.footer-social .footer-phone svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.footer-social a:hover, .footer-social a:focus-visible { border-color: var(--orange); background: var(--orange); color: white; transform: translateY(-2px); }
.footer-social a:focus-visible { outline: 2px solid var(--cream); outline-offset: 3px; }
.footer-social svg { width: 20px; height: 20px; fill: currentColor; }
.footer-social svg rect, .footer-social svg circle:not(.social-icon-dot) { fill: none; stroke: currentColor; stroke-width: 2; }
.footer-social .social-icon-dot { fill: currentColor; stroke: none; }

.page-header { padding: clamp(5rem, 9vw, 8rem) max(1.25rem, calc((100vw - 1180px) / 2)); background: var(--cream); }
.page-header h1 { color: var(--navy); font-size: clamp(5rem, 13vw, 10rem); }
.page-header > p:last-child { max-width: 570px; margin: 2rem 0 0; color: var(--muted); }
.registration-section { width: min(960px, calc(100% - 2.5rem)); margin: auto; padding: clamp(3rem, 6vw, 6rem) 0; }
.form-frame { overflow: hidden; background: var(--white); border: 1px solid var(--line); }
.form-frame iframe { display: block; width: 100%; min-height: 2100px; border: 0; }
.news-list { padding-top: 5rem; }
.featured-news { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding-bottom: 5rem; border-bottom: 1px solid var(--line); }
.featured-news .news-image { overflow: hidden; }
.featured-news img { aspect-ratio: 16 / 10; object-fit: cover; }
.featured-news h2 { margin: .8rem 0 1rem; font: 700 clamp(2.4rem, 4vw, 4rem)/.95 var(--serif); }
.featured-news p { color: var(--muted); }
.news-grid-list { grid-template-columns: repeat(2, 1fr); padding-top: 5rem; }
.news-grid-list .news-card { padding-bottom: 3rem; border-bottom: 1px solid var(--line); }

.article-page { padding: clamp(4rem, 8vw, 8rem) 1.25rem; background: var(--white); }
.article-header, .article-body { width: min(780px, 100%); margin-right: auto; margin-left: auto; }
.back-link { display: inline-block; margin-bottom: 3rem; color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-header h1 { margin: 1rem 0 1.4rem; color: var(--navy); font: 700 clamp(3.4rem, 7vw, 6.5rem)/.88 var(--serif); letter-spacing: 0; }
.article-lead { color: var(--muted); font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 600; line-height: 1.5; }
.article-hero { width: min(1180px, 100%); margin: 4rem auto; }
.article-hero img { aspect-ratio: 16 / 8; object-fit: cover; }
.article-hero--poster { width: min(760px, 100%); }
.article-hero--poster img { width: auto; max-width: 100%; max-height: 78vh; margin-inline: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }
.article-body { font-size: 1.05rem; }
.article-body > p:first-child::first-letter { float: left; margin: .12em .12em 0 0; color: var(--orange); font: 700 5.2rem/.7 var(--serif); }
.article-body h2 { margin-top: 3rem; font: 700 2.6rem/1 var(--serif); }
.article-body blockquote { margin: 3rem 0; padding: .5rem 0 .5rem 2rem; border-left: 4px solid var(--orange); color: var(--sea); font: 600 2rem/1.15 var(--serif); }
.article-body .button { margin-top: 2rem; }
.article-next { padding: 4rem max(1.25rem, calc((100vw - 780px) / 2)); background: var(--sky); }
.article-next > span { display: block; margin-bottom: .8rem; color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.article-next a { display: flex; align-items: center; justify-content: space-between; gap: 2rem; font: 700 clamp(1.7rem, 4vw, 3rem)/1 var(--serif); }
.edition-page { background: var(--paper); }
.edition-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .7fr); min-height: 690px; background: var(--navy-deep); color: var(--cream); }
.edition-hero > * { min-width: 0; }
.edition-hero--text-only { grid-template-columns: 1fr; min-height: 560px; }
.edition-hero--text-only .edition-hero-copy { width: min(920px, 100%); }
.edition-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7rem); }
.edition-kicker { display: flex; align-items: center; gap: 1rem; margin: 0 0 1.5rem; color: var(--orange); font-size: .7rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.edition-kicker::before { width: 54px; height: 2px; background: currentColor; content: ""; }
.edition-hero h1 { max-width: 760px; margin: 0; font: 700 clamp(4.5rem, 10vw, 9rem)/.72 var(--serif); letter-spacing: 0; text-transform: uppercase; }
.edition-hero h1 span { display: block; color: var(--orange); font-size: .58em; }
.edition-lead { max-width: 630px; margin: 2.3rem 0 0; font-size: clamp(1rem, 1.6vw, 1.28rem); line-height: 1.55; }
.edition-poster { min-height: 620px; margin: 0; background: #072739; }
.edition-poster img { height: 100%; object-fit: cover; object-position: center; }
.edition-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); background: var(--white); }
.edition-fact { min-height: 135px; padding: 2rem clamp(1rem, 3vw, 2.5rem); border-right: 1px solid var(--line); }
.edition-fact:last-child { border-right: 0; }
.edition-fact span { display: block; margin-bottom: .45rem; color: var(--muted); font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.edition-fact strong { color: var(--navy); font: 700 clamp(1.45rem, 2.5vw, 2.2rem)/1 var(--serif); }
.edition-story { display: grid; grid-template-columns: minmax(250px, .75fr) minmax(0, 1.3fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.edition-story h2, .edition-results h2, .edition-sources h2 { margin: 0; color: var(--navy); font: 700 clamp(3rem, 6vw, 5.5rem)/.9 var(--serif); letter-spacing: 0; }
.edition-story-copy { max-width: 680px; color: var(--muted); font-size: 1.04rem; }
.edition-story-copy p:first-child { margin-top: 0; }
.edition-quote { margin: 2.5rem 0 0; padding: 0 0 0 1.5rem; border-left: 4px solid var(--orange); color: var(--sea); font: 600 clamp(1.55rem, 3vw, 2.35rem)/1.18 var(--serif); }
.edition-results { padding: clamp(5rem, 9vw, 8rem) max(1.25rem, calc((100vw - 1180px) / 2)); background: var(--sky); }
.results-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.results-heading > p { max-width: 420px; margin: 0; color: var(--muted); }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.result-item { padding: 2rem 2rem 2rem 0; border-bottom: 1px solid var(--line); }
.result-item + .result-item { padding-left: 2rem; border-left: 1px solid var(--line); }
.result-item span { display: block; color: var(--orange); font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.result-item h3 { margin: .65rem 0 .5rem; color: var(--navy); font: 700 clamp(1.8rem, 3vw, 2.5rem)/1 var(--serif); }
.result-item p { margin: 0; color: var(--muted); font-size: .86rem; }
.edition-sources { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.source-list { border-top: 1px solid var(--line); }
.source-list a { display: flex; justify-content: space-between; gap: 2rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); font-weight: 600; }
.source-list a:hover { color: var(--orange); }
.edition-video { padding: clamp(5rem, 9vw, 8rem) max(1.25rem, calc((100vw - 1180px) / 2)); background: var(--navy-deep); color: var(--cream); }
.edition-video-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.edition-video-heading h2 { max-width: 760px; margin: 0; font: 700 clamp(3rem, 6vw, 5.5rem)/.9 var(--serif); letter-spacing: 0; }
.edition-video-heading p { max-width: 370px; margin: 0; color: rgba(241, 228, 189, .72); }
.edition-video video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #000; object-fit: contain; }
.edition-bulletin { padding: clamp(5rem, 9vw, 8rem) max(1.25rem, calc((100vw - 1180px) / 2)); background: var(--navy-deep); color: var(--cream); }
.edition-bulletin-heading { max-width: 720px; margin-bottom: 3rem; }
.edition-bulletin-heading h2 { margin: 0; font: 700 clamp(3rem, 6vw, 5.5rem)/.9 var(--serif); letter-spacing: 0; }
.bulletin-pages { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 3vw, 2.5rem); align-items: start; }
.bulletin-page { overflow: hidden; margin: 0; background: #061f2e; border: 1px solid rgba(241, 228, 189, .2); }
.bulletin-page img { width: 100%; height: auto; }
.bulletin-page figcaption { padding: .85rem 1rem; color: rgba(241, 228, 189, .72); font-size: .64rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.edition-gallery-link { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: end; padding: clamp(4rem, 7vw, 6rem) max(1.25rem, calc((100vw - 1180px) / 2)); background: var(--cream); }
.edition-gallery-link h2 { max-width: 760px; margin: 0; color: var(--navy); font: 700 clamp(3rem, 6vw, 5.5rem)/.9 var(--serif); letter-spacing: 0; }
.gallery-page { min-height: 100vh; background: var(--paper); }
.gallery-header { padding: clamp(5rem, 9vw, 8rem) max(1.25rem, calc((100vw - 1180px) / 2)) clamp(3rem, 6vw, 5rem); background: var(--navy-deep); color: var(--cream); }
.gallery-back { display: inline-flex; gap: .65rem; align-items: center; margin-bottom: 2.5rem; color: rgba(241, 228, 189, .7); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gallery-back:hover { color: var(--orange); }
.gallery-header h1 { margin: 0; font: 700 clamp(4.5rem, 11vw, 9rem)/.72 var(--serif); letter-spacing: 0; text-transform: uppercase; }
.gallery-header h1 span { display: block; color: var(--orange); font-size: .52em; }
.gallery-header > p:last-child { max-width: 620px; margin: 2rem 0 0; color: rgba(241, 228, 189, .76); font-size: clamp(1rem, 1.6vw, 1.2rem); }
.photo-gallery { width: min(1180px, calc(100% - 2.5rem)); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.75rem, 1.5vw, 1.25rem); margin: 0 auto; padding: clamp(3rem, 6vw, 6rem) 0; }
.photo-gallery a { position: relative; overflow: hidden; background: var(--sky); }
.photo-gallery img { height: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.photo-gallery a:hover img, .photo-gallery a:focus-visible img { transform: scale(1.035); filter: saturate(.78); }
.photo-gallery a::after { position: absolute; right: .75rem; bottom: .75rem; display: grid; width: 2.4rem; height: 2.4rem; place-items: center; background: var(--orange); color: white; content: "+"; font-size: 1.4rem; line-height: 1; opacity: 0; transform: translateY(.4rem); transition: opacity .2s, transform .2s; }
.photo-gallery a:hover::after, .photo-gallery a:focus-visible::after { opacity: 1; transform: none; }
.gallery-page .article-next { margin-top: 0; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
  .site-header { min-height: 72px; }
  .brand-lockup { width: 170px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; flex-direction: column; align-items: flex-start; justify-content: center; gap: 0; padding: 5rem 2rem; color: var(--cream); background: var(--navy-deep); transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
  .main-nav.open { transform: translateX(0); visibility: visible; }
  .main-nav > a { width: 100%; padding: .65rem 0; font: 600 2.7rem/1 var(--serif); letter-spacing: 0; text-transform: none; border-bottom: 1px solid rgba(241,228,189,.18); }
  .main-nav > a::after { display: none; }
  .language-switcher { width: 100%; gap: .75rem; margin: 1.4rem 0 0; padding: 0; border: 0; }
  .language-switcher a { width: auto; padding: .6rem .75rem; font: 700 .72rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; border: 1px solid rgba(241,228,189,.3); }
  .language-switcher a.active { border-color: var(--orange); background: var(--orange); color: white; }
  .site-header:has(.main-nav.open) { color: var(--cream); }
  .hero { min-height: 720px; background-position: 58% center; }
  .hero-content { padding-top: 2rem; }
  .hero h1 { font-size: clamp(4rem, 17vw, 7rem); }
  .hero-subtitle { margin-top: .9rem; font-size: .8rem; letter-spacing: .32em; }
  .hero-number { font-size: 14rem; }
  .intro, .edition-band { grid-template-columns: 1fr; }
  .section-number { display: none; }
  .intro-image { margin-top: 1.5rem; }
  .intro-image img { aspect-ratio: 4 / 3; }
  .poster-frame { max-width: 100%; justify-self: stretch; }
  .poster-frame img { aspect-ratio: auto; }
  .news-grid, .news-grid-list { grid-template-columns: 1fr; gap: 3rem; }
  .section-heading, .contact-band { align-items: flex-start; flex-direction: column; }
  .featured-news { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 2rem; }
  .footer-meta { justify-items: start; }
  .footer-meta p { text-align: left; }
  .footer-social { justify-content: flex-start; }
  .article-hero img { aspect-ratio: 4 / 3; }
  .article-hero--poster img { aspect-ratio: auto; }
  .edition-hero { grid-template-columns: 1fr; min-height: 0; }
  .edition-hero-copy { padding-top: 5rem; padding-bottom: 4rem; }
  .edition-hero h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .edition-poster { min-height: 0; }
  .edition-poster, .edition-poster img { width: 100%; }
  .edition-poster img { height: auto; }
  .edition-facts { grid-template-columns: repeat(2, 1fr); }
  .edition-fact:nth-child(2) { border-right: 0; }
  .edition-story, .edition-sources { grid-template-columns: 1fr; }
  .results-heading { align-items: flex-start; flex-direction: column; }
  .edition-video-heading { align-items: flex-start; flex-direction: column; }
  .bulletin-pages { grid-template-columns: 1fr; }
  .edition-gallery-link { grid-template-columns: 1fr; align-items: start; }
  .photo-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .results-grid { grid-template-columns: 1fr; }
  .result-item + .result-item { padding-left: 0; border-left: 0; }
  .form-frame { margin-right: -1.25rem; margin-left: -1.25rem; border-right: 0; border-left: 0; }
  .form-frame iframe { min-height: 2300px; }
}

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