@font-face { font-family: 'Manrope'; src: url('../fonts/manrope-76dcfc73.woff2') format('woff2'); font-weight: 400 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url('../fonts/cormorant-garamond-21114939.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Cormorant Garamond'; src: url('../fonts/cormorant-garamond-e99b45a2.woff2') format('woff2'); font-weight: 600; font-style: italic; font-display: swap; }

:root {
  --navy: #07182b;
  --navy-deep: #04111f;
  --blue: #769ab6;
  --mint: #7ed0b7;
  --yellow: #eae77b;
  --paper: #fbfaf7;
  --white: #ffffff;
  --ink: #183248;
  --muted: #617384;
  --line: #dbe4e8;
  --max: 1240px;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.container-fluid { width: calc(100% - 48px); max-width: none; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; padding: 10px 16px; background: var(--yellow); color: var(--navy); font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 1000; height: 96px; display: flex; align-items: center; color: var(--white); background: rgba(5,20,37,.97); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); transition: box-shadow .2s, height .2s; }
.site-header.is-scrolled { height: 74px; box-shadow: 0 10px 30px rgba(6,28,56,.08); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 17px; flex: 0 0 auto; }
.brand-mark { color: var(--white); font-family: var(--sans); font-size: 31px; font-weight: 700; letter-spacing: .17em; line-height: 1; }
.brand-mark i { font-style: normal; color: #35cbe8; }
.brand-name { max-width: 310px; padding-left: 17px; border-left: 1px solid rgba(255,255,255,.25); color: #afbac8; font-size: 10px; font-weight: 500; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.main-nav > ul, .main-nav .mod-menu { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.main-nav li { position: relative; list-style: none; }
.main-nav a, .main-nav .nav-header { display: block; padding: 14px 11px; color: #ecf0f4; font-size: 13px; font-weight: 500; white-space: nowrap; }
.main-nav a:hover, .main-nav a:focus-visible, .main-nav .current > a, .main-nav .active > a { color: #35cbe8; }
.main-nav li > ul { display: none; position: absolute; top: calc(100% - 4px); left: 0; min-width: 240px; margin: 0; padding: 10px; background: #0b223b; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 22px 45px rgba(0,0,0,.3); list-style: none; }
.main-nav li:last-child > ul { left: auto; right: 0; }
.main-nav li:hover > ul, .main-nav li:focus-within > ul { display: block; }
.main-nav li > ul a { padding: 9px 12px; color: #c7d1dc; white-space: normal; }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.menu-button > span:not(.visually-hidden) { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--white); transition: transform .2s; }
.menu-warning { margin: 0; padding: 8px 12px; color: #8b4b00; background: #fff0dc; font-size: 12px; }

.hero { position: relative; overflow: hidden; padding: 84px 0 0; color: var(--white); background: radial-gradient(circle at 76% 42%, rgba(20,93,136,.35), transparent 28%), linear-gradient(112deg,#061629 0%,#07192d 56%,#03101f 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(79,168,203,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(79,168,203,.22) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent 5%, #000 55%); }
.hero-orbit { position: absolute; border: 1px solid rgba(53,203,232,.15); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 480px; height: 480px; top: -150px; right: -70px; }
.orbit-two { width: 640px; height: 640px; right: 70px; bottom: -440px; }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; min-height: 610px; align-items: center; gap: 70px; }
.hero-copy { padding-bottom: 70px; }
.eyebrow, .kicker { margin: 0 0 19px; color: #acbac9; font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow > span { width: 31px; height: 1px; background: #35cbe8; }
h1, h2, h3, p { overflow-wrap: anywhere; }
.hero h1 { max-width: 690px; margin: 0; color: var(--white); font-family: var(--serif); font-size: clamp(50px, 5.4vw, 78px); font-weight: 600; letter-spacing: -.045em; line-height: .96; }
.hero h1 em, .section h2 em { color: #35cbe8; font-style: italic; }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: #b8c3d1; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; font-size: 13px; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #35cbe8; color: #041523; }
.button-secondary { border-color: rgba(184,148,82,.8); color: #d1b06f; }
.button-light { background: var(--white); color: var(--navy); }
.member-proof { display: flex; align-items: center; gap: 18px; margin-top: 32px; }
.member-proof strong { color: var(--white); font-family: var(--serif); font-size: 37px; line-height: 1; }
.member-proof span { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.2); color: #9eacbd; font-size: 11px; line-height: 1.5; }
.identity-visual { position: relative; align-self: stretch; display: flex; flex-direction: column; justify-content: center; padding: 58px 0 65px; }
.official-mark { padding: 37px; background: rgba(255,255,255,.86); border: 1px solid rgba(8,42,82,.09); box-shadow: 0 35px 80px rgba(6,28,56,.11); transform: rotate(-1.2deg); }
.official-mark > span { display: block; margin-bottom: 23px; color: #78909e; font-size: 8px; font-weight: 700; letter-spacing: .18em; text-align: right; }
.official-mark img { display: block; width: 100%; }
.identity-values { display: grid; grid-template-columns: repeat(3,1fr); position: relative; margin: -3px 28px 0; background: rgba(7,28,51,.9); color: var(--white); border: 1px solid rgba(89,180,215,.3); box-shadow: 0 22px 55px rgba(0,0,0,.28); }
.identity-values div { padding: 18px; border-right: 1px solid rgba(255,255,255,.12); }
.identity-values div:last-child { border: 0; }
.identity-values b { display: block; color: #35cbe8; font-size: 8px; letter-spacing: .14em; }
.identity-values strong { font-size: 11px; }
.hero-bottom { position: relative; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.1); }
.hero-bottom span { padding: 19px 12px; border-right: 1px solid rgba(255,255,255,.1); color: #7f91a4; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-align: center; text-transform: uppercase; }

.section { padding: 108px 0; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.section h2 { margin: 0; color: var(--navy); font-family: var(--serif); font-size: clamp(38px, 4.5vw, 61px); font-weight: 600; letter-spacing: -.035em; line-height: 1; }
.split-heading > p { margin: 0; color: var(--muted); font-size: 15px; }
.focus-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.focus-card { min-height: 290px; padding: 36px; background: rgba(255,255,255,.65); border-right: 1px solid var(--line); }
.focus-card:last-child { border-right: 0; }
.card-index { color: #65aa9b; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.focus-card h3 { margin: 55px 0 15px; color: var(--navy); font-family: var(--serif); font-size: 27px; line-height: 1.1; }
.focus-card p { margin: 0; color: var(--muted); font-size: 13px; }
.initiatives { background: var(--navy-deep); color: var(--white); }
.dark-heading h2 { color: var(--white); }
.dark-heading .kicker { color: var(--mint); }
.initiative-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.initiative-card { padding: 18px 18px 31px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); }
.initiative-graphic { position: relative; overflow: hidden; height: 170px; margin-bottom: 27px; background: rgba(255,255,255,.04); }
.initiative-graphic span { position: absolute; display: block; border: 1px solid rgba(126,208,183,.7); }
.graphic-1 span:nth-child(1) { width: 150px; height: 150px; top: 15px; left: 50%; border-radius: 50%; transform: translateX(-50%); }
.graphic-1 span:nth-child(2) { width: 80%; top: 50%; left: 10%; }
.graphic-1 span:nth-child(3) { width: 1px; height: 80%; left: 50%; top: 10%; }
.graphic-2 span { width: 70px; height: 70px; transform: rotate(45deg); }
.graphic-2 span:nth-child(1) { left: 38px; top: 47px; background: rgba(234,231,123,.08); }
.graphic-2 span:nth-child(2) { left: 50%; top: 47px; }
.graphic-2 span:nth-child(3) { right: 38px; top: 47px; background: rgba(126,208,183,.08); }
.graphic-3 span { border-radius: 50%; }
.graphic-3 span:nth-child(1) { width: 110px; height: 110px; left: 25px; top: 30px; }
.graphic-3 span:nth-child(2) { width: 110px; height: 110px; right: 25px; top: 30px; border-color: rgba(234,231,123,.7); }
.graphic-3 span:nth-child(3) { width: 38px; height: 38px; left: calc(50% - 19px); top: 66px; background: var(--navy); }
.initiative-card > p { margin: 0 0 12px; color: var(--mint); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.initiative-card h3 { min-height: 58px; margin: 0 0 13px; font-family: var(--serif); font-size: 25px; line-height: 1.1; }
.initiative-card > span { color: #aebfca; font-size: 12px; }
.join-band { padding: 85px 0; background: #75c9b1; color: var(--navy); }
.join-layout { display: grid; grid-template-columns: .35fr 1.25fr auto; align-items: center; gap: 50px; }
.join-layout .kicker { margin: 0; color: var(--navy); }
.join-layout h2 { font-size: clamp(34px, 3.7vw, 52px); }
.join-layout h2 em { color: var(--navy); }
.home-module { padding-block: 35px; }

.inner-hero { padding: 70px 0 58px; background: linear-gradient(120deg, var(--navy-deep), var(--navy)); color: var(--white); }
.inner-hero .kicker { color: var(--mint); }
.inner-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 6vw, 70px); line-height: 1; }
.breadcrumb { display: flex; gap: 8px; margin: 0 0 35px; padding: 0; list-style: none; color: #b9c9d3; font-size: 12px; }
.content-section { padding: 70px 0 95px; background: var(--white); }
.content-layout { display: grid; grid-template-columns: 1fr; gap: 45px; }
.content-layout.has-sidebar { grid-template-columns: minmax(0,1fr) 310px; }
.content-main { min-width: 0; }
.content-main h1, .content-main h2, .content-main h3 { color: var(--navy); font-family: var(--serif); line-height: 1.13; }
.content-main h2 { margin-top: 1.5em; font-size: 38px; }
.content-main h3 { font-size: 26px; }
.content-main a { color: #147d69; text-decoration: underline; text-underline-offset: 3px; }
.content-main table { width: 100%; border-collapse: collapse; }
.content-main th, .content-main td { padding: 12px; border: 1px solid var(--line); text-align: left; }
.content-main th { background: var(--navy); color: var(--white); }
.joomla-module, .module-card { margin-bottom: 25px; padding: 27px; background: #f2f6f5; border: 1px solid var(--line); }
.joomla-module h2 { margin-top: 0; color: var(--navy); font-family: var(--serif); }
.pagination, .pagination ul { display: flex; gap: 5px; padding: 0; list-style: none; }
.pagination a, .pagination span { display: block; padding: 7px 11px; border: 1px solid var(--line); }
.alert { padding: 14px 18px; margin-bottom: 20px; border-left: 4px solid var(--mint); background: #edf6f3; }

.site-footer { padding: 76px 0 0; background: #051a34; color: #a9bac5; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 58px; padding-bottom: 55px; }
.footer-brand .brand-mark { display: inline-block; color: var(--white); margin-bottom: 18px; }
.footer-brand p { max-width: 280px; margin: 0 0 11px; }
.footer-brand > span { color: var(--mint); font-size: 11px; }
.site-footer h3 { margin: 0 0 19px; color: var(--white); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.site-footer a { display: block; margin: 8px 0; font-size: 13px; }
.site-footer a:hover { color: var(--mint); }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

.error-page, .offline-page { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(130deg, var(--paper), #dfece8); }
.error-page main, .offline-page main { width: min(680px, calc(100% - 40px)); padding: 60px; background: var(--white); border: 1px solid var(--line); text-align: center; box-shadow: 0 35px 90px rgba(6,28,56,.14); }
.error-page main > strong { display: block; color: var(--mint); font-family: var(--serif); font-size: 100px; line-height: 1; }
.error-page h1, .offline-page h1 { color: var(--navy); font-family: var(--serif); font-size: 46px; line-height: 1; }
.offline-page img { width: min(420px, 90%); }
.component-only { background: var(--white); }

@media (max-width: 1080px) {
  .brand-name { display: none; }
  .main-nav a, .main-nav .nav-header { padding-inline: 8px; font-size: 12px; }
  .hero-layout { gap: 35px; }
  .join-layout { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 980px) {
  .site-header, .site-header.is-scrolled { height: 74px; }
  .menu-button { display: block; }
  .main-nav { display: none; position: fixed; inset: 74px 0 0; overflow-y: auto; padding: 25px; background: #07182b; }
  .main-nav.is-open { display: block; }
  .main-nav > ul, .main-nav .mod-menu { display: block; }
  .main-nav a, .main-nav .nav-header { padding: 13px 10px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .main-nav li > ul { display: block; position: static; min-width: 0; padding: 0 0 0 18px; background: transparent; border: 0; box-shadow: none; }
  .hero { padding-top: 60px; }
  .hero-layout { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding-bottom: 0; }
  .identity-visual { padding: 0 0 55px; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .focus-grid, .initiative-grid { grid-template-columns: 1fr; }
  .focus-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .focus-card:last-child { border-bottom: 0; }
  .focus-card h3 { margin-top: 30px; }
  .content-layout.has-sidebar { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container, .container-fluid { width: min(calc(100% - 30px), var(--max)); }
  .brand-mark { font-size: 27px; }
  .hero h1 { font-size: 47px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .official-mark { padding: 23px; }
  .identity-values { margin-inline: 0; grid-template-columns: 1fr; }
  .identity-values div { display: flex; align-items: center; gap: 15px; padding: 12px 17px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .hero-bottom { grid-template-columns: 1fr 1fr; }
  .section { padding: 76px 0; }
  .focus-card { padding: 28px; }
  .initiative-card h3 { min-height: 0; }
  .inner-hero { padding: 52px 0 42px; }
  .content-section { padding: 45px 0 70px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin: 6px 0; }
  .error-page main, .offline-page main { padding: 35px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
