:root {
  --canvas: #f4f3ef;
  --paper: #fffefa;
  --paper-strong: #ffffff;
  --ink: #313632;
  --muted: #66706a;
  --quiet: #858c87;
  --line: #d9ddd7;
  --line-strong: #bcc4bc;
  --orange: #cf6b47;
  --orange-dark: #a94f33;
  --gold: #f0b65b;
  --olive: #708073;
  --sage: #718273;
  --sage-soft: #edf1eb;
  --blue: #557b88;
  --blue-soft: #eaf1f3;
  --danger: #a4483d;
  --shadow: 0 18px 55px rgba(49, 54, 50, 0.08);
  color: var(--ink);
  background: var(--canvas);
  font-family: Pretendard, "Pretendard Variable", "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; }
body { min-width: 320px; min-height: 100vh; margin: 0; background: var(--canvas); }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid rgba(49, 95, 196, .3); outline-offset: 3px; }
[hidden] { display: none !important; }
.skip-link { position:fixed; top:8px; left:8px; z-index:100; padding:10px 14px; transform:translateY(-140%); border-radius:8px; color:#fff; background:var(--ink); font-size:.82rem; font-weight:900; text-decoration:none; }
.skip-link:focus { transform:none; }
.shell { width: min(1080px, calc(100% - 40px)); margin: 0 auto; }

.network { border-bottom: 1px solid var(--line); background: #eeeee9; }
.network-inner { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 20px; }
.network-brand { display:flex; align-items:baseline; gap:8px; font-size: .72rem; font-weight: 900; text-decoration: none; }
.network-brand small { color:var(--muted); font-size:.65rem; font-weight:700; }
.service-nav { display: flex; align-items: center; gap: 16px; }
.service-nav a { color: var(--muted); font-size: .65rem; font-weight: 800; text-decoration: none; }
.service-nav a[aria-current] { color: var(--orange-dark); }

.site-head { border-bottom: 1px solid var(--line); background: rgba(255,254,250,.94); }
.site-head .shell { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 24px; }
.site-title { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.site-mark { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #cb9a64; border-radius: 50%; color: #7d4c29; background: #f3c67e; box-shadow: inset 0 0 0 4px #ffe7bd; font-family: Georgia, serif; font-weight: 900; }
.site-title strong, .site-title small { display: block; }
.site-title strong { font-size: .94rem; letter-spacing: -.025em; }
.site-title small { margin-top: 2px; color: var(--muted); font-size: .57rem; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a { padding: 9px 11px; border-radius: 9px; color: var(--muted); font-size: .67rem; font-weight: 850; text-decoration: none; }
.main-nav a:hover, .main-nav a.active { color: var(--orange-dark); background: #f8ede7; }
.main-nav .instagram { margin-left: 6px; border: 1px solid var(--line); background: var(--paper); }
.nav-group { position: relative; display: flex; align-items: center; }
.nav-group > .nav-root { padding-right: 3px; }
.nav-group > button { width: 23px; height: 34px; padding: 0; border: 0; color: var(--quiet); background: transparent; font-size: .7rem; cursor: pointer; }
.nav-group.active > .nav-root, .nav-group.active > button { color: var(--orange-dark); }
.subnav { position: absolute; top: calc(100% + 8px); left: 0; z-index: 10; display: none; width: 155px; padding: 7px; border: 1px solid var(--line); border-radius: 11px; background: #fffdf9; box-shadow: 0 16px 40px rgba(61, 42, 28, .14); }
.subnav a { display: block; padding: 9px 10px; border-radius: 7px; white-space: nowrap; }
.nav-group:hover .subnav, .nav-group:focus-within .subnav, .nav-group > button[aria-expanded="true"] + .subnav { display: block; }

.page { padding: 42px 0 76px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 12px; color: var(--quiet); font-size: .64rem; }
.breadcrumb a { text-decoration: none; }
.page-title { margin: 0; font-size: clamp(2rem, 5vw, 2.8rem); line-height: 1.12; letter-spacing: -.06em; }
.page-lead { max-width: 650px; margin: 12px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.72; }

.catalogue { margin-top: 38px; }
.section-head { display: flex; margin-bottom: 14px; align-items: end; justify-content: space-between; gap: 20px; }
.section-head h2 { margin: 0; font-size: 1.2rem; letter-spacing: -.04em; }
.section-head p { margin: 6px 0 0; color: var(--quiet); font-size: .65rem; }
.filters { display: flex; flex-wrap: wrap; gap: 6px; }
.filters button { min-height: 36px; padding: 0 13px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); font-size: .64rem; font-weight: 850; cursor: pointer; }
.filters button[aria-pressed="true"] { border-color: var(--orange-dark); color: #fff; background: var(--orange-dark); }
.filter-row { display:flex; margin-bottom:14px; align-items:center; justify-content:space-between; gap:16px; }
.status-filters button[aria-pressed="true"] { border-color:var(--ink); background:var(--ink); }

.program-list { display: grid; border-top: 2px solid var(--ink); }
.program { position:relative; display: grid; min-height: 156px; padding: 18px 8px; border-bottom: 1px solid var(--line); grid-template-columns: 184px minmax(0, 1fr) 120px; align-items: center; gap: 22px; text-decoration: none; transition: background .16s ease; }
.program:hover { background: rgba(255,252,246,.72); }
.program-image { position: relative; overflow: hidden; width: 184px; height: 116px; border-radius: 12px; background: linear-gradient(145deg, #ffe5b8, #f2bd67); }
.program-image img { width: 100%; height: 100%; object-fit: cover; }
.program-image.is-morak img { position: absolute; right: -5px; bottom: -34px; width: 125px; height: 125px; object-fit: contain; }
.program-image.is-morak::before { position: absolute; top: 16px; left: 16px; color: #8c4d26; font: 900 .57rem/1.3 ui-monospace, monospace; letter-spacing: .06em; content: "MORAK PROGRAM"; }
.program-image.is-morak::after { position: absolute; bottom: 15px; left: 16px; width: 34px; height: 4px; border-radius: 10px; background: var(--orange); content: ""; }
.program-top { display: flex; align-items: center; gap: 8px; }
.mobile-state { display:none; }
.category { color: var(--orange-dark); font-size: .62rem; font-weight: 900; }
.category.activity { color:var(--sage); }
.program h3 { margin: 10px 0 7px; font-size: 1.12rem; letter-spacing: -.04em; }
.program p { overflow: hidden; margin: 0; color: var(--muted); font-size: .7rem; line-height: 1.6; text-overflow: ellipsis; white-space: nowrap; }
.program-meta { display: grid; margin-top: 13px; grid-template-columns: minmax(125px, auto) 1fr; gap: 8px 22px; color: var(--muted); font-size: .63rem; }
.program-meta > span { display: grid; grid-template-columns: 45px 1fr; gap: 7px; }
.program-meta b { color: var(--quiet); font-weight: 850; }
.program-side { display: flex; min-height: 92px; align-items: flex-end; justify-content: space-between; flex-direction: column; }
.program-more { margin-top:auto; color:var(--quiet); font-size:.72rem; font-weight:800; }
.state { display: inline-flex; padding: 6px 9px; border-radius: 999px; font-size: .59rem; font-weight: 900; }
.state.available { color: #41594a; background: var(--sage-soft); }
.state.waitlist { color: #7c4b16; background: #fce6b7; }
.state.upcoming { color: #355c69; background: var(--blue-soft); }
.state.ongoing { color:#4f6656; background:var(--sage-soft); }
.state.closed { color: #786e65; background: #ece7e1; }
.arrow { display: grid; width: 33px; height: 33px; border: 1px solid var(--line); border-radius: 9px; place-items: center; background: var(--paper); }
.empty { display: grid; min-height: 210px; padding: 30px; place-items: center; color: var(--muted); background: rgba(255,252,246,.55); text-align: center; }
.empty img { display: block; width: 88px; height: 88px; margin: 0 auto 12px; object-fit: contain; }
.empty button, .empty a { display:inline-flex; min-height:44px; margin-top:12px; padding:0 14px; border:0; border-radius:8px; align-items:center; justify-content:center; color:#fff; background:var(--orange-dark); font-size:.8rem; font-weight:850; text-decoration:none; cursor:pointer; }

.notice-section, .guide-section { margin-top: 58px; }
.notice-list { border-top: 2px solid var(--ink); }
.notice-row { display: grid; padding: 15px 8px; border-bottom: 1px solid var(--line); grid-template-columns: 92px 1fr 90px; align-items: center; gap: 12px; text-decoration: none; }
.notice-row span, .notice-row time { color: var(--quiet); font-size: .62rem; }
.notice-row strong { font-size: .7rem; }
.notice-row time { text-align: right; }
.guide-panel { display: grid; padding: 25px; border: 1px solid var(--line); border-radius: 16px; grid-template-columns: 170px 1fr; gap: 28px; background: var(--paper); }
.guide-morak { align-self: end; width: 150px; max-height: 160px; object-fit: contain; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.guide-card { padding: 16px; border: 1px solid #eadcca; border-radius: 10px; background: #fffaf1; }
.guide-card strong { display: block; color: var(--orange-dark); font-size: .72rem; }
.guide-card p { margin: 8px 0 0; color: var(--muted); font-size: .63rem; line-height: 1.6; }

.detail-head { display: grid; margin-top: 27px; padding-bottom: 32px; border-bottom: 1px solid var(--line); grid-template-columns: minmax(0, 1fr) 190px; align-items: end; gap: 30px; }
.badges { display: flex; align-items: center; gap: 8px; }
.detail-head h1 { margin: 15px 0 11px; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.12; letter-spacing: -.06em; }
.detail-cover { overflow: hidden; height: clamp(240px, 38vw, 430px); margin: 28px 0 0; border: 1px solid var(--line); border-radius: 16px; background: #ead8c2; }
.detail-cover img { width: 100%; height: 100%; object-fit: cover; }
.detail-summary { max-width: 650px; margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.75; }
.detail-quickfacts { display:grid; max-width:760px; margin:20px 0 0; padding:14px 0 0; border-top:1px solid var(--line); grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px 20px; }
.detail-quickfacts > div { display:grid; grid-template-columns:45px minmax(0,1fr); gap:8px; font-size:.8rem; line-height:1.45; }
.detail-quickfacts dt { color:var(--quiet); }
.detail-quickfacts dd { margin:0; font-weight:750; }
.head-action { text-align: right; }
.deadline { display: block; margin-bottom: 10px; color: var(--quiet); font-size: .63rem; }
.primary-action { display: inline-flex; min-height: 46px; padding: 0 18px; border: 0; border-radius: 10px; align-items: center; justify-content: center; color: #fff; background: var(--orange-dark); font-size: .72rem; font-weight: 900; text-decoration: none; }
.primary-action.waitlist { color: #4c3217; background: var(--gold); }
.primary-action.disabled { color: #766d65; background: #e9e3dc; pointer-events: none; }
.detail-layout { display: grid; margin-top: 31px; grid-template-columns: minmax(0, 1fr) 250px; align-items: start; gap: 32px; }
.detail-section { padding: 25px 0; border-bottom: 1px solid var(--line); }
.detail-section:first-child { padding-top: 0; }
.detail-section h2 { margin: 0 0 16px; font-size: 1.05rem; letter-spacing: -.035em; }
.section-intro { margin:-3px 0 20px; color:var(--muted); font-size:.9rem; line-height:1.75; }
.facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-strong); }
.fact { display: grid; padding: 13px 10px; border-bottom: 1px solid var(--line); grid-template-columns: 82px 1fr; gap: 12px; font-size: .68rem; }
.fact span { color: var(--quiet); }
.fact b { line-height: 1.55; }
.mode-callout { display: grid; padding: 17px 18px; border: 1px solid #e5bd86; border-radius: 12px; grid-template-columns: auto 1fr; gap: 13px; background: #fff3df; }
.mode-callout b { display: grid; width: 30px; height: 30px; border-radius: 50%; place-items: center; color: #fff; background: var(--orange); }
.mode-callout strong { display: block; font-size: .75rem; }
.mode-callout p { margin: 5px 0 0; color: #7d654c; font-size: .65rem; line-height: 1.55; }
.option-table { width: 100%; border-collapse: collapse; border-top: 2px solid var(--ink); }
.option-table th, .option-table td { padding: 12px 10px; border-bottom: 1px solid var(--line); font-size: .65rem; text-align: left; vertical-align: top; }
.option-table th { color: var(--muted); background: #f4eadc; }
.schedule-lines { display: grid; gap: 4px; }
.schedule-lines span { white-space: nowrap; }
.session-status { font-weight: 900; }
.session-status.open { color: var(--olive); }
.session-status.full { color: #8d581d; }
.session-status.upcoming { color: var(--blue); }
.session-status.closed { color: var(--quiet); }
.activity-list, .choice-list { display: grid; margin: 0; padding: 0; gap: 8px; list-style: none; }
.activity-list li, .choice-list li { position: relative; padding: 12px 13px 12px 38px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); font-size: .68rem; line-height: 1.5; }
.activity-list li::before, .choice-list li::before { position: absolute; top: 11px; left: 13px; display: grid; width: 18px; height: 18px; border-radius: 50%; place-items: center; color: #fff; background: var(--orange); font-size: .53rem; content: "✓"; }
.choice-list li::before { color: #694215; background: #f5cf8d; content: "○"; }
.detail-side { display: grid; gap: 12px; }
.side-box { padding: 18px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.side-box h2 { margin: 0 0 11px; font-size: .78rem; }
.side-box p { margin: 0; color: var(--muted); font-size: .64rem; line-height: 1.65; }
.side-box a { display: block; margin-top: 12px; color: var(--orange-dark); font-size: .65rem; font-weight: 900; text-decoration: none; }
.process { display: grid; }
.process div { display: grid; padding: 9px 0; border-bottom: 1px solid #eadfD2; grid-template-columns: 20px 1fr; gap: 8px; color: var(--muted); font-size: .63rem; }
.process div:last-child { border: 0; }
.process b { color: var(--orange-dark); }
.mobile-action { display: none; }

.apply-page { display: grid; padding: 42px 0 74px; grid-template-columns: 315px minmax(0, 630px); justify-content: center; align-items: start; gap: 38px; }
.apply-summary { position: sticky; top: 22px; }
.back-link { display: inline-block; margin-bottom: 24px; color: var(--muted); font-size: .67rem; font-weight: 800; text-decoration: none; }
.apply-summary h1 { margin: 15px 0 11px; font-size: 2rem; line-height: 1.2; letter-spacing: -.055em; }
.apply-summary > p { color: var(--muted); font-size: .73rem; line-height: 1.7; }
.summary-box { margin-top: 20px; padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.summary-box small { display: block; color: var(--quiet); font-size: .6rem; font-weight: 850; }
.summary-box strong { display: block; margin-top: 6px; font-size: .77rem; line-height: 1.5; }
.summary-box p { margin: 7px 0 0; color: var(--muted); font-size: .62rem; line-height: 1.55; }
.form-card { overflow: hidden; border: 1px solid var(--line-strong); border-radius: 18px; background: var(--paper-strong); box-shadow: var(--shadow); }
.form-head { padding: 24px 26px; border-bottom: 1px solid var(--line); }
.form-head small { color: var(--orange-dark); font-size: .63rem; font-weight: 900; }
.form-head h2 { margin: 7px 0 6px; font-size: 1.3rem; }
.form-head p { margin: 0; color: var(--muted); font-size: .68rem; line-height: 1.6; }
.form-section { padding: 24px 26px; border-bottom: 1px solid var(--line); }
.form-section h3 { margin: 0 0 15px; font-size: .86rem; }
.field { display: grid; gap: 7px; margin-top: 15px; }
.field:first-child { margin-top: 0; }
.field label, fieldset legend { font-size: .67rem; font-weight: 850; }
.field input, .field textarea, .field select { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line-strong); border-radius: 9px; color: var(--ink); background: #fff; font-size: .7rem; }
.field textarea { min-height: 86px; resize: vertical; }
.field small, .form-hint { color: var(--quiet); font-size: .59rem; line-height: 1.5; }
.field-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.option-list { display: grid; gap: 8px; }
.compact-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.select-option { display: flex; padding: 12px; border: 1px solid var(--line); border-radius: 10px; align-items: flex-start; gap: 10px; cursor: pointer; }
.select-option:has(input:checked) { border-color: var(--orange); background: #fff5e7; box-shadow: inset 3px 0 var(--orange); }
.select-option input { margin-top: 3px; accent-color: var(--orange-dark); }
.select-option span { font-size: .69rem; font-weight: 800; line-height: 1.45; }
.select-option small { display: block; margin-top: 4px; color: var(--muted); font-size: .6rem; font-weight: 500; }
.option-state { display: inline-flex !important; margin-top: 7px !important; padding: 3px 6px; border-radius: 5px; color: #6b4219 !important; background: #f8dfae; font-weight: 900 !important; }
.confirm-panel { padding: 14px; border: 1px solid #e3c193; border-radius: 10px; background: #fff5e4; }
.confirm-panel strong { display: block; font-size: .71rem; }
.confirm-panel ul { margin: 9px 0 0; padding-left: 18px; color: var(--muted); font-size: .62rem; line-height: 1.7; }
.consent { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: .65rem; line-height: 1.55; }
.consent input { margin-top: 3px; accent-color: var(--orange-dark); }
.required { color: var(--danger); }
.submit-area { padding: 22px 26px; }
.submit { width: 100%; min-height: 49px; border: 0; border-radius: 10px; color: #fff; background: var(--orange-dark); font-size: .75rem; font-weight: 900; cursor: pointer; }
.submit.waitlist { color: #4d3116; background: var(--gold); }
.submit:disabled { color: #766e67; background: #e7e2dc; cursor: default; }
.submit-note { margin: 10px 0 0; color: var(--quiet); font-size: .59rem; line-height: 1.5; text-align: center; }
.error { margin: 0 0 12px; padding: 11px; border: 1px solid #dfa59e; border-radius: 9px; color: #8f3733; background: #fff1ef; font-size: .65rem; }
.existing { margin-bottom: 13px; padding: 15px 17px; border: 1px solid #e2bd8b; border-radius: 13px; background: #fff4e2; }
.existing strong { display: block; font-size: .74rem; }
.existing p { margin: 5px 0 11px; color: var(--muted); font-size: .65rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 8px; }
.button-row button, .button-row a { display: inline-flex; min-height: 40px; padding: 0 13px; border: 1px solid var(--line-strong); border-radius: 9px; align-items: center; justify-content: center; color: var(--ink); background: #fff; font-size: .65rem; font-weight: 850; text-decoration: none; cursor: pointer; }
.button-row .danger { color: var(--danger); }
.done { padding: 32px 28px; }
.done-morak { width: 108px; height: 108px; object-fit: contain; }
.done h2 { margin: 12px 0 8px; font-size: 1.45rem; }
.done > p { margin: 0; color: var(--muted); font-size: .71rem; line-height: 1.65; }
.receipt { overflow: hidden; margin: 22px 0 18px; border: 1px solid var(--line); border-radius: 12px; }
.receipt div { display: grid; padding: 12px 14px; border-bottom: 1px solid var(--line); grid-template-columns: 95px 1fr; gap: 12px; font-size: .68rem; }
.receipt div:last-child { border: 0; }
.receipt span { color: var(--quiet); }

.site-footer { display: grid; padding: 26px 0 34px; border-top: 1px solid var(--line); grid-template-columns: 1fr auto; gap: 11px; color: var(--quiet); font-size: .6rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 13px; }
.footer-links a { text-decoration: none; }
.copyright { grid-column: 1 / -1; color: #a29487; }

dialog { width: min(430px, calc(100% - 28px)); padding: 0; border: 1px solid var(--line-strong); border-radius: 16px; color: var(--ink); background: var(--paper); }
dialog::backdrop { background: rgba(42, 28, 20, .55); }
.dialog-body { padding: 22px; }
.dialog-body h2 { margin: 0; font-size: 1.05rem; }
.dialog-body p { color: var(--muted); font-size: .67rem; line-height: 1.6; }

@media (max-width: 800px) {
  .shell { width: calc(100% - 28px); }
  .site-head .shell { padding: 12px 0; align-items: flex-start; flex-direction: column; }
  .main-nav { overflow-x: auto; width: 100%; padding-bottom: 2px; }
  .main-nav > a, .nav-root { white-space: nowrap; }
  .subnav { position: fixed; top: auto; right: 14px; left: 14px; width: auto; margin-top: 38px; }
  .program { grid-template-columns: 145px minmax(0, 1fr) 105px; }
  .program-image { width: 145px; height: 105px; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-side { grid-template-columns: 1fr 1fr; }
  .apply-page { grid-template-columns: 1fr; }
  .apply-summary { position: static; }
  .guide-panel { grid-template-columns: 130px 1fr; }
  .guide-morak { width: 125px; }
}

@media (max-width: 600px) {
  .network-inner { display: grid; padding: 9px 0; }
  .service-nav { justify-content: space-between; }
  .site-title small { display: none; }
  .instagram { font-size: 0 !important; }
  .instagram::after { font-size: .65rem; content: "Instagram ↗"; }
  .page { padding-top: 34px; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .filters { display: grid; width: 100%; grid-template-columns: repeat(2, 1fr); }
  .program { padding: 16px 0; grid-template-columns: 108px minmax(0, 1fr); gap: 14px; }
  .program-image { width: 108px; height: 108px; }
  .program-image.is-morak img { right: -12px; bottom: -24px; width: 95px; height: 95px; }
  .program-image.is-morak::before { top: 13px; left: 12px; max-width: 50px; }
  .program-side { grid-column: 1 / -1; min-height: 0; align-items: center; flex-direction: row; }
  .program-meta { grid-template-columns: 1fr; }
  .program p { display: -webkit-box; white-space: normal; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .notice-row { grid-template-columns: 75px 1fr; }
  .notice-row time { display: none; }
  .guide-panel { grid-template-columns: 1fr; }
  .guide-morak { display: none; }
  .guide-grid { grid-template-columns: 1fr; }
  .detail-head { grid-template-columns: 1fr; }
  .head-action { display: none; }
  .facts { grid-template-columns: 1fr; }
  .option-table, .option-table thead, .option-table tbody, .option-table tr, .option-table th, .option-table td { display: block; }
  .option-table thead { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
  .option-table tr { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .option-table td { padding: 3px 0; border: 0; }
  .mobile-action { position: sticky; bottom: 10px; z-index: 4; display: block; margin-top: 18px; }
  .mobile-action .primary-action { width: 100%; box-shadow: 0 10px 30px rgba(83, 51, 30, .2); }
  .detail-side { grid-template-columns: 1fr; }
  .field-pair { grid-template-columns: 1fr; }
  .compact-options { grid-template-columns: 1fr; }
  .form-section, .form-head, .submit-area { padding-right: 20px; padding-left: 20px; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

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

/* 2026 site structure refresh: shared shell, readable type and mobile navigation */
body { color: var(--ink); font-size: 16px; line-height: 1.6; }
.shell { width: min(1120px, calc(100% - 48px)); }
.network { background: #eeeee9; }
.network-inner { min-height: 42px; }
.network-brand { color: var(--ink); font-size: .75rem; letter-spacing: -.015em; }
.service-nav a { min-height: 36px; padding: 8px 0; font-size: .76rem; }
.site-head { position: sticky; top: 0; z-index: 30; background: rgba(255,254,250,.97); }
.site-head .shell { min-height: 72px; }
.site-title strong { font-size: 1rem; }
.site-title small { font-size: .68rem; }
.main-nav { gap: 2px; }
.main-nav a { min-height: 42px; padding: 10px 12px; font-size: .82rem; }
.nav-group > button { width: 30px; min-height: 42px; font-size: .9rem; }
.subnav { width: 180px; }
.subnav a { min-height: 40px; font-size: .8rem; }
.nav-services { display: flex; margin-left: 8px; padding-left: 9px; border-left: 1px solid var(--line); align-items: center; }
.nav-services a { color: var(--blue); }
.nav-account { display:flex; margin-left:4px; }
.nav-account a { border:1px solid var(--line-strong); background:var(--paper); color:var(--ink); }
.menu-toggle { display: none; min-width: 54px; min-height: 44px; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px; align-items: center; justify-content: center; gap: 7px; color: var(--ink); background: var(--paper); font-size: .76rem; font-weight: 850; cursor: pointer; }
.menu-toggle > span:first-child { position: relative; display: block; width: 16px; height: 12px; border-top: 2px solid currentColor; border-bottom: 2px solid currentColor; }
.menu-toggle > span:first-child::after { position: absolute; top: 4px; right: 0; left: 0; height: 2px; background: currentColor; content: ""; }
.page { padding: 48px 0 82px; }
.breadcrumb { font-size: .78rem; }
.page-title { font-size: clamp(2.25rem, 5vw, 3.15rem); }
.page-lead { max-width: 720px; font-size: 1rem; }
.section-head h2 { font-size: 1.45rem; }
.section-head p { font-size: .84rem; }
.filters button { min-height: 44px; padding: 0 16px; font-size: .8rem; }
.program { min-height: 174px; padding: 22px 8px; grid-template-columns: 190px minmax(0,1fr) 116px; }
.program-image { width: 190px; height: 128px; }
.category { font-size: .75rem; }
.program h3 { margin: 9px 0 6px; font-size: 1.2rem; }
.program p { font-size: .88rem; }
.program-meta { margin-top: 12px; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 7px 20px; font-size: .79rem; }
.program-meta > span { grid-template-columns: 48px minmax(0,1fr); }
.program-meta > .meeting-essential { grid-column:1/-1; font-size:.88rem; line-height:1.6; color:var(--ink); }
.program-meta .meeting-essential > span { font-weight:750; font-variant-numeric:tabular-nums; }
.program-meta span { min-width:0; overflow-wrap:anywhere; }
.program-meta b { color:var(--muted); }
.program-loading { grid-column:1/-1; margin:0; padding:28px 20px; border:1px solid var(--line); border-radius:12px; color:var(--muted); background:var(--paper); font-size:.95rem; }
.application-next { margin-top:20px; padding:18px; border-left:3px solid var(--sage); border-radius:0 10px 10px 0; background:var(--sage-soft); }
.application-next strong { font-size:1rem; line-height:1.6; }
.application-next p { margin:8px 0 0; color:var(--muted); font-size:.88rem; line-height:1.65; }
.head-action .action-note { max-width:250px; margin:10px 0 0; color:var(--muted); font-size:.82rem; line-height:1.6; }
.other-programs { display:inline-flex; min-height:44px; align-items:center; color:var(--orange-dark); font-size:.85rem; }
.state { padding: 6px 10px; font-size: .72rem; }
.arrow { width: 38px; height: 38px; }
.detail-head h1 { font-size: clamp(2.25rem,5vw,3.25rem); }
.detail-summary { max-width: 700px; font-size: 1rem; }
.deadline { font-size: .78rem; }
.primary-action { min-height: 48px; font-size: .88rem; }
.detail-layout { grid-template-columns: minmax(0,1fr) 280px; }
.detail-section h2 { font-size: 1.25rem; }
.fact { min-height: 54px; font-size: .85rem; }
.mode-callout strong { font-size: .9rem; }
.mode-callout p { font-size: .82rem; }
.option-table th, .option-table td { font-size: .8rem; }
.activity-list li, .choice-list li { font-size: .86rem; }
.side-box h2 { font-size: .95rem; }
.side-box p, .side-box a, .process div { font-size: .8rem; }
.site-footer { padding: 32px 0 38px; grid-template-columns: minmax(220px,1fr) auto; gap: 14px 30px; font-size: .74rem; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: var(--ink); font-size: .88rem; }
.footer-brand span { margin-top: 2px; }
.footer-policy { display: flex; flex-wrap: wrap; gap: 13px; }
.footer-policy a { text-decoration: none; }
.copyright { grid-column: 2; text-align: right; }
.apply-summary > p { font-size:.9rem; }
.back-link { min-height:44px; padding:10px 0; font-size:.8rem; }
.summary-box small { font-size:.75rem; }
.summary-box strong { font-size:.9rem; }
.summary-box p { font-size:.78rem; }
.form-head small { font-size:.76rem; }
.form-head h2 { font-size:1.5rem; }
.form-head p { font-size:.84rem; }
.form-section h3 { font-size:1rem; }
.field label, fieldset legend { font-size:.82rem; }
.field input, .field textarea, .field select { font-size:.9rem; }
.field small, .form-hint { font-size:.75rem; }
.select-option span { font-size:.84rem; }
.select-option small { font-size:.75rem; }
.confirm-panel strong { font-size:.86rem; }
.confirm-panel ul { font-size:.8rem; }
.consent { font-size:.8rem; }
.submit { font-size:.9rem; }
.submit-note { font-size:.74rem; }
.error { font-size:.8rem; }

@media (max-width: 920px) {
  .main-nav a { padding-right: 8px; padding-left: 8px; font-size: .76rem; }
  .nav-services { margin-left: 3px; padding-left: 4px; }
}

@media (max-width: 800px) {
  .shell { width: calc(100% - 32px); }
  .site-head .shell { position: relative; min-height: 66px; padding: 10px 0; align-items: center; flex-direction: row; }
  .menu-toggle { display: inline-flex; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; z-index: 40; display: none; overflow: visible; width: 100%; padding: 10px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 14px 14px; background: var(--paper-strong); box-shadow: 0 18px 34px rgba(61,42,28,.13); }
  .main-nav.is-open { display: grid; }
  .nav-group { display: grid; grid-template-columns: minmax(0,1fr) 44px; }
  .nav-group > .nav-root { display: flex; padding: 11px 12px; align-items: center; }
  .nav-group > button { width: 44px; min-height: 44px; }
  .subnav { position: static; grid-column: 1 / -1; width: auto; margin: 0 7px 8px; padding: 6px; box-shadow: none; }
  .main-nav .nav-group:hover .subnav, .main-nav .nav-group:focus-within .subnav { display: none; }
  .main-nav .nav-group > button[aria-expanded="true"] + .subnav { display: grid; }
  .nav-services { display: grid; margin: 5px 0 0; padding: 9px 0 0; border-top: 1px solid var(--line); border-left: 0; grid-template-columns: 1fr 1fr; gap: 6px; }
  .nav-services a { display: flex; min-height: 44px; border: 1px solid var(--line); align-items: center; justify-content: center; background: #fff7ec; }
  .nav-account { display:grid; margin:6px 0 0; }
  .nav-account a { display:flex; min-height:44px; align-items:center; justify-content:center; background:var(--sage-soft); }
  .program { grid-template-columns: 150px minmax(0,1fr) 100px; }
  .program-image { width: 150px; height: 116px; }
  .detail-layout { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .network-inner { display: flex; min-height: 38px; padding: 0; }
  .network-brand { font-size: .7rem; }
  .network-brand small { font-size:.6rem; }
  .network .service-nav { display: none; }
  .site-title small { display: block; max-width: 165px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .site-mark { width: 38px; height: 38px; }
  .page { padding-top: 32px; }
  .page-title { font-size: 2.25rem; }
  .page-lead { font-size: .94rem; }
  .filters { display: flex; width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; }
  .filters button { flex: 0 0 auto; }
  .filter-row { align-items:flex-start; flex-direction:column; }
  .filter-row .filters { max-width:100%; }
  .status-filters { padding-top:10px; border-top:1px solid var(--line); }
  .program { min-height: 0; padding: 18px 0; grid-template-columns: 104px minmax(0,1fr); align-items: start; gap: 14px; }
  .program-image { width: 104px; height: 104px; }
  .program h3 { font-size: 1.05rem; }
  .program p { font-size: .82rem; }
  .program-meta { width:calc(100% + 118px); margin-top:14px; margin-left:-118px; padding-top:11px; border-top:1px solid var(--line); grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px 14px; font-size:.74rem; }
  .program-meta > span { grid-template-columns:40px minmax(0,1fr); gap:5px; }
  .program p { -webkit-line-clamp:1; }
  .program-side { grid-column: 1 / -1; }
  .program-side .state { display:none; }
  .mobile-state { display:inline-flex; }
  .program-top { justify-content:space-between; }
  .program-more { display:none; }
  .detail-head { padding-top: 24px; }
  .detail-summary { font-size: .94rem; }
  .detail-quickfacts { grid-template-columns:1fr; }
  .detail-quickfacts > div { font-size:.82rem; }
  .fact { grid-template-columns: 76px 1fr; font-size: .82rem; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links, .footer-policy { gap: 10px 14px; }
  .copyright { grid-column: auto; text-align: left; }
}
