.ma-site {
  --ma-accent: #b7ff3c;
  --ma-dark: #0d0f10;
  --ma-light: #f5f3ed;
  --ma-muted: #777c78;
  --ma-line: rgba(13,15,16,.16);
  color: var(--ma-dark);
  background: var(--ma-light);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow: hidden;
}
.ma-site *, .ma-site *::before, .ma-site *::after { box-sizing: border-box; }
.ma-site h1, .ma-site h2, .ma-site h3, .ma-site p { margin-top: 0; }
.ma-site a { color: inherit; }
.ma-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.ma-wordmark { font-weight: 900; letter-spacing: -.04em; text-transform: uppercase; font-size: 1.1rem; margin-bottom: 64px; }
.ma-eyebrow, .ma-section-tag { font-size: .72rem; letter-spacing: .16em; font-weight: 850; text-transform: uppercase; }
.ma-eyebrow { color: var(--ma-accent); margin-bottom: 16px; }
.ma-section-tag { margin-bottom: 14px; }
.ma-hero { background: var(--ma-dark); color: #fff; padding: 72px 0 86px; position: relative; }
.ma-hero::after { content:""; position:absolute; width:420px; height:420px; border:1px solid rgba(255,255,255,.08); border-radius:50%; right:-100px; top:-110px; box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018); }
.ma-hero-grid { position: relative; z-index: 1; display:grid; grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr); gap:80px; align-items:end; }
.ma-hero h1, .ma-single-hero h1 { font-size: clamp(3.4rem, 7vw, 7rem); letter-spacing:-.065em; line-height:.91; max-width:850px; margin-bottom:26px; font-weight:900; }
.ma-lead { font-size: clamp(1.05rem, 1.8vw, 1.35rem); line-height:1.55; max-width:760px; color:rgba(255,255,255,.76); }
.ma-hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:34px; }
.ma-button { display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:0 22px; border-radius:999px; text-decoration:none !important; font-weight:800; font-size:.92rem; transition:.2s ease; }
.ma-button:hover { transform:translateY(-2px); }
.ma-button-primary { background:var(--ma-accent); color:var(--ma-dark) !important; }
.ma-button-ghost { border:1px solid rgba(255,255,255,.28); color:#fff !important; }
.ma-hero-panel { border:1px solid rgba(255,255,255,.14); padding:30px; background:rgba(255,255,255,.045); backdrop-filter:blur(8px); }
.ma-panel-label { color:var(--ma-accent); font-size:.68rem; letter-spacing:.15em; font-weight:850; }
.ma-hero-panel h2 { font-size:2rem; line-height:1.05; letter-spacing:-.04em; margin:14px 0 18px; }
.ma-hero-panel > p { color:rgba(255,255,255,.68); }
.ma-signal-row { display:grid; grid-template-columns:42px 1fr; gap:12px; padding:14px 0; border-top:1px solid rgba(255,255,255,.12); }
.ma-signal-row span { color:var(--ma-accent); font-size:.75rem; }
.ma-intro { padding:96px 0; }
.ma-two-col { display:grid; grid-template-columns:1fr 1fr; gap:90px; }
.ma-intro h2, .ma-section-head h2, .ma-training h2, .ma-bottom-cta h2, .ma-content-section h2 { font-size:clamp(2.2rem,4vw,4.3rem); letter-spacing:-.055em; line-height:.98; font-weight:900; }
.ma-copy { font-size:1.12rem; color:#383c39; }
.ma-copy p + p { margin-top:22px; }
.ma-catalog-section { padding:86px 0 106px; background:#fff; }
.ma-section-head { display:grid; grid-template-columns:1fr 420px; gap:50px; align-items:end; margin-bottom:42px; }
.ma-section-head p:last-child { color:#656a66; }
.ma-filters { display:flex; flex-direction:column; gap:14px; padding:20px 0; border-top:1px solid var(--ma-line); border-bottom:1px solid var(--ma-line); margin-bottom:42px; }
.ma-filter-group { display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
.ma-filter-group > span { width:88px; font-size:.72rem; text-transform:uppercase; letter-spacing:.11em; font-weight:800; }
.ma-filter-group button { appearance:none; border:1px solid #cfd2ce; background:#fff; border-radius:999px; padding:8px 13px; cursor:pointer; font:inherit; font-size:.82rem; font-weight:720; }
.ma-filter-group button.is-active { background:var(--ma-dark); color:#fff; border-color:var(--ma-dark); }
.ma-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.ma-card { border:1px solid #dfe1dd; background:var(--ma-light); transition:.2s ease; }
.ma-card:hover { transform:translateY(-4px); box-shadow:0 18px 40px rgba(13,15,16,.10); }
.ma-card[hidden] { display:none !important; }
.ma-card-image { min-height:220px; padding:18px; display:flex; justify-content:space-between; align-items:flex-start; background:linear-gradient(135deg,var(--ma-dark) 0 58%, #232827 58% 100%); color:#fff !important; text-decoration:none !important; background-size:cover; background-position:center; }
.ma-card-image::after { content:""; width:80px; height:80px; border:1px solid rgba(255,255,255,.16); border-radius:50%; align-self:flex-end; margin-right:-22px; margin-bottom:-22px; }
.ma-card-kicker { color:var(--ma-accent); font-size:.68rem; letter-spacing:.14em; font-weight:850; }
.ma-card-arrow { font-size:1.15rem; }
.ma-card-body { padding:24px; }
.ma-card-tags, .ma-single-tags { display:flex; flex-wrap:wrap; gap:7px; }
.ma-card-tags span, .ma-single-tags span { font-size:.69rem; text-transform:uppercase; letter-spacing:.09em; font-weight:800; border:1px solid currentColor; border-radius:999px; padding:5px 8px; }
.ma-card h3 { font-size:1.75rem; line-height:1.05; letter-spacing:-.035em; margin:18px 0 12px; }
.ma-card h3 a { text-decoration:none; }
.ma-card-body > p { color:#666b67; min-height:76px; }
.ma-card-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; border-top:1px solid var(--ma-line); padding-top:18px; margin-top:18px; }
.ma-card-stats strong, .ma-card-stats span { display:block; }
.ma-card-stats strong { font-size:.86rem; line-height:1.2; }
.ma-card-stats span { margin-top:5px; font-size:.65rem; color:#737872; text-transform:uppercase; letter-spacing:.08em; }
.ma-no-results { padding:32px; text-align:center; border:1px dashed #bfc3bd; }
.ma-training { padding:100px 0; background:var(--ma-dark); color:#fff; }
.ma-training-grid { display:grid; grid-template-columns:1fr 1fr; gap:90px; }
.ma-training .ma-section-tag { color:var(--ma-accent); }
.ma-lead-small { color:rgba(255,255,255,.68); max-width:620px; font-size:1.08rem; }
.ma-training-list > div { display:grid; grid-template-columns:48px 1fr; gap:14px; padding:20px 0; border-top:1px solid rgba(255,255,255,.15); }
.ma-training-list span { color:var(--ma-accent); font-size:.74rem; }
.ma-training-list strong { font-size:1.1rem; }
.ma-training-list p { color:rgba(255,255,255,.62); margin:5px 0 0; }
.ma-process { padding:100px 0; }
.ma-process-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:34px; }
.ma-process article { border-top:3px solid var(--ma-dark); padding-top:20px; }
.ma-process article > span { font-size:.72rem; color:#717771; }
.ma-process h3 { font-size:1.35rem; letter-spacing:-.025em; margin:40px 0 10px; }
.ma-process article p { color:#666b67; }
.ma-bottom-cta { padding:0 0 100px; }
.ma-bottom-box { background:var(--ma-dark); color:#fff; padding:70px; position:relative; }
.ma-bottom-box .ma-section-tag { color:var(--ma-accent); }
.ma-bottom-box p:not(.ma-section-tag) { color:rgba(255,255,255,.65); max-width:700px; font-size:1.08rem; margin-bottom:28px; }

/* Single adventure */
.ma-single-hero { background:var(--ma-dark); color:#fff; padding:54px 0 76px; background-size:cover; background-position:center; }
.ma-single-hero .ma-shell { max-width:1100px; }
.ma-back { display:inline-block; color:rgba(255,255,255,.65) !important; text-decoration:none; margin-bottom:74px; font-size:.88rem; }
.ma-single-hero h1 { max-width:950px; }
.ma-single-tags { margin-top:30px; }
.ma-single-stats { background:#fff; border-bottom:1px solid var(--ma-line); }
.ma-stat-row { display:grid; grid-template-columns:repeat(4,1fr); }
.ma-stat-row > div { padding:24px 20px; border-left:1px solid var(--ma-line); }
.ma-stat-row > div:last-child { border-right:1px solid var(--ma-line); }
.ma-stat-row span, .ma-detail-pair span { display:block; font-size:.65rem; text-transform:uppercase; letter-spacing:.1em; color:#777c78; margin-bottom:6px; }
.ma-stat-row strong { font-size:1.08rem; }
.ma-single-layout { display:grid; grid-template-columns:220px minmax(0,760px); gap:90px; padding-top:80px; padding-bottom:110px; justify-content:center; }
.ma-single-nav { position:sticky; top:40px; align-self:start; display:flex; flex-direction:column; gap:9px; }
.ma-single-nav > span { font-size:.66rem; letter-spacing:.12em; font-weight:850; margin-bottom:10px; }
.ma-single-nav a { text-decoration:none; color:#666b67; font-size:.9rem; }
.ma-content-section { padding:0 0 64px; margin:0 0 64px; border-bottom:1px solid var(--ma-line); scroll-margin-top:50px; }
.ma-content-section h2 { font-size:clamp(2rem,4vw,3.5rem); }
.ma-content-section > p:not(.ma-section-tag) { font-size:1.08rem; color:#484d49; }
.ma-highlight-box { background:#fff; border:1px solid var(--ma-line); padding:26px; margin-top:30px; }
.ma-highlight-box h3 { margin-bottom:14px; }
.ma-highlight-box ul, .ma-gear-list ul { margin:0; padding-left:1.2rem; }
.ma-highlight-box li, .ma-gear-list li { padding:7px 0; }
.ma-detail-pair { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:24px; }
.ma-detail-pair > div { padding:20px; border:1px solid var(--ma-line); background:#fff; }
.ma-gear-list { display:grid; grid-template-columns:1fr; background:#fff; border:1px solid var(--ma-line); padding:24px; }
.ma-registration-box { background:var(--ma-dark); color:#fff; padding:42px; }
.ma-registration-box .ma-section-tag { color:var(--ma-accent); }
.ma-registration-box h2 { font-size:2.4rem; letter-spacing:-.045em; line-height:1; }
.ma-registration-box > p:not(.ma-section-tag) { color:rgba(255,255,255,.68); }

@media (max-width: 900px) {
  .ma-hero-grid, .ma-two-col, .ma-section-head, .ma-training-grid { grid-template-columns:1fr; gap:36px; }
  .ma-card-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .ma-process-grid { grid-template-columns:repeat(2,1fr); }
  .ma-hero-panel { max-width:620px; }
  .ma-wordmark { margin-bottom:44px; }
  .ma-single-layout { grid-template-columns:1fr; gap:30px; }
  .ma-single-nav { position:static; display:none; }
}
@media (max-width: 620px) {
  .ma-shell { width:min(100% - 26px, 1180px); }
  .ma-hero { padding:42px 0 56px; }
  .ma-wordmark { margin-bottom:38px; }
  .ma-hero h1, .ma-single-hero h1 { font-size:clamp(3rem,16vw,4.8rem); }
  .ma-hero-panel { padding:22px; }
  .ma-intro, .ma-catalog-section, .ma-training, .ma-process { padding:68px 0; }
  .ma-card-grid, .ma-process-grid { grid-template-columns:1fr; }
  .ma-card-body > p { min-height:0; }
  .ma-filter-group > span { width:100%; margin-bottom:3px; }
  .ma-bottom-box { padding:40px 24px; }
  .ma-stat-row { grid-template-columns:1fr 1fr; }
  .ma-stat-row > div:nth-child(odd) { border-left:none; }
  .ma-stat-row > div { border-bottom:1px solid var(--ma-line); }
  .ma-detail-pair { grid-template-columns:1fr; }
  .ma-single-layout { padding-top:54px; padding-bottom:72px; }
  .ma-content-section { margin-bottom:48px; padding-bottom:48px; }
  .ma-registration-box { padding:30px 24px; }
}

/* 1.0.1 standalone site shell */
body.ma-standalone-page {
  margin: 0;
  padding: 0;
  background: #0d0f10;
}
body.ma-standalone-page .wp-site-blocks,
body.ma-standalone-page > header:not(.ma-site-header),
body.ma-standalone-page > footer:not(.ma-site-footer) { display: none; }
.ma-standalone-site {
  min-height: 100vh;
  background: var(--ma-light, #f5f3ed);
  color: var(--ma-dark, #0d0f10);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ma-site-header {
  position: relative;
  z-index: 100;
  background: #0d0f10;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.ma-header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.ma-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: .86rem;
  letter-spacing: .08em;
  font-weight: 900;
}
.ma-brand-mark {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  background: #b7ff3c;
  color: #0d0f10;
  font-size: .82rem;
  letter-spacing: -.08em;
  border-radius: 50%;
}
.ma-site-nav { display: flex; align-items: center; gap: 30px; }
.ma-site-nav a {
  color: rgba(255,255,255,.78) !important;
  text-decoration: none !important;
  font-size: .82rem;
  font-weight: 750;
}
.ma-site-nav a:hover { color: #fff !important; }
.ma-menu-toggle { display: none; }
.ma-standalone-site > main { margin: 0; padding: 0; }
.ma-homepage .ma-site { width: 100%; max-width: none; margin: 0; }
.ma-homepage .ma-hero { padding-top: 92px; min-height: min(760px, calc(100vh - 76px)); display: flex; align-items: center; }
.ma-homepage .ma-wordmark { display: none; }
.ma-site-footer {
  background: #0d0f10;
  color: #fff;
  padding: 72px 0 28px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.ma-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .65fr 1fr;
  gap: 70px;
}
.ma-footer-brand {
  text-transform: uppercase;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: -.035em;
  margin-bottom: 14px;
}
.ma-footer-grid p { color: rgba(255,255,255,.58); max-width: 480px; margin: 0; }
.ma-footer-links { display: flex; flex-direction: column; gap: 11px; }
.ma-footer-links a { color: rgba(255,255,255,.78); text-decoration: none; font-weight: 700; font-size: .9rem; }
.ma-footer-status { border-left: 1px solid rgba(255,255,255,.14); padding-left: 28px; }
.ma-footer-status > span { color: #b7ff3c; font-size: .66rem; letter-spacing: .14em; font-weight: 850; }
.ma-footer-status strong { display: block; font-size: 1.08rem; margin: 12px 0 9px; }
.ma-footer-status p { font-size: .88rem; }
.ma-footer-bottom {
  margin-top: 62px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255,255,255,.42);
  font-size: .68rem;
  letter-spacing: .08em;
}
.ma-adventure-page .ma-single-hero { padding-top: 70px; }

@media (max-width: 760px) {
  .ma-header-inner { min-height: 66px; }
  .ma-menu-toggle {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 8px;
    cursor: pointer;
  }
  .ma-menu-toggle > span:not(.screen-reader-text) { height: 2px; width: 24px; background: #fff; display: block; transition: .2s ease; }
  .ma-site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #0d0f10;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 8px 20px 18px;
  }
  .ma-site-header.is-open .ma-site-nav { display: flex; }
  .ma-site-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .95rem; }
  .ma-homepage .ma-hero { min-height: auto; padding-top: 62px; }
  .ma-footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .ma-footer-status { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); padding: 28px 0 0; }
  .ma-footer-bottom { flex-direction: column; align-items: flex-start; }
}
.ma-standalone-site .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
