:root {
    /* 브랜드 컬러 (로고 기반) */
    --green: #005853;          /* 로고의 메인 틸 그린 */
    --green-deep: #003d39;     /* 더 짙은 톤 - 강조 배경 */
    --green-light: #0a6d66;    /* 밝은 톤 - 호버·변주 */
    --lime: #86b318;           /* 로고의 라임 골드 - 액센트 */
    --lime-soft: #a8cc4e;      /* 라임 소프트 톤 */
    --gold: #c8972a;           /* 보조 골드 (기존 유지) */
    --gold-light: #e8b84b;
    --gold-soft: #d9b464;
    /* 뉴트럴 */
    --cream: #f8f4ee;
    --cream-dark: #ede8df;
    --sand: #e9dcc3;
    --white: #ffffff;
    --text-dark: #1a2622;
    --text-mid: #4a5a55;
    --text-light: #8a9a95;
    /* 고지 배너 */
    --alert-bg: #f3f7e8;
    --alert-border: #86b318;
    --alert-text: #3d5a10;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; scroll-padding-top: 68px; }

  body {
    font-family: 'Noto Sans KR', sans-serif;
    color: var(--text-dark);
    background: var(--cream);
    overflow-x: hidden;
    line-height: 1.6;
  }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(26, 39, 68, 0.97);
    backdrop-filter: blur(10px);
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 5vw;
    height: 68px;
    border-bottom: 1px solid rgba(200,151,42,0.3);
  }
  .nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
  .nav-logo-img {
    height: 44px; width: auto;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
  }
  .nav-logo-text {
    color: var(--white); font-family: 'Noto Serif KR', serif;
    font-size: 14px; font-weight: 500; line-height: 1.3;
  }
  .nav-logo-text span { display: block; font-size: 10px; color: var(--lime-soft); letter-spacing: 0.02em; margin-top: 2px; }
  .nav-links { display: flex; gap: 24px; list-style: none; align-items: center; }
  .nav-links a {
    color: rgba(255,255,255,0.82); text-decoration: none;
    font-size: 13px; font-weight: 400; letter-spacing: 0.03em;
    transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--gold-light); }
  .nav-cta {
    background: var(--gold); color: var(--green) !important;
    padding: 8px 18px; border-radius: 2px;
    font-weight: 500 !important;
  }
  .nav-cta:hover { background: var(--gold-light); color: var(--green) !important; }
  .menu-toggle { display: none; background: none; border: none; color: white; font-size: 24px; cursor: pointer; }

  /* ── HERO ── */
  #hero {
    min-height: 100vh; background: var(--green);
    display: flex; align-items: center;
    position: relative; overflow: hidden; padding-top: 68px;
  }
  .hero-bg {
    position: absolute; inset: 0; z-index: 1;
    background:
      linear-gradient(135deg, var(--green-deep) 0%, var(--green) 50%, var(--green-deep) 100%),
      radial-gradient(ellipse 80% 60% at 70% 50%, rgba(134,179,24,0.12) 0%, transparent 70%),
      radial-gradient(ellipse 50% 80% at 20% 30%, rgba(0,61,57,0.6) 0%, transparent 60%);
  }
  .hero-lines {
    position: absolute; inset: 0; opacity: 0.04; z-index: 1;
    background-image: repeating-linear-gradient(0deg, #fff 0px, #fff 1px, transparent 1px, transparent 60px),
                      repeating-linear-gradient(90deg, #fff 0px, #fff 1px, transparent 1px, transparent 60px);
  }
  .hero-cross {
    position: absolute; right: 8vw; top: 50%;
    transform: translateY(-50%);
    opacity: 0.1; z-index: 1;
    width: 32vw; max-width: 520px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
    user-select: none; pointer-events: none;
  }
  .hero-inner { position: relative; z-index: 2; padding: 0 10vw; max-width: 900px; }
  .hero-logo-inline {
    height: 52px; width: auto;
    margin-bottom: 24px;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.25));
    animation: fadeUp 0.8s ease both;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(200,151,42,0.15);
    border: 1px solid rgba(200,151,42,0.4);
    border-radius: 20px; padding: 6px 16px;
    color: var(--gold-light);
    font-size: 12px; letter-spacing: 0.08em;
    margin-bottom: 32px;
    animation: fadeUp 0.8s ease both;
  }
  .hero-badge::before { content: '✦'; font-size: 10px; }
  .hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.8rem, 7vw, 6rem);
    font-weight: 600; color: var(--white);
    line-height: 1.1; margin-bottom: 16px;
    animation: fadeUp 0.8s 0.1s ease both;
  }
  .hero-title em { color: var(--gold); font-style: italic; }
  .hero-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: clamp(1rem, 2vw, 1.3rem);
    color: rgba(255,255,255,0.75); margin-bottom: 8px;
    animation: fadeUp 0.8s 0.2s ease both;
  }
  .hero-nature {
    display: inline-block;
    font-size: 13px; color: var(--gold-light);
    padding: 4px 12px; margin-bottom: 24px;
    border-left: 2px solid var(--gold);
    animation: fadeUp 0.8s 0.25s ease both;
  }
  .hero-verse {
    font-family: 'Cormorant Garamond', serif; font-style: italic;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    color: var(--gold-soft); margin-bottom: 40px;
    animation: fadeUp 0.8s 0.3s ease both;
  }
  .hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; animation: fadeUp 0.8s 0.4s ease both; }
  .btn-primary, .btn-outline {
    padding: 14px 32px; text-decoration: none;
    font-size: 14px; letter-spacing: 0.05em;
    transition: all 0.3s;
    font-weight: 500;
  }
  .btn-primary { background: var(--gold); color: var(--green); border: 1px solid var(--gold); }
  .btn-primary:hover { background: var(--gold-light); border-color: var(--gold-light); }
  .btn-outline { color: var(--white); border: 1px solid rgba(255,255,255,0.4); }
  .btn-outline:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
  .hero-scroll {
    position: absolute; bottom: 30px; left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.4);
    font-size: 10px; letter-spacing: 0.3em;
    writing-mode: vertical-rl;
  }
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* ── NOTICE BANNER (정보 안내) ── */
  .notice-banner {
    background: var(--alert-bg);
    border-top: 1px solid rgba(134,179,24,0.4);
    border-bottom: 1px solid rgba(134,179,24,0.2);
    padding: 20px 5vw;
    display: flex; align-items: center; gap: 16px;
    max-width: 100%;
  }
  .notice-icon {
    flex-shrink: 0;
    width: 32px; height: 32px;
    background: var(--green);
    color: var(--lime-soft); border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; font-weight: 700;
  }
  .notice-text { flex: 1; color: var(--alert-text); }
  .notice-text strong {
    display: inline-block; font-size: 13px; font-weight: 600;
    margin-right: 8px;
    font-family: 'Noto Serif KR', serif;
    color: var(--green-deep);
  }
  .notice-text p { font-size: 12.5px; line-height: 1.7; color: var(--alert-text); display: inline; }
  .notice-text a {
    color: var(--green); text-decoration: underline;
    font-weight: 500;
  }
  .notice-text a:hover { color: var(--green-deep); }

  /* ── SECTION BASE ── */
  section { padding: 120px 5vw; max-width: 1400px; margin: 0 auto; }
  .section-label {
    display: inline-block;
    font-size: 11px; letter-spacing: 0.25em;
    color: var(--green); font-weight: 500;
    padding: 4px 0;
    border-bottom: 1px solid var(--gold);
    margin-bottom: 24px;
    text-transform: uppercase;
  }
  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 24px;
    color: var(--text-dark);
  }
  .section-title em { color: var(--gold); font-style: italic; }
  .section-desc {
    font-family: 'Noto Serif KR', serif;
    font-size: clamp(1rem, 1.3vw, 1.1rem);
    color: var(--text-mid);
    max-width: 720px; margin-bottom: 60px;
    line-height: 1.8;
  }

  /* ── ABOUT ── */
  #about { background: var(--white); max-width: 100%; }
  #about > .section-label,
  #about > .section-title,
  #about > .section-desc { max-width: 1400px; margin-left: auto; margin-right: auto; }
  #about > .section-label { display: block; width: fit-content; }
  .about-wrap { max-width: 1400px; margin: 0 auto; }
  .about-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px; align-items: center;
    margin-top: 40px;
  }
  .about-image-block {
    position: relative;
    aspect-ratio: 4/5;
  }
  .about-image-photo {
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: center 60%;
    display: block;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  }
  .about-badge {
    position: absolute; bottom: 20px; right: -24px;
    background: var(--gold); color: var(--green);
    padding: 20px 28px;
    font-family: 'Noto Serif KR', serif;
    z-index: 2;
  }
  .about-badge strong {
    display: block; font-size: 28px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700; line-height: 1;
  }
  .about-badge span { font-size: 12px; margin-top: 4px; display: block; }
  .about-content > .section-label { display: block; width: fit-content; }
  .values {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 24px; margin-top: 32px;
  }
  .value-item { padding: 20px 0; border-top: 1px solid var(--cream-dark); }
  .value-item h4 {
    font-family: 'Noto Serif KR', serif;
    font-size: 16px; font-weight: 600;
    margin-bottom: 8px; color: var(--green);
  }
  .value-item p { font-size: 13px; color: var(--text-mid); line-height: 1.7; }

  /* ── PRINCIPAL MESSAGE (신규: 학교장 인사말) ── */
  #principal-message {
    background: var(--cream);
    position: relative;
    overflow: hidden;
  }
  #principal-message::before {
    content: '';
    position: absolute;
    top: 80px; right: -80px;
    width: 400px; height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(134,179,24,0.06) 0%, transparent 70%);
    pointer-events: none;
  }
  .message-grid {
    display: grid;
    grid-template-columns: 0.72fr 1fr;
    gap: 80px;
    align-items: start;
    margin-top: 40px;
    position: relative;
    z-index: 1;
  }
  .message-portrait-wrap {
    position: sticky;
    top: 100px;
  }
  .message-portrait-wrap img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center 22%;
    display: block;
    box-shadow: 0 30px 60px rgba(0, 61, 57, 0.18);
  }
  .message-signature-box {
    margin-top: 24px;
    padding: 20px 26px;
    border-left: 3px solid var(--lime);
    background: var(--white);
  }
  .message-signature-box .sig-name {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 30px;
    color: var(--green-deep);
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 8px;
  }
  .message-signature-box .sig-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 12.5px;
    color: var(--text-mid);
    letter-spacing: 0.08em;
  }
  .message-body {
    font-family: 'Noto Serif KR', serif;
  }
  .message-body .message-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.9rem, 3.2vw, 2.8rem);
    line-height: 1.2;
    margin-bottom: 48px;
    color: var(--text-dark);
    font-weight: 600;
  }
  .message-body .message-title em {
    color: var(--green);
    font-style: italic;
  }
  .message-greeting {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-style: italic;
    color: var(--green);
    margin-bottom: 32px;
    font-weight: 400;
    line-height: 1;
  }
  .message-greeting::before {
    content: '“';
    font-size: 56px;
    color: var(--lime);
    display: inline-block;
    vertical-align: -10px;
    margin-right: 6px;
    font-family: 'Cormorant Garamond', serif;
    line-height: 0;
  }
  .message-text p {
    font-size: 15.5px;
    line-height: 2;
    margin-bottom: 22px;
    color: var(--text-dark);
    font-family: 'Noto Serif KR', serif;
    font-weight: 400;
  }
  .message-text p strong {
    color: var(--green-deep);
    font-weight: 600;
  }
  .message-quote {
    font-family: 'Noto Serif KR', serif;
    font-size: 18.5px;
    line-height: 1.85;
    color: var(--green-deep);
    padding: 32px 36px;
    margin: 44px 0 36px;
    background: var(--white);
    border-left: 4px solid var(--lime);
    font-weight: 500;
    position: relative;
  }
  .message-quote::before {
    content: '';
    position: absolute;
    top: -2px; right: -2px;
    width: 40px; height: 40px;
    background: var(--lime);
    opacity: 0.2;
    pointer-events: none;
  }
  .message-date {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--cream-dark);
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    color: var(--text-mid);
    font-style: italic;
    letter-spacing: 0.03em;
  }

  /* ── PHILOSOPHY ── */
  #philosophy {
    background: var(--green);
    color: var(--white);
    max-width: 100%;
  }
  #philosophy > * { max-width: 1400px; margin-left: auto; margin-right: auto; }
  #philosophy .section-label { color: var(--gold); display: block; width: fit-content; }
  #philosophy .section-title { color: var(--white); }
  #philosophy .section-desc { color: rgba(255,255,255,0.65); }
  .philosophy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px; margin-top: 40px;
  }
  .philosophy-card {
    padding: 40px 32px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(200,151,42,0.2);
    transition: all 0.3s;
  }
  .philosophy-card:hover {
    background: rgba(255,255,255,0.06);
    border-color: var(--gold);
    transform: translateY(-4px);
  }
  .philosophy-card .num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px; color: var(--gold);
    line-height: 1; margin-bottom: 16px;
    font-weight: 600;
  }
  .philosophy-card h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px; font-weight: 600;
    margin-bottom: 16px; color: var(--white);
  }
  .philosophy-card p {
    font-size: 14px; color: rgba(255,255,255,0.7);
    line-height: 1.8;
  }
  .philosophy-footer {
    margin-top: 60px; padding: 24px 32px;
    background: rgba(200,151,42,0.08);
    border-left: 3px solid var(--gold);
    font-size: 13.5px; line-height: 1.8;
    color: rgba(255,255,255,0.8);
  }
  .philosophy-footer strong { color: var(--gold-light); }

  /* ── VISION BLOCK ── */
  .vision-block {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .vision-header, .mission-header {
    text-align: center;
    margin-bottom: 48px;
  }
  .vision-label {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    letter-spacing: 0.4em;
    color: var(--lime);
    font-weight: 600;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(134,179,24,0.3);
  }
  .vision-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    color: var(--white);
    font-weight: 600;
    line-height: 1.2;
    font-style: italic;
    letter-spacing: 0.01em;
  }
  .vision-tagline-kr {
    font-family: 'Noto Serif KR', serif;
    font-size: clamp(1.1rem, 1.6vw, 1.3rem);
    color: var(--lime-soft);
    font-weight: 400;
    margin-top: 10px;
    letter-spacing: 0.05em;
  }
  .vision-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .vision-group-label {
    text-align: center;
    font-family: 'Noto Serif KR', serif;
    font-size: 14px;
    letter-spacing: 0.25em;
    color: var(--lime);
    font-weight: 500;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 14px;
  }
  .vision-group-label::after {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 32px; height: 1px;
    background: var(--lime);
  }
  .vision-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .vision-item {
    padding: 22px 28px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(134, 179, 24, 0.2);
    display: flex;
    align-items: center;
    gap: 22px;
    transition: all 0.3s ease;
  }
  .vision-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--lime);
    transform: translateX(6px);
  }
  .v-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    color: var(--lime);
    font-weight: 600;
    line-height: 1;
    flex-shrink: 0;
    font-style: italic;
  }
  .vision-item h4 {
    font-family: 'Noto Serif KR', serif;
    font-size: 16.5px;
    font-weight: 500;
    color: var(--white);
    margin: 0;
  }

  /* ── MISSION BLOCK ── */
  .mission-block {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(134, 179, 24, 0.2);
  }
  .mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .mission-card {
    padding: 40px 36px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(134, 179, 24, 0.2);
    transition: all 0.3s ease;
  }
  .mission-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: var(--lime);
  }
  .mission-card-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    letter-spacing: 0.35em;
    color: var(--gold);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
  }
  .mission-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(134, 179, 24, 0.25);
  }
  .mission-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .mission-list li {
    font-family: 'Noto Serif KR', serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    padding: 13px 0 13px 28px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    position: relative;
    line-height: 1.6;
  }
  .mission-list li:last-child {
    border-bottom: none;
  }
  .mission-list li::before {
    content: '✦';
    position: absolute;
    left: 0; top: 13px;
    color: var(--lime);
    font-size: 13px;
  }

  /* ── CURRICULUM ── */
  #curriculum { background: var(--cream); }
  .curriculum-tabs {
    display: flex; gap: 4px;
    margin-bottom: 0; border-bottom: 1px solid var(--cream-dark);
  }
  .tab-btn {
    padding: 14px 32px; background: none; border: none; cursor: pointer;
    font-size: 14px; font-family: 'Noto Sans KR', sans-serif;
    color: var(--text-light); font-weight: 500;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    transition: all 0.2s;
  }
  .tab-btn.active { color: var(--green); border-bottom-color: var(--gold); }
  .tab-btn:hover { color: var(--green); }
  .tab-content { display: none; padding-top: 40px; }
  .tab-content.active { display: block; }
  .curriculum-grid {
    display: grid; grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
  .subject-card {
    padding: 28px 20px; background: var(--white);
    border: 1px solid var(--cream-dark);
    transition: all 0.25s;
  }
  .subject-card.highlight {
    background: var(--green); color: var(--white);
    border-color: var(--green);
  }
  .subject-card.highlight h4 { color: var(--white); }
  .subject-card.highlight p { color: rgba(255,255,255,0.7); }
  .subject-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(26,39,68,0.08); }
  .s-icon { font-size: 28px; margin-bottom: 14px; }
  .subject-card h4 {
    font-family: 'Noto Serif KR', serif;
    font-size: 16px; font-weight: 600;
    margin-bottom: 6px; color: var(--green);
  }
  .subject-card p {
    font-size: 12.5px; color: var(--text-mid);
    line-height: 1.6;
  }
  .curriculum-note {
    margin-top: 40px; padding: 24px 28px;
    background: var(--white);
    border-left: 3px solid var(--gold);
    font-size: 13.5px; line-height: 1.85; color: var(--text-mid);
  }
  .curriculum-note strong { color: var(--green); }

  /* ── PATHWAY ── */
  #pathway { background: var(--white); }
  .pathway-flow {
    display: grid; grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 16px; align-items: center; margin-top: 40px;
  }
  .pathway-step {
    padding: 32px 24px; background: var(--cream);
    border: 1px solid var(--cream-dark);
    text-align: center;
    position: relative;
  }
  .pathway-step.highlight { background: var(--green); color: var(--white); border-color: var(--green); }
  .pathway-step.highlight h4, .pathway-step.highlight p { color: var(--white); }
  .step-badge {
    display: inline-block;
    font-size: 10px; letter-spacing: 0.1em;
    background: var(--green); color: var(--white);
    padding: 4px 10px; margin-bottom: 16px;
    font-weight: 500;
  }
  .step-icon { font-size: 36px; margin-bottom: 12px; }
  .pathway-step h4 {
    font-family: 'Noto Serif KR', serif;
    font-size: 15px; font-weight: 600;
    margin-bottom: 10px; color: var(--green);
    line-height: 1.4;
  }
  .pathway-step p { font-size: 12px; color: var(--text-mid); line-height: 1.6; }
  .pathway-arrow {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px; color: var(--gold);
    text-align: center;
  }
  .pathway-note-box {
    margin-top: 40px; padding: 28px 32px;
    background: var(--cream);
    border-radius: 2px;
    display: grid; grid-template-columns: auto 1fr;
    gap: 24px; align-items: center;
  }
  .pathway-note-icon {
    width: 56px; height: 56px;
    background: var(--green); color: var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
  }
  .pathway-note-text h4 {
    font-family: 'Noto Serif KR', serif;
    font-size: 16px; font-weight: 600;
    color: var(--green); margin-bottom: 6px;
  }
  .pathway-note-text p { font-size: 13.5px; color: var(--text-mid); line-height: 1.75; }

  /* ── LIFE GALLERY (신규: 학교 생활) ── */
  #life {
    background: var(--white);
    max-width: 100%;
    padding: 120px 0;
    overflow: hidden;
  }
  #life > .life-header {
    max-width: 1400px; margin: 0 auto 60px;
    padding: 0 5vw;
  }
  #life .section-label { display: block; width: fit-content; }
  .life-gallery {
    max-width: 1400px; margin: 0 auto;
    padding: 0 5vw;
    display: grid;
    grid-template-columns: 1.25fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 16px;
  }
  .life-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--cream-dark);
    cursor: default;
  }
  .life-item.feature {
    grid-row: span 3;
    grid-column: 1;
    aspect-ratio: auto;
    height: 100%;
    min-height: 520px;
  }
  .life-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }
  .life-item:hover img { transform: scale(1.04); }
  .life-item-caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 40px 28px 24px;
    background: linear-gradient(to top, rgba(0,61,57,0.95) 0%, rgba(0,61,57,0) 100%);
    color: var(--white);
  }
  .life-item-caption h4 {
    font-family: 'Noto Serif KR', serif;
    font-size: 17px; font-weight: 600;
    margin-bottom: 4px;
  }
  .life-item-caption p {
    font-size: 12.5px;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
  }
  .life-footer {
    max-width: 1400px; margin: 40px auto 0;
    padding: 0 5vw;
    font-size: 13px; color: var(--text-mid);
    line-height: 1.75;
    text-align: center;
    font-style: italic;
  }
  .life-footer strong { color: var(--green); font-style: normal; }

  /* ── FACULTY (신규: 교직원 소개) ── */
  #faculty {
    background: var(--cream);
  }
  .faculty-leadership {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 40px;
  }
  .faculty-teachers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .faculty-card {
    background: var(--white);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .faculty-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 88, 83, 0.15);
  }
  .faculty-photo {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    object-position: center 18%;
    display: block;
    background: var(--cream-dark);
  }
  .faculty-card.teacher .faculty-photo {
    aspect-ratio: 1/1;
    object-position: center 25%;
  }
  .faculty-info {
    padding: 18px 22px 22px;
    border-top: 3px solid var(--lime);
  }
  .faculty-card.leader .faculty-info { padding: 22px 26px 26px; }
  .faculty-role {
    font-size: 10.5px;
    letter-spacing: 0.2em;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
  }
  .faculty-name {
    font-family: 'Noto Serif KR', serif;
    font-size: 19px;
    font-weight: 600;
    color: var(--green-deep);
    margin-bottom: 6px;
    line-height: 1.2;
  }
  .faculty-card.leader .faculty-name { font-size: 22px; }
  .faculty-subject {
    font-size: 12.5px;
    color: var(--text-mid);
    line-height: 1.55;
  }
  .faculty-divider {
    text-align: center;
    margin: 56px 0 36px;
    position: relative;
  }
  .faculty-divider::before {
    content: '';
    position: absolute;
    top: 50%; left: 0; right: 0;
    height: 1px;
    background: var(--cream-dark);
  }
  .faculty-divider-text {
    background: var(--cream);
    padding: 0 24px;
    font-family: 'Noto Serif KR', serif;
    font-size: 13px;
    color: var(--green);
    font-weight: 500;
    position: relative;
    letter-spacing: 0.15em;
  }

  /* ── ACADEMIC INFO (신규: 학력 안내) ── */
  #academic-info { background: var(--cream-dark); }
  .academic-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 32px; margin-top: 40px;
  }
  .academic-card {
    background: var(--white);
    padding: 36px 36px;
    border-top: 3px solid var(--green);
  }
  .academic-card.accent { border-top-color: var(--gold); }
  .academic-card h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 19px; font-weight: 600;
    margin-bottom: 16px; color: var(--green);
    display: flex; align-items: center; gap: 10px;
  }
  .academic-card p {
    font-size: 14px; color: var(--text-mid);
    line-height: 1.85; margin-bottom: 12px;
  }
  .academic-card ul { padding-left: 0; list-style: none; margin-top: 12px; }
  .academic-card li {
    font-size: 13.5px; color: var(--text-mid);
    padding: 8px 0 8px 22px; position: relative;
    line-height: 1.7;
    border-bottom: 1px dashed var(--cream-dark);
  }
  .academic-card li:last-child { border-bottom: none; }
  .academic-card li::before {
    content: '✓'; position: absolute; left: 0; top: 8px;
    color: var(--gold); font-weight: 700;
  }
  .faq-block {
    margin-top: 60px;
    background: var(--white);
    padding: 40px 40px;
  }
  .faq-block h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px; color: var(--green);
    margin-bottom: 28px; font-weight: 600;
  }
  .faq-item {
    border-bottom: 1px solid var(--cream-dark);
    padding: 18px 0;
  }
  .faq-item:last-child { border-bottom: none; }
  .faq-q {
    font-family: 'Noto Serif KR', serif;
    font-weight: 600; font-size: 15px;
    color: var(--green); margin-bottom: 8px;
    display: flex; align-items: flex-start; gap: 10px;
  }
  .faq-q::before {
    content: 'Q'; font-family: 'Cormorant Garamond', serif;
    color: var(--gold); font-size: 20px; line-height: 1;
    font-weight: 700;
  }
  .faq-a {
    font-size: 13.5px; color: var(--text-mid);
    line-height: 1.85; padding-left: 28px;
  }

  /* ── ADMISSION ── */
  #admission { background: var(--white); }
  .admission-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px; margin-top: 40px;
  }
  .admission-box {
    padding: 36px 36px;
    background: var(--cream);
    position: relative;
  }
  .admission-box h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 18px; font-weight: 600;
    margin-bottom: 20px; color: var(--green);
    padding-bottom: 14px;
    border-bottom: 1px solid var(--cream-dark);
  }
  .admission-list { list-style: none; }
  .admission-list li {
    padding: 10px 0 10px 24px;
    font-size: 13.5px;
    color: var(--text-mid);
    line-height: 1.7;
    position: relative;
    border-bottom: 1px dashed var(--cream-dark);
  }
  .admission-list li:last-child { border-bottom: none; }
  .admission-list li::before {
    content: ''; position: absolute; left: 0; top: 18px;
    width: 6px; height: 6px;
    background: var(--gold); border-radius: 50%;
  }
  .admission-list li.optional {
    color: var(--text-light); font-style: italic;
  }
  .admission-list li.optional::before { background: var(--text-light); }
  .fees-table {
    width: 100%; border-collapse: collapse; margin-top: 4px;
  }
  .fees-table td {
    padding: 12px 4px; font-size: 13.5px;
    border-bottom: 1px dashed var(--cream-dark);
  }
  .fees-table td:first-child { color: var(--text-mid); }
  .fees-table td:last-child { text-align: right; color: var(--green); font-weight: 600; }
  .fees-note {
    margin-top: 16px; font-size: 12px; color: var(--text-light);
    line-height: 1.6;
  }
  .admission-footnote {
    margin-top: 32px; padding: 20px 24px;
    background: var(--alert-bg);
    border-left: 3px solid var(--alert-border);
    font-size: 13px; color: var(--alert-text);
    line-height: 1.8;
  }

  /* ── DISCLOSURE (신규: 기관 정보 공시) ── */
  #disclosure { background: var(--cream); }
  .disclosure-wrap {
    background: var(--white);
    margin-top: 40px;
  }
  .disclosure-table {
    width: 100%; border-collapse: collapse;
  }
  .disclosure-table tr {
    border-bottom: 1px solid var(--cream-dark);
  }
  .disclosure-table tr:last-child { border-bottom: none; }
  .disclosure-table th {
    background: var(--green); color: var(--gold-light);
    font-family: 'Noto Serif KR', serif;
    font-size: 13px; font-weight: 500;
    text-align: left; padding: 18px 28px;
    width: 220px;
    vertical-align: top;
    letter-spacing: 0.02em;
  }
  .disclosure-table td {
    padding: 18px 28px; font-size: 14px;
    color: var(--text-dark); line-height: 1.75;
  }
  .disclosure-table td .sub {
    display: block; font-size: 12px;
    color: var(--text-light); margin-top: 4px;
  }
  .disclosure-table td .faculty-list,
  .disclosure-table td .facility-list {
    list-style: none; padding: 0; margin: 6px 0 0;
  }
  .disclosure-table td .faculty-list li,
  .disclosure-table td .facility-list li {
    padding: 6px 0; font-size: 13px;
    color: var(--text-dark); line-height: 1.5;
    border-bottom: 1px dashed var(--cream-dark);
  }
  .disclosure-table td .faculty-list li:last-child,
  .disclosure-table td .facility-list li:last-child { border-bottom: none; }
  .disclosure-table td .faculty-list li strong {
    color: var(--green-deep); font-weight: 600;
    margin-right: 6px;
  }
  .disclosure-table td .faculty-list li em {
    font-style: normal; font-size: 12px;
    color: var(--text-mid);
  }
  .disclosure-table td .pending {
    display: inline-block;
    padding: 2px 10px; background: var(--alert-bg);
    color: var(--alert-text);
    font-size: 11px; font-weight: 500;
    border-radius: 2px; margin-left: 8px;
    border: 1px solid var(--alert-border);
  }
  .disclosure-note {
    margin-top: 24px; padding: 20px 28px;
    background: var(--white);
    border-left: 3px solid var(--gold);
    font-size: 13px; color: var(--text-mid); line-height: 1.8;
  }

  /* ── REGISTRATION STATUS (기존 certification 개편) ── */
  #registration { background: var(--green); color: var(--white); max-width: 100%; }
  #registration > * { max-width: 1400px; margin-left: auto; margin-right: auto; }
  #registration .section-label { color: var(--gold); display: block; width: fit-content; }
  #registration .section-title { color: var(--white); }
  #registration .section-desc { color: rgba(255,255,255,0.7); }

  .reg-intro-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 32px; margin-top: 40px; margin-bottom: 60px;
  }
  .reg-card {
    padding: 36px 32px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(200,151,42,0.2);
  }
  .reg-status {
    display: inline-block; font-size: 10px;
    padding: 4px 12px; margin-bottom: 16px;
    background: rgba(200,151,42,0.18);
    border: 1px solid var(--gold);
    color: var(--gold-light); font-weight: 500;
    letter-spacing: 0.1em;
  }
  .reg-card h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 19px; font-weight: 600;
    color: var(--white); margin-bottom: 14px;
  }
  .reg-card p {
    font-size: 13.5px; color: rgba(255,255,255,0.72);
    line-height: 1.85;
  }

  .roadmap-wrap { margin-top: 20px; }
  .roadmap-wrap h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px; color: var(--gold);
    margin-bottom: 32px; font-weight: 600;
  }
  .roadmap-steps {
    display: grid; grid-template-columns: repeat(5, 1fr);
    gap: 16px; position: relative;
  }
  .roadmap-steps::before {
    content: ''; position: absolute;
    top: 24px; left: 10%; right: 10%;
    height: 1px; background: rgba(200,151,42,0.3);
    z-index: 0;
  }
  .roadmap-step { text-align: center; position: relative; z-index: 1; }
  .r-dot {
    width: 48px; height: 48px; border-radius: 50%;
    margin: 0 auto 16px;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px; font-weight: 700;
    background: var(--green-deep);
    border: 1px solid rgba(200,151,42,0.3);
    color: rgba(255,255,255,0.4);
  }
  .r-dot.done { background: var(--gold); color: var(--green); border-color: var(--gold); }
  .r-dot.active {
    background: var(--green-deep);
    border-color: var(--gold); color: var(--gold);
    box-shadow: 0 0 0 4px rgba(200,151,42,0.2);
  }
  .roadmap-step h4 {
    font-family: 'Noto Serif KR', serif;
    font-size: 13.5px; font-weight: 600;
    color: var(--white); margin-bottom: 6px;
  }
  .roadmap-step p {
    font-size: 11.5px; color: rgba(255,255,255,0.55);
    line-height: 1.6;
  }

  /* ── CTA ── */
  #cta {
    background: var(--cream);
    text-align: center;
    padding: 100px 5vw;
  }
  #cta h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    color: var(--green); margin-bottom: 16px;
    font-weight: 600; line-height: 1.2;
  }
  #cta p {
    font-family: 'Noto Serif KR', serif;
    color: var(--text-mid); margin-bottom: 40px;
    font-size: clamp(1rem, 1.5vw, 1.1rem);
  }
  .cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
  .btn-dark, .btn-light {
    padding: 14px 32px; text-decoration: none;
    font-size: 14px; letter-spacing: 0.05em;
    transition: all 0.3s; font-weight: 500;
  }
  .btn-dark { background: var(--green); color: var(--white); }
  .btn-dark:hover { background: var(--green-deep); }
  .btn-light { background: var(--white); color: var(--green); border: 1px solid var(--green); }
  .btn-light:hover { background: var(--green); color: var(--white); }

  /* ── FOOTER ── */
  footer {
    background: var(--green-deep);
    color: rgba(255,255,255,0.6);
    padding: 80px 5vw 40px;
  }
  .footer-grid {
    max-width: 1400px; margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 48px;
  }
  .footer-brand .logo-wrap {
    display: flex; align-items: center; gap: 14px; margin-bottom: 20px;
  }
  .footer-logo-img {
    height: 56px; width: auto;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
  }
  .footer-brand h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 15px; color: var(--white); font-weight: 500;
    line-height: 1.3;
  }
  .footer-brand h3 span {
    display: block; font-size: 11px; color: var(--gold-light);
    letter-spacing: 0.02em; margin-top: 2px;
  }
  .footer-brand p {
    font-size: 12.5px; line-height: 1.8;
  }
  .footer-col h4 {
    color: var(--gold-light); font-size: 12px;
    font-weight: 500; letter-spacing: 0.15em;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(200,151,42,0.2);
  }
  .footer-col ul { list-style: none; }
  .footer-col li { margin-bottom: 10px; }
  .footer-col a {
    color: rgba(255,255,255,0.5);
    text-decoration: none; font-size: 13px;
    transition: color 0.2s;
  }
  .footer-col a:hover { color: var(--gold-light); }
  .footer-contact p {
    font-size: 12.5px;
    line-height: 1.7;
    margin-bottom: 14px;
  }
  .footer-contact p strong {
    display: block;
    color: var(--gold-light);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
  }
  .footer-bottom {
    max-width: 1400px; margin: 50px auto 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex; justify-content: space-between;
    flex-wrap: wrap; gap: 10px;
    font-size: 11px; color: rgba(255,255,255,0.3);
    line-height: 1.6;
  }
  .footer-legal-notice {
    max-width: 1400px; margin: 24px auto 0;
    padding: 16px 20px;
    background: rgba(200,151,42,0.08);
    border-left: 2px solid var(--gold);
    font-size: 11.5px; line-height: 1.7;
    color: rgba(255,255,255,0.6);
  }
  .footer-legal-notice strong { color: var(--gold-light); }

  /* ── RESPONSIVE ── */
  @media (max-width: 1024px) {
    section { padding: 80px 5vw; }
    .about-grid { grid-template-columns: 1fr; gap: 48px; }
    .about-image-block { aspect-ratio: 16/10; max-width: 500px; }
    .message-grid { grid-template-columns: 1fr; gap: 48px; }
    .message-portrait-wrap { position: static; max-width: 420px; margin: 0 auto; }
    .philosophy-grid { grid-template-columns: 1fr; gap: 20px; }
    .vision-pillars { grid-template-columns: 1fr; gap: 32px; }
    .mission-grid { grid-template-columns: 1fr; gap: 20px; }
    .curriculum-grid { grid-template-columns: repeat(3, 1fr); }
    .pathway-flow { grid-template-columns: 1fr; gap: 8px; }
    .pathway-arrow { transform: rotate(90deg); font-size: 24px; }
    .life-gallery { grid-template-columns: 1fr; grid-template-rows: auto; gap: 16px; }
    .life-item.feature { grid-row: auto; grid-column: auto; aspect-ratio: 4/3; min-height: auto; height: auto; }
    .faculty-leadership { grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .faculty-teachers { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .admission-grid { grid-template-columns: 1fr; }
    .academic-grid { grid-template-columns: 1fr; }
    .reg-intro-grid { grid-template-columns: 1fr; }
    .roadmap-steps { grid-template-columns: 1fr 1fr; gap: 24px; }
    .roadmap-steps::before { display: none; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .disclosure-table th { width: 160px; padding: 14px 20px; font-size: 12px; }
    .disclosure-table td { padding: 14px 20px; font-size: 13px; }
  }
  @media (max-width: 720px) {
    .nav-links { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--green); flex-direction: column; padding: 20px; gap: 14px; border-bottom: 1px solid rgba(200,151,42,0.3); }
    .nav-links.show { display: flex; }
    .menu-toggle { display: block; }
    .hero-inner { padding: 0 6vw; }
    .hero-buttons { flex-direction: column; }
    .btn-primary, .btn-outline { text-align: center; }
    .notice-banner { flex-direction: column; gap: 12px; padding: 24px 6vw; }
    .values { grid-template-columns: 1fr; }
    .message-greeting { font-size: 24px; }
    .message-text p { font-size: 14.5px; line-height: 1.9; }
    .message-quote { padding: 24px 20px; font-size: 16.5px; margin: 32px 0; }
    .vision-item { padding: 16px 20px; gap: 14px; }
    .vision-item h4 { font-size: 14.5px; }
    .v-num { font-size: 24px; }
    .mission-card { padding: 28px 22px; }
    .mission-list li { font-size: 13.5px; padding: 10px 0 10px 22px; }
    .curriculum-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .subject-card { padding: 20px 14px; }
    .faculty-leadership { grid-template-columns: 1fr; gap: 16px; }
    .faculty-teachers { grid-template-columns: 1fr 1fr; gap: 14px; }
    .faculty-card.teacher .faculty-info { padding: 14px 16px 18px; }
    .faculty-card.teacher .faculty-name { font-size: 16px; }
    .faculty-card.teacher .faculty-subject { font-size: 11.5px; }
    .cta-buttons { flex-direction: column; align-items: stretch; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
    .pathway-note-box { grid-template-columns: 1fr; text-align: center; }
    .pathway-note-icon { margin: 0 auto; }
    .disclosure-table th { display: block; width: 100%; padding: 10px 16px; }
    .disclosure-table td { display: block; width: 100%; padding: 12px 16px 16px; }
    .disclosure-table tr { display: block; border-bottom: 1px solid var(--cream-dark); }
    .faq-block, .admission-box, .academic-card { padding: 24px 20px; }
  }

  /* ── MULTIPAGE EXTRAS ── */
  /* active 메뉴 표시 */
  .nav-links a.active {
    color: var(--lime);
    font-weight: 500;
    position: relative;
  }
  .nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -8px; left: 0; right: 0;
    height: 2px;
    background: var(--lime);
  }

  /* ── PAGE HERO (서브 페이지용 작은 히어로) ── */
  .page-hero {
    background: linear-gradient(135deg, var(--green-deep) 0%, var(--green) 100%);
    padding: 140px 5vw 80px;
    position: relative;
    overflow: hidden;
  }
  .page-hero::before {
    content: '';
    position: absolute;
    top: 40%; right: -100px;
    width: 320px; height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(134,179,24,0.12) 0%, transparent 70%);
  }
  .page-hero-inner {
    max-width: 1400px; margin: 0 auto;
    position: relative; z-index: 1;
  }
  .page-hero-label {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    letter-spacing: 0.3em;
    color: var(--lime);
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase;
  }
  .page-hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.4rem, 5vw, 4rem);
    color: var(--white);
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 20px;
  }
  .page-hero-title em {
    color: var(--lime);
    font-style: italic;
  }
  .page-hero-subtitle {
    font-family: 'Noto Serif KR', serif;
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    color: rgba(255,255,255,0.75);
    max-width: 720px;
    line-height: 1.8;
  }

  /* ── HOME LINK CARDS ── */
  #home-menu {
    background: var(--cream);
    padding: 100px 5vw;
  }
  .home-menu-wrap {
    max-width: 1400px; margin: 0 auto;
  }
  .home-menu-label {
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
  }
  .home-menu-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    text-align: center;
    color: var(--green-deep);
    margin-bottom: 12px;
    font-weight: 600;
  }
  .home-menu-heading em { color: var(--green); font-style: italic; }
  .home-menu-sub {
    text-align: center;
    font-family: 'Noto Serif KR', serif;
    font-size: 15px;
    color: var(--text-mid);
    margin-bottom: 56px;
  }
  .home-menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .home-menu-card {
    display: block;
    text-decoration: none;
    background: var(--white);
    padding: 36px 28px;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    border-top: 3px solid transparent;
  }
  .home-menu-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 48px rgba(0,61,57,0.15);
    border-top-color: var(--lime);
  }
  .home-menu-icon {
    font-size: 42px;
    margin-bottom: 18px;
    line-height: 1;
  }
  .home-menu-card h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--green-deep);
    margin-bottom: 8px;
  }
  .home-menu-card p {
    font-size: 13px;
    color: var(--text-mid);
    line-height: 1.65;
    margin-bottom: 20px;
  }
  .home-menu-arrow {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    color: var(--gold);
    font-weight: 600;
    transition: transform 0.3s;
  }
  .home-menu-card:hover .home-menu-arrow {
    transform: translateX(6px);
    color: var(--lime);
  }

  /* ── PREVIEW SECTIONS (홈 내 미리보기) ── */
  .preview-footer-link {
    text-align: center;
    margin-top: 48px;
  }
  .preview-footer-link a {
    display: inline-block;
    padding: 14px 36px;
    background: transparent;
    color: var(--green);
    border: 1px solid var(--green);
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.08em;
    font-weight: 500;
    transition: all 0.3s;
  }
  .preview-footer-link a:hover {
    background: var(--green);
    color: var(--white);
  }
  #philosophy.preview, #faculty.preview, #life.preview {
    padding-bottom: 80px;
  }

  @media (max-width: 1024px) {
    .home-menu-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .page-hero { padding: 120px 5vw 60px; }
  }
  @media (max-width: 720px) {
    .home-menu-grid { grid-template-columns: 1fr; }
    .home-menu-card { padding: 28px 24px; }
  }

  /* ── SCHEDULE PAGE ── */
  #schedule-intro {
    background: var(--cream);
  }
  .schedule-overview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 50px;
  }
  .sch-stat {
    background: var(--white);
    padding: 32px 28px;
    border-top: 3px solid var(--lime);
    text-align: center;
  }
  .sch-stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    color: var(--green);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
  }
  .sch-stat-label {
    font-family: 'Noto Serif KR', serif;
    font-size: 13.5px;
    color: var(--text-mid);
    letter-spacing: 0.05em;
  }

  #schedule-calendar {
    background: var(--white);
  }
  .semester-block {
    margin-bottom: 80px;
  }
  .semester-block:last-child { margin-bottom: 0; }
  .semester-header {
    display: flex; align-items: center; gap: 16px;
    margin-bottom: 32px;
    padding-bottom: 18px;
    border-bottom: 2px solid var(--cream-dark);
  }
  .semester-tag {
    background: var(--green);
    color: var(--lime-soft);
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 16px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .semester-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 22px;
    font-weight: 600;
    color: var(--green-deep);
  }
  .semester-period {
    margin-left: auto;
    font-size: 13px;
    color: var(--text-mid);
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 16px;
  }
  .month-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .month-card {
    background: var(--cream);
    padding: 24px 26px;
    border-left: 3px solid var(--lime);
    transition: all 0.3s ease;
  }
  .month-card:hover {
    background: var(--white);
    box-shadow: 0 12px 28px rgba(0,61,57,0.08);
    transform: translateY(-2px);
  }
  .month-header {
    display: flex; align-items: baseline; gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(0,88,83,0.2);
  }
  .month-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    color: var(--green);
    font-weight: 700;
    line-height: 1;
    font-style: italic;
  }
  .month-name {
    font-family: 'Noto Serif KR', serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--green-deep);
  }
  .month-events {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .month-events li {
    padding: 7px 0 7px 18px;
    font-size: 13.5px;
    color: var(--text-dark);
    line-height: 1.55;
    position: relative;
  }
  .month-events li::before {
    content: '·';
    position: absolute;
    left: 4px; top: 5px;
    color: var(--lime);
    font-weight: 700;
    font-size: 18px;
  }
  .event-highlight {
    color: var(--green);
    font-weight: 600;
  }

  /* 일과 운영표 */
  #daily-schedule {
    background: var(--cream);
  }
  .daily-table-wrap {
    margin-top: 40px;
    background: var(--white);
    overflow-x: auto;
  }
  .daily-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
  }
  .daily-table thead th {
    background: var(--green);
    color: var(--lime-soft);
    padding: 16px;
    font-family: 'Noto Serif KR', serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .daily-table thead th:first-child { width: 140px; }
  .daily-table tbody tr {
    border-bottom: 1px solid var(--cream-dark);
  }
  .daily-table tbody tr:last-child { border-bottom: none; }
  .daily-table tbody tr:hover { background: var(--cream); }
  .daily-table tbody td {
    padding: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-dark);
  }
  .daily-table tbody td:first-child {
    font-family: 'Cormorant Garamond', serif;
    color: var(--green);
    font-weight: 600;
    font-size: 15px;
  }
  .daily-table tbody td.period-name {
    font-family: 'Noto Serif KR', serif;
    font-weight: 500;
    color: var(--green-deep);
    font-size: 14px;
  }

  /* ── RULES PAGE ── */
  #rules-intro {
    background: var(--cream);
  }
  .rules-toc {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .rules-toc a {
    display: block;
    padding: 18px 22px;
    background: var(--white);
    text-decoration: none;
    color: var(--text-dark);
    border-left: 3px solid var(--lime);
    transition: all 0.25s ease;
  }
  .rules-toc a:hover {
    background: var(--green);
    color: var(--white);
    transform: translateX(4px);
  }
  .rules-toc-num {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--green);
    letter-spacing: 0.15em;
    margin-bottom: 4px;
  }
  .rules-toc a:hover .rules-toc-num { color: var(--lime); }
  .rules-toc-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 14px;
    font-weight: 500;
  }

  #rules-body {
    background: var(--white);
  }
  .rules-chapter {
    margin-bottom: 64px;
    scroll-margin-top: 100px;
  }
  .rules-chapter:last-child { margin-bottom: 0; }
  .chapter-header {
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--green);
    display: flex; align-items: baseline; gap: 16px;
  }
  .chapter-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    color: var(--lime);
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .chapter-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--green-deep);
  }
  .article {
    margin-bottom: 28px;
    padding: 20px 24px;
    background: var(--cream);
    border-left: 3px solid var(--lime);
  }
  .article:last-child { margin-bottom: 0; }
  .article-title {
    font-family: 'Noto Serif KR', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--green-deep);
    margin-bottom: 12px;
  }
  .article-content {
    font-size: 14px;
    line-height: 1.85;
    color: var(--text-dark);
  }
  .article-content p { margin-bottom: 8px; }
  .article-content ol, .article-content ul {
    margin: 8px 0 8px 22px;
    padding: 0;
  }
  .article-content ol li, .article-content ul li {
    padding: 4px 0;
    line-height: 1.7;
  }
  .article-content ol ol {
    margin-top: 4px;
    list-style: lower-alpha;
  }
  .rules-footer-note {
    margin-top: 60px;
    padding: 24px 28px;
    background: var(--cream-dark);
    border-left: 3px solid var(--gold);
    font-size: 13px;
    color: var(--text-mid);
    line-height: 1.8;
  }

  @media (max-width: 1024px) {
    .schedule-overview { grid-template-columns: repeat(2, 1fr); }
    .month-grid { grid-template-columns: 1fr; }
    .rules-toc { grid-template-columns: repeat(2, 1fr); }
    .semester-period { display: none; }
  }
  @media (max-width: 720px) {
    .schedule-overview { grid-template-columns: 1fr 1fr; gap: 12px; }
    .sch-stat { padding: 22px 18px; }
    .sch-stat-num { font-size: 32px; }
    .month-card { padding: 20px 22px; }
    .rules-toc { grid-template-columns: 1fr; }
    .article { padding: 16px 18px; }
    .chapter-title { font-size: 20px; }
  }

  /* ── GRADE TIMETABLE TABS ── */
  .schedule-tabs {
    display: flex;
    gap: 4px;
    border-bottom: 1px solid var(--cream-dark);
    margin-bottom: 0;
    flex-wrap: wrap;
  }
  .schedule-tabs .tab-btn {
    padding: 14px 22px;
  }
  .grade-timetable-wrap {
    margin-top: 32px;
    overflow-x: auto;
  }
  .grade-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    background: var(--white);
    font-family: 'Noto Sans KR', sans-serif;
  }
  .grade-table thead th {
    background: var(--green);
    color: var(--lime-soft);
    padding: 12px 8px;
    font-family: 'Noto Serif KR', serif;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.1);
  }
  .grade-table thead th:last-child { border-right: none; }
  .grade-table thead th:first-child {
    width: 60px;
    background: var(--green-deep);
  }
  .grade-table thead th:nth-child(2) {
    width: 100px;
    background: var(--green-deep);
  }
  .grade-table tbody tr {
    border-bottom: 1px solid var(--cream-dark);
  }
  .grade-table tbody tr:last-child { border-bottom: none; }
  .grade-table tbody tr.lunch-row {
    background: var(--cream);
  }
  .grade-table tbody tr.special-row {
    background: var(--cream-dark);
  }
  .grade-table tbody td {
    padding: 10px 8px;
    font-size: 12.5px;
    line-height: 1.5;
    color: var(--text-dark);
    text-align: center;
    border-right: 1px solid var(--cream-dark);
    vertical-align: middle;
  }
  .grade-table tbody td:last-child { border-right: none; }
  .grade-table tbody td:first-child {
    font-family: 'Cormorant Garamond', serif;
    color: var(--green);
    font-weight: 600;
    font-size: 14px;
    background: var(--cream);
  }
  .grade-table tbody td:nth-child(2) {
    font-family: 'Cormorant Garamond', serif;
    color: var(--text-mid);
    font-size: 11px;
    background: var(--cream);
  }
  .subject-cell {
    line-height: 1.4;
  }
  .subject-cell .subject-name {
    font-weight: 600;
    color: var(--green-deep);
    font-size: 12.5px;
    display: block;
  }
  .subject-cell .subject-teacher {
    font-size: 10.5px;
    color: var(--text-light);
    display: block;
    margin-top: 2px;
  }
  .subject-cell .subject-virtue {
    font-size: 10px;
    color: var(--lime);
    font-style: italic;
    display: block;
    margin-top: 3px;
    letter-spacing: 0.02em;
  }
  .grade-tab-intro {
    margin-bottom: 24px;
    padding: 16px 22px;
    background: var(--cream);
    border-left: 3px solid var(--lime);
    font-size: 13.5px;
    color: var(--text-mid);
    line-height: 1.7;
  }
  .grade-tab-intro strong {
    color: var(--green-deep);
    font-weight: 600;
  }

  @media (max-width: 720px) {
    .schedule-tabs .tab-btn {
      padding: 10px 14px;
      font-size: 12px;
    }
    .grade-table thead th, .grade-table tbody td {
      padding: 8px 4px;
      font-size: 11px;
    }
    .subject-cell .subject-name { font-size: 11px; }
    .subject-cell .subject-teacher { font-size: 10px; }
  }
