/* ==========================================================================
   HAKUBA EXCELLENCE — Design System  ("Editorial Nature-Luxe")
   Same premium editorial DNA as Excellence Snowsports, re-tuned for a
   four-season guided-experience brand in the Japanese Alps (green season +
   winter). Charcoal-on-warm-stone, cinematic heroes.
   Fonts: Fraunces (display) + Inter (body).  Accent: glacier blue #2E6E8E (matched to Excellence Snowsports).
   ========================================================================== */

/* ---------- 1. Tokens ---------- */
:root {
  /* Surfaces */
  --bg:          #ffffff;   /* dominant page surface (~60%) */
  --bg-soft:     #eaf1f4;   /* pale glacier wash — client loves this light blue on alternating bands */
  --bg-gray:     #ebebec;   /* light gray band / divider surface */
  --dark:        #1c1c1c;   /* signature dark band (matched to Excellence Snowsports) */
  --dark-2:      #272727;   /* charcoal card / secondary dark */
  --black:       #000000;

  /* Text */
  --heading:     #1c1c1c;
  --text:        #3d4248;   /* AA body on light */
  --text-soft:   #69727d;   /* secondary slate */
  --text-muted:  #6b6b6b;   /* captions / meta / eyebrow (AA on light) */
  --silver:      #adb1ae;   /* inactive / muted */
  --on-dark:     #ffffff;
  --on-dark-soft:#c9ccce;

  /* Accent — glacier blue, matched to Excellence Snowsports (primary CTA + active only) */
  --accent:      #2e6e8e;   /* glacier — primary CTA + active only */
  --accent-deep: #1f5066;
  --accent-tint: #eaf1f4;

  /* Lines */
  --line:        #dfdfdf;
  --line-soft:   #ebebec;
  --line-strong: #1c1c1c;
  --line-muted:  #adb1ae;   /* underline-button default */

  /* Type */
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body:    "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;

  /* Rhythm */
  --content: 1180px;
  --wide: 1340px;
  --gutter: clamp(20px, 5vw, 60px);
  --section-y: clamp(64px, 8.5vw, 132px);

  /* Effects */
  --shadow-soft:   0 5px 80px rgba(0,0,0,.07);
  --shadow-header: 0 6px 24px rgba(0,0,0,.10);
  --overlay-dark:  linear-gradient(180deg, rgba(20,22,24,.08) 0%, rgba(20,22,24,.18) 45%, rgba(20,22,24,.62) 100%);
  --radius: 0px;
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
}

/* ---------- 2. Base ---------- */
.exsn-site, .exsn-site * { box-sizing: border-box; }
.exsn-site {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text);
  background: var(--bg);
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: -0.1px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
.exsn-site img { max-width: 100%; height: auto; display: block; }
.exsn-site a { color: inherit; text-decoration: none; }
.exsn-site p { margin: 0 0 1.2em; }
.exsn-site ::selection { background: var(--dark); color: #fff; }

/* ---------- 3. Layout ---------- */
.exsn-container { width: 100%; max-width: var(--content); margin-inline: auto; padding-inline: var(--gutter); }
.exsn-container--wide { max-width: var(--wide); }
.exsn-section { padding-block: var(--section-y); position: relative; }
.exsn-section--soft { background: var(--bg-soft); }
.exsn-section--gray { background: var(--bg-gray); }
.exsn-section--dark { background: var(--accent-tint); color: var(--text); }
.exsn-section--flush { padding-block: 0; }
.exsn-hr { height: 1px; background: var(--line-soft); border: 0; margin: 0; }

/* ---------- 4. Typography ---------- */
.exsn-eyebrow {
  font-family: var(--font-body); font-weight: 500;
  font-size: .8125rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--text-muted); margin: 0 0 1.4rem; display: block;
}
.exsn-section--dark .exsn-eyebrow { color: var(--accent-deep); }

h1, .exsn-h1, .exsn-display {
  font-family: var(--font-display); font-weight: 300; font-optical-sizing: auto;
  line-height: 1.12; letter-spacing: -.01em; color: var(--heading); margin: 0;
}
.exsn-h1 { font-size: clamp(2.5rem, 1.5rem + 4.4vw, 4.25rem); }
.exsn-h2 { font-family: var(--font-display); font-weight: 300; line-height: 1.16; letter-spacing: -.01em; color: var(--heading); font-size: clamp(1.9rem, 1.3rem + 2.6vw, 3rem); margin: 0 0 .5em; }
.exsn-h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.22; color: var(--heading); font-size: clamp(1.35rem, 1.1rem + 1vw, 1.7rem); margin: 0 0 .5em; }
.exsn-section--dark .exsn-h1, .exsn-section--dark .exsn-h2, .exsn-section--dark .exsn-h3, .exsn-section--dark h1 { color: var(--heading); }
.exsn-em { font-style: italic; font-weight: 300; }
.exsn-lead { font-size: clamp(1.18rem, 1.05rem + .5vw, 1.4rem); line-height: 1.5; font-weight: 300; color: var(--text-soft); max-width: 60ch; }
.exsn-section--dark .exsn-lead { color: var(--text-soft); }

.exsn-head { max-width: 720px; margin-bottom: clamp(36px, 4.5vw, 64px); }
.exsn-head--center { margin-inline: auto; text-align: center; }
.exsn-head--center .exsn-lead { margin-inline: auto; }

/* ---------- 5. Buttons ---------- */
.exsn-btn {                              /* PRIMARY — glacier solid (booking only) */
  display: inline-flex; align-items: center; gap: .7em;
  font-family: var(--font-body); font-weight: 500; font-size: 1.0625rem;
  letter-spacing: .02em; padding: 16px 34px; border-radius: var(--radius);
  background: var(--accent); color: #fff; border: 1px solid var(--accent);
  cursor: pointer; transition: background .3s var(--ease), border-color .3s, transform .4s var(--ease-out);
}
.exsn-btn:hover { background: var(--accent-deep); border-color: var(--accent-deep); transform: translateY(-2px); }
.exsn-btn--lg { padding: 19px 42px; font-size: 1.125rem; }
.exsn-btn[data-booking-pending] { cursor: default; }
/* Booking buttons must ALWAYS be white text. `.exsn-site a {color:inherit}` (0,1,1) and Astra's a:hover/:focus
   otherwise beat `.exsn-btn` (0,1,0), making the <a> inherit dark/grey text on the teal button (low contrast). */
.exsn-site a.exsn-btn, .exsn-site a.exsn-btn:link, .exsn-site a.exsn-btn:visited,
.exsn-site a.exsn-btn:hover, .exsn-site a.exsn-btn:focus, .exsn-site a.exsn-btn:active { color: #fff; }

.exsn-link {                             /* SECONDARY — underline text-link (signature) */
  display: inline-flex; align-items: center; gap: .6em;
  font-family: var(--font-body); font-weight: 500; font-size: 1.0625rem;
  letter-spacing: .04em; text-transform: uppercase; color: var(--heading);
  padding-bottom: 10px; position: relative;
}
.exsn-link::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: var(--line-muted); transform-origin: left;
  transition: background .35s var(--ease);
}
.exsn-link::before {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: var(--heading); transform: scaleX(0); transform-origin: left;
  transition: transform .45s var(--ease-out); z-index: 1;
}
.exsn-link:hover::before { transform: scaleX(1); }
.exsn-link .exsn-arrow { transition: transform .4s var(--ease-out); }
.exsn-link:hover .exsn-arrow { transform: translateX(5px); }
.exsn-section--dark .exsn-link, .exsn-link--light { color: #fff; }
.exsn-section--dark .exsn-link::after, .exsn-link--light::after { background: rgba(255,255,255,.35); }
.exsn-section--dark .exsn-link::before, .exsn-link--light::before { background: #fff; }

/* ---------- 6. Header ---------- */
/* Transparent & integrated over the hero at the top of every page, then fades to a
   solid white bar (dark text + full-colour logo + shadow) once you scroll. The top
   gradient scrim keeps the white nav legible even over bright, snowy hero areas.
   World-standard transparent-to-solid sticky header. */
.exsn-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding-block: 18px; color: #fff;
  background: linear-gradient(to bottom, rgba(12,16,20,.55), rgba(12,16,20,0));
  box-shadow: none;
  transition: background .45s var(--ease), color .45s var(--ease), padding .35s var(--ease), box-shadow .45s var(--ease);
}
.exsn-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.exsn-header.is-scrolled {
  background: #fff; color: var(--heading);
  box-shadow: var(--shadow-header); padding-block: 12px;
}
.exsn-header.is-hidden { transform: translateY(-100%); }
/* Logo: pure white over the hero, full gradient once the bar turns solid. */
.exsn-header .ess-logo--solid { filter: brightness(0) invert(1); transition: filter .45s var(--ease); }
.exsn-header.is-scrolled .ess-logo--solid { filter: none; }
/* Mobile menu open: keep the bar transparent + white over the dark drawer. */
body.exsn-menu-open .exsn-header { background: transparent; box-shadow: none; color: #fff; }
body.exsn-menu-open .exsn-header .ess-logo--solid { filter: brightness(0) invert(1); }

.exsn-logo { display: inline-flex; align-items: center; gap: .6em; color: currentColor; line-height: 1; }
.exsn-logo__mark { width: 34px; height: 34px; flex: none; }
.exsn-logo__text { font-family: var(--font-display); font-weight: 400; font-size: 1.3rem; letter-spacing: .01em; }
.exsn-logo__text small { display: block; font-family: var(--font-body); font-weight: 500; font-size: .52rem; letter-spacing: .42em; text-transform: uppercase; opacity: .7; margin-top: 4px; }

/* ---- Brand logo system (reusable SVG sprite; icon-first horizontal lockup) ---- */
.ess-logo-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ess-logo { display: block; height: auto; max-width: 100%; object-fit: contain; }
.exsn-logo--brand { display: inline-flex; align-items: center; line-height: 0; gap: 0; }
/* Header: balanced size (~46px tall, close to the original logo); never stretch/crop. */
.ess-logo--header { width: clamp(170px, 18vw, 230px); max-height: 46px; }
/* Header is permanently white -> always show the gradient logo. */
.exsn-logo--brand .ess-logo--over { display: none; }
.exsn-logo--brand .ess-logo--solid { display: block; }
.logo-on-dark { color: #fff; }
/* Footer (dark) — mono white horizontal */
.ess-logo--footer { width: clamp(190px, 24vw, 260px); max-height: 54px; }
/* Mobile drawer (dark) — mono white horizontal */
.exsn-drawer__logo { display: inline-block; line-height: 0; margin-bottom: 16px; }
.ess-logo--drawer { width: clamp(170px, 48vw, 240px); max-height: 52px; }
@media (max-width: 768px) { .ess-logo--header { width: clamp(150px, 26vw, 200px); } }
@media (max-width: 420px) { .ess-logo--header { width: clamp(140px, 44vw, 180px); } }

/* ---- Temporary text wordmark (placeholder brand lockup until the client supplies a real logo).
   Inherits currentColor, so it is pure white over the hero and turns dark once the header goes
   solid — no per-state colour rules needed. Subtitle picks up the pine accent on the solid header
   and in the footer for a premium two-tone lockup. ---- */
.exsn-logo--wordmark { line-height: 1; }
.hkb-wordmark { display: inline-flex; flex-direction: column; justify-content: center; gap: 4px; line-height: 1; color: currentColor; }
.hkb-wordmark__name {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(1.34rem, 1.1rem + 1vw, 1.6rem);
  letter-spacing: .004em; white-space: nowrap;
}
.hkb-wordmark__sub {
  font-family: var(--font-body); font-weight: 600;
  font-size: clamp(.54rem, .48rem + .22vw, .62rem);
  letter-spacing: .42em; text-transform: uppercase; white-space: nowrap;
  margin-right: -.42em; /* trim the trailing letter-spacing so the lockup stays flush-left */
  opacity: .85; transition: color .45s var(--ease), opacity .45s var(--ease);
}
.exsn-header.is-scrolled .hkb-wordmark__sub { color: var(--accent); opacity: 1; }
body.exsn-menu-open .exsn-header .hkb-wordmark__sub { color: #fff; opacity: .85; }
/* Footer (light warm-stone band): dark name + accent subtitle, slightly larger for presence. */
.exsn-footer .hkb-wordmark__name { color: var(--heading); font-size: clamp(1.5rem, 1.2rem + 1vw, 1.78rem); }
.exsn-footer .hkb-wordmark__sub { color: var(--accent); opacity: 1; }
@media (max-width: 420px) { .hkb-wordmark__sub { letter-spacing: .34em; margin-right: -.34em; } }

.exsn-nav__list { display: flex; align-items: center; gap: 34px; list-style: none; margin: 0; padding: 0; }
.exsn-nav__link { color: currentColor; font-weight: 500; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; position: relative; padding: 6px 0; opacity: .92; transition: opacity .3s; white-space: nowrap; }
.exsn-nav__link::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 0; background: currentColor; transition: width .35s var(--ease-out); }
.exsn-nav__link:hover { opacity: 1; } .exsn-nav__link:hover::after { width: 100%; }
.exsn-nav__item { position: relative; }
.exsn-nav__caret { display: inline-block; width: 0; height: 0; border-left: 3.5px solid transparent; border-right: 3.5px solid transparent; border-top: 4px solid currentColor; margin-left: 5px; vertical-align: middle; opacity: .7; transition: transform .3s; }
.exsn-nav__item.has-sub:hover .exsn-nav__caret { transform: rotate(180deg); }
.exsn-nav__sub { position: absolute; top: 100%; left: 50%; transform: translate(-50%, 8px); min-width: 232px; padding: 10px; margin: 0; list-style: none; background: #fff; border: 1px solid var(--line-soft); box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transition: opacity .28s var(--ease), transform .28s var(--ease); z-index: 120; }
.exsn-nav__sub::before { content: ""; position: absolute; top: -10px; left: 0; right: 0; height: 10px; }
.exsn-nav__item.has-sub:hover .exsn-nav__sub, .exsn-nav__item.has-sub:focus-within .exsn-nav__sub { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.exsn-nav__sub li { margin: 0; }
.exsn-nav__sub a { display: block; padding: 11px 14px; font-family: var(--font-body); font-weight: 500; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--heading); white-space: nowrap; transition: background .2s, color .2s; }
.exsn-nav__sub a:hover { background: #f9faf8; color: var(--accent); }
.exsn-header__cta { display: inline-flex; align-items: center; gap: 22px; }
.exsn-header__cta .exsn-btn { white-space: nowrap; }
/* Mid-width header: tighten the nav, then hand over to the drawer before anything can wrap */
@media (max-width: 1330px){ .exsn-nav__list { gap: 20px; } .exsn-nav__link { font-size: .76rem; letter-spacing: .08em; } .exsn-header__cta { gap: 14px; } }
@media (max-width: 1150px){ .exsn-nav, .exsn-header__cta .exsn-btn, .exsn-header__lang { display: none; } .exsn-burger { display: block; } }
.exsn-header__lang { font-weight: 500; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; opacity: .8; }
.exsn-header__lang b { color: var(--accent); }
.exsn-header.is-scrolled .exsn-header__lang b { color: var(--accent); }

/* color:var(--heading) — beat Astra's global `button{color:#fff}` so the bars show on the white header */
.exsn-burger { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: inherit; cursor: pointer; padding: 0; position: relative; }
.exsn-burger span { position: absolute; left: 9px; right: 9px; height: 2px; background: currentColor; transition: transform .35s var(--ease), opacity .25s; }
.exsn-burger span:nth-child(1){ top: 15px; } .exsn-burger span:nth-child(2){ top: 21px; } .exsn-burger span:nth-child(3){ top: 27px; }
body.exsn-menu-open .exsn-burger span:nth-child(1){ transform: translateY(6px) rotate(45deg); }
body.exsn-menu-open .exsn-burger span:nth-child(2){ opacity: 0; }
body.exsn-menu-open .exsn-burger span:nth-child(3){ transform: translateY(-6px) rotate(-45deg); }

/* Sister-brand chip — cross-link to Excellence Snowsports (ski & snowboard school) */
.exsn-sister { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; border: 1px solid currentColor; opacity: .85; transition: opacity .3s, transform .3s; white-space: nowrap; }
.exsn-sister:hover { opacity: 1; transform: translateY(-1px); }
.exsn-sister__mark { width: 30px; height: 23px; flex: none; }
.exsn-sister__txt { display: flex; flex-direction: column; line-height: 1.2; text-align: left; }
.exsn-sister__txt b { font-family: var(--font-body); font-weight: 600; font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; }
.exsn-sister__txt small { font-size: .56rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; opacity: .75; }
.exsn-sister__ext { width: 12px; height: 12px; flex: none; opacity: .7; }
@media (max-width: 1330px){ .exsn-sister__txt, .exsn-sister__ext { display: none; } .exsn-sister { padding: 7px 9px; } }
.exsn-drawer__sister { border-top: 1px solid var(--line); margin-top: 12px; padding-top: 18px; display: flex; flex-direction: column; gap: 2px; }
.exsn-drawer__sister small { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-soft); }

.exsn-drawer {
  position: fixed; inset: 0; z-index: 99; background: #ffffff; color: var(--heading);
  display: flex; flex-direction: column; justify-content: flex-start; gap: 0;
  padding: 100px var(--gutter) 60px; overflow-y: auto; transform: translateX(100%);
  transition: transform .5s var(--ease); visibility: hidden;
}
body.exsn-menu-open .exsn-drawer { transform: translateX(0); visibility: visible; }
body.exsn-menu-open .exsn-header { color: var(--heading); }
.exsn-drawer__link, .exsn-drawer__toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; font-family: var(--font-display); font-weight: 300; font-size: 1.7rem; color: var(--heading); padding: 16px 0; border: 0; border-bottom: 1px solid rgba(0,0,0,.08); background: none; text-align: left; cursor: pointer; }
.exsn-drawer__plus { position: relative; width: 16px; height: 16px; flex: none; }
.exsn-drawer__plus::before, .exsn-drawer__plus::after { content: ""; position: absolute; background: var(--heading); transition: transform .3s; }
.exsn-drawer__plus::before { left: 0; right: 0; top: 50%; height: 1.5px; transform: translateY(-50%); }
.exsn-drawer__plus::after { top: 0; bottom: 0; left: 50%; width: 1.5px; transform: translateX(-50%); }
.exsn-drawer__group.is-open .exsn-drawer__plus::after { transform: translateX(-50%) scaleY(0); }
.exsn-drawer__sub { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.exsn-drawer__group.is-open .exsn-drawer__sub { max-height: 440px; }
.exsn-drawer__sub a { display: block; font-family: var(--font-body); font-weight: 400; font-size: 1rem; letter-spacing: .02em; color: var(--text-soft); padding: 12px 0 12px 16px; border-bottom: 1px solid rgba(0,0,0,.05); }
.exsn-drawer__sub a:first-child { padding-top: 16px; }
.exsn-drawer .exsn-btn { margin-top: 26px; align-self: flex-start; }

/* ---------- 7. Hero ---------- */
.exsn-hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: #fff; overflow: hidden; isolation: isolate; background: #e7eaec; }
.exsn-hero__media { position: absolute; inset: 0; z-index: -2; }
.exsn-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.exsn-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--overlay-dark); }
.exsn-hero__inner { padding-block: clamp(140px, 20vh, 230px) clamp(60px, 9vh, 110px); width: 100%; max-width: 980px; }
.exsn-hero .exsn-eyebrow { color: rgba(255,255,255,.82); }
.exsn-hero h1, .exsn-hero .exsn-h1, .exsn-hero__title { color: #fff; }
.exsn-hero__title { font-size: clamp(2.6rem, 1.4rem + 5vw, 5rem); }
.exsn-hero__sub { max-width: 50ch; margin: 1.6rem 0 2.4rem; font-size: clamp(1.1rem, 1rem + .6vw, 1.4rem); color: rgba(255,255,255,.9); font-weight: 300; }
.exsn-hero__actions { display: flex; flex-wrap: wrap; gap: 18px 30px; align-items: center; }
.exsn-hero__scroll { position: absolute; left: var(--gutter); bottom: 34px; z-index: 1; font-size: .68rem; letter-spacing: .28em; text-transform: uppercase; color: rgba(255,255,255,.65); display: inline-flex; align-items: center; gap: 12px; }
.exsn-hero__scroll::after { content: ""; width: 46px; height: 1px; background: rgba(255,255,255,.5); }
@media (max-width: 700px){ .exsn-hero__scroll { display: none; } }

/* ---------- 8. Trust strip ---------- */
.exsn-trust { border-bottom: 1px solid var(--line-soft); padding-block: 26px; background: var(--bg); }
.exsn-trust__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 40px; }
.exsn-trust__item { display: inline-flex; align-items: center; gap: .65em; font-size: .9rem; color: var(--text-soft); letter-spacing: 0; }
.exsn-trust__item svg { width: 19px; height: 19px; color: var(--heading); flex: none; }

/* ---------- 9. Philosophy strip ---------- */
.exsn-philo { text-align: center; }
.exsn-philo__quote { font-family: var(--font-display); font-weight: 300; font-style: italic; font-size: clamp(1.5rem, 1.1rem + 1.8vw, 2.4rem); line-height: 1.3; color: var(--heading); max-width: 22ch; margin: 0 auto; }
.exsn-philo__quote em { font-style: normal; }
.exsn-philo__sig { margin-top: 26px; font-size: .82rem; letter-spacing: .2em; text-transform: uppercase; color: var(--text-muted); }

/* ---------- 10. Feature splits (programs / founder) ---------- */
.exsn-feature { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(36px, 5vw, 90px); }
.exsn-feature + .exsn-feature { margin-top: clamp(48px, 6vw, 104px); }
.exsn-feature--rev .exsn-feature__media { order: 2; }
.exsn-feature__media { position: relative; overflow: hidden; aspect-ratio: 5/4; background: #fff; }
.exsn-feature__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease-out); }
.exsn-feature:hover .exsn-feature__media img { transform: scale(1.04); }
.exsn-feature__media .exsn-tag { position: absolute; top: 0; left: 0; background: #ffffff; color: var(--heading); font-size: .7rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; padding: 9px 16px; }
.exsn-feature__no { font-family: var(--font-display); font-style: italic; font-size: 1.1rem; color: var(--silver); display: block; margin-bottom: 14px; }
.exsn-feature__meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 22px; }
.exsn-chip { font-size: .68rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); border: 1px solid var(--line); padding: 6px 12px; }
@media (max-width: 860px){
  .exsn-feature { grid-template-columns: 1fr; gap: 28px; }
  .exsn-feature--rev .exsn-feature__media { order: 0; }
  .exsn-feature__media { aspect-ratio: 16/10; }
}

/* ---------- 11. Locations ---------- */
.exsn-locs { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2vw, 26px); }
.exsn-loc { position: relative; min-height: 560px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; isolation: isolate; background: #e7eaec; }
.exsn-loc__bg { position: absolute; inset: 0; z-index: -2; }
.exsn-loc__bg img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.exsn-loc:hover .exsn-loc__bg img { transform: scale(1.05); }
.exsn-loc::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(15,18,21,0) 0%, rgba(15,18,21,.05) 50%, rgba(15,18,21,.48) 72%, rgba(15,18,21,.76) 100%); }
.exsn-loc__inner { padding: clamp(28px, 3vw, 46px); }
.exsn-loc__eyebrow { font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; color: rgba(255,255,255,.75); font-weight: 500; }
.exsn-loc__name { font-family: var(--font-display); font-weight: 300; font-size: clamp(2rem, 1.4rem + 2.4vw, 3rem); margin: .2em 0 .15em; line-height: 1; color: #fff; }
.exsn-loc__meta { color: rgba(255,255,255,.85); font-size: .98rem; max-width: 42ch; margin-bottom: 24px; }
.exsn-loc__stats { display: flex; gap: 30px; margin-bottom: 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.22); }
.exsn-loc__stat b { display: block; font-family: var(--font-display); font-weight: 300; font-size: 1.55rem; line-height: 1; }
.exsn-loc__stat span { font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-top: 6px; display: block; }
@media (max-width: 820px){ .exsn-locs { grid-template-columns: 1fr; } .exsn-loc { min-height: 460px; } }
.exsn-locs--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1020px){ .exsn-locs--3 { grid-template-columns: 1fr; } .exsn-locs--3 .exsn-loc { min-height: 460px; } }
.exsn-loc--sm { min-height: 430px; }
.exsn-loc--sm .exsn-loc__name { font-size: clamp(1.3rem, 1.1rem + 1vw, 1.7rem); }
@media (max-width: 1020px){ .exsn-locs--3 .exsn-loc--sm { min-height: 400px; } }

/* ---------- 12. Stats band ---------- */
.exsn-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; }
.exsn-stat { text-align: center; }
.exsn-stat__n { font-family: var(--font-display); font-weight: 300; font-size: clamp(2.6rem, 1.6rem + 3.4vw, 4rem); line-height: 1; color: var(--heading); }
.exsn-stat__l { color: var(--text-soft); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-top: 14px; }
@media (max-width: 720px){ .exsn-stats { grid-template-columns: 1fr 1fr; gap: 40px 20px; } }

/* ---------- 13. Why-us grid ---------- */
.exsn-grid3 { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(28px, 3vw, 56px); }
.exsn-why__icon { width: 40px; height: 40px; color: var(--heading); margin-bottom: 22px; }
.exsn-why__icon svg { width: 100%; height: 100%; stroke-width: 1.3; }
.exsn-why h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.4rem; margin: 0 0 .5em; }
.exsn-why p { color: var(--text-soft); margin: 0; font-size: .98rem; }
.exsn-why + .exsn-why { position: relative; }
@media (min-width: 781px){ .exsn-grid3 .exsn-why:not(:last-child) { padding-right: clamp(28px,3vw,56px); border-right: 1px solid var(--line-soft); } }
@media (max-width: 780px){ .exsn-grid3 { grid-template-columns: 1fr; max-width: 460px; } }

/* ---------- 14. Founder ---------- */
.exsn-founder__media { position: relative; overflow: hidden; aspect-ratio: 4/5; background: #fff; }
.exsn-founder__media img { width: 100%; height: 100%; object-fit: cover; }
.exsn-founder__role { font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; color: var(--accent); font-weight: 500; margin-bottom: 10px; }
.exsn-founder__name { font-family: var(--font-display); font-weight: 300; }
.exsn-founder__quote { font-family: var(--font-display); font-style: italic; font-weight: 300; font-size: 1.3rem; line-height: 1.4; color: var(--heading); border-left: 2px solid var(--accent); padding-left: 22px; margin: 0 0 26px; }

/* ---------- 15. Instructors grid ---------- */
.exsn-team { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(14px,1.8vw,24px); }
.exsn-member { }
.exsn-member__photo { position: relative; overflow: hidden; aspect-ratio: 3/4; background: #fff; margin-bottom: 16px; }
.exsn-member__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); filter: grayscale(1); }
.exsn-member:hover .exsn-member__photo img { transform: scale(1.05); filter: grayscale(0); }
.exsn-member__name { font-family: var(--font-display); font-weight: 400; font-size: 1.2rem; color: var(--heading); }
.exsn-member__role { font-size: .82rem; color: var(--text-muted); letter-spacing: .02em; margin-top: 3px; }
@media (max-width: 860px){ .exsn-team { grid-template-columns: repeat(2,1fr); } }

/* ---------- 16. Pricing ---------- */
.exsn-prices { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2vw,24px); align-items: stretch; }
.exsn-price { border: 1px solid var(--line); padding: 40px 34px; background: var(--bg); display: flex; flex-direction: column; transition: border-color .4s; }
.exsn-price:hover { border-color: var(--heading); }
.exsn-price--feat { background: var(--accent-tint); color: var(--text); border-color: var(--accent); }
.exsn-price__name { font-family: var(--font-display); font-weight: 400; font-size: 1.35rem; color: inherit; }
.exsn-price--feat .exsn-price__name { color: var(--heading); }
.exsn-price__amt { font-family: var(--font-display); font-weight: 300; font-size: 2.6rem; line-height: 1.1; margin: 16px 0 2px; color: var(--heading); }
.exsn-price--feat .exsn-price__amt { color: var(--heading); }
.exsn-price__amt small { font-family: var(--font-body); font-size: .8rem; font-weight: 500; letter-spacing: .04em; color: var(--text-muted); }
.exsn-price--feat .exsn-price__amt small { color: var(--text-soft); }
.exsn-price__from { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-muted); }
.exsn-price__list { list-style: none; margin: 24px 0 30px; padding: 24px 0 0; border-top: 1px solid var(--line-soft); display: grid; gap: 12px; font-size: .96rem; }
.exsn-price--feat .exsn-price__list { border-color: var(--line); }
.exsn-price__list li { display: flex; gap: 11px; align-items: flex-start; color: var(--text-soft); }
.exsn-price--feat .exsn-price__list li { color: var(--text-soft); }
.exsn-price__list svg { width: 17px; height: 17px; color: var(--accent); flex: none; margin-top: 3px; }
.exsn-price .exsn-btn, .exsn-price .exsn-link { margin-top: auto; }
.exsn-price__note { text-align: center; color: var(--text-muted); font-size: .9rem; margin-top: 28px; }
@media (max-width: 860px){ .exsn-prices { grid-template-columns: 1fr; max-width: 440px; margin-inline: auto; } }

/* ---------- 17. Testimonials ---------- */
.exsn-quotes { display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(16px,2vw,26px); }
.exsn-quote { border: 1px solid var(--line-soft); padding: 36px 32px; background: var(--bg); display: flex; flex-direction: column; }
.exsn-quote__stars { color: var(--heading); letter-spacing: 3px; font-size: .9rem; margin-bottom: 18px; }
.exsn-quote__text { font-family: var(--font-display); font-weight: 300; font-size: 1.18rem; line-height: 1.5; color: var(--heading); margin: 0 0 24px; }
.exsn-quote__by { margin-top: auto; display: flex; align-items: center; gap: 12px; }
.exsn-quote__av { width: 40px; height: 40px; border-radius: 50%; background: var(--bg-gray); color: var(--heading); display: grid; place-items: center; font-weight: 600; font-size: .9rem; flex: none; }
.exsn-quote__by b { display: block; font-size: .92rem; font-weight: 600; color: var(--heading); }
.exsn-quote__by span { font-size: .8rem; color: var(--text-muted); }
@media (max-width: 880px){ .exsn-quotes { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; } }

/* ---- Reviews slider (world-standard testimonial carousel; cards slide, no grid) ---- */
.exsn-reviews-slider { position: relative; }
.exsn-reviews-slider .exsn-quotes--track {
  display: flex; gap: clamp(16px,2vw,26px); overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-behavior: smooth; padding: 6px 2px 4px; max-width: none; margin: 0;
  -ms-overflow-style: none; scrollbar-width: none;
}
.exsn-reviews-slider .exsn-quotes--track::-webkit-scrollbar { display: none; }
.exsn-reviews-slider .exsn-quotes--track > .exsn-quote {
  flex: 0 0 calc((100% - 2 * clamp(16px,2vw,26px)) / 3); scroll-snap-align: start;
}
@media (max-width: 880px){ .exsn-reviews-slider .exsn-quotes--track > .exsn-quote { flex-basis: calc((100% - clamp(16px,2vw,26px)) / 2); } }
@media (max-width: 600px){ .exsn-reviews-slider .exsn-quotes--track > .exsn-quote { flex-basis: 100%; } }
.exsn-rev-arrow {
  position: absolute; top: 42%; transform: translateY(-50%); width: 46px; height: 46px;
  display: grid; place-items: center; border: 1px solid var(--line); background: #fff;
  color: var(--heading); border-radius: 50%; cursor: pointer; box-shadow: var(--shadow-md);
  transition: background .25s, color .25s, border-color .25s, opacity .25s; z-index: 3;
}
.exsn-rev-arrow:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.exsn-rev-arrow svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.exsn-rev-arrow--prev { left: -14px; }
.exsn-rev-arrow--next { right: -14px; }
.exsn-rev-arrow[disabled] { opacity: .3; cursor: default; box-shadow: none; }
.exsn-rev-arrow[disabled]:hover { background: #fff; color: var(--heading); border-color: var(--line); }
.exsn-rev-dots { display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.exsn-rev-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: var(--line-muted); cursor: pointer; transition: background .25s, transform .25s; }
.exsn-rev-dots button.is-active { background: var(--accent); transform: scale(1.35); }
@media (max-width: 980px){ .exsn-rev-arrow { display: none; } }

/* ---------- 18. CTA band ---------- */
.exsn-cta { position: relative; color: #fff; text-align: center; overflow: hidden; isolation: isolate; background: var(--accent-deep); }
.exsn-cta__bg { position: absolute; inset: 0; z-index: -2; }
.exsn-cta__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.exsn-cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(18,30,23,.35), rgba(18,30,23,.58)); }

/* Topo-contour CTA — the map-line background the client loves (docx 91-97) */
.exsn-cta--topo { background-color: #f7f0e3; background-image: url("https://hakuba-excellence.com/wp-content/uploads/2026/07/topo-lines.png"); background-size: cover; background-position: center; color: var(--text); }
.exsn-cta.exsn-cta--topo::after { display: none; }
.exsn-cta.exsn-cta--topo, .exsn-cta.exsn-cta--topo .exsn-h2, .exsn-cta.exsn-cta--topo h2 { color: var(--heading); }
.exsn-cta.exsn-cta--topo p { color: var(--text-soft); }
.exsn-cta.exsn-cta--topo .exsn-link { color: var(--heading); }
.exsn-cta.exsn-cta--topo .exsn-link::after { background: rgba(0,0,0,.25); }
.exsn-cta.exsn-cta--topo .exsn-link::before { background: var(--accent); }
.exsn-cta.exsn-cta--topo :focus-visible { outline-color: var(--accent); }

/* Compact 10-feature grid for "Why Hakuba Excellence" (docx 81) */
.exsn-whygrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 36px; margin-top: 44px; }
.exsn-whygrid h4 { font-family: var(--font-body); font-weight: 600; font-size: .95rem; letter-spacing: .02em; color: var(--accent-deep); margin: 0 0 6px; }
.exsn-whygrid p { margin: 0; font-size: .92rem; line-height: 1.55; color: var(--text-soft); }
@media (max-width: 900px){ .exsn-whygrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .exsn-whygrid { grid-template-columns: 1fr; } }
.exsn-cta__inner { max-width: 720px; margin-inline: auto; padding-block: clamp(80px, 11vw, 150px); }
.exsn-cta .exsn-h2 { color: #fff; }
.exsn-cta p { color: var(--on-dark-soft); font-size: 1.18rem; margin: 1rem auto 2.3rem; max-width: 52ch; }
.exsn-cta__actions { display: flex; gap: 18px 28px; justify-content: center; flex-wrap: wrap; align-items: center; }

/* ---------- 19. Footer ---------- */
.exsn-footer { background: var(--bg-soft); color: var(--text-soft); padding-block: clamp(56px,7vw,90px) 30px; border-top: 1px solid var(--line); }
.exsn-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid var(--line); }
.exsn-footer__brand .exsn-logo { margin-bottom: 20px; }
.exsn-footer__brand p { max-width: 34ch; font-size: .95rem; color: var(--text-soft); }
.exsn-footer h4, .exsn-footer h3 { font-family: var(--font-body); font-weight: 600; font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--heading); margin: 0 0 18px; }
.exsn-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.exsn-footer a { font-size: .95rem; color: var(--text-soft); transition: color .3s; } .exsn-footer a:hover { color: var(--accent); }
.exsn-footer__grid .exsn-btn { margin-top: 26px; }
.exsn-footer__social { display: flex; gap: 14px; margin-top: 22px; }
.exsn-footer__social a { width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; transition: transform .25s ease, background .3s ease, box-shadow .3s ease; }
.exsn-footer__social a:hover { transform: translateY(-3px); }
.exsn-footer__social svg { width: 22px; height: 22px; }
.exsn-footer__social a[aria-label="Instagram"]:hover { background: #E1306C; box-shadow: 0 8px 18px rgba(225,48,108,.35); }
.exsn-footer__social a[aria-label="Facebook"]:hover  { background: #1877F2; box-shadow: 0 8px 18px rgba(24,119,242,.35); }
.exsn-footer__social a[aria-label="LinkedIn"]:hover  { background: #0A66C2; box-shadow: 0 8px 18px rgba(10,102,194,.35); }
.exsn-footer__social a[aria-label="WhatsApp"]:hover  { background: #25D366; box-shadow: 0 8px 18px rgba(37,211,102,.35); }
.exsn-footer__bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 26px; font-size: .82rem; color: var(--text-muted); }
.exsn-footer__bottom a { color: var(--text-muted); } .exsn-footer__bottom a:hover { color: var(--accent); }
@media (max-width: 880px){ .exsn-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; } }
@media (max-width: 520px){ .exsn-footer__grid { grid-template-columns: 1fr; } }

/* ---------- 20. Reveal / motion ---------- */
.exsn-reveal { opacity: 0; transform: translateY(24px); transition: opacity 1s var(--ease-out), transform 1s var(--ease-out); }
.exsn-reveal.is-visible { opacity: 1; transform: none; }
.exsn-reveal[data-d="1"]{ transition-delay: .09s } .exsn-reveal[data-d="2"]{ transition-delay: .18s }
.exsn-reveal[data-d="3"]{ transition-delay: .27s } .exsn-reveal[data-d="4"]{ transition-delay: .36s }
@media (prefers-reduced-motion: reduce){
  .exsn-reveal { opacity: 1; transform: none; transition: none; }
  .exsn-feature__media img, .exsn-loc__bg img, .exsn-member__photo img { transition: none; }
}

/* ---------- 21. Helpers + responsive ---------- */
.exsn-mt { margin-top: clamp(36px,4.5vw,60px); }
.exsn-center { text-align: center; }
@media (max-width: 1024px){
  .exsn-nav, .exsn-header__cta .exsn-btn, .exsn-header__lang { display: none; }
  .exsn-burger { display: block; }
}

/* ---------- 22. WordPress / Elementor integration ---------- */
/* Neutralise Elementor section/column wrappers so our .exsn-section markup
   controls full-bleed layout & spacing on every page. */
.exsn-site .elementor,
.exsn-site .elementor-section,
.exsn-site .elementor-container,
.exsn-site .elementor-row,
.exsn-site .elementor-column,
.exsn-site .elementor-column-wrap,
.exsn-site .elementor-widget-wrap,
.exsn-site .elementor-widget,
.exsn-site .elementor-widget-html,
.exsn-site .elementor-widget-html .elementor-widget-container,
.exsn-site .e-con, .exsn-site .e-con-inner,
.exsn-site .elementor-element { width: 100%; max-width: none; margin: 0; padding: 0; }
.exsn-site .elementor-section.elementor-section-boxed > .elementor-container { max-width: none; }
.exsn-site .exsn-main > .elementor { overflow-x: clip; }
.exsn-site .elementor-widget-html + .elementor-widget-html { margin-top: 0; }

/* ---------- 23. Inner-page hero ---------- */
.exsn-pagehero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; color: #fff; overflow: hidden; isolation: isolate; background: #e7eaec; }
.exsn-pagehero__media { position: absolute; inset: 0; z-index: -2; }
.exsn-pagehero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 65%; }
.exsn-pagehero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--overlay-dark); }
.exsn-pagehero__inner { padding-block: clamp(150px, 22vh, 240px) clamp(46px, 7vh, 80px); max-width: 880px; }
.exsn-pagehero .exsn-eyebrow { color: rgba(255,255,255,.82); }
.exsn-pagehero__crumb { font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.62); margin-bottom: 18px; }
.exsn-pagehero__crumb a { color: rgba(255,255,255,.62); } .exsn-pagehero__crumb a:hover { color: #fff; }
.exsn-pagehero__title { font-family: var(--font-display); font-weight: 300; line-height: 1.08; color: #fff; font-size: clamp(2.2rem, 1.4rem + 3.6vw, 3.8rem); margin: 0; }
.exsn-pagehero__sub { max-width: 56ch; margin-top: 18px; color: rgba(255,255,255,.9); font-size: clamp(1.05rem, 1rem + .5vw, 1.25rem); font-weight: 300; }

/* ---------- 24. Rich text (inner page prose) ---------- */
.exsn-prose { max-width: 760px; }
.exsn-prose > * + * { margin-top: 1.1em; }
.exsn-prose h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.7rem,1.3rem+1.6vw,2.4rem); margin-top: 1.6em; color: var(--heading); }
.exsn-prose h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.4rem; margin-top: 1.4em; color: var(--heading); }
.exsn-prose ul { list-style: none; padding: 0; display: grid; gap: 12px; }
.exsn-prose ul li { position: relative; padding-left: 30px; }
.exsn-prose ul li::before { content: ""; position: absolute; left: 0; top: .55em; width: 16px; height: 2px; background: var(--accent); }
.exsn-twocol { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,4vw,72px); }
@media (max-width: 820px){ .exsn-twocol { grid-template-columns: 1fr; } }

/* ---------- 25. FAQ accordion ---------- */
.exsn-faq { max-width: 820px; margin-inline: auto; border-top: 1px solid var(--line-soft); }
.exsn-faq__item { border-bottom: 1px solid var(--line-soft); }
.exsn-faq__q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 26px 40px 26px 0; font-family: var(--font-display); font-weight: 400; font-size: clamp(1.1rem,1rem+.5vw,1.35rem); color: var(--heading); position: relative; }
/* Keep the question readable on hover/focus/active — Astra's global button:hover/:focus sets white, which hid the text after opening. */
.exsn-faq__q:hover, .exsn-faq__q:focus, .exsn-faq__q:active { color: var(--heading); background: none; }
.exsn-faq__q::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 1.6rem; font-weight: 300; transition: transform .3s; }
.exsn-faq__item.is-open .exsn-faq__q::after { content: "\2212"; }
.exsn-faq__a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.exsn-faq__a p { padding: 0 40px 26px 0; margin: 0; color: var(--text-soft); }

/* ---------- 26. Forms + contact ---------- */
.exsn-form { display: grid; gap: 18px; max-width: 620px; }
.exsn-form .exsn-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.exsn-field label { display: block; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 8px; }
.exsn-field input, .exsn-field select, .exsn-field textarea { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 2px; font-family: var(--font-body); font-weight: 300; font-size: 1rem; line-height: 1.4; color: var(--heading); background: #fff; transition: border-color .25s; }
/* Astra forces select{height:40px}, which clips the text with our 14px padding — let it size to content. */
.exsn-field select { height: auto; min-height: 52px; }
.exsn-field input:focus, .exsn-field select:focus, .exsn-field textarea:focus { outline: none; border-color: var(--accent); }
.exsn-field textarea { min-height: 150px; resize: vertical; }
.exsn-contact { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(36px,5vw,80px); align-items: start; }
.exsn-contact__item { margin-bottom: 24px; }
.exsn-contact__item h3, .exsn-contact__item h4 { font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--text-muted); margin: 0 0 7px; font-weight: 600; font-family: var(--font-body); }
.exsn-contact__item p { margin: 0; font-size: 1.15rem; color: var(--heading); font-family: var(--font-display); font-weight: 300; }
.exsn-note { font-size: .86rem; color: var(--text-muted); }
@media (max-width: 820px){ .exsn-contact { grid-template-columns: 1fr; } .exsn-form .exsn-row2 { grid-template-columns: 1fr; } }

/* ---------- 27. Fact grid (location pages) ---------- */
.exsn-factgrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); padding: 38px 0; }
.exsn-fact b { display: block; font-family: var(--font-display); font-weight: 300; font-size: clamp(1.8rem,1.4rem+1.4vw,2.6rem); color: var(--heading); line-height: 1; }
.exsn-fact span { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--text-muted); margin-top: 9px; display: block; }
@media (max-width: 680px){ .exsn-factgrid { grid-template-columns: 1fr 1fr; gap: 30px 16px; } }

/* ---------- 29. Checklist (included items) ---------- */
.exsn-checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.exsn-checklist li { display: flex; gap: 14px; align-items: flex-start; color: var(--text-soft); }
.exsn-checklist li strong { color: var(--heading); font-weight: 600; }
.exsn-checklist svg { width: 22px; height: 22px; flex: none; color: var(--accent); margin-top: 3px; }

/* ---------- 28. Mission/Vision cards ---------- */
.exsn-mv { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px,2.4vw,30px); }
.exsn-mv__card { border: 1px solid var(--line); padding: clamp(28px,3vw,44px); background: var(--bg); }
.exsn-mv__card h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; margin: 0 0 .5em; }
.exsn-mv__card p { margin: 0; color: var(--text-soft); font-size: 1.05rem; line-height: 1.6; }
.exsn-section--dark .exsn-mv__card { background: #ffffff; border-color: var(--line); }
@media (max-width: 760px){ .exsn-mv { grid-template-columns: 1fr; } }

/* ---------- 30. Accessibility + form feedback ---------- */
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.exsn-field input:focus-visible, .exsn-field select:focus-visible, .exsn-field textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px; border-color: var(--accent); }
.exsn-faq__q:focus { background: none; }
.exsn-faq__q:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.exsn-btn:focus-visible, .exsn-link:focus-visible, .exsn-nav__link:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
.exsn-section--dark :focus-visible, .exsn-hero :focus-visible, .exsn-cta :focus-visible, .exsn-footer :focus-visible { outline-color: #fff; }

/* Skip-to-content link */
.exsn-skip { position: absolute; left: -9999px; top: 0; z-index: 200; background: var(--dark); color: #fff; padding: 12px 20px; font-weight: 600; }
.exsn-skip:focus { left: 12px; top: 12px; }

/* Contact form notes */
.exsn-form__note { padding: 14px 18px; border-radius: 2px; margin: 0 0 22px; font-size: .96rem; }
.exsn-form__note--ok { background: var(--accent-tint); color: var(--accent-deep); border: 1px solid #bcd6e0; }
.exsn-form__note--err { background: #fbecec; color: #8a2a2a; border: 1px solid #e6c3c3; }

/* ---------- 31. Round-2 components ---------- */
/* Program location badges */
.exsn-feature__locs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.exsn-loc-badge { display: inline-flex; align-items: center; gap: 6px; font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--heading); background: #f8f8f7; border: 1px solid var(--line-soft); padding: 6px 11px; }
.exsn-loc-badge svg { width: 13px; height: 13px; color: var(--accent); flex: none; }

/* Pricing grid variants */
.exsn-prices--2 { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin-inline: auto; }
.exsn-prices--1 { grid-template-columns: 1fr; max-width: 420px; margin-inline: auto; }
@media (max-width: 700px){ .exsn-prices--2 { grid-template-columns: 1fr; max-width: 440px; } }

/* Google map embed */
.exsn-map { position: relative; width: 100%; aspect-ratio: 16/7; border: 1px solid var(--line-soft); overflow: hidden; background: var(--bg-soft); }
.exsn-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 700px){ .exsn-map { aspect-ratio: 4/3; } }

/* Day schedule */
.exsn-sched { max-width: 780px; border-top: 1px solid var(--line-soft); }
.exsn-sched__row { display: grid; grid-template-columns: 170px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line-soft); align-items: baseline; }
.exsn-sched__time { font-family: var(--font-display); font-weight: 400; font-size: 1.2rem; color: var(--heading); }
.exsn-sched__what { color: var(--text-soft); }
@media (max-width: 600px){ .exsn-sched__row { grid-template-columns: 1fr; gap: 4px; } }

/* Things to bring */
.exsn-bring { max-width: 780px; }
@media (min-width: 640px){ .exsn-bring { grid-template-columns: 1fr 1fr; gap: 14px 36px; } }

/* Lessons-at-location mini cards */
.exsn-minicards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; max-width: 840px; }
.exsn-minicard { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; background: #fff; border: 1px solid var(--line); font-family: var(--font-display); font-weight: 400; font-size: 1.12rem; color: var(--heading); transition: border-color .3s, transform .3s; }
.exsn-minicard:hover { border-color: var(--heading); transform: translateY(-2px); }
.exsn-minicard__go { color: var(--accent); font-size: 1.2rem; }
@media (max-width: 600px){ .exsn-minicards { grid-template-columns: 1fr; } }

/* Lessons-at-location photo cards */
.exsn-lcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(12px, 1.4vw, 18px); max-width: 1060px; margin-inline: auto; }
.exsn-lcard { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; color: #fff; isolation: isolate; background: #e7eaec; }
.exsn-lcard__bg { position: absolute; inset: 0; z-index: -2; }
.exsn-lcard__bg img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.exsn-lcard:hover .exsn-lcard__bg img { transform: scale(1.06); }
.exsn-lcard::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(15,18,21,0) 30%, rgba(15,18,21,.26) 62%, rgba(15,18,21,.7) 100%); }
.exsn-lcard__inner { position: absolute; inset: auto 0 0 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; padding: 18px 20px; }
.exsn-lcard__title { font-family: var(--font-display); font-weight: 400; font-size: 1.1rem; line-height: 1.18; color: #fff; text-shadow: 0 1px 14px rgba(0,0,0,.55); }
.exsn-lcard__go { font-size: 1.3rem; flex: none; transition: transform .35s var(--ease-out); }
.exsn-lcard:hover .exsn-lcard__go { transform: translateX(5px); }
@media (max-width: 860px){ .exsn-lcards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px){ .exsn-lcards { grid-template-columns: 1fr; } .exsn-lcard { aspect-ratio: 16/9; } }

/* Pricing table */
.exsn-ptwrap { overflow-x: auto; max-width: 840px; margin-inline: auto; }
.exsn-pt { width: 100%; border-collapse: collapse; }
.exsn-pt thead tr { background: var(--accent-tint); }
.exsn-pt th { text-align: left; font-family: var(--font-body); font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--heading); padding: 15px 18px; border-bottom: none; white-space: nowrap; }
.exsn-pt thead th:first-child { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.exsn-pt thead th:last-child { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.exsn-pt th:last-child, .exsn-pt td:last-child { text-align: right; }
.exsn-pt th:first-child, .exsn-pt__name { text-align: center; }
.exsn-pt td { padding: 18px; border-bottom: 1px solid var(--line-soft); color: var(--text-soft); font-size: 1rem; vertical-align: middle; }
.exsn-pt tbody tr:hover td { background: #f6f6f6; }
.exsn-pt__name { font-family: var(--font-display); font-weight: 400; font-size: 1.15rem; color: var(--heading); }
.exsn-pt__price { font-family: var(--font-display); font-weight: 400; font-size: 1.25rem; color: var(--heading); white-space: nowrap; }
@media (max-width: 560px){ .exsn-pt th, .exsn-pt td { padding: 13px 9px; font-size: .88rem; } .exsn-pt__name { font-size: 1rem; } .exsn-pt__price { font-size: 1.05rem; } }

/* Lesson Options: table beside compact photo cards */
.exsn-lcombo { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.exsn-lcombo__table .exsn-ptwrap--flush { overflow-x: auto; max-width: none; margin: 0; }
.exsn-lcombo__pics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.exsn-lcombo__pics .exsn-lcard { aspect-ratio: 16/11; }
@media (max-width: 920px){ .exsn-lcombo { grid-template-columns: 1fr; gap: 34px; } }
@media (max-width: 440px){ .exsn-lcombo__pics { grid-template-columns: 1fr; } }

/* ---------- 21. Elementor-editable shim ----------
   Scoped ENTIRELY under .exsn-elsec — the marker class on native, client-editable
   Elementor sections. It lets native Heading / Text / Image / Button widgets carry
   the exsn-* design while neutralising Elementor's own wrappers & default margins,
   so converted pages stay pixel-identical. Existing HTML-widget pages have NO
   .exsn-elsec and are therefore completely unaffected by everything below.
   (First cut — fine-tuned against the baseline screenshots during the pilot.) */

/* let the exsn-* classes own width, gutter and block padding (not Elementor's chrome) */
.exsn-elsec > .elementor-container { max-width: none; }
.exsn-elsec .elementor-column-wrap, .exsn-elsec .elementor-widget-wrap { padding: 0; }
.exsn-elsec .elementor-widget-container { margin: 0; padding: 0; }

/* base: clear Elementor's default inter-widget spacing; exsn classes re-add the real gaps */
.exsn-elsec .elementor-widget { margin: 0; }
.exsn-elsec .elementor-widget.exsn-eyebrow { margin-bottom: 1.4rem; }
.exsn-elsec .elementor-widget.exsn-prose  { margin-top: clamp(36px, 4.5vw, 64px); }
.exsn-elsec .elementor-widget.exsn-lead   { margin-top: 1.1rem; }

/* Heading widget: the inner heading element fully inherits its exsn-* wrapper styles */
.exsn-elsec .elementor-widget-heading .elementor-heading-title {
  font: inherit; color: inherit; letter-spacing: inherit; text-transform: inherit; margin: 0;
}

/* Text Editor widget = the prose body; re-scope the prose internals one wrapper deeper */
.exsn-elsec .exsn-prose .elementor-text-editor > * + * { margin-top: 1.1em; }
.exsn-elsec .exsn-prose .elementor-text-editor h2 { font-family: var(--font-display); font-weight: 300; font-size: clamp(1.7rem,1.3rem+1.6vw,2.4rem); margin-top: 1.6em; color: var(--heading); }
.exsn-elsec .exsn-prose .elementor-text-editor h3 { font-family: var(--font-display); font-weight: 400; font-size: 1.4rem; margin-top: 1.4em; color: var(--heading); }
.exsn-elsec .exsn-prose .elementor-text-editor ul { list-style: none; padding: 0; display: grid; gap: 12px; }
.exsn-elsec .exsn-prose .elementor-text-editor ul li { position: relative; padding-left: 30px; }
.exsn-elsec .exsn-prose .elementor-text-editor ul li::before { content: ""; position: absolute; left: 0; top: .55em; width: 16px; height: 2px; background: var(--accent); }

/* centered heads (eyebrow + h2 + lead) */
.exsn-elsec--center .exsn-eyebrow .elementor-heading-title,
.exsn-elsec--center .exsn-h2 .elementor-heading-title,
.exsn-elsec--center .exsn-lead .elementor-text-editor { text-align: center; }
.exsn-elsec--center .exsn-lead .elementor-text-editor { max-width: 60ch; margin-inline: auto; }

/* Button widget keeps the exsn-btn look (don't let Elementor's button base fight it) */
.exsn-elsec .elementor-widget-button .elementor-button { font: inherit; background: none; border: 0; padding: 0; }

/* ---------- Lightbox (click-to-enlarge) ---------- */
.exsn-lightbox { position: fixed; inset: 0; z-index: 9999; background: rgba(12,16,20,.92); display: none; align-items: center; justify-content: center; padding: 4vmin; cursor: zoom-out; }
.exsn-lightbox.is-open { display: flex; }
.exsn-lightbox img { max-width: 92vw; max-height: 92vh; object-fit: contain; box-shadow: 0 10px 60px rgba(0,0,0,.5); }
.exsn-lightbox__x { position: absolute; top: 18px; right: 22px; width: 44px; height: 44px; border: 0; background: transparent; color: #fff; font-size: 34px; line-height: 1; cursor: pointer; }
.exsn-section :not(a) > img { cursor: zoom-in; }
