/* ==========================================================================
   THE FAMILY FORGE — site.css
   Design language lifted from the printed Forge Session posters:
   parchment ground, ink-black slab display type, rust accents, mountain rules.
   No build step. No framework. Edit this file directly.
   ========================================================================== */

/* ---------- 1. Tokens ---------------------------------------------------- */
:root {
  /* Paper */
  --paper:        #ece0c6;
  --paper-2:      #e3d5b6;
  --paper-3:      #d8c8a4;
  --paper-edge:   #c9b691;

  /* Ink */
  --ink:          #1b201c;
  --ink-2:        #2c342d;
  --ink-soft:     #4a544a;
  --ink-faint:    #6d766c;

  /* Accents */
  --rust:         #9d3d1a;
  --rust-bright:  #bd5426;
  --sage:         #5d6b54;
  --ember:        #c9782d;

  /* Type */
  --display: "Big Shoulders Display", "Oswald", "Arial Narrow", sans-serif;
  --label:   "Oswald", "Helvetica Neue", Arial, sans-serif;
  --body:    "Crimson Pro", Georgia, "Times New Roman", serif;

  /* Space + shape */
  --gut: clamp(1.15rem, 3.2vw, 2rem);
  --max: 1180px;
  --max-narrow: 760px;
  --radius: 3px;
  --rule: 1.5px solid var(--ink);
}

/* ---------- 2. Reset ---------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
  margin: 0;
  font-family: var(--body);
  font-size: clamp(1.05rem, 0.35vw + 1rem, 1.19rem);
  line-height: 1.62;
  color: var(--ink);
  background-color: var(--paper);
  /* Paper grain: inline SVG noise, no extra request */
  background-image:
    radial-gradient(ellipse 120% 80% at 50% 0%, rgba(255,255,255,.42), transparent 62%),
    radial-gradient(ellipse 100% 70% at 50% 100%, rgba(70,52,26,.13), transparent 60%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.055'/%3E%3C/svg%3E");
  background-attachment: fixed, fixed, scroll;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--rust); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { color: var(--rust-bright); }
:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; }

/* ---------- 3. Type scale ---------------------------------------------- */
h1, h2, h3, h4 { font-family: var(--display); font-weight: 800; line-height: .93; margin: 0; text-transform: uppercase; letter-spacing: .004em; }
h1 { font-size: clamp(2.9rem, 9vw, 5.7rem); }
h2 { font-size: clamp(2rem, 5vw, 3.05rem); }
h3 { font-size: clamp(1.4rem, 2.6vw, 1.85rem); }
h4 { font-size: 1.16rem; letter-spacing: .05em; }
p { margin: 0 0 1.05em; }
.lede { font-size: clamp(1.16rem, 1.1vw + .95rem, 1.42rem); color: var(--ink-2); }
.kicker {
  font-family: var(--label); font-weight: 600; text-transform: uppercase;
  letter-spacing: .22em; font-size: .78rem; color: var(--rust); margin: 0 0 .75rem;
}
.kicker--ink { color: var(--ink-soft); }
.script { font-family: var(--body); font-style: italic; text-transform: none; letter-spacing: 0; }
.tiny { font-size: .82rem; color: var(--ink-soft); font-family: var(--label); letter-spacing: .04em; }

/* ---------- 4. Layout -------------------------------------------------- */
.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gut); }
.wrap--narrow { max-width: var(--max-narrow); }
section { padding-block: clamp(2.6rem, 6vw, 4.6rem); }
.section--tint { background: linear-gradient(180deg, rgba(200,178,135,.30), rgba(200,178,135,.12)); border-block: 1px solid var(--paper-edge); }
.grid { display: grid; gap: clamp(1rem, 2.4vw, 1.75rem); }
@media (min-width: 620px)  { .grid--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px)  { .grid--3 { grid-template-columns: repeat(3, 1fr); } .grid--4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 620px) and (max-width: 899px) { .grid--4 { grid-template-columns: repeat(2, 1fr); } }
.stack > * + * { margin-top: 1.1rem; }
.center { text-align: center; }

/* ---------- 5. Ornaments ----------------------------------------------- */
/* Compass/arrow divider like the poster's rules */
.divider { display: flex; align-items: center; gap: .8rem; margin: 1.4rem 0; color: var(--ink-soft); }
.divider::before, .divider::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--ink-faint), transparent); }
.divider span { font-family: var(--label); letter-spacing: .3em; font-size: .7rem; text-transform: uppercase; }
.divider--center { justify-content: center; }

/* Torn dark ribbon used for panel headings */
.ribbon {
  display: inline-block; background: var(--ink); color: var(--paper);
  font-family: var(--display); font-weight: 800; text-transform: uppercase;
  letter-spacing: .06em; font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  padding: .42em 1.35em .5em; margin: 0 0 1.1rem;
  clip-path: polygon(1.2% 8%, 99% 0%, 100% 88%, 2% 100%, 0% 46%);
}
.ribbon--rust { background: var(--rust); }

/* Double-rule panel, the poster's boxed sections */
.panel {
  position: relative; background: rgba(255,251,240,.5);
  border: var(--rule); border-radius: var(--radius);
  padding: clamp(1.15rem, 2.5vw, 1.9rem);
  box-shadow: 4px 4px 0 rgba(27,32,28,.13);
}
.panel--dark { background: var(--ink); color: var(--paper-2); border-color: var(--ink); }
.panel--dark h2, .panel--dark h3, .panel--dark h4 { color: var(--paper); }
.panel--dark .kicker { color: var(--ember); }
.panel--dark a { color: var(--ember); }

/* Mountain silhouette rule */
.ridge { height: 46px; background: no-repeat center bottom / cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 60' preserveAspectRatio='none'%3E%3Cpath fill='%231b201c' fill-opacity='.20' d='M0 60 L120 26 L190 42 L300 8 L400 40 L470 22 L560 48 L660 14 L760 44 L850 24 L960 50 L1060 18 L1140 40 L1200 28 L1200 60 Z'/%3E%3C/svg%3E"); }

/* ---------- 6. Buttons ------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--label); font-weight: 600; text-transform: uppercase;
  letter-spacing: .12em; font-size: .87rem; line-height: 1;
  padding: 1.02em 1.7em; border-radius: var(--radius);
  background: var(--rust); color: #fdf6e6; border: 1.5px solid var(--rust);
  text-decoration: none; cursor: pointer;
  box-shadow: 3px 3px 0 rgba(27,32,28,.35);
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease;
}
.btn:hover { background: var(--rust-bright); color: #fff; transform: translate(-1px,-1px); box-shadow: 5px 5px 0 rgba(27,32,28,.35); }
.btn:active { transform: translate(2px,2px); box-shadow: 1px 1px 0 rgba(27,32,28,.35); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); box-shadow: 3px 3px 0 rgba(27,32,28,.18); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--wide { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; }

/* ---------- 7. Header / nav -------------------------------------------- */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(236,224,198,.94); backdrop-filter: blur(6px); border-bottom: 1.5px solid var(--ink); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 68px; }
.brand { display: flex; align-items: center; gap: .65rem; text-decoration: none; color: var(--ink); }
.brand__mark { width: 38px; height: 38px; flex: none; }
.brand__text { font-family: var(--display); font-weight: 800; text-transform: uppercase; line-height: .86; font-size: 1.16rem; letter-spacing: .02em; }
.brand__text small { display: block; font-family: var(--label); font-weight: 500; font-size: .58rem; letter-spacing: .26em; color: var(--rust); }
.nav { display: flex; align-items: center; gap: .3rem; }
.nav a {
  font-family: var(--label); font-weight: 500; text-transform: uppercase;
  letter-spacing: .13em; font-size: .8rem; color: var(--ink);
  text-decoration: none; padding: .6rem .75rem; border-radius: 2px;
}
.nav a:hover { color: var(--rust); background: rgba(157,61,26,.08); }
.nav a[aria-current="page"] { color: var(--rust); box-shadow: inset 0 -2px 0 var(--rust); }
.nav .btn { margin-left: .5rem; padding: .78em 1.2em; }
.nav-toggle { display: none; background: none; border: 1.5px solid var(--ink); border-radius: 2px; padding: .5rem .7rem; cursor: pointer; font-family: var(--label); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); }
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav {
    position: absolute; inset: 68px 0 auto; flex-direction: column; align-items: stretch;
    background: var(--paper); border-bottom: 1.5px solid var(--ink);
    padding: .6rem var(--gut) 1.1rem; gap: .1rem; display: none;
    box-shadow: 0 14px 24px rgba(27,32,28,.16);
  }
  .nav[data-open="true"] { display: flex; }
  .nav a { padding: .85rem .25rem; border-bottom: 1px solid var(--paper-edge); font-size: .95rem; }
  .nav .btn { margin: .8rem 0 0; }
}

/* ---------- 8. Hero ---------------------------------------------------- */
.hero { padding-block: clamp(2.4rem, 6vw, 4.4rem) clamp(2rem, 5vw, 3.4rem); }
.hero__grid { display: grid; gap: clamp(1.6rem, 4vw, 3rem); align-items: center; }
@media (min-width: 940px) { .hero__grid { grid-template-columns: 1.08fr .92fr; } }
.hero h1 { margin-bottom: .45rem; }
.hero h1 em { font-family: var(--body); font-style: italic; font-weight: 600; text-transform: none; color: var(--rust); letter-spacing: -.01em; }
.hero__sub { font-family: var(--label); font-weight: 600; text-transform: uppercase; letter-spacing: .17em; font-size: clamp(.82rem, 1.4vw, 1rem); color: var(--rust); margin: 0 0 1.15rem; }
.hero__art { position: relative; }
.hero__art img { border: 1.5px solid var(--ink); border-radius: var(--radius); box-shadow: 8px 8px 0 rgba(27,32,28,.18); }
.hero__badge {
  position: absolute; bottom: -14px; left: -12px; background: var(--ink); color: var(--paper);
  font-family: var(--label); text-transform: uppercase; letter-spacing: .15em; font-size: .68rem;
  padding: .55rem .9rem; border-radius: 2px; box-shadow: 3px 3px 0 rgba(27,32,28,.25);
}

/* ---------- 9. Session cards ------------------------------------------- */
.card { display: flex; flex-direction: column; background: rgba(255,251,240,.55); border: var(--rule); border-radius: var(--radius); overflow: hidden; box-shadow: 4px 4px 0 rgba(27,32,28,.13); transition: transform .14s ease, box-shadow .14s ease; }
.card:hover { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 rgba(27,32,28,.18); }
.card__media { display: block; border-bottom: 1.5px solid var(--ink); background: var(--paper-3); aspect-ratio: 2 / 3; overflow: hidden; text-decoration: none; }
.card__media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.card__body { padding: 1.05rem 1.15rem 1.25rem; display: flex; flex-direction: column; flex: 1; }
.card__no { font-family: var(--label); font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--rust); margin-bottom: .3rem; }
.card h3 { margin-bottom: .5rem; }
.card p { font-size: .99rem; color: var(--ink-2); margin-bottom: 1rem; }
.card__meta { margin-top: auto; display: flex; flex-wrap: wrap; gap: .4rem; }
.tag { font-family: var(--label); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; border: 1px solid var(--ink-faint); color: var(--ink-soft); border-radius: 99px; padding: .3rem .65rem; }
.card--soon { opacity: .72; }
.card--soon .card__media { display: grid; place-items: center; aspect-ratio: 2 / 3; background:
  repeating-linear-gradient(45deg, rgba(27,32,28,.05) 0 10px, transparent 10px 20px), var(--paper-3); }
.card--soon .card__media span { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: 1.5rem; color: var(--ink-faint); letter-spacing: .08em; }
/* Merch cards are square, not poster-shaped — a 2/3 tile makes a mug look like
   a movie poster and pushes the whole shop grid absurdly tall on a phone. */
.card--merch .card__media { aspect-ratio: 1 / 1; }

/* Poster product preview.
   The image is the REAL session artwork, unretouched — the mat and shadow are
   the only styling, and they exist so a 2/3 poster sitting in the square merch
   tile reads as a physical print rather than a screenshot. Nothing here implies
   a finish, paper stock or size we haven't committed to. Stays square so all
   six shop cards keep a single grid line. */
.card__media--frame {
  aspect-ratio: 1 / 1;
  display: grid;
  /* minmax(0,1fr) rather than the usual place-items-only centering: an auto
     track makes the child's height:100% a CYCLIC percentage, which Chromium
     resolves to auto — the poster then took its intrinsic 2/3 height, overflowed
     the square tile and got clipped at the bottom by .card__media's
     overflow:hidden. An explicit fr track is definite, so the percentage
     resolves and the poster letterboxes properly. Verified in headless Chrome:
     203x305 inside a 340x340 tile. Don't "simplify" this back to place-items. */
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  place-items: center;
  padding: 1.1rem;
  background:
    radial-gradient(125% 95% at 50% 0%, rgba(236,224,198,.13), transparent 72%),
    var(--ink);
}
.card__media--frame img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  border: 5px solid var(--paper);
  box-shadow: 0 9px 20px rgba(0,0,0,.45);
}
/* Says the quiet part out loud, directly on the preview: this is artwork, not
   an order button. The store-isn't-open panel is at the top of the page, but a
   card can be scrolled to in isolation. */
.card__flag {
  position: absolute; top: .62rem; left: .62rem; z-index: 2;
  font-family: var(--label); font-size: .62rem; letter-spacing: .13em;
  text-transform: uppercase; color: var(--paper);
  background: var(--rust); border-radius: 99px; padding: .3rem .6rem;
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
}
.card--framed { position: relative; }

/* ---------- 10. Stat strip -------------------------------------------- */
.stats { display: grid; gap: 1px; background: var(--ink); border: 1.5px solid var(--ink); border-radius: var(--radius); overflow: hidden; }
@media (min-width: 560px) { .stats { grid-template-columns: repeat(3, 1fr); } }
.stat { background: rgba(255,251,240,.62); padding: 1.1rem 1.15rem; }
.stat dt { font-family: var(--label); text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; color: var(--rust); margin-bottom: .3rem; }
.stat dd { margin: 0; font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: 1.28rem; line-height: 1.05; }
.stat dd small { display: block; font-family: var(--body); text-transform: none; font-weight: 400; font-size: .92rem; color: var(--ink-soft); letter-spacing: 0; margin-top: .25rem; }

/* ---------- 11. Numbered steps ---------------------------------------- */
.steps { list-style: none; counter-reset: s; padding: 0; margin: 0; }
.steps li { counter-increment: s; position: relative; padding-left: 3.4rem; margin-bottom: 1.5rem; }
.steps li::before {
  content: counter(s); position: absolute; left: 0; top: -.15rem;
  width: 2.5rem; height: 2.5rem; display: grid; place-items: center;
  font-family: var(--display); font-weight: 800; font-size: 1.32rem;
  color: var(--paper); background: var(--ink); border-radius: 50%;
}
.steps h4 { margin-bottom: .25rem; }
.steps p { margin: 0; color: var(--ink-2); }

/* ---------- 12. Exercise list (session pages) ------------------------- */
.moves { list-style: none; padding: 0; margin: 0; }
.moves li { border-top: 1px solid var(--paper-edge); padding: .95rem 0; display: grid; grid-template-columns: auto 1fr; gap: .1rem 1rem; }
.moves li:first-child { border-top: 0; }
.moves .reps { font-family: var(--display); font-weight: 800; font-size: 1.55rem; line-height: 1; color: var(--rust); min-width: 3.6rem; }
.moves .name { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: 1.22rem; line-height: 1.05; align-self: center; }
.moves .note { grid-column: 2; font-size: .97rem; color: var(--ink-soft); }
.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li { position: relative; padding-left: 1.7rem; margin-bottom: .6rem; }
.checklist li::before { content: "▲"; position: absolute; left: 0; top: .12em; font-size: .72rem; color: var(--rust); }
.panel--dark .checklist li::before { color: var(--ember); }

/* Session page hero split */
.session-head { display: grid; gap: clamp(1.4rem, 4vw, 2.6rem); align-items: start; }
@media (min-width: 900px) { .session-head { grid-template-columns: 1fr 380px; } }
.session-head__poster { border: 1.5px solid var(--ink); border-radius: var(--radius); box-shadow: 7px 7px 0 rgba(27,32,28,.18); }
.session-cols { display: grid; gap: clamp(1rem, 2.4vw, 1.6rem); }
@media (min-width: 780px) { .session-cols { grid-template-columns: repeat(2, 1fr); } }
.blockquote-lesson { font-family: var(--body); font-size: clamp(1.1rem, 1.4vw, 1.3rem); font-style: italic; }

/* ---------- 12b. Founder / bio ---------------------------------------- */
.founder { display: grid; gap: clamp(1.3rem, 3.5vw, 2.4rem); align-items: start; }
@media (min-width: 760px) { .founder { grid-template-columns: 320px 1fr; } }
.founder__photo { position: relative; }
.founder__photo img { width: 100%; border: 1.5px solid var(--ink); border-radius: var(--radius); box-shadow: 7px 7px 0 rgba(27,32,28,.18); }
.founder__plate {
  position: absolute; left: -10px; bottom: -16px; background: var(--ink); color: var(--paper);
  padding: .55rem .95rem .6rem; border-radius: 2px; box-shadow: 3px 3px 0 rgba(27,32,28,.25);
}
.founder__plate strong { display: block; font-family: var(--display); font-weight: 800; text-transform: uppercase; letter-spacing: .03em; font-size: 1.12rem; line-height: 1; }
.founder__plate span { display: block; font-family: var(--label); text-transform: uppercase; letter-spacing: .16em; font-size: .62rem; color: var(--ember); margin-top: .28rem; }
.founder__body > h3 { margin-bottom: .2rem; }
.founder__role { font-family: var(--label); font-weight: 600; text-transform: uppercase; letter-spacing: .17em; font-size: .78rem; color: var(--rust); margin: 0 0 1rem; }
.byline { display: flex; align-items: center; gap: .7rem; margin-top: 1.1rem; }
.byline img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; object-position: center 18%; border: 1.5px solid var(--ink); flex: none; }
/* Logo variant — a brand mark shouldn't be face-cropped like a headshot. */
.byline img.byline__logo { object-position: center center; border-radius: 4px; }
.byline p { margin: 0; font-size: .92rem; line-height: 1.35; color: var(--ink-soft); }
.byline strong { display: block; font-family: var(--label); text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; color: var(--ink); }
.panel--dark .byline p { color: var(--paper-2); }
.panel--dark .byline strong { color: var(--paper); }

/* ---------- 13. Forms ------------------------------------------------- */
.field { display: block; margin-bottom: 1.15rem; }
.field > span { display: block; font-family: var(--label); text-transform: uppercase; letter-spacing: .13em; font-size: .74rem; color: var(--ink-soft); margin-bottom: .4rem; }
.field .req { color: var(--rust); }
input, select, textarea {
  width: 100%; font-family: var(--body); font-size: 1.02rem; color: var(--ink);
  background: rgba(255,252,244,.85); border: 1.5px solid var(--ink-faint);
  border-radius: var(--radius); padding: .78rem .85rem;
}
input:focus, select:focus, textarea:focus { border-color: var(--rust); background: #fffdf6; }
textarea { min-height: 8.5rem; resize: vertical; }
fieldset { border: 1.5px solid var(--ink-faint); border-radius: var(--radius); padding: 1rem 1.05rem; margin: 0 0 1.15rem; }
legend { font-family: var(--label); text-transform: uppercase; letter-spacing: .13em; font-size: .74rem; color: var(--ink-soft); padding-inline: .4rem; }
.choice { display: flex; align-items: flex-start; gap: .6rem; margin-bottom: .55rem; font-size: 1rem; }
.choice input { width: auto; margin: .28rem 0 0; accent-color: var(--rust); }
.form-note { font-size: .92rem; color: var(--ink-soft); }

/* ---------- 14. Footer ------------------------------------------------ */
.site-footer { background: var(--ink); color: var(--paper-2); padding-block: clamp(2.2rem, 5vw, 3.2rem) 1.6rem; margin-top: clamp(2rem, 5vw, 3.5rem); }
.site-footer a { color: var(--paper-2); text-decoration: none; }
.site-footer a:hover { color: var(--ember); text-decoration: underline; }
.site-footer h4 { color: var(--paper); letter-spacing: .13em; font-size: .86rem; margin-bottom: .7rem; }
.footer__grid { display: grid; gap: 1.8rem; }
@media (min-width: 760px) { .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; } }
.footer__links { list-style: none; padding: 0; margin: 0; font-family: var(--label); font-size: .86rem; letter-spacing: .06em; }
.footer__links li { margin-bottom: .45rem; }
.footer__mark { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: 1.5rem; line-height: .9; color: var(--paper); }
.footer__tag { font-style: italic; color: var(--ember); margin-top: .3rem; }
.footer__base { margin-top: 2rem; padding-top: 1.1rem; border-top: 1px solid rgba(236,224,198,.22); display: flex; flex-wrap: wrap; gap: .6rem 1.4rem; justify-content: space-between; font-family: var(--label); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(236,224,198,.72); }

/* ---------- 15. Utilities / a11y -------------------------------------- */
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 99; background: var(--ink); color: var(--paper); padding: .7rem 1rem; border-radius: 2px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- 16. Print (families print the sessions) ------------------- */
@media print {
  body { background: #fff; color: #000; font-size: 11pt; }
  .site-header, .site-footer, .nav, .no-print, .btn { display: none !important; }
  .panel, .card { box-shadow: none; break-inside: avoid; }
  section { padding-block: .6rem; }
  a { color: #000; text-decoration: none; }
  .ribbon { background: #000 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
