:root {
  --ink: #22241f;
  --forest: #133b2d;
  --forest-deep: #031c12;
  --forest-soft: #305a49;
  --paper: #fbfaf6;
  --paper-deep: #f7f3eb;
  --card: #fdfaf3;
  --line: #e7dfd0;
  --muted: #62615b;
  --gold: #b78d3b;
  --gold-pale: #d5bc7b;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --content: 920px;
  --wide: 1740px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 13px; line-height: 1.55; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; }
h1 { margin-bottom: 20px; font-size: clamp(48px, 5.2vw, 76px); letter-spacing: -.045em; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 3.65vw, 60px); letter-spacing: -.04em; }
h3 { margin-bottom: 14px; font-size: 30px; letter-spacing: -.028em; }
.skip-link { position: fixed; top: 12px; left: -10000px; z-index: 100; padding: 10px 14px; background: var(--forest); color: white; font-size: 12px; text-decoration: none; }
.skip-link:focus { left: 12px; }
.separator { display: inline-block; width: 3px; height: 3px; margin: 0 .55em .18em; border-radius: 50%; background: currentColor; vertical-align: middle; }
.eyebrow { margin-bottom: 14px; color: var(--forest); font-size: 9px; font-weight: 600; letter-spacing: .19em; line-height: 1.25; text-transform: uppercase; }
.on-dark { color: var(--gold-pale); }

/* Compact institutional shell, matched to the Bolt reference. */
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(251, 250, 246, .96); backdrop-filter: blur(12px); }
.header-bar { display: flex; width: min(calc(100% - 48px), var(--content)); min-height: 64px; margin: 0 auto; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; min-width: 88px; align-items: center; gap: 8px; color: var(--ink); font-family: var(--serif); line-height: 1; text-decoration: none; }
.brand-mark { display: grid; width: 18px; height: 22px; place-items: center; color: var(--gold); font-family: var(--serif); font-size: 12px; font-weight: 600; }
.brand-lockup { display: grid; gap: 2px; }
.brand-lockup b { font-family: var(--serif); font-size: 13px; font-weight: 500; letter-spacing: -.025em; }
.brand-lockup small { color: var(--muted); font-family: var(--sans); font-size: 5.5px; font-weight: 600; letter-spacing: .12em; line-height: 1.1; text-transform: uppercase; white-space: nowrap; }
.desktop-nav { display: flex; min-width: 0; align-items: center; justify-content: center; gap: 16px; }
.desktop-nav a { color: var(--ink); font-size: 9px; font-weight: 500; line-height: 1.1; text-align: center; text-decoration: none; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--forest); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.header-actions { display: flex; align-items: stretch; gap: 6px; }
.top-cta, .account-link { display: inline-flex; min-height: 36px; padding: 7px 11px; align-items: center; justify-content: center; color: var(--forest-deep); font-size: 7.5px; font-weight: 700; letter-spacing: .12em; line-height: 1.18; text-align: center; text-decoration: none; text-transform: uppercase; }
.top-cta { background: var(--gold); }
.account-link { background: var(--forest); color: #fffdf8; }
.top-cta:hover { background: #cda453; }
.account-link:hover { background: var(--forest-deep); }
.menu-toggle { display: none; align-items: center; gap: 8px; border: 0; background: none; color: var(--forest); font: 600 9px var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { display: block; width: 17px; height: 1px; background: currentColor; content: ""; transition: transform .2s ease; }
.menu-toggle i { position: relative; }
.menu-toggle i::before { position: absolute; top: -5px; }
.menu-toggle i::after { position: absolute; top: 5px; }
.menu-toggle[aria-expanded="true"] i { background: transparent; }
.menu-toggle[aria-expanded="true"] i::before { top: 0; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] i::after { top: 0; transform: rotate(-45deg); }
.menu-panel { position: fixed; z-index: 25; inset: 64px 0 0; overflow-y: auto; background: var(--forest-deep); color: #fffdf8; }
.menu-panel[hidden] { display: none; }
.menu-panel-inner { display: flex; min-height: calc(100dvh - 64px); width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: 56px 0 34px; flex-direction: column; }
.menu-links { display: grid; margin: 8px 0 50px; grid-template-columns: 1fr 1fr; column-gap: 48px; }
.menu-links a { padding: 12px 0; border-bottom: 1px solid rgba(255, 253, 248, .23); color: #fffdf8; font-family: var(--serif); font-size: 34px; line-height: 1; text-decoration: none; }
.menu-links a:hover, .menu-links a[aria-current="page"] { color: var(--gold-pale); }
.menu-bottom { display: flex; margin-top: auto; padding-top: 20px; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid rgba(255, 253, 248, .23); color: #d8e0d9; font-size: 10px; }
.menu-bottom p { margin: 0; }
.menu-bottom div { display: flex; gap: 16px; align-items: center; }
.menu-bottom a { color: #fffdf8; text-decoration: none; }
.menu-cta { padding: 9px 12px; background: var(--gold); color: var(--forest-deep) !important; font-size: 10px; font-weight: 700; }
body.menu-open { overflow: hidden; }

/* Full-image home cover. */
body:has(.hero) .site-header { position: absolute; width: 100%; border-bottom-color: rgba(255, 253, 248, .12); background: transparent; backdrop-filter: none; }
body:has(.hero) .brand, body:has(.hero) .desktop-nav a { color: #fffdf8; }
body:has(.hero) .brand-lockup small { color: rgba(255, 253, 248, .72); }
body:has(.hero) .desktop-nav a:hover { color: var(--gold-pale); }
.hero { position: relative; display: grid; min-height: 100svh; overflow: hidden; align-items: end; background: var(--forest-deep); color: #fffdf8; }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1, 16, 10, .38) 0%, rgba(1, 16, 10, .1) 52%, rgba(1, 16, 10, .32) 100%), url("assets/hero-studio-v2.png") center / cover; filter: saturate(.76) contrast(.98); }
.hero-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 17, 10, .14), transparent 36%, rgba(0, 17, 10, .42)); content: ""; }
.hero-copy { position: relative; z-index: 1; width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: 0 0 clamp(48px, 5.4vw, 70px); }
.hero-copy h1 { max-width: 430px; margin-bottom: 18px; font-size: clamp(48px, 4vw, 59px); line-height: .94; }
.hero-intro { max-width: 390px; margin-bottom: 25px; color: rgba(255, 253, 248, .9); font-family: var(--serif); font-size: 16px; line-height: 1.22; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.button { display: inline-flex; min-height: 34px; padding: 9px 16px; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--forest); background: var(--forest); color: #fffdf8; font-size: 9px; font-weight: 700; letter-spacing: .14em; line-height: 1.1; text-decoration: none; text-transform: uppercase; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.button:hover { border-color: var(--gold); background: var(--gold); color: var(--forest-deep); }
.button-light { border-color: var(--gold); background: var(--gold); color: var(--forest-deep); }
.button-light:hover { background: #d1ad60; }
.button-dark { background: var(--forest); color: #fffdf8; }
.button-outline { border-color: var(--forest); background: transparent; color: var(--forest); }
.button-outline:hover { background: var(--forest); color: #fffdf8; }
.hero .text-link { display: inline-flex; min-height: 34px; padding: 9px 16px; align-items: center; border: 1px solid rgba(255, 253, 248, .63); color: #fffdf8; font-size: 9px; font-weight: 700; letter-spacing: .14em; line-height: 1.1; text-decoration: none; text-transform: uppercase; }
.hero .text-link:hover { border-color: var(--gold-pale); color: var(--gold-pale); }
.hero-media-caption { display: none; }
.arrow-link, .text-link, .card-copy a { color: var(--forest); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.arrow-link:hover, .text-link:hover, .card-copy a:hover { color: var(--gold); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }

/* Home sections use Bolt's light, restrained editorial system. */
.identity-band { display: grid; width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: 96px 0; grid-template-columns: 1fr; gap: 22px; border-bottom: 0; }
.identity-band p { max-width: 470px; margin: 0; font-family: var(--serif); font-size: 30px; line-height: 1.08; }
.manifesto { padding: 125px 24px; background: var(--forest-deep); color: #fffdf8; text-align: center; }
.manifesto p { max-width: 760px; margin: 0 auto; font-family: var(--serif); font-size: clamp(43px, 4.5vw, 68px); line-height: 1; letter-spacing: -.04em; }
.section { width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: 108px 0; }
.paths.section { width: min(calc(100% - 96px), var(--wide)); padding-top: 130px; }
.section-heading { display: flex; margin-bottom: 62px; align-items: end; justify-content: space-between; gap: 36px; }
.section-heading > div { max-width: 850px; }
.section-heading h2 { margin-bottom: 28px; font-size: clamp(43px, 4.25vw, 65px); }
.section-heading p:not(.eyebrow) { max-width: 860px; margin-bottom: 0; color: var(--muted); font-size: clamp(16px, 1.45vw, 24px); line-height: 1.48; }
.section-heading .arrow-link { flex: 0 0 auto; margin-bottom: 4px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.path-card { display: flex; min-height: 660px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--card); }
.path-card > img { height: clamp(220px, 19vw, 342px); flex: 0 0 auto; object-fit: cover; filter: saturate(.78); transition: filter .25s ease; }
.path-card:hover { border-color: #83a694; }
.path-card:hover > img { filter: saturate(1); }
.card-copy { display: flex; min-height: 315px; padding: 39px 40px 34px; flex: 1; flex-direction: column; }
.card-number { display: none; }
.card-copy h3 { margin-bottom: 19px; font-size: clamp(27px, 2vw, 34px); }
.card-copy p:not(.card-number) { margin-bottom: 26px; color: var(--muted); font-size: clamp(14px, 1.1vw, 17px); line-height: 1.56; }
.card-copy a { margin-top: auto; font-size: 12px; letter-spacing: .035em; text-transform: none; }
.card-copy a span { margin-left: 8px; font-size: 17px; line-height: 0; }

.feature { display: grid; width: min(calc(100% - 48px), 1100px); margin: 0 auto; padding: 106px 0; grid-template-columns: .92fr 1.08fr; gap: 74px; align-items: center; background: transparent; }
.feature-image { min-height: 400px; overflow: hidden; }
.feature-image img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; filter: saturate(.76); }
.feature-copy { max-width: 440px; }
.feature-copy h2, .tournament-copy h2, .community-top h2 { max-width: 500px; font-size: clamp(41px, 4vw, 58px); }
.feature-copy > p:not(.eyebrow), .tournament-copy > p:not(.eyebrow), .community-top > p:not(.eyebrow), .contact-section > p:not(.eyebrow) { max-width: 475px; margin-bottom: 26px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.editorial { display: grid; min-height: 500px; grid-template-columns: 1fr 1fr; background: var(--forest-deep); color: #fffdf8; }
.editorial-art { position: relative; min-height: 350px; background: linear-gradient(rgba(3, 28, 18, .36), rgba(3, 28, 18, .48)), url("assets/culture-editorial-v2.png") center / cover; filter: saturate(.65); }
.editorial-art::before { position: absolute; inset: 0; background: rgba(3, 28, 18, .3); content: ""; }
.editorial-art span { position: absolute; bottom: 42px; left: max(11%, calc((100vw - var(--content)) / 2)); z-index: 1; color: rgba(255, 253, 248, .96); font-family: var(--serif); font-size: clamp(120px, 17vw, 240px); line-height: .65; }
.editorial-copy { display: flex; max-width: 470px; padding: 94px 48px; flex-direction: column; align-items: flex-start; justify-content: center; }
.editorial-copy h2 { margin-bottom: 22px; font-size: clamp(52px, 5vw, 74px); }
.editorial-copy > p:not(.eyebrow) { margin-bottom: 28px; color: rgba(255, 253, 248, .75); font-size: 14px; line-height: 1.65; }
.editorial-copy .text-link { color: var(--gold-pale); }
.tournament-section { display: grid; width: min(calc(100% - 48px), 1000px); margin: 0 auto; padding: 120px 0; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.tournament-copy > p:not(.eyebrow) { margin-bottom: 28px; }
.tournament-image { margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--card); }
.tournament-image img { min-height: 360px; object-fit: cover; filter: saturate(.75); }
.tournament-image figcaption { padding: 13px 16px; color: var(--muted); font-size: 10px; }
.participation-section { display: grid; width: min(calc(100% - 128px), var(--content)); margin: 0 auto; padding: 110px 0; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: clamp(46px, 8vw, 130px); border-top: 1px solid var(--line); }
.participation-intro h2 { max-width: 450px; margin-bottom: 20px; font-size: clamp(40px, 3.7vw, 57px); }
.participation-intro > p:not(.eyebrow) { max-width: 430px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.participation-links { border-top: 1px solid rgba(19, 59, 45, .24); }
.participation-links a { display: grid; padding: 25px 0; grid-template-columns: 44px minmax(160px, .75fr) minmax(190px, 1fr); gap: 18px; align-items: start; border-bottom: 1px solid rgba(19, 59, 45, .24); color: var(--ink); text-decoration: none; }
.participation-links a:hover { color: var(--forest); }
.participation-links span { padding-top: 4px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.participation-links strong { font-family: var(--serif); font-size: 29px; font-weight: 500; letter-spacing: -.025em; line-height: 1; }
.participation-links em { color: var(--muted); font-size: 15px; font-style: normal; line-height: 1.55; }
.participation-links b { display: inline-block; margin-left: 7px; color: var(--forest); font-size: 20px; font-weight: 400; line-height: .5; transition: transform .2s ease; }
.participation-links a:hover b { transform: translateX(4px); }
.community-section { padding: 118px max(24px, calc((100% - var(--content)) / 2)); background: var(--paper-deep); text-align: left; }
.community-top { max-width: 570px; margin: 0 0 48px; }
.community-top > p:not(.eyebrow) { margin-right: 0; margin-left: 0; }
.community-roles { display: grid; width: min(100%, 920px); margin: 0 0 34px; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.community-roles span { padding: 29px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 25px; }
.community-roles span:nth-child(3n) { border-right: 0; }
.community-roles span:nth-last-child(-n + 3) { border-bottom: 0; }
.alliance-section { position: relative; display: grid; min-height: 380px; overflow: hidden; background: var(--forest-deep); color: #fffdf8; }
.alliance-photo { position: absolute; inset: 0; min-height: 0; background: linear-gradient(90deg, rgba(3, 28, 18, .89), rgba(3, 28, 18, .43)), url("assets/alliances-editorial-v2.png") center / cover; filter: saturate(.58); }
.alliance-copy { position: relative; z-index: 1; width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: 70px 0; }
.alliance-copy h2 { max-width: 400px; margin-bottom: 17px; font-size: clamp(43px, 4vw, 58px); }
.alliance-copy > p:not(.eyebrow) { max-width: 465px; margin-bottom: 25px; color: rgba(255, 253, 248, .86); font-size: 13px; line-height: 1.55; }
.contact-section { width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: 120px 0; text-align: left; }
.contact-section h2 { max-width: 560px; }
.contact-note { max-width: 455px; margin-top: 25px !important; color: var(--muted) !important; font-size: 11px !important; }

/* Long-form program catalogue: image and programme brief, as in Bolt. */
.programs-intro { width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: 88px 0 72px; }
.programs-intro h1 { margin-bottom: 18px; font-size: clamp(47px, 4.4vw, 62px); }
.programs-intro > p:not(.eyebrow) { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.program-list { width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding-bottom: 96px; }
.program-row { display: grid; margin-bottom: 66px; grid-template-columns: 1fr 1fr; gap: 25px; align-items: start; }
.program-row > img { min-height: 245px; object-fit: cover; filter: saturate(.78); }
.program-row h2 { margin-bottom: 13px; font-size: 31px; }
.program-row > div > p:not(.eyebrow):not(.program-label) { margin-bottom: 17px; color: var(--muted); font-size: 11px; line-height: 1.57; }
.program-label { margin: 18px 0 7px !important; color: var(--forest) !important; font-size: 8px !important; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.program-row ul { margin: 0 0 21px; padding: 0; color: var(--muted); font-size: 9px; line-height: 1.7; list-style: none; }
.program-row li { position: relative; padding-left: 10px; }
.program-row li::before { position: absolute; top: .67em; left: 0; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); content: ""; }
.program-row .arrow-link { font-size: 8px; }

/* Detail pages use Bolt's narrow, careful editorial rhythm. */
.page-hero { min-height: 275px; padding: 64px max(24px, calc((100% - var(--content)) / 2)) 50px; background: var(--forest-deep); color: #fffdf8; }
.page-hero--light { background: var(--paper); color: var(--ink); }
.page-hero--image { background: linear-gradient(90deg, rgba(3, 28, 18, .84), rgba(3, 28, 18, .48)), var(--hero-image) var(--hero-position, center) / cover; }
.page-hero h1 { max-width: 410px; margin-bottom: 14px; font-size: clamp(43px, 4vw, 58px); }
.page-hero p:not(.eyebrow) { max-width: 470px; margin: 0; color: rgba(255, 253, 248, .84); font-size: 13px; line-height: 1.55; }
.page-hero--light p:not(.eyebrow) { color: var(--muted); }
.page-section { width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: 85px 0; }
.page-section--paper { width: 100%; padding-right: max(24px, calc((100% - var(--content)) / 2)); padding-left: max(24px, calc((100% - var(--content)) / 2)); background: var(--paper-deep); }
.page-section--dark { width: 100%; padding-right: max(24px, calc((100% - var(--content)) / 2)); padding-left: max(24px, calc((100% - var(--content)) / 2)); background: var(--forest-deep); color: #fffdf8; }
.page-section--dark > * { max-width: var(--content); margin-right: auto; margin-left: auto; }
.page-lede { max-width: 510px; color: var(--muted); font-family: var(--serif); font-size: 28px; line-height: 1.15; }
.two-column { display: grid; grid-template-columns: .86fr 1.14fr; gap: 58px; align-items: start; }
.two-column h2 { margin-bottom: 0; font-size: 33px; }
.two-column > div > p:not(.eyebrow) { margin-bottom: 14px; color: var(--muted); font-size: 12px; line-height: 1.63; }
.two-column--dark > div > p:not(.eyebrow), .page-section--dark .page-lede { color: rgba(255, 253, 248, .78); }
.principle-grid, .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.principle-grid article, .service-grid article { min-height: 210px; padding: 25px 20px; border: 1px solid var(--line); background: var(--card); }
.principle-grid h3, .service-grid h3 { margin-bottom: 12px; font-size: 24px; }
.principle-grid p, .service-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.58; }
.service-grid article { display: flex; flex-direction: column; }
.service-grid a { margin-top: auto; color: var(--forest); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.numbered-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.numbered-list li { display: grid; padding: 21px 0; grid-template-columns: 44px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.numbered-list strong { color: var(--gold); font-family: var(--serif); font-size: 24px; }
.numbered-list p { margin: 0; color: var(--muted); font-size: 12px; }
.role-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.role-grid article { min-height: 170px; padding: 24px 20px; border: 1px solid var(--line); background: var(--card); }
.role-grid h3 { margin-bottom: 8px; font-size: 24px; }
.role-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.form-card { max-width: 100%; padding: 36px; border: 1px solid var(--line); background: var(--card); }
.interest-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.interest-form label { display: grid; gap: 7px; color: var(--forest); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.interest-form label:last-of-type { grid-column: 1 / -1; }
.interest-form input, .interest-form select, .interest-form textarea { width: 100%; padding: 10px; border: 1px solid var(--line); border-radius: 0; outline: 0; background: #fffefb; color: var(--ink); font: 12px var(--sans); }
.interest-form input:focus, .interest-form select:focus, .interest-form textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 1px var(--forest); }
.interest-form textarea { min-height: 110px; resize: vertical; }
.interest-form button { width: max-content; cursor: pointer; }
.form-result { grid-column: 1 / -1; margin: 0; padding: 12px; border-left: 3px solid var(--gold); background: var(--paper-deep); color: var(--forest); font-size: 11px; }
.availability { display: flex; max-width: var(--content); margin: 0 auto; padding: 22px 24px; align-items: center; gap: 20px; border-left: 3px solid var(--gold); background: #f1ede4; }
.availability strong { font-family: var(--serif); font-size: 25px; font-weight: 500; }
.availability p { margin: 0; color: var(--muted); font-size: 11px; }

/* Footer follows the same deep-green closure. */
.site-footer { display: block; margin: 0; padding: 0; background: var(--forest-deep); color: #fffdf8; }
.footer-callout { width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: 86px 0 64px; border-bottom: 1px solid rgba(255, 253, 248, .2); }
.footer-statement { max-width: 520px; margin: 0; font-family: var(--serif); font-size: clamp(39px, 4vw, 58px); line-height: .98; letter-spacing: -.04em; }
.footer-grid { display: grid; width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: 50px 0; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 24px; }
.site-footer .brand { color: #fffdf8; }
.site-footer .brand-mark { color: var(--gold-pale); }
.site-footer .brand-lockup small { color: rgba(255, 253, 248, .62); }
.footer-identity p { max-width: 200px; margin: 18px 0 0; color: rgba(255, 253, 248, .66); font-size: 10px; line-height: 1.6; }
.footer-heading { margin-bottom: 13px; color: var(--gold-pale); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column a, .footer-social span { margin-bottom: 7px; color: #fffdf8; font-size: 10px; text-decoration: none; }
.footer-column a:hover { color: var(--gold-pale); text-decoration: underline; text-underline-offset: 3px; }
.footer-social span { display: flex; width: 100%; justify-content: space-between; color: rgba(255, 253, 248, .75); }
.footer-social small, .social-note { color: rgba(255, 253, 248, .5); font-size: 8px; }
.social-note { margin: 5px 0 0; line-height: 1.45; }
.footer-base { display: flex; width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: 18px 0; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid rgba(255, 253, 248, .2); color: rgba(255, 253, 248, .56); font-size: 8px; }
.footer-base p { margin: 0; }

@media (max-width: 900px) {
  .header-bar { width: calc(100% - 48px); }
  .desktop-nav, .top-cta, .account-link { display: none; }
  .menu-toggle { display: inline-flex; min-height: 32px; }
  body:has(.hero) .menu-toggle { color: #fffdf8; }
  .paths.section { width: calc(100% - 48px); }
  .card-grid { gap: 20px; }
  .path-card { min-height: 580px; }
  .card-copy { padding: 30px; }
  .feature { width: calc(100% - 48px); gap: 42px; }
  .editorial-copy { padding-right: 36px; padding-left: 36px; }
  .tournament-section { width: calc(100% - 48px); gap: 46px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-social { grid-column: 2 / span 2; }
}

@media (max-width: 680px) {
  body { font-size: 14px; }
  h1 { font-size: 52px; }
  h2 { font-size: 43px; }
  .menu-panel-inner { width: calc(100% - 48px); }
  .menu-links { grid-template-columns: 1fr; gap: 0; }
  .menu-links a { font-size: 37px; }
  .menu-bottom { align-items: flex-start; flex-direction: column; }
  .hero { min-height: 760px; }
  .hero-copy { width: calc(100% - 48px); padding-bottom: 55px; }
  .hero-copy h1 { font-size: 53px; }
  .identity-band { width: calc(100% - 48px); padding: 70px 0; }
  .identity-band p { font-size: 27px; }
  .manifesto { padding: 90px 24px; }
  .manifesto p { font-size: 43px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 24px; margin-bottom: 38px; }
  .section-heading h2 { margin-bottom: 20px; }
  .section-heading p:not(.eyebrow) { font-size: 17px; }
  .card-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 0; }
  .path-card > img { height: 260px; }
  .card-copy { min-height: 286px; padding: 30px; }
  .feature, .tournament-section { grid-template-columns: 1fr; }
  .feature { padding: 76px 0; }
  .feature-image, .feature-image img { min-height: 310px; }
  .editorial { grid-template-columns: 1fr; }
  .editorial-art { min-height: 270px; }
  .editorial-art span { left: 12%; }
  .editorial-copy { padding: 72px 24px; }
  .tournament-section { padding: 80px 0; }
  .community-section { padding: 82px 24px; }
  .community-roles { grid-template-columns: repeat(2, 1fr); }
  .community-roles span { padding: 23px 12px; font-size: 23px; }
  .community-roles span:nth-child(3n) { border-right: 1px solid var(--line); }
  .community-roles span:nth-child(2n) { border-right: 0; }
  .community-roles span:nth-last-child(-n + 3) { border-bottom: 1px solid var(--line); }
  .community-roles span:nth-last-child(-n + 2) { border-bottom: 0; }
  .page-hero { min-height: 250px; padding-top: 55px; padding-bottom: 42px; }
  .programs-intro, .program-list { width: calc(100% - 48px); }
  .programs-intro { padding: 70px 0 52px; }
  .program-row { grid-template-columns: 1fr; gap: 22px; margin-bottom: 56px; }
  .program-row > img { min-height: 250px; }
  .page-section { width: calc(100% - 48px); padding: 70px 0; }
  .page-section--paper, .page-section--dark { width: 100%; padding-top: 70px; padding-bottom: 70px; }
  .two-column { grid-template-columns: 1fr; gap: 28px; }
  .two-column h2 { font-size: 35px; }
  .principle-grid, .service-grid, .role-grid { grid-template-columns: 1fr; }
  .principle-grid article, .service-grid article, .role-grid article { min-height: 0; }
  .interest-form { grid-template-columns: 1fr; }
  .interest-form label:last-of-type { grid-column: auto; }
  .availability { align-items: flex-start; flex-direction: column; }
  .footer-callout, .footer-grid, .footer-base { width: calc(100% - 48px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-identity { grid-column: 1 / -1; }
  .footer-social { grid-column: auto; }
  .footer-base { align-items: flex-start; flex-direction: column; }
}

/* Reference reconstruction: the public pages share Bolt's compact editorial cadence. */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* The hero already establishes the institutional proposition; the next module starts directly with programmes. */
.paths.section { padding-top: 112px; padding-bottom: 122px; }

/* Page headers in the reference are concise image bands rather than feature-sized screens. */
.page-hero { min-height: 192px; padding-top: 34px; padding-bottom: 32px; }
.page-hero h1 { max-width: 440px; margin-bottom: 10px; font-size: clamp(32px, 2.65vw, 42px); }
.page-hero p:not(.eyebrow) { max-width: 390px; font-size: 11px; }
.page-section { padding-top: 72px; padding-bottom: 72px; }
.page-lede { max-width: 495px; font-size: 25px; }
.two-column { grid-template-columns: .9fr 1.1fr; gap: 54px; }
.two-column h2 { font-size: 28px; line-height: 1.07; }
.two-column > div > p:not(.eyebrow) { font-size: 11px; line-height: 1.62; }
.principle-grid article, .service-grid article { min-height: 155px; padding: 20px 17px; }
.principle-grid h3, .service-grid h3 { margin-bottom: 9px; font-size: 20px; }

/* Programmes: one photographic banner followed by the quiet, paired programme catalogue. */
.programs-hero, .tournaments-hero { display: grid; min-height: 192px; padding: 34px max(24px, calc((100% - var(--content)) / 2)) 32px; align-items: end; background: linear-gradient(90deg, rgba(3, 28, 18, .88), rgba(3, 28, 18, .48)), var(--programs-image) center / cover; color: #fffdf8; }
.programs-hero > div, .tournaments-hero > div { max-width: 440px; }
.programs-hero h1, .tournaments-hero h1 { max-width: 440px; margin: 0 0 10px; font-size: clamp(32px, 2.65vw, 42px); }
.programs-hero p:not(.eyebrow), .tournaments-hero p:not(.eyebrow) { max-width: 390px; margin: 0; color: rgba(255, 253, 248, .86); font-size: 11px; line-height: 1.55; }
.program-list { padding-top: 72px; padding-bottom: 74px; }
.program-row { margin-bottom: 76px; grid-template-columns: 1fr 1fr; gap: 25px; }
.program-row > img { min-height: 205px; height: 205px; }
.program-row h2 { margin-bottom: 10px; font-size: 26px; }
.program-row > div > p:not(.eyebrow):not(.program-label) { margin-bottom: 13px; font-size: 10px; }
.program-label { margin: 13px 0 5px !important; font-size: 7px !important; }
.program-row ul { margin-bottom: 13px; font-size: 8px; line-height: 1.7; }
.program-row .program-audience { margin-bottom: 15px !important; font-size: 8px !important; }

/* Pensamiento is an all-light editorial index, not a dark campaign section. */
.editorial-index { width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: 100px 0 64px; }
.editorial-index-heading { max-width: 440px; margin: 0 auto 34px; text-align: center; }
.editorial-index-heading .eyebrow { margin-bottom: 12px; }
.editorial-index-heading h1 { margin-bottom: 12px; font-size: 29px; }
.editorial-index-heading > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.editorial-story { display: flex; flex-direction: column; }
.editorial-story img { height: 226px; margin-bottom: 12px; object-fit: cover; filter: saturate(.75); }
.editorial-story .eyebrow { margin-bottom: 8px; font-size: 7px; }
.editorial-story h2 { margin-bottom: 8px; font-size: 14px; line-height: 1.08; }
.editorial-story > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.55; }
.editorial-note { margin: 25px auto 0; color: var(--muted); font-size: 8px; text-align: center; }

/* The tournament listing deliberately uses the same compact registry language; no invented events are shown. */
.tournaments-hero { background-image: linear-gradient(90deg, rgba(3, 28, 18, .84), rgba(3, 28, 18, .46)), var(--tournaments-image); background-position: center 75%; }
.tournament-listing { width: min(calc(100% - 48px), var(--content)); margin: 0 auto; padding: 70px 0 72px; }
.tournament-filters { display: flex; width: 100%; margin-bottom: 23px; gap: 14px; border-bottom: 1px solid var(--line); }
.tournament-filters p { display: flex; width: 90px; margin: 0; padding: 0 2px 12px; flex-direction: column; gap: 7px; border-bottom: 1px solid #9da9a0; color: var(--ink); font-size: 9px; }
.tournament-filters span { color: var(--muted); font-size: 6px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.tournament-filters b { margin-left: auto; font-weight: 500; }
.tournament-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.tournament-card { min-height: 154px; padding: 16px; border: 1px solid var(--line); background: var(--card); }
.tournament-card--active { border-color: #9fb7a7; }
.tournament-status { display: inline-block; margin: 0 0 11px; padding: 3px 6px; background: #e7ece5; color: var(--forest); font-size: 6px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tournament-card h3 { margin-bottom: 8px; font-size: 14px; line-height: 1.05; }
.tournament-card > p:not(.tournament-status) { margin-bottom: 10px; color: var(--muted); font-size: 8px; line-height: 1.5; }
.tournament-card a { color: var(--forest); font-size: 8px; font-weight: 700; text-decoration: none; }

/* Role cards reproduce the discrete icon-card system used for community in the reference. */
.role-grid { gap: 12px; }
.role-grid article { min-height: 124px; padding: 19px 17px; }
.role-grid article::before { display: grid; width: 27px; height: 27px; margin-bottom: 14px; place-items: center; border: 1px solid #cbd8ce; border-radius: 50%; color: var(--forest); content: "♙"; font: 13px var(--serif); }
.role-grid h3 { margin-bottom: 6px; font-size: 17px; }
.role-grid p { font-size: 8px; }

/* Contact forms become a centred, low-contrast panel on deep green, following Bolt's form treatment. */
.page-section:has(.form-card) { width: 100%; padding: 0 max(24px, calc((100% - var(--content)) / 2)) 72px; background: var(--forest-deep); }
.page-section:has(.form-card) > .eyebrow { display: none; }
.form-card { max-width: 295px; margin: 0 auto; padding: 29px 24px 24px; border: 0; background: #01150d; color: #fffdf8; }
.form-card h2 { margin-bottom: 16px; color: #fffdf8; font-size: 24px; }
.form-card > p:not(.eyebrow) { color: rgba(255, 253, 248, .65); font-size: 9px; line-height: 1.55; }
.form-card .eyebrow { color: var(--gold-pale); }
.interest-form { grid-template-columns: 1fr; gap: 14px; }
.interest-form label, .interest-form label:last-of-type { grid-column: auto; gap: 5px; color: rgba(255, 253, 248, .53); font-size: 7px; }
.interest-form input, .interest-form select, .interest-form textarea { padding: 4px 0 7px; border: 0; border-bottom: 1px solid rgba(222, 219, 177, .72); background: transparent; color: #fffdf8; font-size: 9px; }
.interest-form select { color: rgba(255, 253, 248, .72); }
.interest-form option { color: var(--ink); }
.interest-form input:focus, .interest-form select:focus, .interest-form textarea:focus { border-color: var(--gold-pale); box-shadow: 0 1px 0 var(--gold-pale); }
.interest-form textarea { min-height: 60px; }
.interest-form button { min-height: 28px; padding: 8px 12px; border: 0; background: var(--forest-soft); color: #fffdf8; font-size: 7px; }
.form-result { border-left: 2px solid var(--gold); background: rgba(255, 253, 248, .08); color: #fffdf8; font-size: 8px; }

/* Footer: a compact institutional grid instead of a campaign-size closing block. */
.footer-callout { display: none; }
.footer-grid { padding: 43px 0 33px; grid-template-columns: 1.55fr repeat(4, 1fr); gap: 24px; }
.footer-identity p { max-width: 190px; margin: 15px 0 12px; font-size: 10px; line-height: 1.6; }
.footer-heading { margin-bottom: 12px; font-size: 8.5px; }
.footer-column a, .footer-column span { margin-bottom: 8px; color: rgba(255, 253, 248, .88); font-size: 9.5px; line-height: 1.25; text-decoration: none; }
.footer-column span { color: rgba(255, 253, 248, .72); }
.footer-social-links { display: flex; gap: 12px; align-items: center; color: #fffdf8; }
.footer-social-links span { display: grid; width: 13px; height: 13px; place-items: center; color: #fffdf8; font-size: 10px; line-height: 1; }
.footer-base { padding: 15px 0 20px; font-size: 9px; }

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1.45fr repeat(3, 1fr); }
  .footer-grid .footer-column:last-child { grid-column: 2; }
}

@media (max-width: 680px) {
  .paths.section { padding-top: 75px; padding-bottom: 75px; }
  .page-hero, .programs-hero, .tournaments-hero { min-height: 225px; padding-top: 70px; }
  .program-list { padding-top: 58px; }
  .program-row { grid-template-columns: 1fr; }
  .program-row > img { height: 250px; }
  .editorial-index { padding-top: 72px; }
  .editorial-grid, .tournament-cards { grid-template-columns: 1fr; }
  .editorial-story img { height: 280px; }
  .tournament-card { min-height: 145px; }
  .page-section:has(.form-card) { padding-bottom: 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .footer-identity { grid-column: 1 / -1; }
  .footer-grid .footer-column:last-child { grid-column: auto; }
}

/* Recalibrated editorial scale and operational surfaces. */
:root { --content: 1200px; }
body { font-size: 16px; }
.eyebrow { font-size: 11px; }
.site-header { border-bottom-color: rgba(231, 223, 208, .7); }
.header-bar { width: min(calc(100% - 128px), var(--content)); min-height: 84px; gap: 24px; }
.brand { min-width: 166px; gap: 11px; }
.brand-mark { width: 32px; height: 34px; font-size: 20px; }
.brand-lockup { gap: 3px; }
.brand-lockup b { font-size: 22px; }
.brand-lockup small { font-size: 9px; letter-spacing: .14em; }
.desktop-nav { gap: 23px; }
.desktop-nav a { font-size: 13px; }
.top-cta, .account-link { min-height: 46px; padding: 8px 13px; font-size: 10px; }
.menu-toggle { display: inline-flex; min-height: 46px; padding: 8px 0 8px 9px; font-size: 10px; }
.menu-panel { inset: 84px 0 0; }
.menu-panel-inner { min-height: calc(100dvh - 84px); width: min(calc(100% - 128px), var(--content)); }
.menu-bottom { font-size: 14px; }
.menu-cta { font-size: 13px; }

.hero { min-height: max(720px, 100svh); }
.hero-media { background-position: left center; background-size: 120% auto; filter: saturate(.55) contrast(.87) brightness(.78) blur(.7px); transform: scale(1.012); }
.hero-media::after { background: linear-gradient(90deg, rgba(0, 15, 9, .64) 0%, rgba(0, 15, 9, .38) 41%, rgba(0, 15, 9, .2) 66%, rgba(0, 15, 9, .45) 100%), linear-gradient(180deg, rgba(0, 15, 9, .2), transparent 40%, rgba(0, 15, 9, .52)); }
.hero-copy { width: min(calc(100% - 128px), 1400px); padding-bottom: clamp(72px, 8vw, 122px); }
.hero-copy h1 { max-width: none; margin-bottom: 21px; font-size: clamp(50px, 5.2vw, 78px); letter-spacing: -.045em; line-height: .94; text-shadow: 0 2px 18px rgba(0, 0, 0, .28); white-space: nowrap; }
.hero-intro { max-width: 500px; font-size: 19px; line-height: 1.32; }
.button, .hero .text-link { min-height: 43px; padding: 11px 18px; font-size: 12px; }
.arrow-link, .text-link, .card-copy a { font-size: 13px; }

.section { width: min(calc(100% - 128px), var(--content)); }
.paths.section { width: min(calc(100% - 128px), var(--wide)); }
.section-heading p:not(.eyebrow) { max-width: 780px; font-size: 20px; }
.card-copy p:not(.card-number) { font-size: 16px; }
.card-copy a { font-size: 14px; }
.feature, .tournament-section { width: min(calc(100% - 128px), var(--content)); }
.feature-copy > p:not(.eyebrow), .tournament-copy > p:not(.eyebrow), .community-top > p:not(.eyebrow), .contact-section > p:not(.eyebrow) { font-size: 16px; }
.editorial-copy > p:not(.eyebrow) { font-size: 16px; }
.tournament-image figcaption { font-size: 13px; }
.community-section { padding-right: max(64px, calc((100% - var(--content)) / 2)); padding-left: max(64px, calc((100% - var(--content)) / 2)); }
.alliance-copy, .contact-section { width: min(calc(100% - 128px), var(--content)); }
.alliance-copy > p:not(.eyebrow) { font-size: 16px; }

.page-hero { min-height: 250px; padding: 52px max(64px, calc((100% - var(--content)) / 2)); }
.page-hero h1, .programs-hero h1, .tournaments-hero h1 { font-size: clamp(40px, 3.4vw, 58px); }
.page-hero p:not(.eyebrow), .programs-hero p:not(.eyebrow), .tournaments-hero p:not(.eyebrow) { font-size: 16px; }
.page-section, .program-list, .tournament-listing { width: min(calc(100% - 128px), var(--content)); }
.page-section { padding-top: 92px; padding-bottom: 92px; }
.page-section--paper, .page-section--dark { padding-right: max(64px, calc((100% - var(--content)) / 2)); padding-left: max(64px, calc((100% - var(--content)) / 2)); }
.two-column > div > p:not(.eyebrow), .principle-grid p, .service-grid p, .role-grid p, .numbered-list p { font-size: 15px; }
.program-row > div > p:not(.eyebrow):not(.program-label), .program-row ul, .program-row .program-audience { font-size: 14px !important; }
.program-label { font-size: 11px !important; }

.tournament-listing { padding-top: 86px; padding-bottom: 86px; }
.listing-heading { display: flex; margin-bottom: 24px; align-items: end; justify-content: space-between; gap: 28px; }
.listing-heading h2 { max-width: 610px; margin: 0; font-size: clamp(35px, 3vw, 50px); }
.listing-intro { max-width: 720px; margin: 0 0 38px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.tournament-cards { gap: 22px; }
.tournament-filters { display: flex; width: 100%; margin: 0 0 14px; padding: 0 0 22px; gap: 18px; border-bottom: 1px solid var(--line); }
.tournament-filters label { display: grid; min-width: 238px; gap: 8px; color: var(--forest); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tournament-filters select { width: 100%; padding: 11px 34px 11px 0; border: 0; border-bottom: 1px solid var(--forest-soft); border-radius: 0; outline: none; background: transparent; color: var(--ink); font: 15px var(--sans); letter-spacing: 0; text-transform: none; }
.filter-result { margin: 0 0 28px; color: var(--muted); font-size: 14px; }
.tournament-card { min-height: 270px; padding: 30px; }
.tournament-status { margin-bottom: 18px; padding: 5px 8px; font-size: 11px; }
.tournament-card h3 { max-width: 420px; font-size: 28px; }
.tournament-card > p:not(.tournament-status) { max-width: 460px; font-size: 15px; line-height: 1.6; }
.tournament-card a, .muted-action { display: inline-block; margin-top: 10px; color: var(--forest); font-size: 13px; font-weight: 700; text-decoration: none; }
.muted-action { color: var(--muted); font-weight: 500; }
.tournament-formats .two-column { margin-bottom: 48px; }
.format-menu { border-top: 1px solid rgba(19, 59, 45, .22); }
.format-menu details { border-bottom: 1px solid rgba(19, 59, 45, .22); }
.format-menu summary { display: flex; padding: 24px 0; align-items: baseline; justify-content: space-between; cursor: pointer; color: var(--forest-deep); font-family: var(--serif); font-size: clamp(26px, 2.3vw, 36px); line-height: 1; list-style: none; }
.format-menu summary::-webkit-details-marker { display: none; }
.format-menu summary::after { margin-left: 20px; color: var(--gold); content: "+"; font-family: var(--sans); font-size: 22px; font-weight: 400; }
.format-menu details[open] summary::after { content: "–"; }
.format-menu summary span { margin-left: auto; padding-right: 20px; color: var(--forest-soft); font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .13em; }
.format-menu details > p { max-width: 720px; margin: -6px 0 24px; color: var(--muted); font-size: 15px; line-height: 1.65; }

.portal-section { width: min(calc(100% - 128px), var(--content)); margin: 0 auto; padding: 84px 0 96px; }
.portal-section--admin { background: var(--forest-deep); }
.portal-section--admin { position: relative; width: 100%; padding-right: max(64px, calc((100% - var(--content)) / 2)); padding-left: max(64px, calc((100% - var(--content)) / 2)); }
.access-note { display: grid; margin-bottom: 28px; padding: 28px 32px; grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr); gap: 30px; border: 1px solid var(--line); background: var(--paper-deep); }
.access-note h2 { margin: 0; font-size: 30px; }
.access-note > p { margin: 0; align-self: center; color: var(--muted); font-size: 15px; line-height: 1.65; }
.access-note--dark { border-color: rgba(255, 253, 248, .2); background: rgba(255, 253, 248, .06); color: #fffdf8; }
.access-note--dark > p { color: rgba(255, 253, 248, .76); }
.portal-shell { display: grid; grid-template-columns: 250px minmax(0, 1fr); border: 1px solid var(--line); background: var(--card); }
.portal-shell--admin { border-color: rgba(255, 253, 248, .2); background: #07291c; color: #fffdf8; }
.portal-aside { display: flex; padding: 30px 24px; flex-direction: column; border-right: 1px solid var(--line); background: #f4f0e6; }
.portal-aside--admin { border-color: rgba(255, 253, 248, .16); background: #041b11; }
.portal-nav-item { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.portal-aside button.portal-nav-item { width: 100%; border-top: 0; border-right: 0; border-left: 0; outline: 0; background: transparent; font-family: var(--sans); line-height: 1.35; text-align: left; cursor: pointer; }
.portal-aside button.portal-nav-item:hover { color: var(--forest); }
.portal-aside--admin button.portal-nav-item:hover { color: #fffdf8; }
.portal-aside button.portal-nav-item:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.portal-aside--admin .portal-nav-item { border-color: rgba(255, 253, 248, .16); color: rgba(255, 253, 248, .68); }
.portal-nav-item--active { color: var(--forest); font-weight: 700; }
.portal-aside--admin .portal-nav-item--active { color: var(--gold-pale); }
.portal-content [data-portal-panel][hidden] { display: none; }
.portal-content--admin .portal-intro { color: rgba(255, 253, 248, .74); }
.two-column--dark .text-link { color: var(--gold-pale); }
.portal-content { padding: 42px; }
.portal-content--admin { color: #fffdf8; }
.portal-heading { display: flex; margin-bottom: 22px; align-items: start; justify-content: space-between; gap: 18px; }
.portal-heading h2 { max-width: 590px; margin: 0; font-size: clamp(32px, 3vw, 46px); }
.portal-intro { max-width: 750px; margin: 0 0 32px; color: var(--muted); font-size: 16px; line-height: 1.68; }
.portal-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.portal-card { display: flex; min-height: 215px; padding: 25px; flex-direction: column; border: 1px solid var(--line); background: #fffdf8; }
.portal-cards--admin .portal-card { border-color: rgba(255, 253, 248, .16); background: rgba(255, 253, 248, .05); }
.portal-card-label { margin-bottom: 17px; color: var(--forest); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.portal-cards--admin .portal-card-label { color: var(--gold-pale); }
.portal-card h3 { margin-bottom: 10px; font-size: 25px; }
.portal-card p:not(.portal-card-label) { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.58; }
.portal-cards--admin .portal-card p:not(.portal-card-label) { color: rgba(255, 253, 248, .72); }
.portal-card span { margin-top: auto; color: var(--forest-soft); font-size: 12px; }
.portal-cards--admin .portal-card span { color: rgba(255, 253, 248, .52); }
.status-chip { display: inline-flex; width: max-content; padding: 6px 9px; align-items: center; border: 1px solid #b7c5b9; color: var(--forest); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.status-chip--dark { border-color: rgba(213, 188, 123, .55); color: var(--gold-pale); }
.access-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.access-grid article { padding: 26px; border: 1px solid var(--line); background: var(--card); }
.access-grid h3 { margin-bottom: 10px; font-size: 24px; }
.access-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.site-footer { padding-top: 12px; }
.footer-grid { width: min(calc(100% - 128px), var(--content)); padding: 64px 0 44px; gap: 32px; }
.footer-identity p { max-width: 270px; font-size: 14px; }
.footer-heading { font-size: 12px; }
.footer-column a, .footer-column span { margin-bottom: 11px; font-size: 14px; }
.footer-social-links { gap: 16px; }
.footer-social-links span { width: 18px; height: 18px; font-size: 13px; }
.footer-base { width: min(calc(100% - 128px), var(--content)); padding: 18px 0 26px; font-size: 12px; }

@media (max-width: 1000px) {
  .header-bar, .hero-copy, .section, .paths.section, .feature, .tournament-section, .alliance-copy, .contact-section, .page-section, .program-list, .tournament-listing, .portal-section, .footer-grid, .footer-base { width: calc(100% - 64px); }
  .page-hero, .page-section--paper, .page-section--dark, .community-section, .portal-section--admin { padding-right: 32px; padding-left: 32px; }
  .header-bar { min-height: 76px; }
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: 12px; }
  .top-cta, .account-link { font-size: 9px; }
  .portal-section--admin { width: 100%; }
}

@media (max-width: 780px) {
  .header-bar { min-height: 68px; }
  .brand { min-width: 0; }
  .brand-mark { width: 24px; height: 26px; font-size: 15px; }
  .brand-lockup b { font-size: 18px; }
  .menu-panel { inset: 68px 0 0; }
  .menu-panel-inner { width: calc(100% - 48px); min-height: calc(100dvh - 68px); }
  .hero { min-height: 700px; }
  .hero-media { background-size: auto 100%; background-position: 58% center; transform: none; }
  .hero-copy h1 { white-space: normal; font-size: clamp(44px, 13vw, 62px); }
  .hero-intro { max-width: 390px; font-size: 17px; }
  .access-note, .portal-shell { grid-template-columns: 1fr; }
  .portal-aside { border-right: 0; border-bottom: 1px solid var(--line); }
  .portal-aside--admin { border-color: rgba(255, 253, 248, .16); }
  .portal-cards, .access-grid { grid-template-columns: 1fr; }
  .portal-content { padding: 28px 22px; }
  .tournament-filters { flex-direction: column; }
  .tournament-filters label { min-width: 0; }
}

/* 2026 design audit: reading measures, navigation and operational surfaces. */
:root { --content: 1360px; }

/* Keep the institutional actions equal in visual weight, whatever their label. */
.header-bar { min-height: 96px; gap: 28px; }
.header-actions { gap: 10px; }
.header-action { width: 148px; min-width: 148px; min-height: 54px; padding: 10px 14px; line-height: 1.15; }
.top-cta.header-action, .account-link.header-action { white-space: nowrap; }
.menu-toggle.header-action { justify-content: center; }
.menu-toggle { border-color: rgba(19, 59, 45, .38); background: #f3e8c7; color: var(--forest-deep); }
.menu-toggle:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

/* Full editorial menu: a calm, direct navigation surface rather than a cramped dropdown. */
.menu-panel { z-index: 60; inset: 96px 0 0; background: var(--paper); color: var(--ink); }
.menu-panel-inner { min-height: calc(100dvh - 96px); width: calc(100% - 56px); max-width: none; padding: 46px 0 28px; }
.menu-panel .eyebrow { color: var(--forest); }
.menu-links { display: grid; margin: 18px 0 30px; grid-template-columns: 1fr; column-gap: 0; }
.menu-links a { display: flex; min-height: 72px; padding: 17px 0; align-items: center; border-bottom-color: var(--line); color: var(--ink); font-size: clamp(32px, 3vw, 48px); line-height: 1; }
.menu-links a:first-child { border-top: 1px solid var(--line); }
.menu-links a:hover, .menu-links a[aria-current="page"] { color: var(--forest); }
.menu-bottom { display: grid; margin-top: auto; padding-top: 26px; grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr); gap: 34px; align-items: end; border-top-color: var(--line); color: var(--muted); font-size: 14px; }
.menu-primary-actions { display: grid !important; grid-template-columns: 1fr 1fr; gap: 12px !important; }
.menu-primary-actions a { display: inline-flex; min-height: 54px; padding: 12px 18px; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; letter-spacing: .09em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; }
.menu-account { background: var(--forest); color: #fffdf8 !important; }
.menu-cta { background: var(--gold); color: var(--forest-deep) !important; }
body.menu-open .site-header { position: fixed; width: 100%; border-bottom-color: var(--line); background: var(--paper) !important; backdrop-filter: none; }
body.menu-open .brand, body.menu-open .brand-lockup small { color: var(--ink) !important; }
body.menu-open .desktop-nav, body.menu-open .top-cta, body.menu-open .account-link { display: none; }
body.menu-open .header-bar { justify-content: space-between; }
body.menu-open .menu-toggle { width: 60px; min-width: 60px; padding: 0; border: 2px solid var(--forest); background: transparent; color: var(--ink); }
body.menu-open .menu-toggle span { display: none; }

/* A generous reading column prevents vertical word-stacks across all editorial pages. */
.page-section, .program-list, .tournament-listing, .portal-section { width: min(calc(100% - 128px), var(--content)); }
.page-section.page-section--paper, .page-section.page-section--dark { width: 100%; }
.page-section--paper, .page-section--dark, .page-hero { padding-right: max(64px, calc((100% - var(--content)) / 2)); padding-left: max(64px, calc((100% - var(--content)) / 2)); }
.two-column { grid-template-columns: minmax(300px, .76fr) minmax(0, 1.24fr); gap: clamp(56px, 8vw, 152px); }
.two-column h2 { max-width: 520px; font-size: clamp(32px, 2.65vw, 46px); }
.two-column > div > p:not(.eyebrow) { max-width: 68ch; font-size: 17px; line-height: 1.7; }
.page-lede { max-width: 760px; font-size: clamp(27px, 2.2vw, 37px); line-height: 1.22; }
.section-icon, .format-context-icon { display: inline-flex; width: 52px; height: 52px; margin-bottom: 22px; align-items: center; justify-content: center; color: var(--forest); }
.section-icon .card-icon, .format-context-icon .card-icon { width: 100%; height: 100%; }

/* Icon cards establish a visual rhythm without sacrificing the information hierarchy. */
.principle-grid, .service-grid, .role-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.principle-grid article, .service-grid article, .role-grid article { min-height: 294px; padding: 38px; border-color: var(--line); background: var(--card); }
.principle-grid article::before, .service-grid article::before, .role-grid article::before { display: none; }
.card-icon { display: inline-flex; width: 42px; height: 42px; margin-bottom: 28px; align-items: center; justify-content: center; color: var(--forest); }
.card-icon svg { width: 100%; height: 100%; }
.principle-grid h3, .service-grid h3, .role-grid h3 { margin-bottom: 15px; font-size: clamp(26px, 1.9vw, 32px); line-height: 1.05; }
.principle-grid p, .service-grid p, .role-grid p { max-width: 32ch; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

/* The programme catalogue reads as a sequence of equally composed editorial spreads. */
.program-list { padding-top: 102px; padding-bottom: 112px; }
.program-row { min-height: 438px; margin-bottom: 82px; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(40px, 6vw, 104px); align-items: stretch; }
.program-row > img { width: 100%; height: auto; min-height: 100%; object-fit: cover; }
.program-row > div { display: flex; min-height: 100%; padding: 16px 0; flex-direction: column; align-items: flex-start; }
.program-row h2 { margin-bottom: 16px; font-size: clamp(32px, 2.7vw, 44px); }
.program-row > div > p:not(.eyebrow):not(.program-label) { max-width: 64ch; margin-bottom: 20px; font-size: 17px !important; line-height: 1.62; }
.program-row ul { margin-bottom: 18px; font-size: 15px !important; line-height: 1.72; }
.program-row .program-audience { max-width: 58ch; font-size: 15px !important; line-height: 1.6; }
.program-row .arrow-link { margin-top: auto; padding-top: 12px; font-size: 14px; }

/* Forms are deliberate contact surfaces: large enough to read, complete and review. */
.page-section.form-section { width: 100%; padding: 84px max(64px, calc((100% - var(--content)) / 2)) 96px; background: var(--forest-deep); }
.page-section.form-section > .eyebrow { display: block; max-width: 860px; margin: 0 auto 18px; color: var(--gold-pale); }
.form-section .form-card { max-width: 860px; margin: 0 auto; padding: 52px 56px 56px; border: 1px solid rgba(255, 253, 248, .18); background: #07291c; }
.form-section .form-card h2 { max-width: 650px; margin-bottom: 17px; font-size: clamp(34px, 3vw, 47px); line-height: 1.03; }
.form-section .form-card > p:not(.eyebrow) { max-width: 66ch; margin-bottom: 34px; color: rgba(255, 253, 248, .75); font-size: 16px; line-height: 1.65; }
.form-section .interest-form { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 30px; }
.form-section .interest-form label, .form-section .interest-form label:last-of-type { gap: 9px; color: rgba(255, 253, 248, .82); font-size: 12px; letter-spacing: .1em; }
.form-section .interest-form label:last-of-type { grid-column: 1 / -1; }
.form-section .interest-form input, .form-section .interest-form select, .form-section .interest-form textarea { min-height: 48px; padding: 10px 0 11px; border: 0; border-bottom: 1px solid rgba(222, 219, 177, .75); background: transparent; color: #fffdf8; font: 17px var(--sans); line-height: 1.45; }
.form-section .interest-form textarea { min-height: 128px; }
.form-section .interest-form button { min-height: 48px; padding: 12px 18px; font-size: 12px; }
.form-section .form-result { padding: 15px; font-size: 14px; }

/* Tournament detail gets a visible supporting device and fixed grid tracks to avoid collisions. */
.tournament-formats .format-intro { max-width: var(--content); margin-bottom: 58px; grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr); gap: clamp(52px, 8vw, 142px); align-items: center; }
.tournament-formats .format-intro h2 { max-width: 720px; font-size: clamp(39px, 3.4vw, 56px); }
.format-context { display: grid; min-height: 166px; padding: 28px 30px; grid-template-columns: 52px minmax(0, 1fr); gap: 22px; align-items: start; border-left: 1px solid rgba(19, 59, 45, .28); background: rgba(255, 253, 248, .56); }
.format-context-icon { margin: 0; }
.format-context-label { margin: 0 0 10px !important; color: var(--forest) !important; font-size: 12px !important; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.format-context p:not(.format-context-label) { max-width: 48ch; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.format-menu summary { min-height: 116px; padding: 25px 0; grid-template-columns: 56px minmax(220px, .74fr) minmax(310px, 1fr) 28px; gap: 26px; align-items: center; }
.format-menu .format-name { min-width: 0; font-size: clamp(31px, 2.55vw, 43px); }
.format-menu .format-preview { min-width: 0; font-size: 16px; line-height: 1.5; }
.format-menu .format-detail { padding: 0 54px 30px 82px; grid-template-columns: 56px minmax(220px, .74fr) minmax(310px, 1fr) 28px; gap: 26px; }
.format-menu .format-detail p { max-width: 58ch; grid-column: 3; font-size: 16px; }
.tournament-lifecycle .two-column { align-items: center; }

/* Account, partnership and footer content inherit the same usable width. */
.portal-section { padding-top: 96px; padding-bottom: 108px; }
.portal-intro { max-width: 72ch; font-size: 17px; }
.alliance-paths .principle-grid article { min-height: 315px; }
.footer-grid { width: min(calc(100% - 128px), var(--content)); grid-template-columns: 1.55fr repeat(4, minmax(0, .9fr)); }
.footer-identity p { max-width: 36ch; }

@media (max-width: 1400px) {
  .desktop-nav { display: none; }
  .header-bar { width: calc(100% - 64px); }
  .page-section, .program-list, .tournament-listing, .portal-section { width: calc(100% - 64px); }
  .program-row { gap: 52px; }
}

@media (max-width: 900px) {
  .top-cta, .account-link, .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-bar { min-height: 82px; }
  .menu-panel { inset: 82px 0 0; }
  .menu-panel-inner { min-height: calc(100dvh - 82px); }
  .menu-bottom { grid-template-columns: 1fr; }
  .two-column { grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr); gap: 48px; }
  .program-row { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 36px; }
  .tournament-formats .format-intro { grid-template-columns: 1fr; gap: 30px; }
  .format-context { max-width: 680px; }
  .format-menu summary { grid-template-columns: 44px minmax(180px, .76fr) minmax(210px, 1fr) 24px; gap: 16px; }
  .format-menu .format-detail { padding-left: 60px; grid-template-columns: 44px minmax(180px, .76fr) minmax(210px, 1fr) 24px; gap: 16px; }
  .form-section .form-card { padding: 44px; }
}

@media (max-width: 700px) {
  .header-bar, .page-section, .program-list, .tournament-listing, .portal-section, .footer-grid, .footer-base { width: calc(100% - 48px); }
  .header-bar { min-height: 76px; }
  .menu-panel { inset: 76px 0 0; }
  .menu-panel-inner { min-height: calc(100dvh - 76px); width: calc(100% - 48px); padding-top: 30px; }
  .menu-links a { min-height: 62px; padding: 14px 0; font-size: clamp(29px, 9vw, 42px); }
  .menu-primary-actions { grid-template-columns: 1fr; }
  .page-section--paper, .page-section--dark, .page-hero, .page-section.form-section { padding-right: 24px; padding-left: 24px; }
  .two-column, .program-row { grid-template-columns: 1fr; gap: 28px; }
  .two-column > div > p:not(.eyebrow) { font-size: 16px; }
  .principle-grid, .service-grid, .role-grid { grid-template-columns: 1fr; }
  .principle-grid article, .service-grid article, .role-grid article { min-height: 0; padding: 32px 28px; }
  .program-row { min-height: 0; margin-bottom: 68px; }
  .program-row > img { min-height: 320px; height: 320px; }
  .program-row > div { min-height: 0; padding: 0; }
  .form-section .form-card { padding: 34px 24px; }
  .form-section .interest-form { grid-template-columns: 1fr; gap: 22px; }
  .form-section .interest-form label:last-of-type { grid-column: auto; }
  .format-menu summary { grid-template-columns: 30px minmax(0, 1fr) 20px; gap: 12px; align-items: start; }
  .format-menu .format-preview { grid-column: 2; }
  .format-menu summary::after { grid-column: 3; grid-row: 1; }
  .format-menu .format-detail { padding: 0 0 25px 42px; grid-template-columns: 1fr; }
  .format-menu .format-detail p { grid-column: 1; font-size: 15px; }
  .format-context { grid-template-columns: 42px minmax(0, 1fr); padding: 24px; gap: 16px; }
}

@media (max-width: 560px) {
  .header-bar, .hero-copy, .section, .paths.section, .feature, .tournament-section, .alliance-copy, .contact-section, .page-section, .program-list, .tournament-listing, .portal-section, .footer-grid, .footer-base { width: calc(100% - 48px); }
  .page-hero, .page-section--paper, .page-section--dark, .community-section, .portal-section--admin { padding-right: 24px; padding-left: 24px; }
  .hero-copy h1 { font-size: 47px; }
  .hero { min-height: 690px; }
  .listing-heading, .portal-heading { align-items: flex-start; flex-direction: column; }
  .tournament-card { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Final legibility pass: institutional elements must be readable at a glance. */
.header-bar { min-height: 100px; gap: 30px; }
.brand { min-width: 194px; gap: 13px; }
.brand-mark { width: 40px; height: 42px; font-size: 23px; }
.brand-lockup { gap: 4px; }
.brand-lockup b { font-size: 27px; }
.brand-lockup small { font-size: 10.5px; letter-spacing: .14em; }
.desktop-nav { gap: 27px; }
.desktop-nav a { font-size: 14px; font-weight: 600; }
.header-actions { gap: 9px; }
.top-cta, .account-link { min-height: 52px; padding: 10px 15px; font-size: 10.5px; }
.menu-toggle { display: inline-flex; min-height: 52px; padding: 10px 14px; gap: 10px; border: 1px solid rgba(19, 59, 45, .22); background: #efe1b8; color: var(--forest-deep); font-size: 13px; font-weight: 700; letter-spacing: .11em; }
.menu-toggle:hover { border-color: var(--gold); background: var(--gold-pale); }
.menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { width: 20px; height: 1.5px; }
.menu-toggle i::before { top: -6px; }
.menu-toggle i::after { top: 6px; }
body:has(.hero) .menu-toggle { border-color: rgba(255, 253, 248, .35); background: rgba(255, 253, 248, .94); color: var(--forest-deep); }
.menu-panel { inset: 100px 0 0; }
.menu-panel-inner { min-height: calc(100dvh - 100px); }

.hero-media { background-image: url("assets/hero-studio-v2.png"); background-position: center; background-size: cover; }
.hero-media::after { background: linear-gradient(90deg, rgba(0, 15, 9, .66) 0%, rgba(0, 15, 9, .38) 42%, rgba(0, 15, 9, .19) 68%, rgba(0, 15, 9, .42) 100%), linear-gradient(180deg, rgba(0, 15, 9, .18), transparent 42%, rgba(0, 15, 9, .5)); }

/* Each programme is one generous, keyboard-accessible destination, not a tiny text link. */
.path-card { color: var(--ink); cursor: pointer; text-decoration: none; transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.path-card:hover { border-color: #83a694; box-shadow: 0 18px 38px rgba(12, 45, 31, .11); transform: translateY(-4px); }
.path-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
.card-copy a, .card-action { display: inline-flex; margin-top: auto; align-items: center; color: var(--forest); font-size: 14px; font-weight: 700; letter-spacing: .035em; line-height: 1.35; text-decoration: none; }
.card-action span { margin-left: 9px; font-size: 20px; line-height: .6; transition: transform .2s ease; }
.path-card:hover .card-action { color: var(--forest-deep); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.path-card:hover .card-action span { transform: translateX(4px); }

/* Tournament formats use a full editorial grid: number, title, concise explanation, detail. */
.tournament-formats .format-intro { display: grid; max-width: var(--content); margin: 0 auto 48px; grid-template-columns: minmax(0, 1.12fr) minmax(260px, .88fr); gap: clamp(40px, 7vw, 92px); align-items: end; }
.tournament-formats .format-intro h2 { max-width: 650px; margin: 0; font-size: clamp(35px, 3.3vw, 51px); }
.tournament-formats .format-intro > p { max-width: 410px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.format-menu { max-width: var(--content); margin: 0 auto; border-top-color: rgba(19, 59, 45, .24); }
.format-menu summary { display: grid; padding: 28px 0; grid-template-columns: 52px minmax(190px, .72fr) minmax(230px, 1fr) 24px; gap: 20px; align-items: center; justify-content: initial; }
.format-menu summary::after { margin-left: 0; font-size: 25px; }
.format-menu summary span { margin: 0; padding: 0; }
.format-menu .format-index { color: var(--gold); font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.format-menu .format-name { color: var(--forest-deep); font-family: var(--serif); font-size: clamp(29px, 2.45vw, 39px); font-weight: 500; letter-spacing: -.025em; line-height: .98; }
.format-menu .format-preview { color: var(--forest-soft); font-family: var(--sans); font-size: 15px; font-weight: 500; letter-spacing: 0; line-height: 1.45; }
.format-menu .format-detail { display: grid; padding: 0 44px 28px 72px; grid-template-columns: minmax(0, .72fr) minmax(230px, 1fr); gap: 20px; }
.format-menu .format-detail p { max-width: 590px; grid-column: 2; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.68; }

.editorial-story--text { display: flex; min-height: 300px; padding: 38px; flex-direction: column; justify-content: flex-end; border: 1px solid var(--line); background: var(--paper-deep); }
.editorial-story--text .editorial-story-number { margin: 0 0 auto; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; }

/* The footer has the same visual authority as the opening navigation. */
.site-footer { padding-top: 24px; }
.footer-grid { width: min(calc(100% - 128px), var(--content)); padding: 80px 0 58px; grid-template-columns: 1.55fr repeat(4, 1fr); gap: 42px; }
.footer-identity p { max-width: 330px; margin-top: 22px; font-size: 16px; line-height: 1.65; }
.footer-heading { margin-bottom: 17px; font-size: 13px; }
.footer-column a, .footer-column span { margin-bottom: 14px; font-size: 16px; line-height: 1.35; }
.footer-social-links { display: flex; margin-top: 24px; gap: 17px; }
.footer-social-links span { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid rgba(255, 253, 248, .4); border-radius: 50%; color: #fffdf8; font-size: 14px; }
.footer-base { width: min(calc(100% - 128px), var(--content)); padding: 23px 0 30px; font-size: 14px; }

@media (max-width: 1000px) {
  .header-bar { min-height: 86px; gap: 18px; }
  .brand { min-width: 174px; }
  .brand-lockup b { font-size: 24px; }
  .brand-lockup small { font-size: 9px; }
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: 12px; }
  .top-cta, .account-link { min-height: 48px; padding: 9px 12px; font-size: 9px; }
  .menu-toggle { min-height: 48px; padding: 9px 12px; font-size: 12px; }
  .menu-panel { inset: 86px 0 0; }
  .menu-panel-inner { min-height: calc(100dvh - 86px); }
  .footer-grid { grid-template-columns: 1.45fr repeat(3, 1fr); gap: 32px; }
  .footer-grid .footer-column:last-child { grid-column: 2; }
  .tournament-formats .format-intro { gap: 44px; }
  .format-menu summary { grid-template-columns: 44px minmax(175px, .76fr) minmax(190px, 1fr) 22px; gap: 14px; }
  .format-menu .format-detail { padding-left: 58px; }
  .participation-section { width: calc(100% - 64px); }
}

@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  body:has(.hero) .menu-toggle { color: var(--forest-deep); }
}

@media (max-width: 780px) {
  .header-bar { min-height: 76px; }
  .brand { min-width: 0; gap: 9px; }
  .brand-mark { width: 29px; height: 31px; font-size: 18px; }
  .brand-lockup b { font-size: 21px; }
  .brand-lockup small { font-size: 7.5px; }
  .menu-toggle { min-height: 44px; padding: 8px 10px; font-size: 11px; }
  .menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { width: 18px; }
  .menu-panel { inset: 76px 0 0; }
  .menu-panel-inner { min-height: calc(100dvh - 76px); }
  .tournament-formats .format-intro { grid-template-columns: 1fr; margin-bottom: 34px; gap: 20px; }
  .tournament-formats .format-intro > p { font-size: 15px; }
  .format-menu summary { padding: 23px 0; grid-template-columns: 30px minmax(0, 1fr) 20px; gap: 12px; align-items: start; }
  .format-menu .format-name { font-size: 31px; }
  .format-menu .format-preview { grid-column: 2; font-size: 14px; }
  .format-menu summary::after { grid-column: 3; grid-row: 1; }
  .format-menu .format-detail { padding: 0 0 24px 42px; grid-template-columns: 1fr; }
  .format-menu .format-detail p { grid-column: auto; font-size: 14px; }
  .participation-section { width: calc(100% - 48px); padding: 76px 0; grid-template-columns: 1fr; gap: 36px; }
  .participation-links a { grid-template-columns: 30px minmax(0, 1fr); gap: 12px; }
  .participation-links strong { font-size: 30px; }
  .participation-links em { grid-column: 2; font-size: 14px; }
  .footer-grid { width: calc(100% - 48px); padding: 62px 0 46px; grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-identity { grid-column: 1 / -1; }
  .footer-grid .footer-column:last-child { grid-column: auto; }
  .footer-identity p { font-size: 15px; }
  .footer-column a { font-size: 15px; }
  .footer-base { width: calc(100% - 48px); font-size: 13px; }
}

/* Refined hero and editorial index: clear actions, quieter image, practical navigation. */
.hero-media { background-image: url("assets/hero-editorial-v5.png"); background-position: center; background-size: cover; filter: saturate(.6) contrast(.92) brightness(.82) blur(.85px); transform: scale(1.018); }
.hero-media::after { background: linear-gradient(90deg, rgba(0, 16, 10, .7) 0%, rgba(0, 16, 10, .44) 43%, rgba(0, 16, 10, .16) 69%, rgba(0, 16, 10, .3) 100%), linear-gradient(180deg, rgba(0, 15, 9, .2), transparent 44%, rgba(0, 15, 9, .5)); }
.hero .actions { gap: 14px; }
.hero .button, .hero .text-link { min-height: 54px; padding: 14px 23px; font-size: 13px; letter-spacing: .11em; }
.hero .text-link { border-color: rgba(255, 253, 248, .7); }

/* The three header actions share one typographic system while retaining their colors. */
.header-actions .header-action { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .11em; line-height: 1.15; }

/* Keep the Bolt-inspired menu generous without making its primary actions unreachable. */
.menu-panel-inner { padding-top: 36px; padding-bottom: 56px; }
.menu-links { margin: 14px 0 0; }
.menu-links a { min-height: 54px; padding: 12px 0; font-size: clamp(28px, 2.45vw, 40px); }
.menu-bottom { margin-top: clamp(64px, 10vh, 104px); padding-top: 22px; }

@media (min-width: 781px) {
  .menu-links { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(48px, 8vw, 156px); }
  .menu-links a { font-size: clamp(26px, 2.2vw, 36px); }
}

/* Every editorial subject now carries an image and a consistent reading surface. */
.editorial-grid { gap: 24px; align-items: stretch; }
.editorial-story { min-height: 0; overflow: hidden; border: 1px solid var(--line); background: var(--card); }
.editorial-story img { width: 100%; height: 248px; margin: 0; object-fit: cover; filter: saturate(.72) contrast(.96); }
.editorial-story-copy { display: flex; min-height: 214px; padding: 25px 27px 29px; flex-direction: column; }
.editorial-story .eyebrow { margin-bottom: 10px; font-size: 10px; }
.editorial-story h2 { margin-bottom: 11px; font-size: clamp(24px, 2vw, 31px); line-height: 1.02; }
.editorial-story-copy > p:not(.eyebrow):not(.editorial-story-number) { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.58; }
.editorial-story .editorial-story-number { margin: 0 0 20px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .12em; }

@media (max-width: 780px) {
  .hero-media { background-position: 60% center; }
  .hero .button, .hero .text-link { min-height: 50px; padding: 12px 16px; font-size: 11px; }
  .menu-links a { min-height: 58px; font-size: clamp(27px, 8vw, 38px); }
  .menu-bottom { margin-top: 54px; }
  .editorial-story img { height: 280px; }
  .editorial-story-copy { min-height: 0; }
}

/* Account pages are self-contained, readable destinations rather than inert portal tabs. */
.account-subnav { display: flex; width: min(calc(100% - 128px), var(--content)); margin: 0 auto; padding: 20px 0; flex-wrap: wrap; gap: 8px 22px; border-bottom: 1px solid var(--line); }
.account-subnav a { padding: 7px 0; color: var(--muted); font-size: 14px; font-weight: 600; letter-spacing: .02em; text-decoration: none; }
.account-subnav a[aria-current="page"] { color: var(--forest); text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 7px; }
.account-subnav a:hover { color: var(--forest); }
.account-directory { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.account-directory > a { display: flex; min-height: 286px; padding: 33px 34px 30px; flex-direction: column; border: 1px solid var(--line); background: var(--card); color: var(--ink); text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.account-directory > a:hover { border-color: #83a694; box-shadow: 0 15px 32px rgba(12, 45, 31, .1); transform: translateY(-3px); }
.account-directory > a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.account-directory .card-icon { width: 36px; height: 36px; margin: 0 0 20px; }
.account-directory-index { display: block; margin-bottom: 16px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.account-directory h2 { margin: 0 0 13px; font-size: clamp(29px, 2.2vw, 37px); line-height: 1; }
.account-directory p { max-width: 29ch; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.account-directory-action { display: inline-flex; margin-top: auto; padding-top: 24px; align-items: center; color: var(--forest); font-size: 14px; font-weight: 700; }
.account-directory-action b { margin-left: 9px; font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.account-directory > a:hover .account-directory-action b { transform: translateX(4px); }
.account-empty { max-width: 780px; margin: 0 auto; padding: 48px; border: 1px solid var(--line); background: var(--card); }
.account-empty h2 { max-width: 590px; margin-bottom: 16px; font-size: clamp(34px, 3vw, 46px); line-height: 1.04; }
.account-empty > p:not(.eyebrow) { max-width: 62ch; margin-bottom: 26px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.preference-panel { max-width: 780px; margin: 0 auto; padding: 48px; border: 1px solid var(--line); background: var(--card); }
.preference-panel h2 { max-width: 560px; margin-bottom: 14px; font-size: clamp(32px, 2.9vw, 44px); line-height: 1.05; }
.preference-panel > p:not(.eyebrow):not(.preference-feedback) { max-width: 60ch; margin-bottom: 28px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.preference-panel label { display: flex; padding: 16px 0; align-items: center; gap: 13px; border-top: 1px solid var(--line); color: var(--ink); font-size: 16px; line-height: 1.45; cursor: pointer; }
.preference-panel input { width: 18px; height: 18px; accent-color: var(--forest); }
.preference-feedback { margin: 18px 0 0; color: var(--forest); font-size: 14px; font-weight: 600; }

@media (max-width: 900px) {
  .account-subnav { width: calc(100% - 64px); }
  .account-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .account-subnav { width: calc(100% - 48px); gap: 5px 17px; }
  .account-subnav a { font-size: 14px; }
  .account-directory { grid-template-columns: 1fr; }
  .account-directory > a { min-height: 250px; padding: 29px 27px; }
  .account-empty, .preference-panel { padding: 33px 26px; }
}

/* Contact delivery controls keep the existing editorial layout. */
.interest-form .contact-message { grid-column: 1 / -1; }
.interest-form label.contact-consent { display: block; grid-column: 1 / -1; font-size: 13px; line-height: 1.6; letter-spacing: 0; text-transform: none; }
.interest-form .contact-consent input { display: inline-block; width: 18px; height: 18px; min-height: 18px; margin: 0 8px 0 0; padding: 0; vertical-align: middle; accent-color: var(--gold); }
.interest-form button:disabled { cursor: not-allowed; opacity: .6; }
