:root{color-scheme:light;--primary:#146c43;--on-primary:#ffffff;--secondary:#355d49;--accent:#7a5a15;--accent-strong:#6a4910;--accent-solid:#c0923a;--on-accent:#171a18;--background:#f4f0e6;--surface:#fffdf8;--surface-raised:#fffdf8;--foreground:#171a18;--text-muted:#5e675f;--muted:#dde5df;--border:#c8d2ca;--ring:#146c43;--brand-panel:#0b5134;--dark-section:#101713;--dark-panel:#19251f;--dark-text:#f4f0e6;--footer-surface:#07100c;--shadow-sm:0 10px 30px rgba(15,42,27,0.10);--shadow-lg:0 30px 70px rgba(15,42,27,0.19);--radius-sm:12px;--radius-md:22px;--radius-lg:34px;--shell:1200px;--header-height:80px;--ease:cubic-bezier(.22,1,.36,1)}[data-theme="dark"]{color-scheme:dark;--primary:#79c69b;--on-primary:#0b2518;--secondary:#a7c7b5;--accent:#d5b05b;--accent-strong:#e2c87a;--accent-solid:#d5b05b;--on-accent:#101713;--background:#101713;--surface:#18221d;--surface-raised:#202d26;--foreground:#f4f0e6;--text-muted:#bfc9c1;--muted:#243129;--border:#3a4a41;--ring:#d5b05b;--brand-panel:#0b5134;--dark-section:#081a11;--dark-panel:#122f21;--dark-text:#f4f0e6;--footer-surface:#050d09;--shadow-sm:0 10px 30px rgba(0,0,0,0.22);--shadow-lg:0 30px 70px rgba(0,0,0,0.34)}*{box-sizing:border-box}html{overflow-x:clip;scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 24px)}body{margin:0;overflow-x:clip;background:var(--background);color:var(--foreground);font-family:"Roboto","Segoe UI",Arial,system-ui,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,a{touch-action:manipulation}button{font:inherit}svg{display:block}:focus-visible{outline:3px solid var(--ring);outline-offset:4px}.skip-link{position:fixed;z-index:100;top:12px;left:12px;padding:12px 16px;transform:translateY(-150%);border-radius:10px;background:var(--foreground);color:var(--background);font-weight:700;transition:transform 180ms ease-out}.skip-link:focus{transform:translateY(0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}.section{padding:112px 0}.site-header{position:sticky;z-index:50;top:0;height:var(--header-height);border-bottom:1px solid transparent;background:color-mix(in srgb,var(--background) 90%,transparent);backdrop-filter:blur(18px);transition:border-color 220ms ease,box-shadow 220ms ease,background 220ms ease}.site-header.is-scrolled{border-bottom-color:var(--border);box-shadow:0 6px 24px rgba(15,42,27,.08)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:28px}.brand{display:inline-flex;align-items:center;min-width:44px;min-height:48px;gap:12px}.brand-mark{display:block;width:auto;height:58px;max-width:none;flex:0 0 auto;filter:drop-shadow(0 4px 8px rgba(34,24,11,.18));object-fit:contain}.brand-copy{display:grid;line-height:1.12}.brand-copy strong{font-family:"Newsreader",serif;font-size:18px;letter-spacing:-.01em}.brand-copy span{margin-top:3px;color:var(--text-muted);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.main-nav{display:flex;align-items:center;gap:30px}.main-nav a{position:relative;min-width:44px;min-height:44px;display:grid;place-items:center;color:var(--text-muted);font-size:14px;font-weight:700}.main-nav a::after{content:"";position:absolute;right:50%;bottom:4px;left:50%;height:2px;border-radius:2px;background:var(--accent);transition:left 220ms var(--ease),right 220ms var(--ease)}.main-nav a:hover,.main-nav a[aria-current="true"]{color:var(--foreground)}.main-nav a:hover::after,.main-nav a[aria-current="true"]::after{right:0;left:0}.header-actions{display:flex;align-items:center;gap:10px}.icon-button{display:grid;width:46px;height:46px;padding:0;cursor:pointer;place-items:center;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--foreground);transition:border-color 180ms ease,background 180ms ease,transform 180ms ease}.icon-button:hover{border-color:var(--foreground);background:var(--muted)}.icon-button:active{transform:scale(.96)}.icon-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.moon-icon,[data-theme="dark"] .sun-icon{display:none}[data-theme="dark"] .moon-icon{display:block}.menu-toggle{display:none}.close-icon{display:none}.menu-toggle.is-open .menu-icon{display:none}.menu-toggle.is-open .close-icon{display:block}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;gap:10px;padding:0 24px;border:1px solid var(--primary);border-radius:999px;background:var(--primary);color:var(--on-primary);cursor:pointer;font-size:14px;font-weight:700;letter-spacing:.01em;transition:transform 200ms var(--ease),box-shadow 200ms ease,background 200ms ease}.button:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(11,63,41,.25)}.button:active{transform:translateY(0) scale(.98)}.button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.button-small{min-height:46px;padding-inline:20px}.button-light{border-color:#fff;background:#fff;color:#101713}.button-light:hover{box-shadow:0 12px 28px rgba(0,0,0,.25)}.mobile-nav{position:fixed;z-index:40;top:var(--header-height);right:0;left:0;display:grid;padding:18px 20px 24px;border-bottom:1px solid var(--border);background:var(--background);box-shadow:var(--shadow-lg)}.mobile-nav[hidden]{display:none}.mobile-nav>a:not(.button){display:flex;min-height:52px;align-items:center;border-bottom:1px solid var(--border);font-family:"Newsreader",serif;font-size:23px;font-weight:600}.mobile-nav .button{margin-top:18px}.hero{position:relative;min-height:calc(100dvh - var(--header-height));display:grid;align-items:center;padding:76px 0 96px}.hero::before{content:"";position:absolute;z-index:-1;top:4%;right:-15%;width:55vw;height:55vw;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--accent) 12%,transparent),transparent 67%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(460px,1.05fr);align-items:center;gap:clamp(48px,8vw,112px)}.hero-copy{position:relative;z-index:1}.eyebrow{display:flex;align-items:center;gap:10px;margin:0 0 20px;color:var(--text-muted);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.eyebrow>span{width:28px;height:2px;background:var(--accent)}.eyebrow-light{color:rgba(255,255,255,.72)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:"Newsreader",Georgia,serif}h1{max-width:760px;margin-bottom:24px;font-size:clamp(56px,7vw,92px);line-height:.96;letter-spacing:-.055em}h2{margin-bottom:22px;font-size:clamp(42px,5vw,66px);line-height:1.02;letter-spacing:-.045em}h3{margin-bottom:10px;font-size:27px;line-height:1.15;letter-spacing:-.025em}.hero-lead{max-width:610px;margin-bottom:34px;color:var(--text-muted);font-size:19px;line-height:1.7}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:24px}.text-link{min-height:48px;display:inline-flex;align-items:center;gap:7px;border-bottom:1px solid var(--border);font-size:14px;font-weight:700}.text-link:hover{border-color:var(--foreground)}.quick-facts{display:flex;margin:52px 0 0;padding:0;list-style:none}.quick-facts li{display:flex;align-items:center;gap:12px;padding-right:28px}.quick-facts li + li{padding-left:28px;border-left:1px solid var(--border)}.quick-facts svg{width:24px;height:24px;fill:none;stroke:var(--accent);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.quick-facts span{display:grid;color:var(--text-muted);font-size:12px;line-height:1.35}.quick-facts strong{color:var(--foreground);font-size:14px}.hero-visual{position:relative;min-width:0}.hero-media{position:relative;isolation:isolate;width:min(100%,570px);margin-inline:auto;overflow:hidden;aspect-ratio:1 / .94;border:10px solid var(--surface);border-radius:var(--radius-lg);background:#0b3f29;box-shadow:var(--shadow-lg)}.hero-media::after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(145deg,rgba(7,22,15,.02) 35%,rgba(7,22,15,.30));pointer-events:none}.hero-video{width:100%;height:100%;display:block;object-fit:cover;object-position:56% center;filter:saturate(.88) contrast(1.02)}.move-card{position:absolute;z-index:2;right:5%;top:7%;display:flex;width:min(280px,58%);align-items:center;gap:15px;padding:16px 18px;border:1px solid color-mix(in srgb,var(--border) 70%,transparent);border-radius:17px;background:color-mix(in srgb,var(--surface) 90%,transparent);box-shadow:var(--shadow-sm);backdrop-filter:blur(15px)}.move-number{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--accent-solid);color:var(--on-accent);font-size:12px;font-weight:700}.move-card div{display:grid;line-height:1.35}.move-card strong{font-family:"Newsreader",serif;font-size:16px}.move-card div span{color:var(--text-muted);font-size:11px}.video-toggle{position:absolute;z-index:3;bottom:18px;left:18px;display:grid;width:46px;height:46px;padding:0;cursor:pointer;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:rgba(16,23,19,.76);color:#fff;box-shadow:0 8px 22px rgba(0,0,0,.2);backdrop-filter:blur(12px);transition:background 180ms ease,transform 180ms var(--ease)}.video-toggle:hover{background:rgba(16,23,19,.94);transform:scale(1.04)}.video-toggle:active{transform:scale(.97)}.video-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.pause-icon,.video-toggle.is-playing .play-icon{display:none}.video-toggle.is-playing .pause-icon{display:block}.visual-caption{display:flex;justify-content:space-between;gap:20px;margin:18px 9% 0 3%;color:var(--text-muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.visual-caption span{color:var(--accent-strong)}.intro{background:var(--surface)}.section-heading{display:grid;max-width:850px;margin-bottom:56px}.section-heading>p:last-child{max-width:710px;margin-bottom:0;color:var(--text-muted);font-size:18px}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.value-card{position:relative;min-height:330px;padding:32px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background);transition:transform 250ms var(--ease),border-color 250ms ease,box-shadow 250ms ease}.value-card:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--foreground) 30%,var(--border));box-shadow:var(--shadow-sm)}.value-card>svg{width:40px;height:40px;margin:58px 0 40px;fill:none;stroke:var(--accent);stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.value-card p{margin-bottom:0;color:var(--text-muted)}.card-index{position:absolute;top:24px;right:24px;color:var(--text-muted);font-size:11px;font-weight:700;letter-spacing:.12em}.heritage-card{display:grid;grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr);min-height:440px;margin-top:20px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--background)}.heritage-visual{position:relative;display:grid;min-height:440px;margin:0;padding:54px;overflow:hidden;place-items:center;background:var(--dark-section);color:#fff;isolation:isolate}.heritage-visual::before{content:"";position:absolute;z-index:-1;inset:0 0 48%;opacity:.72;background-image:conic-gradient(from 90deg,rgba(255,255,255,.11) 25%,transparent 0 50%,rgba(255,255,255,.11) 0 75%,transparent 0);background-size:64px 64px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent);mask-image:linear-gradient(to bottom,#000,transparent)}.heritage-visual::after{content:"";position:absolute;z-index:-1;right:-18%;bottom:-28%;width:300px;height:300px;border-radius:50%;background:color-mix(in srgb,var(--accent-solid) 40%,transparent);filter:blur(2px)}.heritage-visual img{width:232px;height:232px;object-fit:contain;filter:drop-shadow(0 24px 30px rgba(0,0,0,.32))}.heritage-visual figcaption{position:absolute;right:28px;bottom:24px;left:28px;color:rgba(255,255,255,.56);font-size:10px;font-weight:700;letter-spacing:.12em;text-align:center;text-transform:uppercase}.heritage-copy{display:grid;align-content:center;padding:clamp(38px,6vw,70px)}.heritage-copy h3{max-width:600px;margin-bottom:20px;font-size:clamp(36px,4.2vw,54px)}.heritage-copy>p:not(.eyebrow){max-width:680px;margin-bottom:26px;color:var(--text-muted);font-size:17px}.heritage-detail{display:grid;grid-template-columns:145px minmax(0,1fr);gap:22px;max-width:680px;margin-bottom:24px;padding:22px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.heritage-detail strong{color:var(--accent-strong);font-family:"Newsreader",Georgia,serif;font-size:18px;line-height:1.25}.heritage-detail span{color:var(--text-muted);font-size:13px;line-height:1.6}.heritage-link{width:fit-content}.history{overflow:hidden;background:var(--background)}.history-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.7fr);align-items:end;gap:clamp(42px,8vw,110px);margin-bottom:58px}.history-heading h2{max-width:680px;margin-bottom:0}.history-heading>p{max-width:620px;margin:0 0 8px;color:var(--text-muted);font-size:18px}.history-feature{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(400px,.92fr);overflow:hidden;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.history-photo{display:grid;grid-template-rows:minmax(0,1fr) auto;min-width:0;margin:0;background:#101713;color:#fff}.history-photo img{width:100%;height:100%;min-height:390px;display:block;object-fit:contain;background:#101713;filter:grayscale(1) contrast(1.04)}.history-photo figcaption{display:grid;gap:6px;padding:20px 24px 22px;border-top:1px solid rgba(255,255,255,.12)}.history-photo figcaption strong{font-family:"Newsreader",Georgia,serif;font-size:18px}.history-photo figcaption span{max-width:760px;color:rgba(255,255,255,.65);font-size:11px;line-height:1.55}.history-origin{position:relative;display:grid;align-content:center;min-width:0;padding:clamp(42px,5vw,58px);overflow:hidden;background:var(--brand-panel);color:#fff;isolation:isolate}.history-origin::after{content:"";position:absolute;z-index:-1;right:-100px;bottom:-115px;width:310px;height:310px;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 35px rgba(255,255,255,.035),0 0 0 70px rgba(255,255,255,.02)}.history-origin .history-year{margin-bottom:34px;color:rgba(255,255,255,.16);font-family:"Newsreader",Georgia,serif;font-size:clamp(76px,8vw,122px);font-weight:700;letter-spacing:-.06em;line-height:.7}.history-origin h3{margin-bottom:20px;font-size:clamp(38px,4vw,54px)}.history-origin>p:not(.eyebrow){max-width:590px;margin-bottom:18px;color:rgba(255,255,255,.78)}.history-origin>p:last-child{margin-bottom:0}.history-origin strong{color:#fff}.history-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:74px 0 0;padding:0;list-style:none}.history-timeline li{position:relative;display:grid;grid-template-rows:42px auto;padding:0 28px 0 0;border-top:1px solid var(--border)}.history-timeline li:not(:first-child){padding-left:28px}.history-timeline li::before{content:"";position:absolute;top:-5px;left:0;width:9px;height:9px;border:3px solid var(--background);border-radius:50%;background:var(--accent-solid);box-shadow:0 0 0 1px var(--accent-solid)}.history-timeline li:not(:first-child)::before{left:28px}.history-timeline li>span{align-self:end;color:var(--accent-strong);font-size:11px;font-weight:800;letter-spacing:.14em}.history-timeline h3{margin:12px 0 10px;font-size:23px}.history-timeline p{margin:0;color:var(--text-muted);font-size:14px;line-height:1.65}.history-archive{display:grid;grid-template-columns:.86fr 1.14fr;gap:20px;margin-top:72px}.history-board,.history-pioneers{min-width:0;padding:clamp(30px,4.5vw,50px);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.history-board h3,.history-pioneers h3{max-width:610px;margin-bottom:28px;font-size:clamp(31px,3.2vw,42px)}.history-board dl{display:grid;margin:0}.history-board dl div{display:grid;grid-template-columns:minmax(120px,.75fr) minmax(0,1fr);gap:20px;padding:12px 0;border-top:1px solid var(--border)}.history-board dt{color:var(--text-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.history-board dd{margin:0;color:var(--foreground);font-weight:700}.history-pioneers>p:not(.eyebrow){max-width:690px;color:var(--text-muted)}.history-pioneers .history-continuity{margin:24px 0 0;padding-top:22px;border-top:1px solid var(--border);font-size:14px}.history-continuity strong{color:var(--foreground)}.history-quote{position:relative;margin:20px 0 0;padding:clamp(38px,6vw,70px);overflow:hidden;border-radius:var(--radius-md);background:var(--dark-section);color:#fff}.history-quote::before{content:"“";position:absolute;top:-22px;right:38px;color:rgba(255,255,255,.07);font-family:Georgia,serif;font-size:210px;line-height:1}.history-quote>p{position:relative;max-width:950px;margin-bottom:34px;font-family:"Newsreader",Georgia,serif;font-size:clamp(27px,3.4vw,44px);line-height:1.25;letter-spacing:-.02em}.history-quote footer{display:grid;gap:2px}.history-quote footer strong{font-size:12px;letter-spacing:.12em;text-transform:uppercase}.history-quote footer span{color:rgba(255,255,255,.56);font-size:12px}.history-note{display:flex;align-items:flex-start;gap:15px;margin-top:20px;padding:20px 22px;border:1px solid var(--border);border-radius:var(--radius-sm);background:color-mix(in srgb,var(--muted) 52%,transparent)}.history-note svg{width:22px;height:22px;flex:0 0 auto;margin-top:1px;fill:none;stroke:var(--accent-strong);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.history-note p{margin:0;color:var(--text-muted);font-size:13px}.history-note strong,.history-note a{color:var(--foreground)}.history-note a{min-height:44px;font-weight:800;text-decoration:underline;text-decoration-color:var(--border);text-underline-offset:4px}.history-note a:hover{color:var(--accent-strong);text-decoration-color:currentColor}.meeting{overflow:hidden;background:var(--dark-section);color:var(--dark-text)}.meeting-grid{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:clamp(48px,9vw,120px)}.meeting-copy>p:not(.eyebrow){max-width:540px;margin-bottom:32px;color:rgba(255,255,255,.7);font-size:18px}.meeting-panel{display:grid;grid-template-columns:170px 1fr;min-height:340px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:var(--radius-lg);background:var(--dark-panel);box-shadow:0 30px 80px rgba(0,0,0,.22)}.date-tile{display:grid;align-content:center;justify-items:center;background:var(--accent-solid);color:var(--on-accent)}.date-tile span{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.date-tile strong{font-family:"Newsreader",serif;font-size:76px;line-height:1}.meeting-details{display:grid;align-content:center;gap:28px;padding:42px}.meeting-details>div{display:flex;align-items:flex-start;gap:16px}.meeting-details svg{width:25px;height:25px;flex:0 0 auto;fill:none;stroke:var(--accent);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.meeting-details span{display:grid}.meeting-details small{color:rgba(255,255,255,.56);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.meeting-details strong{margin-top:1px;font-size:17px}.meeting-details span span{color:rgba(255,255,255,.65);font-size:13px}.panel-link{display:inline-flex;width:fit-content;min-height:44px;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.25);font-size:13px;font-weight:700}.panel-link:hover{border-color:#fff}.league{background:var(--surface)}.league-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.74fr);align-items:end;gap:clamp(48px,8vw,110px);margin-bottom:48px}.league-heading h2{margin-bottom:0}.league-intro{padding-bottom:7px}.league-intro p{margin-bottom:24px;color:var(--text-muted);font-size:17px}.league-intro strong{color:var(--foreground)}.league-service-button svg{width:18px;height:18px}.league-table-wrap{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background);box-shadow:var(--shadow-sm)}.league-table{width:100%;border-collapse:collapse;table-layout:fixed}.league-table th{padding:17px 22px;background:color-mix(in srgb,var(--muted) 62%,transparent);color:var(--text-muted);font-size:10px;font-weight:800;letter-spacing:.13em;text-align:left;text-transform:uppercase}.league-table th:nth-child(1){width:12%}.league-table th:nth-child(2){width:17%}.league-table th:nth-child(3){width:48%}.league-table th:nth-child(4){width:23%}.league-table td{padding:20px 22px;border-top:1px solid var(--border);vertical-align:middle}.league-table tbody tr{transition:background 180ms ease}.league-table tbody tr:hover{background:color-mix(in srgb,var(--muted) 32%,transparent)}.league-table tbody tr.league-next{background:color-mix(in srgb,var(--accent-solid) 9%,var(--background))}.league-table tbody tr.league-next:hover{background:color-mix(in srgb,var(--accent-solid) 14%,var(--background))}.league-round{display:block;font-family:"Newsreader",Georgia,serif;font-size:27px;font-weight:700;line-height:1}.league-next-label{display:inline-flex;margin-top:8px;padding:4px 8px;border-radius:999px;background:var(--accent-solid);color:var(--on-accent);font-size:8px;font-weight:800;letter-spacing:.08em;line-height:1.2;text-transform:uppercase;white-space:nowrap}.league-table time{color:var(--foreground);font-size:14px;font-weight:700;font-variant-numeric:tabular-nums;white-space:nowrap}.league-match{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 8px;line-height:1.35}.league-match strong{color:var(--accent-strong);font-size:15px}.league-match b{font-size:14px;font-weight:650}.league-match>span{color:var(--text-muted);font-size:11px;font-weight:700;text-transform:uppercase}.league-venue{display:inline-flex;margin-top:8px;padding:3px 8px;border:1px solid var(--border);border-radius:999px;color:var(--text-muted);font-size:9px;font-weight:800;letter-spacing:.08em;line-height:1.4;text-transform:uppercase}.league-home{border-color:color-mix(in srgb,var(--accent-solid) 45%,var(--border));color:var(--accent-strong)}.league-status{display:block;color:var(--text-muted);font-size:12px;font-weight:700}.league-score{display:block;color:var(--foreground);font-family:"Newsreader",Georgia,serif;font-size:25px;font-weight:700;letter-spacing:-.02em;line-height:1.1}.league-result-link{display:inline-flex;min-height:44px;align-items:center;gap:6px;color:var(--foreground);font-size:12px;font-weight:800;text-decoration:underline;text-decoration-color:var(--border);text-underline-offset:4px;transition:color 180ms ease,text-decoration-color 180ms ease}.league-result-link:hover{color:var(--accent-strong);text-decoration-color:currentColor}.league-note{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px;margin:18px 2px 0;color:var(--text-muted);font-size:11px}.league-note strong{color:var(--foreground);font-weight:800;letter-spacing:.05em;text-transform:uppercase}.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:clamp(46px,9vw,120px);padding:clamp(42px,7vw,82px);border-radius:var(--radius-lg);background:var(--brand-panel);color:#fff}.contact-copy p:not(.eyebrow){max-width:520px;margin-bottom:30px;color:rgba(255,255,255,.8);font-size:18px}.contact-list{display:grid;align-content:center}.contact-list a{display:flex;min-height:88px;align-items:center;gap:18px;border-bottom:1px solid rgba(255,255,255,.24);transition:padding-left 200ms var(--ease),border-color 200ms ease}.contact-list a:first-child{border-top:1px solid rgba(255,255,255,.24)}.contact-list a:hover{padding-left:8px;border-color:#fff}.contact-list svg{width:25px;height:25px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.contact-list span{display:grid;min-width:0}.contact-list small{color:rgba(255,255,255,.67);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.contact-list strong{overflow-wrap:anywhere;font-size:15px}.legal-main{min-height:70vh}.legal-hero{padding:88px 0 72px;border-bottom:1px solid var(--border)}.legal-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:40px}.legal-hero-copy{max-width:830px}.legal-hero h1{max-width:none;margin-bottom:22px;font-size:clamp(58px,9vw,112px)}.legal-lead{max-width:690px;margin:0;color:var(--text-muted);font-size:clamp(18px,2vw,22px)}.legal-meta{display:grid;justify-items:end;gap:5px;min-width:160px;padding-bottom:9px;color:var(--text-muted);font-size:12px}.legal-meta strong{color:var(--foreground);font-size:13px;letter-spacing:.08em;text-transform:uppercase}.back-link{display:inline-flex;min-height:44px;align-items:center;gap:9px;margin-top:30px;border-bottom:1px solid var(--border);font-size:13px;font-weight:700;transition:border-color 200ms ease,color 200ms ease}.back-link:hover{border-color:var(--foreground);color:var(--accent-strong)}.back-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.legal-content{padding:80px 0 112px}.legal-layout{display:grid;grid-template-columns:250px minmax(0,760px);justify-content:space-between;gap:clamp(48px,8vw,112px)}.legal-toc{position:sticky;top:calc(var(--header-height) + 28px);align-self:start;padding:22px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.legal-toc>strong{display:block;margin-bottom:12px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.legal-toc ol{display:grid;gap:2px;margin:0;padding:0;list-style:none;counter-reset:toc}.legal-toc li{counter-increment:toc}.legal-toc a{display:grid;grid-template-columns:22px 1fr;min-height:40px;align-items:center;color:var(--text-muted);font-size:12px;font-weight:700;line-height:1.35;transition:color 180ms ease}.legal-toc a::before{content:counter(toc,decimal-leading-zero);color:var(--accent);font-size:9px;letter-spacing:.06em}.legal-toc a:hover{color:var(--foreground)}.legal-document{min-width:0}.privacy-summary{margin-bottom:54px;padding:28px 30px;border-left:4px solid var(--accent-solid);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--surface);box-shadow:var(--shadow-sm)}.privacy-summary strong{display:block;margin-bottom:8px;font-family:"Newsreader",Georgia,serif;font-size:24px}.privacy-summary p{margin:0;color:var(--text-muted)}.legal-section{scroll-margin-top:calc(var(--header-height) + 28px);padding:0 0 42px}.legal-section + .legal-section{padding-top:42px;border-top:1px solid var(--border)}.legal-section h2{margin-bottom:20px;font-size:clamp(31px,4vw,42px)}.legal-section h3{margin:28px 0 10px;font-size:22px}.legal-section p{margin:0 0 16px;color:var(--text-muted)}.legal-section p:last-child{margin-bottom:0}.legal-section ul{display:grid;gap:8px;margin:18px 0;padding-left:22px;color:var(--text-muted)}.legal-section li::marker{color:var(--accent-solid)}.legal-section a:not(.button){color:var(--foreground);font-weight:700;text-decoration:underline;text-decoration-color:var(--border);text-underline-offset:4px;transition:text-decoration-color 180ms ease,color 180ms ease}.legal-section a:not(.button):hover{color:var(--accent-strong);text-decoration-color:currentColor}.legal-address{margin:18px 0;padding:22px 24px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);font-style:normal}.legal-address strong{color:var(--foreground)}.legal-note{margin-top:24px;padding:18px 20px;border:1px solid var(--border);border-radius:var(--radius-sm);background:color-mix(in srgb,var(--muted) 58%,transparent);color:var(--text-muted);font-size:14px}.footer-links a[aria-current="page"]{color:#fff;text-decoration:underline;text-underline-offset:5px}.imprint-content{padding:80px 0 112px}.imprint-intro{display:grid;grid-template-columns:1fr .72fr;align-items:end;gap:40px;margin-bottom:42px}.imprint-intro h2{max-width:660px;margin-bottom:0}.imprint-intro p{max-width:520px;margin:0 0 7px;color:var(--text-muted)}.imprint-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.imprint-card{position:relative;min-height:300px;padding:32px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.imprint-card-featured{border-color:transparent;background:var(--brand-panel);color:#fff}.imprint-card-index{position:absolute;top:27px;right:28px;color:var(--text-muted);font-size:10px;font-weight:700;letter-spacing:.12em}.imprint-card-featured .imprint-card-index{color:rgba(255,255,255,.58)}.imprint-icon{display:grid;width:46px;height:46px;margin-bottom:48px;place-items:center;border:1px solid var(--border);border-radius:50%;color:var(--accent-strong)}.imprint-card-featured .imprint-icon{border-color:rgba(255,255,255,.3);color:#fff}.imprint-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.imprint-card h2{margin-bottom:14px;font-size:clamp(28px,3vw,37px)}.imprint-card p{margin:0;color:var(--text-muted)}.imprint-card-featured p{color:rgba(255,255,255,.78)}.imprint-card address{color:var(--text-muted);font-style:normal}.imprint-card address strong{color:var(--foreground)}.imprint-card-featured address{color:rgba(255,255,255,.78)}.imprint-card-featured address strong{color:#fff}.imprint-contact-list{display:grid;gap:6px;margin-top:6px}.imprint-contact-list a{display:flex;min-height:44px;align-items:center;gap:10px;width:fit-content;max-width:100%;font-weight:700;text-decoration:underline;text-decoration-color:var(--border);text-underline-offset:5px;transition:color 180ms ease,text-decoration-color 180ms ease}.imprint-contact-list a:hover{color:var(--accent-strong);text-decoration-color:currentColor}.imprint-contact-list svg{width:19px;height:19px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.imprint-legal{margin-top:72px;padding-top:60px;border-top:1px solid var(--border)}.imprint-legal-heading{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px;margin-bottom:42px}.imprint-legal-heading h2{margin:0}.imprint-legal-heading p{max-width:580px;margin:8px 0 0;color:var(--text-muted)}.imprint-note-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.imprint-note{padding:28px;border:1px solid var(--border);border-radius:var(--radius-sm);background:color-mix(in srgb,var(--surface) 75%,transparent)}.imprint-note h3{margin-bottom:10px;font-size:23px}.imprint-note p{margin:0;color:var(--text-muted);font-size:14px}.site-footer{padding:76px 0 26px;background:var(--footer-surface);color:#fff}.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:48px;align-items:start}.footer-brand .brand-mark{width:auto;height:66px;filter:drop-shadow(0 5px 10px rgba(0,0,0,.38))}.footer-brand .brand-copy span{color:rgba(255,255,255,.55)}.footer-address{display:grid;color:rgba(255,255,255,.6);font-size:13px}.footer-address strong{margin-bottom:6px;color:#fff;font-size:12px;letter-spacing:.1em;text-transform:uppercase}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 20px}.footer-links a{min-height:44px;display:flex;align-items:center;color:rgba(255,255,255,.66);font-size:13px}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:62px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.48);font-size:11px;letter-spacing:.04em}.js .reveal{opacity:0;transform:translateY(22px);transition:opacity 360ms var(--ease),transform 360ms var(--ease)}.js .reveal.is-visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.main-nav{display:none}.menu-toggle{display:grid}.hero{min-height:auto;padding-top:54px}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:760px}.hero-visual{width:min(100%,650px);margin-inline:auto}.value-grid{grid-template-columns:1fr 1fr}.value-card:last-child{grid-column:1 / -1;min-height:270px}.heritage-card{grid-template-columns:290px minmax(0,1fr)}.heritage-visual{min-height:400px;padding:40px}.heritage-visual img{width:216px;height:216px}.heritage-copy{padding:42px}.heritage-detail{grid-template-columns:1fr;gap:8px}.history-heading{grid-template-columns:1fr;gap:20px}.history-heading>p{margin-bottom:0}.history-feature{grid-template-columns:1fr}.history-photo img{min-height:auto;aspect-ratio:552 / 385}.history-timeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:46px 0}.history-archive{grid-template-columns:1fr}.meeting-grid{grid-template-columns:1fr}.meeting-copy{max-width:720px}.league-header{grid-template-columns:1fr;gap:24px}.league-intro{max-width:720px;padding-bottom:0}.legal-layout{grid-template-columns:210px minmax(0,1fr);gap:48px}.imprint-intro{grid-template-columns:1fr;gap:18px}}@media (max-width:760px){:root{--header-height:72px}.shell{width:min(calc(100% - 32px),var(--shell))}.section{padding:80px 0}.site-header .brand-mark{width:auto;height:52px}.brand-copy{display:none}.header-cta{display:none}.hero{padding:52px 0 76px}.hero-grid{gap:56px}h1{font-size:clamp(51px,16vw,72px)}h2{font-size:clamp(39px,12vw,54px)}.hero-lead{font-size:17px}.hero-actions{align-items:flex-start;flex-direction:column;gap:14px}.hero-actions .button{width:100%}.text-link{min-height:44px}.quick-facts{flex-direction:column;gap:18px;margin-top:40px}.quick-facts li{padding-right:0}.quick-facts li + li{padding-top:18px;padding-left:0;border-top:1px solid var(--border);border-left:0}.hero-media{aspect-ratio:1 / 1.05;border-width:8px;border-radius:25px}.hero-video{object-position:59% center}.move-card{top:6%;right:2%;width:66%;padding:12px}.move-card div span{display:none}.video-toggle{bottom:14px;left:14px;width:44px;height:44px}.visual-caption{margin-top:8px}.value-grid{grid-template-columns:1fr}.value-card,.value-card:last-child{grid-column:auto;min-height:285px}.heritage-card{grid-template-columns:1fr;border-radius:var(--radius-md)}.heritage-visual{min-height:300px;padding:44px 24px 60px}.heritage-visual::before{bottom:42%;background-size:52px 52px}.heritage-visual img{width:208px;height:208px}.heritage-copy{padding:34px 26px 38px}.heritage-copy h3{font-size:clamp(34px,10vw,44px)}.heritage-copy>p:not(.eyebrow){font-size:16px}.heritage-detail{margin-bottom:20px}.history-heading{margin-bottom:38px}.history-heading>p{font-size:16px}.history-feature{border-radius:var(--radius-md)}.history-photo figcaption{padding:18px 20px 20px}.history-origin{padding:42px 26px 46px}.history-origin .history-year{margin-bottom:28px;font-size:82px}.history-timeline{grid-template-columns:1fr;gap:0;margin-top:56px}.history-timeline li,.history-timeline li:not(:first-child){grid-template-columns:72px minmax(0,1fr);grid-template-rows:auto;gap:18px;padding:0 0 36px 18px;border-top:0;border-left:1px solid var(--border)}.history-timeline li:last-child{padding-bottom:0}.history-timeline li::before,.history-timeline li:not(:first-child)::before{top:6px;left:-5px}.history-timeline li>span{align-self:start;padding-top:2px}.history-timeline h3{margin-top:0}.history-archive{margin-top:56px}.history-board,.history-pioneers{padding:30px 24px}.history-board dl div{grid-template-columns:1fr;gap:3px}.history-quote{padding:38px 26px}.history-quote::before{right:12px;font-size:150px}.history-note{padding:18px}.meeting-panel{grid-template-columns:1fr}.date-tile{min-height:145px}.date-tile strong{font-size:62px}.meeting-details{padding:32px 26px}.league-header{margin-bottom:34px}.league-service-button{width:100%}.league-table-wrap{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.league-table,.league-table tbody{display:grid;gap:14px}.league-table{table-layout:auto}.league-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.league-table tr{display:grid;grid-template-columns:82px minmax(0,1fr);overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--background);box-shadow:var(--shadow-sm)}.league-table tbody tr.league-next{background:color-mix(in srgb,var(--accent-solid) 9%,var(--background))}.league-table td{display:grid;grid-template-columns:1fr;align-content:center;padding:15px 18px;border-top:1px solid var(--border)}.league-table td:first-child{grid-row:1 / 4;padding:20px 13px;border-top:0;border-right:1px solid var(--border);text-align:center}.league-table td:nth-child(2){border-top:0}.league-table td::before{content:attr(data-label);margin-bottom:4px;color:var(--text-muted);font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.league-table td:first-child::before{margin-bottom:10px}.league-next-label{white-space:normal}.league-match{display:grid;gap:2px}.league-match>span{font-size:9px}.league-status{margin-bottom:1px}.league-result-link{width:fit-content;min-height:44px}.league-note{justify-content:flex-start}.contact-card{width:100%;grid-template-columns:1fr;border-radius:0}.contact-copy .button{width:100%}.contact-list strong{font-size:13px}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-brand .brand-copy{display:grid}.footer-bottom{align-items:flex-start;flex-direction:column;margin-top:44px}.legal-hero{padding:60px 0 56px}.legal-hero h1{font-size:clamp(46px,14vw,56px)}.legal-hero-grid{grid-template-columns:1fr;gap:26px}.legal-meta{justify-items:start;padding-bottom:0}.legal-content{padding:56px 0 80px}.legal-layout{grid-template-columns:1fr;gap:40px}.legal-toc{position:static}.legal-toc ol{grid-template-columns:1fr 1fr;gap:2px 16px}.privacy-summary{margin-bottom:42px;padding:24px}.legal-section{padding-bottom:34px}.legal-section + .legal-section{padding-top:34px}.imprint-content{padding:56px 0 80px}.imprint-grid{grid-template-columns:1fr}.imprint-card{min-height:275px;padding:27px}.imprint-icon{margin-bottom:38px}.imprint-legal{margin-top:56px;padding-top:48px}.imprint-legal-heading{grid-template-columns:1fr;gap:12px}.imprint-note-grid{grid-template-columns:1fr}}@media (max-width:380px){.shell{width:min(calc(100% - 24px),var(--shell))}.header-actions{gap:6px}.icon-button{width:44px;height:44px}h1{font-size:48px}.move-card{width:74%}.legal-toc ol{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}.js .reveal{opacity:1;transform:none}}