@charset "UTF-8";
:root{color-scheme:dark;--ink:#100e0b;--ink-2:#1a1610;--paper:#eee3cd;--muted:#b7a88e;--line:rgba(238,227,205,.19);--accent:#c4a061;--sans:Arial,Helvetica,sans-serif;--serif:Georgia,'Times New Roman',serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}body{margin:0;background:var(--ink);color:var(--paper);font-family:var(--sans);font-size:1rem;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--accent);outline-offset:7px}a,button{-webkit-tap-highlight-color:transparent}h1,h2,h3,p{margin:0}h2{font-family:var(--serif);font-size:clamp(2.3rem,4.5vw,4.8rem);font-weight:400;line-height:1.15;letter-spacing:-.045em}h2 em{font-weight:400;color:#cfb98e}h3{font-size:1.2rem;line-height:1.35;font-weight:400}p{max-width:68ch}em{font-family:var(--serif)}.section-shell{padding-left:clamp(1.5rem,6.2vw,7.5rem);padding-right:clamp(1.5rem,6.2vw,7.5rem)}.eyebrow{font-size:.875rem;line-height:1.5;text-transform:uppercase;letter-spacing:.17em}.skip-link{position:fixed;left:1rem;top:1rem;z-index:50;transform:translateY(-200%);padding:.7rem 1rem;background:var(--paper);color:var(--ink)}.skip-link:focus{transform:none}
.masthead{position:absolute;top:0;left:0;right:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.7rem clamp(1.5rem,4.2vw,5rem);border-bottom:1px solid rgba(255,255,255,.18)}.wordmark{font-size:1.4rem;font-family:var(--serif);font-weight:700;letter-spacing:.08em;white-space:nowrap;line-height:1.5}.wordmark span{color:var(--accent);margin-left:.18rem}.desktop-nav{display:flex;gap:2.7rem;font-size:.875rem}.desktop-nav a{position:relative;padding:.5rem 0}.desktop-nav a::after{position:absolute;content:'';bottom:.25rem;left:0;width:100%;height:1px;background:var(--paper);transform:scaleX(0);transform-origin:left;transition:transform .2s}.desktop-nav a:hover::after{transform:scaleX(1)}.languages{display:flex;align-items:center;gap:.2rem;font-size:.875rem}.languages a{min-width:2.75rem;min-height:2.75rem;display:grid;place-items:center;color:#c5c6bd}.languages a[aria-current=true]{color:#fff;text-decoration:underline;text-underline-offset:.4rem}.languages span{color:#92988d}
.hero{position:relative;min-height:760px;min-height:max(760px,100svh);isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;padding:9rem clamp(1.5rem,6.2vw,7.5rem) 3.8rem;overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:62% 50%;z-index:-3}.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,rgba(10,14,12,.62),rgba(10,14,12,.1) 40%,rgba(10,14,12,.18) 64%,#100e0b),linear-gradient(90deg,rgba(9,12,10,.25),transparent 75%)}.hero-copy{padding-top:clamp(1rem,4vh,3rem)}.hero-byline{margin:0 0 1rem .4rem;font-size:.8rem;letter-spacing:.25em}.hero h1{font-family:var(--serif);font-size:clamp(5.5rem,16.7vw,17rem);font-weight:400;line-height:1.05;letter-spacing:-.065em;margin-left:-.035em}.hero-tagline{font-family:var(--serif);font-size:clamp(1.9rem,3.5vw,3.5rem);line-height:1.22;letter-spacing:-.025em;margin-top:1.1rem;max-width:16ch}.hero-tagline em{color:#dfd9c9}.hero-foot{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-top:8rem}.film-status{display:flex;align-items:center;gap:1rem;font-size:.875rem;letter-spacing:.04em}.status-rule{width:2.4rem;height:1px;background:var(--accent);flex-shrink:0}.explore{display:flex;align-items:center;gap:2.7rem;font-size:.875rem;border-bottom:1px solid rgba(238,227,205,.4);padding:.7rem 0}.arrow-down{font-size:1.6rem;line-height:1;transition:transform .2s}.explore:hover .arrow-down{transform:translateY(4px)}.art-credit{position:absolute;bottom:1rem;right:clamp(1.5rem,6.2vw,7.5rem);color:#b6a183;font-size:.8rem}
.section-heading{display:flex;align-items:center;gap:1.3rem;margin-bottom:3.5rem}.chapter-number{font-family:var(--serif);font-size:.9rem;color:var(--accent)}.section-heading .eyebrow{color:#b6a486}.story{padding-top:7.5rem;padding-bottom:7rem}.story-main{display:grid;grid-template-columns:1.35fr 1fr;gap:5rem;align-items:start}.story-description{padding-top:.3rem}.story-description p+p{margin-top:1.4rem}.story-description p{color:#bdae95}.story-description .lead{color:var(--paper)}.lead{font-size:1.16rem;line-height:1.65}.worlds{display:grid;grid-template-columns:1fr 1fr;margin-top:5.5rem;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.world{padding:2.5rem 3rem 2.5rem 0}.world+.world{padding-left:3rem;padding-right:0;border-left:1px solid var(--line)}.world-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.world-top .eyebrow{font-size:.8rem;color:var(--accent)}.world-date{font-family:var(--serif);font-size:3.1rem;color:#d5bd8b;line-height:1}.world-date.now{font-size:2.25rem;letter-spacing:-.05em}.world h3{font-family:var(--serif);font-size:1.7rem;letter-spacing:-.02em;margin-bottom:1rem}.world p{color:#b7a98f;line-height:1.8}.world .world-caption{margin-top:2rem;color:#d5c4a2;font-size:.875rem}
.vision{padding-top:6.5rem;padding-bottom:6.5rem;background:#1b1711}.vision-title-row{display:grid;grid-template-columns:1.35fr 1fr;gap:5rem;align-items:center}.vision-intro{color:#c6b597;font-size:1.16rem}.vision-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:5rem}.vision-notes article{border-top:1px solid var(--line);padding-top:1.5rem}.note-mark{font-family:var(--serif);font-size:.875rem;color:var(--accent)}.vision-notes h3{font-family:var(--serif);font-size:1.6rem;margin-top:1.3rem;margin-bottom:1rem;letter-spacing:-.015em}.vision-notes p{color:#beac8e}.creative-note{display:flex;align-items:flex-start;gap:1.5rem;margin-top:4rem;padding-top:2.5rem;border-top:1px solid var(--line)}.small-rule{height:1px;width:2rem;background:var(--accent);margin-top:.7rem;flex-shrink:0}.creative-note p{font-size:.875rem;color:#b6a383;max-width:93ch}
.project{padding-top:7rem;padding-bottom:7.5rem}.project-layout{display:grid;grid-template-columns:1.35fr 1fr;gap:5rem}.accent{color:var(--accent)}.project-heading>.eyebrow{margin-bottom:1.6rem;font-size:.8rem}.project-heading h2{font-size:clamp(2.3rem,4vw,4.3rem)}.project-details>.lead{margin-bottom:2rem}.project-facts{margin:0}.project-facts>div{display:grid;grid-template-columns:7.5rem 1fr;gap:1rem;padding:1.1rem 0;border-top:1px solid var(--line)}.project-facts dt{font-size:.875rem;color:#b1a082}.project-facts dd{margin:0;font-size:.95rem;line-height:1.6}.development-note{color:#b4a385;font-size:.875rem;margin-top:1.8rem}
.contact{text-align:center;padding-top:5.5rem;padding-bottom:5.7rem;border-top:1px solid var(--line);background:radial-gradient(ellipse at 50% 100%,#302416,transparent 75%)}.contact>.eyebrow{margin-left:auto;margin-right:auto;color:var(--accent);font-size:.8rem}.contact h2{margin:1.8rem auto 2.5rem;font-size:clamp(2.25rem,4vw,4.4rem)}.contact-link{display:inline-flex;align-items:center;gap:2rem;background:var(--paper);color:var(--ink);padding:1rem 1.7rem;min-height:3.3rem;font-size:.95rem;transition:background .2s}.contact-link:hover{background:#e0c797}.contact-link>span:last-child{font-size:1.5rem;line-height:1}.contact-email{display:block;width:fit-content;margin:1.2rem auto 0;font-size:.875rem;color:#c4b18d;overflow-wrap:anywhere}.footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:2.2rem;padding-bottom:2.2rem;border-top:1px solid var(--line)}.footer p{font-size:.8rem;line-height:1.7;color:#ae9e82}.footer-note{text-align:right}.footer-logo{font-size:1.35rem}
@media(min-width:1600px){.hero-copy,.hero-foot,.story-main,.worlds,.vision-title-row,.vision-notes,.creative-note,.project-layout{width:100%;max-width:1500px;margin-left:auto;margin-right:auto}}
@media(max-width:1000px){.story-main,.vision-title-row,.project-layout{grid-template-columns:1fr 1fr;gap:2.5rem}.desktop-nav{gap:1.8rem}.vision-notes{gap:1.5rem}.world{padding-right:2rem}.world+.world{padding-left:2rem}.project-facts>div{grid-template-columns:1fr;gap:.3rem}.hero{min-height:740px;min-height:max(740px,92svh)}}
@media(max-width:700px){html{scroll-padding-top:2rem}.masthead{padding:1.1rem 1.5rem;gap:1rem}.wordmark{font-size:1.1rem}.desktop-nav{display:none}.hero{padding-top:9.5rem;padding-bottom:4rem;min-height:710px;min-height:max(710px,94svh)}.hero-image{object-position:67% 50%}.hero-shade{background:linear-gradient(180deg,rgba(9,13,11,.66),rgba(9,13,11,.3) 40%,rgba(9,13,11,.15) 60%,#100e0b)}.hero-byline{font-size:.75rem;letter-spacing:.14em;margin-left:0;max-width:27ch}.hero h1{font-size:clamp(4.3rem,17.5vw,7rem);line-height:1.3;letter-spacing:-.05em}.hero-copy{padding-top:0}.hero-tagline{margin-top:.2rem;font-size:2rem}.hero-foot{display:flex;align-items:flex-start;flex-direction:column;gap:1rem;margin-top:8rem}.film-status{font-size:.875rem;gap:.7rem}.status-rule{width:1.4rem}.explore{gap:2rem;padding:.4rem 0}.art-credit{bottom:1.2rem;font-size:.75rem}.story,.vision,.project{padding-top:4.5rem;padding-bottom:4.5rem}.section-heading{margin-bottom:2rem}.story-main,.vision-title-row,.project-layout{grid-template-columns:1fr;gap:2rem}.story h2 br{display:none}.story h2 em::before{content:' '}.lead,.vision-intro{font-size:1.1rem}.worlds{grid-template-columns:1fr;margin-top:3rem}.world,.world+.world{padding:2rem 0;border-left:0}.world+.world{border-top:1px solid var(--line)}.world-top{margin-bottom:1.5rem}.world-date{font-size:2.5rem}.world p{line-height:1.7}.vision-notes{grid-template-columns:1fr;margin-top:3rem;gap:2rem}.vision-notes article{display:grid;grid-template-columns:2rem 1fr;column-gap:.7rem;padding-top:1.5rem}.note-mark{grid-column:1;grid-row:1;padding-top:.45rem}.vision-notes h3{grid-column:2;margin-top:0}.vision-notes p{grid-column:2}.creative-note{margin-top:2.5rem;gap:1rem;padding-top:2rem}.small-rule{width:1rem}.project-heading>.eyebrow{margin-bottom:1rem}.project-facts>div{grid-template-columns:6.5rem 1fr;gap:.8rem}.contact{padding-top:4rem;padding-bottom:4rem}.contact h2{font-size:2.25rem}.contact-link{gap:1.3rem;padding:.9rem 1.1rem;max-width:100%}.footer{flex-wrap:wrap;gap:1.5rem;padding-top:1.8rem;padding-bottom:1.8rem}.footer-logo{flex-basis:100%}.footer-note{text-align:left}.footer p{font-size:.8rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

.materials-note{max-width:60ch;margin:0 auto 2rem;color:#c8b699;font-size:1.05rem;line-height:1.7}

/* Historical milestones: preserve the site's archival gold and open typography. */
.sport-history{padding-top:6.5rem;padding-bottom:6.5rem;border-bottom:1px solid var(--line)}
.dates-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:4rem;align-items:center}
.dates-heading>.lead{color:#c8b699}
.sport-timeline{list-style:none;margin:4rem 0 0;padding:0;border-top:1px solid var(--line)}
.sport-timeline>li{display:grid;grid-template-columns:minmax(0,.65fr) minmax(0,1.35fr);gap:3rem;padding:2.4rem 0;border-bottom:1px solid var(--line)}
.milestone-date time{display:block;font-family:var(--serif);font-size:clamp(2.8rem,4.5vw,4.6rem);line-height:1.15;color:#d5bd8b;letter-spacing:-.035em}
.milestone-date>span{display:block;margin-top:.6rem;color:var(--muted);font-size:.875rem}
.milestone-copy .milestone-type{color:var(--accent);font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.65rem}
.milestone-copy h3{font-family:var(--serif);font-size:1.65rem;margin-bottom:.8rem}
.milestone-copy>p:not(.milestone-type){color:#c8b699;font-size:1rem}
.milestone-source{display:inline-block;margin-top:.7rem;padding:.4rem 0;min-height:2.75rem;font-size:.875rem;color:#d5bd8b;text-decoration:underline;text-underline-offset:.25em;overflow-wrap:anywhere}
.milestone-source:hover{color:var(--paper)}
.dates-context{max-width:850px;margin:2.5rem 0 0 auto;padding-left:1.5rem;border-left:2px solid var(--accent)}
.dates-context h3{font-family:var(--serif);font-size:1.5rem;margin-bottom:.7rem}
.dates-context p{color:var(--muted);font-size:1rem}
@media(max-width:1000px){.dates-heading{gap:2.5rem}.desktop-nav{gap:1.3rem}}
@media(max-width:700px){.sport-history{padding-top:4.5rem;padding-bottom:4.5rem}.dates-heading{grid-template-columns:1fr;gap:1.5rem}.sport-timeline{margin-top:2.5rem}.sport-timeline>li{grid-template-columns:1fr;gap:1.2rem;padding:2rem 0}.milestone-date time{font-size:3.1rem}.milestone-copy h3{font-size:1.5rem}.dates-context{padding-left:1rem}}

/* Supplied poster and archival palette */
.literary-route{margin-top:4rem;padding-top:3.5rem;border-top:1px solid var(--line)}
.literary-route>h3{font-family:var(--serif);font-size:clamp(2rem,3.5vw,3.5rem);line-height:1.2;letter-spacing:-.025em;margin:1.2rem 0 1.5rem;max-width:24ch}
.route-intro{color:#c8b699;max-width:85ch}
.route-anchors{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.8rem 2.5rem;margin:2.5rem 0}
.route-anchors>div{border-top:1px solid var(--line);padding-top:1rem;display:grid;grid-template-columns:4.5rem 1fr;gap:1rem}
.route-anchors dt{font-family:var(--serif);font-size:1.7rem;color:#d5bd8b;line-height:1.4}
.route-anchors dd{margin:0;color:var(--muted);font-size:1rem;line-height:1.6}
.route-anchors .fiction-anchor{border-top-style:dashed}
.literary-route a{text-decoration:underline;text-underline-offset:.2em;color:#d5bd8b;overflow-wrap:anywhere}
.literary-route a:hover{color:var(--paper)}
.route-anchors a,.route-table a{display:block;width:fit-content;font-size:.875rem;padding:.45rem 0}
.route-table{width:100%;border-collapse:collapse;table-layout:fixed;margin-top:2rem;font-size:1rem}
.route-table caption{text-align:left;color:var(--muted);font-size:.875rem;padding-bottom:1rem;max-width:80ch}
.route-table th,.route-table td{text-align:left;vertical-align:top;padding:1.2rem 1rem;border-bottom:1px solid var(--line);overflow-wrap:break-word}
.route-table thead th{font-size:.875rem;color:var(--accent);font-weight:400;border-top:1px solid var(--line)}
.route-table thead th:first-child{width:19%}.route-table thead th:nth-child(2){width:30%}
.route-table tbody th{font-weight:400;color:var(--paper)}
.route-table td{color:#c8b699}.route-table td em{color:var(--paper)}
.route-table th:first-child{padding-left:0}.route-table td:last-child{padding-right:0}
.route-detail{display:block;font-size:.875rem;color:var(--muted);margin-top:.4rem}
.route-method{font-size:.875rem;color:var(--muted);max-width:95ch;margin-top:1.4rem}
.florence-question{border-left:2px solid var(--accent);padding:1.5rem 0 1.5rem 2rem;margin-top:3rem}
.florence-question h4{font-family:var(--serif);font-size:clamp(1.6rem,2.7vw,2.5rem);font-weight:400;line-height:1.3;margin:1rem 0;max-width:35ch}
.florence-question>p:not(.eyebrow){color:var(--muted);max-width:83ch;font-size:1rem}
.florence-question .florence-hypothesis{color:var(--paper)!important;margin-top:1rem}
.rules-story{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;list-style:none;margin:1.8rem 0;padding:0}
.rules-story li{padding-top:1rem;border-top:1px solid var(--accent)}
.rules-story strong{display:block;font-family:var(--serif);font-size:1.35rem;color:#d5bd8b;font-weight:400;margin-bottom:.5rem}
.rules-story span{display:block;font-size:1rem;color:#c8b699;line-height:1.6}
.florence-question .rules-history-note{margin-top:1rem;font-size:.875rem!important}
@media(max-width:700px){.rules-story{grid-template-columns:1fr;gap:1rem}}
@media(max-width:700px){.literary-route{margin-top:3rem;padding-top:2.5rem}.route-anchors{grid-template-columns:1fr;gap:1rem}.route-table{font-size:1rem}.route-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.route-table,.route-table tbody{display:block}.route-table tr{display:block;border-top:1px solid var(--line);padding:1.4rem 0}.route-table th,.route-table td{display:block;width:100%;border:0;padding:.35rem 0}.route-table tbody th{font-family:var(--serif);font-size:1.4rem;color:#d5bd8b}.route-table tr:last-child{border-bottom:1px solid var(--line)}.florence-question{padding-left:1.2rem}.route-anchors>div{grid-template-columns:4.2rem 1fr;gap:.6rem}}

.hero{min-height:0;display:block;padding:8.8rem clamp(1.5rem,6.2vw,7.5rem) 3.6rem;background:radial-gradient(ellipse at 85% 40%,#2c2010 0%,#100e0b 63%);overflow:visible}
.hero-inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.85fr);gap:clamp(2rem,5vw,5rem);max-width:1500px;margin:auto;align-items:center}
.hero-copy{padding:1rem 0 2rem;width:auto;max-width:none;margin:0}
.hero-copy>.film-status{margin-bottom:3rem;color:#d7bc89;letter-spacing:.08em;font-size:.875rem}
.hero-byline{margin-left:0;margin-bottom:.8rem;font-size:.8rem;letter-spacing:.12em;color:#c0af8e}
.hero h1{font-size:clamp(4rem,9.7vw,9.5rem);letter-spacing:-.055em;line-height:1.12;color:#ddc08a}
.hero-tagline{font-size:clamp(1.8rem,3.1vw,3.3rem);margin-top:1.8rem;max-width:18ch}
.hero-tagline em{color:#c3ad85}.hero-foot{margin:2.8rem 0 0;display:block;width:fit-content}.explore{gap:3rem;border-color:#8c7349}
.poster-figure{margin:0;justify-self:end;width:100%;max-width:440px}.poster-image{display:block;width:100%;height:auto;border:1px solid #64502e;box-shadow:0 20px 70px #0009}.poster-figure figcaption{font-size:.8rem;line-height:1.5;margin-top:.7rem;text-align:right;color:#bca984}
.history-feature{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(3rem,8vw,9rem);align-items:center;margin-top:6rem;padding-top:5rem;border-top:1px solid var(--line)}
.history-image{margin:0;max-width:365px;justify-self:center}.history-image img{display:block;width:100%;height:auto;box-shadow:0 15px 50px #0005}.history-image figcaption{font-size:.8rem;line-height:1.6;color:#bca886;margin-top:1rem}
.history-copy>.eyebrow{margin-bottom:1.5rem}.history-copy h3{font-family:var(--serif);font-size:clamp(2.2rem,4vw,4.1rem);line-height:1.2;letter-spacing:-.035em;margin-bottom:1.5rem}.history-copy h3 em{color:#cfb98e}.history-copy p{color:#c8b699}.history-copy .history-note{font-size:.875rem;color:#a99573;margin-top:1.4rem}
@media(max-width:1000px){.hero-inner{gap:2rem}.hero-copy>.film-status{margin-bottom:2rem}.hero{padding-top:8rem}.hero h1{font-size:9.7vw}.hero-byline{max-width:28ch}.hero-tagline{font-size:2rem}.history-feature{gap:3rem}}
.supplied-image{margin:0;min-width:0}
.supplied-image img{display:block;width:100%;height:auto;border:1px solid var(--line)}
.supplied-image figcaption{font-size:.875rem;line-height:1.6;color:var(--muted);margin-top:.8rem}
.image-credit{display:block;color:#d5bd8b;margin-top:.2rem}
.journey-visual-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(2rem,5vw,5rem);align-items:center;margin-top:4.5rem}
.journey-image{max-width:480px;width:100%;justify-self:center}
.journey-visual-layout .worlds{display:block;margin:0;width:100%}
.journey-visual-layout .world,.journey-visual-layout .world+.world{padding:2rem 0;border-left:0}
.journey-visual-layout .world+.world{border-top:1px solid var(--line)}
.dates-copy>.lead{margin-top:1.7rem;color:#c8b699}
.calcio-action-image{max-width:470px;width:100%;justify-self:end}
.ball-image{max-width:900px;margin:1.8rem 0 2rem}
@media(max-width:850px){.journey-visual-layout{grid-template-columns:1fr;gap:2.5rem}.journey-visual-layout .worlds{max-width:650px;margin:auto}.dates-heading{grid-template-columns:1fr}.calcio-action-image{justify-self:center}.journey-visual-layout{margin-top:3rem}}
@media(max-width:700px){.hero{padding-top:7.5rem;padding-bottom:2.8rem}.hero-inner{grid-template-columns:1fr;gap:2.2rem}.hero-copy{padding:0}.hero-copy>.film-status{font-size:.8rem;margin-bottom:1.8rem}.hero-byline{font-size:.75rem;max-width:none;letter-spacing:.08em}.hero h1{font-size:clamp(4.3rem,20vw,7rem);line-height:1.1}.hero-tagline{font-size:1.9rem;margin-top:1rem}.hero-foot{margin-top:1.5rem}.explore{padding:.3rem 0;gap:2rem}.poster-figure{max-width:400px;justify-self:center}.poster-figure figcaption{text-align:left}.history-feature{grid-template-columns:1fr;gap:2.5rem;margin-top:3.5rem;padding-top:3rem}.history-image{max-width:300px;width:100%;order:2}.history-copy h3{font-size:2.5rem}.masthead{border-color:#c4a06133}.contact h2{font-size:2.15rem}}
