:root {
  --ink: #062b40;
  --orange: #d8450d;
  --lime: #d7df00;
  --paper: #f2efe9;
  --line: rgba(6, 43, 64, .4);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: #071f2d;
  font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
  zoom: var(--war-interface-zoom, 1);
}

a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 1rem;
  top: 1rem;
  padding: .75rem 1rem;
  background: white;
  transform: translateY(-200%);
}

.skip-link:focus { transform: none; }

.hero-stage {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #e8e4dc;
}

.site-header {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  min-height: 90px;
  padding: 0 clamp(22px, 2.1vw, 42px);
  gap: clamp(22px, 3vw, 56px);
  background:
    linear-gradient(90deg, rgba(255,255,255,.72), rgba(242,239,233,.58)),
    repeating-linear-gradient(12deg, transparent 0 9px, rgba(5,43,64,.025) 10px 11px);
  border-bottom: 1px solid rgba(6,43,64,.12);
}

.brand {
  display: grid;
  place-items: center;
  width: 96px;
  height: 78px;
  padding-right: 18px;
  border-right: 1px solid var(--ink);
  flex: 0 0 auto;
}

.brand img { width: 74px; height: 74px; object-fit: contain; }

.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
  max-width: 840px;
  gap: clamp(15px, 1.8vw, 34px);
}

.main-nav a,
.tool-link {
  text-decoration: none;
  white-space: nowrap;
  font-size: clamp(12px, .82vw, 15px);
  font-weight: 700;
}

.main-nav a { padding: 34px 0 31px; border-bottom: 3px solid transparent; }
.main-nav a:hover, .main-nav a:focus-visible { border-color: var(--orange); }

.header-tools {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 5px;
  gap: 3px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 2px 15px rgba(6,43,64,.06);
}

.tool-link {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.tool-link:hover, .tool-link:focus-visible { color: var(--orange); background: rgba(216,69,13,.09); }
.tool-link:focus-visible { outline: 3px solid var(--orange); outline-offset: 2px; }
.tool-label,
.header-tools .tool-link > span:not(.icon):not(.notification-toggle__badge) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.icon { width: 22px; height: 22px; display: inline-grid; place-items: center; }
.icon--user { position: relative; }
.icon--user::before { content: ""; position: absolute; left: 50%; top: 1px; width: 7px; height: 7px; border: 1.6px solid currentColor; border-radius: 50%; transform: translateX(-50%); }
.icon--user::after { content: ""; position: absolute; left: 50%; bottom: 1px; width: 14px; height: 8px; border: 1.6px solid currentColor; border-bottom: 0; border-radius: 9px 9px 0 0; transform: translateX(-50%); }
.account-control { position: relative; display: grid; place-items: center; }
.account-toggle--guest::after { content: ""; position: absolute; right: 4px; bottom: 5px; width: 6px; height: 6px; border: 2px solid white; border-radius: 50%; background: #8a9aa3; }
.account-toggle--authenticated { color: white; background: var(--ink); box-shadow: 0 0 0 3px rgba(215,223,0,.34); }
.account-toggle--authenticated:hover, .account-toggle--authenticated:focus-visible { color: var(--ink); background: var(--lime); }
.icon--user-authenticated { position: relative; width: 22px; height: 22px; border: 1.5px solid currentColor; border-radius: 50%; }
.icon--user-authenticated::before { content: ""; position: absolute; left: 50%; top: 4px; width: 5px; height: 5px; border-radius: 50%; background: currentColor; transform: translateX(-50%); }
.icon--user-authenticated::after { content: ""; position: absolute; left: 50%; bottom: 3px; width: 11px; height: 6px; border-radius: 7px 7px 4px 4px; background: currentColor; transform: translateX(-50%); }
.icon--user-authenticated > span { position: absolute; z-index: 1; right: -5px; top: -5px; width: 8px; height: 8px; border: 2px solid white; border-radius: 50%; background: var(--lime); }
.account-menu { position: absolute; z-index: 80; right: -5px; top: calc(100% + 13px); width: 230px; overflow: hidden; border: 1px solid rgba(6,43,64,.16); border-radius: 16px; color: var(--ink); background: #fff; box-shadow: 0 18px 45px rgba(4,29,42,.22); }
.account-menu[hidden] { display: none; }
.account-menu::before { content: ""; position: absolute; right: 17px; top: -7px; width: 13px; height: 13px; border-left: 1px solid rgba(6,43,64,.16); border-top: 1px solid rgba(6,43,64,.16); background: white; transform: rotate(45deg); }
.account-menu__heading { position: relative; padding: 18px 19px 15px; background: linear-gradient(135deg,#fff,#f2efe9); }
.account-menu__heading span { display: block; margin-bottom: 4px; color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.account-menu__heading strong { font-size: 14px; }
.account-menu__section { padding: 9px 0; border-top: 1px solid rgba(6,43,64,.1); }
.account-menu__section-label { display: block; padding: 0 19px 6px; color: #7a8d95; font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.account-menu__item { width: 100%; min-height: 49px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 19px; border: 0; color: #637780; background: white; font: inherit; font-size: 13px; font-weight: 800; text-align: left; }
.account-menu__item[href] { text-decoration: none; }
.account-menu__item small { flex: 0 0 auto; padding: 4px 6px; border-radius: 999px; color: #7a6300; background: #f2edbd; font-size: 8px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.account-menu__item:disabled { cursor: not-allowed; }
.account-menu__item:not(:disabled) { cursor: pointer; }
.account-menu__item:not(:disabled):hover, .account-menu__item:not(:disabled):focus-visible { color: white; background: var(--orange); }
.account-menu__logout { width: 100%; min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 19px; border: 0; border-top: 1px solid rgba(6,43,64,.1); color: var(--ink); background: white; font-weight: 800; cursor: pointer; }
.account-menu__logout:hover, .account-menu__logout:focus-visible { color: white; background: var(--orange); }
.account-menu__logout:disabled { opacity: .55; cursor: wait; }
.account-menu__status { min-height: 0; margin: 0; padding: 0 19px; color: #a3310b; font-size: 10px; line-height: 1.4; }
.account-menu__status:not(:empty) { padding-top: 9px; padding-bottom: 11px; }
.absence-dialog { position: fixed; z-index: 120; inset: 0; display: grid; place-items: center; padding: 20px; }
.absence-dialog__backdrop { position: absolute; inset: 0; border: 0; background: rgba(4,29,42,.62); }
.absence-dialog__panel { position: relative; z-index: 1; width: min(100%, 570px); max-height: calc(100vh - 40px); overflow: auto; padding: 30px; border-radius: 20px; color: var(--ink); background: white; box-shadow: 0 22px 60px rgba(0,0,0,.3); }
.absence-dialog__panel h2 { margin: 2px 0 8px; font-size: 28px; }
.absence-dialog__panel > p { margin: 0 0 22px; line-height: 1.5; }
.absence-dialog__eyebrow { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.absence-dialog__close { position: absolute; right: 14px; top: 10px; border: 0; color: var(--ink); background: transparent; font-size: 31px; cursor: pointer; }
.absence-dialog form { display: grid; gap: 16px; }
.absence-dialog fieldset { display: grid; gap: 8px; margin: 0; padding: 14px; border: 1px solid rgba(6,43,64,.18); border-radius: 10px; }
.absence-dialog form > label, .absence-dialog__dates label { display: grid; gap: 6px; font-weight: 800; }
.absence-dialog input, .absence-dialog select, .absence-dialog textarea { width: 100%; padding: 10px; border: 1px solid rgba(6,43,64,.3); border-radius: 7px; font: inherit; }
.absence-dialog__dates { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.absence-dialog form > button { justify-self: start; border: 0; border-radius: 7px; padding: 12px 18px; color: white; background: var(--orange); font: inherit; font-weight: 900; cursor: pointer; }
.absence-dialog__status { min-height: 1.4em; margin: 0; color: #a3310b; }
.absence-dialog__status.is-success { color: #176047; }

.coach-schedule-dialog{position:fixed;z-index:150;inset:0;display:grid;place-items:center;padding:20px}.coach-schedule-dialog__backdrop{position:absolute;inset:0;border:0;background:rgba(4,29,42,.62)}.coach-schedule-dialog__panel{position:relative;width:min(580px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 24px 70px rgba(0,0,0,.32)}.coach-schedule-dialog__panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:23px 24px 19px;border-bottom:1px solid rgba(6,43,64,.14)}.coach-schedule-dialog__panel header p{margin:0;color:var(--orange);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.coach-schedule-dialog__panel h2{margin:5px 0;font-size:25px;letter-spacing:-.03em}.coach-schedule-dialog__panel header span{display:block;color:#5c737d;font-size:13px;line-height:1.4}.coach-schedule-dialog__panel header button{display:grid;place-items:center;width:33px;height:33px;padding:0;border:1px solid #d6e0df;border-radius:50%;background:#fff;color:var(--ink);font-size:21px;cursor:pointer}.coach-schedule-dialog__body{display:grid;gap:16px;padding:20px 24px}.coach-schedule-field{display:grid;gap:6px;color:#38525e;font-size:12px;font-weight:900}.coach-schedule-field small{color:#71838b;font-size:10px}.coach-schedule-field select,.coach-schedule-field input,.coach-schedule-field textarea{box-sizing:border-box;width:100%;padding:11px 12px;border:1px solid #dbe4df;border-radius:9px;background:#f7f9f7;color:var(--ink);font:inherit;font-size:13px;font-weight:700}.coach-schedule-field textarea{min-height:68px;resize:vertical;font-weight:500}.coach-schedule-field select:focus,.coach-schedule-field input:focus,.coach-schedule-field textarea:focus{outline:0;border-color:var(--orange);background:#fff;box-shadow:0 0 0 3px rgba(216,69,13,.12)}.coach-schedule-dialog fieldset{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0;padding:0;border:0}.coach-schedule-dialog legend{grid-column:1/-1;margin:0 0 2px;font-size:14px;font-weight:900}.coach-schedule-dialog fieldset label{display:flex;align-items:center;gap:8px;min-height:43px;padding:0 12px;border:1px solid #dbe4df;border-radius:9px;background:#f7f9f7;color:#38525e;font-size:13px;font-weight:800;cursor:pointer}.coach-schedule-dialog input[type="radio"]{width:17px;height:17px;margin:0;accent-color:var(--orange)}.coach-schedule-dialog fieldset label:has(input:checked),.coach-schedule-scope label:has(input:checked){border-color:var(--orange);background:#fff5e8;color:var(--ink);box-shadow:inset 0 0 0 1px var(--orange)}.coach-schedule-scope{display:flex;gap:9px}.coach-schedule-scope label{display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid #dbe4df;border-radius:999px;background:#f7f9f7;color:#38525e;font-size:12px;font-weight:800;cursor:pointer}.coach-schedule-dates{display:grid;grid-template-columns:1fr 1fr;gap:10px}.coach-schedule-dates[data-schedule-single]{grid-template-columns:minmax(0,1fr);max-width:270px}.coach-schedule-replacement{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:13px;border-radius:10px;background:#eef3ef}.coach-schedule-replacement [data-schedule-replacement-range]{grid-column:1/-1}.coach-schedule-status{min-height:18px;margin:0;color:#a3310b;font-size:12px;font-weight:800}.coach-schedule-status.is-success{color:#176047}.coach-schedule-dialog footer{display:flex;justify-content:flex-end;gap:9px;padding:14px 24px;border-top:1px solid rgba(6,43,64,.14)}.coach-schedule-dialog footer button{border:1px solid #d6e0df;border-radius:999px;padding:10px 15px;background:#fff;color:var(--ink);font:inherit;font-size:12px;font-weight:900;cursor:pointer}.coach-schedule-dialog footer button[type="submit"]{border-color:var(--orange);background:var(--orange);color:#fff}@media(max-width:540px){.coach-schedule-dialog{padding:10px}.coach-schedule-dialog__panel>header,.coach-schedule-dialog__body{padding-left:18px;padding-right:18px}.coach-schedule-dialog footer{padding-left:18px;padding-right:18px}.coach-schedule-dialog fieldset,.coach-schedule-dates,.coach-schedule-replacement{grid-template-columns:1fr}.coach-schedule-scope{flex-wrap:wrap}}
.icon--access { border: 1.5px solid currentColor; border-radius: 50%; font-size: 11px; font-weight: 800; }
.icon--search { position: relative; width: 18px; height: 18px; border: 1.7px solid currentColor; border-radius: 50%; }
.icon--search::after { content: ""; position: absolute; right: -5px; bottom: -3px; width: 7px; height: 1.7px; border-radius: 2px; background: currentColor; transform: rotate(48deg); transform-origin: left center; }
.notification-toggle { position: relative; }
.notification-toggle__icon { position: relative; width: 18px; height: 18px; border: 1.7px solid currentColor; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 0; }
.notification-toggle__icon::before { content: ""; position: absolute; left: 50%; top: -5px; width: 4px; height: 4px; border-radius: 50%; background: currentColor; transform: translateX(-50%); }
.notification-toggle__icon::after { content: ""; position: absolute; left: -3px; right: -3px; bottom: -4px; height: 5px; border-top: 1.7px solid currentColor; border-radius: 50%; }
.notification-toggle__badge { position: absolute; right: 5px; top: -3px; min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 4px; border: 2px solid white; border-radius: 999px; color: white; background: var(--orange); font-size: 9px; font-weight: 900; line-height: 1; }
.notification-toggle__badge[hidden] { display: none; }

.header-cta {
  min-width: 0;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  margin-left: 7px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  color: white;
  background: linear-gradient(115deg, #c93408, #e45312);
  box-shadow: 0 4px 10px rgba(181,55,10,.16);
  font-weight: 700;
  white-space: nowrap;
}

.header-cta span { margin: 0; font-size: 19px; line-height: 1; }
.menu-toggle { display: none; }
.menu-toggle__paw { width: 38px; height: 38px; fill: currentColor; }
.paw-state--open { display: none; }
.paw-claw { fill: var(--orange); }
.menu-toggle[aria-expanded="true"] .paw-state--closed { display: none; }
.menu-toggle[aria-expanded="true"] .paw-state--open { display: block; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.menu-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-item { display: flex; align-items: stretch; }
.menu-entry { position: relative; display: flex; align-items: stretch; }
.menu-primary {
  display: flex;
  align-items: center;
  padding: 0 2px !important;
  border-bottom: 3px solid transparent !important;
}
.menu-expand {
  width: 22px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
}
.menu-expand > span[aria-hidden] {
  display: block;
  font-size: 17px;
  line-height: 1;
  transition: transform .18s ease;
}
.menu-item:is(:hover, :focus-within, .is-expanded) .menu-primary { border-bottom-color: var(--orange) !important; }
.menu-primary[aria-current="page"] { border-bottom-color: var(--orange) !important; }
.menu-expand:focus-visible,
.menu-toggle:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.menu-item.is-expanded .menu-expand > span[aria-hidden] { transform: rotate(180deg); }

.mega-menu {
  position: absolute;
  z-index: 36;
  top: calc(100% - 1px);
  left: clamp(20px, 4vw, 66px);
  width: min(1120px, calc(100vw - 40px));
  padding: 12px;
  border: 1px solid rgba(6,43,64,.18);
  border-radius: 0 0 28px 28px;
  background:
    linear-gradient(112deg, rgba(255,255,255,.98), rgba(241,237,229,.98)),
    repeating-linear-gradient(12deg, transparent 0 9px, rgba(5,43,64,.025) 10px 11px);
  box-shadow: 0 24px 55px rgba(4,29,42,.26);
}
.mega-menu[hidden] { display: none; }
.mega-menu__inner {
  display: grid;
  grid-template-columns: minmax(230px, .75fr) minmax(0, 2.25fr);
  gap: 12px;
}
.mega-menu__links {
  padding: 22px 18px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.72);
}
.mega-menu__links > p,
.mega-menu__tile > span {
  margin: 0 0 6px;
  color: var(--orange);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.mega-menu__links h2 { margin: 0 0 14px; font-size: 1.35rem; }
.mega-menu__links ul { margin: 0; padding: 0; list-style: none; }
.mega-menu__links li + li { border-top: 1px solid rgba(6,43,64,.12); }
.mega-menu__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
  padding: 7px 3px !important;
  border: 0 !important;
  white-space: normal;
  font-size: 13px;
  font-weight: 800;
}
.mega-menu__links a b { color: var(--orange); font-size: 18px; }
.mega-menu__links a:is(:hover, :focus-visible) span { text-decoration: underline; text-underline-offset: 4px; }
.mega-menu__tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.mega-menu__tile {
  position: relative;
  min-height: 132px;
  padding: 18px 18px 38px !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 18px;
  white-space: normal !important;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.mega-menu__tile::after {
  content: "";
  position: absolute;
  right: -35px;
  bottom: -50px;
  width: 145px;
  height: 145px;
  border: 22px solid currentColor;
  border-radius: 50%;
  opacity: .07;
}
.mega-menu__tile > span,
.mega-menu__tile > strong,
.mega-menu__tile > p,
.mega-menu__tile > b { position: relative; z-index: 2; }
.mega-menu__tile > strong { display: block; max-width: 13ch; font-size: clamp(17px, 1.2vw, 21px); line-height: 1.06; }
.mega-menu__tile > p { max-width: 28ch; margin: 9px 0 0; font-size: 11px; line-height: 1.35; opacity: .82; }
.mega-menu__tile > b { position: absolute; right: 16px; bottom: 12px; font-size: 20px; }
.mega-menu__tile--has-image { padding-right: 46% !important; }
.mega-menu__tile-image { position: absolute; z-index: 0; inset: 0 0 0 auto; width: 43%; height: 100%; object-fit: cover; object-position: center; }
.mega-menu__tile--has-image::after { display: none; }
.mega-menu__tile--ink { color: white; background: linear-gradient(145deg, #08354b, #052537); }
.mega-menu__tile--orange { color: white; background: linear-gradient(145deg, #c93608, #e85b16); }
.mega-menu__tile--lime { color: var(--ink); background: linear-gradient(145deg, #edf19c, #d7df00); }
.mega-menu__tile--ink > span { color: var(--lime); }
.mega-menu__tile--orange > span { color: white; }
.mega-menu__tile--lime > span { color: var(--ink); }
.mega-menu__tile:is(:hover, :focus-visible) { transform: translateY(-3px); box-shadow: 0 13px 28px rgba(4,29,42,.2); outline: 3px solid white; outline-offset: -6px; }
.mega-menu__checklists { min-height: 132px; overflow: hidden; border-radius: 18px; color: white; background: linear-gradient(145deg, #c93608, #e85b16); }
.mega-menu__checklists > p, .mega-menu__checklists h2 { display: none; }
.mega-menu__checklists > div { height: 100%; display: grid; grid-template-columns: 1fr 1fr; }
.mega-menu__checklists a { position: relative; min-height: 132px; display: block; padding: 15px 16px 15px !important; color: white; background: linear-gradient(150deg, #dd4a0c, #f06a20); text-decoration: none; white-space: normal; }
.mega-menu__checklists a + a { border-left: 1px solid rgba(255,255,255,.38); background: linear-gradient(150deg, #a92d0a, #cf3b0c); }
.mega-menu__checklists a:hover, .mega-menu__checklists a:focus-visible { background: rgba(5,37,52,.2); outline: 3px solid white; outline-offset: -6px; }
.mega-menu__checklists a strong { position: relative; z-index: 1; display: block; max-width: 11ch; margin-top: 8px; font-size: 13px; line-height: 1.05; }
.mega-menu__checklists a > span:not(.mega-menu__checklist-graphic) { position: relative; z-index: 1; display: block; max-width: 15ch; margin-top: 4px; font-size: 9px; line-height: 1.15; opacity: .85; }
.mega-menu__checklists a b { position: absolute; z-index: 1; right: 12px; bottom: 9px; font-size: 17px; }
.mega-menu__checklist-graphic { position: absolute; left: 16px; bottom: 25px; width: 57px; height: 46px; opacity: .52; }
.mega-menu__checklist-graphic svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

.important {
  position: relative;
  z-index: 25;
  min-height: 74px;
  padding: 0 clamp(28px, 3.2vw, 62px);
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 42px);
  color: white;
  background:
    linear-gradient(100deg, #d83b06, #e35412),
    repeating-linear-gradient(45deg, transparent 0 10px, rgba(255,255,255,.06) 11px 12px);
  box-shadow: 0 3px 9px rgba(89,26,3,.18);
}
.important[hidden] { display: flex; visibility: hidden; pointer-events: none; }

.important__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 38px;
  border-radius: 8px 8px 12px 12px;
  background: white;
  color: var(--orange);
  font-size: 26px;
  font-weight: 900;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  padding-top: 8px;
}

.important > strong { text-transform: uppercase; font-size: clamp(17px, 1.45vw, 25px); letter-spacing: .02em; }
.important__divider { height: 34px; width: 2px; background: white; opacity: .8; }
.important p { margin: 0; font-size: clamp(16px, 1.45vw, 25px); letter-spacing: .015em; }
.important p b { margin-left: 12px; }
.important button { margin-left: auto; margin-right: 34%; border: 0; padding: 0; color: inherit; background: transparent; font: inherit; font-size: clamp(15px, 1.25vw, 22px); text-decoration: none; white-space: nowrap; cursor: pointer; }
.important button:hover, .important button:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.important button span { margin-left: 14px; font-size: 26px; }

.hero {
  position: relative;
  height: calc(100svh - 164px);
  min-height: 600px;
  overflow: hidden;
  background: transparent;
}

.hero-bg {
  position: absolute;
  z-index: -4;
  inset: 0;
  background: url("assets/hero-composites/hero-desktop-static-v4.png?v=4") center top / cover no-repeat;
  background-image: image-set(url("assets/hero-composites/hero-desktop-static-v4.webp?v=opt-20260830") type("image/webp") 1x, url("assets/hero-composites/hero-desktop-static-v4.png?v=4") type("image/png") 1x);
  filter: none;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(245,242,235,.35) 0%, transparent 39%),
    linear-gradient(0deg, rgba(3,27,41,.82) 0%, transparent 31%);
}

.hero-cast { display: none; }
.hero-person { position: absolute; width: auto; transform-origin: bottom center; filter: drop-shadow(0 15px 15px rgba(3,20,29,.17)); }
.hero-person--child { z-index: 4; left: 52.5%; bottom: 28%; height: 60%; transform: translateX(-50%) rotate(-4deg); }
.hero-person--teen { z-index: 3; left: 68%; bottom: 33%; height: 57%; transform: translateX(-50%) rotate(3deg); }
.hero-person--woman { z-index: 2; left: 82%; bottom: 34%; height: 34%; transform: translateX(-50%) rotate(1deg); }
.hero-person--man { z-index: 1; left: 92%; bottom: 32.5%; height: 35%; transform: translateX(-50%) rotate(-1deg); }

.ground-shadow {
  position: absolute;
  z-index: 0;
  bottom: 29.4%;
  width: 10%;
  height: 2.8%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(2,13,19,.5), rgba(2,13,19,.18) 48%, transparent 72%);
  filter: blur(3px);
  transform: translateX(-50%) rotate(-5deg);
}

.ground-shadow--child { left: 52.5%; bottom: 27.3%; width: 20%; height: 4%; }
.ground-shadow--woman { left: 82%; bottom: 33.4%; }
.ground-shadow--man { left: 92%; bottom: 31.9%; }

.hero-copy {
  position: absolute;
  z-index: 5;
  top: clamp(65px, 8vh, 105px);
  left: clamp(48px, 5.8vw, 112px);
  width: min(510px, 38vw);
}

.hero-copy h1 {
  margin: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-family: Impact, "Arial Black", sans-serif;
  font-style: italic;
  letter-spacing: -.045em;
  text-transform: none;
  line-height: .88;
  transform: skew(-5deg) rotate(-.8deg);
  text-shadow: 2px 2px 0 rgba(255,255,255,.45);
}

.hero-copy h1 span,
.hero-copy h1 strong { white-space: nowrap; }
.hero-copy h1 span:first-child { font-size: clamp(52px, 5.1vw, 88px); }
.hero-copy h1 em {
  display: inline-block;
  margin-left: .1em;
  padding: .14em .2em .08em;
  color: var(--orange);
  border: 2px solid rgba(216,69,13,.45);
  font-size: .46em;
  font-style: italic;
  vertical-align: 35%;
  transform: rotate(-4deg);
  letter-spacing: 0;
}
.hero-copy h1 strong { color: var(--orange); font-size: clamp(66px, 6.7vw, 116px); font-weight: 900; }
.hero-copy h1 span:last-child { font-size: clamp(46px, 4.7vw, 80px); }

.hero-copy > p { margin: 28px 0 18px; font-size: clamp(15px, 1.1vw, 20px); line-height: 1.45; font-weight: 500; }
.hero-actions { display: flex; gap: 14px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid var(--ink); text-decoration: none; font-weight: 700; font-size: clamp(14px, 1vw, 18px); }
.button--primary { min-width: 230px; color: white; border-color: var(--orange); background: linear-gradient(110deg,#ca390b,#e65316); }
.button--primary span { margin-left: 22px; font-size: 24px; }
.button--secondary { min-width: 185px; background: rgba(244,241,234,.55); backdrop-filter: blur(5px); }
.button:hover, .button:focus-visible { transform: translateY(-2px); box-shadow: 0 7px 18px rgba(6,43,64,.15); }

.upcoming {
  position: absolute;
  z-index: 8;
  left: clamp(30px, 3vw, 58px);
  bottom: clamp(28px, 4vh, 58px);
  width: min(65%, 1010px);
  padding: 18px 14px 14px;
  border-radius: 22px 22px 18px 18px;
  background: rgba(246,244,239,.9);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 35px rgba(3,24,35,.16);
}

.upcoming h2 { margin: 0 0 14px 16px; text-transform: uppercase; font-size: 16px; letter-spacing: .02em; }
.upcoming__list { display: grid; grid-template-columns: minmax(0, 1fr) 110px; }
.upcoming__entries { min-width: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.class-card { min-height: 110px; display: grid; grid-template-columns: 48px 1fr; gap: 10px; padding: 12px 12px; border: 1px solid rgba(6,43,64,.55); border-radius: 12px; text-decoration: none; background: rgba(255,255,255,.25); }
.class-card + .class-card { margin-left: -1px; }
.class-card time { border-right: 1px solid rgba(6,43,64,.3); display: flex; flex-direction: column; align-items: flex-start; }
.class-card time b { font-size: 28px; line-height: 1; }
.class-card time span { text-transform: uppercase; font-size: 10px; margin-top: 5px; }
.class-card__body { display: flex; flex-direction: column; gap: 3px; min-width: 0; font-size: 10px; }
.class-card__body small { font-size: 9px; }
.class-card__body strong { font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.class-card__body > span { color: #355365; }
.class-card__body em { margin-top: auto; color: #23704d; font-size: 9px; font-style: normal; font-weight: 800; }
.class-card--rescheduled { border-color: var(--orange); background: rgba(255,240,232,.82); }
.class-card--cancelled { border-color: #8f2530; background: rgba(249,228,230,.88); }
.class-card__body .class-card__notice { color: #a53214; text-transform: uppercase; }
.class-card--cancelled .class-card__notice { color: #8f2530; }
.class-card:hover, .class-card:focus-visible { position: relative; background: white; z-index: 2; }
.calendar-link { margin-left: -1px; border-radius: 8px 12px 12px 8px; display: flex; flex-direction: column; justify-content: center; padding: 12px 16px; text-decoration: none; color: white; background: linear-gradient(145deg, #082f44, #001c2b); box-shadow: 3px 3px 0 var(--lime); font-size: 12px; line-height: 1.4; }
.calendar-link span { margin-top: 10px; align-self: flex-end; font-size: 25px; }

.live {
  position: absolute;
  z-index: 9;
  right: clamp(30px, 3.3vw, 64px);
  bottom: 10px;
  width: min(300px, 22vw);
  color: white;
  text-shadow: 0 2px 4px rgba(0,0,0,.45);
}

.live__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.live__head h2 { margin: 0; text-transform: uppercase; font-size: 15px; font-weight: 500; }
.live__head > span { color: var(--lime); text-transform: uppercase; font-size: 12px; font-weight: 700; }
.live__head i { display: inline-block; width: 7px; height: 7px; margin-right: 4px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 8px var(--lime); }
.live__timeline { position: absolute; z-index: 0; left: 0; top: 0; width: 100%; height: 0; overflow: visible; pointer-events: none; }
.live__timeline path { fill: none; stroke: rgba(255,255,255,.86); stroke-width: 4; stroke-linecap: round; }
.live__timeline circle { fill: var(--lime); stroke: white; stroke-width: 4; filter: drop-shadow(0 0 2px var(--ink)); }
.live__items { position: relative; z-index: 1; display: grid; gap: 8px; }
.live__items a { transition: transform .28s ease, background-color .2s ease, box-shadow .2s ease; }
.live__items a:nth-child(1) { transform: translateX(0) rotate(.15deg); }
.live__items a:nth-child(2) { transform: translateX(-23px) rotate(-.45deg); }
.live__items a:nth-child(3) { transform: translateX(-58px) rotate(-1deg); }
.live__empty { margin: 0; padding: 18px; border: 1px solid rgba(255,255,255,.35); border-radius: 12px; background: rgba(5,37,52,.25); font-size: 12px; line-height: 1.45; }
.live__items a { min-height: 66px; display: grid; grid-template-columns: 45px 1fr 28px; align-items: center; gap: 8px; padding: 9px 8px; border: 1px solid rgba(255,255,255,.35); border-radius: 12px; background: rgba(5,37,52,.16); backdrop-filter: blur(3px); text-decoration: none; }
.live__items a > small { align-self: start; color: #f25a1a; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.live__items a > span { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.live__items strong { font-size: 11px; line-height: 1.25; }.live__items em { font-size: 10px; opacity: .7; font-style: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.live__items time { color: var(--lime); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.live__items a > b { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid white; border-radius: 50%; font-size: 22px; font-weight: 400; }
.live__items a:hover, .live__items a:focus-visible { background: rgba(5,37,52,.58); box-shadow: 0 8px 20px rgba(0,0,0,.16); }
.live__items a:nth-child(1):hover, .live__items a:nth-child(1):focus-visible { transform: translateX(-4px) rotate(0); }
.live__items a:nth-child(2):hover, .live__items a:nth-child(2):focus-visible { transform: translateX(-27px) rotate(0); }
.live__items a:nth-child(3):hover, .live__items a:nth-child(3):focus-visible { transform: translateX(-62px) rotate(0); }
.live__controls { display: flex; align-items: center; justify-content: flex-end; gap: 9px; min-height: 30px; margin-top: 8px; }
.live__status { color: rgba(255,255,255,.72); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.live__control-buttons { display: inline-flex; align-items: center; gap: 4px; }
.live__control-button { display: grid; place-items: center; width: 26px; height: 26px; padding: 0; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; color: white; background: rgba(5,37,52,.2); cursor: pointer; font-size: 17px; line-height: 1; }
.live__control-button--pause { font-size: 13px; }
.live__control-button:hover, .live__control-button:focus-visible { border-color: var(--lime); color: var(--lime); background: rgba(5,37,52,.55); }
.live__control-button:focus-visible { outline: 2px solid var(--lime); outline-offset: 2px; }
.live__control-button:disabled { opacity: .4; cursor: default; }
.live__all { display: block; width: max-content; margin: 8px 0 0 auto; color: white; font-size: 11px; font-weight: 800; text-decoration: none; }
.live__all span { margin-left: 6px; color: var(--lime); }
.live__all:hover, .live__all:focus-visible { text-decoration: underline; text-underline-offset: 3px; }

.update-dialog { width: min(620px, calc(100% - 30px)); padding: 0; overflow: visible; border: 0; border-radius: 22px; color: var(--ink); background: #f7f3ec; box-shadow: 0 25px 80px rgba(0,0,0,.32); }
.update-dialog::backdrop { background: rgba(1,22,34,.72); backdrop-filter: blur(5px); }
.update-dialog__frame { position: relative; padding: clamp(28px, 6vw, 54px); }
.update-dialog__close { position: absolute; z-index: 2; right: 14px; top: 14px; width: 42px; height: 42px; border: 1px solid rgba(6,43,64,.28); border-radius: 50%; color: var(--ink); background: white; font-size: 26px; line-height: 1; cursor: pointer; }
.update-dialog header span { display: inline-block; margin-bottom: 16px; padding: 6px 9px; color: white; background: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.update-dialog h2 { margin: 0 40px 14px 0; font-size: clamp(2rem, 5vw, 3.4rem); line-height: .96; }
.update-dialog p { color: #526b79; line-height: 1.6; }
.update-dialog__meta { color: var(--ink) !important; font-weight: 900; }
.update-dialog__content {
  max-width: 54ch;
  margin-top: 26px;
  color: #385562;
  font-size: clamp(1rem, 1.5vw, 1.08rem);
  line-height: 1.72;
}
.update-dialog__content p { margin: 0 0 1.15em; color: inherit; }
.update-dialog__content > p:first-child {
  margin-bottom: 1.35em;
  color: var(--ink);
  font-size: 1.18em;
  font-weight: 650;
  line-height: 1.48;
}
.update-dialog__content h2,
.update-dialog__content h3 {
  margin: 1.65em 0 .6em;
  color: var(--ink);
  letter-spacing: -.02em;
  line-height: 1.1;
}
.update-dialog__content h2 { font-size: 1.55em; }
.update-dialog__content h3 { font-size: 1.22em; }
.update-dialog__content h2:first-child,
.update-dialog__content h3:first-child { margin-top: 0; }
.update-dialog__content ul,
.update-dialog__content ol { display: grid; gap: .45em; margin: 1.3em 0; padding-left: 1.45em; }
.update-dialog__content li { padding-left: .2em; }
.update-dialog__content li::marker { color: var(--orange); font-weight: 900; }
.update-dialog__content li p { margin: 0; }
.update-dialog__content blockquote {
  margin: 1.65em 0;
  padding: 1.1em 1.2em 1.1em 1.35em;
  border-left: 4px solid var(--orange);
  color: var(--ink);
  background: rgba(203, 232, 115, .24);
  font-size: 1.08em;
  font-weight: 650;
  font-style: normal;
  line-height: 1.5;
}
.update-dialog__content blockquote p:last-child { margin-bottom: 0; }
.update-dialog dl { margin: 24px 0 0; display: flex; flex-wrap: wrap; gap: 10px 28px; }
.update-dialog dl div { display: grid; gap: 3px; }
.update-dialog dt { color: #6d808b; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.update-dialog dd { margin: 0; font-weight: 900; }

.notifications-panel { position: fixed; z-index: 60; right: 24px; top: 82px; width: min(430px, calc(100% - 28px)); max-height: calc(100vh - 100px); overflow: hidden; border: 1px solid rgba(6,43,64,.18); border-radius: 22px; color: var(--ink); background: #f7f3ec; box-shadow: 0 24px 70px rgba(1,22,34,.28); }
.notifications-panel[hidden] { display: none; }
.notifications-panel__header { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; color: white; background: linear-gradient(135deg,#073147,#001f2f); }
.notifications-panel__header p { margin: 0 0 4px; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.notifications-panel__header h2 { margin: 0; font-size: 1.65rem; }
.notifications-panel__header button { width: 40px; height: 40px; flex: 0 0 40px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: white; background: transparent; font-size: 26px; line-height: 1; cursor: pointer; }
.notifications-panel__tools { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 14px 16px; border-bottom: 1px solid rgba(6,43,64,.14); }
.notifications-tabs { display: flex; gap: 5px; }
.notifications-tabs button { min-height: 36px; padding: 0 12px; border: 1px solid rgba(6,43,64,.22); border-radius: 999px; color: var(--ink); background: transparent; font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; }
.notifications-tabs button[aria-pressed="true"] { color: white; border-color: var(--ink); background: var(--ink); }
.notifications-tabs span { display: inline-grid; place-items: center; min-width: 19px; height: 19px; margin-left: 3px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 9px; }
.notifications-read-all { border: 0; padding: 7px; color: var(--orange); background: transparent; font: inherit; font-size: 11px; font-weight: 900; cursor: pointer; }
.notifications-read-all:disabled { color: #81909a; cursor: default; }
.notifications-list { max-height: min(520px, calc(100vh - 285px)); overflow-y: auto; overscroll-behavior: contain; }
.notification-item { position: relative; display: grid; grid-template-columns: 14px 1fr; gap: 10px; padding: 18px 20px; border-bottom: 1px solid rgba(6,43,64,.12); background: rgba(255,255,255,.7); }
.notification-item.is-read { background: rgba(242,239,233,.7); opacity: .82; }
.notification-item__dot { width: 9px; height: 9px; margin-top: 5px; border-radius: 50%; background: #78909c; box-shadow: 0 0 0 3px rgba(120,144,156,.15); }
.notification-item--important .notification-item__dot { background: var(--orange); box-shadow: 0 0 0 3px rgba(216,69,13,.15); }
.notification-item--positive .notification-item__dot { background: #178251; box-shadow: 0 0 0 3px rgba(23,130,81,.15); }
.notification-item.is-read .notification-item__dot { background: #9ba9b0; box-shadow: none; }
.notification-item__topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.notification-item__topline span { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.notification-item.is-read .notification-item__topline span { color: #768993; }
.notification-item time { color: #6b7f89; font-size: 9px; }
.notification-item h3 { margin: 5px 0 5px; font-size: 1rem; }
.notification-item p { margin: 0; color: #526b79; font-size: 12px; line-height: 1.45; }
.notification-item__actions { margin-top: 11px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.notification-item__actions a, .notification-item__actions button { border: 0; padding: 0; color: var(--ink); background: transparent; font: inherit; font-size: 10px; font-weight: 900; cursor: pointer; }
.notification-item__actions a { color: var(--orange); text-decoration: none; }
.notification-item__actions a:hover, .notification-item__actions a:focus-visible, .notification-item__actions button:hover, .notification-item__actions button:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.notifications-empty { min-height: 260px; display: grid; place-items: center; align-content: center; gap: 7px; padding: 30px; text-align: center; }
.notifications-empty > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 7px; border-radius: 50%; color: var(--ink); background: var(--lime); font-size: 24px; font-weight: 900; }
.notifications-empty p { margin: 0; color: #6b7f89; font-size: 12px; }
.notifications-panel__footer { padding: 12px 18px; color: #637985; background: #ece8df; }
.notifications-panel__footer p { margin: 0; font-size: 10px; line-height: 1.4; }

@media (max-width: 1450px) {
  .notification-toggle__badge { right: 0; }
}

@media (max-width: 1250px) {
  .site-header { min-height: 76px; gap: 18px; }
  .brand { width: 78px; height: 66px; padding-right: 12px; }
  .brand img { width: 64px; height: 64px; }
  .header-tools .tool-link { display: none; }
  .header-tools .search-toggle { display: inline-flex; }
  .header-cta { min-width: 0; height: 44px; padding: 0 15px; }
  .main-nav { gap: 16px; }
  .important { min-height: 62px; }
  .hero { height: calc(100svh - 138px); min-height: 600px; }
  .hero-copy { width: 43vw; }
  .upcoming { width: 67%; }
  .class-card--desktop { display: none; }
  .upcoming__list { grid-template-columns: minmax(0, 1fr) 105px; }
  .upcoming__entries { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .live { width: 25vw; }
}

@media (max-width: 1250px) {
  .site-header { justify-content: space-between; padding: 0 22px; }
  .brand { order: 1; }
  .menu-toggle { display: inline-grid; place-items: center; width: 54px; height: 54px; flex: 0 0 54px; border: 0; border-radius: 50%; background: rgba(255,255,255,.62); color: var(--ink); cursor: pointer; }
  .menu-toggle { order: 3; }
  .main-nav { position: absolute; display: none; left: 0; right: 0; top: 76px; padding: 15px 24px 24px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(247,244,238,.98); box-shadow: 0 12px 25px rgba(4,29,42,.18); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 5px; border-bottom: 1px solid rgba(6,43,64,.15); font-size: 15px; }
  .header-tools { order: 2; margin-left: auto; padding: 5px; background: transparent; box-shadow: none; }
  .header-tools .tool-link { display: inline-grid; }
  .header-cta { order: -1; }
  .important button { margin-right: 0; }
  .hero { height: auto; min-height: 1300px; }
  .hero-bg { background-image: url("assets/hero-composites/hero-tablet-static-v5.png?v=4"); background-image: image-set(url("assets/hero-composites/hero-tablet-static-v5.webp?v=opt-20260830") type("image/webp") 1x, url("assets/hero-composites/hero-tablet-static-v5.png?v=4") type("image/png") 1x); background-position: center top; }
  .hero-copy { top: 54px; left: 6vw; width: 46vw; }
  .hero-actions { flex-direction: column; width: 310px; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .hero-person--child { left: 56%; top: clamp(280px, calc(74vw - 460px), 465px); bottom: auto; width: clamp(230px, 24.5vw, 250px); height: auto; }
  .hero-person--teen { left: 70%; top: 210px; bottom: auto; width: clamp(210px, 22.5vw, 230px); height: auto; }
  .hero-person--woman { left: 84%; top: clamp(456px, calc(74vw - 244px), 676px); bottom: auto; width: 120px; height: auto; }
  .hero-person--man { left: 93%; top: clamp(443px, calc(74vw - 257px), 663px); bottom: auto; width: 125px; height: auto; }
  .ground-shadow { display: block; bottom: 30.3%; }
  .ground-shadow--child { left: 56%; top: clamp(700px, 74vw, 920px); bottom: auto; width: 20%; height: 28px; }
  .ground-shadow--woman { left: 84%; top: clamp(700px, 74vw, 920px); bottom: auto; width: 13%; height: 24px; }
  .ground-shadow--man { left: 93%; top: clamp(700px, 74vw, 920px); bottom: auto; width: 14%; height: 24px; }
  .upcoming { width: 52%; left: 24px; bottom: 22px; }
  .upcoming__list { grid-template-columns: 1fr; }
  .upcoming__entries { grid-template-columns: 1fr; }
  .class-card--desktop { display: grid; }
  .class-card { min-height: 82px; }
  .class-card + .class-card { margin-left: 0; margin-top: -1px; }
  .calendar-link { min-height: 58px; margin-left: 0; margin-top: 8px; }
  .live { left: auto; right: 24px; bottom: 60px; width: min(32vw, 330px); }
  .live__timeline { display: block; }
}

@media (max-width: 680px) {
  .site-header { min-height: 76px; padding: 0 10px; gap: 3px; }
  .brand { order: 1; height: 64px; border: 0; padding: 0; width: 62px; }
  .brand img { width: 62px; height: 62px; }
  .menu-toggle { order: 3; width: 52px; height: 52px; flex-basis: 52px; }
  .menu-toggle__paw { width: 39px; height: 39px; }
  .main-nav { top: 76px; }
  .header-tools { order: 2; display: flex; flex: 1 1 auto; justify-content: flex-end; margin: 0; padding: 0; gap: 0; background: transparent; box-shadow: none; }
  .header-tools .tool-link { display: inline-grid; min-height: 38px; padding: 0; font-size: 9px; }
  .notification-toggle__badge { right: 0; top: -4px; }
  .header-tools .icon { width: 18px; height: 18px; }
  .header-cta { display: none; }
  .important { min-height: 62px; padding: 9px 15px; gap: 12px; flex-wrap: wrap; }
  .important__icon { width: 29px; height: 27px; font-size: 17px; padding-top: 6px; }
  .important > strong { font-size: 15px; }
  .important__divider { height: 24px; }
  .important p { order: 4; width: calc(100% - 90px); margin-left: 42px; margin-top: -12px; font-size: 13px; }
  .important p b { margin-left: 3px; }
  .important button { margin-left: auto; font-size: 13px; }
  .important button span { margin-left: 4px; }
  .hero { min-height: 1200px; }
  .hero-bg { background-image: url("assets/hero-composites/hero-mobile-static-v6.png?v=4"); background-image: image-set(url("assets/hero-composites/hero-mobile-static-v6.webp?v=opt-20260830") type("image/webp") 1x, url("assets/hero-composites/hero-mobile-static-v6.png?v=4") type("image/png") 1x); background-position: center top; }
  .hero-copy { top: 40px; left: 22px; width: calc(100% - 44px); }
  .hero-copy h1 span:first-child { font-size: clamp(43px, 14vw, 63px); }
  .hero-copy h1 strong { font-size: clamp(57px, 18vw, 80px); }
  .hero-copy h1 span:last-child { font-size: clamp(39px, 12vw, 56px); }
  .hero-copy > p { margin-top: 22px; max-width: 320px; font-size: 14px; }
  .desktop-only { display: none; }
  .hero-actions { flex-direction: column; width: 200px; gap: 8px; }
  .button { min-height: 50px; }
  .hero-person--child { left: 46%; top: 455px; bottom: auto; width: 190px; }
  .hero-person--teen { left: 68%; top: 395px; bottom: auto; width: 185px; }
  .hero-person--woman { display: block; left: 75%; top: 565px; bottom: auto; width: 92px; }
  .hero-person--man { left: 90%; top: 550px; bottom: auto; width: 92px; }
  .ground-shadow { height: 18px; }
  .ground-shadow--child { left: 46%; top: 820px; bottom: auto; width: 31%; }
  .ground-shadow--woman { display: block; left: 75%; top: 785px; bottom: auto; width: 15%; }
  .ground-shadow--man { left: 90%; top: 780px; bottom: auto; width: 16%; }
  .live { left: 24px; right: 24px; bottom: 200px; width: auto; }
  .live__timeline { display: block; }
  .live__items a:nth-child(n+3) { display: none; }
  .live__items a:nth-child(1) { transform: translateX(0) rotate(.1deg); }
  .live__items a:nth-child(2) { transform: translateX(-16px) rotate(-.4deg); }
  .live__items a:nth-child(1):hover, .live__items a:nth-child(1):focus-visible { transform: translateX(-3px) rotate(0); }
  .live__items a:nth-child(2):hover, .live__items a:nth-child(2):focus-visible { transform: translateX(-19px) rotate(0); }
  .upcoming { left: 14px; width: calc(100% - 28px); bottom: 16px; padding: 14px 10px 10px; }
  .upcoming h2 { margin-left: 6px; }
  .upcoming__list { grid-template-columns: minmax(0, 1fr) 76px; }
  .upcoming__entries { grid-template-columns: 1fr 1fr; }
  .class-card:nth-of-type(3), .class-card--desktop { display: none; }
  .class-card { min-height: 120px; grid-template-columns: 40px 1fr; padding: 10px 7px; gap: 6px; }
  .class-card + .class-card { margin-top: 0; margin-left: -1px; }
  .class-card__body strong { white-space: normal; }
  .calendar-link { padding: 9px; font-size: 10px; }
  .notifications-panel { left: 7px; right: 7px; top: 72px; width: auto; max-height: calc(100vh - 79px); border-radius: 18px; }
  .notifications-panel__header { min-height: 78px; padding: 15px 17px; }
  .notifications-panel__tools { align-items: flex-start; flex-direction: column; }
  .notifications-list { max-height: calc(100vh - 270px); }
}

@media (min-width: 681px) and (max-width: 1250px) and (min-aspect-ratio: 6/5) {
  .hero { height: calc(100svh - 138px); min-height: 700px; }
  .hero-bg { background-image: url("assets/hero-composites/hero-desktop-static-v4.png?v=4"); }
  .hero-copy { top: 30px; left: 6vw; width: 38vw; }
  .hero-actions { flex-direction: row; width: auto; gap: 12px; }
  .hero-actions .button { width: auto; }
  .hero-person--child { left: 52.5%; top: auto; bottom: 28%; width: auto; height: 60%; }
  .hero-person--teen { left: 68%; top: auto; bottom: 33%; width: auto; height: 57%; }
  .hero-person--woman { left: 82%; top: auto; bottom: 34%; width: auto; height: 34%; }
  .hero-person--man { left: 92%; top: auto; bottom: 32.5%; width: auto; height: 35%; }
  .ground-shadow--child { left: 52.5%; top: auto; bottom: 27.3%; width: 20%; height: 4%; }
  .ground-shadow--woman { left: 82%; top: auto; bottom: 33.4%; width: 10%; height: 2.8%; }
  .ground-shadow--man { left: 92%; top: auto; bottom: 31.9%; width: 10%; height: 2.8%; }
  .upcoming { left: 24px; bottom: 22px; width: 67%; }
  .upcoming__list { grid-template-columns: minmax(0, 1fr) 105px; }
  .upcoming__entries { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .class-card--desktop { display: none; }
  .class-card { min-height: 100px; }
  .class-card + .class-card { margin-top: 0; margin-left: -1px; }
  .calendar-link { min-height: 100px; margin-top: 0; margin-left: -1px; }
  .live { left: auto; right: 24px; bottom: 8px; width: 25vw; }
  .live__timeline { display: block; }
}

@media (max-width: 1250px) {
  body.menu-open { overflow: hidden; }
  .main-nav {
    max-height: calc(100svh - 76px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 10px 18px 24px;
  }
  .menu-list { display: block; }
  .menu-item { display: block; border-bottom: 1px solid rgba(6,43,64,.14); }
  .menu-entry { min-height: 54px; }
  .menu-primary {
    flex: 1 1 auto;
    padding: 12px 6px !important;
    border: 0 !important;
    font-size: 16px !important;
  }
  .menu-expand {
    width: 52px;
    min-height: 52px;
    border-left: 1px solid rgba(6,43,64,.12);
  }
  .menu-item:is(:hover, :focus-within, .is-expanded) .menu-primary { border: 0 !important; color: var(--orange); }
  .mega-menu {
    position: static;
    width: auto;
    padding: 0 0 16px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .mega-menu__inner { display: block; }
  .mega-menu__links { padding: 5px 6px 10px; background: transparent; }
  .mega-menu__links > p,
  .mega-menu__links h2 { display: none; }
  .mega-menu__links a { min-height: 44px; padding: 9px 8px !important; font-size: 14px; }
  .mega-menu__tiles {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 4px 6px 6px;
  }
  .mega-menu__tile {
    min-height: 122px;
    padding: 16px 16px 36px !important;
  }
  .mega-menu__tile--has-image { padding-right: 45% !important; }
  .mega-menu__tile > strong { font-size: 20px; }
  .mega-menu__checklists { min-height: 0; }
  .mega-menu__checklists > div { grid-template-columns: 1fr; }
  .mega-menu__checklists a { min-height: 74px; }
  .mega-menu__checklists a + a { border-top: 1px solid rgba(255,255,255,.38); border-left: 0; }
}

@media (max-width: 680px) {
  .main-nav { padding-left: 10px; padding-right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .menu-expand > span[aria-hidden],
  .mega-menu__tile { transition: none; }
}

@media (min-width: 1251px) and (max-height: 850px) {
  .hero-copy { top: 30px; }
  .hero-copy h1 span:first-child { font-size: clamp(48px, 4.2vw, 70px); }
  .hero-copy h1 strong { font-size: clamp(61px, 5.5vw, 92px); }
  .hero-copy h1 span:last-child { font-size: clamp(42px, 4vw, 66px); }
  .hero-copy > p { margin: 18px 0 14px; font-size: 15px; line-height: 1.35; }
  .button { min-height: 50px; }
  .upcoming { bottom: 22px; padding-top: 14px; }
  .upcoming h2 { margin-bottom: 10px; }
  .class-card { min-height: 100px; }
  .live { bottom: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

.site-footer {
  position: relative;
  z-index: 5;
  color: #f7f4ee;
  background: #041f2e;
  border-top: 5px solid var(--orange);
}
.site-footer a { text-underline-offset: 4px; }
.site-footer__contact {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(520px, 1.28fr);
  gap: clamp(42px, 7vw, 110px);
  padding: clamp(46px, 6vw, 86px) clamp(24px, 6vw, 96px);
  background:
    radial-gradient(circle at 10% 100%, rgba(215,223,0,.12), transparent 28%),
    linear-gradient(125deg, #08354b, #052536 60%, #092f40);
}
.site-footer__intro { max-width: 430px; }
.site-footer__brand { display: inline-flex; align-items: center; gap: 16px; }
.site-footer__brand-home { display: inline-flex; align-items: center; gap: 16px; color: white; text-decoration: none; }
.site-footer__brand img { width: 72px; height: 72px; padding: 5px; border-radius: 50%; background: rgba(255,255,255,.94); }
.site-footer__brand strong { max-width: 18ch; font-size: 18px; line-height: 1.05; }
.site-footer__brand-club { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-footer__brand-club:is(:hover,:focus-visible), .site-footer__brand-home:is(:hover,:focus-visible) { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.site-footer__intro > p { margin: 42px 0 18px; font-size: clamp(32px, 3.2vw, 54px); font-weight: 900; line-height: .95; }
.site-footer__intro > p em { color: var(--lime); font-style: normal; }
.site-footer__intro > span { display: block; max-width: 42ch; color: #bed0d8; font-size: 14px; line-height: 1.6; }
.site-footer__social { display: grid; gap: 11px; margin-top: 28px; }
.site-footer__social-row { display: grid; grid-template-columns: minmax(150px, 1fr) auto; align-items: center; gap: 14px; }
.site-footer__social-row > strong { color: #d3e0e5; font-size: 13px; line-height: 1.3; }
.site-footer__social-row > strong a { color: inherit; text-decoration: none; }
.site-footer__social-row > strong a:is(:hover,:focus-visible) { color: white; text-decoration: underline; text-underline-offset: 3px; }
.site-footer__social-row > span { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.site-footer__social-row--war { grid-template-columns: 1fr; }
.site-footer__social-row--war > span { justify-content: flex-start; }
.site-footer__social-link { position: relative; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: white; background: rgba(255,255,255,.075); text-decoration: none; transition: transform .16s ease, border-color .16s ease, background .16s ease; }
.site-footer__social-link:is(:hover, :focus-visible) { border-color: var(--lime); background: rgba(255,255,255,.15); transform: translateY(-2px); }
.site-footer__social-link svg { width: 25px; height: 25px; overflow: visible; }
.site-footer__social-link--facebook svg,
.site-footer__social-link--telegram svg,
.site-footer__social-link--youtube svg { fill: currentColor; }
.site-footer__social-link--instagram svg { fill: none; stroke: currentColor; stroke-width: 1.8; }
.site-footer__social-link--instagram .social-dot { fill: currentColor; stroke: none; }
.site-footer__social-link--youtube .social-play { fill: #041f2e; }
.site-footer__social-link--preferred { border-color: var(--lime); color: var(--lime); background: rgba(214,245,46,.1); box-shadow: 0 0 0 3px rgba(214,245,46,.09), 0 8px 20px rgba(214,245,46,.16); }
.site-footer__social-link--preferred:is(:hover, :focus-visible) { border-color: var(--lime); background: var(--lime); color: #041f2e; }
.site-footer__form { padding: clamp(24px, 3vw, 42px); border: 1px solid rgba(255,255,255,.18); border-radius: 26px; background: rgba(255,255,255,.075); box-shadow: 0 25px 55px rgba(0,0,0,.15); }
.site-footer__form-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.site-footer__form-heading p { margin: 0; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__form-heading h2 { margin: 0; font-size: clamp(27px, 2.5vw, 40px); }
.site-footer__account-note { margin: -11px 0 22px; color: #c9d9df; font-size: 12px; font-weight: 700; line-height: 1.45; }
.site-footer__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.site-footer__fields label:not(.site-footer__consent, .site-footer__trap) { display: grid; gap: 7px; }
.site-footer__fields label > span { font-size: 11px; font-weight: 800; }
.site-footer__fields input,
.site-footer__fields select,
.site-footer__fields textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 10px;
  color: var(--ink);
  background: #f7f4ee;
  font: inherit;
  font-size: 14px;
}
.site-footer__fields textarea { min-height: 105px; resize: vertical; }
.site-footer__field--wide { grid-column: 1 / -1; }
.site-footer__consent { display: flex; align-items: flex-start; gap: 10px; color: #c9d7dd; font-size: 11px; line-height: 1.45; }
.site-footer__consent input { width: 19px; min-width: 19px; height: 19px; min-height: 0; margin: 0; padding: 0; accent-color: var(--lime); }
.site-footer__consent a { color: white; }
.site-footer__trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.site-footer__form-actions { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 20px; }
.site-footer__form-actions p { max-width: 45ch; margin: 0; color: #b9cbd3; font-size: 10px; line-height: 1.4; }
.site-footer__form-actions button { min-height: 50px; padding: 12px 18px; border: 0; border-radius: 11px; color: white; background: var(--orange); font-weight: 900; cursor: pointer; }
.site-footer__form-actions button span { margin-left: 12px; font-size: 18px; }
.site-footer__fields :is(input, select, textarea):focus-visible,
.site-footer__form-actions button:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.site-footer__navigation {
  display: grid;
  grid-template-columns: 1.65fr repeat(3, 1fr);
  gap: clamp(28px, 5vw, 80px);
  padding: 48px clamp(24px, 6vw, 96px);
  border-top: 1px solid rgba(255,255,255,.12);
}
.site-footer__links h2 { margin: 0 0 16px; color: var(--lime); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.site-footer__links ul { margin: 0; padding: 0; list-style: none; }
.site-footer__links li + li { margin-top: 10px; }
.site-footer__links a { color: #d5e0e4; font-size: 12px; font-weight: 700; text-decoration: none; }
.site-footer__links button { padding: 0; border: 0; color: #d5e0e4; background: transparent; font: inherit; font-size: 12px; font-weight: 700; text-align: left; cursor: pointer; }
.site-footer__links button:hover, .site-footer__links button:focus-visible { color: white; text-decoration: underline; text-underline-offset: 3px; }
.site-footer__links a:is(:hover, :focus-visible) { color: white; text-decoration: underline; }
.site-footer__links--main ul { columns: 2; column-gap: 34px; }
.site-footer__links--main li { break-inside: avoid; }
.site-footer__links small { display: block; max-width: 28ch; margin-top: 15px; color: #819aa6; font-size: 9px; line-height: 1.5; }
.site-footer__ecosystem { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.site-footer__ecosystem a { min-height: 112px; display: grid; place-items: center; align-content: center; gap: 8px; padding: 13px 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.055); text-align: center; }
.site-footer__ecosystem a:is(:hover, :focus-visible) { border-color: var(--lime); text-decoration: none; }
.site-footer__ecosystem img { width: 64px; height: 58px; object-fit: contain; filter: drop-shadow(0 6px 12px rgba(0,0,0,.18)); }
.site-footer__ecosystem span { font-size: 9px; line-height: 1.2; }
.site-footer__address { display: grid; gap: 5px; color: #c8d6dc; font-size: 11px; font-style: normal; line-height: 1.4; }
.site-footer__address strong { margin-bottom: 3px; color: white; font-size: 12px; }
.site-footer__address a { margin-top: 7px; overflow-wrap: anywhere; color: var(--lime); }
.site-footer__legal { margin-top: 10px; color: #b8cbd3; font-size: 11px; line-height: 1.55; }
.site-footer__account { max-width: none; margin-top: 7px; color: #d5e0e4; font-size: 11px; line-height: 1.55; letter-spacing: .015em; white-space: nowrap; }
.site-footer__account b { color: white; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding: 19px clamp(24px, 6vw, 96px); border-top: 1px solid rgba(255,255,255,.12); color: #91a8b2; background: #031923; }
.site-footer__bottom p { margin: 0; font-size: 12px; line-height: 1.45; }
.site-footer__bottom strong { color: #dce5e8; }
.site-footer__bottom a { color: #dce5e8; text-decoration: none; }
.site-footer__bottom a:is(:hover,:focus-visible) { color: white; text-decoration: underline; text-underline-offset: 3px; }
.site-footer__powered { margin-left: 7px; margin-right: 96px; color: #b8cbd3; white-space: nowrap; }
.site-footer__powered strong { color: var(--lime); }

.glossary-term {
  display: inline;
  margin: 0;
  padding: 0 1px;
  border: 0;
  border-bottom: 1.5px dashed currentColor;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  cursor: help;
}
.glossary-term:is(:hover, :focus-visible, [aria-expanded="true"]) { color: var(--orange); border-bottom-color: var(--orange); }
.glossary-term:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; border-radius: 2px; }
.glossary-popover {
  position: fixed;
  z-index: 1200;
  width: min(360px, calc(100vw - 24px));
  padding: 17px 18px 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 14px;
  color: #e8f0f2;
  background: #062734;
  box-shadow: 0 16px 42px rgba(0,0,0,.28);
}
.glossary-popover[hidden] { display: none; }
.glossary-popover__label { display: block; margin-bottom: 5px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.glossary-popover strong { display: block; color: white; font-size: 15px; line-height: 1.25; }
.glossary-popover p { margin: 8px 0 0; color: #c9d8de; font-size: 12px; line-height: 1.55; }

body.search-open { overflow: hidden; }
.site-search { position: fixed; inset: 0; z-index: 1150; display: grid; place-items: start center; padding: clamp(32px, 8vh, 92px) 16px 24px; }
.site-search[hidden] { display: none; }
.site-search__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(2,22,31,.72); backdrop-filter: blur(7px); cursor: default; }
.site-search__panel { position: relative; width: min(900px, 100%); max-height: calc(100vh - 64px); overflow: auto; padding: clamp(24px, 4vw, 42px); border: 1px solid rgba(255,255,255,.22); border-radius: 24px; background: #f5f2eb; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.site-search__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.site-search__heading span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.site-search__heading h2 { margin: 5px 0 0; color: var(--ink); font-family: Georgia, serif; font-size: clamp(28px, 4vw, 48px); line-height: 1; }
.site-search__close { width: 44px; height: 44px; flex: 0 0 44px; border: 1px solid rgba(6,43,64,.18); border-radius: 50%; color: var(--ink); background: white; font-size: 28px; line-height: 1; cursor: pointer; }
.site-search__form { margin-top: 28px; }
.site-search__form > label { display: block; margin-bottom: 8px; color: #46606b; font-size: 11px; font-weight: 800; }
.site-search__form > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 7px 8px 7px 18px; border: 2px solid rgba(6,43,64,.18); border-radius: 16px; background: white; }
.site-search__form > div:focus-within { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(222,74,13,.12); }
.site-search__form input { min-width: 0; height: 46px; border: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; font-size: 15px; }
.site-search__form button { min-height: 46px; padding: 0 20px; border: 0; border-radius: 11px; color: white; background: var(--orange); font-weight: 900; cursor: pointer; }
.site-search__status { margin-top: 18px; color: #5e737c; font-size: 12px; }
.site-search__results { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.site-search__result { position: relative; min-width: 0; display: grid; align-content: start; padding: 17px 48px 17px 18px; border: 1px solid rgba(6,43,64,.12); border-radius: 14px; color: var(--ink); background: white; text-decoration: none; }
.site-search__result:is(:hover, :focus-visible) { border-color: var(--orange); box-shadow: 0 7px 20px rgba(6,43,64,.08); }
.site-search__result > span { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.site-search__result strong { margin-top: 4px; font-size: 14px; }
.site-search__result p { margin: 5px 0 0; color: #60747d; font-size: 11px; line-height: 1.45; }
.site-search__result > b { position: absolute; top: 50%; right: 18px; color: var(--orange); font-size: 20px; transform: translateY(-50%); }

.glossary-page { min-height: 100vh; background: #ece8df; }
.glossary-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: clamp(58px, 8vw, 104px) 0 96px; }
.glossary-hero { max-width: 760px; }
.glossary-hero > p { margin: 0; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.glossary-hero h1 { margin: 10px 0 16px; color: var(--ink); font-family: Georgia, serif; font-size: clamp(45px, 8vw, 92px); line-height: .92; }
.glossary-hero > span { display: block; max-width: 62ch; color: #526a74; font-size: clamp(15px, 1.7vw, 19px); line-height: 1.55; }
.glossary-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.glossary-card { scroll-margin-top: 110px; padding: clamp(23px, 3vw, 34px); border: 1px solid rgba(6,43,64,.13); border-radius: 20px; background: rgba(255,255,255,.7); box-shadow: 0 12px 32px rgba(6,43,64,.06); }
.glossary-card:target { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(222,74,13,.12), 0 12px 32px rgba(6,43,64,.08); }
.glossary-card > span { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.glossary-card h2 { margin: 8px 0 13px; color: var(--ink); font-family: Georgia, serif; font-size: clamp(22px, 2.3vw, 31px); line-height: 1.05; }
.glossary-card p { margin: 0; color: #516872; font-size: 13px; line-height: 1.65; }

@media (max-width: 900px) {
  .site-footer__contact { grid-template-columns: 1fr; }
  .site-footer__intro { max-width: 620px; }
  .site-footer__intro > p { margin-top: 30px; }
  .site-footer__navigation { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .site-footer__contact { gap: 30px; padding: 38px 16px; }
  .site-footer__brand img { width: 62px; height: 62px; }
  .site-footer__social-row { grid-template-columns: 1fr; gap: 6px; }
  .site-footer__social-row > span { justify-content: flex-start; }
  .site-footer__form { padding: 23px 16px; border-radius: 20px; }
  .site-footer__form-heading { display: block; }
  .site-footer__form-heading h2 { margin-top: 5px; }
  .site-footer__fields { grid-template-columns: 1fr; }
  .site-footer__field--wide { grid-column: auto; }
  .site-footer__form-actions { align-items: stretch; flex-direction: column; }
  .site-footer__form-actions button { width: 100%; }
  .site-footer__navigation { grid-template-columns: 1fr; gap: 31px; padding: 38px 20px; }
  .site-footer__links--main ul { columns: 1; }
  .site-footer__ecosystem { max-width: 340px; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; padding: 18px 20px; }
  .site-footer__powered { margin-right: 0; }
}

@media (max-width: 600px) {
  .glossary-popover { inset: auto 12px 12px; width: auto; padding: 19px 20px 21px; border-radius: 18px; }
  .glossary-popover strong { font-size: 16px; }
  .glossary-popover p { font-size: 13px; }
  .site-search { place-items: stretch; padding: 0; }
  .site-search__panel { width: 100%; max-height: 100vh; min-height: 100vh; padding: 24px 16px 34px; border: 0; border-radius: 0; }
  .site-search__form > div { grid-template-columns: auto 1fr; padding-right: 14px; }
  .site-search__form button { grid-column: 1 / -1; width: 100%; }
  .site-search__results { grid-template-columns: 1fr; }
  .glossary-shell { width: min(100% - 30px, 1120px); padding-top: 48px; }
  .glossary-list { grid-template-columns: 1fr; margin-top: 34px; }
}

@media (min-width: 601px) and (max-width: 900px) {
  .glossary-list { grid-template-columns: 1fr 1fr; }
}

.accessibility-panel { position: fixed; z-index: 1000; inset: 0; }
.accessibility-panel[hidden] { display: none; }
.accessibility-panel__backdrop { position: absolute; inset: 0; background: rgba(4,29,42,.58); }
.accessibility-panel__dialog { position: relative; width: min(460px, calc(100% - 32px)); margin: min(14vh, 110px) auto 0; padding: 26px; border-radius: 20px; color: var(--ink); background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.32); }
.accessibility-panel__heading { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.accessibility-panel__heading p { margin: 0; color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.accessibility-panel__heading h2 { margin: 5px 0 0; font-size: 30px; }
.accessibility-panel__heading button { width: 42px; height: 42px; border: 1px solid rgba(6,43,64,.25); border-radius: 50%; color: var(--ink); background: white; font-size: 28px; cursor: pointer; }
.accessibility-panel__intro { margin: 18px 0; color: #526b78; line-height: 1.5; }
.accessibility-panel label { display: flex; align-items: center; gap: 12px; min-height: 50px; padding: 0 4px; border-top: 1px solid rgba(6,43,64,.12); font-weight: 800; cursor: pointer; }
.accessibility-panel input { width: 20px; height: 20px; accent-color: var(--orange); }
.accessibility-panel__setting { margin: 0; padding: 0; border: 0; }
.accessibility-panel__setting > label:first-child, .accessibility-panel__setting legend { display: flex; justify-content: space-between; width: 100%; min-height: auto; padding: 14px 4px 9px; border-top: 1px solid rgba(6,43,64,.12); font-weight: 900; }
.accessibility-panel__setting output { color: var(--orange); }
.accessibility-panel input[type="range"] { width: 100%; height: 28px; margin: 0 4px 10px; accent-color: var(--orange); }
.accessibility-panel__setting label { border-top: 0; }
.accessibility-panel__reset { width: 100%; min-height: 46px; margin-top: 18px; border: 1px solid var(--ink); border-radius: 10px; color: var(--ink); background: transparent; font: inherit; font-weight: 800; cursor: pointer; }
html.war-strong-links main a, html.war-strong-links .site-footer a { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
html.war-spacious-text main p, html.war-spacious-text main li { line-height: 1.9; letter-spacing: .015em; word-spacing: .06em; }
html.war-spacious-text main p + p { margin-top: 1.4em; }
html.war-high-contrast { --ink: #000; --orange: #9b2100; --lime: #e7f000; --paper: #fff; --line: #000; }
html.war-high-contrast body, html.war-high-contrast .site-footer { background: #fff; color: #000; }
html.war-high-contrast .site-header, html.war-high-contrast main, html.war-high-contrast .hero-stage { filter: none; }
html.war-high-contrast a, html.war-high-contrast button { text-decoration-thickness: 2px; }
html.war-high-contrast :focus-visible { outline: 4px solid #000 !important; outline-offset: 3px; }
html.war-dark-contrast { --ink: #fff; --orange: #ff8b60; --lime: #e7f000; --paper: #001523; --line: #fff; }
html.war-dark-contrast body, html.war-dark-contrast .site-header, html.war-dark-contrast main, html.war-dark-contrast .hero-stage, html.war-dark-contrast .site-footer { color: #fff; background: #001523 !important; }
html.war-dark-contrast .accessibility-panel__dialog { color: #fff; background: #001523; }
html.war-dark-contrast :focus-visible { outline: 4px solid #e7f000 !important; outline-offset: 3px; }
html.war-reduced-motion *, html.war-reduced-motion *::before, html.war-reduced-motion *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
@media (forced-colors: active) { .accessibility-panel__dialog, .accessibility-panel button, .accessibility-panel input { forced-color-adjust: auto; } }

.cookie-consent { position: fixed; z-index: 1200; right: 18px; bottom: 18px; width: min(620px, calc(100% - 36px)); padding: 22px; border: 1px solid rgba(255,255,255,.35); border-radius: 18px; color: white; background: #062b40; box-shadow: 0 20px 55px rgba(0,0,0,.35); }
.cookie-consent[hidden] { display: none; }
.cookie-consent__content { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 22px; align-items: end; }
.cookie-consent p { margin: 0 0 6px; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.cookie-consent h2 { margin: 0 0 9px; font-size: 22px; line-height: 1.05; }
.cookie-consent span { display: block; max-width: 43ch; color: #d2e0e5; font-size: 13px; line-height: 1.5; }
.cookie-consent a { display: inline-block; margin-top: 10px; color: white; font-size: 12px; font-weight: 800; text-underline-offset: 3px; }
.cookie-consent__actions { display: grid; gap: 8px; min-width: 160px; }
.cookie-consent button { min-height: 40px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.65); border-radius: 9px; color: white; background: transparent; font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; }
.cookie-consent button[data-cookie-accept], .cookie-consent__settings button[type="submit"] { border-color: var(--lime); color: var(--ink); background: var(--lime); }
.cookie-consent button:focus-visible, .cookie-consent a:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.cookie-consent__settings { margin-top: 20px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.3); }
.cookie-consent__settings fieldset { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; }
.cookie-consent__settings legend { margin-bottom: 8px; font-size: 14px; font-weight: 900; }
.cookie-consent__settings label { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; padding: 9px 0; }
.cookie-consent__settings input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--lime); }
.cookie-consent__settings strong, .cookie-consent__settings small { display: block; }
.cookie-consent__settings strong { font-size: 13px; }
.cookie-consent__settings small { margin-top: 3px; color: #c6d8df; font-size: 11px; line-height: 1.4; }
.cookie-consent__settings > div { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 15px; }
@media (max-width: 600px) { .cookie-consent { right: 12px; bottom: 12px; width: calc(100% - 24px); padding: 19px; } .cookie-consent__content { grid-template-columns: 1fr; gap: 17px; } .cookie-consent__actions { grid-template-columns: 1fr 1fr; } .cookie-consent__actions button:first-child { grid-column: 1 / -1; } }

.back-to-top { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 8px 14px 8px 11px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; color: white; background: var(--orange); box-shadow: 0 8px 22px rgba(0,0,0,.24); font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; }
.back-to-top[hidden] { display: none; }
.back-to-top > span:first-child { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-size: 20px; line-height: 1; }
.back-to-top:hover { background: #b93808; transform: translateY(-2px); }
.back-to-top:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
@media (max-width: 600px) { .back-to-top { right: 14px; bottom: 14px; width: 46px; justify-content: center; padding: 8px; } .back-to-top > span:last-child { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; } }

.seo-next { max-width: 960px; margin: 72px auto; padding: 28px; border: 1px solid rgba(6,43,64,.18); background: #f8f5ef; }.seo-next h2 { margin: 0 0 12px; color: var(--ink); }.seo-next p { margin: 0; color: #45616f; line-height: 1.6; }.seo-next a { font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
