:root {
  --site-ink: #191326;
  --site-paper: #fffaf2;
  --site-coral: #ff6f61;
  --site-sun: #ffd34d;
  --site-aqua: #bdeee4;
  --site-muted: #6e6575;
}

body:has(.site-page) { background: var(--site-paper); color: var(--site-ink); }
.site-page { min-height: 100vh; background: var(--site-paper); }
.content-shell { width: min(1120px, calc(100vw - 48px)); margin-inline: auto; padding: 84px 0 120px; }
.content-kicker { margin-bottom: 30px; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; color: var(--site-coral); }
.content-hero { max-width: 850px; padding: 56px 0 72px; border-top: 2px solid var(--site-ink); }
.content-hero-wide { max-width: 100%; }
.content-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(52px, 8vw, 112px); line-height: .9; letter-spacing: -.06em; }
.content-hero h1 em { font-family: var(--serif); font-weight: 400; font-style: italic; }
.content-hero time { display: block; margin-top: 28px; color: var(--site-muted); font-size: 13px; }
.content-intro { max-width: 660px; margin: 28px 0 0; font-family: var(--serif); font-size: 22px; line-height: 1.5; }
.content-prose { max-width: 780px; font-size: 18px; line-height: 1.78; }
.content-prose h2 { margin: 62px 0 18px; font-family: var(--display); font-size: clamp(34px, 5vw, 56px); line-height: 1; letter-spacing: -.045em; }
.content-prose h3 { margin: 42px 0 14px; font-family: var(--display); font-size: 30px; line-height: 1.05; }
.content-prose p { margin: 0 0 23px; }
.content-prose ul { margin: 0 0 26px; padding-left: 1.3em; }
.content-prose li { padding-left: 8px; margin: 6px 0; }
.content-prose a { color: inherit; overflow-wrap: anywhere; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.content-prose img { width: 100%; height: auto; margin: 22px 0; }
.content-prose strong { font-weight: 800; }
.content-prose .content-emphasis { max-width: 68ch; margin: 28px 0 18px; font-size: 18px; line-height: 1.55; }
.content-prose--reading { max-width: 720px; font-size: 17px; line-height: 1.75; }
.content-prose--reading h2 { max-width: 32ch; margin-top: 46px; font-family: var(--serif); font-size: clamp(25px, 3.2vw, 38px); font-weight: 600; line-height: 1.2; letter-spacing: -.025em; }
.content-prose--reading h2, .content-prose--reading h3 { overflow-wrap: anywhere; }
.content-prose--reading h3 { font-family: var(--serif); font-size: clamp(22px, 2.6vw, 30px); font-weight: 600; line-height: 1.25; }
.content-prose--reading strong { font-weight: 650; }
.content-prose--coaching strong { font-weight: 600; }
.content-prose--coaching p:has(> a:only-child) { margin-bottom: 12px; }
.content-prose--coaching p:has(> a:only-child) a { min-height: 48px; padding: 12px 15px; display: flex; align-items: center; background: #fff; border: 1px solid rgba(25, 19, 38, .32); text-decoration: none; }
.content-article--trainee .content-hero { max-width: 940px; }
.content-article--trainee .content-hero h1 { font-size: clamp(43px, 6.2vw, 84px); }
.content-prose--trainee { max-width: 860px; font-size: 16px; line-height: 1.7; overflow-wrap: anywhere; }
.content-prose--trainee p { padding: 20px 22px; background: #fff; border-left: 5px solid var(--site-aqua); }
.content-prose--trainee p:first-child { font-size: 17px; border-left-color: var(--site-coral); }
.content-prose--trainee a { overflow-wrap: anywhere; }
.content-prose--trainee br { line-height: 2.25; }
.hub-hero { margin: 0 0 68px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: stretch; background: var(--site-aqua); border: 2px solid var(--site-ink); }
.hub-image { min-height: 300px; }
.hub-image picture, .hub-image img { width: 100%; height: 100%; display: block; }
.hub-image img { object-fit: cover; }
.hub-hero > div:last-child { padding: 42px; align-self: center; }
.hub-hero h2, .hub-links h2, .hub-featured h2 { margin: 0; font-family: var(--display); font-size: clamp(34px, 5vw, 64px); line-height: .95; letter-spacing: -.055em; }
.hub-hero p:not(.eyebrow), .hub-links p:not(.eyebrow) { max-width: 560px; margin: 20px 0 0; font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.hub-links { max-width: 780px; padding: 38px; background: #fff; border: 2px solid var(--site-ink); }
.hub-links .button { margin-top: 28px; }
.youtube-hub { display: grid; gap: 42px; }
.youtube-hub-intro { max-width: 780px; padding: 38px; background: #fff; border: 2px solid var(--site-ink); }
.youtube-hub-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(34px, 5vw, 64px); line-height: .95; letter-spacing: -.055em; }
.youtube-hub-intro p:not(.eyebrow) { max-width: 600px; margin: 20px 0 0; font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.youtube-hub-intro .button { margin-top: 28px; }
.youtube-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.youtube-card { min-width: 0; background: #fff; border: 2px solid var(--site-ink); box-shadow: 6px 6px 0 var(--site-aqua); }
.youtube-embed { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--site-ink); }
.youtube-embed img { width: 100%; height: 100%; display: block; object-fit: cover; }
.youtube-embed button { position: absolute; inset: 0; width: 100%; border: 0; display: grid; place-items: center; color: #fff; background: linear-gradient(rgba(25, 19, 38, .08), rgba(25, 19, 38, .48)); cursor: pointer; }
.youtube-embed button span { width: 64px; height: 48px; display: grid; place-items: center; padding-left: 3px; border-radius: 14px; background: #c72b20; box-shadow: 0 5px 18px rgba(0, 0, 0, .28); }
.youtube-embed button:hover span { transform: scale(1.06); }
.youtube-embed iframe { width: 100%; height: 100%; display: block; border: 0; }
.youtube-card h3 { margin: 0; padding: 18px; font-family: var(--serif); font-size: 18px; line-height: 1.35; }
.youtube-privacy { max-width: 700px; margin: 4px 0 0; color: var(--site-muted); font-size: 14px; line-height: 1.5; }
.hub-featured { margin-top: 84px; padding-top: 38px; border-top: 2px solid var(--site-ink); }
.hub-featured-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.hub-featured-grid a { min-height: 160px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; background: var(--site-sun); border: 2px solid var(--site-ink); text-decoration: none; }
.hub-featured-grid strong { font-family: var(--display); font-size: 25px; line-height: 1; letter-spacing: -.04em; }
.hub-featured-grid span { font-size: 12px; font-weight: 900; }
.booking-callout, .booking-strip { margin-top: 76px; padding: 42px; display: flex; align-items: end; justify-content: space-between; gap: 30px; background: var(--site-sun); border: 2px solid var(--site-ink); }
.booking-callout h2, .booking-strip h2 { max-width: 590px; margin: 0; font-family: var(--display); font-size: clamp(34px, 4.2vw, 59px); line-height: .96; letter-spacing: -.055em; }
.booking-callout p:not(.eyebrow), .booking-strip p:not(.eyebrow) { max-width: 560px; margin: 18px 0 0; font-size: 16px; line-height: 1.55; }
.contact-panel { max-width: 860px; padding: 48px; background: var(--site-aqua); border: 2px solid var(--site-ink); }
.contact-heading, .contact-lead { max-width: 650px; margin: 0; font-size: 18px; line-height: 1.6; }
.contact-lead { margin-top: 12px; }
.contact-panel > p:not(.contact-heading):not(.contact-lead) { max-width: 650px; margin: 25px 0 0; font-size: 18px; line-height: 1.6; }
.contact-links { margin-top: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-link { padding: 20px; display: flex; flex-direction: column; gap: 8px; color: inherit; background: var(--site-paper); border: 2px solid var(--site-ink); text-decoration: none; }
.contact-link span { font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-link strong { font-size: 17px; word-break: break-word; }
.article-index-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.article-index-card { min-height: 310px; padding: 27px; display: flex; flex-direction: column; color: inherit; border: 2px solid var(--site-ink); background: #fff; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.article-index-card:hover { transform: translateY(-5px) rotate(-.3deg); box-shadow: 8px 8px 0 var(--site-coral); }
.article-index-number { align-self: end; font-family: var(--display); font-size: 20px; color: #a72f27; }
.article-index-card h2 { margin: auto 0 14px; font-family: var(--display); font-size: clamp(23px, 2.2vw, 31px); line-height: 1.05; letter-spacing: -.045em; }
.blog-index .content-hero h1 { max-width: 14ch; font-size: clamp(44px, 6vw, 82px); line-height: .94; }
.article-index-card h2 a { color: inherit; text-decoration: none; }
.article-index-card time { font-size: 12px; color: var(--site-muted); }
.read-link { margin-top: 18px; font-size: 13px; font-weight: 900; text-decoration: none; }
.not-found { min-height: 65vh; }
.not-found h1 { max-width: 800px; margin: 0; font-family: var(--display); font-size: clamp(52px, 8vw, 100px); line-height: .9; letter-spacing: -.06em; }
.not-found p:not(.eyebrow) { max-width: 540px; margin: 26px 0 30px; font-family: var(--serif); font-size: 21px; line-height: 1.5; }
.booking-strip { width: min(1120px, calc(100vw - 48px)); margin-bottom: 90px; }
.site-footer-livskraft { color: var(--site-ink); background: #ffc928; border-color: var(--site-ink); }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: underline; text-underline-offset: 4px; }
.fe-live-events { color: var(--site-ink); }
.fe-live-events__main { background: var(--site-paper); }
.fe-live-events__hero { min-height: clamp(260px, 34vw, 420px); }
.fe-live-events__hero h1 { font-family: var(--display); }
.fe-live-events__blurb { max-width: 760px; margin-inline: auto; font-family: var(--body); font-size: 17px !important; font-weight: 400; line-height: 1.7 !important; }
.fe-event-card { border: 2px solid var(--site-ink) !important; border-radius: 0 !important; box-shadow: 6px 6px 0 var(--site-aqua); }
.fe-event-card__link { color: var(--site-ink) !important; font-weight: 900 !important; }
.fe-live-events__cta { border-radius: 0 !important; background: var(--site-coral) !important; color: var(--site-ink) !important; }

@media (max-width: 760px) {
  .content-shell { width: min(100% - 32px, 620px); padding-top: 50px; }
  .content-hero { padding: 40px 0 52px; }
  .content-prose { font-size: 17px; line-height: 1.7; }
  .booking-callout, .booking-strip { width: min(100% - 32px, 620px); margin-inline: auto; padding: 28px 22px; display: grid; align-items: start; }
  .booking-callout h2, .booking-strip h2 { font-size: 42px; }
  .contact-panel { padding: 28px 22px; }
  .contact-links, .article-index-grid { grid-template-columns: 1fr; }
  .article-index-card { min-height: 250px; }
  .hub-hero { grid-template-columns: 1fr; }
  .hub-hero > div:last-child { padding: 28px 22px; }
  .hub-featured-grid { grid-template-columns: 1fr; }
  .youtube-hub-intro { padding: 28px 22px; }
  .youtube-grid { grid-template-columns: 1fr; }
  .fe-live-events__main { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .article-index-card { transition: none; }
}
