@font-face {
  font-family: 'NanumSquareNeo';
  src: url('./fonts/NanumSquareNeoTTF-bRg.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NanumSquareNeo';
  src: url('./fonts/NanumSquareNeoTTF-cBd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NanumSquareNeo';
  src: url('./fonts/NanumSquareNeoTTF-dEb.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NanumSquareNeo';
  src: url('./fonts/NanumSquareNeoTTF-eHv.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root { --font-site: 'NanumSquareNeo', Arial, sans-serif; }
html[lang=en] { --font-site: 'Noto Sans', 'NanumSquareNeo', Arial, sans-serif; }
html, body.public-design { font-family: var(--font-site); }
body.public-design { font-weight: 400; }
/* Legacy rich-text posts may carry their own font declarations. */
.public-design :is(.article-body,.rich-editor) * { font-family: var(--font-site) !important; }
.public-design :is(h1,h2,h3) { text-wrap: balance; }
html[lang=ko] :is(h1,h2,h3,p,figcaption) { word-break: keep-all; overflow-wrap: anywhere; }

/* Keep the page link separate from the compact program-menu control. */
.public-design .header-tagline { font-size: 10px; font-weight: 500; letter-spacing: .02em; text-transform: none; }
.public-design .header-account-tools { margin-left: auto; }
.public-design .header-login,.public-design .admin-entry { font-size: 11px; }
.public-design .language-switch button { font-size: 10px; }
.public-design .language-switch { flex-shrink: 0; }
.public-design .language-switch button { white-space: nowrap; }
.public-design .site-header .brand { display: flex; flex-direction: column; align-items: flex-start; gap: 0; flex-shrink: 0; }
.public-design .brand-subheading { font-size: 12px; font-weight: 700; letter-spacing: .015em; white-space: nowrap; }
html[lang=en] .public-design .brand-subheading { font-size: 9px; letter-spacing: -.035em; }
.public-design .site-header .nav { gap: 24px; min-height: 116px; height: auto; padding-block: 22px; }
html[lang] .public-design .site-header .navlinks { font: 700 13px/1.4 var(--font-site); text-transform: none; }
.public-design .nav-about { display: flex; align-items: stretch; border: 1px solid var(--line); border-right: 0; border-radius: 8px 0 0 8px; }
.public-design .nav-about>a { display: flex; align-items: center; padding: 15px 4px 15px 20px; white-space: nowrap; border-radius: 7px 0 0 7px; }
.public-design .nav-about>a:hover { text-decoration: underline; text-underline-offset: 5px; }
.public-design .nav-about .discovery-toggle { display: grid; place-items: center; padding: 0; margin: 7px 7px 7px 0; width: 33px; min-height: 33px; border: 0; border-radius: 5px; background: transparent; }
.public-design .discovery-toggle svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform .2s; }
.public-design .discovery-toggle[aria-expanded=true] svg { transform: rotate(180deg); }
.public-design .nav-about .discovery-toggle:hover,.public-design .nav-about .discovery-toggle[aria-expanded=true] { background: var(--green); color: var(--paper); }
.public-design .navlinks>a { padding: 15px 22px; line-height: 1.4; }
.public-design .navlinks .header-donate { margin-left: 26px; padding: 14px 21px; }
.public-design .discovery-menu { position: absolute; left: auto; right: max(32px,calc((100vw - 1340px)/2)); top: 100%; width: min(720px,calc(100vw - 64px)); padding: 18px; border: 1px solid #c8c7ac; border-radius: 0 0 18px 18px; background: #fffaf0; box-shadow: 0 18px 38px #193d331c; max-height: 70dvh; overflow: auto; }
.public-design .discovery-menu>.wrap { padding: 0; }
.public-design .discovery-heading { margin-bottom: 13px; padding: 0 3px; }
.public-design .discovery-heading>a { font-size: 12px; font-weight: 800; }
.public-design .discovery-heading>button { width: 28px; height: 28px; padding: 0; font-size: 12px; border-radius: 50%; }
.public-design .discovery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.public-design .discovery-card { display: flex; gap: 10px; align-items: center; border: 1px solid #e4e1cf; border-radius: 9px; padding: 7px; background: transparent; min-width: 0; }
.public-design .discovery-card img { width: 50px; height: 50px; flex: none; object-fit: cover; border-radius: 6px; }
.public-design .discovery-card>span { padding: 0; font-size: 11px; line-height: 1.55; display: flex; flex: 1; gap: 5px; justify-content: space-between; }
.public-design .discovery-card b { font-size: 13px; font-weight: 400; }
.public-design .discovery-card:hover { background: #e8eadb; border-color: #abb89e; transform: none; }

/* The supplied family carries both alphabets, with balanced heading sizes. */
html[lang] .connection-hero h1 { font-family: var(--font-site); font-size: clamp(44px,4.35vw,68px); line-height: 1.12; letter-spacing: -.06em; font-weight: 850; text-transform: none; }
.connection-hero-copy>p { font-size: 16px; line-height: 1.8; margin-inline: 0; }
.connection-kicker { font-size: 11px; font-weight: 700; letter-spacing: .035em; }
html[lang] .connection-journey figcaption { font: 500 16px/1.6 var(--font-site); letter-spacing: -.025em; }
.connection-hero .connection-pill { font-size: 13px; }
html[lang] .connection-section-head h2 { font-size: clamp(32px,3.4vw,48px); line-height: 1.25; letter-spacing: -.045em; }
html[lang] .connection-story h3 { font-size: 21px; line-height: 1.55; letter-spacing: -.035em; text-transform: none; margin-top: 21px; }
.connection-story-photo img { object-position: center; }
.connection-home .connection-community { padding-top: 35px; }
.connection-home .connection-path-grid h3 { font-size: 23px; line-height: 1.4; }
.connection-home .connection-path-grid p { font-size: 14px; line-height: 1.8; }
.connection-home .connection-text-link { font-size: 13px; white-space: normal; }
.connection-home .connection-notices>a { grid-template-columns: minmax(0,1fr) 24px; }
html[lang] .connection-home .connection-notices>a>span:last-child { grid-column: 2; font-size: 24px; }
html[lang] .connection-updates h2 { font-size: 39px; line-height: 1.25; letter-spacing: -.04em; }
html[lang] .connection-manifesto:has(.connection-photo-wall) h2 { font-size: clamp(32px,3.4vw,48px); line-height: 1.3; }
.connection-home .connection-manifesto p { font-size: 17px; line-height: 1.9; }
html[lang] .connection-support h2 { font-size: 43px; line-height: 1.25; letter-spacing: -.04em; }
.connection-home .connection-support p { font-size: 16px; line-height: 1.85; }
.home-story-placeholder { height: 100%; border-radius: 22px 70px 22px 22px; display: grid; place-items: center; background: var(--sage); font-weight: 700; padding: 25px; }
.public-design .footer h3 { font-size: 15px; line-height: 1.5; }
.public-design .footer p { font-size: 12px; line-height: 1.8; }
.public-design .page-heading h1 { font-size: clamp(38px,4.3vw,62px); line-height: 1.25; }
.public-design .button { font-size: 13px; line-height: 1.6; }
.public-design .about-page h1 { line-height: 1.22; }
.public-design .about-page h2 { line-height: 1.3; }

/* The hero gallery action is a quiet, content-width secondary button. */
.public-design .connection-hero-copy > .connection-gallery-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #193d3340;
  border-radius: 5px;
  background: transparent;
  color: #193d33;
  font: 600 13px/1.5 var(--font-site);
  text-transform: none;
  transition: background 160ms ease, border-color 160ms ease;
}
.public-design .connection-hero-copy > .connection-gallery-link:hover {
  background: #193d3308;
  border-color: #193d3380;
}
.public-design .connection-hero-copy > .connection-gallery-link:focus-visible {
  outline: 2px solid #193d33;
  outline-offset: 4px;
}
.public-design .connection-gallery-link > span { font-size: 17px; line-height: 1; }

/* Each public photo cutout gets its own silhouette from photo-shapes.js. */
html .public-design :is(.about-photo>img,.about-hero-image>img,.connection-journey img,.connection-story-photo img,.connection-path-photo img,.connection-support-album img) { border-radius: var(--photo-shape,8px) !important; }
.connection-left img { object-position: 58% 50%; }
.connection-left { transform: rotate(-4deg); }
.connection-right { transform: rotate(4deg); }
.connection-orbit { border-radius: 24% 55% 24% 40% / 30% 42% 38% 44%; }

/* Collapsed by default; the complete original letter remains available. */
.founder-letter { padding: 0; margin-top: 55px; }
.founder-letter .letter-clip { display: none; }
.founder-letter .letter-heading { position: relative; cursor: pointer; list-style: none; margin: 0; border: 0; padding: 24px 32px; gap: 22px; }
.founder-letter .letter-heading::-webkit-details-marker { display: none; }
.founder-letter .letter-heading>div { flex: 1; }
.founder-letter .letter-heading h3 { font-weight: 800; font-size: 23px; margin-top: 10px; }
.founder-letter .letter-letterhead { font-size: 18px; font-weight: 800; }
.founder-letter .letter-letterhead span { display: none; }
.founder-letter .letter-heading img { width: 53px; height: 64px; }
.letter-toggle { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #b3b69b; border-radius: 50%; flex: none; }
.letter-toggle::before { content: '+'; font-size: 24px; font-weight: 400; }
.founder-letter[open] .letter-toggle::before { content: '−'; }
.founder-letter[open] .letter-heading { border-bottom: 1px solid #d7cfb8; }
.founder-letter .letter-body { padding: 32px 32px 0; max-width: 830px; }
.founder-letter .letter-body p { font-size: 15px; line-height: 2; }
.founder-letter .letter-signoff,.founder-letter .letter-source { margin-inline: 32px; }
.founder-letter .letter-source { margin-bottom: 25px; }
.founder-letter .letter-signoff strong { font-style: normal; font-size: 25px; font-weight: 700; }
.founder-letter .letter-seal { font-style: normal; }
.public-design .article-layout { grid-template-columns: minmax(0,1fr); max-width: 1080px; margin-inline: auto; }

@media(max-width:1100px) {
  .public-design .site-header .nav { gap: 15px; }
  html[lang] .public-design .site-header .navlinks { font-size: 12px; }
  .public-design .navlinks>a { padding-inline: 15px; }
  .public-design .nav-about>a { padding-left: 15px; }
  .public-design .navlinks .header-donate { margin-left: 15px; padding-inline: 17px; }
  .public-design .brand-subheading { font-size: 10px; }
  html[lang=en] .public-design .brand-subheading { font-size: 8px; }
}
@media(max-width:850px) {
  .public-design .site-header .nav { padding-block: 19px; }
  .public-design .site-header .navlinks { width: 100%; }
  .public-design .nav-about { border: 1px solid var(--line); border-bottom: 0; border-radius: 0; justify-content: space-between; }
  .public-design .nav-about>a { padding: 16px; flex: 1; }
  .public-design .nav-about .discovery-toggle { margin: 7px; width: 42px; }
  .public-design .navlinks>a { padding: 16px; }
  .public-design .navlinks .header-donate { margin: 0; padding: 16px; }
  .public-design .discovery-menu { right: 22px; width: calc(100vw - 44px); }
  .public-design .discovery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .public-design .header-tagline { display: none; }
  .connection-hero { gap: 16px; padding-top: 26px; }
  html[lang] .connection-hero h1 { font-size: 46px; }
  .connection-hero-copy>p { font-size: 14px; }
  html[lang] .connection-journey figcaption { font-size: 13px; }
}
@media(max-width:650px) {
  .public-design .header-account-tools { gap: 10px; }
  .public-design .header-login,.public-design .admin-entry { font-size: 10px; gap: 5px; white-space: nowrap; }
  .public-design .header-login svg,.public-design .admin-entry svg { width: 13px; height: 13px; }
  .public-design .brand-subheading { font-size: 10px; }
  .public-design .site-header .nav { min-height: 103px; }
  .public-design .discovery-menu { padding: 12px; }
  .public-design .discovery-card { gap: 8px; }
  .public-design .discovery-card img { width: 36px; height: 40px; }
  .public-design .discovery-card>span { font-size: 10px; }
  html[lang] .connection-hero h1 { font-size: clamp(42px,12vw,58px); letter-spacing: -.055em; }
  .connection-hero-copy>p { font-size: 15px; }
  .connection-home .connection-community { padding-top: 25px; }
  html[lang] .connection-story h3 { font-size: 20px; margin-top: 17px; }
  .connection-home .connection-path-grid h3 { font-size: 20px; }
  .connection-home .connection-section-head { flex-wrap: wrap; }
  html[lang] .connection-updates h2 { font-size: 32px; }
  html[lang] .connection-support h2 { font-size: 34px; }
  .founder-letter .letter-heading { padding: 22px 18px; gap: 13px; align-items: center; }
  .founder-letter .letter-heading h3 { font-size: 19px; }
  .founder-letter .letter-heading img { width: 43px; height: 52px; margin: 0; }
  .founder-letter .letter-body { padding: 25px 20px 0; }
  .founder-letter .letter-signoff,.founder-letter .letter-source { margin-inline: 20px; }
}
@media(prefers-reduced-motion:reduce) { .public-design .discovery-toggle svg { transition: none; } }

/* Put the original image above the article and preserve the whole poster. */
.article-lead { margin: 0 auto 42px; width: 100%; }
.article-lead>button { display: block; width: 100%; border: 0; padding: 20px; border-radius: 16px; background: #eae7d5; }
.article-lead img { display: block; width: 100%; height: auto; max-height: min(880px,82svh); object-fit: contain; margin: auto; border-radius: 5px; }
.public-design .article-main h1 { font-size: clamp(33px,4.7vw,62px); line-height: 1.3; font-weight: 800; margin-top: 18px; }
.public-design .article-body { color: #263e34; }
.public-design .article-body :is(p,li,span,div) { color: inherit; }
.public-design .post-meta { color: #56694d; }
.public-design .searchbar { grid-template-columns: minmax(180px,1fr) repeat(3,minmax(100px,auto)) auto; }
.connection-photo-print { padding-bottom: 10px; }
.public-design .about-timeline li { grid-template-columns: 1fr; padding: 19px 0; }

/* The lightbox inherits the cream theme and has matching dark controls. */
body.public-design #lightbox { padding: 20px 24px 24px; color: #193d33; border: 1px solid #aab69a; border-radius: 18px; }
body.public-design .lightbox-controls { padding: 0 0 18px; flex-wrap: nowrap; font-weight: 700; }
body.public-design .lightbox-actions { display: flex; align-items: center; gap: 10px; }
body.public-design .lightbox-controls button,body.public-design .lightbox-controls a { color: #193d33; font: 700 13px/1.5 var(--font-site); border: 1px solid #8a9c7d; border-radius: 7px; background: #faf3e1; padding: 9px 15px; }
body.public-design .lightbox-controls button:hover,body.public-design .lightbox-controls a:hover { color: #fffaf0; background: #193d33; }
body.public-design #lightbox img { height: auto; max-height: 80svh; width: 100%; object-fit: contain; }

/* Notices use their own source photographs or posters. */
.connection-home .connection-updates { grid-template-columns: .65fr 1.4fr; gap: 65px; align-items: start; padding-block: 65px 80px; }
.connection-notice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 35px 25px; }
.connection-notice-card { min-width: 0; }
.notice-photo { aspect-ratio: 1.3; display: flex; align-items: center; justify-content: center; }
.notice-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--photo-shape); transition: transform .3s; }
.notice-photo.notice-poster { background: #e8e5d1; border-radius: 12px; padding: 10px; }
.notice-photo.notice-poster img { object-fit: contain; border-radius: 3px; }
.notice-title { display: flex; justify-content: space-between; align-items: start; gap: 18px; margin-top: 17px; }
.notice-title h3 { font-size: 16px; font-weight: 800; line-height: 1.6; letter-spacing: -.025em; }
.notice-title>span { font-size: 23px; line-height: 1.3; }
.connection-notice-card a:hover .notice-title h3 { text-decoration: underline; text-underline-offset: 4px; }
.connection-notice-card a:hover img { transform: translateY(-3px); }

/* An open preview with the rest of the letter rolled beneath it. */
.founder-letter.letter-scroll { max-width: 1050px; padding: 0 0 12px; overflow: visible; scroll-margin-top: 170px; }
.letter-scroll .letter-heading { cursor: default; border-bottom: 1px solid #d3c8aa; padding: 29px 42px 24px; }
.letter-scroll .letter-heading h3 { font-size: 27px; }
.letter-scroll .letter-heading img { width: 65px; height: 79px; }
.letter-scroll .letter-letterhead { font-size: 23px; }
.letter-scroll .letter-body { padding: 29px 42px 0; max-width: none; }
.letter-scroll .letter-body p { color: #304436; font-size: 16px; line-height: 2; font-weight: 700; letter-spacing: -.015em; margin-bottom: 20px; }
.letter-scroll .letter-intro>p:last-child { margin-bottom: 0; }
.letter-reveal { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 850ms cubic-bezier(.22,.7,.18,1); }
.letter-reveal-clip { min-height: 0; overflow: hidden; }
.letter-reveal-content { padding-top: 20px; opacity: 0; transform: translateY(-28px); transition: opacity 600ms ease,transform 850ms cubic-bezier(.22,.7,.18,1); }
.letter-scroll.is-unrolled .letter-reveal { grid-template-rows: 1fr; }
.letter-scroll.is-unrolled .letter-reveal-content { opacity: 1; transform: translateY(0); }
.letter-scroll .letter-signoff { margin: 35px 0 30px; }
.letter-roll { position: relative; height: 27px; margin: 27px -7px 5px; border: 1px solid #c9b98d; border-radius: 50% / 35%; background: linear-gradient(to bottom,#e0d2af 0%,#fffdf4 24%,#f7ecd2 45%,#d3bd8a 76%,#b7a06e 88%,#f2e4bf 100%); box-shadow: 0 7px 10px #6a58372b,inset 0 1px 1px #fff; transform-origin: center; transition: height 850ms cubic-bezier(.22,.7,.18,1),margin 850ms cubic-bezier(.22,.7,.18,1),opacity 600ms ease; }
.letter-roll::before,.letter-roll::after { content: ''; position: absolute; width: 12px; height: 100%; top: -1px; border: 1px solid #b9a576; border-radius: 50%; background: radial-gradient(ellipse,#8c79574d 0 25%,#ead8b0 28% 48%,#b9a576 50% 58%,#f2e7cf 61%); }
.letter-roll::before { left: -3px; }.letter-roll::after { right: -3px; }
.letter-scroll.is-unrolled .letter-roll { height: 9px; margin-top: 12px; opacity: .65; }
.letter-unroll-button { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 16px auto 4px; padding: 12px 23px; border: 0; background: transparent; color: #294b36; font: 800 13px/1.5 var(--font-site); }
.letter-unroll-button:hover { background: #e4d6b459; }
.letter-unroll-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform 600ms ease; }
.letter-scroll.is-unrolled .letter-unroll-button svg { transform: rotate(180deg); }
@media(max-width:850px) {
  .connection-home .connection-updates { grid-template-columns: 1fr; gap: 30px; }
  .connection-home .connection-updates-intro>p { max-width: 550px; }
  .public-design .searchbar { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .public-design .searchbar input { grid-column: 1/-1; }
}
@media(max-width:650px) {
  .article-lead { margin-bottom: 28px; }
  .article-lead>button { padding: 10px; border-radius: 10px; }
  .article-lead img { max-height: none; }
  body.public-design #lightbox { padding: 12px; border-radius: 12px; }
  body.public-design .lightbox-controls { gap: 8px; font-size: 11px; }
  body.public-design .lightbox-actions { gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
  body.public-design .lightbox-controls button,body.public-design .lightbox-controls a { font-size: 10px; padding: 8px; }
  .connection-notice-grid { gap: 27px 16px; }
  .notice-photo { aspect-ratio: 1; }
  .notice-title { gap: 8px; margin-top: 13px; }
  .notice-title h3 { font-size: 13px; line-height: 1.6; }
  .notice-title>span { font-size: 18px; }
  .letter-scroll .letter-heading { padding: 24px; }
  .letter-scroll .letter-heading h3 { font-size: 23px; }
  .letter-scroll .letter-heading img { width: 55px; height: 67px; }
  .letter-scroll .letter-body { padding: 24px 23px 0; }
  .letter-scroll .letter-body p { font-size: 15px; line-height: 1.95; }
  .letter-roll { height: 23px; margin-top: 22px; }
}
@media(prefers-reduced-motion:reduce) {
  .letter-reveal,.letter-reveal-content,.letter-roll,.letter-unroll-button svg,.notice-photo img { transition: none; }
  .connection-notice-card a:hover img { transform: none; }
}
