/* Kenyon Country Club pages on kenyonminnesota.com.
   Scoped under body.kcc-body / .kn so nothing here touches the rest of the site. */

.kcc-body {
  --kg: #0f3d2a;           /* fairway */
  --kg-d: #072419;         /* pine shadow */
  --kg-l: #1b5a3e;
  --cream: #f7f3ea;
  --cream-2: #eee8d9;
  --gold: #b8933f;
  --gold-l: #d8bc6c;
  --kink: #17211b;
  --kmute: #66746b;
  --kline: #dfd7c4;
  --kserif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  padding-top: 0;
  background: var(--cream);
  color: var(--kink);
}
.kcc-body.kn-lock { overflow: hidden; }
.kcc-body main { background: var(--cream); }
.kcc-body h1, .kcc-body h2, .kcc-body h3 { font-family: var(--kserif); font-weight: 600; letter-spacing: .005em; }
.kcc-body p { line-height: 1.65; }
.k-wrap { max-width: 1120px; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2rem); }
.k-h2 { font-size: clamp(1.7rem, 3.6vw, 2.5rem); line-height: 1.08; margin: 0 0 .7rem; color: var(--kg); }
.k-h2.light, .light { color: var(--cream); }
.k-h3 { font-size: 1.25rem; margin: 1.4rem 0 .5rem; color: var(--kg); }
.k-lede { max-width: 64ch; color: #45524a; font-size: 1.02rem; margin: 0 0 1.6rem; }
.k-note { font-size: .84rem; color: var(--kmute); max-width: 74ch; margin: .9rem 0 0; line-height: 1.5; }
.k-note-l { font-size: .86rem; color: #c9d8ce !important; }
.k-muted { color: var(--kmute); font-size: .88rem; }
.k-two { display: grid; gap: clamp(1.8rem, 5vw, 4rem); grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); align-items: center; }
.k-two.rev > :first-child { order: 2; }
@media (max-width: 700px) { .k-two.rev > :first-child { order: 0; } }
.kcc-body section { padding: clamp(2.8rem, 7vw, 5.5rem) 0; }
.k-sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.4rem; }
.k-sec-head .k-lede { margin: 0; flex-basis: 100%; }
.k-link { color: var(--kg); font-weight: 600; text-decoration: none; border-bottom: 1.5px solid var(--gold); padding-bottom: .1rem; }
.k-link:hover { color: var(--gold); }
.k-btn { display: inline-block; background: var(--cream); color: var(--kg-d); text-decoration: none; font-weight: 600; font-size: .86rem; letter-spacing: .09em; text-transform: uppercase; padding: .9rem 1.6rem; border-radius: 3px; transition: transform .15s, background .15s; }
.k-btn:hover { transform: translateY(-1px); background: #fff; }
.k-btn.ghost { background: transparent; color: var(--cream); border: 1px solid rgba(247,243,234,.55); }
.k-btn.ghost:hover { background: rgba(247,243,234,.12); }
.k-btn.gold { background: var(--gold); color: #1d1704; }
.k-btn.gold:hover { background: var(--gold-l); }
.k-btn.solid { background: var(--kg); color: var(--cream); }
.k-btn.solid:hover { background: var(--kg-l); }
.k-fig { margin: 0; }
.k-fig img { width: 100%; height: auto; display: block; border-radius: 4px; }
.k-fig figcaption { font-size: .8rem; color: var(--kmute); margin-top: .55rem; line-height: 1.5; }
.k-fig-mark img { max-width: 340px; margin: 0 auto; border-radius: 0; }
.k-fig-mark figcaption { text-align: center; max-width: 42ch; margin-left: auto; margin-right: auto; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; background: #fff; border: 1px solid var(--kline); padding: .05rem .4rem; border-radius: 3px; font-size: .9em; }

/* ---------- floating nav pill ---------- */
.kn { position: fixed; top: 14px; left: 14px; right: 14px; max-width: 1120px; margin: 0 auto; z-index: 60; color: var(--cream);
  border-radius: 999px; background: rgba(7,36,25,.46); border: 1px solid rgba(247,243,234,.16);
  backdrop-filter: saturate(140%) blur(16px); -webkit-backdrop-filter: saturate(140%) blur(16px);
  box-shadow: 0 10px 34px rgba(4,20,13,.28), 0 1px 0 rgba(247,243,234,.08) inset; transition: background .2s; }
.kn.scrolled { background: rgba(7,36,25,.9); }
.kn-in { display: flex; align-items: center; gap: .9rem; min-height: 60px; padding: 0 10px 0 16px; }
.kn-brand { display: flex; align-items: center; gap: .6rem; color: var(--cream); text-decoration: none; font-family: var(--kserif); font-weight: 600; font-size: 1.22rem; line-height: 1; white-space: nowrap; flex-shrink: 0; margin-right: auto; }
.kn-brand img { width: 34px; height: auto; filter: drop-shadow(0 1px 3px rgba(0,0,0,.4)); }
.kn-brand small { display: block; font-family: var(--font-body, system-ui, sans-serif); font-weight: 400; font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; opacity: .8; margin-top: .3rem; }
.kn-site { margin-right: auto; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; color: var(--cream); text-decoration: none; border: 1px solid rgba(247,243,234,.3); border-radius: 999px; padding: .32rem .6rem; opacity: .85; white-space: nowrap; margin-right: auto; }
.kn-site:hover { opacity: 1; background: rgba(247,243,234,.12); }
.kn-site.m { display: none; }
.kn-links { display: flex; gap: .1rem; align-items: center; }
.kn-links a { color: var(--cream); text-decoration: none; font-size: .92rem; padding: .5rem .8rem; border-radius: 999px; opacity: .88; white-space: nowrap; transition: background .15s, opacity .15s; }
.kn-links a:hover { opacity: 1; background: rgba(247,243,234,.12); }
.kn-links a[aria-current] { opacity: 1; background: rgba(247,243,234,.16); box-shadow: inset 0 -2px 0 var(--gold); }
.kn-cta { display: inline-flex; align-items: center; gap: .5rem; color: #1d1704; background: var(--gold); text-decoration: none; font-weight: 600; font-size: .86rem; padding: .55rem 1rem; border-radius: 999px; white-space: nowrap; }
.kn-cta:hover { background: var(--gold-l); }
.kn-cta i { width: 7px; height: 7px; border-radius: 50%; background: #1d1704; opacity: .6; }
.kn-cta.m { display: none; }
.kn-menu { display: none; background: transparent; border: 1px solid rgba(247,243,234,.4); border-radius: 999px; width: 44px; height: 40px; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.kn-menu span { display: block; width: 18px; height: 2px; background: var(--cream); transition: transform .2s; }
.kn-menu[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.kn-menu[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.kn-site:not(.m) { display: none; }
@media (max-width: 960px) {
  .kn { top: 10px; left: 10px; right: 10px; border-radius: 22px; }
  .kn-in { min-height: 54px; padding: 0 8px 0 12px; }
  .kn-brand { font-size: 1.05rem; margin-right: auto; }
  .kn-brand img { width: 30px; }
  .kn-links { display: none; position: absolute; left: 0; right: 0; top: calc(100% + 8px); background: rgba(7,36,25,.96); border: 1px solid rgba(247,243,234,.14); border-radius: 22px; box-shadow: 0 16px 40px rgba(4,20,13,.35); flex-direction: column; align-items: stretch; gap: .1rem; padding: .7rem; }
  .kn-links.open { display: flex; }
  .kn-links a { font-family: var(--kserif); font-size: 1.45rem; padding: .7rem .9rem; border-radius: 12px; }
  .kn-links a[aria-current] { background: rgba(247,243,234,.1); box-shadow: none; color: var(--gold-l); }
  .kn-cta.d { display: none; }
  .kn-cta.m { display: inline-flex; font-family: var(--font-body, system-ui, sans-serif); font-size: 1rem !important; justify-content: center; margin-top: .6rem; border-radius: 999px !important; }
  .kn-site.m { display: block; text-align: center; margin: .6rem 0 .2rem; border: 0; opacity: .7; font-family: var(--font-body, system-ui, sans-serif); font-size: .7rem !important; }
  .kn-menu { display: flex; }
}

/* ---------- hero ---------- */
.k-hero { position: relative; isolation: isolate; background: var(--kg-d); color: var(--cream); min-height: min(88vh, 820px); display: flex; flex-direction: column; justify-content: flex-end; padding: 0 !important; overflow: hidden; }
.k-hero > picture, .k-hero > picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.k-hero > picture img { object-position: center 60%; }
.k-hero-mem > picture img { object-position: center 35%; }
.k-hero-sp > picture img, .k-hero-course > picture img { object-position: center 45%; }
.k-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7,36,25,.15) 0%, rgba(7,36,25,.25) 40%, rgba(7,36,25,.88) 100%); }
.k-hero-in { max-width: 1120px; width: 100%; margin: 0 auto; padding: clamp(9rem, 22vh, 13rem) clamp(1rem, 4vw, 2rem) clamp(2.2rem, 5vw, 3.6rem); }
.k-eyebrow { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-l); margin: 0 0 1rem; font-weight: 600; text-shadow: 0 1px 10px rgba(4,20,13,.7); }
.k-hero h1 { font-size: clamp(2.7rem, 7.2vw, 5.8rem); line-height: .98; margin: 0 0 1rem; color: var(--cream); letter-spacing: -.01em; max-width: 14ch; text-shadow: 0 2px 24px rgba(4,20,13,.5); }
.k-hero-sub { max-width: 56ch; font-size: clamp(1rem, 1.6vw, 1.15rem); color: #dbe6de; margin: 0 0 1.6rem; text-shadow: 0 1px 12px rgba(4,20,13,.6); }
.k-hero-acts { display: flex; gap: .7rem; flex-wrap: wrap; }
.k-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; opacity: 0; transition: opacity .8s ease; }
.k-video.on { opacity: 1; }
.k-hero-credit { position: absolute; right: clamp(1rem, 4vw, 2rem); top: 110px; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(247,243,234,.7); z-index: 1; }
@media (max-width: 720px) { .k-hero-credit { top: 104px; } }
@media (prefers-reduced-motion: reduce) { .k-video { display: none; } }

@media (max-width: 640px) { .k-reach { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .k-hero-in.right { padding-left: calc(clamp(1rem, 4vw, 2rem) + 38%); } .k-hero-sp > picture img, .k-hero-course > picture img { object-position: left 45%; } }

@media (max-width: 720px) { .k-hero { min-height: 82vh; } }

/* ---------- hero logo, facts card, the kenyonminnesota.com note ---------- */
.k-hero-logo { position: absolute; right: clamp(1rem, 4vw, 2rem); bottom: clamp(1.6rem, 4vw, 2.6rem); width: clamp(84px, 9vw, 128px); height: auto; z-index: 1; filter: drop-shadow(0 6px 18px rgba(4,20,13,.55)); }
.k-hero-home .k-hero-logo { bottom: calc(clamp(1.6rem, 4vw, 2.6rem) + 3.2rem); }
.k-hero-home .k-hero-in { padding-bottom: 6.4rem; }
.k-facts { position: relative; z-index: 2; margin-top: -3.2rem; }
.k-facts-card { background: #fff; border: 1px solid var(--kline); border-radius: 12px; box-shadow: 0 24px 60px rgba(23,33,27,.16); display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; }
.k-facts-card > div { padding: 1.4rem 1.2rem 1.3rem; border-left: 1px solid var(--kline); }
.k-facts-card > div:first-child { border-left: 0; }
.k-facts-card b { display: block; font-family: var(--kserif); font-weight: 600; font-size: clamp(1.9rem, 3vw, 2.6rem); line-height: 1; color: var(--kg); }
.k-facts-card span { display: block; margin-top: .45rem; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--kmute); }
.k-note-bar { display: flex; gap: .7rem; align-items: flex-start; margin: 1rem 0 0; font-size: .82rem; color: #5a675e; line-height: 1.55; max-width: 92ch; }
.k-note-bar i { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); margin-top: .5rem; }
.k-note-bar b { color: var(--kg); }
.k-note-bar a { color: var(--kg); }
.k-ribbon { padding: .2rem 0 0; }
.k-ribbon .k-note-bar { margin: .9rem 0 0; }
@media (max-width: 720px) {
  .k-facts { margin-top: -2.2rem; }
  .k-facts-card { grid-template-columns: repeat(2, 1fr); }
  .k-facts-card > div:nth-child(odd) { border-left: 0; }
  .k-facts-card > div:nth-child(n+3) { border-top: 1px solid var(--kline); }
  .k-facts-card > div:nth-child(5) { grid-column: 1 / -1; }
  .k-hero-home .k-hero-logo { bottom: calc(1.6rem + 2.2rem); }
}

/* ---------- overview furniture ---------- */
.k-intro p { font-size: 1.02rem; color: #2f3b34; }
.k-holestrip { display: grid; grid-template-columns: repeat(9, 1fr); gap: .5rem; }
.k-hs { background: #fff; border: 1px solid var(--kline); border-radius: 4px; padding: .8rem .4rem .7rem; text-align: center; text-decoration: none; color: var(--kink); transition: border-color .15s, transform .15s; }
.k-hs:hover { border-color: var(--gold); transform: translateY(-2px); }
.k-hs .n { display: block; font-family: var(--kserif); font-size: 2rem; line-height: 1; font-weight: 600; color: var(--kg); }
.k-hs .p { display: block; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); margin-top: .4rem; font-weight: 600; }
.k-hs .y { display: block; font-size: .78rem; color: var(--kmute); }
@media (max-width: 720px) { .k-holestrip { grid-template-columns: repeat(3, 1fr); } }
.k-green { background: var(--kg); color: var(--cream); }
.k-green p { color: #d3e0d7; }
.k-green a:not(.k-btn) { color: var(--gold-l); }
.k-tiers-mini { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1px; background: rgba(247,243,234,.16); border: 1px solid rgba(247,243,234,.16); }
.k-tiers-mini div { background: var(--kg); padding: 1rem; }
.k-tiers-mini span { display: block; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: #b9cbbf; }
.k-tiers-mini b { display: block; font-family: var(--kserif); font-size: 1.9rem; line-height: 1.1; color: var(--cream); margin-top: .3rem; }
.k-tiers-mini i { display: block; font-style: normal; font-size: .76rem; color: var(--gold-l); }
.k-events { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: 1rem; }
.k-events li { display: flex; gap: 1rem; align-items: flex-start; border-top: 1px solid var(--kline); padding-top: 1rem; }
.k-events.light li { border-top-color: rgba(247,243,234,.18); }
.k-ev-date { flex: 0 0 60px; text-align: center; background: #fff; border: 1px solid var(--kline); border-radius: 4px; padding: .4rem 0; }
.k-events.light .k-ev-date { background: rgba(247,243,234,.08); border-color: rgba(247,243,234,.2); }
.k-ev-date b { display: block; font-family: var(--kserif); font-size: 1.7rem; line-height: 1; color: var(--kg); }
.k-events.light .k-ev-date b { color: var(--cream); }
.k-ev-date i { display: block; font-style: normal; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-top: .2rem; }
.k-events li > div b { font-family: var(--kserif); font-size: 1.3rem; color: var(--kg); }
.k-events.light li > div b { color: var(--cream); }
.k-events li p { margin: .2rem 0 0; font-size: .92rem; }
.k-events li .k-muted { margin-top: .3rem; }
.k-events.light .k-muted { color: #a9bcb0; }
.k-record { background: var(--cream-2); border-top: 1px solid var(--kline); }
.k-record .k-two { align-items: start; }
.k-record p { font-size: .97rem; color: #2f3b34; }
.k-officers { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: .5rem 1rem; }
.k-officers b { display: block; font-size: .92rem; }
.k-officers span { font-size: .78rem; color: var(--kmute); }
.k-mentions ul.mentions { list-style: none; padding: 0; margin: 0; }
.k-visit dl.k-facts { display: grid; grid-template-columns: max-content 1fr; gap: .45rem 1.4rem; margin: 0; font-size: .96rem; }
.k-facts dt { color: var(--kmute); }
.k-facts dd { margin: 0; }
.k-facts a { color: var(--kg); }
@media (max-width: 520px) { .k-visit dl.k-facts { grid-template-columns: 1fr; gap: .05rem; } .k-facts dt { margin-top: .6rem; } }
.k-more { border-top: 1px solid var(--kline); }
.k-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.k-card { display: block; text-decoration: none; color: var(--kink); background: #fff; border: 1px solid var(--kline); border-radius: 6px; overflow: hidden; transition: transform .15s, box-shadow .15s; }
.k-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(23,33,27,.12); }
.k-card figure { margin: 0; aspect-ratio: 16 / 10; overflow: hidden; }
.k-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.k-card b { display: block; font-family: var(--kserif); font-size: 1.35rem; padding: .9rem 1rem 0; color: var(--kg); }
.k-card span { display: block; font-size: .86rem; color: var(--kmute); padding: .3rem 1rem 1rem; line-height: 1.5; }
.k-src { font-size: .78rem; color: var(--kmute); line-height: 1.6; padding: 1.5rem 0 3rem; }
.k-src a { color: var(--kmute); }

/* ---------- course page ---------- */
.k-card-sec { background: var(--cream-2); border-bottom: 1px solid var(--kline); }
.k-scroll { overflow-x: auto; }
table.k-scorecard { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; background: #fff; border: 1px solid var(--kline); min-width: 560px; }
table.k-scorecard th, table.k-scorecard td { text-align: center; padding: .66rem .3rem; font-size: .98rem; border-left: 1px solid #ece5d6; }
table.k-scorecard thead th { background: var(--kg); color: var(--cream); font-family: var(--kserif); font-size: 1.1rem; font-weight: 600; border-left-color: rgba(247,243,234,.16); }
table.k-scorecard .lab { text-align: left; padding-left: .9rem; color: var(--kmute); font-weight: 500; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; border-left: 0; white-space: nowrap; }
table.k-scorecard thead .lab { color: #cfe0d5; }
table.k-scorecard .tot { background: #f6f1e4; font-weight: 700; color: var(--kg); }
table.k-scorecard thead .tot { background: var(--gold); color: #1d1704; }
table.k-scorecard tr.yds td, table.k-scorecard tr.yds .tot { color: #4a564e; font-size: .9rem; }
table.k-scorecard tbody tr + tr { border-top: 1px solid #ece5d6; }
.k-course-facts { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--kline); border: 1px solid var(--kline); margin-top: 1.4rem; }
.k-course-facts div { background: #fff; padding: .9rem 1rem; }
.k-course-facts b { display: block; font-family: var(--kserif); font-size: 1.9rem; line-height: 1; color: var(--kg); }
.k-course-facts span { font-size: .76rem; color: var(--kmute); display: block; margin-top: .3rem; line-height: 1.3; }
@media (max-width: 760px) { .k-course-facts { grid-template-columns: repeat(3, 1fr); } }
.k-aerial .k-fig img { border-radius: 6px; box-shadow: 0 20px 50px rgba(23,33,27,.18); }
.k-rail { position: sticky; top: 70px; z-index: 5; display: flex; gap: .35rem; flex-wrap: wrap; background: rgba(247,243,234,.92); backdrop-filter: blur(8px); padding: .6rem 0; margin: 0 0 1rem; border-bottom: 1px solid var(--kline); }
.k-rail a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--kline); border-radius: 50%; text-decoration: none; color: var(--kg); font-family: var(--kserif); font-size: 1.15rem; font-weight: 600; background: #fff; }
.k-rail a:hover, .k-rail a.on { background: var(--kg); color: var(--cream); border-color: var(--kg); }
.k-hole { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(1.4rem, 4vw, 3.4rem); align-items: center; padding: clamp(1.8rem, 4vw, 3rem) 0; border-top: 1px solid var(--kline); scroll-margin-top: 130px; }
.k-hole:nth-of-type(even) figure { order: 2; }
.k-hole figure { margin: 0; }
.k-hole img { width: 100%; height: auto; display: block; border-radius: 4px; }
.k-hole-no { display: flex; align-items: baseline; gap: 1rem; margin-bottom: .8rem; }
.k-hole-no b { font-family: var(--kserif); font-size: clamp(3.4rem, 8vw, 5.4rem); line-height: .8; color: var(--gold); font-weight: 600; }
.k-hole-no span { font-family: var(--kserif); font-size: 1.2rem; color: var(--kg); display: inline-flex; align-items: center; gap: .7rem; }
.k-hole-no i { display: block; width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }
.k-hole-txt p { margin: 0 0 .9rem; font-size: 1rem; line-height: 1.65; color: #2f3b34; }
.k-advice { border-left: 2px solid var(--gold); padding: .1rem 0 .1rem 1rem; margin: 0 !important; font-style: italic; color: #4a564e !important; font-size: .95rem !important; }
.k-advice span { display: block; font-style: normal; font-size: .7rem; letter-spacing: .13em; text-transform: uppercase; color: var(--gold); margin-bottom: .3rem; font-weight: 600; }
@media (max-width: 760px) { .k-hole { grid-template-columns: 1fr; } .k-hole:nth-of-type(even) figure { order: 0; } }
table.k-tbl { width: 100%; border-collapse: collapse; font-size: .95rem; }
table.k-tbl td { padding: .55rem .2rem; border-bottom: 1px solid var(--kline); }
table.k-tbl td.num { text-align: right; font-variant-numeric: tabular-nums; font-weight: 600; color: var(--kg); white-space: nowrap; }
table.k-tbl.light td { border-bottom-color: rgba(247,243,234,.18); color: #d3e0d7; }
table.k-tbl.light td.num { color: var(--cream); }

/* ---------- memberships ---------- */
.k-tiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; }
.k-tier { background: #fff; border: 1px solid var(--kline); border-radius: 6px; padding: 1.4rem 1.3rem 1.3rem; display: flex; flex-direction: column; gap: .5rem; transition: transform .15s, box-shadow .15s; }
.k-tier:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(23,33,27,.1); }
.k-tier:first-child { border-color: var(--gold); box-shadow: inset 0 3px 0 var(--gold); }
.k-tier-name { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.k-price { font-family: var(--kserif); font-size: 2.6rem; line-height: 1; color: var(--kg); font-weight: 600; }
.k-price small { font-family: var(--font-body, system-ui, sans-serif); font-size: .74rem; color: var(--kmute); font-weight: 400; margin-left: .4rem; letter-spacing: .04em; }
.k-tier p { margin: 0; font-size: .9rem; color: #45524a; flex: 1; }
.k-offer { background: var(--cream-2); border-radius: 4px; padding: .6rem .7rem; font-size: .82rem !important; line-height: 1.5; }
.k-offer b { color: var(--kg); font-size: 1rem; }
.k-tier .k-link { align-self: flex-start; font-size: .9rem; }
.k-offer-sec { background: var(--cream-2); border-top: 1px solid var(--kline); border-bottom: 1px solid var(--kline); }
.k-offer-sec p { color: #2f3b34; }
.k-math { background: #fff; border: 1px solid var(--kline); border-radius: 6px; padding: 1.4rem; }
.k-math .k-h3 { margin-top: 0; }
.kcc-body .faq { max-width: 1120px; margin: 0 auto; padding: clamp(2rem, 5vw, 3.5rem) clamp(1rem, 4vw, 2rem) 0; }
.kcc-body .faq h2 { color: var(--kg); font-size: clamp(1.5rem, 3vw, 2rem); }
.kcc-body .faq .qa h3 { font-family: var(--font-body, system-ui, sans-serif); font-size: 1.02rem; font-weight: 600; color: var(--kink); }

/* ---------- sponsors ---------- */
.k-reach { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(247,243,234,.16); border: 1px solid rgba(247,243,234,.16); }
.k-reach div { background: var(--kg); padding: 1.3rem 1.2rem; }
.k-reach b { display: block; font-family: var(--kserif); font-size: 2.6rem; line-height: 1; color: var(--cream); }
.k-reach span { display: block; font-size: .84rem; color: #b9cbbf; margin-top: .4rem; line-height: 1.45; }
.k-ways-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1rem; }
.k-ways-grid article { background: #fff; border: 1px solid var(--kline); border-radius: 6px; padding: 1.4rem 1.3rem; }
.k-ways-grid b { display: block; font-family: var(--kserif); font-size: 1.5rem; color: var(--kg); margin-bottom: .4rem; }
.k-ways-grid p { margin: 0; font-size: .92rem; color: #45524a; }
.k-history p { color: #2f3b34; font-size: 1rem; }

/* ---------- the request wizard ---------- */
.k-wiz { background: var(--cream-2); border-top: 1px solid var(--kline); scroll-margin-top: 90px; }
.k-wiz-head { margin-bottom: 1.6rem; }
.k-wiz-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, 1fr); gap: clamp(1.4rem, 4vw, 3rem); align-items: start; }
@media (max-width: 800px) { .k-wiz-grid { grid-template-columns: 1fr; } }
.k-wiz-app { background: #fff; border: 1px solid var(--kline); border-radius: 8px; padding: clamp(1.2rem, 3vw, 2rem); min-height: 380px; box-shadow: 0 18px 40px rgba(23,33,27,.08); }
.kw-prog { display: flex; align-items: center; gap: .8rem; margin-bottom: 1.4rem; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--kmute); font-weight: 600; }
.kw-prog i { flex: 1; height: 3px; background: var(--kline); border-radius: 2px; overflow: hidden; }
.kw-prog i b { display: block; height: 100%; background: var(--gold); transition: width .3s; }
.kw-q { font-family: var(--kserif); font-size: clamp(1.4rem, 2.6vw, 1.85rem); font-weight: 600; color: var(--kg); margin: 0 0 1.1rem; line-height: 1.2; }
.kw-opts { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: .6rem; }
.kw-opt { position: relative; display: block; cursor: pointer; }
.kw-opt input { position: absolute; opacity: 0; inset: 0; }
.kw-opt span { display: block; border: 1.5px solid var(--kline); border-radius: 6px; padding: .85rem .95rem; transition: border-color .15s, background .15s, transform .15s; }
.kw-opt span b { display: block; font-size: .98rem; font-weight: 600; color: var(--kink); }
.kw-opt span small { display: block; font-size: .8rem; color: var(--kmute); margin-top: .15rem; line-height: 1.4; }
.kw-opt:hover span { border-color: #b5b9a8; transform: translateY(-1px); }
.kw-opt input:checked + span { border-color: var(--kg); background: #f3f7f3; box-shadow: inset 0 0 0 1px var(--kg); }
.kw-opt input:focus-visible + span { outline: 2px solid var(--gold); outline-offset: 2px; }
.kw-nav { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1.4rem; }
.kw-btn { font: inherit; font-weight: 600; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; border: 0; border-radius: 3px; padding: .85rem 1.4rem; cursor: pointer; background: var(--kg); color: var(--cream); }
.kw-btn:hover { background: var(--kg-l); }
.kw-btn[disabled] { opacity: .45; cursor: not-allowed; }
.kw-btn.back { background: transparent; color: var(--kmute); padding-left: 0; }
.kw-btn.back:hover { color: var(--kink); background: transparent; }
.kw-fields { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1rem; }
.kw-fields .full { grid-column: 1 / -1; }
@media (max-width: 560px) { .kw-fields { grid-template-columns: 1fr; } }
.kw-fields label { display: block; font-size: .8rem; font-weight: 600; color: #45524a; margin-bottom: .3rem; }
.kw-fields input, .kw-fields textarea, .kw-fields select { width: 100%; font: inherit; font-size: .96rem; padding: .65rem .75rem; border: 1.5px solid var(--kline); border-radius: 5px; background: #fff; color: var(--kink); }
.kw-fields input:focus, .kw-fields textarea:focus, .kw-fields select:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--kg); }
.kw-fields .err { border-color: #b23a48 !important; }
.kw-pref { display: flex; gap: .5rem; flex-wrap: wrap; }
.kw-pref label { display: inline-flex; align-items: center; gap: .4rem; border: 1.5px solid var(--kline); border-radius: 999px; padding: .4rem .8rem; cursor: pointer; font-weight: 500; margin: 0; }
.kw-pref input { width: auto; }
.kw-pref label:has(input:checked) { border-color: var(--kg); background: #f3f7f3; }
.kw-hp { position: absolute; left: -9999px; }
.kw-fine { font-size: .78rem; color: var(--kmute); margin: 1rem 0 0; line-height: 1.5; }
.kw-done { text-align: center; padding: 1.5rem 0; }
.kw-done .mark { width: 56px; height: 56px; border-radius: 50%; background: var(--kg); color: var(--cream); display: inline-flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 1rem; }
.kw-done h3 { font-size: 1.7rem; margin: 0 0 .5rem; color: var(--kg); }
.kw-done p { color: #45524a; max-width: 46ch; margin: 0 auto .7rem; }
.kw-fail textarea { width: 100%; min-height: 160px; font: inherit; font-size: .88rem; border: 1.5px solid var(--kline); border-radius: 5px; padding: .7rem; margin-top: .8rem; }
.k-wiz-side { position: sticky; top: 90px; background: var(--kg); color: var(--cream); border-radius: 8px; padding: 1.4rem 1.4rem 1.5rem; }
.k-wiz-side h3 { margin: 0 0 .9rem; font-size: 1.3rem; color: var(--cream); }
.k-wiz-side .k-muted { color: #a9bcb0; }
.ks-line { display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-top: 1px solid rgba(247,243,234,.14); font-size: .9rem; }
.ks-line:first-child { border-top: 0; }
.ks-line span:first-child { color: #d3e0d7; }
.ks-line span:last-child { font-variant-numeric: tabular-nums; white-space: nowrap; }
.ks-line.off span:last-child { color: var(--gold-l); }
.ks-line.total { border-top: 1px solid rgba(247,243,234,.35); margin-top: .4rem; padding-top: .8rem; font-family: var(--kserif); font-size: 1.5rem; font-weight: 600; }
.ks-line.total span:first-child { color: var(--cream); }
.ks-line.total span:last-child { color: var(--gold-l); }
.ks-note { font-size: .78rem; color: #a9bcb0; margin: .9rem 0 0; line-height: 1.5; }
.ks-alt { background: rgba(247,243,234,.08); border-radius: 5px; padding: .7rem .8rem; font-size: .84rem; margin-top: .9rem; line-height: 1.5; color: #d3e0d7; }
.ks-alt b { color: var(--gold-l); }
.ks-answers { list-style: none; padding: 0; margin: 0; }
.ks-answers li { padding: .45rem 0; border-top: 1px solid rgba(247,243,234,.14); font-size: .9rem; }
.ks-answers li:first-child { border-top: 0; }
.ks-answers li small { display: block; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: #a9bcb0; }

/* ---------- store: ultra minimal, one flow ---------- */
.k-hero-store > picture img { object-position: center 40%; }
.k-hero-store::after { background: linear-gradient(180deg, rgba(7,36,25,.05) 0%, rgba(7,36,25,.12) 45%, rgba(7,36,25,.82) 100%); }
.k-hero-store .k-hero-sub a { color: var(--cream); }
.k-store { padding-top: clamp(1.6rem, 4vw, 2.8rem) !important; }
.k-m-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.2rem, 3vw, 2.4rem) clamp(1rem, 2.5vw, 2rem); }
.k-m-item { margin: 0; }
.k-m-item img { width: 100%; height: auto; display: block; border-radius: 6px; background: #fff; }
.k-m-item figcaption { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; padding: .8rem .1rem 0; }
.k-m-item b { font-family: var(--kserif); font-weight: 600; font-size: 1.25rem; color: var(--kg); }
.k-m-item span { font-size: .82rem; color: var(--kmute); text-align: right; }
@media (max-width: 700px) { .k-m-grid { grid-template-columns: 1fr; } .k-m-item figcaption { flex-direction: column; gap: .15rem; } .k-m-item span { text-align: left; } }
.k-m-label { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin: clamp(2.6rem, 6vw, 4.4rem) 0 1rem; }
.k-m-marks { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; }
.k-m-marks.wide { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.k-m-mark { display: block; text-decoration: none; color: var(--kink); }
.k-m-mark picture { display: flex; align-items: center; justify-content: center; aspect-ratio: 1 / 1; }
.k-m-marks.wide picture { aspect-ratio: 16 / 9; }
.k-m-mark img { max-height: 100%; width: 100%; height: auto; object-fit: contain; display: block; border-radius: 6px; transition: transform .15s; }
.k-m-mark:hover img { transform: translateY(-2px); }
.k-m-mark span { display: flex; justify-content: space-between; font-size: .82rem; padding: .5rem .1rem 0; color: #45524a; }
.k-m-mark i { font-style: normal; font-size: .68rem; letter-spacing: .1em; color: var(--kmute); }
.k-m-note { font-size: .8rem; color: var(--kmute); line-height: 1.6; max-width: 80ch; margin: clamp(2.6rem, 6vw, 4.4rem) 0 1rem; }
.k-m-note a { color: var(--kmute); }
.k-hero-acts.center { justify-content: center; }
.k-hero-home .k-hero-in { text-align: center; }

/* nav: keep the pill on one line at laptop widths */
@media (max-width: 1240px) { .kn-links a { font-size: .85rem; padding: .45rem .55rem; } .kn-brand small { display: none; } .kn-brand { font-size: 1.1rem; } .kn-cta { font-size: .8rem; padding: .5rem .8rem; } }
@media (max-width: 1060px) and (min-width: 961px) { .kn-cta.d { display: none; } }

/* ---------- public record: compact ---------- */
.kcc-body section.k-record { padding: clamp(2rem, 5vw, 3.6rem) 0; }
.k-record .k-sec-head { margin-bottom: 1.2rem; }
.k-rec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.k-rec-card { background: #fff; border: 1px solid var(--kline); border-radius: 8px; padding: 1.1rem 1.2rem 1rem; }
.k-rec-card h3 { font-size: 1.15rem; margin: 0 0 .6rem; color: var(--kg); }
.k-rec-card p { font-size: .9rem; margin: 0; color: #2f3b34; }
.k-rec-card .k-note { margin-top: .7rem; }
table.k-tbl.small { font-size: .88rem; }
table.k-tbl.small td { padding: .38rem .1rem; }
.k-rec-card .k-officers { grid-template-columns: 1fr 1fr; gap: .35rem .8rem; }
.k-rec-card .k-officers b { font-size: .88rem; }
.k-rec-card .k-officers span { font-size: .72rem; }
.k-rec-h3 { display: flex; align-items: baseline; gap: .8rem; flex-wrap: wrap; margin: 1.8rem 0 .4rem; }
.k-rec-h3 span { font-family: var(--font-body, system-ui, sans-serif); font-size: .8rem; color: var(--kmute); font-weight: 400; }
.k-mentions > section > p { display: none; }
.k-mentions ul.mentions { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 2rem; }
.k-mentions .mentions li { break-inside: avoid; display: grid; grid-template-columns: 8.6rem 1fr; gap: .6rem; padding: .38rem 0; border-bottom: 1px solid var(--kline); font-size: .86rem; line-height: 1.4; }
.k-mentions .mentions .when { font-weight: 600; white-space: nowrap; }
.k-mentions .mentions .when a { color: var(--kg); text-decoration: none; border-bottom: 1px solid var(--gold); }
.k-mentions .mentions .when .muted { display: block; font-weight: 400; font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; color: var(--kmute); }
@media (max-width: 900px) { .k-rec-grid { grid-template-columns: 1fr; } .k-mentions ul.mentions { columns: 1; } }
.kcc-body .k-mentions > section { padding: 0; }
.kcc-body section.k-visit { padding: clamp(1.6rem, 4vw, 2.8rem) 0 clamp(2rem, 5vw, 3.4rem); }
.k-visit .k-h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); }
.k-visit dl.k-facts { grid-template-columns: max-content 1fr max-content 1fr; column-gap: 1.6rem; }
@media (max-width: 760px) { .k-visit dl.k-facts { grid-template-columns: max-content 1fr; } }
@media (max-width: 520px) { .k-visit dl.k-facts { grid-template-columns: 1fr; } }

/* ---------- course: scannable pars ---------- */
.k-par { display: inline-block; font-family: var(--font-body, system-ui, sans-serif); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .28rem .55rem; border-radius: 999px; line-height: 1; }
.k-par.p3 { background: #fbf1d6; color: #7a5a12; }
.k-par.p4 { background: #e6efe8; color: var(--kg); }
.k-par.p5 { background: var(--kg); color: var(--cream); }
table.k-scorecard td.p3 { background: #fbf1d6; color: #7a5a12; font-weight: 700; }
table.k-scorecard td.p4 { background: #eef4ef; color: var(--kg); font-weight: 700; }
table.k-scorecard td.p5 { background: var(--kg); color: var(--cream); font-weight: 700; }
.k-ydn { font-family: var(--kserif); font-size: 1.5rem; color: var(--kg); font-weight: 600; line-height: 1; }
.k-ydn small { font-family: var(--font-body, system-ui, sans-serif); font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; color: var(--kmute); margin-left: .35rem; font-weight: 500; }
.k-hole-no { align-items: center; gap: .8rem; }
.k-hole-spec { display: flex; align-items: center; gap: 1rem; margin: 0 0 1rem; flex-wrap: wrap; }
.k-ybar { display: block; flex: 0 0 160px; height: 5px; background: var(--kline); border-radius: 3px; overflow: hidden; }
.k-ybar i { display: block; height: 100%; background: linear-gradient(90deg, var(--gold), var(--kg)); }
.k-tags { display: flex; gap: .35rem; flex-wrap: wrap; }
.k-tags em { font-style: normal; font-size: .72rem; color: #45524a; background: #fff; border: 1px solid var(--kline); border-radius: 999px; padding: .2rem .55rem; }
.k-holestrip.course { margin-top: 1.4rem; grid-template-columns: repeat(9, 1fr); }
.k-holestrip.course .k-hs { display: flex; flex-direction: column; align-items: center; gap: .35rem; padding: .8rem .4rem; }
.k-holestrip.course .k-hs .n { margin-bottom: .1rem; }
.k-holestrip.course .k-hs .y { font-size: .78rem; color: var(--kink); }
.k-holestrip.course .k-ybar { flex: none; width: 70%; height: 4px; }
.k-holestrip.course .t { font-size: .66rem; color: var(--kmute); text-align: center; line-height: 1.25; }
@media (max-width: 900px) { .k-holestrip.course { grid-template-columns: repeat(3, 1fr); } }
.k-note .k-par { margin-right: .2rem; }

/* ---------- image bands (memberships) ---------- */
.k-band { position: relative; isolation: isolate; color: var(--cream); min-height: clamp(380px, 62vh, 600px); display: flex; align-items: center; overflow: hidden; background: var(--kg-d); padding: clamp(3rem, 8vw, 5.5rem) 0 !important; }
.k-band > picture, .k-band > picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.k-band > picture img { object-position: var(--pos, center 50%); }
.k-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,36,25,.82) 0%, rgba(7,36,25,.55) 55%, rgba(7,36,25,.25) 100%); }
.k-band-in { max-width: 1120px; width: 100%; margin: 0 auto; padding: 0 clamp(1rem, 4vw, 2rem); }
.k-band h2 { font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1; color: var(--cream); margin: 0 0 1rem; max-width: 16ch; text-shadow: 0 2px 20px rgba(4,20,13,.5); }
.k-band-p { max-width: 58ch; color: #dbe6de; font-size: 1.02rem; margin: 0 0 1.4rem; }
.k-band-p code { background: rgba(247,243,234,.14); border-color: rgba(247,243,234,.3); color: var(--cream); }
.k-math-sec p { color: #2f3b34; }
/* hole header pills keep their own type */
.k-hole-no .k-par { font-family: var(--font-body, system-ui, sans-serif); font-size: .7rem; }
.k-hole-no .k-ydn { font-family: var(--kserif); font-size: 1.5rem; }
.k-hero-in.center { text-align: center; } .k-hero-in.center h1 { margin-left: auto; margin-right: auto; }

.k-record-link { background: var(--cream-2); border-top: 1px solid var(--kline); border-bottom: 1px solid var(--kline); }
.kcc-body section.k-record-link { padding: clamp(1.8rem, 4vw, 2.8rem) 0; }
.k-record-link p { margin: 0; color: #2f3b34; max-width: 60ch; }
.k-record-cta { text-align: right; }
@media (max-width: 700px) { .k-record-cta { text-align: left; } }
.k-page-top { padding-top: calc(clamp(2rem, 5vw, 3.6rem) + 74px) !important; }
.k-h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); }
.k-rec-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.k-hero-mark { display: block; width: min(520px, 70vw); margin: 0 auto 1.6rem; filter: drop-shadow(0 8px 30px rgba(4,20,13,.6)); }
.k-hero-mark img { width: 100%; height: auto; display: block; }

/* nav never spills past the pill */
.kn-in { gap: .7rem; }
.kn-links { min-width: 0; flex-wrap: nowrap; }
.kn-cta.d, .kn-menu { flex-shrink: 0; }
.kn-links a { padding: .5rem .7rem; }
@media (max-width: 1240px) { .kn-links a { padding: .45rem .5rem; } }
.k-note-bar { justify-content: center; text-align: center; margin-left: auto; margin-right: auto; }
.k-note-bar i { display: none; }

/* ---------- sponsors: holes, clubhouse, items ---------- */
.k-sp-holes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.k-sp-hole { display: block; text-decoration: none; color: var(--kink); background: #fff; border: 1px solid var(--kline); border-radius: 8px; overflow: hidden; transition: transform .15s, box-shadow .15s; }
.k-sp-hole:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(23,33,27,.12); }
.k-sp-hole img { width: 100%; height: auto; display: block; aspect-ratio: 3 / 2; object-fit: cover; }
.k-sp-hole-txt { padding: .9rem 1rem 1rem; display: flex; flex-direction: column; gap: .5rem; }
.k-sp-hole .k-hole-no { margin: 0; }
.k-sp-hole .k-hole-no b { font-size: 2.4rem; }
.k-sp-status { font-size: .8rem; color: var(--kmute); line-height: 1.45; }
.k-sp-hole .k-link { align-self: flex-start; font-size: .88rem; }
@media (max-width: 900px) { .k-sp-holes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .k-sp-holes { grid-template-columns: 1fr; } }
.k-sp-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1rem; }
.k-sp-card { display: flex; flex-direction: column; gap: .5rem; text-decoration: none; color: var(--kink); background: #fff; border: 1px solid var(--kline); border-radius: 8px; padding: 1.3rem 1.2rem; transition: transform .15s, box-shadow .15s; }
.k-sp-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(23,33,27,.12); }
.k-sp-card b { font-family: var(--kserif); font-size: 1.4rem; color: var(--kg); }
.k-sp-card p { margin: 0; font-size: .9rem; color: #45524a; flex: 1; }
.k-sp-card .k-link { align-self: flex-start; font-size: .88rem; }
.k-ways-grid-a { text-decoration: none; color: inherit; display: block; }
.k-ways-grid-a article { height: 100%; display: flex; flex-direction: column; gap: .4rem; transition: transform .15s, box-shadow .15s; }
.k-ways-grid-a:hover article { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(23,33,27,.12); }
.k-ways-grid article p { flex: 1; }
.k-ev-tag { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.k-ways-grid .k-link { align-self: flex-start; font-size: .88rem; }
.kcc-body section.k-club-sp { padding-top: clamp(1.6rem, 4vw, 2.6rem); }
.k-note-bar { max-width: none; }
@media (min-width: 900px) { .k-note-bar span { white-space: nowrap; } }
.k-hero-in.mid { padding-bottom: clamp(6rem, 18vh, 11rem); }
.k-hero-est { margin: 0; font-family: var(--kserif); font-size: clamp(1.1rem, 2vw, 1.5rem); letter-spacing: .3em; text-transform: uppercase; color: var(--gold-l); text-shadow: 0 1px 12px rgba(4,20,13,.6); text-indent: .3em; }
.k-hero-est + .k-hero-acts { margin-top: 1.6rem; }

/* tiers: fit five across, three, then one */
.k-tiers { grid-template-columns: repeat(5, 1fr); gap: .8rem; }
.k-tier { padding: 1.2rem 1.1rem 1.1rem; gap: .45rem; }
.k-price { font-size: 2.3rem; }
.k-tier p { font-size: .86rem; }
.k-offer { display: flex; flex-direction: column; gap: .2rem; padding: .55rem .65rem; }
.k-offer code { align-self: flex-start; font-size: .72rem; }
.k-tier .k-link { font-size: .84rem; }
@media (max-width: 1100px) { .k-tiers { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .k-tiers { grid-template-columns: 1fr 1fr; } }
@media (max-width: 440px) { .k-tiers { grid-template-columns: 1fr; } }
.k-tiers-sec .k-sec-head { margin-bottom: 1.2rem; }
.k-hero-in .k-of { display: inline-block; font-style: italic; font-weight: 400; font-size: .55em; line-height: 1.1; color: var(--gold-l); }

/* ---------- nav: brand + link home ---------- */
.kn-brand-wrap { display: flex; flex-direction: column; gap: .15rem; margin-right: auto; flex-shrink: 0; min-width: 0; }
.kn-brand-wrap .kn-brand { margin-right: 0; }
.kn-home { display: block; font-family: var(--font-body, system-ui, sans-serif); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: var(--cream); opacity: .78; text-decoration: none; padding-left: 44px; white-space: nowrap; }
.kn-home::before { content: "\2190\00a0"; }
.kn-home:hover { opacity: 1; text-decoration: underline; }
@media (max-width: 960px) { .kn-home { padding-left: 40px; font-size: .6rem; } }

/* ---------- phones ---------- */
@media (max-width: 600px) {
  .k-card-sec .k-scroll { display: none; }
  .k-course-facts { grid-template-columns: repeat(2, 1fr); }
  .k-hero { min-height: min(82vh, 640px); }
  .k-hero h1 { font-size: clamp(2.3rem, 11vw, 3.2rem); }
  .k-band { min-height: 0; }
  .k-band h2 { font-size: clamp(1.9rem, 9vw, 2.6rem); }
  .kcc-body section { padding: clamp(2.2rem, 9vw, 3rem) 0; }
  .k-hole-no b { font-size: 2.8rem; }
  .k-ybar { flex-basis: 110px; }
  .k-mentions .mentions li { grid-template-columns: 1fr; gap: .15rem; }
  .k-wiz-app { padding: 1rem; }
  .kw-fields { grid-template-columns: 1fr; }
  .k-facts-card b { font-size: 1.7rem; }
  .k-m-head h1 { font-size: clamp(2.6rem, 14vw, 4rem); }
}
@media (max-width: 640px) { .k-reach { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 440px) { .k-reach { grid-template-columns: 1fr; } .k-reach div { padding: 1rem; } .k-reach b { font-size: 2rem; } }
