/* ============================================================
   Siren Heels — About Kamryn
   Black stage, gold spotlight, subtle blue edge light.
   Personality accents: pink, leopard, blue — used sparingly.
   Loads AFTER styles.css and only on about-kamryn.html.
   ============================================================ */

.page-kamryn {
  --k-gold: #D8B76A;
  --k-gold-bright: #F0D79A;
  --k-gold-deep: #8C6D33;
  --k-pink: #FF6FA5;
  --k-pink-soft: rgba(255, 111, 165, 0.28);
  /* Hot pink for text accents, lightened 20% (mixed toward white) from
     #FF4D9E so it still catches the eye without glaring on black. */
  --k-pink-text: #FF71B1;
  --k-ink: #030304;
  --k-ink-soft: #0A0A0D;

  /* Typewriter/screenplay accent — the LA/NY editorial layer. Used only on
     small meta text (eyebrows, kickers, credits) so the page stays premium. */
  --k-mono: "Courier Prime", "Courier New", ui-monospace, monospace;

  background: var(--k-ink);
}

/* Leopard texture, generated — tasteful, low-opacity, never a full background.
   Used only behind the portrait frame and as a divider accent. */
.page-kamryn {
  --k-leopard: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%23C08A2E' stroke-width='3' opacity='0.55'%3E%3Cpath d='M18 22c6-5 14-3 15 4s-6 12-13 9-8-9-2-13z'/%3E%3Cpath d='M62 14c7-4 15 0 14 7s-8 10-14 6-7-9 0-13z'/%3E%3Cpath d='M96 34c6-4 13 0 12 7s-8 9-13 5-5-8 1-12z'/%3E%3Cpath d='M34 62c7-5 15-1 14 6s-9 11-15 7-6-9 1-13z'/%3E%3Cpath d='M78 70c6-4 13-1 13 6s-8 10-13 6-6-8 0-12z'/%3E%3Cpath d='M12 96c6-5 14-2 14 5s-8 11-14 7-6-8 0-12z'/%3E%3Cpath d='M56 100c6-4 13 0 12 7s-8 9-13 5-5-8 1-12z'/%3E%3Cpath d='M100 96c5-4 12 0 11 6s-7 9-12 5-4-7 1-11z'/%3E%3C/g%3E%3Cg fill='%23A8721F' opacity='0.4'%3E%3Ccircle cx='25' cy='28' r='3'/%3E%3Ccircle cx='69' cy='20' r='3'/%3E%3Ccircle cx='102' cy='40' r='2.5'/%3E%3Ccircle cx='41' cy='68' r='3'/%3E%3Ccircle cx='84' cy='76' r='2.5'/%3E%3Ccircle cx='19' cy='102' r='3'/%3E%3Ccircle cx='62' cy='106' r='2.5'/%3E%3Ccircle cx='105' cy='101' r='2'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- Nav tweak: gold rather than blue on this page ---------- */
.page-kamryn .nav {
  background: rgba(3, 3, 4, 0.82);
  border-bottom: 1px solid rgba(216, 183, 106, 0.18);
}

/* ---------- Every pill on this page is gold ----------
   Blue survives only as ambient edge light + the one accent card, so the
   page stays black/gold while still reading as the same site. */
.page-kamryn .nav__cta {
  background: linear-gradient(135deg, var(--k-gold-deep), var(--k-gold) 45%, var(--k-gold-bright));
  color: #14100A;
  box-shadow: 0 0 22px rgba(216, 183, 106, 0.4);
}
.page-kamryn .nav__cta:hover {
  color: #14100A;
  box-shadow: 0 0 34px rgba(240, 215, 154, 0.7);
}
/* The Instagram pill ships as .btn--blue from the shared stylesheet. */
.page-kamryn .btn--blue {
  background: transparent;
  color: var(--k-gold);
  border-color: rgba(216, 183, 106, 0.55);
  box-shadow: none;
}
.page-kamryn .btn--blue:hover {
  color: var(--k-gold-bright);
  border-color: var(--k-gold-bright);
  box-shadow: 0 0 22px rgba(216, 183, 106, 0.28);
}
/* Ghost pills pick up the gold hover too. */
.page-kamryn .btn--ghost { border-color: rgba(216, 183, 106, 0.55); }
.page-kamryn .btn--ghost:hover { color: var(--k-gold-bright); border-color: var(--k-gold-bright); }
.page-kamryn .nav__links a[aria-current="page"] {
  color: var(--k-gold);
}
.page-kamryn .nav__links a[aria-current="page"]::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 3px;
  background: linear-gradient(90deg, transparent, var(--k-gold), transparent);
}

/* ============================================================
   TYPEWRITER EVERYWHERE — except Kamryn's name
   Courier Prime carries the whole page (LA/NY editorial). Mono has a
   smaller x-height and wider advance than Montserrat, so sizes are nudged
   up and tracking pulled in to stay legible at 375px.
   ============================================================ */
/* HEADERS ONLY. Body copy stays Montserrat — same as the homepage, which
   keeps long paragraphs comfortable on a phone and the two pages related. */
.page-kamryn .k-title,
.page-kamryn .k-card__title,
.page-kamryn .k-philos__item h3,
.page-kamryn .k-hero__meet {
  font-family: var(--k-mono);
}

/* Headings in mono are much wider than Playfair — reined in so nothing
   overflows a narrow phone. */
.page-kamryn .k-title {
  font-size: clamp(1.4rem, 5.2vw, 2.15rem);
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.02em;
}
.page-kamryn .k-card__title { font-size: 1.02rem; letter-spacing: -0.015em; line-height: 1.4; }
.page-kamryn .k-philos__item h3 { font-size: 1rem; letter-spacing: -0.015em; }
.page-kamryn .k-hero__meet {
  font-size: clamp(0.95rem, 3vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.3em;
}

/* The two script exceptions — her name, and the display "Kamryn" in titles. */
.page-kamryn .k-hero__name,
.page-kamryn .k-title--script em {
  font-family: "Italianno", "Great Vibes", cursive;
}

/* ============================================================
   HERO
   ============================================================ */
.k-hero {
  position: relative;
  /* DO NOT CHANGE these four to match the homepage. This page is the reference;
     the homepage is what moves. */
  min-height: 88svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--nav-h) + 3rem) 1.25rem 4rem;
  overflow: hidden;
  isolation: isolate;
  /* Fallback if video never loads: stage-black with a gold pool of light. */
  background:
    radial-gradient(70% 55% at 50% 42%, rgba(216, 183, 106, 0.16), transparent 70%),
    linear-gradient(180deg, #0A0A0D 0%, #030304 100%);
}

/* Video sits behind everything, cropped to cover, never affecting layout. */
.k-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 35%;
  z-index: -2;
  /* Ambiance only — desaturated slightly so gold type stays dominant. */
  filter: saturate(0.85) contrast(1.02);
}

/* Heavy shadow stack: the text must always win. */
.k-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    /* gold spotlight pool */
    radial-gradient(58% 48% at 50% 38%, rgba(216, 183, 106, 0.15), transparent 68%),
    /* subtle blue edge light, left */
    radial-gradient(40% 60% at 0% 55%, rgba(0, 119, 255, 0.16), transparent 70%),
    /* subtle blue edge light, right */
    radial-gradient(36% 55% at 100% 62%, rgba(0, 191, 255, 0.12), transparent 70%),
    /* the heavy part — keeps every glyph readable */
    linear-gradient(180deg, rgba(3, 3, 4, 0.82) 0%, rgba(3, 3, 4, 0.72) 38%, rgba(3, 3, 4, 0.9) 100%);
}

.k-hero__inner {
  position: relative;
  max-width: 760px;
  text-align: center;
}

.k-eyebrow {
  font-family: var(--k-mono);
  font-size: 0.7rem;
  font-weight: 700;
  /* Mono is already wide — less tracking than a sans would need. */
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--k-gold);
  margin-bottom: 1.1rem;
}
.k-eyebrow::after {
  content: "";
  display: block;
  width: 46px;
  height: 1px;
  margin: 0.85rem auto 0;
  background: linear-gradient(90deg, transparent, var(--k-gold), transparent);
}

.k-hero__meet {
  font-family: var(--font-title);
  font-size: clamp(1.05rem, 3.4vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--k-pink-text);
  margin-bottom: 0.1rem;
}

/* ---------- Rhinestones ----------
   Two twinkle layers of tiny stones at different speeds, so they catch light
   out of sync and read as scattered rather than as a blinking pattern. Kept
   faint on purpose: it should suggest stones on a costume, not glitter. */
.k-namewrap {
  position: relative;
  display: inline-block;
}
.k-namewrap::before,
.k-namewrap::after {
  content: "";
  position: absolute;
  /* Spills slightly past the glyphs so stones sit around the name, not on it. */
  inset: -6% -4%;
  pointer-events: none;
  background-repeat: no-repeat;
  will-change: opacity;
}
/* Small and few on purpose. Doubling the count and widening the size range
   both read as glitter rather than stones, so this stays at 6 + 5 in a tight
   1.3-1.7px band. */
.k-namewrap::before {
  background-image:
    radial-gradient(circle at 6% 34%,  rgba(255, 255, 255, 0.95) 0, transparent 1.7px),
    radial-gradient(circle at 21% 12%, rgba(255, 246, 214, 0.9)  0, transparent 1.5px),
    radial-gradient(circle at 44% 76%, rgba(255, 255, 255, 0.85) 0, transparent 1.4px),
    radial-gradient(circle at 68% 18%, rgba(255, 246, 214, 0.9)  0, transparent 1.6px),
    radial-gradient(circle at 88% 62%, rgba(255, 255, 255, 0.9)  0, transparent 1.5px),
    radial-gradient(circle at 96% 28%, rgba(255, 246, 214, 0.8)  0, transparent 1.3px);
  animation: k-twinkle 3.4s ease-in-out infinite;
}
.k-namewrap::after {
  background-image:
    radial-gradient(circle at 13% 72%, rgba(255, 255, 255, 0.9)  0, transparent 1.5px),
    radial-gradient(circle at 33% 30%, rgba(255, 113, 177, 0.75) 0, transparent 1.6px),
    radial-gradient(circle at 56% 8%,  rgba(255, 255, 255, 0.85) 0, transparent 1.4px),
    radial-gradient(circle at 74% 84%, rgba(255, 246, 214, 0.85) 0, transparent 1.5px),
    radial-gradient(circle at 91% 44%, rgba(255, 255, 255, 0.8)  0, transparent 1.3px);
  /* Negative delay so the two layers start already out of phase. */
  animation: k-twinkle 4.9s ease-in-out -2.1s infinite;
}
@keyframes k-twinkle {
  0%, 100% { opacity: 0.2; }
  50%      { opacity: 0.85; }
}

/* A slow glint travelling across the gold, like light moving over stones. */
@keyframes k-glint {
  0%   { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* The name — the one script element on the page. */
.k-hero__name {
  font-family: "Italianno", "Great Vibes", cursive;
  font-weight: 400;
  /* Big, but capped so it never wraps awkwardly on a 375px screen. */
  font-size: clamp(4.1rem, 19vw, 10rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  /* Extra-wide gradient with a bright band, slid across by k-glint so the
     highlight travels over the letters. */
  background: linear-gradient(
    100deg,
    var(--k-gold-deep) 0%,
    var(--k-gold) 18%,
    var(--k-gold-bright) 34%,
    #FFF9E8 42%,
    var(--k-gold-bright) 50%,
    var(--k-gold) 68%,
    var(--k-gold-deep) 100%
  );
  background-size: 300% 100%;
  background-position: 0% 50%;
  animation: k-glint 9s linear infinite;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* Glow reads as stage light rather than a drop shadow. */
  filter: drop-shadow(0 3px 18px rgba(216, 183, 106, 0.35));
  padding: 0 0.08em 0.06em;
  margin-bottom: 0.35rem;
}
/* Older/odd browsers that can't clip a gradient to text still get gold. */
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .k-hero__name { color: var(--k-gold); -webkit-text-fill-color: var(--k-gold); }
}

.k-hero__rule {
  width: min(230px, 62%);
  height: 1px;
  margin: 0.9rem auto 1.5rem;
  background: linear-gradient(90deg, transparent, rgba(216, 183, 106, 0.75) 22%, var(--k-pink) 50%, rgba(216, 183, 106, 0.75) 78%, transparent);
  opacity: 0.9;
}

.k-hero__sub {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(245, 241, 232, 0.9);
  max-width: 52ch;
  margin: 0 auto 2rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.9);
}
.k-hero__sub strong { color: var(--k-pink-text); font-weight: 600; }

.k-hero__ctas { display: flex; flex-direction: column; gap: 0.85rem; align-items: center; }

/* Gold button — this page's primary action. */
.btn--gold {
  background: linear-gradient(135deg, var(--k-gold-deep), var(--k-gold) 45%, var(--k-gold-bright));
  color: #14100A;
  font-weight: 700;
  box-shadow: 0 0 26px rgba(216, 183, 106, 0.3);
}
.btn--gold:hover {
  color: #14100A;
  box-shadow: 0 0 44px rgba(240, 215, 154, 0.5);
}
.btn--outline-gold {
  background: transparent;
  color: var(--k-gold);
  border-color: rgba(216, 183, 106, 0.55);
}
.btn--outline-gold:hover {
  color: var(--k-gold-bright);
  border-color: var(--k-gold-bright);
  box-shadow: 0 0 22px rgba(216, 183, 106, 0.25);
}

.k-hero__note {
  margin-top: 1.6rem;
  font-family: var(--k-mono);
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(191, 199, 213, 0.78);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.9);
}

/* ============================================================
   SECTION SHELL
   ============================================================ */
.k-section { padding: 4.5rem 1.25rem; position: relative; }
.k-section--ink { background: var(--k-ink); }
.k-section--soft {
  background:
    radial-gradient(80% 60% at 50% 0%, rgba(216, 183, 106, 0.07), transparent 65%),
    var(--k-ink-soft);
}

.k-wrap { max-width: 1080px; margin: 0 auto; }
.k-wrap--narrow { max-width: 760px; }

.k-title {
  font-family: var(--font-title);
  font-size: clamp(1.85rem, 6.6vw, 2.9rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.01em;
  /* Hot pink carries the headline; the <em> half stays gold for the contrast. */
  color: var(--k-pink-text);
  margin-bottom: 1.4rem;
}
.k-title em {
  font-style: normal;
  background: linear-gradient(120deg, var(--k-gold-bright), var(--k-gold) 60%, var(--k-gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.k-title--script em {
  font-family: "Italianno", "Great Vibes", cursive;
  font-size: 1.5em;
  line-height: 0.9;
}

.k-body p { color: rgba(245, 241, 232, 0.84); margin-bottom: 1.1rem; }
.k-body p:last-child { margin-bottom: 0; }
/* Bold proper nouns in the bio (degrees, studios, coaches) carry the pink. */
.k-body strong { color: var(--k-pink-text); font-weight: 600; }

/* ---------- Ticker: homepage component, gold + typewriter here ----------
   Inherits .ticker / .ticker__track from styles.css, including the
   reduced-motion rule that already stops the marquee. */
.ticker--gold {
  background: var(--k-ink);
  border-top-color: rgba(216, 183, 106, 0.3);
  border-bottom-color: rgba(216, 183, 106, 0.3);
}
.ticker--gold .ticker__track {
  color: var(--k-gold);
  font-family: var(--k-mono);
  font-weight: 400;
  letter-spacing: 0.2em;
  opacity: 0.9;
}

/* Leopard divider — a thin editorial band, not a pattern fill. */
.k-divider {
  height: 22px;
  background-image: var(--k-leopard);
  background-size: 90px 90px;
  opacity: 0.16;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

/* ============================================================
   BIO — portrait + copy
   ============================================================ */
.k-bio { display: grid; gap: 2.5rem; align-items: start; }

.k-portrait {
  position: relative;
  /* Locked aspect so a random image can never shift the layout. */
  aspect-ratio: 9 / 16;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
/* Leopard sliver peeking from behind the frame — small editorial detail. */
.k-portrait::before {
  content: "";
  position: absolute;
  inset: -12px -12px 18px 14px;
  background-image: var(--k-leopard);
  background-size: 84px 84px;
  opacity: 0.2;
  border-radius: 18px;
  transform: rotate(-1.6deg);
  z-index: 0;
}
/* Gold hairline frame, offset the other way. */
.k-portrait::after {
  content: "";
  position: absolute;
  inset: 10px -14px -14px 12px;
  border: 1px solid rgba(216, 183, 106, 0.5);
  border-radius: 16px;
  z-index: 0;
  pointer-events: none;
}
.k-portrait__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  /* Photos are pre-feathered WebP with alpha, so the glow reads on the edge. */
  filter: drop-shadow(0 18px 46px rgba(0, 0, 0, 0.75));
  transition: filter 0.45s ease, opacity 0.55s ease;
}
/* Mid-rotation fade. The next photo is preloaded first, so the swap is
   instant and only the fade is visible. */
.k-portrait__img.is-fading { opacity: 0; }
.k-portrait:hover .k-portrait__img {
  filter: drop-shadow(0 18px 46px rgba(0, 0, 0, 0.75)) drop-shadow(0 0 26px var(--k-pink-soft));
}

.k-credlist { list-style: none; margin-top: 1.6rem; }
.k-credlist li {
  padding: 0.72rem 0 0.72rem 1.5rem;
  border-bottom: 1px solid rgba(216, 183, 106, 0.16);
  font-family: var(--k-mono);
  /* Mono runs small — bumped so it stays legible at 375px. */
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(245, 241, 232, 0.88);
  position: relative;
}
.k-credlist li:first-child { border-top: 1px solid rgba(216, 183, 106, 0.16); }
.k-credlist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  border: 1px solid var(--k-gold);
  transform: rotate(45deg);
}
.k-credlist li:nth-child(3)::before { border-color: var(--k-pink); }

/* ============================================================
   TRAINING & EXPERIENCE
   ============================================================ */
.k-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2.2rem;
  grid-template-columns: 1fr;
}
.k-card {
  position: relative;
  padding: 1.35rem 1.3rem 1.4rem;
  background: linear-gradient(160deg, rgba(216, 183, 106, 0.055), rgba(255, 255, 255, 0.012));
  border: 1px solid rgba(216, 183, 106, 0.18);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.35s ease;
}
.k-card::before {
  /* Gold top edge that brightens on hover. */
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 183, 106, 0.7), transparent);
  opacity: 0.65;
  transition: opacity 0.3s ease, background 0.3s ease;
}
.k-card:hover {
  border-color: rgba(216, 183, 106, 0.42);
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.5);
}
.k-card:hover::before {
  opacity: 1;
  background: linear-gradient(90deg, transparent, var(--k-pink), transparent);
}
.k-card__kicker {
  font-family: var(--k-mono);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--k-gold);
  margin-bottom: 0.5rem;
}
.k-card__title {
  font-family: var(--font-title);
  font-size: 1.14rem;
  font-weight: 600;
  color: var(--pearl);
  line-height: 1.35;
  margin-bottom: 0.4rem;
}
.k-card__text { font-size: 0.9rem; line-height: 1.65; color: rgba(191, 199, 213, 0.9); }
/* One card carries the blue edge light — the nod back to the homepage. */
.k-card--blue { border-color: rgba(0, 191, 255, 0.28); }
.k-card--blue .k-card__kicker { color: var(--blue); }
.k-card--blue::before { background: linear-gradient(90deg, transparent, rgba(0, 191, 255, 0.7), transparent); }
.k-card--blue:hover { border-color: rgba(0, 191, 255, 0.5); }
.k-card--blue:hover::before { background: linear-gradient(90deg, transparent, var(--aqua), transparent); }

/* ============================================================
   PHILOSOPHY
   ============================================================ */
.k-philos { display: grid; gap: 1.4rem; margin-top: 2.2rem; }
.k-philos__item { padding-left: 1.5rem; border-left: 1px solid rgba(216, 183, 106, 0.3); }
.k-philos__item h3 {
  font-family: var(--font-title);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--k-gold-bright);
  margin-bottom: 0.35rem;
}
.k-philos__item p { font-size: 0.94rem; color: rgba(245, 241, 232, 0.82); }
.k-philos__item:nth-child(even) { border-left-color: var(--k-pink-soft); }

/* ============================================================
   CTA
   ============================================================ */
.k-cta {
  position: relative;
  padding: 5rem 1.25rem;
  text-align: center;
  background:
    radial-gradient(60% 70% at 50% 50%, rgba(216, 183, 106, 0.13), transparent 70%),
    radial-gradient(40% 60% at 100% 100%, rgba(0, 119, 255, 0.1), transparent 70%),
    var(--k-ink);
  border-top: 1px solid rgba(216, 183, 106, 0.16);
}
.k-cta .k-title { margin-bottom: 1.8rem; }

/* ============================================================
   REVEAL (matches the homepage's .reveal behaviour)
   ============================================================ */
.k-reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.k-reveal.is-in { opacity: 1; transform: none; }

/* ============================================================
   ACCESSIBILITY / MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  .k-reveal { opacity: 1; transform: none; transition: none; }
  .k-card, .k-portrait__img { transition: none; }
  .k-card:hover { transform: none; }

  /* No twinkling, no travelling glint, no crossfades. The stones hold at a
     fixed dim value so the treatment is still there, just still. */
  .k-namewrap::before,
  .k-namewrap::after { animation: none; opacity: 0.4; }
  .k-hero__name { animation: none; background-position: 42% 50%; }
  .k-hero__video { transition: none; }
}

/* ============================================================
   LARGER SCREENS
   ============================================================ */
@media (min-width: 620px) {
  .k-hero__ctas { flex-direction: row; justify-content: center; }
  .k-grid { grid-template-columns: 1fr 1fr; }
  .k-philos { grid-template-columns: 1fr 1fr; gap: 1.8rem 2.2rem; }
}

@media (min-width: 900px) {
  .k-section { padding: 6rem 1.5rem; }
  .k-hero { min-height: 92svh; }
  .k-bio { grid-template-columns: 340px 1fr; gap: 4rem; align-items: center; }
  .k-portrait { max-width: 340px; margin: 0; }
  .k-grid { grid-template-columns: repeat(3, 1fr); }
}
