/* Atlas edition — scoped to the homepage so article layouts stay unchanged. */
.home-page {
  --front-paper: #f5f2eb;
  --front-ink: #142f46;
  --front-muted: #5c6a72;
  --front-accent: #bc4435;
  --front-coral: #ed795f;
  --front-line: #d5d8d5;
  --front-blue: #dfe9eb;
  --front-serif: Georgia, "Times New Roman", serif;
  --front-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --gold-light: #ed795f;
  color: var(--front-ink);
  background: var(--front-paper);
  font-family: var(--front-sans);
  -webkit-font-smoothing: antialiased;
}
.home-page ::selection { color: white; background: #bc4435; }
.home-page :is(a, button, input, summary, [tabindex]):focus-visible { outline: 3px solid #bc4435; outline-offset: 4px; }
.home-page [hidden] { display: none !important; }
.home-page .site-header { min-height: 80px; gap: 22px; padding: 16px clamp(20px, 3vw, 48px); color: var(--front-paper); background: var(--front-ink); border: 0; box-shadow: none; }
.home-page .brand { gap: 10px; color: var(--front-paper); }
.home-page .brand-mark { color: #f9957d; border: 0; border-radius: 0; font-size: 36px; width: 39px; height: 39px; }
.home-page .brand strong { font: 750 18px/1.05 var(--front-sans); letter-spacing: -.04em; white-space: nowrap; }
.home-page .brand small { font: 500 8px/1.3 var(--front-sans); letter-spacing: .21em; color: #c4d4da; margin-top: 5px; }
.home-page .site-nav { gap: 2px; font: 500 11px/1.3 var(--front-sans); }
.home-page .site-nav > a, .home-page .site-nav details > summary { min-height: 40px; padding: 12px 8px; color: #e9efef; border-radius: 0; }
.home-page .site-nav > a:hover, .home-page .site-nav summary:hover { background: #274258; color: white; }
.home-page .site-nav > a[aria-current="page"] { color: #ffa58f; }
.home-page .site-nav summary::after { color: #ffa58f; }
.home-page .site-nav details > div { background: #142f46; border: 1px solid #486075; border-radius: 0; padding: 10px; box-shadow: 0 12px 30px #142f4620; }
.home-page .site-nav details > div a { color: #f5f2eb; border-radius: 0; min-height: 40px; }
.home-page .site-nav details > div a:hover { background: #274258; color: #ffa58f; }
.home-page .header-search { gap: 0; margin-left: 8px; }
.home-page .header-search input { width: 112px; padding: 10px; color: white; background: #223f56; border: 1px solid #587080; border-radius: 0; font: 11px var(--front-sans); }
.home-page .header-search input::placeholder { color: #d1dce0; }
.home-page .header-search button { color: #142f46; background: #f1b6a8; border-radius: 0; }
.home-page .menu-toggle { min-height: 44px; color: #f5f2eb; border-color: #7d919c; border-radius: 0; font: 600 12px var(--front-sans); }
.kh-front-shell { width: min(100% - 96px, 1360px); margin-inline: auto; }
.kh-front-masthead { display: flex; justify-content: space-between; gap: 20px; padding-block: 21px; border-bottom: 1px solid var(--front-line); font: 600 9px/1.4 var(--front-sans); letter-spacing: .15em; text-transform: uppercase; }
.kh-front-masthead > span:last-child { color: var(--front-muted); font-weight: 400; letter-spacing: .07em; }
.kh-front-eyebrow { margin: 0; color: var(--front-accent); font: 700 10px/1.5 var(--front-sans); letter-spacing: .15em; text-transform: uppercase; }
.kh-front-hero { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.45fr); gap: clamp(35px, 5vw, 85px); padding-block: 44px; align-items: start; }
.kh-front-hero-copy { padding-block: 12px; }
.kh-front-hero h1 { margin: 20px 0 23px; font: 750 clamp(58px, 6.8vw, 96px)/.93 var(--front-sans); letter-spacing: -.065em; }
.kh-front-hero h1 em { display: inline-block; color: var(--front-accent); font: italic 400 1.08em/.99 var(--front-serif); letter-spacing: -.07em; }
.kh-front-hero-description { max-width: 330px; color: var(--front-muted); margin: 0 0 24px; font: 400 14px/1.8 var(--front-sans); }
.kh-front-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 49px; padding: 14px 20px; color: #fff; background: var(--front-ink); font: 600 12px/1.5 var(--front-sans); text-decoration: none; transition: background .2s; }
.kh-front-button:hover { background: #31536b; }
.kh-front-button > span { font: 400 21px/1 var(--front-sans); }
.kh-front-hero-link { display: flex; align-items: center; gap: 14px; width: fit-content; min-height: 44px; color: var(--front-ink); font: 500 11px/1.5 var(--front-sans); text-decoration: none; }
.kh-front-hero-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.kh-front-search { display: flex; align-items: center; margin-top: 26px; border-bottom: 1px solid #96a4aa; max-width: 370px; }
.kh-front-search:focus-within { border-color: var(--front-accent); }
.kh-front-search input { width: 100%; min-width: 0; flex: 1; padding: 15px 0; border: 0; background: transparent; color: var(--front-ink); font: 13px var(--front-sans); }
.kh-front-search input::placeholder { color: var(--front-muted); }
.kh-front-search input:focus-visible { outline-offset: 0; }
.kh-front-search button { display: grid; place-items: center; flex-shrink: 0; width: 44px; height: 44px; border: 0; background: transparent; color: var(--front-ink); cursor: pointer; }
.kh-front-search svg { width: 20px; height: 20px; }
.kh-front-archive-count { margin: 13px 0 0; color: var(--front-muted); font-size: 10px; line-height: 1.6; }
.kh-front-archive-count strong { font-weight: 600; color: var(--front-ink); }
.kh-front-quicklinks { display: flex; align-items: center; flex-wrap: wrap; gap: 15px 35px; padding-block: 18px; border-block: 1px solid var(--front-line); }
.kh-front-quicklinks > span { margin-right: auto; color: var(--front-muted); font-size: 10px; }
.kh-front-quicklinks a { font-size: 11px; font-weight: 600; min-height: 28px; display: inline-flex; align-items: center; text-decoration: none; }
.kh-front-quicklinks a:hover { color: var(--front-accent); }
.kh-atlas { min-width: 0; padding: 0; background: #fffefa; border: 1px solid #c7d1d3; box-shadow: 8px 8px 0 #e4e9e7; }
.kh-atlas-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 19px 22px 16px; }
.kh-atlas-heading .kh-front-eyebrow { font-size: 8px; color: #49616c; }
.kh-atlas-heading h2 { margin: 5px 0 0; font: 500 clamp(20px, 2vw, 27px)/1.15 var(--front-serif); letter-spacing: -.025em; }
.kh-atlas-expand { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #c7d1d3; text-decoration: none; font-size: 22px; }
.kh-atlas-expand:hover { background: var(--front-blue); }
.kh-atlas-filters { display: flex; flex-wrap: wrap; gap: 5px; padding: 0 22px 15px; }
.kh-atlas-filters button { padding: 8px 12px; min-height: 35px; border: 1px solid #cbd5d5; border-radius: 2px; color: #344f5e; background: transparent; font: 500 10px/1.2 var(--front-sans); cursor: pointer; }
.kh-atlas-filters button[aria-pressed="true"] { color: #fff; background: var(--front-ink); border-color: var(--front-ink); }
.kh-atlas-filters button:hover { border-color: var(--front-accent); }
.kh-atlas-canvas { position: relative; height: 315px; width: 100%; z-index: 0; background: #dfe8e9; color: var(--front-ink); font-family: var(--front-sans); }
.kh-atlas-placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 30px; margin: 0; text-align: center; font: 400 22px/1.3 var(--front-serif); }
.kh-atlas-placeholder span { max-width: 290px; font: 12px/1.7 var(--front-sans); color: #506572; }
.kh-atlas .leaflet-tile-pane { filter: saturate(.55); }
.kh-atlas .leaflet-control-attribution { font-size: 9px; background: #fffefaee; }
.kh-atlas .leaflet-control-attribution a { color: #254f6c; }
.kh-atlas .leaflet-bar { border: 1px solid #a4b9c1; box-shadow: none; }
.kh-atlas .leaflet-bar a { color: var(--front-ink); background: #fffefa; width: 32px; height: 32px; line-height: 32px; }
.kh-atlas .kh-atlas-pin { background: transparent; }
.kh-atlas-pin > span { display: grid; place-items: center; width: 30px; height: 30px; color: white; background: #aa372c; border: 2px solid white; border-radius: 50%; box-shadow: 0 2px 5px #142f4640; font: 700 10px var(--front-sans); }
.kh-atlas-popup small { display: block; margin-bottom: 8px; color: #5c6a72; font-size: 10px; }
.kh-atlas-popup a { display: block; color: #142f46; font: 600 13px/1.5 var(--front-sans); text-decoration: none; }
.kh-atlas-caption { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 8px 15px; background: #e4edef; color: #465d68; font: 9px/1.5 var(--front-sans); }
.kh-atlas-caption button { padding: 4px; border: 0; color: var(--front-ink); background: transparent; font: 600 10px var(--front-sans); cursor: pointer; }
.kh-atlas-edition { display: flex; flex-wrap: wrap; gap: 5px 9px; padding: 14px 20px 0; color: var(--front-muted); font: 9px/1.5 var(--front-sans); }
.kh-atlas-edition-label { color: var(--front-ink); font-weight: 700; }
.kh-atlas-overdue { color: #9a392c; }
.kh-atlas-status { padding: 0 20px; margin: 7px 0 8px; color: #506572; font: 10px/1.5 var(--front-sans); }
.kh-atlas-stories { max-height: 115px; overflow-y: auto; overscroll-behavior: contain; list-style: none; margin: 0; padding: 0 20px 8px; scrollbar-width: thin; scrollbar-color: #94a8b0 transparent; }
.kh-atlas-stories li { display: grid; grid-template-columns: 24px minmax(0, 1fr) auto; gap: 9px; padding: 12px 0; border-top: 1px solid #e1e5e3; }
.kh-atlas-story-number { padding-top: 2px; color: #a34235; font: 600 10px/1.5 var(--front-sans); }
.kh-atlas-stories li p { margin: 0 0 4px; color: #5c6a72; font: 9px/1.4 var(--front-sans); }
.kh-atlas-stories li p > span { color: #26485a; font-weight: 600; }
.kh-atlas-stories li a { display: block; font: 600 11px/1.45 var(--front-sans); color: #142f46; text-decoration: none; }
.kh-atlas-stories li a:hover { text-decoration: underline; }
.kh-atlas-stories li small { display: block; margin-top: 4px; color: #5c6a72; font: 9px/1.5 var(--front-sans); }
.kh-atlas-stories li button { align-self: center; border: 1px solid #cbd5d5; color: #375264; background: transparent; min-height: 32px; padding: 6px 8px; font: 10px var(--front-sans); cursor: pointer; }
.kh-atlas-empty { font: 12px/1.6 var(--front-sans); padding: 0 20px 15px; }
.kh-front-section { padding-block: 66px; }
.kh-front-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.kh-front-section-head .kh-front-eyebrow { margin-bottom: 10px; }
.kh-front-section-head h2 { font: 650 clamp(28px, 3.4vw, 45px)/1.12 var(--front-sans); letter-spacing: -.045em; margin: 0; }
.kh-front-section-head h2 em { font: italic 400 1.1em/1 var(--front-serif); color: var(--front-accent); }
.kh-front-section-head > p { max-width: 330px; margin: 0; color: var(--front-muted); font: 12px/1.8 var(--front-sans); }
.kh-front-text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 36px; width: fit-content; color: var(--front-ink); font: 600 11px/1.5 var(--front-sans); text-decoration: none; }
.kh-front-text-link:hover { color: var(--front-accent); text-decoration: underline; text-underline-offset: 4px; }
.kh-front-text-link > span { font-size: 17px; }
.kh-front-reading-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 45px; }
.kh-front-reading-grid.is-single { grid-template-columns: 1fr; }
.kh-front-lead { min-width: 0; }
.kh-front-lead-image { display: block; position: relative; aspect-ratio: 1.9; overflow: hidden; background: #cad7d9; }
.kh-front-lead-image > img { width: 100%; height: 100%; object-fit: cover; }
.kh-front-image-label { position: absolute; top: 16px; left: 16px; padding: 8px 11px; color: #fff; background: #142f46; font: 600 9px var(--front-sans); text-transform: uppercase; letter-spacing: .1em; }
.kh-front-image-arrow { position: absolute; right: 16px; bottom: 16px; display: grid; place-items: center; width: 40px; height: 40px; background: #f5f2eb; font: 24px var(--front-sans); }
.kh-front-lead > .kh-front-eyebrow { margin-top: 23px; }
.kh-front-lead h3 { margin: 10px 0 12px; font: 500 clamp(28px, 2.6vw, 37px)/1.12 var(--front-serif); letter-spacing: -.035em; }
.kh-front-lead h3 a, .kh-front-reading-story h3 a, .kh-front-journal-story h3 a { text-decoration: none; }
.kh-front-lead h3 a:hover, .kh-front-reading-story h3 a:hover, .kh-front-journal-story h3 a:hover { color: var(--front-accent); }
.kh-front-lead-excerpt { max-width: 540px; margin: 0 0 9px; color: var(--front-muted); font: 13px/1.8 var(--front-sans); }
.kh-front-reading-list { display: grid; align-content: start; border-top: 2px solid var(--front-ink); }
.kh-front-reading-story { display: grid; grid-template-columns: minmax(0, 1fr) 124px; gap: 25px; padding-block: 22px; border-bottom: 1px solid var(--front-line); }
.kh-front-reading-copy .kh-front-eyebrow { font-size: 8px; }
.kh-front-reading-story h3 { margin: 9px 0; font: 500 clamp(21px, 2vw, 27px)/1.16 var(--front-serif); letter-spacing: -.025em; }
.kh-front-reading-copy > p:not(.kh-front-eyebrow) { color: var(--front-muted); font: 11px/1.65 var(--front-sans); margin: 0 0 4px; }
.kh-front-reading-image { display: block; width: 124px; height: 124px; overflow: hidden; }
.kh-front-reading-image img { width: 100%; height: 100%; object-fit: cover; }
.kh-front-topics { background: #dfe9eb; border-block: 1px solid #c8d5d9; }
.kh-front-subject-index { display: grid; grid-template-columns: minmax(200px, .8fr) minmax(0, 2fr); gap: 65px; }
.kh-front-subject-index .kh-front-section-head { align-items: start; margin: 0; }
.kh-front-subject-index .kh-front-section-head p:not(.kh-front-eyebrow) { max-width: 250px; color: #496373; font: 12px/1.8 var(--front-sans); margin: 20px 0 0; }
.kh-front-topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px; }
.kh-front-topic { min-width: 0; display: grid; grid-template-columns: 22px minmax(0, 1fr) 18px; gap: 12px; padding-block: 22px; border-top: 1px solid #b8c9d0; text-decoration: none; }
.kh-front-topic-number { color: #537183; font: 10px/1.7 var(--front-sans); }
.kh-front-topic h3 { margin: 0; font: 600 20px/1.2 var(--front-sans); letter-spacing: -.025em; }
.kh-front-topic-arrow { font-size: 22px; line-height: 1; }
.kh-front-topic:hover h3 { color: var(--front-accent); }
.kh-front-topic p { color: #496373; font: 11px/1.7 var(--front-sans); margin: 9px 0 10px; }
.kh-front-topic small { color: #365469; font: 600 9px/1.5 var(--front-sans); }
.kh-front-culture { display: grid; grid-template-columns: .9fr 1.05fr 1fr; background: #efe5da; border: 1px solid #d9cbbd; }
.kh-front-culture-art { position: relative; min-height: 400px; height: 100%; overflow: hidden; }
.kh-front-culture-art > img { width: 100%; height: 100%; object-fit: cover; }
.kh-front-culture-art > span { position: absolute; left: 20px; bottom: 20px; padding: 8px 10px; color: #142f46; background: #f5f2eb; font: 9px var(--front-sans); }
.kh-front-experience-body { padding: 30px; }
.kh-front-experience-body h3 { margin: 14px 0; font: 600 clamp(28px, 3vw, 40px)/1.1 var(--front-sans); letter-spacing: -.04em; }
.kh-front-experience-body h3 em { font: italic 400 1.05em/1.1 var(--front-serif); }
.kh-front-experience-body > p:not(.kh-front-eyebrow) { margin: 0 0 19px; color: var(--front-muted); font: 12px/1.85 var(--front-sans); }
.kh-front-culture-paths { display: grid; padding: 22px 30px 22px 5px; }
.kh-front-culture-paths a { display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 20px 0; border-bottom: 1px solid #cdbdae; text-decoration: none; }
.kh-front-culture-paths a:last-child { border-bottom: 0; }
.kh-front-culture-paths small { font: 600 9px var(--front-sans); text-transform: uppercase; letter-spacing: .12em; color: var(--front-accent); }
.kh-front-culture-paths strong { font: 500 23px/1.1 var(--front-serif); letter-spacing: -.02em; }
.kh-front-culture-paths span { display: flex; justify-content: space-between; gap: 16px; font: 11px/1.6 var(--front-sans); color: #52636f; }
.kh-front-culture-paths b { font-size: 20px; font-weight: 400; }
.kh-front-culture-paths a:hover strong { color: var(--front-accent); }
.kh-front-word { margin-top: 15px; border-top: 1px solid #c5b9ac; }
.kh-front-word summary { display: flex; justify-content: space-between; align-items: center; min-height: 48px; cursor: pointer; list-style: none; font: 600 11px var(--front-sans); }
.kh-front-word summary::-webkit-details-marker { display: none; }
.kh-front-word summary > span { font-size: 22px; font-weight: 400; }
.kh-front-word[open] summary > span { transform: rotate(45deg); }
.kh-front-word iframe { width: 100%; height: 610px; border: 0; display: block; }
.kh-front-journal { border-top: 1px solid var(--front-line); }
.kh-front-journal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.kh-front-journal-story { min-width: 0; }
.kh-front-journal-image { display: block; aspect-ratio: 1.65; overflow: hidden; background: #d1dddf; }
.kh-front-journal-image img { width: 100%; height: 100%; object-fit: cover; }
.kh-front-story-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; color: var(--front-accent); font: 600 9px/1.5 var(--front-sans); margin: 19px 0 10px; }
.kh-front-story-meta time { color: var(--front-muted); font-weight: 400; }
.kh-front-journal-story h3 { margin: 0 0 12px; font: 500 25px/1.15 var(--front-serif); letter-spacing: -.02em; overflow-wrap: anywhere; }
.kh-front-journal-story > p { color: var(--front-muted); font: 12px/1.75 var(--front-sans); margin: 0 0 12px; }
.kh-front-empty { padding: 35px; background: #e6eceb; }
.kh-front-empty h3 { margin: 0; font: 28px var(--front-serif); }
.kh-front-empty p { font: 13px/1.8 var(--front-sans); color: var(--front-muted); }
.kh-front-mission { background: #ead4c9; border-top: 1px solid #d5bdb2; }
.kh-front-mission-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 65px; padding-block: 60px; align-items: center; }
.kh-front-mission h2 { font: 600 clamp(28px, 3.1vw, 42px)/1.13 var(--front-sans); letter-spacing: -.04em; margin: 12px 0 0; }
.kh-front-mission h2 em { font: italic 400 1.04em/1.1 var(--front-serif); }
.kh-front-mission-inner > div > p:not(.kh-front-eyebrow) { font: 13px/1.85 var(--front-sans); color: #50606b; }
.kh-front-mission-links { display: flex; flex-wrap: wrap; gap: 7px 25px; }
.home-page .site-footer { padding-inline: max(24px, calc((100% - 1360px) / 2)); color: #d3dfe3; background: #142f46; border: 0; }
.home-page .footer-brand > a { color: #f5f2eb; font: 650 23px var(--front-sans); letter-spacing: -.04em; }
.home-page .footer-brand p { color: #b5c7cf; font: 13px/1.8 var(--front-sans); }
.home-page .footer-nav strong { color: #ffa58f; }
.home-page .footer-nav a { color: #d2e0e4; }
.home-page .footer-bottom { color: #adc0cb; border-color: #385469; }
@media (min-width: 1600px) { .kh-front-hero { gap: 100px; } .kh-atlas-canvas { height: 350px; } }
@media (max-width: 1200px) {
  .kh-front-shell { width: calc(100% - 64px); }
  .kh-front-hero { gap: 36px; grid-template-columns: minmax(0, .82fr) minmax(0, 1.25fr); }
  .home-page .site-header { gap: 14px; padding-inline: 24px; }
  .home-page .site-nav > a, .home-page .site-nav details > summary { padding-inline: 6px; }
  .home-page .header-search input { width: 90px; }
  .kh-front-reading-grid { gap: 30px; }
}
@media (max-width: 1050px) {
  .home-page .site-nav { background: #142f46; max-height: calc(100dvh - 80px); overflow-y: auto; padding: 16px 24px; }
  .home-page .site-nav > a, .home-page .site-nav details > summary { min-height: 44px; padding: 13px 8px; }
  .home-page .header-search { margin: 12px 0 0; }
  .home-page .header-search input { flex: 1; width: 100%; min-height: 44px; }
  .kh-front-hero h1 { font-size: clamp(58px, 7.3vw, 80px); }
  .kh-atlas-heading { padding-inline: 16px; }
  .kh-atlas-filters { padding-inline: 16px; gap: 4px; }
  .kh-atlas-filters button { padding-inline: 9px; }
  .kh-atlas-stories { max-height: 137px; }
  .kh-front-reading-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .kh-front-reading-story { grid-template-columns: 1fr 90px; gap: 15px; }
  .kh-front-reading-image { width: 90px; height: 100px; }
  .kh-front-subject-index { grid-template-columns: 1fr; gap: 30px; }
  .kh-front-subject-index .kh-front-section-head p:not(.kh-front-eyebrow) { max-width: 470px; }
  .kh-front-subject-index h2 br { display: none; }
  .kh-front-topic-grid { column-gap: 30px; }
  .kh-front-topic h3 { font-size: 18px; }
  .kh-front-culture { grid-template-columns: .8fr 1fr; }
  .kh-front-culture-paths { grid-column: 1/-1; grid-template-columns: repeat(3, 1fr); gap: 25px; padding: 0 25px 20px; }
  .kh-front-culture-paths a { border: 0; }
  .kh-front-culture-paths strong { font-size: 22px; }
}
@media (max-width: 800px) {
  .kh-front-shell { width: calc(100% - 40px); }
  .kh-front-masthead > span:last-child { display: none; }
  .kh-front-hero { grid-template-columns: 1fr; gap: 28px; padding-top: 32px; }
  .kh-front-hero-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 32px; align-items: start; }
  .kh-front-hero-copy > .kh-front-eyebrow { grid-column: 1/-1; }
  .kh-front-hero h1 { grid-column: 1; grid-row: 2/7; font-size: clamp(60px, 10vw, 80px); margin-bottom: 0; }
  .kh-front-hero-description { grid-column: 2; margin-top: 22px; font-size: 12px; }
  .kh-front-hero-copy > :is(a, form, .kh-front-archive-count) { grid-column: 2; }
  .kh-front-hero-copy .kh-front-button { width: fit-content; font-size: 11px; padding-inline: 15px; gap: 18px; }
  .kh-front-search { margin-top: 14px; }
  .kh-atlas-canvas { height: 340px; }
  .kh-atlas-stories { max-height: 135px; }
  .kh-front-quicklinks { gap: 6px 22px; }
  .kh-front-quicklinks > span { width: 100%; }
  .kh-front-section { padding-block: 48px; }
  .kh-front-section-head { align-items: start; gap: 15px; }
  .kh-front-reading-grid { grid-template-columns: 1fr; gap: 28px; }
  .kh-front-reading-story { grid-template-columns: 1fr 130px; }
  .kh-front-reading-image { width: 130px; height: 130px; }
  .kh-front-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kh-front-journal-grid { grid-template-columns: 1fr; gap: 27px; }
  .kh-front-journal-story { display: grid; grid-template-columns: 180px 1fr; column-gap: 24px; padding-bottom: 25px; border-bottom: 1px solid var(--front-line); }
  .kh-front-journal-image { grid-row: 1/5; aspect-ratio: 1; }
  .kh-front-story-meta { margin-top: 0; }
  .kh-front-journal-story h3 { font-size: 23px; }
  .kh-front-mission-inner { grid-template-columns: 1fr; gap: 16px; padding-block: 45px; }
}
@media (max-width: 480px) {
  .home-page .site-header { min-height: 72px; padding: 13px 20px; }
  .home-page .brand strong { font-size: 17px; }
  .home-page .brand-mark { font-size: 30px; width: 32px; }
  .kh-front-masthead { padding-block: 16px; font-size: 8px; }
  .kh-front-hero-copy { display: block; }
  .kh-front-hero h1 { font-size: clamp(66px, 19vw, 86px); margin: 19px 0; }
  .kh-front-hero-description { margin: 0 0 21px; max-width: 300px; font-size: 13px; }
  .kh-front-hero-copy .kh-front-button { font-size: 12px; }
  .kh-front-search { margin-top: 16px; }
  .kh-front-hero { padding-top: 22px; }
  .kh-atlas-heading h2 { font-size: 23px; }
  .kh-atlas-canvas { height: 300px; }
  .kh-atlas-filters button { min-height: 36px; font-size: 10px; }
  .kh-atlas-caption { align-items: start; font-size: 8px; }
  .kh-atlas-stories { padding-inline: 14px; max-height: 160px; }
  .kh-atlas-edition, .kh-atlas-status { padding-inline: 14px; }
  .kh-atlas-stories li { grid-template-columns: 20px minmax(0, 1fr); gap: 7px; }
  .kh-atlas-stories li button { grid-column: 2; justify-self: start; min-height: 36px; }
  .kh-front-section-head { display: block; }
  .kh-front-section-head > :is(a, p) { margin-top: 16px; }
  .kh-front-section-head h2 { font-size: 31px; }
  .kh-front-topic-grid { grid-template-columns: 1fr; gap: 0; }
  .kh-front-topic h3 { font-size: 20px; }
  .kh-front-topic p { font-size: 12px; }
  .kh-front-culture { grid-template-columns: 1fr; }
  .kh-front-culture-art { height: 240px; min-height: 0; }
  .kh-front-culture-paths { grid-template-columns: 1fr; gap: 0; padding: 0 25px 10px; }
  .kh-front-culture-paths a { border-top: 1px solid #cdbdae; }
  .kh-front-reading-story { grid-template-columns: 1fr 85px; gap: 14px; }
  .kh-front-reading-image { width: 85px; height: 105px; }
  .kh-front-experience-body { padding: 25px; }
  .kh-front-journal-story { display: block; }
  .kh-front-journal-image { aspect-ratio: 1.7; margin-bottom: 18px; }
  .home-page .footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .home-page *, .home-page *::before, .home-page *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }
