:root {
  --navy: #082958;
  --navy-2: #0d3975;
  --blue: #1558b5;
  --red: #d61f2c;
  --gold: #f2b632;
  --ink: #142033;
  --muted: #5d6878;
  --ice: #f4f9ff;
  --cream: #fffaf0;
  --paper: #ffffff;
  --line: #dce5ef;
  --wood: #c88f55;
  --club-trim: #c9ac89;
  --club-wall: #fcfaf6;
  --shadow: 0 18px 50px rgba(8, 41, 88, .11);
  --radius: 22px;
  --max: 1180px;
  --house-rings: radial-gradient(circle, white 0 8%, var(--red) 8.5% 33%, white 33.5% 66%, var(--blue) 66.5% 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  transform: translateY(-150%);
  padding: .7rem 1rem;
  border-radius: 10px;
  color: white;
  background: var(--navy);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  color: white;
  background: rgba(8, 41, 88, .97);
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  backdrop-filter: blur(12px);
}
.nav-wrap {
  display: flex;
  align-items: center;
  min-height: 76px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: white;
  text-decoration: none;
  flex: 0 0 auto;
}
.brand-logo {
  display: block;
  width: 205px;
  height: auto;
}
.site-header .brand {
  padding: 3px 8px;
  border-radius: 10px;
  background: white;
  box-shadow: 0 5px 16px rgba(0,0,0,.16);
}
.site-footer .brand {
  width: fit-content;
  padding: 10px 14px;
  border-radius: 14px;
  background: white;
}
.site-footer .brand-logo { width: min(300px, 100%); }
.brand-mark {
  position: relative;
  width: 38px;
  height: 38px;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--house-rings);
}
.brand-mark::after {
  display: none;
}
.brand-name {
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  gap: 6px;
}
.site-nav > a,
.nav-group > summary {
  padding: .65rem .64rem;
  border-radius: 10px;
  color: #e9f1ff;
  font-size: .875rem;
  font-weight: 720;
  text-decoration: none;
  white-space: nowrap;
}
.site-nav > a:hover,
.site-nav > a[aria-current="page"],
.nav-group > summary:hover,
.nav-group > summary[aria-current="true"],
.nav-group[open] > summary { color: white; background: rgba(255,255,255,.12); }
.site-nav .nav-cta {
  padding-inline: 1rem;
  color: white;
  background: var(--red);
}
.site-nav .nav-cta:hover { background: #eb2634; }
.nav-group { position: relative; }
.nav-group > summary {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  cursor: pointer;
}
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > summary::after {
  content: "";
  width: 6px;
  height: 6px;
  transform: translateY(-2px) rotate(45deg);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transition: transform .18s ease;
}
.nav-group[open] > summary::after { transform: translateY(2px) rotate(225deg); }
.nav-dropdown {
  position: absolute;
  z-index: 55;
  top: calc(100% + 9px);
  right: 0;
  display: grid;
  min-width: 225px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  background: white;
  box-shadow: 0 18px 38px rgba(3, 20, 45, .22);
}
.nav-group:first-of-type .nav-dropdown { right: auto; left: 0; }
.nav-dropdown a {
  display: grid;
  gap: 1px;
  min-height: 44px;
  padding: .62rem .72rem;
  border-radius: 9px;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;
}
.nav-dropdown a:hover,
.nav-dropdown a[aria-current="page"] { color: var(--navy); background: var(--ice); }
.nav-dropdown small { color: var(--muted); font-size: .75rem; font-weight: 650; }
.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 12px;
  color: white;
  background: transparent;
}
.menu-button span, .menu-button::before, .menu-button::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}
.site-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 .8rem;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 12px;
  color: white;
  background: transparent;
  cursor: pointer;
}
.site-search-button:hover { background: rgba(255,255,255,.12); }
.site-search-button > span:first-child {
  position: relative;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.site-search-button > span:first-child::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 7px;
  height: 2px;
  transform: rotate(45deg);
  border-radius: 2px;
  background: currentColor;
}
.search-button-label { font-size: .85rem; font-weight: 780; }
.search-open { overflow: hidden; }
.site-search-dialog {
  width: min(680px, calc(100% - 32px));
  max-height: min(760px, calc(100dvh - 32px));
  padding: 0;
  border: 0;
  border-radius: 24px;
  color: var(--ink);
  background: white;
  box-shadow: 0 28px 80px rgba(3, 20, 45, .34);
}
.site-search-dialog::backdrop { background: rgba(3, 20, 45, .72); backdrop-filter: blur(5px); }
.site-search-panel { padding: 30px; }
.site-search-heading { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.site-search-heading h2 { font-size: clamp(1.75rem, 5vw, 2.5rem); }
.site-search-close {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--navy);
  background: var(--ice);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}
.site-search-field { display: block; margin-top: 24px; }
.site-search-field input {
  width: 100%;
  min-height: 54px;
  padding: .85rem 1rem;
  border: 2px solid #b9cbe1;
  border-radius: 14px;
  color: var(--ink);
  background: white;
}
.site-search-field input:focus { border-color: var(--blue); outline: 3px solid rgba(21,88,181,.16); }
.site-search-status { margin: 14px 2px 8px; color: var(--muted); font-size: .9rem; font-weight: 750; }
.site-search-results { display: grid; gap: 8px; overflow-y: auto; max-height: min(430px, 50dvh); }
.site-search-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--navy);
  text-decoration: none;
}
.site-search-result:hover { border-color: #aac7e8; background: var(--ice); }
.site-search-result strong, .site-search-result small { display: block; }
.site-search-result small { margin-top: 2px; color: var(--muted); font-size: .88rem; line-height: 1.4; }
.search-empty { padding: 18px; border-radius: 14px; background: var(--ice); }
.search-empty p { margin: 8px 0 0; color: var(--muted); }
.watch-search-section { padding: 58px 0; color: white; background: var(--navy); }
.watch-search-panel { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(430px, 1.3fr); gap: 16px 48px; padding: 34px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: rgba(255,255,255,.07); box-shadow: 0 18px 40px rgba(0,0,0,.14); }
.watch-search-panel h2 { margin-bottom: 8px; color: white; font-size: clamp(2rem, 4vw, 3rem); }
.watch-search-panel > div:first-child > p:last-child { margin: 0; color: #d7e5f7; }
.watch-search-controls label { display: block; margin-bottom: 8px; color: white; font-weight: 800; }
.watch-search-field { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.watch-search-field input { width: 100%; min-height: 56px; padding: .85rem 1rem; border: 2px solid transparent; border-radius: 14px; color: var(--ink); background: white; }
.watch-search-field input:focus { border-color: var(--gold); outline: 3px solid rgba(242,182,50,.2); }
.watch-search-field button { padding: .8rem 1rem; border: 1px solid rgba(255,255,255,.34); border-radius: 14px; color: white; background: transparent; font-weight: 800; cursor: pointer; }
.watch-search-field button:hover { background: rgba(255,255,255,.12); }
.watch-search-suggestions { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 12px; }
.watch-search-suggestions span { color: #c6d8ee; font-size: .88rem; font-weight: 750; }
.watch-search-suggestions button { padding: .36rem .58rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #eaf2ff; background: rgba(255,255,255,.08); font-size: .82rem; cursor: pointer; }
.watch-search-suggestions button:hover { color: var(--navy); background: white; }
.watch-search-status { grid-column: 1 / -1; margin: 8px 0 0; color: #d7e5f7; font-size: .92rem; font-weight: 750; }
.watch-search-results { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 2px; }
.watch-search-result { position: relative; display: grid; gap: 5px; padding: 17px 48px 17px 18px; border-radius: 15px; color: var(--ink); background: white; text-decoration: none; }
.watch-search-result:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.18); }
.watch-search-result-meta { color: var(--red); font-size: .77rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.watch-search-result > strong { color: var(--navy); font-size: 1.05rem; }
.watch-search-result > span:not(.watch-search-result-meta):not(.watch-search-result-arrow) { color: var(--muted); font-size: .9rem; line-height: 1.45; }
.watch-search-result-arrow { position: absolute; top: 50%; right: 18px; transform: translateY(-50%); color: var(--blue); font-size: 1.4rem; font-weight: 900; }
.watch-search-empty { grid-column: 1 / -1; display: grid; gap: 3px; padding: 18px; border-radius: 15px; color: var(--ink); background: white; }
.watch-search-empty strong { color: var(--navy); }
.watch-search-empty span { color: var(--muted); }
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(800px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 86px 0; }
.section-tight { padding: 64px 0; }
.section-ice { background: var(--ice); }
.section-cream { background: var(--cream); }
.section-navy { color: white; background: var(--navy); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--blue);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 24px; height: 3px; border-radius: 3px; background: var(--red); }
.section-navy .eyebrow { color: #bcd8ff; }
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 860px; font-size: clamp(2.45rem, 6vw, 5.25rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
h3 { font-size: 1.28rem; }
.section-navy h1, .section-navy h2, .section-navy h3 { color: white; }
.lede { max-width: 720px; margin: 20px 0 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.section-navy .lede { color: #d6e6fb; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.section-heading p { max-width: 600px; margin: 0; color: var(--muted); }

.watch-region-heading { margin: 64px 0 30px; }
.watch-region-heading h2 { max-width: 760px; }
.region-label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.region-card { display: flex; flex-direction: column; }
.region-card p { flex: 1; }
.region-links { display: grid; gap: 8px; margin-top: 18px; }
.region-links a { color: var(--blue); font-weight: 780; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.region-card ol { margin: 18px 0 12px; padding-left: 1.3rem; }
.region-card li + li { margin-top: 7px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  color: white;
  background:
    radial-gradient(circle at 86% 28%, white 0 14px, #d61f2c 15px 54px, white 55px 108px, #1766c4 109px 164px, transparent 165px),
    linear-gradient(123deg, #082958 0%, #0d3975 56%, #1558b5 100%);
}
.hero::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -84px;
  width: 64%;
  height: 210px;
  transform: rotate(-7deg);
  background: rgba(255,255,255,.09);
  border-top: 1px solid rgba(255,255,255,.2);
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: center;
  min-height: 650px;
  gap: 70px;
  padding-top: 72px;
  padding-bottom: 72px;
}
.hero h1 { color: white; }
.hero .lede { color: #e5efff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .8rem 1.2rem;
  border: 2px solid transparent;
  border-radius: 14px;
  font-weight: 820;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.14); }
.button-primary { color: white; background: var(--red); }
.button-light { color: var(--navy); background: white; }
.button-outline { color: var(--navy); border-color: #b8c9dc; background: transparent; }
.button-outline-light { color: white; border-color: rgba(255,255,255,.52); }
.hero-note {
  align-self: end;
  margin-bottom: 24px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 20px;
  background: rgba(2, 24, 57, .66);
  box-shadow: var(--shadow);
  backdrop-filter: blur(9px);
}
.hero-note strong { display: block; font-size: 1.04rem; }
.hero-note p { margin: 6px 0 0; color: #dbe9fb; font-size: .95rem; }
.hero-cast {
  position: relative;
  align-self: stretch;
  min-height: 500px;
}
.hero-cast img {
  position: absolute;
  bottom: -34px;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(2, 18, 43, .28));
}
.hero-cast .hero-granite { z-index: 2; right: -18px; width: 310px; }
.hero-cast .hero-sweep { z-index: 3; right: 205px; width: 170px; }
.hero-cast .hero-piper { z-index: 1; right: 145px; width: 150px; opacity: .96; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.home-page > .site-header {
  position: absolute;
  width: 100%;
  background: rgba(3, 14, 28, .88);
}
.home-page .nav-wrap { max-width: 1440px; }
.brand-lockup { display: grid; line-height: 1; }
.brand-tagline { margin-top: 5px; color: #d8e5f4; font-size: .68rem; font-weight: 650; letter-spacing: 0; text-transform: none; }
.home-page .site-nav .nav-cta { padding-inline: 1rem; color: white; background: var(--red); }
.home-page .site-nav .nav-cta:hover { background: #eb2634; }

.homepage-real-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 780px;
  padding-top: 76px;
  overflow: hidden;
  color: white;
  background: #07192d;
}
.homepage-real-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,12,24,.9) 0%, rgba(2,12,24,.76) 29%, rgba(2,12,24,.24) 54%, transparent 72%);
}
.homepage-hero-visual {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("/assets/housecall-home-hero-granite-sweep.webp") right center / cover no-repeat;
}
.homepage-hero-content {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 590px;
  padding-top: 64px;
  padding-bottom: 88px;
}
.homepage-hero-copy { max-width: 650px; }
.homepage-welcome {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #fff;
  font-size: .8rem;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.homepage-welcome::before { content: ""; width: 34px; height: 3px; border-radius: 3px; background: var(--red); }
.homepage-hero-copy h1 {
  max-width: 650px;
  color: white;
  font-size: clamp(3.1rem, 5vw, 4.65rem);
  text-shadow: 0 4px 22px rgba(0,0,0,.3);
}
.homepage-hero-copy > p:not(.homepage-welcome) {
  max-width: 560px;
  margin: 24px 0 0;
  color: #eef5ff;
  font-size: 1.13rem;
  line-height: 1.55;
  text-shadow: 0 2px 12px rgba(0,0,0,.45);
}
.homepage-quick-links {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: rgba(4, 31, 69, .96);
  box-shadow: 0 20px 48px rgba(0,0,0,.26);
}
.homepage-quick-links a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 105px;
  padding: 20px;
  color: white;
  text-decoration: none;
  transition: background .18s ease;
}
.homepage-quick-links a + a { border-left: 1px solid rgba(255,255,255,.18); }
.homepage-quick-links a:hover { background: rgba(255,255,255,.1); }
.homepage-quick-links .watch-quick-tab { background: var(--red); }
.homepage-quick-links .watch-quick-tab:hover { background: #ed2c39; }
.quick-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 50%;
  color: #fff;
  font-size: .76rem;
  font-weight: 900;
}
.homepage-quick-links strong, .homepage-quick-links small { display: block; }
.homepage-quick-links strong { line-height: 1.25; }
.homepage-quick-links small { margin-top: 5px; color: #ccdaf0; font-size: .78rem; line-height: 1.35; }

.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 7px 28px rgba(8,41,88,.055);
}
.card-link { display: block; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.card-link:hover { transform: translateY(-4px); border-color: #aac4e2; box-shadow: var(--shadow); }
.card h3 { margin-bottom: 9px; }
.card p { margin: 0; color: var(--muted); }
.card .arrow { display: block; margin-top: 20px; color: var(--blue); font-weight: 820; }
.number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: white;
  background: var(--blue);
  font-weight: 900;
}
.term-card .term { color: var(--red); font-weight: 900; }
.term-feature-card { margin: 24px 0; }
.term-feature-card p + p { margin-top: 14px; }
.term-feature-card .button { margin-top: 22px; }

.character-card { padding: 0; }
.character-image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ice); }
.character-image img { width: 100%; height: 100%; object-fit: cover; }
.character-card.piper .character-image img { object-position: center 18%; }
.character-card.sweep .character-image img { object-position: center 45%; }
.character-card.granite .character-image img { object-position: center 38%; }
.cutout-stage {
  display: grid;
  place-items: end center;
  aspect-ratio: 1 / 1;
  padding: 16px 18px 0;
  background:
    radial-gradient(circle at 50% 74%, rgba(21,88,181,.14), transparent 48%),
    linear-gradient(155deg, white, var(--ice));
}
.cutout-stage img,
.character-card.piper .cutout-stage img,
.character-card.sweep .cutout-stage img,
.character-card.granite .cutout-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 13px 12px rgba(8,41,88,.13));
}
.home-page .character-card.piper .cutout-stage img {
  width: auto;
  max-width: 96%;
  height: 92%;
  object-fit: contain;
  object-position: center bottom;
}
.character-body { padding: 24px; }
.character-body .role { margin: 5px 0 12px; color: var(--red); font-size: .8rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.home-destinations { background: white; }
.home-destination-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.home-destination {
  display: grid;
  grid-template-columns: minmax(150px, .42fr) minmax(0, 1fr);
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.home-destination-junior { background: linear-gradient(145deg, #edf6ff, white 62%); }
.home-destination-ways { background: linear-gradient(145deg, #fff6df, white 62%); }
.home-destination-art { display: grid; align-items: end; justify-items: center; padding: 22px 4px 0; background: linear-gradient(180deg, rgba(21,88,181,.1), rgba(21,88,181,.02)); }
.home-destination-ways .home-destination-art { background: linear-gradient(180deg, rgba(214,31,44,.09), rgba(214,31,44,.02)); }
.home-destination-art img { width: 100%; max-height: 310px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 14px 14px rgba(8,41,88,.16)); }
.home-destination-copy { align-self: center; padding: 34px 30px; }
.home-destination-copy h3 { margin: 12px 0 10px; color: var(--navy); font-size: clamp(1.75rem, 3vw, 2.35rem); }
.home-destination-copy p { margin: 0 0 24px; color: var(--muted); }

.rule-strip { display: grid; grid-template-columns: 1.25fr 1fr; border-radius: 28px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.rule-strip-copy { padding: 42px; color: white; }
.rule-strip-copy h2 { color: white; }
.rule-strip-copy p { color: #d7e6fa; }
.mini-sheet {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  object-position: center;
  background: white;
}

.page-hero { position: relative; overflow: hidden; padding: 82px 0 74px; background: var(--cream); }
.page-hero::after {
  content: "";
  position: absolute;
  top: -100px; right: -80px;
  width: 330px; height: 330px;
  border-radius: 50%;
  background: var(--house-rings);
  opacity: .09;
}
.page-hero .container { position: relative; z-index: 1; }
.page-hero.has-character .container { padding-right: 290px; }
.page-character {
  position: absolute;
  z-index: 2;
  right: max(18px, calc((100vw - var(--max)) / 2));
  bottom: -28px;
  width: 250px;
  max-height: 94%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 15px 18px rgba(8,41,88,.16));
  pointer-events: none;
}
.page-character.sweep { width: 230px; }
.page-character.piper { width: 190px; }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 18px; color: var(--muted); font-size: .9rem; }
.breadcrumbs a { color: var(--blue); }

.guide-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); align-items: start; gap: 54px; }
.guide-nav { position: sticky; top: 100px; padding: 20px; border-radius: 18px; background: var(--ice); }
.guide-nav strong { display: block; margin: 0 0 10px; color: var(--navy); }
.guide-nav a { display: block; padding: 7px 8px; border-radius: 8px; color: var(--muted); font-size: .9rem; text-decoration: none; }
.guide-nav a:hover { color: var(--navy); background: white; }
.guide-section { display: flow-root; padding: 0 0 54px; margin: 0 0 54px; border-bottom: 1px solid var(--line); }
.guide-section:last-child { border-bottom: 0; }
.guide-section h2 { margin-bottom: 18px; font-size: clamp(1.75rem, 3vw, 2.55rem); }
.guide-section p { max-width: 760px; }
.guide-section ul { padding-left: 1.2rem; }
.guide-character {
  float: right;
  width: 175px;
  max-height: 260px;
  margin: -12px 0 18px 28px;
  object-fit: contain;
  filter: drop-shadow(0 12px 15px rgba(8,41,88,.14));
}
.guide-character.piper { width: 150px; }
.guide-cover { min-height: 520px; display: flex; align-items: center; background: linear-gradient(135deg, var(--cream), #edf6ff); }
.guide-cover .container { padding-right: 520px; }
.guide-cover-note { margin: 24px 0 0; color: var(--navy); font-weight: 820; }
.guide-cover-note span { padding: 0 .35rem; color: var(--red); }
.guide-cover-cast { position: absolute; z-index: 2; right: max(20px, calc((100vw - var(--max)) / 2)); bottom: -28px; width: 500px; height: 440px; pointer-events: none; }
.guide-cover-cast img { position: absolute; bottom: 0; object-fit: contain; filter: drop-shadow(0 16px 18px rgba(8,41,88,.16)); }
.guide-cover-cast .cover-granite { right: 0; width: 280px; }
.guide-cover-cast .cover-piper { z-index: 2; left: 130px; width: 160px; }
.guide-cover-cast .cover-sweep { z-index: 3; left: 0; width: 180px; }
.guide-opening { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 34px 38px; border: 1px solid #c9d9ea; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.guide-opening h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.guide-opening p:last-child { max-width: 800px; margin-bottom: 0; }
.guide-page { padding-top: 34px; }
.guide-nav-long { max-height: calc(100vh - 122px); overflow-y: auto; }
.guide-nav-long a { padding-top: 5px; padding-bottom: 5px; }
.chip-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 !important; list-style: none; }
.chip-list li { padding: .45rem .72rem; border-radius: 999px; color: var(--navy); background: var(--ice); font-weight: 760; }
.guide-finale { display: grid; grid-template-columns: 280px 1fr; align-items: end; gap: 34px; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, var(--cream), var(--ice)); }
.guide-finale-cast { position: relative; min-height: 330px; }
.guide-finale-cast img { position: absolute; bottom: 0; max-height: 300px; object-fit: contain; filter: drop-shadow(0 12px 15px rgba(8,41,88,.14)); }
.guide-finale-cast img:nth-child(1) { left: 40px; width: 220px; }
.guide-finale-cast img:nth-child(2) { z-index: 2; left: 0; width: 110px; }
.guide-finale-cast img:nth-child(3) { z-index: 3; right: -8px; width: 120px; }
.complete-guide-card { display: grid; grid-template-columns: 380px 1fr; align-items: center; gap: 42px; overflow: hidden; padding: 0 44px 0 0; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.complete-guide-card h2 { margin-bottom: 14px; }
.complete-guide-card p { max-width: 660px; color: var(--muted); }
.complete-guide-card .button { margin-top: 12px; }
.complete-guide-cast { position: relative; min-height: 340px; background: linear-gradient(145deg, var(--cream), var(--ice)); }
.complete-guide-cast img { position: absolute; bottom: -12px; max-height: 310px; object-fit: contain; filter: drop-shadow(0 12px 15px rgba(8,41,88,.14)); }
.complete-guide-cast img:nth-child(1) { right: 22px; width: 235px; }
.complete-guide-cast img:nth-child(2) { z-index: 2; left: 48px; width: 115px; }
.complete-guide-cast img:nth-child(3) { z-index: 3; left: 4px; width: 125px; }
.callout {
  margin: 24px 0;
  padding: 22px 24px;
  border-left: 5px solid var(--red);
  border-radius: 0 16px 16px 0;
  background: var(--cream);
}
.callout strong { color: var(--navy); }
.plain-table { width: 100%; border-collapse: collapse; margin: 24px 0; overflow: hidden; border-radius: 14px; }
.plain-table th, .plain-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.plain-table th { color: white; background: var(--navy); }
.plain-table tr:nth-child(even) td { background: var(--ice); }

.ring-diagram { display: grid; grid-template-columns: 320px 1fr; align-items: center; gap: 34px; margin: 28px 0; padding: 28px; border-radius: 22px; background: var(--ice); }
.house-photo { display: block; width: 100%; max-width: 320px; aspect-ratio: 1; object-fit: cover; border-radius: 18px; box-shadow: 0 12px 28px rgba(8,41,88,.15); }
.house-rings {
  position: relative;
  width: 220px; height: 220px;
  border-radius: 50%;
  background: var(--house-rings);
}
.house-rings::after { display: none; }

/* Junior Curling / Piper */
.junior-hero { position: relative; overflow: hidden; color: white; background: linear-gradient(115deg, #061c3b 0%, var(--navy) 57%, #1558b5 100%); }
.junior-hero::after { content: ""; position: absolute; right: -7vw; bottom: -22vw; width: 52vw; height: 52vw; border: 18px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: inset 0 0 0 42px rgba(214,31,44,.22), inset 0 0 0 94px rgba(255,255,255,.1); }
.junior-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 270px; align-items: end; min-height: 500px; gap: 48px; padding-top: 70px; }
.junior-hero .breadcrumbs { color: #bcd8ff; }
.junior-hero .breadcrumbs a { color: white; }
.junior-hero .eyebrow { color: #bcd8ff; }
.junior-hero h1 { max-width: 690px; color: white; font-size: clamp(2.7rem, 5vw, 4.5rem); }
.junior-hero .lede { max-width: 650px; color: #e0ecfb; font-size: 1.15rem; }
.junior-hero-grid > img { width: 100%; max-height: 460px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 18px 24px rgba(0,0,0,.25)); }
.junior-intro, .junior-feature, .junior-fifth { display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr); align-items: center; gap: 54px; }
.junior-scene { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.junior-scene img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.junior-scene figcaption { padding: 13px 17px 15px; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.piper-quote { margin: 24px 0; padding: 19px 22px; border-left: 5px solid var(--red); border-radius: 0 16px 16px 0; color: var(--navy); background: white; font-size: 1.13rem; font-weight: 760; line-height: 1.52; }
.junior-fact { padding: 26px; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; color: white; background: rgba(255,255,255,.09); }
.junior-fact strong { color: #f7c550; font-size: 1.1rem; }
.junior-fact p { color: #deebfb; }
.junior-fact a { color: white; font-weight: 800; }
.junior-note-stack { display: grid; gap: 4px; }
.junior-note-stack .callout { margin: 0; border-radius: 18px; }
.junior-note-stack .callout p { margin-bottom: 0; }
.junior-media-stack { display: grid; justify-items: center; gap: 24px; }
.junior-media-stack .lesson-watch { margin-top: 0; }
.junior-pathway-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 390px); align-items: start; gap: 44px; margin-top: 30px; }
.junior-pathway-layout .junior-pathway { margin-top: 0; }
.junior-pathway { display: grid; justify-items: center; max-width: 720px; margin: 34px auto 0; text-align: center; }
.junior-pathway div { width: min(100%, 500px); padding: 12px 18px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; color: white; background: rgba(255,255,255,.09); font-size: .88rem; font-weight: 850; letter-spacing: .035em; }
.junior-pathway span { padding: 2px 0; color: var(--gold); font-size: 1.45rem; line-height: 1; }
.junior-closing { display: grid; grid-template-columns: 210px minmax(0, 1fr); align-items: end; gap: 40px; max-width: 930px; margin: 0 auto; padding: 34px 36px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: linear-gradient(145deg, white, var(--ice)); box-shadow: var(--shadow); }
.junior-closing > img { max-height: 350px; width: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 14px 16px rgba(8,41,88,.15)); }
.junior-closing .piper-quote { margin-top: 14px; background: var(--cream); }
.junior-sources { max-width: 930px; margin: 26px auto 0; padding: 18px 22px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.junior-sources summary { cursor: pointer; color: var(--navy); font-weight: 850; }
.junior-sources ul { margin: 14px 0 8px; padding-left: 1.2rem; }
.junior-sources a { color: var(--blue); }

.curling-guide-figure {
  clear: both;
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  box-shadow: 0 14px 32px rgba(8, 41, 88, .1);
}
.curling-guide-figure-square { width: min(100%, 620px); margin-inline: auto; }
.curling-guide-figure img { display: block; width: 100%; height: auto; }
.curling-guide-figure figcaption {
  padding: 16px 20px 18px;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.5;
}

.mascot-scene {
  clear: both;
  margin: 30px 0 6px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  box-shadow: 0 14px 32px rgba(8, 41, 88, .1);
}
.mascot-scene-wide { margin-top: 30px; }
.mascot-scene img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: center;
}
.mascot-scene figcaption {
  padding: 16px 20px 18px;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.5;
}

.mascot-dialogue {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}
.mascot-speaker {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: end;
  min-height: 170px;
  padding: 14px 18px 0 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: white;
  box-shadow: 0 10px 26px rgba(8,41,88,.08);
}
.mascot-speaker img {
  display: block;
  width: 100%;
  height: 155px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 9px 10px rgba(8,41,88,.15));
}
.speech-bubble {
  position: relative;
  align-self: center;
  margin-left: 10px;
  padding: 16px 18px;
  border-radius: 16px;
  background: var(--ice);
}
.speech-bubble::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 25px;
  border-width: 9px 10px 9px 0;
  border-style: solid;
  border-color: transparent var(--ice) transparent transparent;
}
.speech-bubble strong { display: block; color: var(--navy); }
.speech-bubble p { margin: 5px 0 0; color: var(--muted); font-size: .95rem; line-height: 1.45; }

.clubroom-moment {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 160px;
  grid-template-areas: "granite copy sweep";
  align-items: end;
  min-height: 300px;
  overflow: hidden;
  border-radius: 28px;
  color: white;
  background: linear-gradient(135deg, rgba(8,41,88,.96), rgba(13,57,117,.87)), linear-gradient(35deg, #7c4a2d, #ddb07d);
  box-shadow: var(--shadow);
}
.clubroom-moment > img {
  display: block;
  width: 100%;
  height: 270px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 12px 13px rgba(0,0,0,.24));
}
.clubroom-granite { grid-area: granite; }
.clubroom-sweep { grid-area: sweep; }
.clubroom-moment-copy { grid-area: copy; align-self: center; padding: 34px 24px; text-align: center; }
.clubroom-moment-copy h2 { color: white; }
.clubroom-moment-copy p { color: #e4eefc; }
.clubroom-moment-copy p:last-child { margin-bottom: 0; }

.mascot-surprise {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #c9d8e8;
  border-radius: 18px;
  background: white;
}
.mascot-surprise summary {
  padding: 18px 22px;
  color: var(--navy);
  font-weight: 850;
  cursor: pointer;
}
.mascot-surprise summary::marker { color: var(--red); }
.surprise-answer { padding: 0 22px 18px; }
.surprise-answer p { margin: 6px 0 0; color: var(--muted); }

.character-card .cutout-stage img,
.guide-character,
.mascot-speaker img,
.clubroom-moment > img,
.mascot-scene img { transition: transform .24s ease; }
@media (hover: hover) {
  .character-card:hover .cutout-stage img,
  .guide-character:hover,
  .mascot-speaker:hover img,
  .clubroom-moment > img:hover { transform: translateY(-6px) rotate(-1deg); }
  .mascot-speaker.sweep:hover img,
  .clubroom-moment > .clubroom-sweep:hover { transform: translateY(-6px) rotate(1deg); }
  .mascot-scene:hover img { transform: scale(1.018); }
}
.mascot-surprise[open] .surprise-answer { animation: mascot-pop .24s ease-out; }
@keyframes mascot-pop {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Ask Granite & Sweep */
.ask-hero { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg, #061d3d 0%, var(--navy-2) 72%, #1558b5 100%); }
.ask-hero::after { content: ""; position: absolute; right: -110px; bottom: -235px; width: 560px; height: 560px; border-radius: 50%; background: var(--house-rings); opacity: .1; }
.ask-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); align-items: end; min-height: 520px; gap: 30px; }
.ask-hero-copy { align-self: center; padding: 76px 0; }
.ask-hero .breadcrumbs, .ask-hero .breadcrumbs a, .ask-hero .lede, .ask-hero-copy > p:last-child { color: #e7effb; }
.ask-hero h1 { max-width: 730px; margin-bottom: 18px; color: white; font-size: clamp(3.25rem, 7vw, 6.1rem); line-height: .94; }
.ask-hero-copy > p:last-child { max-width: 650px; margin-bottom: 0; font-size: 1.08rem; }
.ask-duo { position: relative; display: flex; align-items: flex-end; justify-content: center; min-height: 480px; }
.ask-duo img { position: relative; width: 55%; max-height: 455px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 20px 18px rgba(0,0,0,.3)); }
.ask-duo .ask-granite { z-index: 2; margin-right: -11%; }
.ask-duo .ask-sweep { z-index: 1; }
.ask-content { background: linear-gradient(180deg, var(--ice), white 22%); }
.ask-category-nav { margin: 0 0 56px; padding: 26px; border: 1px solid #c9d8e8; border-radius: 22px; background: white; box-shadow: 0 12px 34px rgba(8,41,88,.08); }
.ask-category-nav strong { display: block; margin-bottom: 14px; color: var(--navy); font-size: 1.12rem; }
.ask-category-nav div { display: flex; flex-wrap: wrap; gap: 9px; }
.ask-category-nav a { display: inline-flex; padding: .58rem .8rem; border: 1px solid #d2dfec; border-radius: 999px; color: var(--navy); background: var(--ice); font-size: .9rem; font-weight: 780; text-decoration: none; }
.ask-category-nav a:hover { color: white; background: var(--blue); border-color: var(--blue); }
.qa-section { max-width: 940px; margin: 0 auto 70px; scroll-margin-top: 105px; }
.qa-section-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.qa-section-heading > span { display: grid; place-items: center; width: 58px; height: 58px; flex: 0 0 58px; border-radius: 50%; background: var(--navy); box-shadow: inset 0 0 0 5px white, 0 0 0 2px var(--red); font-size: 1.65rem; }
.qa-section-heading .eyebrow { margin-bottom: 0; }
.qa-section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); }
.qa-list { display: grid; gap: 12px; }
.qa-item { overflow: hidden; border: 1px solid #cedbe9; border-radius: 18px; background: white; box-shadow: 0 8px 24px rgba(8,41,88,.06); }
.qa-item summary { position: relative; padding: 20px 58px 20px 22px; color: var(--navy); font-size: 1.08rem; font-weight: 850; line-height: 1.35; list-style: none; cursor: pointer; }
.qa-item summary::-webkit-details-marker { display: none; }
.qa-item summary::after { content: "+"; position: absolute; top: 50%; right: 20px; display: grid; place-items: center; width: 28px; height: 28px; transform: translateY(-50%); border-radius: 50%; color: white; background: var(--red); font-size: 1.25rem; line-height: 1; }
.qa-item[open] summary { border-bottom: 1px solid #d7e2ee; background: var(--ice); }
.qa-item[open] summary::after { content: "−"; }
.qa-dialogue { display: grid; gap: 12px; padding: 20px 22px 22px; }
.qa-line { position: relative; width: min(88%, 720px); margin: 0; padding: 15px 18px 15px 58px; border-radius: 18px; line-height: 1.5; }
.qa-line::before { content: ""; position: absolute; left: 10px; bottom: 8px; width: 42px; height: 52px; background-repeat: no-repeat; background-position: center bottom; background-size: contain; }
.qa-line strong { color: var(--navy); }
.qa-line.sweep { justify-self: start; background: #eef6ff; border-bottom-left-radius: 5px; }
.qa-line.sweep::before { background-image: url('/assets/sweep-cutout.webp'); }
.qa-line.granite { justify-self: end; background: var(--cream); border-bottom-right-radius: 5px; }
.qa-line.granite::before { background-image: url('/assets/granite-cutout.webp'); }
.qa-item[open] .qa-dialogue { animation: mascot-pop .2s ease-out; }
.qa-finale { display: grid; grid-template-columns: 270px minmax(0, 1fr); align-items: end; max-width: 1040px; margin: 20px auto 0; padding: 38px 38px 0; overflow: hidden; border-radius: 30px; color: white; background: linear-gradient(140deg, #061d3d, var(--navy-2)); box-shadow: var(--shadow); }
.qa-finale h2 { margin-top: 4px; color: white; font-size: clamp(2rem, 4.2vw, 3.5rem); }
.qa-finale .eyebrow { color: #8fbfff; }
.qa-finale .qa-dialogue { padding-inline: 0; padding-bottom: 38px; }
.qa-finale .qa-line { color: var(--ink); }
.qa-finale-art { display: flex; align-items: flex-end; min-height: 390px; margin-left: -35px; }
.qa-finale-art img { width: 62%; max-height: 390px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 15px 14px rgba(0,0,0,.3)); }
.qa-finale-art img:first-child { z-index: 2; margin-right: -23%; }

.burn-guide {
  margin: 30px 0 24px;
  padding: 28px;
  border: 1px solid #c9d8e8;
  border-radius: 22px;
  background: var(--ice);
}
.burn-start {
  max-width: 520px;
  margin: 0 auto;
  padding: 18px 22px;
  border-radius: 16px;
  color: white;
  background: var(--navy);
  text-align: center;
}
.burn-start strong, .burn-start span { display: block; }
.burn-start span { margin-top: 4px; color: #d5e7ff; font-size: .9rem; }
.burn-action {
  position: relative;
  max-width: 620px;
  margin: 34px auto;
  padding: 18px 22px;
  border: 2px solid var(--red);
  border-radius: 16px;
  background: white;
  text-align: center;
}
.burn-action::before, .burn-action::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 18px;
  transform: translateX(-50%);
  background: var(--red);
}
.burn-action::before { top: -20px; }
.burn-action::after { bottom: -20px; }
.burn-question {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 900;
  text-align: center;
}
.burn-branches { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.burn-branch {
  padding: 20px;
  border-top: 5px solid var(--blue);
  border-radius: 14px;
  background: white;
  box-shadow: 0 8px 24px rgba(8,41,88,.08);
}
.burn-branch:nth-child(2) { border-top-color: var(--red); }
.burn-branch:nth-child(3) { border-top-color: var(--gold); }
.burn-branch h3 { margin-bottom: 10px; font-size: 1.08rem; }
.burn-branch p { margin: 0; color: var(--muted); font-size: .94rem; }
.burn-branch ul { margin: 12px 0 0; padding-left: 1.2rem; }
.burn-branch li + li { margin-top: 8px; }
.burn-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #fff8df;
  color: #4b3a08;
}

.rule-card { padding-top: 32px; }
.tag, .rule-card .tag, .content-card .tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: .28rem .58rem;
  border-radius: 999px;
  color: var(--navy);
  background: #e4effe;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.rule-card .beginner { display: block; margin-top: 18px; color: var(--red); font-size: .9rem; font-weight: 800; }

.culture-feature { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 28px; background: var(--cream); }
.culture-copy { padding: 44px; }
.culture-copy p { color: var(--muted); }
.culture-copy blockquote { margin: 24px 0 0; padding-left: 18px; border-left: 4px solid var(--red); color: var(--navy); font-weight: 760; }
.club-room {
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 32px;
  color: white;
  background: linear-gradient(140deg, rgba(8,41,88,.88), rgba(13,57,117,.78)), linear-gradient(30deg, #8d552f, #d6a36f);
  text-align: center;
}
.club-room blockquote { max-width: 420px; margin: 0; font-size: 1.55rem; font-weight: 750; line-height: 1.35; }
.character-feature {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  min-height: 360px;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(150deg, white, var(--ice));
}
.character-feature .character-house-pair { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.character-badge {
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 280px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(145deg, var(--cream), var(--ice));
}
.character-badge img { width: 82%; max-height: 300px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 12px 15px rgba(8,41,88,.14)); }
.card-character {
  float: right;
  width: 105px;
  height: 135px;
  margin: -10px -8px 8px 14px;
  object-fit: contain;
  filter: drop-shadow(0 8px 9px rgba(8,41,88,.13));
}

.directory-tools {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(180px, .8fr) minmax(180px, .8fr);
  gap: 14px;
  margin: 30px 0 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
  box-shadow: var(--shadow);
}
.field label { display: block; margin-bottom: 6px; color: var(--navy); font-size: .84rem; font-weight: 800; }
.field input, .field select {
  width: 100%; min-height: 50px; padding: 0 14px;
  border: 1px solid #b9c8d7; border-radius: 12px;
  color: var(--ink); background: white;
}
.directory-summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 22px 0; color: var(--muted); }
.directory-summary strong { color: var(--navy); }
.club-list { display: grid; gap: 12px; }
.club-card {
  display: grid;
  grid-template-columns: 1.2fr .8fr 1.2fr auto;
  align-items: center;
  gap: 20px;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
}
.club-card h3 { margin: 0 0 4px; font-size: 1.06rem; }
.club-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.club-state { color: var(--red); font-size: .78rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.club-visit { padding: .62rem .8rem; border-radius: 10px; color: white; background: var(--blue); font-size: .86rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.load-more { display: flex; justify-content: center; margin-top: 26px; }
.empty-state { padding: 42px; border: 1px dashed #a9bbce; border-radius: 18px; background: var(--ice); text-align: center; }

.stat-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 28px; }
.stat { min-width: 150px; padding: 16px 20px; border-radius: 16px; color: white; background: rgba(255,255,255,.11); }
.stat strong { display: block; font-size: 1.8rem; }
.stat span { color: #d5e6fb; font-size: .88rem; }

.watch-card time { display: block; margin-bottom: 12px; color: var(--red); font-weight: 850; }
.watch-card .where { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--navy); font-weight: 780; }
.rock-league-feature { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 28px; background: var(--navy); box-shadow: var(--shadow); }
.rock-league-intro { padding: 46px; color: white; background: linear-gradient(145deg, var(--navy), var(--navy-2)); }
.rock-league-intro h2 { color: white; }
.rock-league-intro > p:not(.eyebrow) { color: #d8e7fb; }
.rock-league-intro .button { margin-top: 12px; }
.rock-league-details { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; background: #c8d7e8; }
.rock-fact { padding: 30px; background: white; }
.rock-fact span { display: block; margin-bottom: 6px; color: var(--red); font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.rock-fact strong { display: block; color: var(--navy); font-size: 1.2rem; line-height: 1.25; }
.rock-fact p { margin: 10px 0 0; color: var(--muted); font-size: .94rem; }
.source-note { margin: 14px 4px 0; color: var(--muted); font-size: .82rem; }
.source-note a { color: var(--blue); }

.cta-band { padding: 46px 0; color: white; background: var(--red); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-inner h2 { color: white; font-size: clamp(1.75rem, 3vw, 2.65rem); }
.cta-inner p { margin: 8px 0 0; color: #fff0f1; }

.site-footer { padding: 54px 0 28px; color: #d5e0ee; background: #061d3d; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 44px; }
.footer-brand p { max-width: 360px; }
.footer-message { display: grid; gap: 1px; }
.footer-message strong { color: white; font-size: 1.08rem; }
.footer-message span { display: block; }
.footer-heading { margin-bottom: 12px; color: white; font-weight: 850; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: #d5e0ee; text-decoration: none; }
.footer-links a:hover { color: white; text-decoration: underline; }
.social-list { display: flex; flex-wrap: wrap; gap: 8px; }
.social-list a { display: inline-flex; padding: .48rem .7rem; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; font-size: .82rem; text-decoration: none; }
.social-list a:hover { text-decoration: underline; }
.copyright { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); color: #97abc3; font-size: .86rem; }

@media (max-width: 1050px) {
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 12px 24px 22px; background: var(--navy); box-shadow: 0 18px 30px rgba(0,0,0,.2); }
  .site-nav.open { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .site-nav > .nav-cta { grid-column: 1 / -1; min-height: 48px; padding: .75rem 1rem; text-align: center; }
  .nav-group { width: 100%; }
  .nav-group > summary { justify-content: space-between; min-height: 48px; padding: .75rem .85rem; background: rgba(255,255,255,.07); }
  .nav-dropdown {
    position: static;
    min-width: 0;
    margin-top: 6px;
    padding: 5px;
    border-color: rgba(255,255,255,.16);
    color: white;
    background: rgba(255,255,255,.06);
    box-shadow: none;
  }
  .nav-dropdown a { min-height: 46px; padding: .72rem .8rem; color: #e9f1ff; }
  .nav-dropdown a:hover,
  .nav-dropdown a[aria-current="page"] { color: white; background: rgba(255,255,255,.12); }
  .nav-dropdown small { color: #bdcde2; }
  .menu-button { display: block; }
  .site-search-button { order: 3; }
  .homepage-hero-visual { background-position: 62% center; }
  .homepage-hero-copy { max-width: 520px; }
  .homepage-hero-copy h1 { font-size: clamp(3rem, 6.8vw, 4.15rem); }
  .homepage-quick-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .homepage-quick-links a:nth-child(odd) { border-left: 0; }
  .homepage-quick-links a:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
  .homepage-quick-links .watch-quick-tab { grid-column: auto; }
  .hero-inner { grid-template-columns: 1fr 280px; gap: 24px; }
  .hero-cast .hero-granite { width: 275px; }
  .hero-cast .hero-sweep { right: 180px; width: 145px; }
  .hero-cast .hero-piper { display: none; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .club-card { grid-template-columns: 1.2fr .8fr 1.3fr; }
  .club-visit { grid-column: 1 / -1; justify-self: start; }
  .ask-hero-grid { grid-template-columns: minmax(0, 1fr) 330px; min-height: 470px; }
  .ask-hero-copy { padding: 58px 0; }
  .ask-duo { min-height: 420px; }
  .qa-finale { grid-template-columns: 220px minmax(0, 1fr); }
  .qa-finale-art { min-height: 340px; }
}

@media (max-width: 780px) {
  .container, .narrow { width: min(100% - 32px, var(--max)); }
  .nav-wrap { padding: 0 16px; }
  .brand-name { font-size: 1.05rem; }
  .brand-logo { width: 185px; }
  .section { padding: 64px 0; }
  .section-tight { padding: 48px 0; }
  .hero { min-height: auto; }
  .hero-inner { display: block; min-height: auto; padding-top: 72px; padding-bottom: 0; }
  .home-page > .site-header { position: sticky; }
  .homepage-real-hero { display: block; min-height: 0; padding-top: 0; }
  .homepage-real-hero::after { display: none; }
  .homepage-hero-visual { position: relative; height: 420px; background-position: right center; }
  .homepage-hero-content { min-height: 0; padding-top: 42px; padding-bottom: 34px; }
  .homepage-hero-copy { max-width: none; }
  .homepage-hero-copy h1 { max-width: 620px; font-size: clamp(2.65rem, 9vw, 3.65rem); }
  .homepage-hero-copy > p:not(.homepage-welcome) { max-width: 650px; }
  .homepage-quick-links { margin-bottom: 24px; }
  .hero-cast { min-height: 390px; margin-top: 10px; }
  .hero-cast .hero-granite { right: 5%; width: 290px; }
  .hero-cast .hero-sweep { right: auto; left: 2%; width: 165px; }
  .hero-note { max-width: 360px; margin-top: 28px; margin-bottom: 0; }
  .hero::after { display: none; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 16px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .junior-hero-grid { grid-template-columns: minmax(0, 1fr) 180px; min-height: 440px; gap: 14px; padding-top: 54px; }
  .junior-hero-grid > img { max-height: 330px; }
  .junior-intro, .junior-feature, .junior-fifth { grid-template-columns: 1fr; gap: 30px; }
  .junior-feature .junior-scene { order: 2; }
  .junior-closing { grid-template-columns: 160px minmax(0, 1fr); gap: 20px; padding: 26px 24px 0; }
  .rule-strip, .culture-feature { grid-template-columns: 1fr; }
  .rock-league-feature { grid-template-columns: 1fr; }
  .character-feature { width: min(100%, 520px); min-height: 0; margin: 0 auto; }
  .home-destination-grid { grid-template-columns: 1fr; }
  .mini-sheet { min-height: 270px; }
  .guide-layout { grid-template-columns: 1fr; gap: 28px; }
  .guide-nav { position: static; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 4px; }
  .guide-nav strong { grid-column: 1 / -1; }
  .ring-diagram { grid-template-columns: 1fr; }
  .page-hero.has-character .container { padding-right: 180px; }
  .guide-cover { min-height: 670px; align-items: start; }
  .guide-cover .container { padding-right: 0; }
  .guide-cover-cast { right: 50%; width: 420px; height: 330px; transform: translateX(50%); }
  .guide-cover-cast .cover-granite { width: 225px; }
  .guide-cover-cast .cover-piper { left: 120px; width: 125px; }
  .guide-cover-cast .cover-sweep { width: 140px; }
  .guide-opening { display: block; }
  .guide-opening .button { margin-top: 20px; }
  .guide-finale { grid-template-columns: 1fr; }
  .guide-finale-cast { min-height: 280px; max-width: 330px; width: 100%; margin: 0 auto; }
  .complete-guide-card { grid-template-columns: 1fr; padding: 0 28px 32px; gap: 28px; }
  .complete-guide-cast { min-height: 300px; margin: 0 -28px; }
  .page-character { right: -25px; width: 190px; opacity: .92; }
  .page-character.sweep { width: 180px; }
  .page-character.piper { width: 150px; }
  .house-rings { width: 190px; height: 190px; }
  .burn-branches { grid-template-columns: 1fr; }
  .mascot-dialogue { grid-template-columns: 1fr; }
  .clubroom-moment {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "copy copy" "granite sweep";
  }
  .clubroom-moment-copy { padding: 30px 24px 8px; }
  .clubroom-moment > img { height: 220px; }
  .directory-tools { grid-template-columns: 1fr; }
  .club-card { grid-template-columns: 1fr; gap: 10px; }
  .club-visit { grid-column: auto; justify-self: stretch; text-align: center; }
  .cta-inner { display: block; }
  .cta-inner .button { margin-top: 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .watch-search-section { padding: 44px 0; }
  .watch-search-panel { grid-template-columns: 1fr; gap: 22px; padding: 24px; }
  .watch-search-status, .watch-search-results { grid-column: auto; }
  .watch-search-results { grid-template-columns: 1fr; }
  .ask-hero-grid { display: block; min-height: 0; }
  .ask-hero-copy { padding: 48px 0 10px; }
  .ask-hero h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .ask-duo { min-height: 300px; max-width: 430px; margin: 0 auto; }
  .ask-duo img { max-height: 300px; }
  .ask-category-nav { padding: 20px; margin-bottom: 44px; }
  .ask-category-nav div { flex-wrap: nowrap; margin-inline: -20px; padding: 0 20px 4px; overflow-x: auto; scrollbar-width: thin; }
  .ask-category-nav a { flex: 0 0 auto; }
  .qa-section { margin-bottom: 54px; }
  .qa-section-heading { align-items: flex-start; }
  .qa-section-heading > span { width: 48px; height: 48px; flex-basis: 48px; font-size: 1.35rem; }
  .qa-item summary { padding: 18px 52px 18px 18px; font-size: 1rem; }
  .qa-dialogue { padding: 16px; }
  .qa-line { width: 94%; padding: 14px 15px 14px 53px; }
  .qa-line::before { width: 38px; height: 46px; left: 8px; }
  .qa-finale { display: flex; flex-direction: column-reverse; padding: 28px 20px 0; }
  .qa-finale > div:last-child { width: 100%; }
  .qa-finale .qa-dialogue { padding-bottom: 22px; }
  .qa-finale-art { justify-content: center; width: 100%; min-height: 235px; margin: 0; }
  .qa-finale-art img { width: 48%; max-height: 235px; }
}

@media (max-width: 440px) {
  .site-nav.open { grid-template-columns: 1fr; }
  h1 { font-size: 2.5rem; }
  .hero-actions .button { width: 100%; }
  .brand-tagline { display: none; }
  .site-header .brand { padding: 3px 6px; }
  .site-header .brand-logo { width: 165px; }
  .site-search-button { width: 44px; padding: 0; }
  .search-button-label { display: none; }
  .site-search-panel { padding: 22px 18px; }
  .homepage-hero-visual { height: 340px; background-position: right center; }
  .homepage-hero-content { padding-top: 34px; padding-bottom: 28px; }
  .homepage-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.05rem, 10.5vw, 2.45rem);
    line-height: 1.06;
    overflow-wrap: normal;
    word-break: normal;
  }
  .homepage-hero-copy h1 br { display: none; }
  .homepage-quick-links { grid-template-columns: 1fr; }
  .homepage-quick-links a + a { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .homepage-quick-links a { min-height: 88px; }
  .home-destination { grid-template-columns: 1fr; min-height: 0; border-radius: 22px; }
  .home-destination-art { min-height: 190px; padding-top: 18px; }
  .home-destination-art img { width: auto; height: 190px; }
  .home-destination-copy { padding: 26px 22px; }
  .home-destination-copy h3 { font-size: 1.75rem; }
  .home-destination-copy .button { width: 100%; padding-inline: .9rem; }
  .rock-league-details { grid-template-columns: 1fr; }
  .rock-league-intro, .rock-fact { padding: 26px 22px; }
  .card, .rule-strip-copy, .culture-copy { padding: 22px; }
  .guide-nav { grid-template-columns: 1fr; }
  .hero-cast { min-height: 335px; }
  .hero-cast .hero-granite { right: -5%; width: 245px; }
  .hero-cast .hero-sweep { left: -8%; width: 145px; }
  .page-hero.has-character .container { padding-right: 0; padding-bottom: 180px; }
  .junior-hero-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 48px; }
  .junior-hero-grid > img { justify-self: center; width: 175px; max-height: 270px; margin-top: -8px; }
  .junior-hero h1 { font-size: clamp(2.45rem, 11vw, 3.3rem); }
  .junior-closing { grid-template-columns: 1fr; padding: 24px 22px 0; }
  .junior-closing > img { justify-self: center; width: 145px; max-height: 240px; }
  .page-character, .page-character.sweep, .page-character.piper { right: 50%; width: auto; height: 205px; transform: translateX(50%); opacity: 1; }
  .guide-character, .guide-character.piper { float: none; display: block; width: auto; height: 210px; margin: 0 auto 20px; }
  .guide-cover { min-height: 720px; padding-top: 64px; }
  .guide-cover-cast { width: 330px; height: 315px; }
  .guide-cover-cast .cover-granite { width: 200px; }
  .guide-cover-cast .cover-piper { left: 90px; width: 110px; }
  .guide-cover-cast .cover-sweep { width: 120px; }
  .guide-opening { padding: 26px 24px; }
  .guide-finale { padding: 24px 20px; }
  .guide-finale-cast { min-height: 245px; }
  .guide-finale-cast img:nth-child(1) { left: 42px; width: 185px; }
  .guide-finale-cast img:nth-child(2) { width: 92px; }
  .guide-finale-cast img:nth-child(3) { width: 100px; }
  .plain-table { display: block; overflow-x: auto; }
  .mascot-scene img {
    aspect-ratio: 4 / 3;
    object-position: center;
  }
  .mascot-speaker { grid-template-columns: 92px 1fr; padding-right: 12px; }
  .mascot-speaker img { height: 140px; }
  .speech-bubble { margin-left: 4px; padding: 14px; }
  .clubroom-moment > img { height: 190px; }
  .clubroom-moment-copy h2 { font-size: 1.75rem; }
  .watch-search-field { grid-template-columns: 1fr; }
  .watch-search-field button { min-height: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Beginner learning journey */
.start-here-hero {
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 86% 22%, rgba(21,88,181,.8), transparent 34%),
    linear-gradient(135deg, #061f45, var(--navy));
}
.start-here-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  min-height: 610px;
  gap: 44px;
}
.start-here-intro { padding: 76px 0; }
.start-here-intro .eyebrow { color: #ffd467; }
.start-here-intro h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: white;
  font-size: clamp(3rem, 6.5vw, 5.8rem);
  line-height: .96;
}
.start-here-intro .lede { max-width: 700px; color: #e2edfb; }
.start-here-cast {
  align-self: end;
  display: flex;
  align-items: end;
  justify-content: center;
  min-height: 530px;
}
.start-here-cast img { width: min(580px, 115%); filter: drop-shadow(0 24px 26px rgba(0,0,0,.26)); }
.learning-progress-wrap {
  position: sticky;
  z-index: 20;
  top: 76px;
  padding: 15px 0 13px;
  border-bottom: 1px solid #c8d9eb;
  background: rgba(244,249,255,.97);
  box-shadow: 0 8px 22px rgba(8,41,88,.08);
  backdrop-filter: blur(12px);
}
.learning-progress-wrap p { display: flex; justify-content: space-between; margin: 0 0 8px; color: var(--navy); font-size: .83rem; }
.learning-progress-wrap p span { color: var(--muted); font-weight: 600; }
.learning-progress {
  display: flex;
  overflow-x: auto;
  margin: 0;
  padding: 0 0 5px;
  gap: 8px;
  list-style: none;
  scrollbar-width: thin;
}
.learning-progress li { flex: 0 0 auto; }
.learning-progress a {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px 7px 7px;
  gap: 7px;
  border: 1px solid #cadbed;
  border-radius: 999px;
  color: var(--navy);
  background: white;
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
}
.learning-progress a:hover { border-color: var(--blue); background: #eef6ff; }
.learning-progress a span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: white;
  background: var(--blue);
  font-size: .72rem;
}
.learning-section { background: #f7faff; }
.learning-phase {
  max-width: 850px;
  margin: 54px auto 28px;
  text-align: center;
}
.learning-phase:first-child { margin-top: 0; }
.learning-phase h2 { margin-bottom: 12px; font-size: clamp(2rem, 4.5vw, 3.6rem); }
.learning-phase > p:last-child { max-width: 700px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }
.learning-step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 410px);
  align-items: center;
  margin: 0 auto 24px;
  padding: 36px;
  gap: 42px;
  border: 1px solid #d6e2ee;
  border-radius: 26px;
  background: white;
  box-shadow: 0 12px 34px rgba(8,41,88,.07);
  scroll-margin-top: 200px;
}
.lesson-copy { min-width: 0; }
.lesson-number {
  float: left;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 16px 8px 0;
  border-radius: 50%;
  color: white;
  background: var(--red);
  font-size: 1.15rem;
  font-weight: 900;
  box-shadow: 0 7px 0 #a9141e;
}
.lesson-kicker {
  margin: 0 0 3px;
  color: var(--red);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.lesson-copy h3 { margin-bottom: 12px; color: var(--navy); font-size: clamp(1.65rem, 3.5vw, 2.45rem); line-height: 1.08; }
.lesson-copy > p:not(.lesson-kicker) { color: #48566a; font-size: 1.04rem; }
.lesson-links { display: flex; flex-wrap: wrap; margin: 22px 0 24px; gap: 8px; clear: both; }
.lesson-links a {
  padding: 8px 11px;
  border: 1px solid #c9dbef;
  border-radius: 10px;
  color: var(--blue);
  background: #f5faff;
  font-size: .88rem;
  font-weight: 800;
  text-decoration: none;
}
.lesson-links a:hover { border-color: var(--blue); background: white; }
.lesson-next { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-weight: 900; text-decoration: none; }
.lesson-next span { color: var(--red); font-size: 1.2rem; }
.lesson-watch {
  position: relative;
  justify-self: center;
  overflow: hidden;
  width: min(100%, 390px);
  padding: 0 16px 16px;
  border: 4px solid white;
  border-radius: 28px;
  background:
    radial-gradient(circle at 102% -2%, white 0 6%, var(--red) 6.5% 12%, white 12.5% 19%, var(--blue) 19.5% 28%, transparent 28.5%),
    linear-gradient(145deg, #082958, #0d3975);
  box-shadow: 0 22px 48px rgba(8,41,88,.28), 0 0 0 2px #cbd9e8;
}
.watch-card-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 12px 4px;
  gap: 12px;
}
.watch-card-header img {
  width: 154px;
  padding: 7px 9px;
  border-radius: 9px;
  background: white;
}
.watch-card-header span {
  max-width: 112px;
  color: #ffd467;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: right;
  text-transform: uppercase;
}
.lesson-watch > p:last-child { margin: 14px 6px 4px; color: white; font-size: 1.14rem; font-weight: 900; line-height: 1.25; }
.lesson-watch .video-card-message { display: block; margin-top: 6px; color: #ffd467; font-size: .88rem; font-weight: 750; }
.lesson-watch > p:last-child::after { content: "Play the HouseCall Short above"; display: block; margin-top: 6px; color: #ffd467; font-size: .78rem; font-weight: 800; }
.lesson-watch-stack { display: grid; justify-items: center; width: 100%; gap: 22px; }
.guide-section > .lesson-watch { margin: 28px auto 0; }
.lesson-copy-wide { grid-column: 1 / -1; }
.lesson-watch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-column: 1 / -1; width: 100%; gap: 26px; }
.lesson-watch-grid .lesson-watch { width: min(100%, 390px); }
.grand-slam-video-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, 390px); align-items: center; gap: 46px; margin-bottom: 34px; }
.video-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 9 / 16;
  border: 3px solid rgba(255,255,255,.95);
  border-radius: 18px;
  background: #03152e;
}
.video-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.video-thumbnail::after {
  content: "HouseCall video";
  position: absolute;
  top: 14px;
  right: auto;
  bottom: auto;
  left: 14px;
  padding: 8px 10px;
  border-radius: 10px;
  color: white;
  background: var(--red);
  font-size: .78rem;
  font-weight: 850;
  text-align: center;
}
.thumbnail-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  padding-left: 4px;
  transform: translate(-50%, -50%);
  border: 4px solid white;
  border-radius: 50%;
  color: white;
  background: var(--red);
  box-shadow: 0 10px 24px rgba(0,0,0,.3);
  font-size: 1.8rem;
}
.video-thumbnail:hover img { transform: scale(1.025); }
.video-thumbnail img { transition: transform .2s ease; }
.short-video-embed {
  overflow: hidden;
  width: min(100%, 360px);
  margin: 24px 0;
  aspect-ratio: 9 / 16;
  border: 3px solid white;
  border-radius: 18px;
  background: #03152e;
  box-shadow: 0 14px 32px rgba(3, 21, 46, .18);
}
.short-video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.lesson-watch > .lesson-short-embed {
  width: 100%;
  margin: 0;
}
.inline-short-player {
  display: block;
  width: min(100%, 360px);
  margin: 24px 0;
}
.inline-short-player .short-video-embed {
  width: 100%;
  margin: 0;
}
.inline-short-caption {
  display: block;
  margin-top: 10px;
  color: inherit;
  font-size: .92rem;
  font-weight: 850;
  line-height: 1.35;
}
.lesson-note {
  justify-self: center;
  overflow: hidden;
  width: min(100%, 330px);
  padding: 0 22px 22px;
  border: 1px solid #cbddee;
  border-radius: 22px;
  background: #eef6ff;
}
.lesson-note img { width: auto; height: 220px; margin: 0 auto -12px; object-fit: contain; object-position: bottom; }
.lesson-note p { position: relative; margin: 0; padding: 16px; border-radius: 16px; color: var(--navy); background: white; font-size: .92rem; line-height: 1.5; }
.sweep-note { background: #fff5d9; }
.house-note { padding: 14px; }
.house-note img { width: 100%; height: auto; margin: 0 0 12px; border-radius: 14px; }
.optional-paths { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 24px 0; gap: 10px; clear: both; }
.optional-paths a { display: grid; padding: 17px; gap: 3px; border: 1px solid #c9dbef; border-radius: 14px; color: var(--navy); background: #f5faff; text-decoration: none; }
.optional-paths a:hover { border-color: var(--blue); background: white; }
.optional-paths span { color: var(--muted); font-size: .86rem; line-height: 1.4; }
.lesson-finish { clear: both; padding-top: 6px; }
.lesson-finish p { padding: 17px 19px; border-left: 5px solid var(--red); border-radius: 0 14px 14px 0; color: var(--navy); background: #fff4f2; }
.lesson-finish .button { margin: 8px 8px 0 0; }
.beginner-share-section { padding-top: 54px; padding-bottom: 54px; }
.beginner-share-card {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(26px, 5vw, 44px);
  border: 1px solid #d8c4aa;
  border-radius: 24px;
  background: white;
  box-shadow: inset 0 3px 0 rgba(201, 172, 137, .58), 0 12px 34px rgba(66, 48, 29, .09);
  text-align: center;
}
.beginner-share-card h2 { margin-bottom: 20px; color: var(--navy); }
.beginner-share-card > p { max-width: 610px; margin: 20px auto; color: var(--muted); }
.beginner-share-dialogue { display: grid; max-width: 650px; margin: 0 auto; gap: 10px; text-align: left; }
.beginner-share-dialogue p {
  margin: 0;
  padding: 14px 16px;
  border-left: 5px solid var(--red);
  border-radius: 0 14px 14px 0;
  color: var(--navy);
  background: #fff8eb;
}
.beginner-share-dialogue p:last-child { border-left-color: var(--blue); background: #eef6ff; }
.beginner-share-action { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; }
.beginner-share-action .button { cursor: pointer; }
.beginner-share-status { color: var(--navy); font-weight: 850; }
.section-action { margin: 28px 0 0; text-align: center; }

.not-found-main { background: linear-gradient(180deg, var(--cream) 0%, #f2e5d1 100%); }
.not-found-section { padding: 56px 0 68px; }
.not-found-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); align-items: center; gap: 36px; }
.not-found-scene { margin: 0; overflow: hidden; border: 8px solid #fff; border-radius: 28px; box-shadow: var(--shadow); }
.not-found-scene img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.not-found-card { padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); border-radius: 28px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.not-found-card h1 { max-width: 760px; margin-bottom: 24px; color: var(--navy); font-size: clamp(2rem, 4.5vw, 4.4rem); line-height: .98; }
.not-found-dialogue { display: grid; gap: 10px; margin: 0 0 22px; }
.not-found-dialogue p { margin: 0; padding: 13px 16px; border-left: 4px solid var(--red); border-radius: 0 14px 14px 0; background: #fff3ef; }
.not-found-dialogue p:first-child { border-left-color: var(--blue); background: #eef6ff; }
.not-found-explanation { max-width: 650px; margin-bottom: 24px; color: var(--muted); }
.not-found-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.not-found-signoff { display: grid; gap: 2px; margin: 30px 0 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--navy); }
.not-found-signoff strong { font-size: 1.18rem; }
.not-found-signoff span { font-weight: 750; }

@media (max-width: 860px) {
  .not-found-section { padding: 28px 0 48px; }
  .not-found-layout { grid-template-columns: 1fr; gap: 22px; }
  .not-found-scene { width: min(100%, 620px); margin-inline: auto; border-width: 5px; border-radius: 22px; }
  .not-found-card { padding: 28px 20px; border-radius: 22px; }
  .not-found-actions { display: grid; }
  .not-found-actions .button { width: 100%; }
}

@media (max-width: 620px) {
  .beginner-share-section { padding-top: 38px; padding-bottom: 38px; }
  .beginner-share-card { padding: 24px 18px; border-radius: 20px; }
  .beginner-share-action .button { width: 100%; }
}

/* Searchable curling calendar */
.calendar-hero { overflow: hidden; color: white; background: linear-gradient(135deg, var(--navy) 0%, #0d3d7d 72%, #1558b5 100%); }
.calendar-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: end; min-height: 380px; gap: 34px; }
.calendar-hero-grid > div { padding: 66px 0; }
.calendar-hero .breadcrumbs, .calendar-hero .breadcrumbs a { color: #dceaff; }
.calendar-hero h1 { max-width: 760px; margin: 8px 0 14px; font-size: clamp(3.2rem, 7vw, 6.4rem); line-height: .94; }
.calendar-hero .lede { max-width: 760px; }
.calendar-hero img { align-self: end; width: 280px; max-height: 340px; object-fit: contain; object-position: bottom; }
.calendar-section { padding: 68px 0 78px; background: var(--ice); }
.calendar-controls { display: grid; grid-template-columns: minmax(220px, 2fr) minmax(150px, 1fr) minmax(150px, 1fr) auto; align-items: end; padding: 28px; border-radius: 22px; color: white; background: var(--navy); box-shadow: var(--shadow); gap: 16px; }
.calendar-controls-heading { grid-column: 1 / -1; }
.calendar-controls-heading .eyebrow { color: #ffd467; }
.calendar-controls-heading h2 { margin: 0; color: white; }
.calendar-featured-event { grid-column: 1 / -1; display: flex; flex-wrap: wrap; align-items: center; gap: 9px; }
.calendar-featured-event span { color: #dbe8f8; font-size: .86rem; font-weight: 800; }
.calendar-featured-event button { min-height: 40px; padding: .55rem .78rem; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: var(--navy); background: var(--gold); font-weight: 900; cursor: pointer; }
.calendar-featured-event button:hover { background: white; }
.calendar-field { display: grid; gap: 7px; color: #dbe8f8; font-size: .86rem; font-weight: 800; }
.calendar-field input, .calendar-field select { width: 100%; min-height: 54px; padding: .78rem .9rem; border: 2px solid transparent; border-radius: 13px; color: var(--ink); background: white; }
.calendar-field input:focus, .calendar-field select:focus { border-color: var(--gold); outline: 3px solid rgba(242,182,50,.2); }
.calendar-clear { min-height: 54px; padding: .78rem 1rem; border: 1px solid rgba(255,255,255,.35); border-radius: 13px; color: white; background: transparent; font-weight: 850; cursor: pointer; }
.calendar-clear:hover { background: rgba(255,255,255,.12); }
.calendar-status { grid-column: 1 / -1; margin: 0; color: #dbe8f8; font-weight: 750; }
.calendar-results { display: grid; margin-top: 46px; gap: 44px; }
.calendar-month > h2 { display: flex; align-items: center; margin: 0 0 18px; color: var(--navy); font-size: clamp(1.8rem, 4vw, 2.5rem); gap: 14px; }
.calendar-month > h2::after { content: ""; height: 4px; flex: 1; border-radius: 999px; background: linear-gradient(90deg, var(--red), transparent); }
.calendar-event-list { display: grid; gap: 14px; }
.calendar-event { display: grid; grid-template-columns: 98px minmax(0, 1fr); overflow: hidden; border: 1px solid #d5e1ef; border-radius: 20px; background: white; box-shadow: 0 10px 30px rgba(8,41,88,.07); }
.calendar-date { display: grid; align-content: center; justify-items: center; min-height: 210px; padding: 20px 12px; color: white; background: var(--blue); text-decoration: none; }
.calendar-date span { font-size: .9rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.calendar-date strong { font-size: 2.9rem; line-height: 1; }
.calendar-event-body { padding: 24px 26px; }
.calendar-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.calendar-tags span { padding: 4px 9px; border-radius: 999px; color: var(--navy); background: #e7f1ff; font-size: .74rem; font-weight: 850; text-transform: uppercase; }
.calendar-tags span:first-child { color: white; background: var(--red); }
.calendar-event h3 { margin: 10px 0 4px; color: var(--navy); font-size: clamp(1.25rem, 3vw, 1.7rem); }
.calendar-event p { margin: 6px 0; }
.calendar-event-details { color: var(--blue); font-weight: 800; }
.calendar-streaming-note { margin: 0 0 22px; padding: 14px 18px; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; color: var(--navy); background: #fff8e8; }
.calendar-streaming-note p { margin: 3px 0; }
.calendar-streaming-pending { margin: 16px 0 10px; }
.calendar-streaming-pending strong { display: inline-block; padding: 5px 10px; border-radius: 999px; color: var(--navy); background: var(--gold); font-size: .76rem; font-weight: 950; letter-spacing: .05em; }
.calendar-streaming-pending p { margin: 8px 0 0; color: var(--ink); line-height: 1.55; }
.calendar-event-information { margin: 16px 0 10px; padding: 14px 16px; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; color: var(--navy); background: #fff8e8; }
.calendar-event-information p { line-height: 1.55; }
.calendar-viewing-note { color: var(--muted); font-size: .88rem; }
.calendar-event-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; }
.calendar-event-link { display: inline-block; margin-top: 8px; color: var(--blue); font-weight: 900; text-decoration: none; }
.calendar-event-link:hover { text-decoration: underline; }
.calendar-empty { margin-top: 42px; padding: 44px 24px; border: 2px dashed #bfd1e5; border-radius: 22px; text-align: center; background: white; }
.calendar-empty[hidden] { display: none; }
.calendar-empty h2 { color: var(--navy); }
.calendar-house { width: 92px; height: 92px; margin: 0 auto 18px; border-radius: 50%; background: var(--house-rings); box-shadow: 0 0 0 5px white, 0 0 0 7px #d9e5f2; }
.calendar-update-note { display: grid; grid-template-columns: 210px minmax(0, 1fr); align-items: center; overflow: hidden; margin-top: 60px; padding: 0 34px 0 10px; border-radius: 24px; background: #fff5d9; box-shadow: var(--shadow); }
.calendar-update-note img { align-self: end; width: 210px; max-height: 250px; object-fit: contain; object-position: bottom; }
.calendar-update-note > div { padding: 30px 0; }
.calendar-update-note h2 { margin: 2px 0 6px; color: var(--navy); }
.watch-calendar-section { padding-top: 54px; }
.watch-calendar-section > .container > .section-heading { margin-bottom: 24px; }
.watch-calendar-update { margin: 28px 0 0; padding: 16px 18px; border-left: 4px solid var(--red); border-radius: 0 12px 12px 0; color: var(--navy); background: white; font-weight: 750; }
.watch-calendar-update a { color: var(--blue); font-weight: 900; }
.watch-info-disclosure { background: white; }
.watch-info-disclosure > summary { position: sticky; z-index: 8; top: 76px; display: flex; align-items: center; justify-content: space-between; max-width: var(--max); margin: 0 auto; padding: 24px; border: 2px solid var(--navy); border-radius: 18px; color: white; background: var(--navy); box-shadow: var(--shadow); cursor: pointer; list-style: none; gap: 20px; }
.watch-info-disclosure > summary::-webkit-details-marker { display: none; }
.watch-info-disclosure > summary strong, .watch-info-disclosure > summary small { display: block; }
.watch-info-disclosure > summary strong { font-size: 1.25rem; }
.watch-info-disclosure > summary small { margin-top: 3px; color: #d6e5f8; font-size: .9rem; }
.watch-info-chevron { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; border: 2px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 1.55rem; line-height: 1; transition: transform .2s ease; }
.watch-info-disclosure[open] .watch-info-chevron { transform: rotate(180deg); }
.watch-info-body { margin-top: 18px; }

/* Calendar pop-up opened from the main navigation */
body.calendar-popup-open { overflow: hidden; }
.calendar-popup-dialog { width: min(1040px, calc(100% - 32px)); max-width: none; max-height: calc(100vh - 32px); padding: 0; border: 0; border-radius: 24px; background: var(--ice); box-shadow: 0 28px 90px rgba(0,0,0,.42); }
.calendar-popup-dialog::backdrop { background: rgba(3,14,28,.78); backdrop-filter: blur(4px); }
.calendar-popup-panel { overflow-y: auto; max-height: calc(100vh - 32px); padding: 28px; }
.calendar-popup-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.calendar-popup-heading .eyebrow { margin-bottom: 4px; }
.calendar-popup-heading h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 5vw, 3.25rem); }
.calendar-popup-close { display: grid; place-items: center; flex: 0 0 auto; width: 50px; height: 50px; border: 0; border-radius: 50%; color: white; background: var(--red); font-size: 2rem; line-height: 1; cursor: pointer; }
.calendar-popup-close:hover { background: #b71325; }
.calendar-popup-intro { margin: 8px 0 20px; color: var(--muted); }
.calendar-popup-controls { box-shadow: none; }
.calendar-popup-results { margin-top: 30px; gap: 30px; }
.calendar-popup-results .calendar-event { grid-template-columns: 80px minmax(0, 1fr); }
.calendar-popup-results .calendar-date { min-height: 0; }
.calendar-popup-footer { padding: 26px 0 4px; text-align: center; }
.calendar-popup-footer a { color: var(--blue); font-weight: 900; text-decoration: none; }
.calendar-popup-footer a:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .calendar-controls { grid-template-columns: 1fr 1fr; }
  .calendar-search-field { grid-column: 1 / -1; }
  .calendar-clear { grid-column: 1 / -1; }
  .start-here-hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 0; }
  .start-here-intro { padding: 58px 0 22px; }
  .start-here-cast { min-height: 320px; }
  .start-here-cast img { width: min(520px, 90%); }
  .learning-progress-wrap { top: 76px; }
  .learning-step { grid-template-columns: 1fr; align-items: start; }
  .lesson-watch, .lesson-note { justify-self: start; }
  .junior-pathway-layout, .grand-slam-video-row { grid-template-columns: 1fr; }
  .junior-pathway-layout .lesson-watch, .grand-slam-video-row .lesson-watch { justify-self: center; }
}

@media (max-width: 620px) {
  .calendar-popup-dialog { width: calc(100% - 16px); max-height: calc(100vh - 16px); border-radius: 18px; }
  .calendar-popup-panel { max-height: calc(100vh - 16px); padding: 20px 14px; }
  .calendar-popup-close { width: 44px; height: 44px; }
  .calendar-popup-results .calendar-event { grid-template-columns: 64px minmax(0, 1fr); }
  .calendar-popup-results .calendar-event-body { padding: 18px 14px; }
  .watch-info-disclosure > summary { top: 76px; margin-inline: 14px; padding: 18px; }
  .watch-info-disclosure > summary strong { font-size: 1.05rem; }
  .watch-info-disclosure > summary small { font-size: .82rem; }
  .calendar-hero-grid { grid-template-columns: minmax(0, 1fr) 130px; min-height: 320px; gap: 4px; }
  .calendar-hero-grid > div { padding: 44px 0; }
  .calendar-hero h1 {
    color: #fff;
    font-size: clamp(2.8rem, 14vw, 4.2rem);
    text-shadow: 0 2px 14px rgba(0, 0, 0, .3);
  }
  .calendar-hero img { width: 145px; max-height: 235px; margin-right: -25px; }
  .calendar-section { padding-top: 34px; }
  .calendar-controls { grid-template-columns: 1fr; padding: 22px 18px; }
  .calendar-field, .calendar-search-field, .calendar-clear { grid-column: 1; }
  .calendar-event { grid-template-columns: 72px minmax(0, 1fr); }
  .calendar-date { min-height: 0; padding: 22px 8px; }
  .calendar-date strong { font-size: 2.2rem; }
  .calendar-event-body { padding: 20px 18px; }
  .calendar-update-note { grid-template-columns: 115px minmax(0, 1fr); padding: 0 18px 0 0; }
  .calendar-update-note img { width: 125px; }
  .calendar-update-note .button { width: 100%; }
  .start-here-intro { padding-top: 44px; }
  .start-here-intro h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .start-here-intro .hero-actions .button { width: 100%; }
  .start-here-cast { min-height: 245px; }
  .learning-progress-wrap { position: static; }
  .learning-progress-wrap p span { display: none; }
  .learning-phase { margin-top: 42px; text-align: left; }
  .learning-step { padding: 24px 20px; gap: 28px; scroll-margin-top: 96px; }
  .lesson-number { width: 42px; height: 42px; margin-right: 12px; }
  .lesson-watch { width: min(100%, 340px); justify-self: center; }
  .lesson-watch-grid { grid-template-columns: 1fr; }
  .watch-card-header img { width: 138px; }
  .lesson-note { width: 100%; }
  .optional-paths { grid-template-columns: 1fr; }
  .lesson-finish .button { width: 100%; margin-right: 0; }
}

/* Ways to Curl — Granite's accessible curling welcome */
.ways-hero { overflow: hidden; color: white; background: linear-gradient(135deg, #082958 0%, #1558b5 100%); }
.ways-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 270px; align-items: end; min-height: 430px; gap: 34px; }
.ways-hero-grid > div { padding: 66px 0; }
.ways-hero .breadcrumbs, .ways-hero .breadcrumbs a { color: #dbe9fb; }
.ways-hero h1 { max-width: 740px; margin: 8px 0 14px; font-size: clamp(3.3rem, 7vw, 6.2rem); line-height: .96; }
.ways-hero .lede { max-width: 720px; }
.ways-hero img { align-self: end; width: 270px; max-height: 382px; object-fit: contain; object-position: bottom; }
.granite-quote { max-width: 630px; margin: 24px 0; padding: 16px 20px; border-left: 5px solid var(--gold); border-radius: 0 15px 15px 0; color: inherit; background: rgba(255,255,255,.1); font-size: 1.08rem; font-weight: 760; line-height: 1.5; }
.granite-quote span { display: block; margin-top: 6px; color: #ffe49a; font-size: .84em; }
.granite-quote.small { color: var(--navy); background: #fff4d7; }
.section-navy .granite-quote.small { color: white; background: rgba(255,255,255,.1); }
.ways-welcome { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ways-welcome > div { padding: 22px; border: 1px solid #d4e2f2; border-radius: 18px; color: var(--navy); background: white; }
.ways-welcome strong { display: block; font-size: 1.08rem; }
.ways-welcome p { margin: 6px 0 0; color: var(--muted); }
.ways-split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: start; gap: 42px; }
.ways-note, .ways-video-card { padding: 25px; border-radius: 20px; }
.ways-note { border: 1px solid #cfdeef; color: var(--navy); background: var(--ice); }
.ways-note strong { display: block; font-size: 1.15rem; }
.ways-note p { margin: 7px 0 14px; color: var(--muted); }
.ways-video-card { border: 1px solid rgba(255,255,255,.26); color: white; background: rgba(255,255,255,.08); }
.ways-video-card h3 { margin: 10px 0 4px; color: white; font-size: 1.4rem; }
.ways-video-card .button { margin: 5px 0 13px; }
.ways-video-card .arrow { display: block; color: #ffe49a; font-weight: 800; }
.ways-feature { display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: center; overflow: hidden; padding: 0 44px 0 12px; border-radius: 24px; background: white; box-shadow: var(--shadow); gap: 32px; }
.ways-feature img { align-self: end; width: 220px; max-height: 330px; object-fit: contain; object-position: bottom; }
.ways-feature > div { padding: 42px 0; }
.ways-feature h2 { margin-top: 0; color: var(--navy); }
.ways-card { min-height: 190px; }
.ways-card h3 { color: var(--navy); }
.ways-ask { margin: 24px 0 0; padding: 16px 20px; border-left: 5px solid var(--gold); border-radius: 0 14px 14px 0; color: var(--navy); background: #fff5d9; font-size: 1.05rem; }
.ways-closing { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr); align-items: center; overflow: hidden; margin-top: 48px; border: 1px solid #d2dfed; border-radius: 24px; background: var(--ice); box-shadow: var(--shadow); }
.ways-closing > img { width: 100%; min-height: 310px; height: 100%; object-fit: cover; }
.ways-closing > div { padding: 38px; }
.ways-closing h2 { margin: 0 0 8px; color: var(--navy); }
.ways-sources { max-width: 780px; margin: 28px auto 0; padding: 17px 21px; border: 1px solid #d2dfed; border-radius: 15px; color: var(--muted); background: white; }
.ways-sources summary { color: var(--navy); font-weight: 850; cursor: pointer; }
.ways-sources a { color: var(--blue); font-weight: 750; }
.ways-sources p { margin-bottom: 0; font-size: .92rem; }
.whats-new-footer { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 26px; }
.whats-new-footer > a:not(.button) { color: var(--blue); font-weight: 850; text-decoration: none; }
.whats-new-footer > a:not(.button):hover { text-decoration: underline; }

@media (max-width: 780px) {
  .ways-hero-grid { grid-template-columns: minmax(0, 1fr) 155px; min-height: 360px; gap: 4px; }
  .ways-hero-grid > div { padding: 48px 0; }
  .ways-hero img { width: 165px; max-height: 260px; margin-right: -18px; }
  .ways-welcome, .ways-split { grid-template-columns: 1fr; }
  .ways-split { gap: 22px; }
  .ways-feature { grid-template-columns: 130px minmax(0, 1fr); padding-right: 22px; gap: 18px; }
  .ways-feature img { width: 140px; max-height: 270px; }
  .ways-feature > div { padding: 30px 0; }
  .ways-closing { grid-template-columns: 1fr; }
  .ways-closing > img { min-height: 210px; max-height: 260px; object-position: center; }
}

@media (max-width: 480px) {
  .ways-hero h1 { font-size: clamp(2.8rem, 14vw, 4rem); }
  .ways-hero-grid { grid-template-columns: minmax(0, 1fr) 120px; }
  .ways-hero img { width: 132px; max-height: 230px; }
  .ways-hero .button { width: 100%; }
  .ways-feature { grid-template-columns: 1fr; padding: 0 22px; }
  .ways-feature img { width: 150px; max-height: 210px; margin: 0 auto -18px; }
  .ways-feature > div { padding-top: 10px; }
  .ways-closing > div { padding: 28px 22px; }
}

/* Club-room atmosphere: surface-only accents, with no content or layout changes. */
.homepage-real-hero {
  box-shadow: inset 0 -4px 0 var(--club-trim);
}
.homepage-quick-links {
  border-color: var(--club-trim);
  box-shadow: 0 12px 30px rgba(8, 25, 44, .22), inset 0 3px 0 rgba(201, 172, 137, .35);
}
.home-page main > .section:not(.section-ice):not(.section-navy):not(.section-cream) {
  background-color: var(--club-wall);
}
.home-page main > .section-ice {
  background: linear-gradient(160deg, #fafcfe, var(--ice));
  box-shadow: inset 0 1px 0 #e6ddd0, inset 0 -1px 0 #e6ddd0;
}
.home-page .content-card,
.home-page #start-here .card {
  border-color: #d8cbb9;
  box-shadow: inset 0 3px 0 var(--club-trim), 0 6px 22px rgba(66, 48, 29, .06);
}
.character-card,
.home-destination {
  border-color: #d8cbb9;
  box-shadow: 0 8px 26px rgba(66, 48, 29, .08);
}
.character-card .cutout-stage {
  background: radial-gradient(ellipse at 50% 0%, #fff5df, transparent 68%),
    linear-gradient(155deg, white, var(--ice));
  box-shadow: inset 0 -3px 0 var(--club-trim);
}
.page-hero {
  background-color: var(--club-wall);
  box-shadow: inset 0 -2px 0 #e6ddd0;
}
.clubroom-moment {
  box-shadow: inset 0 3px 0 var(--club-trim), 0 12px 30px rgba(8, 41, 88, .11);
}
.site-footer {
  background: radial-gradient(ellipse at 12% 0%, rgba(201, 143, 85, .12), transparent 65%), #061d3d;
  box-shadow: inset 0 4px 0 var(--club-trim);
}
.site-footer .brand {
  box-shadow: 0 0 0 1px var(--club-trim), 0 5px 18px rgba(0, 0, 0, .12);
}

@media (max-width: 780px) {
  /* Keep small screens quiet: flat surfaces and light framing only. */
  .home-page main > .section-ice { background: var(--ice); }
  .character-card .cutout-stage { background: linear-gradient(155deg, #fffaf0, var(--ice)); }
  .site-footer { background: #061d3d; }
  .home-page .content-card,
  .home-page #start-here .card { box-shadow: inset 0 2px 0 var(--club-trim); }
  .character-card,
  .home-destination { box-shadow: 0 4px 14px rgba(66, 48, 29, .05); }
}

/* Interior pages: carry the homepage's soft neighborhood-club atmosphere sitewide. */
body:not(.home-page) {
  background: var(--club-wall);
}

body:not(.home-page) main > section + section {
  box-shadow: inset 0 4px 0 var(--wood), inset 0 7px 0 #efddc5;
}

body:not(.home-page) main > .section:not(.section-navy):not(.section-ice):not(.section-cream),
body:not(.home-page) main > section:not([class]) {
  background-color: var(--club-wall);
}

body:not(.home-page) main > .section-ice,
body:not(.home-page) .calendar-section {
  background: linear-gradient(160deg, #fbfdff, var(--ice));
}

body:not(.home-page) main > .section-cream {
  background: linear-gradient(155deg, #fffdf8, var(--cream));
}

body:not(.home-page) .page-hero,
body:not(.home-page) .guide-cover {
  background: linear-gradient(145deg, #fff8ea 0%, var(--club-wall) 56%, #eef6ff 100%);
  box-shadow: inset 0 -5px 0 var(--wood), inset 0 -8px 0 #efddc5;
}

body:not(.home-page) .section-navy,
body:not(.home-page) .ask-hero,
body:not(.home-page) .calendar-hero,
body:not(.home-page) .junior-hero,
body:not(.home-page) .start-here-hero,
body:not(.home-page) .ways-hero,
body:not(.home-page) .uswca-hero {
  box-shadow: inset 0 -5px 0 var(--wood), inset 0 -8px 0 rgba(239, 221, 197, .72);
}

body:not(.home-page) .card,
body:not(.home-page) .guide-opening,
body:not(.home-page) .complete-guide-card,
body:not(.home-page) .guide-finale,
body:not(.home-page) .junior-scene,
body:not(.home-page) .junior-closing,
body:not(.home-page) .junior-sources,
body:not(.home-page) .curling-guide-figure,
body:not(.home-page) .club-card,
body:not(.home-page) .calendar-event,
body:not(.home-page) .calendar-update-note,
body:not(.home-page) .culture-feature,
body:not(.home-page) .rule-strip {
  border-color: #d8c4aa;
  box-shadow: inset 0 3px 0 rgba(201, 172, 137, .72), 0 9px 26px rgba(66, 48, 29, .09);
}

body:not(.home-page) .guide-nav,
body:not(.home-page) .callout,
body:not(.home-page) .piper-quote,
body:not(.home-page) .lesson-note p,
body:not(.home-page) .calendar-event-information {
  border-color: #c79a6c;
  background-color: #fff8eb;
}

body:not(.home-page) .site-footer {
  background: radial-gradient(ellipse at 12% 0%, rgba(200, 143, 85, .18), transparent 64%), linear-gradient(115deg, #2f2a27 0%, #17314a 46%, #061d3d 100%);
  box-shadow: inset 0 6px 0 var(--wood), inset 0 9px 0 #efddc5;
}

body:not(.home-page) .site-footer .brand {
  box-shadow: 0 0 0 2px var(--club-trim), 0 7px 20px rgba(0, 0, 0, .16);
}

body:not(.home-page) .site-footer .copyright {
  border-top-color: rgba(201, 172, 137, .5);
}

@media (max-width: 780px) {
  body:not(.home-page) main > section + section {
    box-shadow: inset 0 3px 0 var(--wood), inset 0 5px 0 #efddc5;
  }

  body:not(.home-page) .page-hero,
  body:not(.home-page) .guide-cover,
  body:not(.home-page) .section-navy,
  body:not(.home-page) .ask-hero,
  body:not(.home-page) .calendar-hero,
  body:not(.home-page) .junior-hero,
  body:not(.home-page) .start-here-hero,
  body:not(.home-page) .ways-hero,
  body:not(.home-page) .uswca-hero {
    box-shadow: inset 0 -4px 0 var(--wood), inset 0 -6px 0 rgba(239, 221, 197, .74);
  }

  body:not(.home-page) .card,
  body:not(.home-page) .guide-opening,
  body:not(.home-page) .complete-guide-card,
  body:not(.home-page) .guide-finale,
  body:not(.home-page) .junior-scene,
  body:not(.home-page) .junior-closing,
  body:not(.home-page) .junior-sources,
  body:not(.home-page) .curling-guide-figure,
  body:not(.home-page) .club-card,
  body:not(.home-page) .calendar-event,
  body:not(.home-page) .calendar-update-note,
  body:not(.home-page) .culture-feature,
  body:not(.home-page) .rule-strip {
    box-shadow: inset 0 2px 0 rgba(201, 172, 137, .68), 0 4px 14px rgba(66, 48, 29, .06);
  }

  body:not(.home-page) .site-footer {
    background: linear-gradient(135deg, #26333d, #061d3d);
    box-shadow: inset 0 5px 0 var(--wood);
  }
}

/* Match every interior page's light canvas to the homepage's warm club-room brown. */
body:not(.home-page),
body:not(.home-page) main > .section:not(.section-navy),
body:not(.home-page) main > .section-ice,
body:not(.home-page) main > .section-cream,
body:not(.home-page) main > .qa-section,
body:not(.home-page) main > .calendar-section,
body:not(.home-page) main > .learning-section,
body:not(.home-page) main > .burn-branch,
body:not(.home-page) .page-hero,
body:not(.home-page) .guide-cover {
  background: #fff6e8;
}

.position-card {
  padding: 18px;
}

.position-card > p {
  margin-bottom: 16px;
}

.position-card img {
  width: 100%;
  height: auto;
  border: 1px solid #d8c4aa;
  border-radius: 14px;
}
