:root {
  /* 798px reference coordinate system, capped at a comfortable 1596px content canvas. */
  --u: clamp(1px, 0.125313283vw, 2px);
  --ink: #1d221f;
  --muted: #6d746f;
  --green: #739a85;
  --deep-green: #526b58;
  --line: #d7dad4;
  --cream: #fbfaf5;
}

/* Responsive refinement for consultation and usage-process detail pages */
@media (min-width: 681px) and (max-width: 1024px) {
  .center-site-shell .consult-assurance-strip { margin-bottom: 54px; }
  .center-site-shell .consult-assurance-strip article { grid-template-columns: 26px 1fr; gap: 11px; min-height: 120px; padding: 20px 17px; }
  .center-site-shell .consult-assurance-strip article > span { font-size: 12px; }
  .center-site-shell .consult-assurance-strip small { font-size: 9px; letter-spacing: 1.4px; }
  .center-site-shell .consult-assurance-strip strong { margin-top: 5px; font-size: 15px; }
  .center-site-shell .consult-assurance-strip p { margin-top: 5px; font-size: 10px; }
  .center-site-shell .consult-section-heading,
  .center-site-shell .process-section-heading { grid-template-columns: 145px 1fr; gap: 30px; margin-bottom: 25px; }
  .center-site-shell .consult-section-heading > small,
  .center-site-shell .process-section-heading > small { padding-top: 4px; font-size: 9px; letter-spacing: 1.5px; }
  .center-site-shell .consult-section-heading h3,
  .center-site-shell .process-section-heading h3 { font-size: 27px; }
  .center-site-shell .consult-section-heading p,
  .center-site-shell .process-section-heading p { margin-top: 8px; font-size: 11px; }
  .center-site-shell .consult-method-layout { gap: 12px; }
  .center-site-shell .consult-main-card { min-height: 360px; padding: 28px; border-radius: 23px; }
  .center-site-shell .consult-card-top > span { width: 48px; height: 48px; border-radius: 15px; }
  .center-site-shell .consult-card-top small { font-size: 9px; }
  .center-site-shell .consult-main-card i { font-size: 10px; }
  .center-site-shell .consult-main-card h3 { margin-top: 7px; font-size: 28px; }
  .center-site-shell .consult-main-card p { font-size: 11px; }
  .center-site-shell .consult-main-card strong { font-size: 11px; }
  .center-site-shell .consult-main-card > a { gap: 9px; margin-top: 22px; padding-top: 15px; }
  .center-site-shell .consult-main-card > a > span { font-size: 17px; }
  .center-site-shell .consult-main-card > a small { font-size: 10px; }
  .center-site-shell .consult-side-list { gap: 12px; }
  .center-site-shell .consult-side-list article { grid-template-columns: 46px 1fr; gap: 15px; padding: 22px; border-radius: 20px; }
  .center-site-shell .consult-side-list article > span { width: 46px; height: 46px; border-radius: 14px; }
  .center-site-shell .consult-side-list small { font-size: 9px; }
  .center-site-shell .consult-side-list h3 { margin-top: 4px; font-size: 18px; }
  .center-site-shell .consult-side-list p { margin-top: 6px; font-size: 10px; }
  .center-site-shell .consult-side-list strong { margin-top: 7px; font-size: 10px; }
  .center-site-shell .consult-flow-panel { grid-template-columns: 175px 1fr; gap: 25px; margin-top: 16px; padding: 22px 24px; border-radius: 18px; }
  .center-site-shell .consult-flow-panel > div small { font-size: 9px; }
  .center-site-shell .consult-flow-panel h3 { margin-top: 5px; font-size: 16px; }
  .center-site-shell .consult-flow-panel li { grid-template-columns: 24px 1fr; gap: 7px; padding-right: 17px; }
  .center-site-shell .consult-flow-panel li > span { width: 24px; height: 24px; font-size: 10px; }
  .center-site-shell .consult-flow-panel li p { font-size: 10px; }
  .center-site-shell .faq-panel { grid-template-columns: 190px 1fr; gap: 34px; margin-top: 45px; padding: 33px; }
  .center-site-shell .faq-panel h3 { font-size: 27px; }
  .center-site-shell .faq-list article { grid-template-columns: 27px 1fr; gap: 12px; padding: 15px 0; }
  .center-site-shell .faq-list article > span { font-size: 10px; }
  .center-site-shell .faq-list h4 { font-size: 14px; }
  .center-site-shell .faq-list article p { font-size: 11px; }

  .center-site-shell .process-preparation { grid-template-columns: 1fr; margin-bottom: 54px; border-radius: 22px; }
  .center-site-shell .process-preparation-heading { padding: 25px 27px; }
  .center-site-shell .process-preparation-heading small { font-size: 9px; }
  .center-site-shell .process-preparation-heading h3 { margin-top: 7px; font-size: 22px; }
  .center-site-shell .process-preparation-heading p { margin-top: 7px; font-size: 11px; }
  .center-site-shell .process-preparation article { gap: 10px; padding: 21px 16px; border-top: 1px solid #e3e8e3; border-left: 0; }
  .center-site-shell .process-preparation article + article { border-left: 1px solid #e3e8e3; }
  .center-site-shell .process-preparation article > span { width: 38px; height: 38px; }
  .center-site-shell .process-preparation article strong { font-size: 12px; }
  .center-site-shell .process-preparation article p { margin-top: 4px; font-size: 10px; }
  .center-site-shell .process-roadmap { grid-template-columns: repeat(2, 1fr); border-radius: 22px; }
  .center-site-shell .process-roadmap::before { display: none; }
  .center-site-shell .process-roadmap article { min-height: 230px; padding: 25px; }
  .center-site-shell .process-roadmap article:nth-child(2) { border-right: 0; }
  .center-site-shell .process-roadmap article:nth-child(-n + 2) { border-bottom: 1px solid #e3e8e3; }
  .center-site-shell .process-step-head > span { width: 48px; height: 48px; font-size: 16px; }
  .center-site-shell .process-step-head > small { font-size: 9px; }
  .center-site-shell .process-roadmap article > div:nth-child(2) > small { font-size: 9px; }
  .center-site-shell .process-roadmap article h3 { margin-top: 7px; font-size: 18px; }
  .center-site-shell .process-roadmap article p { margin-top: 7px; font-size: 11px; }
  .center-site-shell .process-step-arrow { display: none; }
  .center-site-shell .process-completion-note { grid-template-columns: 46px 1fr; gap: 15px; margin-top: 12px; padding: 20px 23px; }
  .center-site-shell .process-completion-note small { font-size: 9px; }
  .center-site-shell .process-completion-note strong { margin-top: 4px; font-size: 15px; }
  .center-site-shell .process-completion-note p { margin-top: 4px; font-size: 10px; }
  .center-site-shell .inquiry-panel { grid-template-columns: 190px 1fr; gap: 28px; margin-top: 45px; padding: 31px; }
  .center-site-shell .inquiry-heading h3 { font-size: 27px; }
  .center-site-shell .inquiry-heading > p { font-size: 11px; }
  .center-site-shell .inquiry-heading > span { font-size: 10px; }
  .center-site-shell .inquiry-contact-list { grid-template-columns: 1fr; gap: 10px; }
  .center-site-shell .inquiry-contact-list article { padding: 20px; }
  .center-site-shell .inquiry-card-head > span { font-size: 9px; }
  .center-site-shell .inquiry-contact-list article > strong { margin-top: 10px; font-size: 11px; }
  .center-site-shell .inquiry-contact-list article > a:not(.inquiry-call-link) { font-size: 19px; }
  .center-site-shell .inquiry-contact-list article > p { min-height: 0; font-size: 10px; }
  .center-site-shell .inquiry-call-link { font-size: 10px; }
}

@media (max-width: 680px) {
  .center-site-shell .consult-assurance-strip { grid-template-columns: 1fr; margin-bottom: 45px; }
  .center-site-shell .consult-assurance-strip article { grid-template-columns: 30px 1fr; gap: 11px; min-height: 0; padding: 17px 0; border-right: 0; border-bottom: 1px solid #e1e7e1; }
  .center-site-shell .consult-assurance-strip article:last-child { padding-right: 0; border-bottom: 0; }
  .center-site-shell .consult-assurance-strip article > span { font-size: 11px; }
  .center-site-shell .consult-assurance-strip small { font-size: 8px; letter-spacing: 1.2px; }
  .center-site-shell .consult-assurance-strip strong { margin-top: 4px; font-size: 15px; }
  .center-site-shell .consult-assurance-strip p { margin-top: 4px; font-size: 11px; }
  .center-site-shell .consult-section-heading,
  .center-site-shell .process-section-heading { grid-template-columns: 1fr; gap: 8px; margin-bottom: 22px; }
  .center-site-shell .consult-section-heading > small,
  .center-site-shell .process-section-heading > small { font-size: 9px; letter-spacing: 1.3px; }
  .center-site-shell .consult-section-heading h3,
  .center-site-shell .process-section-heading h3 { font-size: 25px; }
  .center-site-shell .consult-section-heading p,
  .center-site-shell .process-section-heading p { margin-top: 7px; font-size: 11px; }
  .center-site-shell .consult-method-layout { grid-template-columns: 1fr; gap: 10px; }
  .center-site-shell .consult-main-card { min-height: 330px; padding: 25px; border-radius: 21px; }
  .center-site-shell .consult-card-top > span { width: 47px; height: 47px; border-radius: 14px; }
  .center-site-shell .consult-card-top small { font-size: 8px; }
  .center-site-shell .consult-main-card > div:nth-child(2) { margin-top: 28px; }
  .center-site-shell .consult-main-card i { font-size: 9px; }
  .center-site-shell .consult-main-card h3 { font-size: 28px; }
  .center-site-shell .consult-main-card p { font-size: 11px; }
  .center-site-shell .consult-main-card strong { font-size: 11px; }
  .center-site-shell .consult-main-card > a { margin-top: 23px; padding-top: 15px; }
  .center-site-shell .consult-main-card > a > span { font-size: 18px; }
  .center-site-shell .consult-main-card > a small { font-size: 9px; }
  .center-site-shell .consult-side-list { gap: 10px; }
  .center-site-shell .consult-side-list article { grid-template-columns: 46px 1fr; gap: 15px; padding: 21px; border-radius: 18px; }
  .center-site-shell .consult-side-list article > span { width: 46px; height: 46px; border-radius: 14px; }
  .center-site-shell .consult-side-list small { font-size: 9px; }
  .center-site-shell .consult-side-list h3 { margin-top: 4px; font-size: 18px; }
  .center-site-shell .consult-side-list p { font-size: 11px; }
  .center-site-shell .consult-side-list strong { font-size: 10px; }
  .center-site-shell .consult-flow-panel { grid-template-columns: 1fr; gap: 18px; margin-top: 12px; padding: 23px 21px; border-radius: 17px; }
  .center-site-shell .consult-flow-panel > div small { font-size: 8px; }
  .center-site-shell .consult-flow-panel h3 { font-size: 17px; }
  .center-site-shell .consult-flow-panel ol { grid-template-columns: 1fr; gap: 0; }
  .center-site-shell .consult-flow-panel li { grid-template-columns: 28px 1fr; gap: 10px; min-height: 52px; padding: 8px 0; border-top: 1px solid #dfe6df; }
  .center-site-shell .consult-flow-panel li > span { width: 28px; height: 28px; font-size: 10px; }
  .center-site-shell .consult-flow-panel li p { font-size: 11px; }
  .center-site-shell .consult-flow-panel li > svg { display: none; }
  .center-site-shell .faq-panel { grid-template-columns: 1fr; gap: 27px; margin-top: 40px; padding: 27px 22px; border-radius: 21px; }
  .center-site-shell .faq-panel h3 { font-size: 26px; }
  .center-site-shell .faq-list article { grid-template-columns: 25px 1fr; gap: 10px; padding: 15px 0; }
  .center-site-shell .faq-list article > span { font-size: 9px; }
  .center-site-shell .faq-list h4 { font-size: 14px; }
  .center-site-shell .faq-list article p { font-size: 11px; }

  .center-site-shell .process-preparation { grid-template-columns: 1fr; margin-bottom: 45px; border-radius: 20px; }
  .center-site-shell .process-preparation-heading { padding: 24px 21px; }
  .center-site-shell .process-preparation-heading small { font-size: 8px; }
  .center-site-shell .process-preparation-heading h3 { margin-top: 7px; font-size: 21px; }
  .center-site-shell .process-preparation-heading p { font-size: 11px; }
  .center-site-shell .process-preparation > div:last-child { grid-template-columns: 1fr; }
  .center-site-shell .process-preparation article,
  .center-site-shell .process-preparation article + article { gap: 12px; padding: 17px 20px; border-top: 1px solid #e3e8e3; border-left: 0; }
  .center-site-shell .process-preparation article > span { width: 39px; height: 39px; border-radius: 12px; }
  .center-site-shell .process-preparation article strong { font-size: 12px; }
  .center-site-shell .process-preparation article p { font-size: 10px; }
  .center-site-shell .process-roadmap { grid-template-columns: 1fr; border-radius: 20px; }
  .center-site-shell .process-roadmap::before { display: none; }
  .center-site-shell .process-roadmap article { min-height: 225px; padding: 24px; border-right: 0; border-bottom: 1px solid #e3e8e3; }
  .center-site-shell .process-roadmap article:last-child { border-bottom: 0; }
  .center-site-shell .process-step-head > span { width: 47px; height: 47px; font-size: 16px; }
  .center-site-shell .process-step-head > small { font-size: 9px; }
  .center-site-shell .process-roadmap article > div:nth-child(2) > small { font-size: 9px; }
  .center-site-shell .process-roadmap article h3 { margin-top: 7px; font-size: 19px; }
  .center-site-shell .process-roadmap article p { font-size: 11px; }
  .center-site-shell .process-step-arrow { display: none; }
  .center-site-shell .process-completion-note { grid-template-columns: 42px 1fr; gap: 13px; margin-top: 10px; padding: 19px; border-radius: 16px; }
  .center-site-shell .process-completion-note > span { width: 42px; height: 42px; border-radius: 13px; }
  .center-site-shell .process-completion-note small { font-size: 8px; }
  .center-site-shell .process-completion-note strong { margin-top: 4px; font-size: 14px; line-height: 1.45; }
  .center-site-shell .process-completion-note p { margin-top: 4px; font-size: 10px; }
  .center-site-shell .inquiry-panel { grid-template-columns: 1fr; gap: 24px; margin-top: 40px; padding: 25px 21px; border-radius: 20px; }
  .center-site-shell .inquiry-heading h3 { font-size: 26px; }
  .center-site-shell .inquiry-heading > p { margin-top: 11px; font-size: 11px; }
  .center-site-shell .inquiry-heading > span { font-size: 10px; }
  .center-site-shell .inquiry-contact-list { grid-template-columns: 1fr; gap: 9px; }
  .center-site-shell .inquiry-contact-list article { padding: 19px; border-radius: 15px; }
  .center-site-shell .inquiry-card-head > span { font-size: 8px; }
  .center-site-shell .inquiry-contact-list article > strong { margin-top: 10px; font-size: 11px; }
  .center-site-shell .inquiry-contact-list article > a:not(.inquiry-call-link) { font-size: 20px; }
  .center-site-shell .inquiry-contact-list article > p { min-height: 0; font-size: 10px; }
  .center-site-shell .inquiry-call-link { font-size: 10px; }
}

/* Activity gallery responsive overrides stay last so the fluid desktop scale
   cannot override the fixed tablet and handheld proportions. */
@media (min-width: 681px) and (max-width: 1024px) {
  .center-site-shell .activity-gallery-intro { gap: 32px; }
  .center-site-shell .activity-gallery-stats { gap: 10px; }
  .center-site-shell .activity-gallery-stats > span { padding: 7px 12px; border-width: 1px; border-radius: 16px; font-size: 9px; }
  .center-site-shell .activity-gallery-stats dl { gap: 22px; }
  .center-site-shell .activity-gallery-stats dt { font-size: 9px; letter-spacing: 1px; }
  .center-site-shell .activity-gallery-stats dd { font-size: 31px; }
  .center-site-shell .activity-gallery-toolbar { gap: 16px; margin-top: 34px; padding: 14px 0; border-width: 1px; }
  .center-site-shell .activity-filter-list { gap: 6px; }
  .center-site-shell .activity-filter-list button { gap: 7px; padding: 8px 13px; border-width: 1px; border-radius: 18px; font-size: 11px; }
  .center-site-shell .activity-filter-list button span { font-size: 9px; }
  .center-site-shell .activity-gallery-toolbar > p { gap: 6px; font-size: 10px; }
  .center-site-shell .activity-gallery-toolbar > p svg { width: 15px; }
  .center-site-shell .activity-feature-card { height: 390px; margin-top: 24px; border-radius: 24px; }
  .center-site-shell .activity-feature-index { top: 24px; left: 26px; font-size: 10px; letter-spacing: 1.4px; }
  .center-site-shell .activity-feature-copy { right: 28px; bottom: 27px; left: 28px; }
  .center-site-shell .activity-feature-copy i { padding: 6px 10px; border-width: 1px; border-radius: 13px; font-size: 9px; }
  .center-site-shell .activity-feature-copy small { font-size: 10px; }
  .center-site-shell .activity-feature-copy > strong { margin-top: 11px; font-size: 29px; }
  .center-site-shell .activity-feature-copy > em { max-width: 520px; margin-top: 7px; font-size: 11px; }
  .center-site-shell .activity-feature-action { margin-top: 14px; font-size: 11px; }
  .center-site-shell .activity-feature-action svg { width: 15px; }
  .center-site-shell .activity-album-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; margin-top: 34px; }
  .center-site-shell .activity-album-card { border-width: 1px; border-radius: 18px; }
  .center-site-shell .activity-album-image > i { top: 12px; left: 13px; font-size: 10px; }
  .center-site-shell .activity-album-image > em { right: 10px; bottom: 10px; gap: 5px; padding: 6px 9px; border-radius: 14px; font-size: 9px; }
  .center-site-shell .activity-album-copy { padding: 16px 17px 18px; }
  .center-site-shell .activity-album-copy > small { font-size: 9px; }
  .center-site-shell .activity-album-copy > strong { margin-top: 9px; font-size: 17px; }
  .center-site-shell .activity-album-copy > em { min-height: 36px; margin-top: 7px; font-size: 10px; }
  .center-site-shell .activity-album-copy > span { margin-top: 13px; font-size: 10px; }
  .activity-lightbox { padding: 24px; }
  .activity-lightbox-panel { grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr); width: min(900px, 94vw); border-radius: 23px; }
  .activity-lightbox-close { top: 14px; right: 14px; width: 38px; height: 38px; }
  .activity-lightbox-media { min-height: 480px; }
  .activity-lightbox-info { padding: 48px 24px 24px; }
  .activity-lightbox-info h3 { margin-top: 12px; font-size: 24px; }
  .activity-lightbox-info > p { margin-top: 10px; font-size: 11px; }
  .activity-lightbox-note { padding-top: 22px; font-size: 9px; }
}

@media (max-width: 680px) {
  .center-site-shell .activity-gallery-intro { grid-template-columns: 1fr; gap: 8px; }
  .center-site-shell .activity-gallery-stats { flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; padding: 0; }
  .center-site-shell .activity-gallery-stats > span { padding: 7px 11px; border-width: 1px; border-radius: 15px; font-size: 8px; }
  .center-site-shell .activity-gallery-stats dl { gap: 17px; }
  .center-site-shell .activity-gallery-stats dl div { gap: 6px; }
  .center-site-shell .activity-gallery-stats dt { font-size: 8px; letter-spacing: .8px; }
  .center-site-shell .activity-gallery-stats dd { font-size: 25px; }
  .center-site-shell .activity-gallery-toolbar { display: block; margin-top: 28px; padding: 13px 0; border-width: 1px; }
  .center-site-shell .activity-filter-list { flex-wrap: nowrap; gap: 7px; margin-right: -24px; padding-right: 24px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
  .center-site-shell .activity-filter-list::-webkit-scrollbar { display: none; }
  .center-site-shell .activity-filter-list button { flex: 0 0 auto; gap: 7px; padding: 9px 13px; border-width: 1px; border-radius: 18px; font-size: 10px; scroll-snap-align: start; }
  .center-site-shell .activity-filter-list button span { font-size: 8px; }
  .center-site-shell .activity-gallery-toolbar > p { display: none; }
  .center-site-shell .activity-feature-card { height: 330px; margin-top: 20px; border-radius: 21px; }
  .center-site-shell .activity-feature-card > img { object-position: 62% center; }
  .center-site-shell .activity-feature-shade { background: linear-gradient(0deg, rgba(24,41,31,.88) 0%, rgba(29,47,36,.28) 58%, transparent 78%); }
  .center-site-shell .activity-feature-index { top: 20px; left: 20px; font-size: 9px; letter-spacing: 1.2px; }
  .center-site-shell .activity-feature-copy { right: 20px; bottom: 21px; left: 20px; }
  .center-site-shell .activity-feature-copy > strong { margin-top: 10px; font-size: 23px; line-height: 1.3; }
  .center-site-shell .activity-feature-copy > em { display: -webkit-box; margin-top: 6px; overflow: hidden; font-size: 10px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .center-site-shell .activity-feature-action { margin-top: 12px; font-size: 10px; }
  .center-site-shell .activity-album-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 24px; }
  .center-site-shell .activity-album-card { border-width: 1px; border-radius: 18px; }
  .center-site-shell .activity-album-image { aspect-ratio: 1.42 / 1; }
  .center-site-shell .activity-album-image > i { top: 12px; left: 13px; font-size: 10px; }
  .center-site-shell .activity-album-image > em { right: 10px; bottom: 10px; gap: 5px; padding: 6px 9px; border-radius: 14px; font-size: 9px; }
  .center-site-shell .activity-album-copy { padding: 16px 17px 18px; }
  .center-site-shell .activity-album-copy > small { font-size: 9px; }
  .center-site-shell .activity-album-copy > strong { margin-top: 8px; font-size: 18px; }
  .center-site-shell .activity-album-copy > em { min-height: 0; margin-top: 7px; font-size: 10px; }
  .center-site-shell .activity-album-copy > span { margin-top: 12px; font-size: 10px; }
  .activity-lightbox { align-items: end; padding: 0; }
  .activity-lightbox-panel { grid-template-columns: 1fr; width: 100%; max-height: 94vh; overflow-y: auto; border-radius: 22px 22px 0 0; }
  .activity-lightbox-close { position: absolute; top: 12px; right: 12px; bottom: auto; width: 37px; height: 37px; }
  .activity-lightbox-media { min-height: 0; height: 38vh; }
  .activity-lightbox-media > img { max-height: none; object-position: 62% center; }
  .activity-lightbox-info { min-height: 310px; padding: 24px 20px 22px; overflow: visible; }
  .activity-lightbox-info h3 { margin-top: 10px; font-size: 23px; }
  .activity-lightbox-info > p { margin-top: 9px; font-size: 11px; }
  .activity-lightbox-thumbs { gap: 7px; margin-top: 20px; }
  .activity-lightbox-note { margin-top: 20px; padding-top: 0; font-size: 9px; }
}

@media (min-width: 681px) and (max-width: 1024px) {
  .center-site-shell .activity-gallery-intro { gap: 32px; }
  .center-site-shell .activity-gallery-stats { gap: 10px; }
  .center-site-shell .activity-gallery-stats > span { padding: 7px 12px; border-width: 1px; border-radius: 16px; font-size: 9px; }
  .center-site-shell .activity-gallery-stats dl { gap: 22px; }
  .center-site-shell .activity-gallery-stats dt { font-size: 9px; letter-spacing: 1px; }
  .center-site-shell .activity-gallery-stats dd { font-size: 31px; }
  .center-site-shell .activity-gallery-toolbar { gap: 16px; margin-top: 34px; padding: 14px 0; border-width: 1px; }
  .center-site-shell .activity-filter-list { gap: 6px; }
  .center-site-shell .activity-filter-list button { gap: 7px; padding: 8px 13px; border-width: 1px; border-radius: 18px; font-size: 11px; }
  .center-site-shell .activity-filter-list button span { font-size: 9px; }
  .center-site-shell .activity-gallery-toolbar > p { gap: 6px; font-size: 10px; }
  .center-site-shell .activity-gallery-toolbar > p svg { width: 15px; }
  .center-site-shell .activity-feature-card { height: 390px; margin-top: 24px; border-radius: 24px; }
  .center-site-shell .activity-feature-index { top: 24px; left: 26px; font-size: 10px; letter-spacing: 1.4px; }
  .center-site-shell .activity-feature-copy { right: 28px; bottom: 27px; left: 28px; }
  .center-site-shell .activity-feature-copy i { padding: 6px 10px; border-width: 1px; border-radius: 13px; font-size: 9px; }
  .center-site-shell .activity-feature-copy small { font-size: 10px; }
  .center-site-shell .activity-feature-copy > strong { margin-top: 11px; font-size: 29px; }
  .center-site-shell .activity-feature-copy > em { max-width: 520px; margin-top: 7px; font-size: 11px; }
  .center-site-shell .activity-feature-action { margin-top: 14px; font-size: 11px; }
  .center-site-shell .activity-feature-action svg { width: 15px; }
  .center-site-shell .activity-album-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; margin-top: 34px; }
  .center-site-shell .activity-album-card { border-width: 1px; border-radius: 18px; }
  .center-site-shell .activity-album-image > i { top: 12px; left: 13px; font-size: 10px; }
  .center-site-shell .activity-album-image > em { right: 10px; bottom: 10px; gap: 5px; padding: 6px 9px; border-radius: 14px; font-size: 9px; }
  .center-site-shell .activity-album-image > em svg { width: 12px; }
  .center-site-shell .activity-album-copy { padding: 16px 17px 18px; }
  .center-site-shell .activity-album-copy > small { font-size: 9px; }
  .center-site-shell .activity-album-copy > strong { margin-top: 9px; font-size: 17px; }
  .center-site-shell .activity-album-copy > em { min-height: 36px; margin-top: 7px; font-size: 10px; }
  .center-site-shell .activity-album-copy > span { margin-top: 13px; font-size: 10px; }
  .center-site-shell .activity-album-copy > span svg { width: 14px; }
  .activity-lightbox { padding: 24px; }
  .activity-lightbox-panel { grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr); width: min(900px, 94vw); border-radius: 23px; }
  .activity-lightbox-close { top: 14px; right: 14px; width: 38px; height: 38px; }
  .activity-lightbox-close svg { width: 17px; }
  .activity-lightbox-media { min-height: 480px; }
  .activity-lightbox-media > span { right: 16px; bottom: 15px; padding: 6px 10px; font-size: 10px; }
  .activity-lightbox-info { padding: 48px 24px 24px; }
  .activity-lightbox-info > small { gap: 9px; font-size: 10px; }
  .activity-lightbox-info h3 { margin-top: 12px; font-size: 24px; }
  .activity-lightbox-info > p { margin-top: 10px; font-size: 11px; }
  .activity-lightbox-thumbs { gap: 7px; margin-top: 22px; }
  .activity-lightbox-thumbs button { border-width: 2px; border-radius: 8px; }
  .activity-lightbox-thumbs span { right: 4px; bottom: 3px; font-size: 8px; }
  .activity-lightbox-note { padding-top: 22px; font-size: 9px; }
}

@media (max-width: 680px) {
  .center-site-shell .activity-gallery-intro { grid-template-columns: 1fr; gap: 8px; }
  .center-site-shell .activity-gallery-stats { flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; padding: 0; }
  .center-site-shell .activity-gallery-stats > span { padding: 7px 11px; border-width: 1px; border-radius: 15px; font-size: 8px; }
  .center-site-shell .activity-gallery-stats dl { gap: 17px; }
  .center-site-shell .activity-gallery-stats dl div { gap: 6px; }
  .center-site-shell .activity-gallery-stats dt { font-size: 8px; letter-spacing: .8px; }
  .center-site-shell .activity-gallery-stats dd { font-size: 25px; }
  .center-site-shell .activity-gallery-toolbar { display: block; margin-top: 28px; padding: 13px 0; border-width: 1px; }
  .center-site-shell .activity-filter-list { flex-wrap: nowrap; gap: 7px; margin-right: -24px; padding-right: 24px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
  .center-site-shell .activity-filter-list::-webkit-scrollbar { display: none; }
  .center-site-shell .activity-filter-list button { flex: 0 0 auto; gap: 7px; padding: 9px 13px; border-width: 1px; border-radius: 18px; font-size: 10px; scroll-snap-align: start; }
  .center-site-shell .activity-filter-list button span { font-size: 8px; }
  .center-site-shell .activity-gallery-toolbar > p { display: none; }
  .center-site-shell .activity-feature-card { height: 330px; margin-top: 20px; border-radius: 21px; }
  .center-site-shell .activity-feature-card > img { object-position: 62% center; }
  .center-site-shell .activity-feature-shade { background: linear-gradient(0deg, rgba(24,41,31,.88) 0%, rgba(29,47,36,.28) 58%, transparent 78%); }
  .center-site-shell .activity-feature-index { top: 20px; left: 20px; font-size: 9px; letter-spacing: 1.2px; }
  .center-site-shell .activity-feature-copy { right: 20px; bottom: 21px; left: 20px; }
  .center-site-shell .activity-feature-copy > span:first-child { gap: 8px; }
  .center-site-shell .activity-feature-copy i { padding: 5px 9px; border-width: 1px; border-radius: 12px; font-size: 8px; }
  .center-site-shell .activity-feature-copy small { font-size: 9px; }
  .center-site-shell .activity-feature-copy > strong { margin-top: 10px; font-size: 23px; line-height: 1.3; }
  .center-site-shell .activity-feature-copy > em { display: -webkit-box; margin-top: 6px; overflow: hidden; font-size: 10px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .center-site-shell .activity-feature-action { margin-top: 12px; font-size: 10px; }
  .center-site-shell .activity-feature-action svg { width: 14px; }
  .center-site-shell .activity-album-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 24px; }
  .center-site-shell .activity-album-card { border-width: 1px; border-radius: 18px; }
  .center-site-shell .activity-album-image { aspect-ratio: 1.42 / 1; }
  .center-site-shell .activity-album-image > i { top: 12px; left: 13px; font-size: 10px; }
  .center-site-shell .activity-album-image > em { right: 10px; bottom: 10px; gap: 5px; padding: 6px 9px; border-radius: 14px; font-size: 9px; }
  .center-site-shell .activity-album-image > em svg { width: 12px; }
  .center-site-shell .activity-album-copy { padding: 16px 17px 18px; }
  .center-site-shell .activity-album-copy > small { font-size: 9px; }
  .center-site-shell .activity-album-copy > strong { margin-top: 8px; font-size: 18px; }
  .center-site-shell .activity-album-copy > em { min-height: 0; margin-top: 7px; font-size: 10px; }
  .center-site-shell .activity-album-copy > span { margin-top: 12px; font-size: 10px; }
  .center-site-shell .activity-album-copy > span svg { width: 14px; }
  .activity-lightbox { align-items: end; padding: 0; }
  .activity-lightbox-panel { grid-template-columns: 1fr; width: 100%; max-height: 94vh; overflow-y: auto; border-radius: 22px 22px 0 0; }
  .activity-lightbox-close { position: fixed; top: auto; right: 14px; bottom: calc(94vh - 47px); width: 37px; height: 37px; }
  .activity-lightbox-close svg { width: 17px; }
  .activity-lightbox-media { min-height: 0; height: 38vh; }
  .activity-lightbox-media > img { max-height: none; object-position: 62% center; }
  .activity-lightbox-media > span { right: 15px; bottom: 13px; padding: 6px 10px; border-radius: 13px; font-size: 9px; }
  .activity-lightbox-info { min-height: 310px; padding: 24px 20px 22px; overflow: visible; }
  .activity-lightbox-info > small { gap: 8px; font-size: 9px; }
  .activity-lightbox-info h3 { margin-top: 10px; font-size: 23px; }
  .activity-lightbox-info > p { margin-top: 9px; font-size: 11px; }
  .activity-lightbox-thumbs { gap: 7px; margin-top: 20px; }
  .activity-lightbox-thumbs button { border-width: 2px; border-radius: 8px; }
  .activity-lightbox-thumbs span { right: 4px; bottom: 3px; font-size: 8px; }
  .activity-lightbox-note { margin-top: 20px; padding-top: 0; font-size: 9px; }
}

/* --------------------------------------------------------------------------
   Professional subpage refinement layer
   The home page remains untouched; these rules are scoped to center subpages.
   -------------------------------------------------------------------------- */

.center-site-shell .center-page-hero {
  height: calc(270 * var(--u));
  background:
    radial-gradient(circle at 73% 20%, rgba(163, 195, 174, 0.32), transparent 20%),
    linear-gradient(122deg, #f8f5ef 0%, #edf3ed 55%, #f5eee4 100%);
}

.center-site-shell .center-page-hero::before {
  position: absolute;
  right: calc(-25 * var(--u));
  bottom: calc(-105 * var(--u));
  width: calc(355 * var(--u));
  height: calc(205 * var(--u));
  content: "";
  border: calc(1 * var(--u)) solid rgba(104, 146, 121, 0.16);
  border-radius: 50%;
  transform: rotate(-11deg);
}

.center-site-shell .center-page-hero-inner,
.center-site-shell .center-page-tabs-inner,
.center-site-shell .detail-content-inner,
.center-site-shell .greeting-inner {
  width: min(100%, calc(680 * var(--u)));
}

.center-site-shell .center-page-hero-inner {
  padding-top: calc(91 * var(--u));
}

.center-site-shell .center-page-eyebrow {
  margin-top: calc(24 * var(--u));
}

.center-site-shell .center-page-hero h1 {
  margin-top: calc(8 * var(--u));
  font-size: calc(28 * var(--u));
  letter-spacing: calc(-1 * var(--u));
}

.center-site-shell .center-page-hero p {
  max-width: calc(380 * var(--u));
  margin-top: calc(9 * var(--u));
  font-size: calc(7.8 * var(--u));
}

.center-site-shell .center-hero-shape-one {
  top: calc(82 * var(--u));
  right: calc(55 * var(--u));
  width: calc(135 * var(--u));
  height: calc(92 * var(--u));
}

.center-site-shell .center-hero-shape-two {
  right: calc(15 * var(--u));
  bottom: calc(-42 * var(--u));
  width: calc(125 * var(--u));
  height: calc(102 * var(--u));
}

.center-site-shell .center-page-tabs {
  position: sticky;
  top: 0;
  height: calc(43 * var(--u));
  z-index: 18;
  box-shadow: 0 calc(5 * var(--u)) calc(18 * var(--u)) rgba(56, 73, 63, 0.035);
}

.center-site-shell .center-page-tabs a {
  font-size: calc(7.2 * var(--u));
}

.center-site-shell .center-page-tabs a::after {
  right: calc(48%);
  left: calc(48%);
}

.center-site-shell .center-page-tabs a:hover::after,
.center-site-shell .center-page-tabs a.is-active::after {
  right: 34%;
  left: 34%;
}

.center-site-shell .detail-content-section {
  padding: calc(60 * var(--u)) 0 calc(84 * var(--u));
}

.center-site-shell .detail-intro {
  max-width: calc(500 * var(--u));
  margin-bottom: calc(33 * var(--u));
}

.center-site-shell .detail-intro h2 {
  font-size: calc(23 * var(--u));
}

.center-site-shell .detail-intro p {
  max-width: calc(460 * var(--u));
  font-size: calc(8 * var(--u));
}

/* Greeting — editorial portrait and pull quote */
.center-site-shell .greeting-section {
  padding: calc(60 * var(--u)) 0 calc(86 * var(--u));
}

.center-site-shell .greeting-heading h2 {
  font-size: calc(22 * var(--u));
  word-break: keep-all;
}
.center-site-shell .greeting-heading > p { max-width: calc(390 * var(--u)); margin: calc(12 * var(--u)) 0 0; color: #77817a; font-size: calc(7 * var(--u)); }

.center-site-shell .greeting-principle-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: calc(30 * var(--u));
  overflow: hidden;
  border-top: calc(1 * var(--u)) solid #dfe6df;
  border-bottom: calc(1 * var(--u)) solid #dfe6df;
}
.center-site-shell .greeting-principle-strip article { display: grid; grid-template-columns: calc(31 * var(--u)) 1fr; gap: calc(11 * var(--u)); min-height: calc(82 * var(--u)); padding: calc(18 * var(--u)); border-right: calc(1 * var(--u)) solid #e3e8e3; }
.center-site-shell .greeting-principle-strip article:first-child { padding-left: 0; }
.center-site-shell .greeting-principle-strip article:last-child { border-right: 0; }
.center-site-shell .greeting-principle-strip article > span { color: #789784; font-size: calc(10 * var(--u)); font-weight: 600; }
.center-site-shell .greeting-principle-strip small,
.center-site-shell .greeting-principle-strip strong,
.center-site-shell .greeting-principle-strip p { display: block; }
.center-site-shell .greeting-principle-strip small { color: #8a9990; font-size: calc(5.1 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .greeting-principle-strip strong { margin-top: calc(5 * var(--u)); font-size: calc(8.6 * var(--u)); font-weight: 600; }
.center-site-shell .greeting-principle-strip p { margin: calc(5 * var(--u)) 0 0; color: #7a827d; font-size: calc(6 * var(--u)); line-height: 1.65; }

.center-site-shell .greeting-layout {
  grid-template-columns: calc(275 * var(--u)) 1fr;
  gap: calc(46 * var(--u));
  margin-top: calc(48 * var(--u));
  align-items: start;
}

.greeting-portrait {
  position: sticky;
  top: calc(66 * var(--u));
  height: calc(340 * var(--u));
  margin: 0;
}

.greeting-portrait-shape {
  position: absolute;
  inset: calc(15 * var(--u)) calc(-11 * var(--u)) calc(-12 * var(--u)) calc(14 * var(--u));
  border-radius: calc(28 * var(--u)) calc(28 * var(--u)) calc(78 * var(--u)) calc(28 * var(--u));
  background: #dfe9df;
}

.greeting-portrait img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  border-radius: calc(28 * var(--u)) calc(28 * var(--u)) calc(78 * var(--u)) calc(28 * var(--u));
  filter: saturate(.82) contrast(.98);
}

.greeting-portrait figcaption {
  position: absolute;
  z-index: 3;
  right: calc(-18 * var(--u));
  bottom: calc(20 * var(--u));
  width: calc(145 * var(--u));
  padding: calc(16 * var(--u)) calc(18 * var(--u));
  border: calc(1 * var(--u)) solid rgba(255,255,255,.75);
  border-radius: calc(15 * var(--u));
  background: rgba(255,255,255,.9);
  box-shadow: 0 calc(12 * var(--u)) calc(30 * var(--u)) rgba(52,67,58,.11);
  backdrop-filter: blur(calc(8 * var(--u)));
}

.greeting-portrait figcaption small,
.greeting-portrait figcaption strong,
.greeting-portrait figcaption span { display: block; }
.greeting-portrait figcaption small { color: #7a9a86; font-size: calc(5.8 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.greeting-portrait figcaption strong { margin-top: calc(6 * var(--u)); font-size: calc(11 * var(--u)); }
.greeting-portrait figcaption span { margin-top: calc(3 * var(--u)); color: #7b837e; font-size: calc(6 * var(--u)); }

.greeting-editorial-copy {
  padding-top: calc(4 * var(--u));
}

.greeting-letter-meta { display: flex; align-items: center; gap: calc(10 * var(--u)); margin-bottom: calc(18 * var(--u)); }
.greeting-letter-meta small { color: #668873; font-size: calc(5.7 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.greeting-letter-meta span { color: #9aa39d; font-size: calc(5.3 * var(--u)); letter-spacing: calc(.7 * var(--u)); }
.greeting-letter-meta::after { flex: 1; height: calc(1 * var(--u)); content: ""; background: #e1e6e2; }

.greeting-pull-quote {
  position: relative;
  margin: 0 0 calc(28 * var(--u));
  padding: 0 0 calc(25 * var(--u));
  border-bottom: calc(1 * var(--u)) solid #dfe5df;
  color: #2f4037;
  font-size: calc(17 * var(--u));
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: calc(-.55 * var(--u));
  word-break: keep-all;
}

.greeting-pull-quote > span {
  position: absolute;
  top: calc(-22 * var(--u));
  left: calc(-18 * var(--u));
  color: rgba(111,151,128,.14);
  font-size: calc(65 * var(--u));
  font-family: Georgia, serif;
}

.center-site-shell .greeting-paragraphs p {
  margin: 0 0 calc(14 * var(--u));
  color: #606a64;
  font-size: calc(7.8 * var(--u));
  line-height: 1.9;
}

.center-site-shell .greeting-paragraphs p:first-child {
  color: #33453b;
  font-size: calc(8.5 * var(--u));
  font-weight: 600;
}

.center-site-shell .greeting-story-note {
  margin-top: calc(24 * var(--u));
  display: grid;
  grid-template-columns: calc(38 * var(--u)) 1fr;
  gap: calc(13 * var(--u));
  align-items: start;
  padding: calc(19 * var(--u)) calc(20 * var(--u));
  border-left: 0;
  border-radius: calc(14 * var(--u));
  background: linear-gradient(125deg, #eff5ef, #f8f6ec);
  font-size: calc(7.2 * var(--u));
}
.center-site-shell .greeting-story-note > span { display: grid; width: calc(36 * var(--u)); height: calc(36 * var(--u)); place-items: center; color: #5d806a; border-radius: 50%; background: rgba(255,255,255,.82); }
.center-site-shell .greeting-story-note > span svg { width: calc(17 * var(--u)); }
.center-site-shell .greeting-story-note small { display: block; color: #72907d; font-size: calc(5.3 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .greeting-story-note p { margin: calc(6 * var(--u)) 0 0; color: #667069; line-height: 1.75; }

/* Teachers — portrait-led profile and cleaner staff directory */
.center-site-shell .team-overview-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: calc(-2 * var(--u)) 0 calc(44 * var(--u)); border-top: calc(1 * var(--u)) solid #dfe6df; border-bottom: calc(1 * var(--u)) solid #dfe6df; }
.center-site-shell .team-overview-strip article { display: grid; grid-template-columns: calc(55 * var(--u)) 1fr; grid-template-rows: auto auto; column-gap: calc(13 * var(--u)); min-height: calc(76 * var(--u)); padding: calc(19 * var(--u)) calc(20 * var(--u)); border-right: calc(1 * var(--u)) solid #e3e8e3; }
.center-site-shell .team-overview-strip article:first-child { padding-left: 0; }
.center-site-shell .team-overview-strip article:last-child { border-right: 0; }
.center-site-shell .team-overview-strip strong { grid-row: 1 / 3; color: #668873; font-size: calc(20 * var(--u)); font-weight: 500; line-height: 1; }
.center-site-shell .team-overview-strip span { font-size: calc(8.5 * var(--u)); font-weight: 600; }
.center-site-shell .team-overview-strip small { align-self: end; color: #909b94; font-size: calc(5 * var(--u)); font-weight: 700; letter-spacing: calc(.8 * var(--u)); }

.center-site-shell .team-section-heading { display: grid; grid-template-columns: calc(170 * var(--u)) 1fr; align-items: end; margin-bottom: calc(19 * var(--u)); padding-bottom: calc(16 * var(--u)); border-bottom: calc(1 * var(--u)) solid #dfe5df; }
.center-site-shell .team-section-heading > small { align-self: start; color: #769481; font-size: calc(5.6 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .team-section-heading h3 { margin: 0; font-size: calc(16 * var(--u)); font-weight: 600; }
.center-site-shell .team-section-heading p { margin: calc(5 * var(--u)) 0 0; color: #7a837d; font-size: calc(6.5 * var(--u)); }

.center-site-shell .director-card {
  grid-template-columns: calc(245 * var(--u)) 1fr;
  border: 0;
  border-radius: calc(24 * var(--u));
  box-shadow: 0 calc(15 * var(--u)) calc(40 * var(--u)) rgba(52,70,59,.08);
}

.center-site-shell .director-identity {
  position: relative;
  min-height: calc(315 * var(--u));
  padding: 0;
  overflow: hidden;
  background: #496f5d;
}

.director-identity > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(.8) contrast(.96);
}

.director-identity::after {
  position: absolute;
  inset: 40% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(33,57,46,.88));
}

.director-identity-overlay {
  position: absolute;
  z-index: 2;
  right: calc(24 * var(--u));
  bottom: calc(25 * var(--u));
  left: calc(24 * var(--u));
}

.director-identity-overlay small,
.director-identity-overlay h3,
.director-identity-overlay span { display: block; }
.director-identity-overlay h3 { margin: calc(7 * var(--u)) 0 0; font-size: calc(19 * var(--u)); }
.director-identity-overlay span { margin-top: calc(6 * var(--u)); color: rgba(255,255,255,.68); font-size: calc(6.5 * var(--u)); }

.center-site-shell .director-details {
  gap: calc(28 * var(--u));
  padding: calc(32 * var(--u)) calc(36 * var(--u));
  background: #f8faf6;
}
.center-site-shell .director-details > blockquote { grid-column: 1 / -1; margin: 0; padding: 0 0 calc(20 * var(--u)); color: #3e5548; border-bottom: calc(1 * var(--u)) solid #dfe5df; font-size: calc(11 * var(--u)); font-weight: 500; line-height: 1.65; }

.center-site-shell .staff-groups {
  gap: 0;
  margin-top: calc(50 * var(--u));
  border-top: calc(1 * var(--u)) solid #dfe5df;
}

.center-site-shell .staff-group { display: grid; grid-template-columns: calc(120 * var(--u)) 1fr; gap: calc(22 * var(--u)); padding: calc(27 * var(--u)) 0; border-bottom: calc(1 * var(--u)) solid #e1e6e2; }
.center-site-shell .staff-group-heading > span { color: #789783; font-size: calc(15 * var(--u)); font-weight: 500; }
.center-site-shell .staff-group-heading > small { display: inline-block; margin-left: calc(6 * var(--u)); color: #a0aaa3; font-size: calc(5.2 * var(--u)); font-weight: 700; letter-spacing: calc(.8 * var(--u)); }
.center-site-shell .staff-group-heading h3 { display: block; margin: calc(12 * var(--u)) 0 0; font-size: calc(14 * var(--u)); font-weight: 600; }
.center-site-shell .staff-group-heading p { margin: calc(5 * var(--u)) 0 0; color: #87908a; font-size: calc(6 * var(--u)); }

.center-site-shell .staff-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: calc(11 * var(--u));
}
.center-site-shell .staff-grid.staff-count-1 { grid-template-columns: minmax(0, calc(320 * var(--u))); }
.center-site-shell .staff-grid.staff-count-2 { grid-template-columns: repeat(2, 1fr); }

.center-site-shell .staff-card {
  position: relative;
  display: grid;
  grid-template-columns: calc(38 * var(--u)) 1fr;
  align-items: center;
  min-height: calc(84 * var(--u));
  padding: calc(16 * var(--u));
  border-color: #e1e7e1;
  border-radius: calc(15 * var(--u));
  background: linear-gradient(145deg, #fff, #fafbf8);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.center-site-shell .staff-card:hover {
  border-color: #cddbd0;
  box-shadow: 0 calc(8 * var(--u)) calc(22 * var(--u)) rgba(62,82,69,.07);
  transform: translateY(calc(-2 * var(--u)));
}

.center-site-shell .staff-card > small {
  position: absolute;
  top: calc(13 * var(--u));
  right: calc(13 * var(--u));
  color: #81968a;
  font-size: calc(5.8 * var(--u));
  font-weight: 700;
}
.center-site-shell .staff-card div > small { display: block; color: #97a29b; font-size: calc(5 * var(--u)); font-weight: 700; letter-spacing: calc(.7 * var(--u)); }
.center-site-shell .staff-card div > strong { margin-top: calc(5 * var(--u)); }
.center-site-shell .staff-empty-slot { display: grid; grid-template-columns: calc(45 * var(--u)) 1fr; gap: calc(15 * var(--u)); align-items: center; min-height: calc(88 * var(--u)); padding: calc(17 * var(--u)) calc(20 * var(--u)); border: calc(1 * var(--u)) dashed #cfdbd2; border-radius: calc(15 * var(--u)); background: linear-gradient(125deg, #f7faf6, #fbfaf6); }
.center-site-shell .staff-empty-slot > span { display: grid; width: calc(45 * var(--u)); height: calc(45 * var(--u)); place-items: center; color: #789582; border-radius: calc(14 * var(--u)); background: #edf4ee; }
.center-site-shell .staff-empty-slot > span svg { width: calc(18 * var(--u)); }
.center-site-shell .staff-empty-slot small { display: block; color: #91a097; font-size: calc(5 * var(--u)); font-weight: 700; letter-spacing: calc(.9 * var(--u)); }
.center-site-shell .staff-empty-slot strong { display: block; margin-top: calc(5 * var(--u)); color: #526359; font-size: calc(8.3 * var(--u)); font-weight: 600; }
.center-site-shell .staff-empty-slot p { margin: calc(5 * var(--u)) 0 0; color: #7c867f; font-size: calc(6.2 * var(--u)); line-height: 1.55; }

/* Facilities — intentional spatial illustrations instead of fake facility photos */
.center-site-shell .space-standard-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: calc(-3 * var(--u)) 0 calc(36 * var(--u)); border-top: calc(1 * var(--u)) solid #dfe6df; border-bottom: calc(1 * var(--u)) solid #dfe6df; }
.center-site-shell .space-standard-strip article { display: grid; grid-template-columns: calc(32 * var(--u)) 1fr; gap: calc(11 * var(--u)); min-height: calc(82 * var(--u)); padding: calc(18 * var(--u)); border-right: calc(1 * var(--u)) solid #e3e8e3; }
.center-site-shell .space-standard-strip article:first-child { padding-left: 0; }
.center-site-shell .space-standard-strip article:last-child { border-right: 0; }
.center-site-shell .space-standard-strip article > span { color: #789783; font-size: calc(10 * var(--u)); font-weight: 600; }
.center-site-shell .space-standard-strip small,
.center-site-shell .space-standard-strip strong,
.center-site-shell .space-standard-strip p { display: block; }
.center-site-shell .space-standard-strip small { color: #8d9a92; font-size: calc(5.1 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .space-standard-strip strong { margin-top: calc(5 * var(--u)); font-size: calc(8.7 * var(--u)); }
.center-site-shell .space-standard-strip p { margin: calc(5 * var(--u)) 0 0; color: #79817c; font-size: calc(6 * var(--u)); }

.center-site-shell .space-card-grid {
  grid-template-columns: 1fr;
  gap: calc(20 * var(--u));
}

.center-site-shell .space-card {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  min-height: calc(272 * var(--u));
  padding: 0;
  border: calc(1 * var(--u)) solid #dfe7e0;
  border-radius: calc(24 * var(--u));
  background: #fff;
}

.space-visual {
  position: relative;
  min-height: calc(272 * var(--u));
  overflow: hidden;
  background: #dfe9df;
}

.space-visual-1 { border-radius: calc(23 * var(--u)) 0 calc(70 * var(--u)) calc(23 * var(--u)); }
.space-visual-2 { order: 2; border-radius: 0 calc(23 * var(--u)) calc(23 * var(--u)) calc(70 * var(--u)); background-color: #ebe7d6; }
.space-scene { display: block; width: 100%; height: 100%; min-height: inherit; }
.space-visual-label { position: absolute; top: calc(20 * var(--u)); left: calc(22 * var(--u)); display: flex; align-items: center; gap: calc(8 * var(--u)); padding: calc(6 * var(--u)) calc(9 * var(--u)); color: #526f5e; border-radius: calc(12 * var(--u)); background: rgba(255,255,255,.7); backdrop-filter: blur(calc(5 * var(--u))); }
.space-visual-label span { font-size: calc(6 * var(--u)); font-weight: 700; }
.space-visual-label small { color: #84968b; font-size: calc(4.8 * var(--u)); letter-spacing: calc(.6 * var(--u)); }

.space-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(34 * var(--u));
}

.space-card-copy .space-card-icon { width: calc(43 * var(--u)); height: calc(43 * var(--u)); }
.space-card-copy small { display: block; margin-top: calc(20 * var(--u)); color: #84a08e; font-size: calc(6 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.space-card-copy h3 { margin: calc(7 * var(--u)) 0 0; font-size: calc(20 * var(--u)); font-weight: 500; }
.space-card-copy p { margin: calc(10 * var(--u)) 0 0; color: #69736d; font-size: calc(7.5 * var(--u)); line-height: 1.75; }
.space-use-list { display: flex; flex-wrap: wrap; gap: calc(5 * var(--u)); margin-top: calc(18 * var(--u)); }
.space-use-list span { padding: calc(5 * var(--u)) calc(8 * var(--u)); color: #5f7568; border-radius: calc(12 * var(--u)); background: #edf4ee; font-size: calc(5.8 * var(--u)); }

.center-site-shell .facility-features > div {
  grid-template-columns: repeat(4, 1fr);
  gap: calc(11 * var(--u));
}

.center-site-shell .facility-features { margin-top: calc(54 * var(--u)); }
.center-site-shell .facility-feature-heading { display: grid; grid-template-columns: calc(170 * var(--u)) 1fr; align-items: end; margin-bottom: calc(20 * var(--u)); padding-bottom: calc(16 * var(--u)); border-bottom: calc(1 * var(--u)) solid #dfe5df; }
.center-site-shell .facility-feature-heading small { grid-row: 1 / span 2; align-self: start; color: #789783; font-size: calc(5.6 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .facility-feature-heading h3 { margin: 0; font-size: calc(16 * var(--u)); font-weight: 600; }
.center-site-shell .facility-feature-heading p { margin: calc(5 * var(--u)) 0 0; color: #7a837d; font-size: calc(6.5 * var(--u)); }

.center-site-shell .facility-features article {
  position: relative;
  display: block;
  min-height: calc(155 * var(--u));
  padding: calc(22 * var(--u));
  border-radius: calc(18 * var(--u));
  background: linear-gradient(145deg, #fff, #fafbf8);
}
.center-site-shell .facility-features article > i { position: absolute; top: calc(18 * var(--u)); right: calc(18 * var(--u)); color: #a7b2ab; font-size: calc(5.5 * var(--u)); font-style: normal; font-weight: 700; }
.center-site-shell .facility-features article > span { display: grid; width: calc(38 * var(--u)); height: calc(38 * var(--u)); place-items: center; }
.center-site-shell .facility-features h4 { margin: calc(18 * var(--u)) 0 0; }
.center-site-shell .facility-features p { margin-top: calc(7 * var(--u)); }

/* Location — a route-map composition and compact transport information */
.center-site-shell .location-layout {
  grid-template-columns: .86fr 1.14fr;
}

.location-route-card {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: calc(305 * var(--u));
  overflow: hidden;
  border-radius: calc(24 * var(--u));
  background: #e8eee6;
}

.route-map {
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(circle, rgba(77,111,91,.12) calc(1 * var(--u)), transparent calc(1 * var(--u)));
  background-size: calc(18 * var(--u)) calc(18 * var(--u));
}

.route-line {
  position: absolute;
  top: 52%;
  left: 12%;
  width: 76%;
  height: calc(4 * var(--u));
  border-radius: calc(4 * var(--u));
  background: #71927d;
  transform: rotate(-13deg);
}

.route-stop {
  position: absolute;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: calc(5 * var(--u));
}
.route-stop-main { top: 55%; left: 18%; }
.route-stop-annex { top: 25%; right: 18%; }
.route-stop i { display: grid; width: calc(31 * var(--u)); height: calc(31 * var(--u)); place-items: center; color: #fff; border: calc(5 * var(--u)) solid rgba(255,255,255,.75); border-radius: 50%; background: #567561; box-sizing: content-box; font-size: calc(7 * var(--u)); font-style: normal; font-weight: 700; }
.route-stop b { color: #42594c; font-size: calc(7 * var(--u)); }
.route-grid-dot { position: absolute; width: calc(9 * var(--u)); height: calc(9 * var(--u)); border-radius: 50%; background: rgba(209,176,107,.62); }
.route-grid-dot.dot-one { top: 18%; left: 16%; }
.route-grid-dot.dot-two { right: 11%; bottom: 15%; }
.route-grid-dot.dot-three { top: 36%; left: 48%; background: rgba(118,164,148,.55); }

.route-card-copy {
  padding: calc(22 * var(--u)) calc(26 * var(--u));
  color: #fff;
  background: #426957;
}
.route-card-copy small, .route-card-copy strong { display: block; }
.route-card-copy small { color: rgba(255,255,255,.62); font-size: calc(5.8 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.route-card-copy strong { margin-top: calc(7 * var(--u)); font-size: calc(11 * var(--u)); font-weight: 500; }
.route-card-copy a { display: flex; align-items: center; gap: calc(4 * var(--u)); margin-top: calc(13 * var(--u)); font-size: calc(7 * var(--u)); }
.route-card-copy a svg { width: calc(8 * var(--u)); }

/* Facilities — one-building photo tour */
.center-site-shell .facility-tour-section { margin-top: calc(3 * var(--u)); }
.center-site-shell .facility-tour-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: calc(22 * var(--u)); padding-bottom: calc(17 * var(--u)); border-bottom: calc(1 * var(--u)) solid #dfe6df; }
.center-site-shell .facility-tour-heading small,
.center-site-shell .facility-photo-guide-heading > small { color: #789481; font-size: calc(5.6 * var(--u)); font-weight: 700; letter-spacing: calc(1.1 * var(--u)); }
.center-site-shell .facility-tour-heading h3 { margin: calc(7 * var(--u)) 0 0; font-size: calc(19 * var(--u)); font-weight: 500; }
.center-site-shell .facility-tour-heading p { margin: calc(7 * var(--u)) 0 0; color: #758078; font-size: calc(6.8 * var(--u)); }
.center-site-shell .facility-photo-count { display: flex; align-items: baseline; gap: calc(8 * var(--u)); }
.center-site-shell .facility-photo-count strong { color: #5e806b; font-size: calc(24 * var(--u)); font-weight: 500; line-height: 1; }
.center-site-shell .facility-photo-count span { color: #8a958e; font-size: calc(6 * var(--u)); }
.center-site-shell .facility-gallery-track,
.center-site-shell .facility-placeholder-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc(230 * var(--u)); gap: calc(12 * var(--u)); overflow-x: auto; padding: calc(2 * var(--u)) calc(2 * var(--u)) calc(14 * var(--u)); scroll-snap-type: x mandatory; scrollbar-color: #9bb0a2 transparent; scrollbar-width: thin; }
.center-site-shell .facility-gallery-card,
.center-site-shell .facility-placeholder-track article { overflow: hidden; margin: 0; border: calc(1 * var(--u)) solid #dfe6df; border-radius: calc(20 * var(--u)); background: #fff; scroll-snap-align: start; }
.center-site-shell .facility-gallery-media { position: relative; height: calc(215 * var(--u)); overflow: hidden; background: #edf2ec; }
.center-site-shell .facility-gallery-media img { width: 100%; height: 100%; object-fit: cover; }
.center-site-shell .facility-gallery-media > span { position: absolute; top: calc(15 * var(--u)); left: calc(15 * var(--u)); display: grid; width: calc(30 * var(--u)); height: calc(30 * var(--u)); place-items: center; color: #476452; border-radius: 50%; background: rgba(255,255,255,.84); font-size: calc(6 * var(--u)); font-weight: 700; backdrop-filter: blur(calc(5 * var(--u))); }
.center-site-shell .facility-gallery-card figcaption { min-height: calc(105 * var(--u)); padding: calc(18 * var(--u)); }
.center-site-shell .facility-gallery-card figcaption small,
.center-site-shell .facility-placeholder-track article > small { display: block; color: #88a08f; font-size: calc(5.5 * var(--u)); font-weight: 700; letter-spacing: calc(.9 * var(--u)); }
.center-site-shell .facility-gallery-card figcaption strong,
.center-site-shell .facility-placeholder-track article > strong { display: block; margin-top: calc(6 * var(--u)); font-size: calc(10 * var(--u)); }
.center-site-shell .facility-gallery-card figcaption p,
.center-site-shell .facility-placeholder-track article > p { margin: calc(6 * var(--u)) 0 0; color: #748078; font-size: calc(6.2 * var(--u)); line-height: 1.6; }
.center-site-shell .facility-gallery-empty { padding: calc(29 * var(--u)); border-radius: calc(25 * var(--u)); background: linear-gradient(135deg, #eff4ef, #f7f5eb); }
.center-site-shell .facility-empty-copy { display: grid; grid-template-columns: calc(54 * var(--u)) 1fr; grid-template-rows: auto auto auto; column-gap: calc(17 * var(--u)); align-items: center; margin-bottom: calc(25 * var(--u)); }
.center-site-shell .facility-empty-copy > span { grid-row: 1 / 4; display: grid; width: calc(54 * var(--u)); height: calc(54 * var(--u)); place-items: center; color: #658570; border-radius: calc(17 * var(--u)); background: rgba(255,255,255,.8); }
.center-site-shell .facility-empty-copy > span svg { width: calc(23 * var(--u)); }
.center-site-shell .facility-empty-copy > small { color: #83998a; font-size: calc(5.5 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .facility-empty-copy h3 { margin: calc(4 * var(--u)) 0 0; font-size: calc(15 * var(--u)); font-weight: 500; }
.center-site-shell .facility-empty-copy p { margin: calc(5 * var(--u)) 0 0; color: #768079; font-size: calc(6.5 * var(--u)); }
.center-site-shell .facility-placeholder-track article { padding: calc(13 * var(--u)); }
.center-site-shell .facility-placeholder-track article > div { position: relative; display: grid; height: calc(145 * var(--u)); place-items: center; margin-bottom: calc(15 * var(--u)); overflow: hidden; color: #91a99a; border: calc(1 * var(--u)) dashed #cbd8cf; border-radius: calc(14 * var(--u)); background: linear-gradient(145deg, rgba(255,255,255,.7), rgba(225,235,227,.68)); }
.center-site-shell .facility-placeholder-track article > div::before,
.center-site-shell .facility-placeholder-track article > div::after { position: absolute; width: calc(120 * var(--u)); height: calc(120 * var(--u)); content: ""; border: calc(1 * var(--u)) solid rgba(104,142,119,.12); border-radius: 50%; }
.center-site-shell .facility-placeholder-track article > div::before { top: calc(-70 * var(--u)); right: calc(-38 * var(--u)); }
.center-site-shell .facility-placeholder-track article > div::after { bottom: calc(-82 * var(--u)); left: calc(-32 * var(--u)); }
.center-site-shell .facility-placeholder-track article > div svg { width: calc(24 * var(--u)); }
.center-site-shell .facility-placeholder-track article > div span { position: absolute; right: calc(10 * var(--u)); bottom: calc(10 * var(--u)); font-size: calc(5.2 * var(--u)); font-weight: 700; letter-spacing: calc(.7 * var(--u)); }
.center-site-shell .facility-placeholder-track article > strong { padding-right: calc(4 * var(--u)); }
.center-site-shell .facility-placeholder-track article > p { min-height: calc(38 * var(--u)); }
.center-site-shell .facility-swipe-hint { display: flex; align-items: center; gap: calc(7 * var(--u)); margin-top: calc(10 * var(--u)); color: #7c8980; font-size: calc(6 * var(--u)); }
.center-site-shell .facility-swipe-hint svg { width: calc(12 * var(--u)); color: #60806b; }
.center-site-shell .facility-photo-guide { margin-top: calc(57 * var(--u)); }
.center-site-shell .facility-photo-guide-heading { display: grid; grid-template-columns: calc(170 * var(--u)) 1fr; gap: calc(30 * var(--u)); margin-bottom: calc(24 * var(--u)); padding-bottom: calc(17 * var(--u)); border-bottom: calc(1 * var(--u)) solid #dfe6df; }
.center-site-shell .facility-photo-guide-heading h3 { margin: 0; font-size: calc(17 * var(--u)); font-weight: 500; }
.center-site-shell .facility-photo-guide-heading p { margin: calc(6 * var(--u)) 0 0; color: #778179; font-size: calc(6.5 * var(--u)); line-height: 1.6; }
.center-site-shell .facility-photo-guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: calc(1 * var(--u)) solid #e1e7e1; border-bottom: calc(1 * var(--u)) solid #e1e7e1; }
.center-site-shell .facility-photo-guide-grid article { display: grid; grid-template-columns: calc(26 * var(--u)) 1fr; gap: calc(9 * var(--u)); min-height: calc(105 * var(--u)); padding: calc(21 * var(--u)) calc(17 * var(--u)); border-right: calc(1 * var(--u)) solid #e1e7e1; }
.center-site-shell .facility-photo-guide-grid article:first-child { padding-left: 0; }
.center-site-shell .facility-photo-guide-grid article:last-child { padding-right: 0; border-right: 0; }
.center-site-shell .facility-photo-guide-grid article > span { color: #789582; font-size: calc(9 * var(--u)); font-weight: 700; }
.center-site-shell .facility-photo-guide-grid small { color: #91a097; font-size: calc(5 * var(--u)); font-weight: 700; letter-spacing: calc(.8 * var(--u)); }
.center-site-shell .facility-photo-guide-grid h4 { margin: calc(5 * var(--u)) 0 0; font-size: calc(8.4 * var(--u)); }
.center-site-shell .facility-photo-guide-grid p { margin: calc(5 * var(--u)) 0 0; color: #778079; font-size: calc(6 * var(--u)); line-height: 1.55; }

/* Location — one center, one map and one arrival flow */
.center-site-shell .location-summary-panel { display: grid; grid-template-columns: 1.18fr .82fr; gap: calc(14 * var(--u)); }
.center-site-shell .single-center-address { min-height: calc(255 * var(--u)); padding: calc(31 * var(--u)); color: #fff; border-radius: calc(24 * var(--u)); background: linear-gradient(145deg, #4f755f, #3f6351); }
.center-site-shell .single-center-address-head { display: flex; align-items: center; justify-content: space-between; }
.center-site-shell .single-center-address-head > span { display: grid; width: calc(47 * var(--u)); height: calc(47 * var(--u)); place-items: center; border-radius: calc(15 * var(--u)); background: rgba(255,255,255,.13); }
.center-site-shell .single-center-address-head svg { width: calc(20 * var(--u)); }
.center-site-shell .single-center-address-head small { color: rgba(255,255,255,.56); font-size: calc(5.5 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .single-center-address > strong { display: block; margin-top: calc(26 * var(--u)); color: rgba(255,255,255,.65); font-size: calc(6.5 * var(--u)); }
.center-site-shell .single-center-address h3 { margin: calc(7 * var(--u)) 0 0; font-size: calc(19 * var(--u)); font-weight: 500; }
.center-site-shell .single-center-address > p { margin: calc(8 * var(--u)) 0 0; color: rgba(255,255,255,.69); font-size: calc(6.8 * var(--u)); }
.center-site-shell .single-location-actions { display: flex; gap: calc(8 * var(--u)); margin-top: calc(25 * var(--u)); }
.center-site-shell .single-location-actions > a,
.center-site-shell .single-location-actions > span { display: flex; align-items: center; gap: calc(6 * var(--u)); min-height: calc(34 * var(--u)); padding: 0 calc(13 * var(--u)); border: calc(1 * var(--u)) solid rgba(255,255,255,.24); border-radius: calc(18 * var(--u)); font-size: calc(6 * var(--u)); }
.center-site-shell .single-location-actions > a:last-child { color: #3e5e4d; border-color: #fff; background: #fff; }
.center-site-shell .single-location-actions svg { width: calc(10 * var(--u)); }
.center-site-shell .location-fact-list { display: grid; grid-template-rows: repeat(2, 1fr); gap: calc(12 * var(--u)); }
.center-site-shell .location-fact-list article { display: grid; grid-template-columns: calc(45 * var(--u)) 1fr; gap: calc(16 * var(--u)); align-items: center; padding: calc(22 * var(--u)); border: calc(1 * var(--u)) solid #dfe6df; border-radius: calc(20 * var(--u)); background: #fff; }
.center-site-shell .location-fact-list article > span { display: grid; width: calc(45 * var(--u)); height: calc(45 * var(--u)); place-items: center; color: #63846f; border-radius: calc(14 * var(--u)); background: #edf4ee; }
.center-site-shell .location-fact-list article svg { width: calc(19 * var(--u)); }
.center-site-shell .location-fact-list small { display: block; color: #8ca093; font-size: calc(5.2 * var(--u)); font-weight: 700; letter-spacing: calc(.8 * var(--u)); }
.center-site-shell .location-fact-list strong { display: block; margin-top: calc(5 * var(--u)); font-size: calc(9.3 * var(--u)); }
.center-site-shell .location-fact-list p { margin: calc(5 * var(--u)) 0 0; color: #7a847d; font-size: calc(6.2 * var(--u)); }
.center-site-shell .single-location-map-section { display: grid; grid-template-columns: 1.28fr .72fr; gap: calc(14 * var(--u)); margin-top: calc(42 * var(--u)); }
.center-site-shell .single-location-map { position: relative; min-height: calc(350 * var(--u)); overflow: hidden; border-radius: calc(24 * var(--u)); background: linear-gradient(145deg, #eaf0e9, #f0ecdf); }
.center-site-shell .map-grid { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(83,119,97,.12) calc(1 * var(--u)), transparent calc(1 * var(--u))), linear-gradient(90deg, rgba(83,119,97,.12) calc(1 * var(--u)), transparent calc(1 * var(--u))); background-size: calc(34 * var(--u)) calc(34 * var(--u)); transform: rotate(-8deg) scale(1.2); }
.center-site-shell .map-road { position: absolute; width: 120%; height: calc(18 * var(--u)); border: calc(2 * var(--u)) solid rgba(255,255,255,.75); border-right: 0; border-left: 0; background: rgba(255,255,255,.42); }
.center-site-shell .map-road-one { top: 42%; left: -10%; transform: rotate(-12deg); }
.center-site-shell .map-road-two { top: 58%; left: -12%; transform: rotate(27deg); }
.center-site-shell .map-center-marker { position: absolute; top: 46%; left: 50%; display: grid; justify-items: center; width: calc(235 * var(--u)); padding: calc(18 * var(--u)); border: calc(1 * var(--u)) solid rgba(255,255,255,.8); border-radius: calc(18 * var(--u)); background: rgba(255,255,255,.82); box-shadow: 0 calc(14 * var(--u)) calc(35 * var(--u)) rgba(53,78,62,.13); text-align: center; transform: translate(-50%, -50%); backdrop-filter: blur(calc(8 * var(--u))); }
.center-site-shell .map-center-marker > span { display: grid; width: calc(43 * var(--u)); height: calc(43 * var(--u)); place-items: center; color: #fff; border-radius: 50% 50% 50% 8%; background: #547662; transform: rotate(-45deg); }
.center-site-shell .map-center-marker > span svg { width: calc(18 * var(--u)); transform: rotate(45deg); }
.center-site-shell .map-center-marker strong { margin-top: calc(12 * var(--u)); font-size: calc(10 * var(--u)); }
.center-site-shell .map-center-marker small { margin-top: calc(5 * var(--u)); color: #79847c; font-size: calc(6.2 * var(--u)); }
.center-site-shell .map-status { position: absolute; right: calc(18 * var(--u)); bottom: calc(18 * var(--u)); display: flex; gap: calc(8 * var(--u)); align-items: center; padding: calc(8 * var(--u)) calc(11 * var(--u)); color: #5d7466; border-radius: calc(13 * var(--u)); background: rgba(255,255,255,.72); }
.center-site-shell .map-status small { color: #84968b; font-size: calc(4.8 * var(--u)); font-weight: 700; letter-spacing: calc(.7 * var(--u)); }
.center-site-shell .map-status span { font-size: calc(5.8 * var(--u)); }
.center-site-shell .single-location-visit-guide { padding: calc(29 * var(--u)); border-radius: calc(24 * var(--u)); background: #f3f5ef; }
.center-site-shell .single-location-visit-guide > small { color: #789481; font-size: calc(5.5 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .single-location-visit-guide > h3 { margin: calc(8 * var(--u)) 0 0; font-size: calc(17 * var(--u)); font-weight: 500; }
.center-site-shell .single-location-visit-guide ol { display: grid; gap: 0; margin: calc(20 * var(--u)) 0 0; padding: 0; list-style: none; }
.center-site-shell .single-location-visit-guide li { display: grid; grid-template-columns: calc(25 * var(--u)) 1fr; gap: calc(11 * var(--u)); padding: calc(12 * var(--u)) 0; border-top: calc(1 * var(--u)) solid #dbe3dc; }
.center-site-shell .single-location-visit-guide li > span { display: grid; width: calc(25 * var(--u)); height: calc(25 * var(--u)); place-items: center; color: #60806b; border-radius: 50%; background: #fff; font-size: calc(5.5 * var(--u)); font-weight: 700; }
.center-site-shell .single-location-visit-guide li strong { display: block; font-size: calc(7.5 * var(--u)); }
.center-site-shell .single-location-visit-guide li p { margin: calc(4 * var(--u)) 0 0; color: #79837c; font-size: calc(6 * var(--u)); line-height: 1.5; }
.center-site-shell .single-location-visit-guide > a { display: flex; align-items: center; justify-content: space-between; margin-top: calc(16 * var(--u)); padding: calc(12 * var(--u)) calc(15 * var(--u)); color: #fff; border-radius: calc(18 * var(--u)); background: #527461; font-size: calc(6.4 * var(--u)); font-weight: 700; }
.center-site-shell .single-location-visit-guide > a svg { width: calc(9 * var(--u)); }
.center-site-shell .single-transit-section { margin-top: calc(55 * var(--u)); }
.center-site-shell .single-transit-heading { display: grid; grid-template-columns: calc(170 * var(--u)) 1fr; gap: calc(30 * var(--u)); margin-bottom: calc(22 * var(--u)); padding-bottom: calc(17 * var(--u)); border-bottom: calc(1 * var(--u)) solid #dfe6df; }
.center-site-shell .single-transit-heading > small { color: #789481; font-size: calc(5.5 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .single-transit-heading h3 { margin: 0; font-size: calc(17 * var(--u)); font-weight: 500; }
.center-site-shell .single-transit-heading p { margin: calc(6 * var(--u)) 0 0; color: #78827a; font-size: calc(6.5 * var(--u)); }
.center-site-shell .single-transit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: calc(12 * var(--u)); }
.center-site-shell .transit-empty-state { display: grid; grid-template-columns: calc(47 * var(--u)) calc(47 * var(--u)) 1fr; gap: calc(11 * var(--u)); align-items: center; min-height: calc(115 * var(--u)); padding: calc(25 * var(--u)); border: calc(1 * var(--u)) dashed #cad8ce; border-radius: calc(20 * var(--u)); background: linear-gradient(125deg, #f6f9f5, #fbfaf5); }
.center-site-shell .transit-empty-state > span { display: grid; width: calc(47 * var(--u)); height: calc(47 * var(--u)); place-items: center; color: #678873; border-radius: calc(15 * var(--u)); background: #edf4ee; }
.center-site-shell .transit-empty-state > span svg { width: calc(19 * var(--u)); }
.center-site-shell .transit-empty-state strong { display: block; font-size: calc(10 * var(--u)); }
.center-site-shell .transit-empty-state p { margin: calc(6 * var(--u)) 0 0; color: #778179; font-size: calc(6.5 * var(--u)); white-space: pre-line; }

/* Program guide — clear principles, one lead story and three balanced categories */
.center-site-shell .program-principle-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: calc(-3 * var(--u)) 0 calc(34 * var(--u));
  overflow: hidden;
  border-top: calc(1 * var(--u)) solid #dfe6df;
  border-bottom: calc(1 * var(--u)) solid #dfe6df;
}

.center-site-shell .program-principle-strip article {
  display: grid;
  grid-template-columns: calc(34 * var(--u)) 1fr;
  gap: calc(12 * var(--u));
  min-height: calc(82 * var(--u));
  padding: calc(19 * var(--u)) calc(18 * var(--u));
  border-right: calc(1 * var(--u)) solid #e4e9e4;
}
.center-site-shell .program-principle-strip article:first-child { padding-left: 0; }
.center-site-shell .program-principle-strip article:last-child { border-right: 0; }
.center-site-shell .program-principle-strip article > span { color: #7f9d89; font-size: calc(10 * var(--u)); font-weight: 600; }
.center-site-shell .program-principle-strip small,
.center-site-shell .program-principle-strip strong,
.center-site-shell .program-principle-strip p { display: block; }
.center-site-shell .program-principle-strip small { color: #8a9a90; font-size: calc(5.2 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .program-principle-strip strong { margin-top: calc(5 * var(--u)); font-size: calc(9 * var(--u)); font-weight: 600; }
.center-site-shell .program-principle-strip p { margin: calc(5 * var(--u)) 0 0; color: #7a827d; font-size: calc(6.2 * var(--u)); line-height: 1.65; }

.center-site-shell .program-category-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: calc(13 * var(--u));
}

.center-site-shell .program-category-card {
  display: grid;
  grid-template-rows: calc(116 * var(--u)) 1fr;
  min-height: calc(252 * var(--u));
  padding: 0;
  border: calc(1 * var(--u)) solid #e4e9e4;
  border-radius: calc(21 * var(--u));
  background: #f8f9f6;
  box-shadow: 0 calc(10 * var(--u)) calc(30 * var(--u)) rgba(58,78,65,.055);
  transition: transform 300ms ease, box-shadow 300ms ease;
}
.center-site-shell .program-category-card:hover { transform: translateY(calc(-3 * var(--u))); box-shadow: 0 calc(16 * var(--u)) calc(38 * var(--u)) rgba(58,78,65,.09); }

.center-site-shell .program-category-card.is-featured {
  grid-column: 1 / -1;
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: 1fr;
  min-height: calc(232 * var(--u));
  border: 0;
}

.center-site-shell .program-category-card > .category-media {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 0;
  border-radius: calc(22 * var(--u)) calc(22 * var(--u)) calc(56 * var(--u)) 0;
}
.center-site-shell .program-category-card.is-featured > .category-media { border-radius: calc(22 * var(--u)) 0 calc(70 * var(--u)) calc(22 * var(--u)); }
.center-site-shell .category-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 45%, rgba(30,53,42,.18)); }
.center-site-shell .category-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(.96); transition: transform 350ms ease; }
.center-site-shell .program-category-card:hover .category-media img { transform: scale(1.035); }
.center-site-shell .category-media .category-number { position: absolute; z-index: 2; top: calc(16 * var(--u)); left: calc(18 * var(--u)); display: grid; width: calc(30 * var(--u)); height: calc(30 * var(--u)); place-items: center; color: #476351; border-radius: 50%; background: rgba(255,255,255,.88); }

.center-site-shell .program-category-card > .category-copy {
  display: block;
  padding: calc(20 * var(--u)) calc(21 * var(--u)) calc(23 * var(--u));
  margin-top: 0;
}
.center-site-shell .program-category-card.is-featured > .category-copy { display: flex; flex-direction: column; justify-content: center; padding: calc(30 * var(--u)) calc(36 * var(--u)); }
.center-site-shell .category-copy > small { color: #829c8b; font-size: calc(5.8 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .category-copy h3 { margin: calc(7 * var(--u)) 0 0; font-size: calc(13.5 * var(--u)); font-weight: 600; }
.center-site-shell .is-featured .category-copy h3 { font-size: calc(20 * var(--u)); }
.center-site-shell .category-copy p { max-width: none; margin: calc(7 * var(--u)) 0 0; color: #6c766f; font-size: calc(6.6 * var(--u)); line-height: 1.7; }
.center-site-shell .category-copy > div { display: flex; flex-wrap: wrap; gap: calc(4 * var(--u)); margin-top: calc(13 * var(--u)); }
.center-site-shell .category-copy > div span { padding: calc(4 * var(--u)) calc(7 * var(--u)); color: #5f7568; border-radius: calc(12 * var(--u)); background: #eaf1eb; font-size: calc(5.6 * var(--u)); }
.center-site-shell .program-guide-content .detail-note { margin-top: calc(22 * var(--u)); padding-top: calc(14 * var(--u)); border-top: calc(1 * var(--u)) solid #e5e9e5; text-align: left; }

/* Service pages — differentiated themes and a clear decision-making hierarchy */
.center-site-shell .service-daytime { --service-accent: #5f846e; --service-accent-dark: #416551; --service-pale: #edf4ee; --service-soft: #f7f9f6; }
.center-site-shell .service-afterschool { --service-accent: #aa895b; --service-accent-dark: #80633e; --service-pale: #f6efe4; --service-soft: #fbf8f2; }
.center-site-shell .page-hero-daytimeService { background: linear-gradient(122deg, #f7f5ef 0%, #edf4ee 100%); }
.center-site-shell .page-hero-afterSchoolService { background: linear-gradient(122deg, #f7f5ef 0%, #f6efe4 100%); }

.center-site-shell .service-intro-card {
  position: relative;
  grid-template-columns: calc(66 * var(--u)) 1fr;
  gap: calc(24 * var(--u));
  min-height: calc(158 * var(--u));
  padding: calc(31 * var(--u)) calc(39 * var(--u));
  overflow: hidden;
  border: calc(1 * var(--u)) solid color-mix(in srgb, var(--service-accent) 22%, white);
  border-radius: calc(24 * var(--u));
  background: linear-gradient(128deg, var(--service-pale), #fbfaf6);
  box-shadow: 0 calc(14 * var(--u)) calc(40 * var(--u)) rgba(59,77,65,.055);
}
.center-site-shell .service-intro-card::after { position: absolute; top: calc(-70 * var(--u)); right: calc(-45 * var(--u)); width: calc(180 * var(--u)); height: calc(180 * var(--u)); content: ""; border: calc(1 * var(--u)) solid color-mix(in srgb, var(--service-accent) 18%, transparent); border-radius: 50%; }
.center-site-shell .service-intro-card > .service-intro-icon { position: relative; z-index: 1; width: calc(62 * var(--u)); height: calc(62 * var(--u)); color: var(--service-accent-dark); background: rgba(255,255,255,.86); box-shadow: 0 calc(7 * var(--u)) calc(22 * var(--u)) rgba(67,86,72,.08); }
.center-site-shell .service-intro-copy { position: relative; z-index: 1; }
.center-site-shell .service-intro-meta { display: flex; align-items: center; gap: calc(12 * var(--u)); }
.center-site-shell .service-intro-meta small { color: var(--service-accent-dark); }
.center-site-shell .service-intro-meta span { padding: calc(4 * var(--u)) calc(8 * var(--u)); color: var(--service-accent-dark); border-radius: calc(10 * var(--u)); background: rgba(255,255,255,.68); font-size: calc(5.4 * var(--u)); font-weight: 700; letter-spacing: calc(.7 * var(--u)); }
.center-site-shell .service-intro-card h2 { margin-top: calc(10 * var(--u)); font-size: calc(20 * var(--u)); }
.center-site-shell .service-intro-card p { max-width: calc(515 * var(--u)); font-size: calc(7.4 * var(--u)); }

.center-site-shell .service-overview-section { margin-top: calc(48 * var(--u)); }
.center-site-shell .service-section-heading { display: grid; grid-template-columns: calc(175 * var(--u)) 1fr; align-items: end; padding-bottom: calc(17 * var(--u)); border-bottom: calc(1 * var(--u)) solid #dfe5df; }
.center-site-shell .service-section-heading small { grid-column: 1; grid-row: 1 / span 2; align-self: start; color: var(--service-accent); font-size: calc(5.8 * var(--u)); font-weight: 700; letter-spacing: calc(1.2 * var(--u)); }
.center-site-shell .service-section-heading h3 { grid-column: 2; margin: 0; font-size: calc(17 * var(--u)); font-weight: 600; }
.center-site-shell .service-section-heading p { grid-column: 2; margin: calc(6 * var(--u)) 0 0; color: #7b837d; font-size: calc(6.7 * var(--u)); }

.center-site-shell .service-fact-grid {
  grid-template-columns: 1.14fr repeat(3, 1fr);
  gap: calc(10 * var(--u));
  margin-top: calc(20 * var(--u));
  overflow: visible;
  border: 0;
  border-radius: 0;
}
.center-site-shell .service-fact-grid article {
  position: relative;
  min-height: calc(132 * var(--u));
  padding: calc(21 * var(--u));
  overflow: hidden;
  border: calc(1 * var(--u)) solid #e0e6e0;
  border-radius: calc(18 * var(--u));
  background: #fff;
}
.center-site-shell .service-fact-grid article.is-key-fact { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--service-accent), var(--service-accent-dark)); box-shadow: 0 calc(14 * var(--u)) calc(30 * var(--u)) color-mix(in srgb, var(--service-accent) 22%, transparent); }
.center-site-shell .service-fact-grid article > .fact-icon { display: grid; width: calc(34 * var(--u)); height: calc(34 * var(--u)); place-items: center; color: var(--service-accent-dark); border-radius: 50%; background: var(--service-pale); }
.center-site-shell .service-fact-grid article.is-key-fact > .fact-icon { color: #fff; background: rgba(255,255,255,.16); }
.center-site-shell .service-fact-grid .fact-icon svg { width: calc(16 * var(--u)); }
.center-site-shell .service-fact-grid .fact-number { position: absolute; top: calc(15 * var(--u)); right: calc(17 * var(--u)); display: block; width: auto; height: auto; color: #b7c2bb; border-radius: 0; background: transparent; font-size: calc(5.4 * var(--u)); font-weight: 700; }
.center-site-shell .service-fact-grid .is-key-fact .fact-number { color: rgba(255,255,255,.6); }
.center-site-shell .service-fact-grid small { margin-top: calc(15 * var(--u)); color: #7d8981; font-size: calc(6 * var(--u)); }
.center-site-shell .service-fact-grid .is-key-fact small { color: rgba(255,255,255,.7); }
.center-site-shell .service-fact-grid strong { margin-top: calc(7 * var(--u)); font-size: calc(7.7 * var(--u)); line-height: 1.6; }

.center-site-shell .service-information-section { margin-top: calc(52 * var(--u)); }
.center-site-shell .service-detail-grid { gap: calc(13 * var(--u)); margin-top: calc(20 * var(--u)); }
.center-site-shell .service-detail-grid article { position: relative; min-height: calc(210 * var(--u)); padding: calc(28 * var(--u)) calc(30 * var(--u)); border: calc(1 * var(--u)) solid #e3e8e3; border-left: 0; border-radius: calc(20 * var(--u)); background: var(--service-soft); }
.center-site-shell .service-detail-grid article > small { display: block; color: var(--service-accent); font-size: calc(6 * var(--u)); font-weight: 700; }
.center-site-shell .service-detail-grid h3 { margin-top: calc(9 * var(--u)); font-size: calc(14 * var(--u)); }
.center-site-shell .service-detail-grid ul { margin-top: calc(19 * var(--u)); }
.center-site-shell .service-detail-grid li svg { color: var(--service-accent); }

.center-site-shell .application-section { margin-top: calc(54 * var(--u)); }
.center-site-shell .application-steps { gap: calc(10 * var(--u)); overflow: visible; border-radius: 0; background: transparent; }
.center-site-shell .application-steps article { display: grid; grid-template-columns: calc(38 * var(--u)) 1fr; gap: calc(12 * var(--u)); align-items: start; min-height: calc(118 * var(--u)); padding: calc(20 * var(--u)); border: calc(1 * var(--u)) solid #e2e7e2; border-top: calc(1 * var(--u)) solid #e2e7e2; border-radius: calc(17 * var(--u)); background: #fff; }
.center-site-shell .application-steps article > span { display: grid; width: calc(36 * var(--u)); height: calc(36 * var(--u)); place-items: center; color: #fff; border-radius: 50%; background: var(--service-accent); font-size: calc(10 * var(--u)); }
.center-site-shell .application-steps article small { color: var(--service-accent); font-size: calc(5.4 * var(--u)); font-weight: 700; letter-spacing: calc(.8 * var(--u)); }
.center-site-shell .application-steps article p { margin-top: calc(8 * var(--u)); font-size: calc(6.5 * var(--u)); line-height: 1.7; }

.center-site-shell .service-support-note { display: flex; align-items: center; justify-content: space-between; gap: calc(30 * var(--u)); margin-top: calc(42 * var(--u)); padding: calc(24 * var(--u)) calc(30 * var(--u)); color: #fff; border-radius: calc(18 * var(--u)); background: var(--service-accent-dark); }
.center-site-shell .service-support-note small,
.center-site-shell .service-support-note strong,
.center-site-shell .service-support-note p { display: block; }
.center-site-shell .service-support-note small { color: rgba(255,255,255,.55); font-size: calc(5.4 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .service-support-note strong { margin-top: calc(6 * var(--u)); font-size: calc(11 * var(--u)); }
.center-site-shell .service-support-note p { margin: calc(5 * var(--u)) 0 0; color: rgba(255,255,255,.7); font-size: calc(6.3 * var(--u)); }
.center-site-shell .service-support-note a { display: flex; flex: 0 0 auto; align-items: center; gap: calc(6 * var(--u)); padding: calc(10 * var(--u)) calc(15 * var(--u)); color: var(--service-accent-dark); border-radius: calc(18 * var(--u)); background: #fff; font-size: calc(6.7 * var(--u)); font-weight: 700; }
.center-site-shell .service-support-note a svg { width: calc(13 * var(--u)); }

/* Notice board and image-led gallery shells */
.notice-board-shell {
  margin-top: calc(24 * var(--u));
  overflow: hidden;
  border: calc(1 * var(--u)) solid #dfe6df;
  border-radius: calc(18 * var(--u));
}
.notice-board-head {
  display: grid;
  grid-template-columns: calc(90 * var(--u)) 1fr calc(90 * var(--u));
  padding: calc(14 * var(--u)) calc(22 * var(--u));
  color: #6d7971;
  border-bottom: calc(1 * var(--u)) solid #dfe6df;
  background: #f4f7f2;
  font-size: calc(6.5 * var(--u));
  text-align: center;
}
.notice-board-head strong { color: #43564a; }
.center-site-shell .compact-empty { min-height: calc(245 * var(--u)); margin: 0; border-radius: 0; background: #fff; }

.gallery-placeholder-shell {
  position: relative;
  min-height: calc(390 * var(--u));
  margin-top: calc(24 * var(--u));
  overflow: hidden;
  border-radius: calc(24 * var(--u));
  background: #eef2ec;
}
.gallery-preview-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: calc(6 * var(--u)); height: calc(390 * var(--u)); opacity: .34; filter: saturate(.55); }
.gallery-preview-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-preview-grid img:first-child { grid-row: 1 / 3; }
.gallery-empty-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: calc(30 * var(--u)); color: #fff; background: rgba(49,73,60,.55); text-align: center; backdrop-filter: blur(calc(2 * var(--u))); }
.gallery-empty-overlay > span { display: grid; width: calc(60 * var(--u)); height: calc(60 * var(--u)); place-items: center; border: calc(1 * var(--u)) solid rgba(255,255,255,.38); border-radius: 50%; background: rgba(255,255,255,.12); }
.gallery-empty-overlay > span svg { width: calc(27 * var(--u)); }
.gallery-empty-overlay h3 { margin: calc(18 * var(--u)) 0 0; font-size: calc(19 * var(--u)); font-weight: 500; }
.gallery-empty-overlay p { max-width: calc(360 * var(--u)); margin: calc(8 * var(--u)) 0 0; color: rgba(255,255,255,.78); font-size: calc(7 * var(--u)); line-height: 1.7; }

/* Activity gallery — registered-album preview and photo viewer */
.center-site-shell .activity-gallery-intro { display: grid; grid-template-columns: 1fr auto; gap: calc(45 * var(--u)); align-items: end; }
.center-site-shell .activity-gallery-intro .detail-intro { margin-bottom: 0; }
.center-site-shell .activity-gallery-stats { display: flex; flex-direction: column; align-items: flex-end; gap: calc(12 * var(--u)); padding-bottom: calc(3 * var(--u)); }
.center-site-shell .activity-gallery-stats > span { padding: calc(5 * var(--u)) calc(10 * var(--u)); color: #678472; border: calc(1 * var(--u)) solid #d9e4dc; border-radius: calc(13 * var(--u)); background: #f5f8f4; font-size: calc(5.8 * var(--u)); font-weight: 700; }
.center-site-shell .activity-gallery-stats dl { display: flex; gap: calc(24 * var(--u)); margin: 0; }
.center-site-shell .activity-gallery-stats dl div { display: grid; grid-template-columns: auto auto; align-items: baseline; gap: calc(8 * var(--u)); }
.center-site-shell .activity-gallery-stats dt { color: #92a097; font-size: calc(5.4 * var(--u)); font-weight: 700; letter-spacing: calc(.8 * var(--u)); }
.center-site-shell .activity-gallery-stats dd { margin: 0; color: #52725e; font-size: calc(22 * var(--u)); font-weight: 500; line-height: 1; }
.center-site-shell .activity-gallery-toolbar { display: flex; align-items: center; justify-content: space-between; gap: calc(20 * var(--u)); margin-top: calc(37 * var(--u)); padding: calc(15 * var(--u)) 0; border-top: calc(1 * var(--u)) solid #e0e7e1; border-bottom: calc(1 * var(--u)) solid #e0e7e1; }
.center-site-shell .activity-filter-list { display: flex; flex-wrap: wrap; gap: calc(6 * var(--u)); }
.center-site-shell .activity-filter-list button { display: flex; align-items: center; gap: calc(7 * var(--u)); padding: calc(7 * var(--u)) calc(12 * var(--u)); color: #637068; border: calc(1 * var(--u)) solid #dfe6e0; border-radius: calc(18 * var(--u)); background: #fff; font: inherit; font-size: calc(6.8 * var(--u)); cursor: pointer; transition: color .2s ease, border-color .2s ease, background-color .2s ease; }
.center-site-shell .activity-filter-list button span { color: #93a097; font-size: calc(5.4 * var(--u)); }
.center-site-shell .activity-filter-list button.is-active { color: #fff; border-color: #5f806b; background: #5f806b; }
.center-site-shell .activity-filter-list button.is-active span { color: rgba(255,255,255,.72); }
.center-site-shell .activity-gallery-toolbar > p { display: flex; align-items: center; gap: calc(6 * var(--u)); margin: 0; color: #8a958e; font-size: calc(6.2 * var(--u)); white-space: nowrap; }
.center-site-shell .activity-gallery-toolbar > p svg { width: calc(10 * var(--u)); }
.center-site-shell .activity-feature-card,
.center-site-shell .activity-album-card { width: 100%; padding: 0; border: 0; color: inherit; background: transparent; font: inherit; text-align: left; cursor: pointer; }
.center-site-shell .activity-feature-card { position: relative; display: block; height: calc(360 * var(--u)); margin-top: calc(25 * var(--u)); overflow: hidden; border-radius: calc(24 * var(--u)); box-shadow: 0 calc(14 * var(--u)) calc(36 * var(--u)) rgba(44,64,51,.11); }
.center-site-shell .activity-feature-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.center-site-shell .activity-feature-card:hover > img { transform: scale(1.025); }
.center-site-shell .activity-feature-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(27,43,34,.82) 0%, rgba(31,48,38,.24) 52%, rgba(255,255,255,0) 74%); }
.center-site-shell .activity-feature-index { position: absolute; top: calc(24 * var(--u)); left: calc(27 * var(--u)); color: rgba(255,255,255,.92); font-size: calc(6 * var(--u)); font-weight: 700; line-height: 1.45; letter-spacing: calc(1.1 * var(--u)); }
.center-site-shell .activity-feature-copy { position: absolute; right: calc(30 * var(--u)); bottom: calc(28 * var(--u)); left: calc(30 * var(--u)); color: #fff; }
.center-site-shell .activity-feature-copy > span:first-child { display: flex; align-items: center; gap: calc(10 * var(--u)); }
.center-site-shell .activity-feature-copy i,
.center-site-shell .activity-feature-copy small,
.center-site-shell .activity-feature-copy em { font-style: normal; }
.center-site-shell .activity-feature-copy i { padding: calc(4 * var(--u)) calc(9 * var(--u)); border: calc(1 * var(--u)) solid rgba(255,255,255,.36); border-radius: calc(11 * var(--u)); background: rgba(255,255,255,.12); font-size: calc(5.8 * var(--u)); }
.center-site-shell .activity-feature-copy small { color: rgba(255,255,255,.7); font-size: calc(6 * var(--u)); }
.center-site-shell .activity-feature-copy > strong { display: block; margin-top: calc(11 * var(--u)); font-size: calc(22 * var(--u)); font-weight: 500; letter-spacing: calc(-.7 * var(--u)); }
.center-site-shell .activity-feature-copy > em { display: block; max-width: calc(380 * var(--u)); margin-top: calc(7 * var(--u)); color: rgba(255,255,255,.76); font-size: calc(6.8 * var(--u)); line-height: 1.65; }
.center-site-shell .activity-feature-action { display: flex; align-items: center; gap: calc(7 * var(--u)); margin-top: calc(15 * var(--u)); font-size: calc(6.8 * var(--u)); font-weight: 700; }
.center-site-shell .activity-feature-action svg { width: calc(10 * var(--u)); }
.center-site-shell .activity-feature-action svg:last-child { margin-left: calc(2 * var(--u)); }
.center-site-shell .activity-album-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: calc(24 * var(--u)) calc(15 * var(--u)); margin-top: calc(38 * var(--u)); }
.center-site-shell .activity-album-card { overflow: hidden; border: calc(1 * var(--u)) solid #e2e8e3; border-radius: calc(18 * var(--u)); background: #fff; box-shadow: 0 calc(7 * var(--u)) calc(22 * var(--u)) rgba(55,76,63,.055); transition: transform .25s ease, box-shadow .25s ease; }
.center-site-shell .activity-album-card:hover { transform: translateY(calc(-4 * var(--u))); box-shadow: 0 calc(12 * var(--u)) calc(28 * var(--u)) rgba(55,76,63,.1); }
.center-site-shell .activity-album-image { position: relative; display: block; aspect-ratio: 1.35 / 1; overflow: hidden; background: #eef2ed; }
.center-site-shell .activity-album-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.center-site-shell .activity-album-card:hover .activity-album-image img { transform: scale(1.035); }
.center-site-shell .activity-album-image > i { position: absolute; top: calc(12 * var(--u)); left: calc(13 * var(--u)); color: rgba(255,255,255,.92); font-size: calc(6.5 * var(--u)); font-style: normal; font-weight: 700; text-shadow: 0 calc(1 * var(--u)) calc(5 * var(--u)) rgba(0,0,0,.2); }
.center-site-shell .activity-album-image > em { position: absolute; right: calc(10 * var(--u)); bottom: calc(10 * var(--u)); display: flex; align-items: center; gap: calc(4 * var(--u)); padding: calc(5 * var(--u)) calc(8 * var(--u)); color: #fff; border-radius: calc(12 * var(--u)); background: rgba(33,52,41,.68); font-size: calc(5.8 * var(--u)); font-style: normal; backdrop-filter: blur(calc(4 * var(--u))); }
.center-site-shell .activity-album-image > em svg { width: calc(8 * var(--u)); }
.center-site-shell .activity-album-copy { display: block; padding: calc(16 * var(--u)) calc(17 * var(--u)) calc(18 * var(--u)); }
.center-site-shell .activity-album-copy > small { display: flex; align-items: center; justify-content: space-between; color: #6f8d79; font-size: calc(5.8 * var(--u)); }
.center-site-shell .activity-album-copy > small i { color: #9aa39d; font-style: normal; }
.center-site-shell .activity-album-copy > strong { display: block; margin-top: calc(9 * var(--u)); font-size: calc(11 * var(--u)); line-height: 1.35; }
.center-site-shell .activity-album-copy > em { display: -webkit-box; min-height: calc(33 * var(--u)); margin-top: calc(7 * var(--u)); overflow: hidden; color: #78817b; font-size: calc(6.2 * var(--u)); font-style: normal; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.center-site-shell .activity-album-copy > span { display: flex; align-items: center; gap: calc(5 * var(--u)); margin-top: calc(13 * var(--u)); color: #5e7e69; font-size: calc(6.2 * var(--u)); font-weight: 700; }
.center-site-shell .activity-album-copy > span svg { width: calc(9 * var(--u)); }
.center-site-shell .activity-pagination { display: flex; align-items: center; justify-content: center; gap: calc(8 * var(--u)); margin-top: calc(42 * var(--u)); padding-top: calc(22 * var(--u)); border-top: calc(1 * var(--u)) solid #e2e8e3; }
.center-site-shell .activity-pagination button { display: grid; width: calc(30 * var(--u)); height: calc(30 * var(--u)); padding: 0; place-items: center; color: #6d7d72; border: calc(1 * var(--u)) solid #dfe6e0; border-radius: 50%; background: #fff; font: inherit; font-size: calc(6.4 * var(--u)); cursor: pointer; transition: .2s ease; }
.center-site-shell .activity-pagination button:hover:not(:disabled) { color: #fff; border-color: #5f806b; background: #5f806b; }
.center-site-shell .activity-pagination button:disabled { cursor: default; opacity: .32; }
.center-site-shell .activity-pagination-arrow svg { width: calc(10 * var(--u)); }
.center-site-shell .activity-pagination-arrow.is-prev svg { transform: rotate(180deg); }
.center-site-shell .activity-pagination-pages { display: flex; gap: calc(6 * var(--u)); }
.center-site-shell .activity-pagination-pages button.is-active { color: #fff; border-color: #5f806b; background: #5f806b; }
.center-site-shell .activity-pagination > span { margin-left: calc(8 * var(--u)); color: #9aa39d; font-size: calc(5.3 * var(--u)); font-weight: 700; letter-spacing: calc(.7 * var(--u)); }
.activity-lightbox { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: calc(28 * var(--u)); background: rgba(20,30,24,.72); backdrop-filter: blur(calc(8 * var(--u))); }
.activity-lightbox-panel { position: relative; display: grid; grid-template-columns: minmax(0, 1.62fr) minmax(calc(265 * var(--u)), .58fr); width: min(calc(950 * var(--u)), 94vw); height: min(calc(620 * var(--u)), 90vh); overflow: hidden; border-radius: calc(23 * var(--u)); background: #fff; box-shadow: 0 calc(22 * var(--u)) calc(60 * var(--u)) rgba(0,0,0,.24); }
.activity-lightbox-close { position: absolute; z-index: 3; top: calc(15 * var(--u)); right: calc(15 * var(--u)); display: grid; width: calc(32 * var(--u)); height: calc(32 * var(--u)); padding: 0; place-items: center; color: #40584a; border: 0; border-radius: 50%; background: rgba(255,255,255,.9); cursor: pointer; box-shadow: 0 calc(4 * var(--u)) calc(12 * var(--u)) rgba(0,0,0,.1); }
.activity-lightbox-close svg { width: calc(14 * var(--u)); }
.activity-lightbox-visual { display: grid; min-width: 0; min-height: 0; grid-template-rows: minmax(0, 1fr) auto; background: #edf1ec; }
.activity-lightbox-media { position: relative; display: grid; min-height: 0; place-items: center; overflow: hidden; background: #e8ece7; }
.activity-lightbox-media > img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.activity-lightbox-media > span { position: absolute; right: calc(17 * var(--u)); bottom: calc(15 * var(--u)); padding: calc(5 * var(--u)) calc(9 * var(--u)); color: #fff; border-radius: calc(12 * var(--u)); background: rgba(25,40,31,.6); font-size: calc(6 * var(--u)); }
.activity-lightbox-info { display: flex; flex-direction: column; min-width: 0; padding: calc(45 * var(--u)) calc(27 * var(--u)) calc(25 * var(--u)); overflow-y: auto; }
.activity-lightbox-info > small { display: flex; gap: calc(9 * var(--u)); color: #6d8a77; font-size: calc(6 * var(--u)); }
.activity-lightbox-info > small i { color: #a0a8a2; font-style: normal; }
.activity-lightbox-info h3 { margin: calc(12 * var(--u)) 0 0; font-size: calc(17 * var(--u)); font-weight: 500; line-height: 1.35; }
.activity-lightbox-lead { margin: calc(10 * var(--u)) 0 0; padding-bottom: calc(18 * var(--u)); color: #65736a; border-bottom: calc(1 * var(--u)) solid #e4e9e5; font-size: calc(6.5 * var(--u)); line-height: 1.7; }
.activity-lightbox-article { margin-top: calc(18 * var(--u)); }
.activity-lightbox-article p { margin: 0; color: #707a73; font-size: calc(6.3 * var(--u)); line-height: 1.85; }
.activity-lightbox-article p + p { margin-top: calc(10 * var(--u)); }
.activity-lightbox-thumbs { display: grid; grid-template-columns: repeat(3, minmax(0, calc(82 * var(--u)))); gap: calc(8 * var(--u)); padding: calc(10 * var(--u)) calc(13 * var(--u)); background: #f8faf7; border-top: calc(1 * var(--u)) solid #dfe6e0; }
.activity-lightbox-thumbs button { position: relative; aspect-ratio: 1.28 / 1; padding: 0; overflow: hidden; border: calc(2 * var(--u)) solid transparent; border-radius: calc(8 * var(--u)); background: #eef1ed; cursor: pointer; opacity: .7; transition: opacity .2s ease, border-color .2s ease; }
.activity-lightbox-thumbs button.is-active { border-color: #64856f; }
.activity-lightbox-thumbs button:hover,
.activity-lightbox-thumbs button.is-active { opacity: 1; }
.activity-lightbox-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.activity-lightbox-thumbs span { position: absolute; right: calc(4 * var(--u)); bottom: calc(3 * var(--u)); color: #fff; font-size: calc(5 * var(--u)); text-shadow: 0 calc(1 * var(--u)) calc(3 * var(--u)) rgba(0,0,0,.4); }
.activity-lightbox-note { margin-top: auto; padding-top: calc(25 * var(--u)); color: #98a29b; font-size: calc(5.6 * var(--u)); }

/* Consultation — clear first action and a connected conversation flow */
.center-site-shell .consult-assurance-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: calc(58 * var(--u)); border-top: calc(1 * var(--u)) solid #dfe6df; border-bottom: calc(1 * var(--u)) solid #dfe6df; }
.center-site-shell .consult-assurance-strip article { display: grid; grid-template-columns: calc(28 * var(--u)) 1fr; gap: calc(13 * var(--u)); min-height: calc(100 * var(--u)); padding: calc(21 * var(--u)) calc(24 * var(--u)); border-right: calc(1 * var(--u)) solid #e1e7e1; }
.center-site-shell .consult-assurance-strip article:first-child { padding-left: 0; }
.center-site-shell .consult-assurance-strip article:last-child { padding-right: 0; border-right: 0; }
.center-site-shell .consult-assurance-strip article > span { color: #a2b2a8; font-size: calc(8 * var(--u)); font-weight: 700; }
.center-site-shell .consult-assurance-strip small { display: block; color: #8aa191; font-size: calc(5.6 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .consult-assurance-strip strong { display: block; margin-top: calc(5 * var(--u)); font-size: calc(9 * var(--u)); font-weight: 600; }
.center-site-shell .consult-assurance-strip p { margin: calc(5 * var(--u)) 0 0; color: #768079; font-size: calc(6.2 * var(--u)); line-height: 1.6; }
.center-site-shell .consult-method-section { margin-top: 0; }
.center-site-shell .consult-section-heading,
.center-site-shell .process-section-heading { display: grid; grid-template-columns: calc(155 * var(--u)) 1fr; gap: calc(38 * var(--u)); align-items: start; margin-bottom: calc(26 * var(--u)); }
.center-site-shell .consult-section-heading > small,
.center-site-shell .process-section-heading > small { padding-top: calc(4 * var(--u)); color: #789381; font-size: calc(6 * var(--u)); font-weight: 700; letter-spacing: calc(1.3 * var(--u)); }
.center-site-shell .consult-section-heading h3,
.center-site-shell .process-section-heading h3 { margin: 0; font-size: calc(19 * var(--u)); font-weight: 500; line-height: 1.28; }
.center-site-shell .consult-section-heading p,
.center-site-shell .process-section-heading p { margin: calc(8 * var(--u)) 0 0; color: #747e77; font-size: calc(7 * var(--u)); line-height: 1.65; }
.center-site-shell .consult-method-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: calc(14 * var(--u)); }
.center-site-shell .consult-main-card { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: calc(325 * var(--u)); overflow: hidden; padding: calc(32 * var(--u)); color: #fff; border-radius: calc(24 * var(--u)); background: linear-gradient(145deg, #517762 0%, #3f6652 100%); }
.center-site-shell .consult-main-card::after { position: absolute; right: calc(-70 * var(--u)); bottom: calc(-105 * var(--u)); width: calc(250 * var(--u)); height: calc(250 * var(--u)); content: ""; border: calc(1 * var(--u)) solid rgba(255,255,255,.15); border-radius: 50%; box-shadow: 0 0 0 calc(30 * var(--u)) rgba(255,255,255,.025), 0 0 0 calc(65 * var(--u)) rgba(255,255,255,.018); }
.center-site-shell .consult-card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.center-site-shell .consult-card-top > span { display: grid; width: calc(49 * var(--u)); height: calc(49 * var(--u)); place-items: center; border-radius: calc(16 * var(--u)); background: rgba(255,255,255,.13); }
.center-site-shell .consult-card-top svg { width: calc(20 * var(--u)); }
.center-site-shell .consult-card-top small { color: rgba(255,255,255,.55); font-size: calc(5.7 * var(--u)); font-weight: 700; letter-spacing: calc(1.2 * var(--u)); }
.center-site-shell .consult-main-card > div:nth-child(2) { position: relative; z-index: 1; margin-top: calc(29 * var(--u)); }
.center-site-shell .consult-main-card i { display: block; color: rgba(255,255,255,.45); font-size: calc(7 * var(--u)); font-style: normal; font-weight: 700; }
.center-site-shell .consult-main-card h3 { margin: calc(7 * var(--u)) 0 0; font-size: calc(20 * var(--u)); font-weight: 500; }
.center-site-shell .consult-main-card p { max-width: calc(300 * var(--u)); margin: calc(9 * var(--u)) 0 0; color: rgba(255,255,255,.7); font-size: calc(7 * var(--u)); line-height: 1.7; }
.center-site-shell .consult-main-card strong { display: block; margin-top: calc(10 * var(--u)); color: rgba(255,255,255,.88); font-size: calc(7 * var(--u)); font-weight: 500; }
.center-site-shell .consult-main-card > a { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto calc(12 * var(--u)); gap: calc(11 * var(--u)); align-items: center; margin-top: calc(24 * var(--u)); padding-top: calc(16 * var(--u)); border-top: calc(1 * var(--u)) solid rgba(255,255,255,.2); }
.center-site-shell .consult-main-card > a > span { font-size: calc(12 * var(--u)); font-weight: 700; letter-spacing: calc(.1 * var(--u)); }
.center-site-shell .consult-main-card > a small { color: rgba(255,255,255,.67); font-size: calc(6.2 * var(--u)); font-weight: 600; }
.center-site-shell .consult-main-card > a svg { width: calc(10 * var(--u)); }
.center-site-shell .consult-side-list { display: grid; grid-template-rows: repeat(2, 1fr); gap: calc(14 * var(--u)); }
.center-site-shell .consult-side-list article { display: grid; grid-template-columns: calc(52 * var(--u)) 1fr; gap: calc(20 * var(--u)); align-items: start; min-height: 0; padding: calc(28 * var(--u)); border: calc(1 * var(--u)) solid #e0e7e1; border-radius: calc(22 * var(--u)); background: #fff; }
.center-site-shell .consult-side-list article > span { display: grid; width: calc(52 * var(--u)); height: calc(52 * var(--u)); place-items: center; color: #668873; border-radius: calc(16 * var(--u)); background: #edf4ee; }
.center-site-shell .consult-side-list article > span svg { width: calc(21 * var(--u)); }
.center-site-shell .consult-side-list small { color: #99aaa0; font-size: calc(6 * var(--u)); font-weight: 700; letter-spacing: calc(.7 * var(--u)); }
.center-site-shell .consult-side-list h3 { margin: calc(5 * var(--u)) 0 0; font-size: calc(13 * var(--u)); font-weight: 500; }
.center-site-shell .consult-side-list p { margin: calc(7 * var(--u)) 0 0; color: #707a73; font-size: calc(6.6 * var(--u)); line-height: 1.65; }
.center-site-shell .consult-side-list strong { display: block; margin-top: calc(8 * var(--u)); color: #56715f; font-size: calc(6.5 * var(--u)); }
.center-site-shell .consult-flow-panel { display: grid; grid-template-columns: calc(190 * var(--u)) 1fr; gap: calc(34 * var(--u)); align-items: center; margin-top: calc(18 * var(--u)); padding: calc(23 * var(--u)) calc(28 * var(--u)); border-radius: calc(18 * var(--u)); background: #f2f5f0; }
.center-site-shell .consult-flow-panel > div small { color: #7e9786; font-size: calc(5.5 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .consult-flow-panel h3 { margin: calc(6 * var(--u)) 0 0; font-size: calc(11 * var(--u)); font-weight: 500; }
.center-site-shell .consult-flow-panel ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.center-site-shell .consult-flow-panel li { position: relative; display: grid; grid-template-columns: calc(24 * var(--u)) 1fr; gap: calc(8 * var(--u)); align-items: center; min-height: calc(36 * var(--u)); padding-right: calc(22 * var(--u)); }
.center-site-shell .consult-flow-panel li > span { display: grid; width: calc(24 * var(--u)); height: calc(24 * var(--u)); place-items: center; color: #557361; border: calc(1 * var(--u)) solid #c8d5cc; border-radius: 50%; background: #fff; font-size: calc(6 * var(--u)); font-weight: 700; }
.center-site-shell .consult-flow-panel li p { margin: 0; color: #5e6b63; font-size: calc(6.6 * var(--u)); font-weight: 500; line-height: 1.45; }
.center-site-shell .consult-flow-panel li > svg { position: absolute; top: 50%; right: calc(6 * var(--u)); width: calc(9 * var(--u)); color: #aab8af; transform: translateY(-50%); }
.center-site-shell .faq-panel { grid-template-columns: calc(190 * var(--u)) 1fr; gap: calc(42 * var(--u)); margin-top: calc(50 * var(--u)); padding: calc(39 * var(--u)); border-radius: calc(25 * var(--u)); background: linear-gradient(140deg, #304c3e 0%, #263f34 100%); }
.center-site-shell .faq-panel h3 { margin-top: calc(8 * var(--u)); font-size: calc(21 * var(--u)); }
.center-site-shell .faq-panel > div:first-child p { font-size: calc(7 * var(--u)); }
.center-site-shell .faq-list { display: grid; gap: 0; }
.center-site-shell .faq-list article { display: grid; grid-template-columns: calc(27 * var(--u)) 1fr; gap: calc(13 * var(--u)); padding: calc(15 * var(--u)) 0; border-bottom: calc(1 * var(--u)) solid rgba(255,255,255,.12); border-left: 0; }
.center-site-shell .faq-list article:first-child { padding-top: 0; }
.center-site-shell .faq-list article:last-child { padding-bottom: 0; border-bottom: 0; }
.center-site-shell .faq-list article > span { color: #8fb09c; font-size: calc(6 * var(--u)); font-weight: 700; }
.center-site-shell .faq-list h4 { font-size: calc(9 * var(--u)); font-weight: 600; }
.center-site-shell .faq-list article p { margin-top: calc(6 * var(--u)); font-size: calc(6.7 * var(--u)); }
.mobile-call-cta { display: none; }

/* Usage process — preparation, roadmap and direct branch contact */
.center-site-shell .process-preparation { display: grid; grid-template-columns: calc(255 * var(--u)) 1fr; overflow: hidden; margin-bottom: calc(58 * var(--u)); border: calc(1 * var(--u)) solid #dfe6df; border-radius: calc(23 * var(--u)); }
.center-site-shell .process-preparation-heading { padding: calc(29 * var(--u)); background: #f1f5ef; }
.center-site-shell .process-preparation-heading small { color: #76917e; font-size: calc(5.8 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .process-preparation-heading h3 { margin: calc(8 * var(--u)) 0 0; font-size: calc(15 * var(--u)); font-weight: 500; line-height: 1.35; }
.center-site-shell .process-preparation-heading p { margin: calc(8 * var(--u)) 0 0; color: #727d76; font-size: calc(6.5 * var(--u)); line-height: 1.6; }
.center-site-shell .process-preparation > div:last-child { display: grid; grid-template-columns: repeat(3, 1fr); }
.center-site-shell .process-preparation article { display: flex; gap: calc(12 * var(--u)); align-items: center; padding: calc(24 * var(--u)) calc(20 * var(--u)); border-left: calc(1 * var(--u)) solid #e3e8e3; }
.center-site-shell .process-preparation article > span { display: grid; flex: 0 0 auto; width: calc(37 * var(--u)); height: calc(37 * var(--u)); place-items: center; color: #648370; border-radius: calc(12 * var(--u)); background: #eef4ef; }
.center-site-shell .process-preparation article svg { width: calc(16 * var(--u)); }
.center-site-shell .process-preparation article strong { display: block; font-size: calc(7.5 * var(--u)); }
.center-site-shell .process-preparation article p { margin: calc(4 * var(--u)) 0 0; color: #7a837d; font-size: calc(6 * var(--u)); line-height: 1.5; }
.center-site-shell .process-roadmap-section { margin-top: 0; }
.center-site-shell .process-roadmap { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: calc(1 * var(--u)) solid #dfe6df; border-radius: calc(24 * var(--u)); background: #fff; }
.center-site-shell .process-roadmap::before { position: absolute; z-index: 0; top: calc(52 * var(--u)); right: calc(55 * var(--u)); left: calc(55 * var(--u)); height: calc(1 * var(--u)); content: ""; background: #cad7ce; }
.center-site-shell .process-roadmap article { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; min-height: calc(255 * var(--u)); padding: calc(27 * var(--u)) calc(23 * var(--u)); border-right: calc(1 * var(--u)) solid #e3e8e3; background: rgba(255,255,255,.94); }
.center-site-shell .process-roadmap article:last-child { border-right: 0; }
.center-site-shell .process-roadmap article.is-current { color: #fff; background: #4d725e; }
.center-site-shell .process-roadmap article.is-complete { background: #f0f5ef; }
.center-site-shell .process-step-head { display: flex; align-items: center; justify-content: space-between; }
.center-site-shell .process-step-head > span { display: grid; width: calc(50 * var(--u)); height: calc(50 * var(--u)); place-items: center; color: #557462; border: calc(1 * var(--u)) solid #d4dfd7; border-radius: 50%; background: #fff; font-size: calc(11 * var(--u)); font-weight: 700; }
.center-site-shell .process-step-head > small { color: #91a298; font-size: calc(5.4 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .process-roadmap article.is-current .process-step-head > span { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.12); }
.center-site-shell .process-roadmap article.is-current .process-step-head > small { color: rgba(255,255,255,.58); }
.center-site-shell .process-roadmap article > div:nth-child(2) > small { display: block; color: #789580; font-size: calc(5.7 * var(--u)); font-weight: 700; letter-spacing: calc(.8 * var(--u)); }
.center-site-shell .process-roadmap article h3 { margin: calc(8 * var(--u)) 0 0; font-size: calc(11 * var(--u)); font-weight: 600; line-height: 1.4; }
.center-site-shell .process-roadmap article p { margin: calc(8 * var(--u)) 0 0; color: #737d76; font-size: calc(6.5 * var(--u)); line-height: 1.65; }
.center-site-shell .process-roadmap article.is-current > div:nth-child(2) > small { color: rgba(255,255,255,.56); }
.center-site-shell .process-roadmap article.is-current p { color: rgba(255,255,255,.7); }
.center-site-shell .process-step-arrow { position: absolute; z-index: 3; top: calc(45 * var(--u)); right: calc(-8 * var(--u)); width: calc(15 * var(--u)); padding: calc(3 * var(--u)); color: #7f9688; border-radius: 50%; background: #fff; }
.center-site-shell .process-completion-note { display: grid; grid-template-columns: calc(46 * var(--u)) 1fr; gap: calc(16 * var(--u)); align-items: center; margin-top: calc(14 * var(--u)); padding: calc(20 * var(--u)) calc(25 * var(--u)); border-radius: calc(18 * var(--u)); background: #f4f6f1; }
.center-site-shell .process-completion-note > span { display: grid; width: calc(46 * var(--u)); height: calc(46 * var(--u)); place-items: center; color: #5e806b; border-radius: calc(15 * var(--u)); background: #fff; }
.center-site-shell .process-completion-note svg { width: calc(20 * var(--u)); }
.center-site-shell .process-completion-note small { display: block; color: #85a08e; font-size: calc(5.5 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .process-completion-note strong { display: block; margin-top: calc(4 * var(--u)); font-size: calc(9 * var(--u)); }
.center-site-shell .process-completion-note p { margin: calc(4 * var(--u)) 0 0; color: #778079; font-size: calc(6.3 * var(--u)); line-height: 1.55; }
.center-site-shell .inquiry-panel { grid-template-columns: calc(220 * var(--u)) 1fr; gap: calc(35 * var(--u)); margin-top: calc(52 * var(--u)); padding: calc(35 * var(--u)); border-radius: calc(24 * var(--u)); background: #edf2ec; }
.center-site-shell .inquiry-heading h3 { margin-top: calc(8 * var(--u)); font-size: calc(21 * var(--u)); }
.center-site-shell .inquiry-heading > p { margin-top: calc(13 * var(--u)); color: #4f6557; font-size: calc(7 * var(--u)); font-weight: 600; line-height: 1.6; }
.center-site-shell .inquiry-heading > span { display: block; margin-top: calc(8 * var(--u)); color: #7a847e; font-size: calc(6.2 * var(--u)); line-height: 1.6; }
.center-site-shell .inquiry-contact-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: calc(12 * var(--u)); }
.center-site-shell .inquiry-contact-list article { padding: calc(22 * var(--u)); border: calc(1 * var(--u)) solid #dfe6df; border-radius: calc(17 * var(--u)); background: #fff; }
.center-site-shell .inquiry-card-head { display: flex; align-items: center; justify-content: space-between; }
.center-site-shell .inquiry-card-head > span { color: #8ba092; font-size: calc(5.5 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.center-site-shell .inquiry-card-head i { display: grid; width: calc(30 * var(--u)); height: calc(30 * var(--u)); place-items: center; color: #5f816b; border-radius: 50%; background: #eef4ef; }
.center-site-shell .inquiry-card-head svg { width: calc(13 * var(--u)); }
.center-site-shell .inquiry-contact-list article > strong { display: block; margin-top: calc(12 * var(--u)); color: #52675a; font-size: calc(7 * var(--u)); }
.center-site-shell .inquiry-contact-list article > a:not(.inquiry-call-link) { display: block; margin-top: calc(5 * var(--u)); color: #355745; font-size: calc(13 * var(--u)); font-weight: 700; }
.center-site-shell .inquiry-contact-list article > p { min-height: calc(30 * var(--u)); margin: calc(8 * var(--u)) 0 0; color: #707a73; font-size: calc(6.3 * var(--u)); line-height: 1.55; }
.center-site-shell .inquiry-call-link { display: flex; align-items: center; justify-content: space-between; margin-top: calc(13 * var(--u)); padding-top: calc(12 * var(--u)); color: #567461; border-top: calc(1 * var(--u)) solid #e3e8e3; font-size: calc(6.3 * var(--u)); font-weight: 700; }
.center-site-shell .inquiry-call-link svg { width: calc(9 * var(--u)); }

@media (min-width: 681px) and (max-width: 1024px) {
  .center-site-shell .center-page-hero { height: 330px; }
  .center-site-shell .center-page-hero-inner { display: block; width: 100%; padding: 104px 48px 0; }
  .center-site-shell .center-page-hero h1 { font-size: 39px; }
  .center-site-shell .center-page-tabs { height: 60px; }
  .center-site-shell .center-page-tabs-inner { display: grid; width: 100%; }
  .center-site-shell .detail-content-section, .center-site-shell .greeting-section { padding: 68px 48px 84px; }
  .center-site-shell .detail-content-inner, .center-site-shell .greeting-inner { display: block; width: 100%; }
  .center-site-shell .greeting-principle-strip article { padding: 17px 14px; }
  .center-site-shell .greeting-principle-strip article:first-child { padding-left: 0; }
  .center-site-shell .greeting-layout { grid-template-columns: minmax(250px, .78fr) 1fr; gap: 48px; margin-top: 44px; }
  .greeting-portrait { position: relative; top: auto; height: 390px; }
  .center-site-shell .team-overview-strip article { grid-template-columns: 45px 1fr; padding: 17px 14px; }
  .center-site-shell .team-overview-strip article:first-child { padding-left: 0; }
  .center-site-shell .team-section-heading { grid-template-columns: 145px 1fr; }
  .center-site-shell .director-card { grid-template-columns: 260px 1fr; }
  .center-site-shell .director-identity { min-height: 430px; }
  .center-site-shell .director-details { grid-template-columns: 1fr; }
  .center-site-shell .staff-group { grid-template-columns: 105px 1fr; gap: 18px; }
  .center-site-shell .staff-grid { grid-template-columns: repeat(2, 1fr); }
  .center-site-shell .staff-grid.staff-count-1 { grid-template-columns: minmax(0, 320px); }
  .center-site-shell .staff-grid.staff-count-2 { grid-template-columns: repeat(2, 1fr); }
  .center-site-shell .staff-empty-slot { grid-template-columns: 45px 1fr; gap: 14px; min-height: 92px; padding: 18px 20px; border-width: 1px; border-radius: 15px; }
  .center-site-shell .staff-empty-slot > span { width: 45px; height: 45px; border-radius: 14px; }
  .center-site-shell .staff-empty-slot > span svg { width: 18px; }
  .center-site-shell .staff-empty-slot small { font-size: 9px; }
  .center-site-shell .staff-empty-slot strong { margin-top: 5px; font-size: 14px; }
  .center-site-shell .staff-empty-slot p { margin-top: 5px; font-size: 10px; }
  .center-site-shell .space-standard-strip article { padding: 17px 14px; }
  .center-site-shell .space-standard-strip article:first-child { padding-left: 0; }
  .center-site-shell .space-card { grid-template-columns: 1fr 1fr; }
  .space-visual { min-height: 280px; }
  .center-site-shell .facility-feature-heading { grid-template-columns: 145px 1fr; }
  .center-site-shell .facility-features > div { grid-template-columns: repeat(2, 1fr); }
  .center-site-shell .location-layout { grid-template-columns: 1fr 1fr; }
  .center-site-shell .program-category-grid { grid-template-columns: repeat(2, 1fr); }
  .center-site-shell .program-category-card.is-featured { grid-template-columns: 1fr 1fr; }
  .center-site-shell .program-category-card:last-child:not(.is-featured) { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; min-height: 330px; }
  .center-site-shell .service-fact-grid { grid-template-columns: repeat(2, 1fr); }
  .center-site-shell .service-section-heading { grid-template-columns: 145px 1fr; }
  .center-site-shell .service-detail-grid { gap: 18px; }
  .center-site-shell .application-steps { grid-template-columns: repeat(2, 1fr); }
  .center-site-shell .consult-method-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  .center-site-shell .center-page-hero { height: 292px; }
  .center-site-shell .center-page-hero-inner { display: block; width: 100%; padding: 92px 24px 0; }
  .center-site-shell .center-breadcrumb { font-size: 9px; }
  .center-site-shell .center-page-eyebrow { margin-top: 24px; font-size: 9px; }
  .center-site-shell .center-page-hero h1 { margin-top: 9px; font-size: 34px; }
  .center-site-shell .center-page-hero p { width: 80%; margin-top: 10px; font-size: 11px; }
  .center-site-shell .center-hero-shape-one { top: 105px; right: -32px; width: 145px; height: 105px; }
  .center-site-shell .center-hero-shape-two { right: -35px; bottom: -48px; width: 145px; height: 118px; }
  .center-site-shell .center-page-tabs { height: 56px; }
  .center-site-shell .center-page-tabs-inner { display: grid; width: max(100%, calc(var(--tab-count, 4) * 88px)); }
  .center-site-shell .center-page-tabs a { font-size: 11px; }
  .center-site-shell .center-page-tabs a:hover::after, .center-site-shell .center-page-tabs a.is-active::after { right: 24%; left: 24%; }
  .center-site-shell .detail-content-section, .center-site-shell .greeting-section { padding: 52px 24px 70px; }
  .center-site-shell .detail-content-inner, .center-site-shell .greeting-inner { display: block; width: 100%; }
  .center-site-shell .detail-intro { margin-bottom: 28px; }
  .center-site-shell .detail-intro h2 { font-size: 27px; }
  .center-site-shell .detail-intro p { font-size: 12px; }
  .center-site-shell .greeting-heading h2 { font-size: 27px; }
  .center-site-shell .greeting-heading > p { margin-top: 10px; font-size: 11px; line-height: 1.65; }
  .center-site-shell .greeting-principle-strip { grid-template-columns: 1fr; margin-top: 25px; }
  .center-site-shell .greeting-principle-strip article { grid-template-columns: 32px 1fr; min-height: 0; padding: 17px 0; border-right: 0; border-bottom: 1px solid #e3e8e3; }
  .center-site-shell .greeting-principle-strip article:first-child { padding-left: 0; }
  .center-site-shell .greeting-principle-strip article:last-child { border-bottom: 0; }
  .center-site-shell .greeting-principle-strip article > span { font-size: 15px; }
  .center-site-shell .greeting-principle-strip small { font-size: 9px; }
  .center-site-shell .greeting-principle-strip strong { margin-top: 4px; font-size: 15px; }
  .center-site-shell .greeting-principle-strip p { margin-top: 4px; font-size: 11px; }
  .center-site-shell .greeting-layout { grid-template-columns: 1fr; gap: 42px; margin-top: 34px; }
  .greeting-portrait { position: relative; top: auto; height: 390px; }
  .greeting-portrait figcaption { right: -7px; bottom: 17px; width: 158px; padding: 15px 17px; border-radius: 14px; }
  .greeting-portrait figcaption small { font-size: 9px; }
  .greeting-portrait figcaption strong { margin-top: 6px; font-size: 15px; }
  .greeting-portrait figcaption span { font-size: 9px; }
  .greeting-letter-meta { margin-bottom: 18px; }
  .greeting-letter-meta small { font-size: 9px; }
  .greeting-letter-meta span { font-size: 8px; }
  .greeting-pull-quote { margin-bottom: 25px; padding-bottom: 23px; font-size: 23px; }
  .center-site-shell .greeting-paragraphs p { margin-bottom: 16px; font-size: 13px; }
  .center-site-shell .greeting-paragraphs p:first-child { font-size: 14px; }
  .center-site-shell .greeting-story-note { grid-template-columns: 42px 1fr; gap: 12px; padding: 18px; font-size: 12px; }
  .center-site-shell .greeting-story-note > span { width: 40px; height: 40px; }
  .center-site-shell .greeting-story-note small { font-size: 9px; }
  .center-site-shell .team-overview-strip { grid-template-columns: 1fr; margin-bottom: 36px; }
  .center-site-shell .team-overview-strip article { grid-template-columns: 58px 1fr; min-height: 0; padding: 17px 0; border-right: 0; border-bottom: 1px solid #e3e8e3; }
  .center-site-shell .team-overview-strip article:first-child { padding-left: 0; }
  .center-site-shell .team-overview-strip article:last-child { border-bottom: 0; }
  .center-site-shell .team-overview-strip strong { font-size: 26px; }
  .center-site-shell .team-overview-strip span { font-size: 14px; }
  .center-site-shell .team-overview-strip small { font-size: 9px; }
  .center-site-shell .team-section-heading { display: block; margin-bottom: 17px; padding-bottom: 14px; }
  .center-site-shell .team-section-heading > small { font-size: 9px; }
  .center-site-shell .team-section-heading h3 { margin-top: 8px; font-size: 23px; }
  .center-site-shell .team-section-heading p { font-size: 11px; }
  .center-site-shell .director-card { grid-template-columns: 1fr; }
  .center-site-shell .director-identity { min-height: 390px; }
  .center-site-shell .director-details { grid-template-columns: 1fr; padding: 28px 22px; }
  .center-site-shell .director-details > blockquote { padding-bottom: 18px; font-size: 17px; }
  .center-site-shell .staff-group { grid-template-columns: 1fr; gap: 17px; padding: 25px 0; }
  .center-site-shell .staff-group-heading { display: grid; grid-template-columns: auto auto 1fr; align-items: baseline; column-gap: 6px; }
  .center-site-shell .staff-group-heading > span { font-size: 20px; }
  .center-site-shell .staff-group-heading > small { margin-left: 0; font-size: 9px; }
  .center-site-shell .staff-group-heading h3 { grid-column: 1 / 3; margin-top: 8px; font-size: 21px; }
  .center-site-shell .staff-group-heading p { grid-column: 3; grid-row: 2; justify-self: end; font-size: 10px; }
  .center-site-shell .staff-grid { grid-template-columns: 1fr; }
  .center-site-shell .staff-grid.staff-count-1,
  .center-site-shell .staff-grid.staff-count-2 { grid-template-columns: 1fr; }
  .center-site-shell .staff-card { min-height: 86px; padding: 16px; }
  .center-site-shell .staff-card div > small { font-size: 9px; }
  .center-site-shell .staff-empty-slot { grid-template-columns: 43px 1fr; gap: 13px; min-height: 90px; padding: 17px; border-width: 1px; border-radius: 14px; }
  .center-site-shell .staff-empty-slot > span { width: 43px; height: 43px; border-radius: 13px; }
  .center-site-shell .staff-empty-slot > span svg { width: 17px; }
  .center-site-shell .staff-empty-slot small { font-size: 8px; }
  .center-site-shell .staff-empty-slot strong { margin-top: 4px; font-size: 14px; line-height: 1.4; }
  .center-site-shell .staff-empty-slot p { margin-top: 4px; font-size: 10px; }
  .center-site-shell .space-standard-strip { grid-template-columns: 1fr; margin-bottom: 28px; }
  .center-site-shell .space-standard-strip article { grid-template-columns: 32px 1fr; min-height: 0; padding: 17px 0; border-right: 0; border-bottom: 1px solid #e3e8e3; }
  .center-site-shell .space-standard-strip article:first-child { padding-left: 0; }
  .center-site-shell .space-standard-strip article:last-child { border-bottom: 0; }
  .center-site-shell .space-standard-strip article > span { font-size: 15px; }
  .center-site-shell .space-standard-strip small { font-size: 9px; }
  .center-site-shell .space-standard-strip strong { margin-top: 4px; font-size: 15px; }
  .center-site-shell .space-standard-strip p { margin-top: 4px; font-size: 11px; }
  .center-site-shell .space-card { grid-template-columns: 1fr; }
  .space-visual, .space-visual-2 { min-height: 235px; order: 0; border-radius: 21px 21px 58px 0; }
  .space-visual-label { top: 16px; left: 16px; padding: 7px 9px; }
  .space-visual-label span { font-size: 10px; }
  .space-visual-label small { font-size: 8px; }
  .space-card-copy { padding: 27px 24px 30px; }
  .space-card-copy small { font-size: 9px; }
  .space-card-copy h3 { font-size: 26px; }
  .space-card-copy p { font-size: 12px; }
  .space-use-list { gap: 6px; margin-top: 17px; }
  .space-use-list span { padding: 6px 9px; font-size: 10px; }
  .center-site-shell .facility-feature-heading { display: block; margin-bottom: 18px; padding-bottom: 14px; }
  .center-site-shell .facility-feature-heading small { font-size: 9px; }
  .center-site-shell .facility-feature-heading h3 { margin-top: 8px; font-size: 23px; }
  .center-site-shell .facility-feature-heading p { font-size: 11px; }
  .center-site-shell .facility-features > div { grid-template-columns: 1fr; }
  .center-site-shell .facility-features article { min-height: 0; padding: 22px; }
  .center-site-shell .facility-features article > i { top: 18px; right: 18px; font-size: 10px; }
  .center-site-shell .location-layout { grid-template-columns: 1fr; }
  .location-route-card { min-height: 360px; }
  .route-map { min-height: 230px; }
  .route-card-copy { padding: 22px; }
  .route-card-copy small { font-size: 9px; }
  .route-card-copy strong { font-size: 15px; }
  .route-card-copy a { font-size: 11px; }
  .center-site-shell .program-principle-strip { grid-template-columns: 1fr; margin-bottom: 28px; }
  .center-site-shell .program-principle-strip article { grid-template-columns: 32px 1fr; min-height: 0; padding: 17px 0; border-right: 0; border-bottom: 1px solid #e4e9e4; }
  .center-site-shell .program-principle-strip article:first-child { padding-left: 0; }
  .center-site-shell .program-principle-strip article:last-child { border-bottom: 0; }
  .center-site-shell .program-principle-strip article > span { font-size: 15px; }
  .center-site-shell .program-principle-strip small { font-size: 9px; }
  .center-site-shell .program-principle-strip strong { margin-top: 4px; font-size: 15px; }
  .center-site-shell .program-principle-strip p { margin-top: 4px; font-size: 11px; }
  .center-site-shell .program-category-grid { grid-template-columns: 1fr; }
  .center-site-shell .program-category-card, .center-site-shell .program-category-card.is-featured { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 190px 1fr; min-height: 0; }
  .center-site-shell .program-category-card > .category-media,
  .center-site-shell .program-category-card.is-featured > .category-media { border-radius: 20px 20px 52px 0; }
  .center-site-shell .program-category-card > .category-copy,
  .center-site-shell .program-category-card.is-featured > .category-copy { display: block; padding: 24px 22px 27px; }
  .center-site-shell .category-copy > small { font-size: 9px; }
  .center-site-shell .category-copy h3,
  .center-site-shell .is-featured .category-copy h3 { font-size: 23px; }
  .center-site-shell .category-copy p { font-size: 12px; }
  .center-site-shell .category-copy > div span { font-size: 10px; }
  .center-site-shell .program-guide-content .detail-note { margin-top: 22px; padding-top: 14px; font-size: 10px; }
  .center-site-shell .service-intro-card { grid-template-columns: 1fr; gap: 17px; min-height: 0; padding: 27px 23px 30px; }
  .center-site-shell .service-intro-card::after { top: -70px; right: -80px; width: 190px; height: 190px; }
  .center-site-shell .service-intro-card > .service-intro-icon { width: 56px; height: 56px; }
  .center-site-shell .service-intro-meta { flex-wrap: wrap; gap: 8px; }
  .center-site-shell .service-intro-meta span { padding: 5px 8px; font-size: 9px; }
  .center-site-shell .service-intro-card h2 { font-size: 26px; }
  .center-site-shell .service-intro-card p { font-size: 12px; }
  .center-site-shell .service-overview-section { margin-top: 42px; }
  .center-site-shell .service-section-heading { display: block; padding-bottom: 15px; }
  .center-site-shell .service-section-heading small { font-size: 9px; }
  .center-site-shell .service-section-heading h3 { margin-top: 7px; font-size: 23px; }
  .center-site-shell .service-section-heading p { margin-top: 6px; font-size: 11px; }
  .center-site-shell .service-fact-grid { grid-template-columns: 1fr; gap: 9px; margin-top: 18px; }
  .center-site-shell .service-fact-grid article { min-height: 0; padding: 20px; border: 1px solid #e0e6e0; border-radius: 17px; }
  .center-site-shell .service-fact-grid article > .fact-icon { width: 45px; height: 45px; }
  .center-site-shell .service-fact-grid .fact-number { top: 18px; right: 19px; font-size: 9px; }
  .center-site-shell .service-fact-grid small { margin-top: 14px; font-size: 10px; }
  .center-site-shell .service-fact-grid strong { margin-top: 6px; font-size: 13px; }
  .center-site-shell .service-information-section { margin-top: 45px; }
  .center-site-shell .service-detail-grid { grid-template-columns: 1fr; gap: 30px; }
  .center-site-shell .service-detail-grid article { min-height: 0; padding: 25px 22px; border: 1px solid #e3e8e3; border-radius: 18px; }
  .center-site-shell .service-detail-grid article > small { font-size: 9px; }
  .center-site-shell .service-detail-grid h3 { margin-top: 7px; font-size: 21px; }
  .center-site-shell .service-detail-grid li { font-size: 12px; }
  .center-site-shell .application-section { margin-top: 46px; }
  .center-site-shell .application-steps { grid-template-columns: 1fr; }
  .center-site-shell .application-steps article { grid-template-columns: 42px 1fr; min-height: 0; padding: 19px; border: 1px solid #e2e7e2; border-radius: 16px; }
  .center-site-shell .application-steps article > span { width: 40px; height: 40px; font-size: 17px; }
  .center-site-shell .application-steps article small { font-size: 9px; }
  .center-site-shell .application-steps article p { margin-top: 5px; font-size: 11px; }
  .center-site-shell .service-support-note { display: block; margin-top: 34px; padding: 24px 22px; }
  .center-site-shell .service-support-note small { font-size: 9px; }
  .center-site-shell .service-support-note strong { margin-top: 6px; font-size: 17px; line-height: 1.5; }
  .center-site-shell .service-support-note p { font-size: 11px; line-height: 1.65; }
  .center-site-shell .service-support-note a { justify-content: center; margin-top: 18px; padding: 13px 16px; border-radius: 22px; font-size: 12px; }
  .notice-board-head { grid-template-columns: 56px 1fr 68px; padding: 13px 14px; font-size: 10px; }
  .center-site-shell .compact-empty { min-height: 260px; }
  .gallery-placeholder-shell { min-height: 430px; }
  .gallery-preview-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 1.15fr .85fr; height: 430px; }
  .gallery-preview-grid img:first-child { grid-column: 1 / 3; grid-row: auto; }
  .gallery-empty-overlay { padding: 24px; }
  .gallery-empty-overlay h3 { font-size: 23px; }
  .gallery-empty-overlay p { font-size: 12px; }
  .center-site-shell .consult-method-grid { grid-template-columns: 1fr; }
  .center-site-shell .consult-method-grid article { min-height: 0; }
  .center-site-shell .faq-panel { grid-template-columns: 1fr; }
  .mobile-call-cta { position: fixed; z-index: 45; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 8px; padding: 13px 19px; color: #fff; border-radius: 24px; background: #446d59; box-shadow: 0 12px 28px rgba(49,78,63,.24); font-size: 12px; font-weight: 700; }
  .mobile-call-cta svg { width: 16px; }
  .center-site-shell .usage-step-grid { grid-template-columns: 1fr; }
  .center-site-shell .usage-step-grid::before { top: 35px; right: auto; bottom: 35px; left: 50px; width: 1px; height: auto; }
  .center-site-shell .usage-step-grid article { min-height: 0; padding: 24px 22px 24px 82px; }
  .center-site-shell .usage-step-grid article > span { position: absolute; top: 24px; left: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  .center-site-shell .staff-card,
  .center-site-shell .category-media img { transition: none; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #fff;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

.site-shell {
  position: relative;
  width: 100%;
  min-width: calc(680 * var(--u));
  overflow: hidden;
  background: #fff;
}

.section-inner {
  position: relative;
  width: min(100%, calc(798 * var(--u)));
  height: 100%;
  margin-inline: auto;
}

.eyebrow {
  display: block;
  color: #7c847e;
  font-size: calc(13 * var(--u));
  font-weight: 500;
  line-height: 1;
}

.header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(82 * var(--u));
}

.brand {
  position: absolute;
  top: calc(23 * var(--u));
  left: calc(35 * var(--u));
  width: calc(145 * var(--u));
  height: calc(42 * var(--u));
  display: block;
}

.header-brand-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.brand-lockup {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.brand-symbol {
  flex: 0 0 auto;
  width: calc(35 * var(--u));
  height: calc(35 * var(--u));
}

.brand-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  margin-left: calc(3 * var(--u));
  line-height: 1.15;
  white-space: nowrap;
}

.brand-copy strong {
  font-size: calc(10.5 * var(--u));
  font-weight: 700;
  letter-spacing: calc(-0.45 * var(--u));
}

.brand-copy small {
  margin-top: calc(3 * var(--u));
  color: #8b918c;
  font-size: calc(5.4 * var(--u));
  font-weight: 500;
}

.nav {
  position: absolute;
  top: calc(34 * var(--u));
  left: calc(260 * var(--u));
  display: flex;
  align-items: center;
  gap: calc(30 * var(--u));
  height: calc(18 * var(--u));
  white-space: nowrap;
}

.nav > a,
.nav-menu-link {
  font-size: calc(8.5 * var(--u));
  font-weight: 600;
  letter-spacing: calc(-0.2 * var(--u));
}

.nav-menu-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-menu-link {
  display: flex;
  align-items: center;
  gap: calc(3 * var(--u));
}

.nav-menu-link svg {
  width: calc(8 * var(--u));
  height: calc(8 * var(--u));
  transition: transform 180ms ease;
}

.header-submenu {
  position: absolute;
  z-index: 30;
  top: calc(25 * var(--u));
  left: 50%;
  display: grid;
  width: calc(116 * var(--u));
  padding: calc(8 * var(--u));
  visibility: hidden;
  opacity: 0;
  border: calc(1 * var(--u)) solid rgba(105, 132, 116, 0.12);
  border-radius: calc(10 * var(--u));
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 calc(12 * var(--u)) calc(30 * var(--u)) rgba(52, 66, 58, 0.13);
  transform: translate(-50%, calc(-5 * var(--u)));
  transition: opacity 170ms ease, transform 170ms ease, visibility 170ms ease;
}

.header-submenu::before {
  position: absolute;
  top: calc(-12 * var(--u));
  left: 0;
  width: 100%;
  height: calc(14 * var(--u));
  content: "";
}

.header-submenu a {
  padding: calc(8 * var(--u)) calc(11 * var(--u));
  color: #4d5b52;
  border-radius: calc(7 * var(--u));
  font-size: calc(7.5 * var(--u));
  font-weight: 500;
  transition: color 150ms ease, background 150ms ease;
}

.header-submenu a:hover,
.header-submenu a:focus-visible {
  color: #50745f;
  background: #f0f5f0;
  outline: none;
}

.nav-menu-item:hover .header-submenu,
.nav-menu-item:focus-within .header-submenu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.nav-menu-item:hover .nav-menu-link svg,
.nav-menu-item:focus-within .nav-menu-link svg {
  transform: rotate(180deg);
}

.header-reserve {
  position: absolute;
  top: calc(25 * var(--u));
  right: calc(68 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(63 * var(--u));
  height: calc(31 * var(--u));
  color: #fff;
  border-radius: calc(18 * var(--u));
  background: #759887;
  font-size: calc(8.2 * var(--u));
  font-weight: 600;
}

.menu-button {
  position: absolute;
  top: calc(29 * var(--u));
  right: calc(34 * var(--u));
  width: calc(23 * var(--u));
  height: calc(23 * var(--u));
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button svg {
  width: calc(20 * var(--u));
  height: calc(20 * var(--u));
  stroke-width: 1.25;
}

.all-menu-panel {
  position: absolute;
  z-index: 29;
  top: calc(64 * var(--u));
  right: calc(32 * var(--u));
  display: grid;
  grid-template-columns: calc(122 * var(--u)) calc(112 * var(--u));
  gap: calc(13 * var(--u));
  width: calc(260 * var(--u));
  padding: calc(17 * var(--u));
  visibility: hidden;
  opacity: 0;
  border: calc(1 * var(--u)) solid rgba(100, 124, 111, 0.12);
  border-radius: calc(14 * var(--u));
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 calc(18 * var(--u)) calc(45 * var(--u)) rgba(45, 59, 51, 0.17);
  transform: translateY(calc(-6 * var(--u)));
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.all-menu-panel.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.all-menu-center,
.all-menu-links,
.all-menu-group {
  display: grid;
  align-content: start;
  gap: calc(3 * var(--u));
}

.all-menu-title {
  margin-bottom: calc(5 * var(--u));
  color: #3b5546;
  font-size: calc(9 * var(--u));
  font-weight: 700;
}

.all-menu-submenu {
  display: grid;
  gap: calc(2 * var(--u));
  padding: calc(6 * var(--u)) 0 0 calc(9 * var(--u));
  border-left: calc(1 * var(--u)) solid #dfe8e1;
}

.all-menu-submenu a,
.all-menu-links a {
  padding: calc(5 * var(--u)) calc(6 * var(--u));
  color: #667169;
  border-radius: calc(6 * var(--u));
  font-size: calc(7.4 * var(--u));
  font-weight: 500;
}

.all-menu-submenu a:hover,
.all-menu-links a:hover,
.all-menu-submenu a:focus-visible,
.all-menu-links a:focus-visible {
  color: #52725f;
  background: #f1f5f1;
  outline: none;
}

.header-subpage {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: calc(1 * var(--u)) solid rgba(95, 117, 104, 0.1);
}

.hero {
  position: relative;
  height: calc(493 * var(--u));
  overflow: hidden;
  background:
    radial-gradient(circle at 29% 71%, rgba(238, 222, 198, 0.42), transparent 19%),
    linear-gradient(90deg, #fbf9f8 0%, #fcfaf9 57%, #f4eee7 100%);
}

.hero-scenes,
.hero-scene {
  position: absolute;
  z-index: 1;
  top: calc(64 * var(--u));
  left: 0;
  width: 100%;
  height: calc(429 * var(--u));
}

.hero-scenes {
  overflow: hidden;
}

.hero-scene {
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  filter: saturate(0.93) contrast(0.97);
  transform: scale(1.008);
  transition: opacity 560ms ease, transform 2.6s ease;
  will-change: opacity, transform;
}

.hero-scene.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero::after {
  position: absolute;
  z-index: 1;
  inset: calc(64 * var(--u)) 0 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.14) 29%, transparent 53%);
}

.hero-copy {
  position: absolute;
  z-index: 3;
  top: calc(176 * var(--u));
  left: calc(65 * var(--u));
}

.hero-copy h1 {
  margin: 0;
  font-size: calc(35 * var(--u));
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: calc(-1.8 * var(--u));
}

.hero-copy h1 span,
.hero-copy p span,
.philosophy-copy h2 span,
.philosophy-copy p span,
.programs-copy h2 span,
.value-card h3 span,
.process-step p span,
.story-copy h2 span,
.story-copy p span,
.contact-copy h2 span,
.contact-copy p span,
.program-card p span {
  display: block;
}

.hero-copy h1 span:last-child {
  color: var(--green);
}

.hero-copy > p {
  margin: calc(23 * var(--u)) 0 0;
  color: #5d625f;
  font-size: calc(9.2 * var(--u));
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: calc(-0.25 * var(--u));
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: calc(18 * var(--u));
  margin-top: calc(29 * var(--u));
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(31 * var(--u));
  border-radius: calc(18 * var(--u));
  font-size: calc(8.3 * var(--u));
  font-weight: 600;
}

.button-dark {
  width: calc(104 * var(--u));
  color: #fff;
  background: #506753;
  box-shadow: 0 calc(4 * var(--u)) calc(14 * var(--u)) rgba(45, 71, 48, 0.12);
}

.button-dark svg {
  width: calc(11 * var(--u));
  margin-left: calc(6 * var(--u));
}

.tour-link {
  display: inline-flex;
  align-items: center;
  gap: calc(8 * var(--u));
  font-size: calc(8.8 * var(--u));
  font-weight: 600;
}

.play-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(30 * var(--u));
  height: calc(30 * var(--u));
  color: #506753;
  border: calc(1 * var(--u)) solid #afb8b0;
  border-radius: 50%;
}

.play-circle svg {
  width: calc(10 * var(--u));
  height: calc(10 * var(--u));
}

.hero-pagination {
  position: absolute;
  z-index: 4;
  left: calc(67 * var(--u));
  bottom: calc(35 * var(--u));
  display: flex;
  align-items: center;
  gap: calc(10 * var(--u));
  font-size: calc(8 * var(--u));
}

.hero-pagination strong {
  font-size: calc(9.5 * var(--u));
}

.hero-pagination i {
  width: calc(11 * var(--u));
  height: calc(1 * var(--u));
  background: #c1c4bf;
}

.hero-pagination-dots {
  display: flex;
  align-items: center;
  gap: calc(4 * var(--u));
}

.hero-pagination-dots button {
  width: calc(9 * var(--u));
  height: calc(2 * var(--u));
  padding: 0;
  border: 0;
  border-radius: calc(2 * var(--u));
  background: #c8ccc8;
  cursor: pointer;
  transition: width 220ms ease, background-color 220ms ease;
}

.hero-pagination-dots button.is-active {
  width: calc(15 * var(--u));
  background: #4c6454;
}

.hero-pagination > span {
  color: #aaaead;
}

.hero-pagination b {
  width: calc(5 * var(--u));
  height: calc(5 * var(--u));
  border: calc(1 * var(--u)) solid #b5c0b7;
  border-radius: 50%;
}

@media (prefers-reduced-motion: reduce) {
  .hero-scene,
  .hero-pagination-dots button {
    transition: none;
  }
}

.hero-notice {
  position: absolute;
  z-index: 5;
  right: calc(49 * var(--u));
  bottom: calc(29 * var(--u));
  display: grid;
  grid-template-columns: calc(39 * var(--u)) 1fr calc(18 * var(--u));
  align-items: center;
  width: calc(187 * var(--u));
  height: calc(64 * var(--u));
  padding: 0 calc(13 * var(--u));
  border: calc(1 * var(--u)) solid rgba(237, 234, 229, 0.9);
  border-radius: calc(10 * var(--u));
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 calc(6 * var(--u)) calc(18 * var(--u)) rgba(71, 69, 62, 0.12);
  backdrop-filter: blur(calc(5 * var(--u)));
}

.hero-notice > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(32 * var(--u));
  height: calc(32 * var(--u));
  color: #769783;
  border-radius: 50%;
  background: #edf3ee;
}

.hero-notice > span svg {
  width: calc(20 * var(--u));
  height: calc(20 * var(--u));
  stroke-width: 1.7;
}

.hero-notice div {
  display: flex;
  flex-direction: column;
  gap: calc(5 * var(--u));
}

.hero-notice strong,
.hero-notice small {
  display: block;
  font-size: calc(8 * var(--u));
  line-height: 1;
}

.hero-notice small {
  color: #727873;
  font-size: calc(7 * var(--u));
}

.hero-notice > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(16 * var(--u));
  height: calc(16 * var(--u));
  border: calc(1 * var(--u)) solid #d7dbd7;
  border-radius: 50%;
}

.hero-notice > i svg {
  width: calc(8 * var(--u));
}

.philosophy {
  position: relative;
  height: calc(292 * var(--u));
  overflow: hidden;
  background:
    radial-gradient(circle at 43% 64%, rgba(230, 238, 224, 0.5), transparent 27%),
    linear-gradient(115deg, #f3f3ec 0%, #f6f7ed 72%, #f1f3e8 100%);
  border-bottom-left-radius: calc(72 * var(--u));
}

.philosophy::before {
  position: absolute;
  top: calc(-15 * var(--u));
  left: calc(50% + 79 * var(--u));
  width: calc(34 * var(--u));
  height: calc(25 * var(--u));
  content: "";
  border-radius: calc(8 * var(--u)) calc(15 * var(--u)) calc(7 * var(--u)) calc(16 * var(--u));
  background: #f3bc55;
  transform: rotate(-30deg);
  opacity: 0.9;
}

.philosophy-copy {
  position: absolute;
  top: calc(46 * var(--u));
  left: calc(65 * var(--u));
}

.philosophy-copy h2,
.programs-copy h2,
.story-copy h2,
.contact-copy h2 {
  margin: calc(25 * var(--u)) 0 0;
  font-size: calc(23.5 * var(--u));
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: calc(-1.1 * var(--u));
}

.philosophy-copy h2 span:last-child,
.programs-copy h2 span:last-child,
.story-copy h2 span:first-child strong {
  color: var(--green);
}

.philosophy-copy h2 span:last-child,
.programs-copy h2 span:last-child {
  color: #6e9d83;
}

.philosophy-copy > p {
  margin: calc(14 * var(--u)) 0 0;
  color: #676d69;
  font-size: calc(8.3 * var(--u));
  line-height: 1.64;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: calc(7 * var(--u));
  margin-top: calc(26 * var(--u));
  font-size: calc(8.3 * var(--u));
  font-weight: 600;
}

.text-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(17 * var(--u));
  height: calc(17 * var(--u));
  border: calc(1 * var(--u)) solid #bcc7bd;
  border-radius: 50%;
}

.text-link svg {
  width: calc(8 * var(--u));
}

.philosophy-values {
  position: absolute;
  top: calc(90 * var(--u));
  left: calc(307 * var(--u));
  display: flex;
  gap: calc(9 * var(--u));
}

.value-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(101 * var(--u));
  height: calc(172 * var(--u));
  margin: 0;
  border: calc(1 * var(--u)) solid rgba(255, 255, 255, 0.78);
  border-radius: calc(53 * var(--u));
  background: rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 0 calc(30 * var(--u)) rgba(255, 255, 255, 0.74);
}

.icon-disc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(47 * var(--u));
  height: calc(47 * var(--u));
  margin-top: calc(32 * var(--u));
  border-radius: 50%;
}

.icon-disc svg {
  width: calc(23 * var(--u));
  height: calc(23 * var(--u));
  stroke-width: 1.7;
}

.icon-disc.green { color: #739b7b; background: #eef4eb; }
.icon-disc.orange { color: #f6a62d; background: #fff6e5; }
.icon-disc.blue { color: #61a4df; background: #eef7fd; }
.icon-disc.purple { color: #986bbd; background: #f7f0fb; }

.value-card h3 {
  margin: calc(14 * var(--u)) 0 0;
  font-size: calc(9.5 * var(--u));
  font-weight: 600;
  line-height: 1.65;
  text-align: center;
  letter-spacing: calc(-0.35 * var(--u));
}

.dotted-path {
  position: absolute;
  left: calc(191 * var(--u));
  bottom: calc(-1 * var(--u));
  width: calc(112 * var(--u));
  height: calc(133 * var(--u));
  border-right: calc(1 * var(--u)) dashed #cbd6a9;
  border-bottom: calc(1 * var(--u)) dashed #cbd6a9;
  border-radius: 0 0 calc(75 * var(--u)) 0;
  transform: rotate(16deg);
  opacity: 0.8;
}

.dotted-path span {
  position: absolute;
  left: calc(7 * var(--u));
  bottom: calc(29 * var(--u));
  width: calc(30 * var(--u));
  height: calc(38 * var(--u));
  border: calc(1 * var(--u)) dashed #b9c995;
  border-radius: 50%;
}

.leaf {
  position: absolute;
  background: #9daf7d;
  opacity: 0.76;
}

.leaf-philosophy {
  right: calc(37 * var(--u));
  bottom: calc(10 * var(--u));
  width: calc(34 * var(--u));
  height: calc(22 * var(--u));
  border-radius: calc(25 * var(--u)) calc(9 * var(--u)) calc(24 * var(--u)) calc(8 * var(--u));
  transform: rotate(-37deg);
  box-shadow: calc(11 * var(--u)) calc(7 * var(--u)) 0 #7f9b69;
}

.dot-teal {
  position: absolute;
  right: calc(65 * var(--u));
  top: calc(54 * var(--u));
  width: calc(18 * var(--u));
  height: calc(18 * var(--u));
  border-radius: 50%;
  background: #c5e1d9;
}

.programs {
  position: relative;
  height: calc(298 * var(--u));
  background: #fff;
}

.programs-copy {
  position: absolute;
  top: calc(55 * var(--u));
  left: calc(65 * var(--u));
}

.programs-copy h2 {
  margin-top: calc(25 * var(--u));
}

.outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: calc(103 * var(--u));
  height: calc(29 * var(--u));
  margin-top: calc(37 * var(--u));
  padding: 0 calc(15 * var(--u));
  border: calc(1 * var(--u)) solid #bdc3be;
  border-radius: calc(17 * var(--u));
  font-size: calc(7.6 * var(--u));
  font-weight: 600;
}

.outline-button svg {
  width: calc(9 * var(--u));
  margin-left: calc(6 * var(--u));
}

.program-list {
  position: absolute;
  top: calc(55 * var(--u));
  left: calc(264 * var(--u));
  display: flex;
  gap: calc(18 * var(--u));
}

.program-card {
  position: relative;
  width: calc(145 * var(--u));
  height: calc(204 * var(--u));
  overflow: hidden;
  border: calc(1 * var(--u)) solid #ece9e3;
  border-radius: calc(8 * var(--u));
  background: #fff;
  box-shadow: 0 calc(5 * var(--u)) calc(14 * var(--u)) rgba(48, 47, 44, 0.08);
}

.program-card > img {
  display: block;
  width: 100%;
  height: calc(133 * var(--u));
  object-fit: cover;
}

.program-card-copy {
  position: relative;
  height: calc(71 * var(--u));
  padding: calc(11 * var(--u)) calc(10 * var(--u));
  background: #fff;
}

.program-card h3 {
  margin: 0;
  font-size: calc(9.5 * var(--u));
  font-weight: 600;
}

.program-card p {
  margin: calc(7 * var(--u)) 0 0;
  color: #747975;
  font-size: calc(7.1 * var(--u));
  line-height: 1.55;
}

.program-card-copy > a {
  position: absolute;
  right: calc(8 * var(--u));
  bottom: calc(8 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(16 * var(--u));
  height: calc(16 * var(--u));
  border: calc(1 * var(--u)) solid #d0d5d1;
  border-radius: 50%;
}

.program-card-copy > a svg {
  width: calc(8 * var(--u));
}

.program-next {
  position: absolute;
  top: calc(91 * var(--u));
  right: calc(-31 * var(--u));
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(30 * var(--u));
  height: calc(30 * var(--u));
  padding: 0;
  border: calc(1 * var(--u)) solid #e3e5e1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 calc(3 * var(--u)) calc(10 * var(--u)) rgba(0, 0, 0, 0.06);
}

.program-next svg {
  width: calc(11 * var(--u));
}

.process {
  position: relative;
  height: calc(277 * var(--u));
  overflow: hidden;
  border-top-left-radius: calc(63 * var(--u));
  border-top-right-radius: calc(63 * var(--u));
  border-bottom-left-radius: calc(45 * var(--u));
  background:
    radial-gradient(circle at 28% 35%, rgba(243, 237, 218, 0.52), transparent 30%),
    linear-gradient(114deg, #fdfbf6 0%, #fcfaf5 46%, #faf9f4 100%);
}

.process-inner > .eyebrow {
  position: absolute;
  top: calc(29 * var(--u));
  left: calc(65 * var(--u));
}

.process-inner > h2 {
  position: absolute;
  top: calc(49 * var(--u));
  left: calc(65 * var(--u));
  margin: 0;
  font-size: calc(18.5 * var(--u));
  font-weight: 500;
  letter-spacing: calc(-0.9 * var(--u));
}

.process-line {
  position: absolute;
  z-index: 0;
  top: calc(132 * var(--u));
  left: calc(120 * var(--u));
  width: calc(555 * var(--u));
  border-top: calc(1 * var(--u)) dashed #d8ddd5;
}

.process-steps {
  position: absolute;
  z-index: 1;
  top: calc(95 * var(--u));
  left: calc(71 * var(--u));
  display: grid;
  grid-template-columns: repeat(5, calc(103 * var(--u)));
  column-gap: calc(32.5 * var(--u));
}

.process-step {
  text-align: center;
}

.step-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(77 * var(--u));
  height: calc(77 * var(--u));
  margin: 0 auto;
  border: calc(1 * var(--u)) solid currentColor;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.62);
}

.step-circle > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(48 * var(--u));
  height: calc(48 * var(--u));
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
}

.step-circle svg {
  width: calc(22 * var(--u));
  height: calc(22 * var(--u));
  fill: none;
  stroke-width: 2;
}

.process-step.green { color: #77966f; }
.process-step.orange { color: #eea633; }
.process-step.blue { color: #5e9bd0; }
.process-step.teal { color: #45b5b0; }
.process-step.purple { color: #9567b1; }
.process-step.green .step-circle > span { background: #edf3e9; }
.process-step.orange .step-circle > span { background: #fff5e3; }
.process-step.blue .step-circle > span { background: #eaf4fb; }
.process-step.teal .step-circle > span { background: #e9f8f5; }
.process-step.purple .step-circle > span { background: #f5eef8; }
.process-step.purple .step-circle svg { fill: currentColor; }

.process-step h3 {
  margin: calc(13 * var(--u)) 0 0;
  color: #333835;
  font-size: calc(9.5 * var(--u));
  font-weight: 600;
  white-space: nowrap;
}

.process-step p {
  margin: calc(7 * var(--u)) calc(-5 * var(--u)) 0;
  color: #676d69;
  font-size: calc(7.6 * var(--u));
  line-height: 1.65;
  white-space: nowrap;
}

.story {
  position: relative;
  height: calc(265 * var(--u));
  background: #fff;
}

.story-copy {
  position: absolute;
  top: calc(46 * var(--u));
  left: calc(65 * var(--u));
}

.story-copy h2 {
  margin-top: calc(22 * var(--u));
}

.story-copy h2 span:first-child {
  color: var(--ink);
}

.story-copy h2 em {
  color: #6e9d83;
  font-style: normal;
  font-weight: inherit;
}

.story-copy > p {
  margin: calc(14 * var(--u)) 0 0;
  color: #68706a;
  font-size: calc(8.4 * var(--u));
  line-height: 1.55;
}

.story-copy .outline-button {
  margin-top: calc(20 * var(--u));
}

.story-card {
  position: absolute;
  top: calc(42 * var(--u));
  left: calc(274 * var(--u));
  width: calc(489 * var(--u));
  height: calc(190 * var(--u));
  overflow: hidden;
  border: calc(1 * var(--u)) solid #ecebe6;
  border-radius: calc(14 * var(--u));
  background: linear-gradient(90deg, #fff 0%, #fff 64%, #f5f3ec 100%);
  box-shadow: 0 calc(5 * var(--u)) calc(18 * var(--u)) rgba(27, 36, 29, 0.07);
}

.quote-copy {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: calc(315 * var(--u));
  height: 100%;
  padding: calc(41 * var(--u)) calc(18 * var(--u)) calc(23 * var(--u)) calc(38 * var(--u));
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.99) 78%, rgba(255, 255, 255, 0.66) 100%);
}

.quote-mark {
  position: absolute;
  top: calc(22 * var(--u));
  left: calc(38 * var(--u));
  color: #e8e9df;
  font-family: Georgia, serif;
  font-size: calc(37 * var(--u));
  font-weight: 700;
  line-height: 1;
}

.quote-copy blockquote {
  margin: 0;
  color: #626965;
  font-size: calc(8 * var(--u));
  font-style: normal;
  line-height: 1.75;
  word-break: keep-all;
}

.quote-copy cite {
  display: block;
  margin-top: calc(12 * var(--u));
  color: #3f4541;
  font-size: calc(8.5 * var(--u));
  font-style: normal;
  font-weight: 600;
}

.story-pagination {
  position: absolute;
  bottom: calc(23 * var(--u));
  display: flex;
  gap: calc(16 * var(--u));
  color: #bec2be;
  font-size: calc(8 * var(--u));
}

.story-pagination strong {
  color: #4c554f;
}

.story-card > img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(198 * var(--u));
  height: calc(190 * var(--u));
  object-fit: cover;
}

.contact {
  position: relative;
  height: calc(233 * var(--u));
  overflow: hidden;
  color: #fff;
  background: transparent;
}

.contact-bg,
.contact-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-bg {
  z-index: 1;
  top: 0;
}

.contact-line {
  z-index: 2;
  top: 0;
  overflow: visible;
}

.contact-line path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.52);
  stroke-width: 1;
}

.contact-line circle {
  fill: #fff;
}

.contact-stilllife {
  position: absolute;
  z-index: 3;
  top: calc(-32 * var(--u));
  right: calc(-1 * var(--u));
  width: calc(190 * var(--u));
  height: calc(275 * var(--u));
  object-fit: cover;
  object-position: right bottom;
  mix-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.26) 8%, #000 27%, #000 100%), linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 15%, #000 32%, #000 100%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.26) 8%, #000 27%, #000 100%), linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 15%, #000 32%, #000 100%);
  mask-composite: intersect;
}

.contact-copy {
  position: absolute;
  z-index: 4;
  top: calc(25 * var(--u));
  left: calc(94 * var(--u));
}

.contact-copy .eyebrow {
  color: rgba(255, 255, 255, 0.55);
}

.contact-copy h2 {
  margin-top: calc(10 * var(--u));
  font-size: calc(23 * var(--u));
  font-weight: 400;
  letter-spacing: calc(-0.8 * var(--u));
}

.contact-copy > p {
  margin: calc(12 * var(--u)) 0 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: calc(7.8 * var(--u));
  line-height: 1.7;
}

.contact-actions {
  display: flex;
  gap: calc(8 * var(--u));
  margin-top: calc(22 * var(--u));
}

.button-light {
  width: calc(97 * var(--u));
  color: #526253;
  background: rgba(255, 255, 255, 0.93);
}

.button-ghost {
  width: calc(88 * var(--u));
  color: #fff;
  border: calc(1 * var(--u)) solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.04);
}

.button-ghost svg {
  width: calc(10 * var(--u));
  margin-left: calc(6 * var(--u));
}

.contact-details {
  position: absolute;
  z-index: 4;
  top: calc(82 * var(--u));
  left: calc(449 * var(--u));
  display: grid;
  grid-template-columns: calc(104 * var(--u)) calc(145 * var(--u));
  gap: calc(23 * var(--u));
  color: #2e382f;
}

.contact-details article {
  position: relative;
  padding-top: calc(46 * var(--u));
}

.contact-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(39 * var(--u));
  height: calc(39 * var(--u));
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.93);
}

.contact-icon svg {
  width: calc(17 * var(--u));
  color: #546c58;
  stroke-width: 1.7;
}

.contact-details h3 {
  margin: 0 0 calc(5 * var(--u));
  font-size: calc(8.5 * var(--u));
  font-weight: 600;
}

.contact-details strong,
.contact-details p {
  display: block;
  margin: 0;
  font-size: calc(8 * var(--u));
  line-height: 1.6;
}

.contact-details p {
  color: #596158;
  font-size: calc(7.1 * var(--u));
}

.footer {
  position: relative;
  height: calc(113 * var(--u));
  padding: calc(25 * var(--u)) calc(50 * var(--u)) 0;
  background: #fff;
}

.footer-top {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: calc(39 * var(--u));
  border-bottom: calc(1 * var(--u)) solid #eceeeb;
}

.footer-brand {
  width: calc(130 * var(--u));
  height: calc(37 * var(--u));
}

.footer-brand .brand-symbol { width: calc(30 * var(--u)); height: calc(30 * var(--u)); }
.footer-brand .brand-copy strong { font-size: calc(8.5 * var(--u)); }
.footer-brand .brand-copy small { font-size: calc(4.8 * var(--u)); }

.footer-top nav {
  display: flex;
  gap: calc(29 * var(--u));
  margin: calc(5 * var(--u)) 0 0 calc(13 * var(--u));
  white-space: nowrap;
}

.footer-top a {
  color: #666d68;
  font-size: calc(6.5 * var(--u));
}

.legal-links {
  display: flex;
  gap: calc(19 * var(--u));
  margin: calc(5 * var(--u)) 0 0 auto;
}

.legal-links span {
  color: #8b8f8c;
  font-size: calc(6.5 * var(--u));
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: calc(8 * var(--u)) 0 0 calc(145 * var(--u));
}

.footer-address p {
  margin: 0;
  color: #8b8f8c;
  font-size: calc(6.4 * var(--u));
  line-height: 1.75;
}

.footer-address p span {
  margin-left: calc(17 * var(--u));
}

.social-links {
  display: flex;
  gap: calc(8 * var(--u));
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(22 * var(--u));
  height: calc(22 * var(--u));
  color: #6e746f;
  border: calc(1 * var(--u)) solid #e1e3df;
  border-radius: 50%;
}

.social-links svg {
  width: calc(10 * var(--u));
  height: calc(10 * var(--u));
  stroke-width: 1.7;
}

.center-site-shell {
  min-height: 100vh;
}

.center-page-hero {
  position: relative;
  height: calc(330 * var(--u));
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 31%, rgba(183, 207, 190, 0.34), transparent 21%),
    linear-gradient(120deg, #f7f5ef 0%, #edf3ed 51%, #f5efe6 100%);
}

.center-page-hero-inner {
  padding-top: calc(118 * var(--u));
}

.center-breadcrumb {
  display: flex;
  align-items: center;
  gap: calc(5 * var(--u));
  color: #818b84;
  font-size: calc(6.5 * var(--u));
}

.center-breadcrumb svg {
  width: calc(7 * var(--u));
  height: calc(7 * var(--u));
}

.center-page-eyebrow {
  display: block;
  margin-top: calc(32 * var(--u));
  color: #789683;
  font-size: calc(7 * var(--u));
  font-weight: 700;
  letter-spacing: calc(1.4 * var(--u));
}

.center-page-hero h1 {
  margin: calc(11 * var(--u)) 0 0;
  font-size: calc(30 * var(--u));
  font-weight: 500;
  letter-spacing: calc(-1.2 * var(--u));
}

.center-page-hero p {
  margin: calc(13 * var(--u)) 0 0;
  color: #657169;
  font-size: calc(8.5 * var(--u));
  line-height: 1.7;
}

.center-hero-shape {
  position: absolute;
  display: block;
  border-radius: 48% 52% 45% 55% / 57% 41% 59% 43%;
  transform: rotate(24deg);
}

.center-hero-shape-one {
  top: calc(107 * var(--u));
  right: calc(70 * var(--u));
  width: calc(164 * var(--u));
  height: calc(118 * var(--u));
  background: rgba(111, 155, 130, 0.16);
}

.center-hero-shape-two {
  right: calc(23 * var(--u));
  bottom: calc(-35 * var(--u));
  width: calc(148 * var(--u));
  height: calc(126 * var(--u));
  background: rgba(222, 190, 127, 0.16);
  transform: rotate(-18deg);
}

.center-page-tabs {
  position: relative;
  z-index: 5;
  height: calc(58 * var(--u));
  border-bottom: calc(1 * var(--u)) solid #e4e8e3;
  background: #fff;
}

.center-page-tabs-inner {
  display: grid;
  grid-template-columns: repeat(var(--tab-count, 4), 1fr);
}

.center-page-tabs a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #747d77;
  border-left: calc(1 * var(--u)) solid #edf0ed;
  font-size: calc(8 * var(--u));
  font-weight: 600;
}

.center-page-tabs a:last-child {
  border-right: calc(1 * var(--u)) solid #edf0ed;
}

.center-page-tabs a::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: calc(2 * var(--u));
  content: "";
  background: #6f9780;
  transition: left 180ms ease, right 180ms ease;
}

.center-page-tabs a:hover,
.center-page-tabs a.is-active {
  color: #55715f;
}

.center-page-tabs a:hover::after,
.center-page-tabs a.is-active::after {
  right: calc(24 * var(--u));
  left: calc(24 * var(--u));
}

.greeting-section {
  padding: calc(76 * var(--u)) 0 calc(96 * var(--u));
  background: #fff;
}

.greeting-heading > span {
  color: #8aa190;
  font-size: calc(6.7 * var(--u));
  font-weight: 700;
  letter-spacing: calc(1.35 * var(--u));
}

.greeting-heading h2 {
  margin: calc(15 * var(--u)) 0 0;
  font-size: calc(24 * var(--u));
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: calc(-0.8 * var(--u));
}

.greeting-heading h2 span {
  display: block;
}

.greeting-heading h2 span:last-child {
  color: #6f9780;
}

.greeting-layout {
  display: grid;
  grid-template-columns: calc(302 * var(--u)) 1fr;
  gap: calc(69 * var(--u));
  margin-top: calc(50 * var(--u));
}

.greeting-art {
  position: relative;
  height: calc(270 * var(--u));
  overflow: hidden;
  border-radius: calc(24 * var(--u)) calc(24 * var(--u)) calc(92 * var(--u)) calc(24 * var(--u));
  background:
    linear-gradient(145deg, rgba(91, 139, 111, 0.92), rgba(57, 103, 82, 0.96)),
    #5f8972;
}

.greeting-art::after {
  position: absolute;
  right: calc(-34 * var(--u));
  bottom: calc(-70 * var(--u));
  width: calc(204 * var(--u));
  height: calc(204 * var(--u));
  content: "";
  border-radius: 50%;
  background: rgba(235, 238, 218, 0.92);
}

.greeting-art-orbit {
  position: absolute;
  border: calc(1 * var(--u)) solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.orbit-one {
  top: calc(-54 * var(--u));
  left: calc(-20 * var(--u));
  width: calc(250 * var(--u));
  height: calc(250 * var(--u));
}

.orbit-two {
  top: calc(38 * var(--u));
  left: calc(72 * var(--u));
  width: calc(190 * var(--u));
  height: calc(190 * var(--u));
}

.greeting-art-mark {
  position: absolute;
  z-index: 2;
  top: calc(75 * var(--u));
  left: calc(48 * var(--u));
  color: #fff;
}

.greeting-art-mark svg {
  width: calc(43 * var(--u));
  height: calc(43 * var(--u));
  stroke-width: 1.25;
}

.greeting-art-mark strong {
  display: block;
  margin-top: calc(16 * var(--u));
  font-size: calc(13 * var(--u));
  font-weight: 400;
  line-height: 1.55;
}

.greeting-art-leaf {
  position: absolute;
  z-index: 3;
  display: block;
  width: calc(35 * var(--u));
  height: calc(17 * var(--u));
  border-radius: 90% 10% 90% 10%;
  background: #a7bc8f;
}

.greeting-art-leaf.leaf-one {
  right: calc(29 * var(--u));
  bottom: calc(44 * var(--u));
  transform: rotate(-32deg);
}

.greeting-art-leaf.leaf-two {
  right: calc(56 * var(--u));
  bottom: calc(25 * var(--u));
  transform: rotate(31deg) scale(0.78);
}

.greeting-copy {
  padding-top: calc(4 * var(--u));
}

.greeting-copy p {
  margin: 0 0 calc(17 * var(--u));
  color: #626c65;
  font-size: calc(8.3 * var(--u));
  line-height: 1.95;
  word-break: keep-all;
}

.greeting-copy p:first-child {
  color: #36443b;
  font-size: calc(10 * var(--u));
  font-weight: 600;
}

.greeting-signature {
  display: block;
  margin-top: calc(32 * var(--u));
  color: #35443a;
  font-size: calc(8.5 * var(--u));
  font-weight: 600;
  text-align: right;
}

.center-placeholder-section {
  padding: calc(90 * var(--u)) 0 calc(110 * var(--u));
  background: #fff;
}

.center-placeholder-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(260 * var(--u));
  border-radius: calc(28 * var(--u));
  background: #f7f8f4;
  text-align: center;
}

.center-placeholder-inner > span {
  color: #88a08f;
  font-size: calc(7 * var(--u));
  font-weight: 700;
  letter-spacing: calc(1 * var(--u));
}

.center-placeholder-inner h2 {
  margin: calc(14 * var(--u)) 0 0;
  font-size: calc(25 * var(--u));
  font-weight: 500;
}

.center-placeholder-inner p {
  margin: calc(12 * var(--u)) 0 0;
  color: #6d7770;
  font-size: calc(8.5 * var(--u));
}

.center-placeholder-inner a {
  display: flex;
  align-items: center;
  gap: calc(5 * var(--u));
  margin-top: calc(25 * var(--u));
  padding: calc(10 * var(--u)) calc(18 * var(--u));
  color: #fff;
  border-radius: calc(20 * var(--u));
  background: #63826f;
  font-size: calc(8 * var(--u));
  font-weight: 600;
}

.center-placeholder-inner a svg {
  width: calc(9 * var(--u));
}

/* Information pages share the established green-and-cream visual system. */
.detail-content-section {
  padding: calc(76 * var(--u)) 0 calc(100 * var(--u));
  background: #fff;
}

.detail-content-inner {
  height: auto;
}

.detail-intro {
  max-width: calc(520 * var(--u));
  margin-bottom: calc(42 * var(--u));
}

.detail-intro > span,
.service-intro-card small,
.director-identity small,
.faq-panel small,
.inquiry-panel small {
  color: #7c9b88;
  font-size: calc(6.5 * var(--u));
  font-weight: 700;
  letter-spacing: calc(1.35 * var(--u));
}

.detail-intro h2 {
  margin: calc(12 * var(--u)) 0 0;
  font-size: calc(26 * var(--u));
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: calc(-1 * var(--u));
}

.detail-intro p {
  margin: calc(13 * var(--u)) 0 0;
  color: #69736d;
  font-size: calc(8.5 * var(--u));
  line-height: 1.8;
}

.greeting-story-note {
  margin-top: calc(20 * var(--u));
  padding: calc(15 * var(--u));
  color: #587064;
  border-left: calc(3 * var(--u)) solid #7b9f8a;
  border-radius: 0 calc(10 * var(--u)) calc(10 * var(--u)) 0;
  background: #f3f7f2;
  font-size: calc(7.5 * var(--u));
  line-height: 1.8;
}

.director-card {
  display: grid;
  grid-template-columns: calc(215 * var(--u)) 1fr;
  overflow: hidden;
  border: calc(1 * var(--u)) solid #e3e9e4;
  border-radius: calc(25 * var(--u));
  background: #f8faf6;
}

.director-identity {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(270 * var(--u));
  padding: calc(35 * var(--u));
  color: #fff;
  background: linear-gradient(145deg, #668e78, #3f6d5b);
}

.detail-icon-large {
  display: grid;
  width: calc(62 * var(--u));
  height: calc(62 * var(--u));
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.detail-icon-large svg { width: calc(30 * var(--u)); height: calc(30 * var(--u)); }
.director-identity small { color: rgba(255,255,255,.68); }
.director-identity h3 { margin: calc(7 * var(--u)) 0 0; font-size: calc(22 * var(--u)); font-weight: 500; }

.director-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(25 * var(--u));
  padding: calc(31 * var(--u)) calc(35 * var(--u));
}

.director-details h4 {
  margin: 0 0 calc(12 * var(--u));
  color: #3d5548;
  font-size: calc(9 * var(--u));
}

.director-details ul { display: grid; gap: calc(7 * var(--u)); margin: 0; padding: 0; list-style: none; }
.director-details li { display: flex; gap: calc(6 * var(--u)); color: #68736c; font-size: calc(7 * var(--u)); line-height: 1.55; }
.director-details li svg { flex: 0 0 auto; width: calc(8 * var(--u)); height: calc(8 * var(--u)); margin-top: calc(2 * var(--u)); color: #7da08b; }
.director-credentials { grid-column: 1 / -1; }
.director-credentials > div { display: flex; flex-wrap: wrap; gap: calc(6 * var(--u)); }
.director-credentials span { padding: calc(6 * var(--u)) calc(9 * var(--u)); color: #5d7366; border: calc(1 * var(--u)) solid #d8e3db; border-radius: calc(14 * var(--u)); background: #fff; font-size: calc(6.7 * var(--u)); }

.staff-groups { display: grid; gap: calc(34 * var(--u)); margin-top: calc(55 * var(--u)); }
.staff-group h3 { display: flex; align-items: center; gap: calc(8 * var(--u)); margin: 0 0 calc(15 * var(--u)); font-size: calc(15 * var(--u)); font-weight: 500; }
.staff-group h3 span { color: #829087; font-size: calc(7 * var(--u)); font-weight: 500; }
.staff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: calc(10 * var(--u)); }
.staff-card { display: flex; align-items: center; gap: calc(10 * var(--u)); min-height: calc(75 * var(--u)); padding: calc(13 * var(--u)); border: calc(1 * var(--u)) solid #e7ebe7; border-radius: calc(14 * var(--u)); background: #fff; }
.staff-avatar { display: grid; flex: 0 0 auto; width: calc(34 * var(--u)); height: calc(34 * var(--u)); place-items: center; color: #52715f; border-radius: 50%; background: #edf4ee; font-size: calc(10 * var(--u)); font-weight: 700; }
.staff-card strong { display: block; font-size: calc(8.5 * var(--u)); }
.staff-card p { margin: calc(4 * var(--u)) 0 0; color: #78817b; font-size: calc(6.3 * var(--u)); line-height: 1.5; }

.space-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: calc(18 * var(--u)); }
.space-card { position: relative; min-height: calc(220 * var(--u)); padding: calc(32 * var(--u)); overflow: hidden; border-radius: calc(25 * var(--u)); background: linear-gradient(140deg, #eef4ed, #f9f6ec); }
.space-card > span { position: absolute; top: calc(20 * var(--u)); right: calc(24 * var(--u)); color: rgba(70,100,82,.16); font-size: calc(35 * var(--u)); }
.space-card-icon { display: grid; width: calc(50 * var(--u)); height: calc(50 * var(--u)); place-items: center; color: #648471; border-radius: calc(18 * var(--u)); background: #fff; box-shadow: 0 calc(10 * var(--u)) calc(25 * var(--u)) rgba(71,91,79,.08); }
.space-card-icon svg { width: calc(23 * var(--u)); }
.space-card small { display: block; margin-top: calc(25 * var(--u)); color: #84a08e; font-size: calc(6 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.space-card h3 { margin: calc(7 * var(--u)) 0 0; font-size: calc(19 * var(--u)); font-weight: 500; }
.space-card p { margin: calc(9 * var(--u)) 0 0; color: #69736d; font-size: calc(7.5 * var(--u)); line-height: 1.7; }
.facility-features { margin-top: calc(55 * var(--u)); }
.facility-features > h3 { margin: 0 0 calc(18 * var(--u)); font-size: calc(16 * var(--u)); font-weight: 500; }
.facility-features > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: calc(10 * var(--u)); }
.facility-features article { min-height: calc(145 * var(--u)); padding: calc(22 * var(--u)); border: calc(1 * var(--u)) solid #e5ebe6; border-radius: calc(18 * var(--u)); }
.facility-features article > span { display: grid; width: calc(38 * var(--u)); height: calc(38 * var(--u)); place-items: center; color: #6e917d; border-radius: 50%; background: #eef5ef; }
.facility-features article > span > svg { width: calc(18 * var(--u)); }
.facility-features h4 { margin: calc(18 * var(--u)) 0 0; font-size: calc(9 * var(--u)); }
.facility-features p { margin: calc(7 * var(--u)) 0 0; color: #747d77; font-size: calc(6.5 * var(--u)); line-height: 1.65; }
.layered-floor-icon { display: grid; gap: calc(2 * var(--u)); width: calc(18 * var(--u)); }
.layered-floor-icon i { display: block; height: calc(3 * var(--u)); border-radius: calc(2 * var(--u)); background: currentColor; }

.location-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: calc(18 * var(--u)); }
.branch-list { display: grid; gap: calc(10 * var(--u)); }
.branch-card { display: grid; grid-template-columns: calc(48 * var(--u)) 1fr; gap: calc(14 * var(--u)); min-height: calc(115 * var(--u)); padding: calc(24 * var(--u)); border: calc(1 * var(--u)) solid #e1e8e2; border-radius: calc(18 * var(--u)); }
.branch-card > span { display: grid; width: calc(42 * var(--u)); height: calc(42 * var(--u)); place-items: center; color: #6f907d; border-radius: 50%; background: #edf4ee; }
.branch-card svg { width: calc(18 * var(--u)); }
.branch-card small { color: #7e9988; font-size: calc(6.5 * var(--u)); font-weight: 700; }
.branch-card h3 { margin: calc(6 * var(--u)) 0 0; font-size: calc(11 * var(--u)); }
.branch-card p { margin: calc(5 * var(--u)) 0 0; color: #77807a; font-size: calc(6.5 * var(--u)); }
.branch-card a { display: inline-block; margin-top: calc(9 * var(--u)); color: #50705d; font-size: calc(8 * var(--u)); font-weight: 700; }
.hours-card { display: flex; align-items: center; gap: calc(11 * var(--u)); padding: calc(18 * var(--u)) calc(24 * var(--u)); border-radius: calc(15 * var(--u)); background: #f6f3e9; }
.hours-card > svg { width: calc(20 * var(--u)); color: #9b885e; }
.hours-card strong, .hours-card span { display: block; }
.hours-card strong { font-size: calc(8.5 * var(--u)); }
.hours-card span { margin-top: calc(4 * var(--u)); color: #847d70; font-size: calc(6.5 * var(--u)); }
.location-summary-card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: calc(314 * var(--u)); padding: calc(32 * var(--u)); overflow: hidden; color: #fff; border-radius: calc(25 * var(--u)); background: linear-gradient(145deg, #769b87, #446f5d); }
.location-summary-card > svg { position: relative; z-index: 2; width: calc(27 * var(--u)); height: calc(27 * var(--u)); }
.location-summary-card > strong { position: relative; z-index: 2; margin-top: calc(18 * var(--u)); font-size: calc(17 * var(--u)); font-weight: 500; line-height: 1.55; }
.location-summary-card > a { position: relative; z-index: 2; display: flex; align-items: center; gap: calc(4 * var(--u)); margin-top: calc(22 * var(--u)); font-size: calc(7.5 * var(--u)); }
.location-summary-card > a svg { width: calc(8 * var(--u)); }
.location-summary-orbit { position: absolute; top: calc(-85 * var(--u)); right: calc(-75 * var(--u)); width: calc(245 * var(--u)); height: calc(245 * var(--u)); border: calc(1 * var(--u)) solid rgba(255,255,255,.2); border-radius: 50%; }
.location-summary-orbit::after { position: absolute; inset: calc(35 * var(--u)); content: ""; border: calc(1 * var(--u)) solid rgba(255,255,255,.12); border-radius: 50%; }
.transit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: calc(18 * var(--u)); margin-top: calc(20 * var(--u)); }
.transit-grid article { position: relative; padding: calc(25 * var(--u)) calc(28 * var(--u)); border-radius: calc(18 * var(--u)); background: #f7f8f4; }
.transit-grid article > span { position: absolute; top: calc(23 * var(--u)); right: calc(25 * var(--u)); color: #8ba293; }
.transit-grid article > span svg { width: calc(23 * var(--u)); }
.transit-grid small { color: #7d9988; font-size: calc(6.5 * var(--u)); font-weight: 700; }
.transit-grid h3 { margin: calc(8 * var(--u)) 0 0; font-size: calc(12 * var(--u)); }
.transit-grid ul { display: grid; gap: calc(4 * var(--u)); margin: calc(12 * var(--u)) 0 0; padding: 0; color: #707972; font-size: calc(6.8 * var(--u)); list-style: none; }

.program-category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: calc(16 * var(--u)); }
.program-category-card { position: relative; min-height: calc(225 * var(--u)); padding: calc(30 * var(--u)); overflow: hidden; border: calc(1 * var(--u)) solid #e4eae5; border-radius: calc(22 * var(--u)); background: #fff; }
.program-category-card:nth-child(2), .program-category-card:nth-child(3) { background: #f7f8f3; }
.category-number { color: #87a18f; font-size: calc(7 * var(--u)); font-weight: 700; }
.program-category-card h3 { margin: calc(14 * var(--u)) 0 0; font-size: calc(17 * var(--u)); font-weight: 500; }
.program-category-card p { max-width: 83%; margin: calc(10 * var(--u)) 0 0; color: #707a73; font-size: calc(7.3 * var(--u)); line-height: 1.75; }
.program-category-card > div { display: flex; flex-wrap: wrap; gap: calc(6 * var(--u)); margin-top: calc(22 * var(--u)); }
.program-category-card > div span { padding: calc(6 * var(--u)) calc(9 * var(--u)); color: #5e7467; border-radius: calc(12 * var(--u)); background: #eef4ef; font-size: calc(6.5 * var(--u)); }
.detail-note { margin: calc(17 * var(--u)) 0 0; color: #8a918c; font-size: calc(6.5 * var(--u)); text-align: right; }

.service-intro-card { display: grid; grid-template-columns: calc(70 * var(--u)) 1fr; gap: calc(25 * var(--u)); padding: calc(35 * var(--u)); border-radius: calc(25 * var(--u)); background: linear-gradient(130deg, #edf4ed, #f8f5ea); }
.service-intro-card > span { display: grid; width: calc(60 * var(--u)); height: calc(60 * var(--u)); place-items: center; color: #648671; border-radius: 50%; background: #fff; }
.service-intro-card > span svg { width: calc(28 * var(--u)); }
.service-intro-card h2 { margin: calc(8 * var(--u)) 0 0; font-size: calc(21 * var(--u)); font-weight: 500; }
.service-intro-card p { max-width: calc(590 * var(--u)); margin: calc(11 * var(--u)) 0 0; color: #67726b; font-size: calc(8 * var(--u)); line-height: 1.85; }
.service-fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: calc(10 * var(--u)); margin-top: calc(20 * var(--u)); }
.service-fact-grid article { min-height: calc(145 * var(--u)); padding: calc(22 * var(--u)); border: calc(1 * var(--u)) solid #e4e9e5; border-radius: calc(18 * var(--u)); }
.service-fact-grid article > span { display: grid; width: calc(36 * var(--u)); height: calc(36 * var(--u)); place-items: center; color: #6e917c; border-radius: 50%; background: #eef5ef; }
.service-fact-grid article > span svg { width: calc(17 * var(--u)); }
.service-fact-grid small { display: block; margin-top: calc(17 * var(--u)); color: #839087; font-size: calc(6.5 * var(--u)); }
.service-fact-grid strong { display: block; margin-top: calc(7 * var(--u)); font-size: calc(8 * var(--u)); line-height: 1.55; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: calc(15 * var(--u)); margin-top: calc(42 * var(--u)); }
.service-detail-grid article { padding: calc(28 * var(--u)); border-radius: calc(20 * var(--u)); background: #f7f8f4; }
.service-detail-grid h3 { margin: 0; font-size: calc(14 * var(--u)); font-weight: 500; }
.service-detail-grid ul { display: grid; gap: calc(10 * var(--u)); margin: calc(20 * var(--u)) 0 0; padding: 0; list-style: none; }
.service-detail-grid li { display: flex; gap: calc(7 * var(--u)); color: #68736c; font-size: calc(7.2 * var(--u)); line-height: 1.6; }
.service-detail-grid li svg { flex: 0 0 auto; width: calc(9 * var(--u)); color: #769982; }
.application-section { margin-top: calc(55 * var(--u)); }
.application-section .detail-intro { margin-bottom: calc(24 * var(--u)); }
.application-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: calc(10 * var(--u)); }
.application-steps article { position: relative; min-height: calc(115 * var(--u)); padding: calc(20 * var(--u)); border-top: calc(2 * var(--u)) solid #84a391; background: #fafbf8; }
.application-steps span { color: #779682; font-size: calc(12 * var(--u)); font-weight: 700; }
.application-steps p { margin: calc(15 * var(--u)) 0 0; color: #68736c; font-size: calc(7 * var(--u)); line-height: 1.65; }

.collection-filters { display: flex; flex-wrap: wrap; gap: calc(7 * var(--u)); }
.collection-filters span { padding: calc(8 * var(--u)) calc(15 * var(--u)); color: #68736c; border: calc(1 * var(--u)) solid #dfe5e0; border-radius: calc(18 * var(--u)); font-size: calc(7 * var(--u)); }
.collection-filters .is-active { color: #fff; border-color: #658772; background: #658772; }
.collection-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: calc(330 * var(--u)); margin-top: calc(25 * var(--u)); border-radius: calc(27 * var(--u)); background: #f7f8f4; text-align: center; }
.collection-empty > span { display: grid; width: calc(65 * var(--u)); height: calc(65 * var(--u)); place-items: center; color: #779581; border-radius: 50%; background: #fff; box-shadow: 0 calc(9 * var(--u)) calc(24 * var(--u)) rgba(62,83,70,.08); }
.collection-empty > span svg { width: calc(28 * var(--u)); }
.collection-empty h3 { margin: calc(20 * var(--u)) 0 0; font-size: calc(16 * var(--u)); font-weight: 500; }
.collection-empty p { max-width: calc(360 * var(--u)); margin: calc(9 * var(--u)) 0 0; color: #78817c; font-size: calc(7.5 * var(--u)); line-height: 1.7; }

.consult-method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: calc(13 * var(--u)); }
.consult-method-grid article { min-height: calc(215 * var(--u)); padding: calc(28 * var(--u)); border: calc(1 * var(--u)) solid #e3e9e4; border-radius: calc(21 * var(--u)); }
.consult-method-grid article > span { display: grid; width: calc(52 * var(--u)); height: calc(52 * var(--u)); place-items: center; color: #678975; border-radius: calc(17 * var(--u)); background: #eef5ef; }
.consult-method-grid article > span svg { width: calc(22 * var(--u)); }
.consult-method-grid h3 { margin: calc(25 * var(--u)) 0 0; font-size: calc(14 * var(--u)); font-weight: 500; }
.consult-method-grid p { margin: calc(10 * var(--u)) 0 0; color: #707972; font-size: calc(7 * var(--u)); line-height: 1.7; }
.consult-method-grid strong { display: block; margin-top: calc(20 * var(--u)); color: #587361; font-size: calc(7.5 * var(--u)); line-height: 1.55; }
.faq-panel { display: grid; grid-template-columns: calc(230 * var(--u)) 1fr; gap: calc(50 * var(--u)); margin-top: calc(45 * var(--u)); padding: calc(38 * var(--u)); color: #fff; border-radius: calc(25 * var(--u)); background: #314b3f; }
.faq-panel h3 { margin: calc(8 * var(--u)) 0 0; font-size: calc(21 * var(--u)); font-weight: 500; }
.faq-panel > div:first-child p { margin: calc(11 * var(--u)) 0 0; color: rgba(255,255,255,.62); font-size: calc(7 * var(--u)); line-height: 1.7; }
.faq-panel > div:last-child { display: grid; gap: calc(20 * var(--u)); }
.faq-panel article { padding-left: calc(15 * var(--u)); border-left: calc(2 * var(--u)) solid #8fb19d; }
.faq-panel h4 { margin: 0; font-size: calc(9 * var(--u)); }
.faq-panel article p { margin: calc(7 * var(--u)) 0 0; color: rgba(255,255,255,.7); font-size: calc(6.8 * var(--u)); line-height: 1.7; }

.usage-step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: calc(12 * var(--u)); }
.usage-step-grid article { position: relative; min-height: calc(210 * var(--u)); padding: calc(27 * var(--u)); border: calc(1 * var(--u)) solid #e1e8e2; border-radius: calc(20 * var(--u)); }
.usage-step-grid article > span { display: grid; width: calc(52 * var(--u)); height: calc(52 * var(--u)); place-items: center; color: #678975; border-radius: 50%; background: #edf4ee; }
.usage-step-grid article > span strong { font-size: calc(15 * var(--u)); }
.usage-step-grid small { display: block; margin-top: calc(25 * var(--u)); color: #84a08f; font-size: calc(6 * var(--u)); font-weight: 700; letter-spacing: calc(.8 * var(--u)); }
.usage-step-grid h3 { margin: calc(8 * var(--u)) 0 0; font-size: calc(11 * var(--u)); }
.usage-step-grid p { margin: calc(9 * var(--u)) 0 0; color: #747d77; font-size: calc(6.8 * var(--u)); line-height: 1.7; }
.inquiry-panel { display: grid; grid-template-columns: calc(230 * var(--u)) 1fr; gap: calc(50 * var(--u)); margin-top: calc(45 * var(--u)); padding: calc(36 * var(--u)); border-radius: calc(24 * var(--u)); background: #f4f6f1; }
.inquiry-panel h3 { margin: calc(8 * var(--u)) 0 0; font-size: calc(21 * var(--u)); font-weight: 500; }
.inquiry-panel > div:first-child p { margin: calc(12 * var(--u)) 0 0; color: #748078; font-size: calc(7 * var(--u)); }
.inquiry-panel > div:last-child { display: grid; grid-template-columns: repeat(2, 1fr); gap: calc(14 * var(--u)); }
.inquiry-panel article { padding: calc(20 * var(--u)); border: calc(1 * var(--u)) solid #e0e6e0; border-radius: calc(15 * var(--u)); background: #fff; }
.inquiry-panel article span { color: #829889; font-size: calc(6.5 * var(--u)); font-weight: 700; }
.inquiry-panel article a { display: block; margin-top: calc(8 * var(--u)); color: #426551; font-size: calc(12 * var(--u)); font-weight: 700; }
.inquiry-panel article p { margin: calc(7 * var(--u)) 0 0; color: #737d76; font-size: calc(6.5 * var(--u)); line-height: 1.55; }

@media (min-width: 1025px) {
  .hero {
    height: min(calc(493 * var(--u)), 100svh);
    min-height: 720px;
  }

  .hero-scenes {
    height: calc(100% - 64 * var(--u));
  }

  .hero-scene {
    object-position: center 16%;
  }
}

@media (min-width: 681px) and (max-width: 1024px) {
  :root { --u: 1px; }

  .site-shell {
    width: 100%;
    min-width: 0;
    box-shadow: none;
  }

  .section-inner { display: contents; }

  .header {
    height: 80px;
  }

  .brand {
    top: 18px;
    left: 30px;
    width: 164px;
    height: 44px;
  }

  .brand-symbol { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 12px; }
  .brand-copy small { font-size: 6px; }
  .nav { display: none; }

  .header-reserve {
    top: 22px;
    right: 74px;
    width: 98px;
    height: 37px;
    border-radius: 20px;
    font-size: 11px;
  }

  .menu-button {
    top: 27px;
    right: 30px;
    width: 26px;
    height: 26px;
  }

  .menu-button svg { width: 24px; height: 24px; }

  .all-menu-panel {
    top: 70px;
    right: 26px;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
    width: 400px;
    padding: 24px;
    border: 1px solid rgba(100, 124, 111, 0.12);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(45, 59, 51, 0.17);
    transform: translateY(-6px);
  }

  .all-menu-panel.is-open { transform: translateY(0); }
  .all-menu-title { margin-bottom: 7px; font-size: 13px; }
  .all-menu-submenu { gap: 3px; padding: 8px 0 0 12px; border-left-width: 1px; }
  .all-menu-submenu a, .all-menu-links a { padding: 7px 8px; border-radius: 7px; font-size: 11px; }

  .center-page-hero { height: 360px; }
  .center-page-hero-inner { display: block; width: 100%; height: 100%; padding: 118px 52px 0; }
  .center-breadcrumb { gap: 7px; font-size: 10px; }
  .center-breadcrumb svg { width: 10px; height: 10px; }
  .center-page-eyebrow { margin-top: 34px; font-size: 10px; letter-spacing: 1.8px; }
  .center-page-hero h1 { margin-top: 14px; font-size: 42px; }
  .center-page-hero p { margin-top: 14px; font-size: 13px; }
  .center-hero-shape-one { top: 100px; right: 60px; width: 210px; height: 155px; }
  .center-hero-shape-two { right: 15px; bottom: -55px; width: 200px; height: 160px; }
  .center-page-tabs { height: 64px; }
  .center-page-tabs-inner { display: grid; grid-template-columns: repeat(var(--tab-count, 4), 1fr); width: 100%; height: 100%; }
  .center-page-tabs a { border-left-width: 1px; font-size: 12px; }
  .center-page-tabs a:last-child { border-right-width: 1px; }
  .center-page-tabs a:hover::after, .center-page-tabs a.is-active::after { right: 22px; left: 22px; }

  .greeting-section { padding: 72px 48px 88px; }
  .greeting-inner { display: block; width: 100%; height: auto; }
  .greeting-heading > span { font-size: 10px; letter-spacing: 1.7px; }
  .greeting-heading h2 { margin-top: 18px; font-size: 34px; }
  .greeting-layout { grid-template-columns: minmax(260px, 0.8fr) 1fr; gap: 44px; margin-top: 48px; }
  .greeting-art { height: 330px; border-radius: 24px 24px 92px 24px; }
  .greeting-art-mark { top: 86px; left: 44px; }
  .greeting-art-mark svg { width: 52px; height: 52px; }
  .greeting-art-mark strong { margin-top: 20px; font-size: 17px; }
  .greeting-copy p { margin-bottom: 18px; font-size: 12px; }
  .greeting-copy p:first-child { font-size: 14px; }
  .greeting-signature { margin-top: 28px; font-size: 12px; }
  .center-placeholder-section { padding: 70px 48px 88px; }
  .center-placeholder-inner { display: flex; width: 100%; height: auto; min-height: 300px; border-radius: 28px; }
  .center-placeholder-inner > span { font-size: 10px; }
  .center-placeholder-inner h2 { margin-top: 16px; font-size: 34px; }
  .center-placeholder-inner p { margin-top: 14px; font-size: 12px; }
  .center-placeholder-inner a { gap: 7px; margin-top: 26px; padding: 13px 22px; border-radius: 22px; font-size: 11px; }

  .detail-content-section { padding: 72px 48px 88px; }
  .detail-content-inner { display: block; width: 100%; height: auto; }
  .detail-intro { max-width: 650px; margin-bottom: 38px; }
  .detail-intro > span, .service-intro-card small, .director-identity small, .faq-panel small, .inquiry-panel small { font-size: 10px; letter-spacing: 1.6px; }
  .detail-intro h2 { margin-top: 14px; font-size: 34px; }
  .detail-intro p { margin-top: 14px; font-size: 13px; }
  .greeting-story-note { margin-top: 22px; padding: 18px; border-left-width: 3px; border-radius: 0 12px 12px 0; font-size: 12px; }
  .director-card { grid-template-columns: 220px 1fr; border-width: 1px; border-radius: 24px; }
  .director-identity { min-height: 390px; padding: 30px; }
  .detail-icon-large { width: 62px; height: 62px; }
  .detail-icon-large svg { width: 30px; height: 30px; }
  .director-identity h3 { margin-top: 8px; font-size: 25px; }
  .director-details { grid-template-columns: 1fr; gap: 22px; padding: 28px; }
  .director-details h4 { margin-bottom: 12px; font-size: 14px; }
  .director-details ul { gap: 8px; }
  .director-details li { gap: 7px; font-size: 11px; }
  .director-details li svg { width: 12px; height: 12px; margin-top: 2px; }
  .director-credentials { grid-column: auto; }
  .director-credentials > div { gap: 6px; }
  .director-credentials span { padding: 6px 9px; border-width: 1px; border-radius: 14px; font-size: 10px; }
  .staff-groups { gap: 35px; margin-top: 52px; }
  .staff-group h3 { gap: 8px; margin-bottom: 15px; font-size: 22px; }
  .staff-group h3 span { font-size: 11px; }
  .staff-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .staff-card { gap: 10px; min-height: 82px; padding: 13px; border-width: 1px; border-radius: 14px; }
  .staff-avatar { width: 38px; height: 38px; font-size: 12px; }
  .staff-card strong { font-size: 13px; }
  .staff-card p { margin-top: 4px; font-size: 10px; }
  .space-card-grid { gap: 16px; }
  .space-card { min-height: 250px; padding: 30px; border-radius: 24px; }
  .space-card > span { top: 20px; right: 22px; font-size: 38px; }
  .space-card-icon { width: 52px; height: 52px; border-radius: 17px; }
  .space-card-icon svg { width: 24px; }
  .space-card small { margin-top: 27px; font-size: 10px; }
  .space-card h3 { margin-top: 8px; font-size: 27px; }
  .space-card p { margin-top: 10px; font-size: 12px; }
  .facility-features { margin-top: 52px; }
  .facility-features > h3 { margin-bottom: 18px; font-size: 23px; }
  .facility-features > div { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .facility-features article { min-height: 165px; padding: 24px; border-width: 1px; border-radius: 18px; }
  .facility-features article > span { width: 42px; height: 42px; }
  .facility-features article > span > svg { width: 20px; }
  .facility-features h4 { margin-top: 17px; font-size: 14px; }
  .facility-features p { margin-top: 7px; font-size: 11px; }
  .location-layout { gap: 16px; }
  .branch-list { gap: 10px; }
  .branch-card { grid-template-columns: 48px 1fr; gap: 14px; min-height: 125px; padding: 22px; border-width: 1px; border-radius: 18px; }
  .branch-card > span { width: 42px; height: 42px; }
  .branch-card small { font-size: 10px; }
  .branch-card h3 { margin-top: 6px; font-size: 15px; }
  .branch-card p { margin-top: 5px; font-size: 10px; }
  .branch-card a { margin-top: 9px; font-size: 13px; }
  .hours-card { gap: 11px; padding: 18px 22px; border-radius: 15px; }
  .hours-card strong { font-size: 13px; }
  .hours-card span { margin-top: 4px; font-size: 10px; }
  .location-summary-card { min-height: 334px; padding: 28px; border-radius: 24px; }
  .location-summary-card > strong { margin-top: 18px; font-size: 24px; }
  .location-summary-card > a { margin-top: 22px; font-size: 12px; }
  .transit-grid { gap: 16px; margin-top: 18px; }
  .transit-grid article { padding: 25px; border-radius: 18px; }
  .transit-grid small { font-size: 10px; }
  .transit-grid h3 { margin-top: 8px; font-size: 17px; }
  .transit-grid ul { gap: 5px; margin-top: 12px; font-size: 11px; }
  .program-category-grid { gap: 15px; }
  .program-category-card { min-height: 270px; padding: 28px; border-width: 1px; border-radius: 22px; }
  .category-number { font-size: 11px; }
  .program-category-card h3 { margin-top: 14px; font-size: 24px; }
  .program-category-card p { margin-top: 10px; font-size: 12px; }
  .program-category-card > div { gap: 6px; margin-top: 22px; }
  .program-category-card > div span { padding: 6px 9px; border-radius: 12px; font-size: 10px; }
  .detail-note { margin-top: 17px; font-size: 10px; }
  .service-intro-card { grid-template-columns: 70px 1fr; gap: 23px; padding: 32px; border-radius: 24px; }
  .service-intro-card > span { width: 60px; height: 60px; }
  .service-intro-card h2 { margin-top: 8px; font-size: 28px; }
  .service-intro-card p { margin-top: 11px; font-size: 12px; }
  .service-fact-grid { grid-template-columns: repeat(2, 1fr); gap: 11px; margin-top: 20px; }
  .service-fact-grid article { min-height: 155px; padding: 22px; border-width: 1px; border-radius: 18px; }
  .service-fact-grid small { margin-top: 17px; font-size: 10px; }
  .service-fact-grid strong { margin-top: 7px; font-size: 12px; }
  .service-detail-grid { gap: 14px; margin-top: 40px; }
  .service-detail-grid article { padding: 27px; border-radius: 20px; }
  .service-detail-grid h3 { font-size: 20px; }
  .service-detail-grid ul { gap: 10px; margin-top: 20px; }
  .service-detail-grid li { gap: 7px; font-size: 11px; }
  .application-section { margin-top: 50px; }
  .application-steps { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .application-steps article { min-height: 125px; padding: 20px; border-top-width: 2px; }
  .application-steps span { font-size: 18px; }
  .application-steps p { margin-top: 15px; font-size: 11px; }
  .collection-filters { gap: 7px; }
  .collection-filters span { padding: 8px 15px; border-width: 1px; border-radius: 18px; font-size: 11px; }
  .collection-empty { min-height: 350px; margin-top: 24px; border-radius: 26px; }
  .collection-empty > span { width: 68px; height: 68px; }
  .collection-empty h3 { margin-top: 20px; font-size: 23px; }
  .collection-empty p { margin-top: 9px; font-size: 12px; }
  .consult-method-grid { gap: 12px; }
  .consult-method-grid article { min-height: 245px; padding: 25px; border-width: 1px; border-radius: 20px; }
  .consult-method-grid h3 { margin-top: 24px; font-size: 20px; }
  .consult-method-grid p { margin-top: 10px; font-size: 11px; }
  .consult-method-grid strong { margin-top: 18px; font-size: 11px; }
  .faq-panel { grid-template-columns: 200px 1fr; gap: 40px; margin-top: 42px; padding: 34px; border-radius: 24px; }
  .faq-panel h3 { margin-top: 8px; font-size: 27px; }
  .faq-panel > div:first-child p, .faq-panel article p { font-size: 11px; }
  .faq-panel h4 { font-size: 14px; }
  .usage-step-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .usage-step-grid article { min-height: 220px; padding: 26px; border-width: 1px; border-radius: 20px; }
  .usage-step-grid small { margin-top: 24px; font-size: 10px; }
  .usage-step-grid h3 { margin-top: 8px; font-size: 17px; }
  .usage-step-grid p { margin-top: 9px; font-size: 11px; }
  .inquiry-panel { grid-template-columns: 200px 1fr; gap: 35px; margin-top: 42px; padding: 32px; border-radius: 23px; }
  .inquiry-panel h3 { margin-top: 8px; font-size: 28px; }
  .inquiry-panel > div:first-child p { margin-top: 12px; font-size: 11px; }
  .inquiry-panel > div:last-child { grid-template-columns: 1fr; gap: 10px; }
  .inquiry-panel article { padding: 18px; border-width: 1px; border-radius: 15px; }
  .inquiry-panel article span, .inquiry-panel article p { font-size: 10px; }
  .inquiry-panel article a { margin-top: 7px; font-size: 18px; }

  .hero {
    height: 760px;
  }

  .hero-scenes {
    top: 80px;
    left: 0;
    width: 100%;
    height: 680px;
  }

  .hero-scene {
    object-position: 58% center;
  }

  .hero::after {
    inset: 80px 0 0;
    background: linear-gradient(90deg, rgba(255,255,255,.62) 0%, rgba(255,255,255,.2) 43%, transparent 66%);
  }

  .hero-copy {
    top: 180px;
    left: 52px;
  }

  .hero-copy h1 {
    font-size: clamp(44px, 5.2vw, 54px);
    letter-spacing: -2px;
  }

  .hero-copy > p {
    margin-top: 30px;
    font-size: 12px;
  }

  .hero-actions { margin-top: 34px; gap: 20px; }
  .button { height: 42px; border-radius: 23px; font-size: 11px; }
  .button-dark { width: 135px; }
  .tour-link { gap: 10px; font-size: 11px; }
  .play-circle { width: 42px; height: 42px; }

  .hero-pagination {
    left: 52px;
    bottom: 48px;
    font-size: 10px;
    gap: 12px;
  }

  .hero-pagination strong { font-size: 12px; }

  .hero-notice {
    right: 48px;
    bottom: 44px;
    width: 222px;
    height: 72px;
    grid-template-columns: 46px 1fr 20px;
    padding-inline: 15px;
    border-radius: 12px;
  }

  .hero-notice > span { width: 38px; height: 38px; }
  .hero-notice strong { font-size: 10px; }
  .hero-notice small { font-size: 9px; }

  .philosophy {
    display: grid;
    grid-template-columns: minmax(215px, .72fr) minmax(0, 1.28fr);
    align-items: center;
    gap: 22px;
    height: auto;
    min-height: 610px;
    padding: 72px 48px;
    border-bottom-left-radius: 72px;
  }

  .philosophy-copy,
  .philosophy-values {
    position: relative;
    inset: auto;
  }

  .eyebrow { font-size: 14px; }
  .philosophy-copy h2 { margin-top: 28px; font-size: clamp(28px, 3.7vw, 36px); }
  .philosophy-copy > p { margin-top: 20px; font-size: 11px; }
  .text-link { margin-top: 30px; font-size: 11px; }
  .text-link span { width: 24px; height: 24px; }

  .philosophy-values {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .value-card {
    width: 100%;
    height: 210px;
    border-radius: 70px;
  }

  .icon-disc { width: 58px; height: 58px; margin-top: 37px; }
  .icon-disc svg { width: 28px; height: 28px; }
  .value-card h3 { margin-top: 17px; font-size: 12px; }
  .dotted-path { left: 25%; width: 120px; height: 150px; }

  .programs {
    height: auto;
    padding: 72px 48px 82px;
  }

  .programs-copy,
  .program-list {
    position: relative;
    inset: auto;
  }

  .programs-copy {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .programs-copy .eyebrow { grid-column: 1; grid-row: 1; }
  .programs-copy h2 { margin-top: 26px; font-size: 34px; }
  .programs-copy h2 { grid-column: 1; grid-row: 2; }
  .programs-copy .outline-button { grid-column: 2; grid-row: 2; margin: 0 0 4px; }
  .outline-button { min-width: 132px; height: 39px; border-radius: 22px; font-size: 10px; }

  .program-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    margin-top: 38px;
  }

  .program-card {
    width: 100%;
    height: 288px;
    border-radius: 12px;
  }

  .program-card > img { height: 194px; }
  .program-card-copy { height: 94px; padding: 14px; }
  .program-card h3 { font-size: 13px; }
  .program-card p { font-size: 10px; }
  .program-card-copy > a { right: 12px; bottom: 12px; width: 22px; height: 22px; }
  .program-next { display: none; }

  .process {
    height: auto;
    padding: 54px 38px 62px;
    border-radius: 72px 72px 0 0;
  }

  .process-inner > .eyebrow,
  .process-inner > h2,
  .process-steps {
    position: relative;
    inset: auto;
  }

  .process-inner > h2 { margin-top: 24px; font-size: 29px; }
  .process-line { top: 197px; left: 10%; width: 80%; }
  .process-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 0;
    margin-top: 42px;
  }

  .step-circle { width: 82px; height: 82px; }
  .step-circle > span { width: 52px; height: 52px; }
  .process-step h3 { margin-top: 14px; font-size: 11px; }
  .process-step p { margin-top: 7px; font-size: 9px; }

  .story {
    display: grid;
    grid-template-columns: 215px minmax(0, 1fr);
    align-items: center;
    gap: 32px;
    height: auto;
    padding: 64px 48px 72px;
  }

  .story-copy,
  .story-card {
    position: relative;
    inset: auto;
  }

  .story-copy h2 { margin-top: 24px; font-size: 29px; }
  .story-copy > p { margin-top: 17px; font-size: 11px; }
  .story-copy .outline-button { margin-top: 26px; }

  .story-card {
    width: 100%;
    height: 258px;
    border-radius: 16px;
  }

  .story-card > img { width: 46%; height: 100%; }
  .quote-copy { width: 62%; padding: 56px 18px 30px 34px; }
  .quote-mark { top: 27px; left: 34px; font-size: 45px; }
  .quote-copy blockquote { font-size: 10px; }
  .quote-copy cite { margin-top: 14px; font-size: 10px; }
  .story-pagination { bottom: 26px; font-size: 9px; }

  .contact {
    height: 305px;
  }

  .contact-copy { top: 37px; left: 72px; }
  .contact-copy h2 { margin-top: 13px; font-size: 30px; }
  .contact-copy > p { margin-top: 15px; font-size: 10px; }
  .contact-actions { margin-top: 25px; }
  .button-light { width: 125px; }
  .button-ghost { width: 110px; }

  .contact-details {
    top: 105px;
    left: 55%;
    grid-template-columns: 112px 145px;
    gap: 20px;
  }

  .contact-details article { padding-top: 55px; }
  .contact-icon { width: 47px; height: 47px; }
  .contact-details h3 { font-size: 10px; }
  .contact-details strong { font-size: 9px; }
  .contact-details p { font-size: 8px; }
  .contact-stilllife { top: -42px; right: -2px; width: 205px; height: 365px; }

  .footer {
    height: auto;
    min-height: 142px;
    padding: 30px 38px 20px;
  }

  .footer-top nav { gap: 18px; margin-left: 18px; }
  .footer-top a { font-size: 8px; }
  .legal-links { gap: 14px; }
  .footer-bottom { padding: 12px 0 0 145px; }
  .footer-address p { font-size: 7px; }
}

@media (max-width: 680px) {
  :root { --u: 1px; }

  .site-shell {
    min-width: 0;
  }

  .section-inner { display: contents; }

  .header {
    height: 72px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
  }

  .brand { top: 14px; left: 18px; width: 142px; height: 41px; }
  .nav, .header-reserve { display: none; }
  .menu-button { top: 24px; right: 18px; width: 25px; height: 25px; }
  .menu-button svg { width: 24px; height: 24px; }

  .all-menu-panel {
    position: fixed;
    top: 64px;
    right: 12px;
    left: 12px;
    grid-template-columns: 1fr;
    gap: 16px;
    width: auto;
    max-height: calc(100vh - 82px);
    padding: 20px;
    overflow-y: auto;
    border: 1px solid rgba(100, 124, 111, 0.12);
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(45, 59, 51, 0.2);
    transform: translateY(-7px);
  }

  .all-menu-panel.is-open { transform: translateY(0); }
  .all-menu-center, .all-menu-group { gap: 4px; }
  .all-menu-title { margin-bottom: 7px; font-size: 15px; }
  .all-menu-submenu { grid-template-columns: repeat(2, 1fr); gap: 4px; padding: 10px 0 0 12px; border-left-width: 1px; }
  .all-menu-submenu a, .all-menu-links a { padding: 9px 8px; border-radius: 7px; font-size: 12px; }
  .all-menu-links { grid-template-columns: repeat(2, 1fr); gap: 4px; padding-top: 12px; border-top: 1px solid #e7ebe7; }

  .center-page-hero { height: 330px; }
  .center-page-hero-inner { display: block; width: 100%; height: 100%; padding: 105px 24px 0; }
  .center-breadcrumb { gap: 6px; font-size: 10px; }
  .center-breadcrumb svg { width: 10px; height: 10px; }
  .center-page-eyebrow { margin-top: 30px; font-size: 9px; letter-spacing: 1.5px; }
  .center-page-hero h1 { margin-top: 12px; font-size: 38px; letter-spacing: -1.2px; }
  .center-page-hero p { width: 78%; margin-top: 12px; font-size: 12px; line-height: 1.65; }
  .center-hero-shape-one { top: 122px; right: -42px; width: 170px; height: 125px; }
  .center-hero-shape-two { right: -35px; bottom: -52px; width: 165px; height: 135px; }
  .center-page-tabs { height: 58px; overflow-x: auto; }
  .center-page-tabs-inner { display: grid; grid-template-columns: repeat(var(--tab-count, 4), minmax(88px, 1fr)); width: max(100%, calc(var(--tab-count, 4) * 88px)); height: 100%; }
  .center-page-tabs a { border-left-width: 1px; font-size: 11px; }
  .center-page-tabs a:last-child { border-right-width: 1px; }
  .center-page-tabs a:hover::after, .center-page-tabs a.is-active::after { right: 14px; left: 14px; }

  .greeting-section { padding: 56px 24px 72px; }
  .greeting-inner { display: block; width: 100%; height: auto; }
  .greeting-heading > span { font-size: 9px; letter-spacing: 1.5px; }
  .greeting-heading h2 { margin-top: 15px; font-size: 27px; line-height: 1.5; }
  .greeting-layout { grid-template-columns: 1fr; gap: 30px; margin-top: 36px; }
  .greeting-art { height: 260px; border-radius: 22px 22px 76px 22px; }
  .greeting-art-mark { top: 64px; left: 38px; }
  .greeting-art-mark svg { width: 48px; height: 48px; }
  .greeting-art-mark strong { margin-top: 16px; font-size: 16px; }
  .greeting-copy p { margin-bottom: 17px; font-size: 13px; line-height: 1.85; }
  .greeting-copy p:first-child { font-size: 14px; }
  .greeting-signature { margin-top: 26px; font-size: 12px; text-align: left; }
  .center-placeholder-section { padding: 52px 24px 72px; }
  .center-placeholder-inner { display: flex; width: 100%; height: auto; min-height: 280px; padding: 30px 20px; border-radius: 24px; }
  .center-placeholder-inner > span { font-size: 9px; }
  .center-placeholder-inner h2 { margin-top: 14px; font-size: 30px; }
  .center-placeholder-inner p { margin-top: 12px; font-size: 12px; line-height: 1.65; }
  .center-placeholder-inner a { gap: 6px; margin-top: 24px; padding: 12px 20px; border-radius: 22px; font-size: 11px; }

  .detail-content-section { padding: 56px 24px 72px; }
  .detail-content-inner { display: block; width: 100%; height: auto; }
  .detail-intro { max-width: none; margin-bottom: 32px; }
  .detail-intro > span, .service-intro-card small, .director-identity small, .faq-panel small, .inquiry-panel small { font-size: 9px; letter-spacing: 1.4px; }
  .detail-intro h2 { margin-top: 12px; font-size: 27px; line-height: 1.45; }
  .detail-intro p { margin-top: 12px; font-size: 12px; }
  .greeting-story-note { margin-top: 20px; padding: 15px; border-left-width: 3px; border-radius: 0 10px 10px 0; font-size: 12px; }
  .director-card { grid-template-columns: 1fr; border-width: 1px; border-radius: 22px; }
  .director-identity { min-height: 210px; padding: 28px; }
  .detail-icon-large { width: 58px; height: 58px; }
  .detail-icon-large svg { width: 28px; height: 28px; }
  .director-identity h3 { margin-top: 7px; font-size: 24px; }
  .director-details { grid-template-columns: 1fr; gap: 24px; padding: 26px 22px; }
  .director-details h4 { margin-bottom: 12px; font-size: 14px; }
  .director-details ul { gap: 9px; }
  .director-details li { gap: 7px; font-size: 11px; }
  .director-details li svg { width: 12px; height: 12px; margin-top: 2px; }
  .director-credentials { grid-column: auto; }
  .director-credentials > div { gap: 6px; }
  .director-credentials span { padding: 6px 9px; border-width: 1px; border-radius: 14px; font-size: 10px; }
  .staff-groups { gap: 34px; margin-top: 46px; }
  .staff-group h3 { gap: 8px; margin-bottom: 14px; font-size: 21px; }
  .staff-group h3 span { font-size: 11px; }
  .staff-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .staff-card { align-items: flex-start; gap: 8px; min-height: 98px; padding: 12px; border-width: 1px; border-radius: 13px; }
  .staff-avatar { width: 34px; height: 34px; font-size: 11px; }
  .staff-card strong { font-size: 13px; }
  .staff-card p { margin-top: 4px; font-size: 10px; }
  .space-card-grid { grid-template-columns: 1fr; gap: 14px; }
  .space-card { min-height: 235px; padding: 28px; border-radius: 22px; }
  .space-card > span { top: 18px; right: 20px; font-size: 34px; }
  .space-card-icon { width: 50px; height: 50px; border-radius: 16px; }
  .space-card-icon svg { width: 23px; }
  .space-card small { margin-top: 25px; font-size: 9px; }
  .space-card h3 { margin-top: 7px; font-size: 26px; }
  .space-card p { margin-top: 9px; font-size: 12px; }
  .facility-features { margin-top: 46px; }
  .facility-features > h3 { margin-bottom: 17px; font-size: 22px; }
  .facility-features > div { grid-template-columns: 1fr; gap: 10px; }
  .facility-features article { min-height: 142px; padding: 22px; border-width: 1px; border-radius: 17px; }
  .facility-features article > span { width: 40px; height: 40px; }
  .facility-features article > span > svg { width: 19px; }
  .facility-features h4 { margin-top: 15px; font-size: 14px; }
  .facility-features p { margin-top: 6px; font-size: 11px; }
  .location-layout { grid-template-columns: 1fr; gap: 14px; }
  .branch-list { gap: 9px; }
  .branch-card { grid-template-columns: 42px 1fr; gap: 11px; min-height: 132px; padding: 20px; border-width: 1px; border-radius: 17px; }
  .branch-card > span { width: 38px; height: 38px; }
  .branch-card small { font-size: 9px; }
  .branch-card h3 { margin-top: 6px; font-size: 14px; line-height: 1.5; }
  .branch-card p { margin-top: 5px; font-size: 10px; }
  .branch-card a { margin-top: 8px; font-size: 13px; }
  .hours-card { gap: 10px; padding: 17px 19px; border-radius: 14px; }
  .hours-card strong { font-size: 12px; }
  .hours-card span { margin-top: 4px; font-size: 10px; }
  .location-summary-card { min-height: 265px; padding: 26px; border-radius: 22px; }
  .location-summary-card > strong { margin-top: 17px; font-size: 23px; }
  .location-summary-card > a { margin-top: 20px; font-size: 12px; }
  .transit-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 14px; }
  .transit-grid article { padding: 23px; border-radius: 17px; }
  .transit-grid small { font-size: 9px; }
  .transit-grid h3 { margin-top: 7px; font-size: 17px; }
  .transit-grid ul { gap: 5px; margin-top: 11px; font-size: 11px; }
  .program-category-grid { grid-template-columns: 1fr; gap: 13px; }
  .program-category-card { min-height: 0; padding: 25px; border-width: 1px; border-radius: 20px; }
  .category-number { font-size: 10px; }
  .program-category-card h3 { margin-top: 13px; font-size: 23px; }
  .program-category-card p { max-width: none; margin-top: 9px; font-size: 12px; }
  .program-category-card > div { gap: 6px; margin-top: 19px; }
  .program-category-card > div span { padding: 6px 9px; border-radius: 12px; font-size: 10px; }
  .detail-note { margin-top: 15px; font-size: 10px; text-align: left; }
  .service-intro-card { grid-template-columns: 1fr; gap: 18px; padding: 27px 23px; border-radius: 22px; }
  .service-intro-card > span { width: 56px; height: 56px; }
  .service-intro-card h2 { margin-top: 8px; font-size: 26px; }
  .service-intro-card p { margin-top: 10px; font-size: 12px; }
  .service-fact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 14px; }
  .service-fact-grid article { min-height: 170px; padding: 18px; border-width: 1px; border-radius: 17px; }
  .service-fact-grid small { margin-top: 15px; font-size: 10px; }
  .service-fact-grid strong { margin-top: 7px; font-size: 11px; }
  .service-detail-grid { grid-template-columns: 1fr; gap: 11px; margin-top: 35px; }
  .service-detail-grid article { padding: 24px; border-radius: 18px; }
  .service-detail-grid h3 { font-size: 19px; }
  .service-detail-grid ul { gap: 9px; margin-top: 18px; }
  .service-detail-grid li { gap: 7px; font-size: 11px; }
  .application-section { margin-top: 42px; }
  .application-steps { grid-template-columns: 1fr; gap: 8px; }
  .application-steps article { display: grid; grid-template-columns: 34px 1fr; align-items: start; min-height: 0; padding: 18px; border-top-width: 2px; }
  .application-steps span { font-size: 17px; }
  .application-steps p { margin: 0; font-size: 11px; }
  .collection-filters { gap: 6px; }
  .collection-filters span { padding: 8px 13px; border-width: 1px; border-radius: 17px; font-size: 11px; }
  .collection-empty { min-height: 300px; margin-top: 21px; padding: 25px; border-radius: 23px; }
  .collection-empty > span { width: 62px; height: 62px; }
  .collection-empty h3 { margin-top: 18px; font-size: 21px; }
  .collection-empty p { margin-top: 8px; font-size: 12px; }
  .consult-method-grid { grid-template-columns: 1fr; gap: 10px; }
  .consult-method-grid article { min-height: 0; padding: 24px; border-width: 1px; border-radius: 19px; }
  .consult-method-grid h3 { margin-top: 21px; font-size: 20px; }
  .consult-method-grid p { margin-top: 9px; font-size: 11px; }
  .consult-method-grid strong { margin-top: 16px; font-size: 11px; }
  .faq-panel { grid-template-columns: 1fr; gap: 30px; margin-top: 36px; padding: 28px 23px; border-radius: 22px; }
  .faq-panel h3 { margin-top: 8px; font-size: 27px; }
  .faq-panel > div:first-child p { margin-top: 10px; font-size: 11px; }
  .faq-panel > div:last-child { gap: 18px; }
  .faq-panel article { padding-left: 14px; border-left-width: 2px; }
  .faq-panel h4 { font-size: 14px; }
  .faq-panel article p { margin-top: 7px; font-size: 11px; }
  .usage-step-grid { grid-template-columns: 1fr; gap: 10px; }
  .usage-step-grid article { min-height: 0; padding: 24px; border-width: 1px; border-radius: 19px; }
  .usage-step-grid small { margin-top: 22px; font-size: 9px; }
  .usage-step-grid h3 { margin-top: 8px; font-size: 18px; }
  .usage-step-grid p { margin-top: 8px; font-size: 11px; }
  .inquiry-panel { grid-template-columns: 1fr; gap: 26px; margin-top: 36px; padding: 27px 22px; border-radius: 21px; }
  .inquiry-panel h3 { margin-top: 8px; font-size: 27px; }
  .inquiry-panel > div:first-child p { margin-top: 11px; font-size: 11px; }
  .inquiry-panel > div:last-child { grid-template-columns: 1fr; gap: 9px; }
  .inquiry-panel article { padding: 18px; border-width: 1px; border-radius: 14px; }
  .inquiry-panel article span, .inquiry-panel article p { font-size: 10px; }
  .inquiry-panel article a { margin-top: 7px; font-size: 18px; }

  .hero { height: 690px; }
  .hero-scenes { top: 165px; left: 0; width: 100%; height: 320px; }
  .hero-scene { object-position: 62% center; }
  .hero::after { inset: 165px 0 auto; height: 320px; background: linear-gradient(180deg, rgba(255,255,255,.06), transparent 40%); }
  .hero-copy { top: 95px; left: 24px; }
  .hero-copy h1 { font-size: 36px; }
  .hero-copy > p { margin-top: 365px; font-size: 13px; }
  .hero-actions { margin-top: 18px; }
  .button { height: 42px; font-size: 12px; border-radius: 22px; }
  .button-dark { width: 132px; }
  .tour-link { font-size: 12px; }
  .play-circle { width: 40px; height: 40px; }
  .hero-pagination { left: 24px; bottom: 20px; font-size: 11px; }
  .hero-notice { right: 19px; bottom: 186px; width: 174px; height: 58px; grid-template-columns: 35px 1fr 16px; padding: 0 10px; }
  .hero-notice strong { font-size: 9px; }
  .hero-notice small { font-size: 8px; }

  .philosophy,
  .programs,
  .process,
  .story,
  .contact,
  .footer {
    height: auto;
    min-height: 0;
  }

  .philosophy { padding: 55px 24px 64px; border-bottom-left-radius: 50px; }
  .philosophy-copy, .programs-copy, .story-copy, .contact-copy {
    position: relative;
    inset: auto;
  }
  .eyebrow { font-size: 13px; }
  .philosophy-copy h2, .programs-copy h2, .story-copy h2, .contact-copy h2 {
    margin-top: 20px;
    font-size: 28px;
  }
  .philosophy-copy > p, .story-copy > p, .contact-copy > p { font-size: 12px; }
  .text-link { margin-top: 24px; font-size: 12px; }
  .text-link span { width: 24px; height: 24px; }
  .philosophy-values {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 34px;
  }
  .value-card { width: 100%; height: 180px; border-radius: 70px; }
  .icon-disc { width: 54px; height: 54px; margin-top: 31px; }
  .value-card h3 { font-size: 12px; }
  .dotted-path { display: none; }

  .programs { padding: 55px 24px 65px; }
  .programs-copy .outline-button { margin-top: 22px; }
  .outline-button { height: 39px; font-size: 11px; border-radius: 21px; }
  .program-list {
    position: relative;
    inset: auto;
    display: grid;
    gap: 16px;
    margin-top: 34px;
  }
  .program-card { width: 100%; height: auto; border-radius: 12px; }
  .program-card > img { width: 100%; height: auto; aspect-ratio: 1.8; }
  .program-card-copy { height: 100px; padding: 16px; }
  .program-card h3 { font-size: 14px; }
  .program-card p { font-size: 11px; }
  .program-card-copy > a { right: 14px; bottom: 14px; width: 24px; height: 24px; }
  .program-next { display: none; }

  .process { padding: 48px 24px 58px; border-radius: 52px 52px 0 0; }
  .process-inner > .eyebrow, .process-inner > h2, .process-steps { position: relative; inset: auto; }
  .process-inner > h2 { margin-top: 20px; font-size: 25px; }
  .process-line { display: none; }
  .process-steps { display: grid; grid-template-columns: 1fr; gap: 28px; margin-top: 35px; }
  .process-step { display: grid; grid-template-columns: 88px 1fr; text-align: left; align-items: center; }
  .step-circle { grid-row: span 2; width: 76px; height: 76px; }
  .process-step h3 { margin: 0; font-size: 14px; }
  .process-step p { margin: 5px 0 0; font-size: 11px; }

  .story { padding: 52px 24px 65px; }
  .story-copy .outline-button { margin-top: 20px; }
  .story-card { position: relative; inset: auto; width: 100%; height: 360px; margin-top: 34px; }
  .story-card > img { top: 0; width: 100%; height: 210px; }
  .quote-copy { top: 175px; width: 100%; height: 185px; padding: 35px 22px 18px; }
  .quote-copy blockquote { font-size: 11px; }
  .quote-copy cite { margin-top: 9px; font-size: 11px; }
  .story-pagination { right: 20px; bottom: 17px; font-size: 10px; }

  .contact { padding: 55px 24px 58px; border-radius: 60px 0 0 0; background: #5e8c76; }
  .contact-bg, .contact-line { display: none; }
  .contact-stilllife {
    display: none;
  }
  .contact-copy { z-index: 5; }
  .contact-copy h2 { font-size: 28px; }
  .contact-actions { margin-top: 22px; }
  .button-light { width: 125px; }
  .button-ghost { width: 110px; }
  .contact-details { position: relative; inset: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 42px; }
  .contact-details article { padding: 58px 10px 18px; color: #fff; }
  .contact-icon { width: 46px; height: 46px; }
  .contact-details h3 { font-size: 12px; }
  .contact-details strong { font-size: 12px; }
  .contact-details p { color: rgba(255,255,255,.75); font-size: 10px; }

  .footer { padding: 28px 24px; }
  .footer-top { display: block; padding-bottom: 20px; }
  .footer-brand { width: 145px; height: 42px; }
  .footer-brand .brand-symbol { width: 36px; height: 36px; }
  .footer-brand .brand-copy strong { font-size: 10px; }
  .footer-brand .brand-copy small { font-size: 6px; }
  .footer-top nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin: 18px 0 0; }
  .footer-top a { font-size: 10px; }
  .legal-links { margin-top: 18px; }
  .footer-bottom { display: block; padding: 18px 0 0; }
  .footer-address p { font-size: 9px; }
  .footer-address p span { display: block; margin: 3px 0 0; }
  .social-links { margin-top: 18px; }
  .social-links a { width: 31px; height: 31px; }
}

/* Final responsive cascade for the two guide pages */
@media (min-width: 681px) and (max-width: 1024px) {
  .center-site-shell .consult-assurance-strip { margin-bottom: 54px; }
  .center-site-shell .consult-assurance-strip article { grid-template-columns: 26px 1fr; gap: 11px; min-height: 120px; padding: 20px 17px; }
  .center-site-shell .consult-assurance-strip article > span { font-size: 12px; }
  .center-site-shell .consult-assurance-strip small { font-size: 9px; }
  .center-site-shell .consult-assurance-strip strong { font-size: 15px; }
  .center-site-shell .consult-assurance-strip p { font-size: 10px; }
  .center-site-shell .consult-section-heading,
  .center-site-shell .process-section-heading { grid-template-columns: 145px 1fr; gap: 30px; margin-bottom: 25px; }
  .center-site-shell .consult-section-heading > small,
  .center-site-shell .process-section-heading > small { font-size: 9px; }
  .center-site-shell .consult-section-heading h3,
  .center-site-shell .process-section-heading h3 { font-size: 27px; }
  .center-site-shell .consult-section-heading p,
  .center-site-shell .process-section-heading p { font-size: 11px; }
  .center-site-shell .consult-method-layout { gap: 12px; }
  .center-site-shell .consult-main-card { min-height: 360px; padding: 28px; border-radius: 23px; }
  .center-site-shell .consult-card-top > span { width: 48px; height: 48px; }
  .center-site-shell .consult-card-top small,
  .center-site-shell .consult-main-card i { font-size: 9px; }
  .center-site-shell .consult-main-card h3 { font-size: 28px; }
  .center-site-shell .consult-main-card p,
  .center-site-shell .consult-main-card strong { font-size: 11px; }
  .center-site-shell .consult-main-card > a > span { font-size: 17px; }
  .center-site-shell .consult-main-card > a small { font-size: 10px; }
  .center-site-shell .consult-side-list { gap: 12px; }
  .center-site-shell .consult-side-list article { grid-template-columns: 46px 1fr; gap: 15px; padding: 22px; border-radius: 20px; }
  .center-site-shell .consult-side-list article > span { width: 46px; height: 46px; }
  .center-site-shell .consult-side-list small { font-size: 9px; }
  .center-site-shell .consult-side-list h3 { font-size: 18px; }
  .center-site-shell .consult-side-list p,
  .center-site-shell .consult-side-list strong { font-size: 10px; }
  .center-site-shell .consult-flow-panel { grid-template-columns: 175px 1fr; gap: 25px; padding: 22px 24px; }
  .center-site-shell .consult-flow-panel > div small { font-size: 9px; }
  .center-site-shell .consult-flow-panel h3 { font-size: 16px; }
  .center-site-shell .consult-flow-panel li p { font-size: 10px; }
  .center-site-shell .faq-panel { grid-template-columns: 190px 1fr; gap: 34px; padding: 33px; }
  .center-site-shell .faq-panel h3 { font-size: 27px; }
  .center-site-shell .faq-list article > span { font-size: 10px; }
  .center-site-shell .faq-list h4 { font-size: 14px; }
  .center-site-shell .faq-list article p { font-size: 11px; }

  .center-site-shell .process-preparation { grid-template-columns: 1fr; margin-bottom: 54px; }
  .center-site-shell .process-preparation-heading { padding: 25px 27px; }
  .center-site-shell .process-preparation-heading small { font-size: 9px; }
  .center-site-shell .process-preparation-heading h3 { font-size: 22px; }
  .center-site-shell .process-preparation-heading p { font-size: 11px; }
  .center-site-shell .process-preparation article { padding: 21px 16px; border-top: 1px solid #e3e8e3; border-left: 0; }
  .center-site-shell .process-preparation article + article { border-left: 1px solid #e3e8e3; }
  .center-site-shell .process-preparation article strong { font-size: 12px; }
  .center-site-shell .process-preparation article p { font-size: 10px; }
  .center-site-shell .process-roadmap { grid-template-columns: repeat(2, 1fr); }
  .center-site-shell .process-roadmap::before { display: none; }
  .center-site-shell .process-roadmap article { min-height: 230px; padding: 25px; }
  .center-site-shell .process-roadmap article:nth-child(2) { border-right: 0; }
  .center-site-shell .process-roadmap article:nth-child(-n + 2) { border-bottom: 1px solid #e3e8e3; }
  .center-site-shell .process-step-head > span { width: 48px; height: 48px; font-size: 16px; }
  .center-site-shell .process-step-head > small,
  .center-site-shell .process-roadmap article > div:nth-child(2) > small { font-size: 9px; }
  .center-site-shell .process-roadmap article h3 { font-size: 18px; }
  .center-site-shell .process-roadmap article p { font-size: 11px; }
  .center-site-shell .process-step-arrow { display: none; }
  .center-site-shell .process-completion-note small { font-size: 9px; }
  .center-site-shell .process-completion-note strong { font-size: 15px; }
  .center-site-shell .process-completion-note p { font-size: 10px; }
  .center-site-shell .inquiry-panel { grid-template-columns: 190px 1fr; gap: 28px; padding: 31px; }
  .center-site-shell .inquiry-heading h3 { font-size: 27px; }
  .center-site-shell .inquiry-heading > p { font-size: 11px; }
  .center-site-shell .inquiry-heading > span { font-size: 10px; }
  .center-site-shell .inquiry-contact-list { grid-template-columns: 1fr; }
  .center-site-shell .inquiry-card-head > span { font-size: 9px; }
  .center-site-shell .inquiry-contact-list article > strong { font-size: 11px; }
  .center-site-shell .inquiry-contact-list article > a:not(.inquiry-call-link) { font-size: 19px; }
  .center-site-shell .inquiry-contact-list article > p,
  .center-site-shell .inquiry-call-link { font-size: 10px; }
}

/* Activity gallery pagination and article modal — final responsive cascade */
@media (min-width: 681px) and (max-width: 1024px) {
  .center-site-shell .activity-pagination { gap: 8px; margin-top: 44px; padding-top: 22px; border-width: 1px; }
  .center-site-shell .activity-pagination button { width: 42px; height: 42px; border-width: 1px; font-size: 10px; }
  .center-site-shell .activity-pagination-arrow svg { width: 15px; }
  .center-site-shell .activity-pagination-pages { gap: 7px; }
  .center-site-shell .activity-pagination > span { margin-left: 10px; font-size: 9px; }
  .activity-lightbox-panel { grid-template-columns: minmax(0, 1.42fr) minmax(280px, .58fr); width: min(940px, 94vw); height: min(650px, 90vh); }
  .activity-lightbox-media { min-height: 0; }
  .activity-lightbox-thumbs { grid-template-columns: repeat(3, minmax(0, 92px)); gap: 8px; padding: 11px 14px; }
  .activity-lightbox-info { padding: 48px 25px 25px; }
  .activity-lightbox-lead { padding-bottom: 18px; font-size: 11px; }
  .activity-lightbox-article { margin-top: 18px; }
  .activity-lightbox-article p { font-size: 11px; }
}

@media (max-width: 680px) {
  .center-site-shell .activity-pagination { gap: 6px; margin-top: 32px; padding-top: 20px; border-width: 1px; }
  .center-site-shell .activity-pagination button { width: 38px; height: 38px; border-width: 1px; font-size: 10px; }
  .center-site-shell .activity-pagination-arrow svg { width: 14px; }
  .center-site-shell .activity-pagination-pages { gap: 6px; }
  .center-site-shell .activity-pagination > span { display: none; }
  .activity-lightbox-panel { grid-template-columns: 1fr; width: 100%; height: auto; max-height: 94vh; overflow-y: auto; border-radius: 22px 22px 0 0; }
  .activity-lightbox-visual { min-height: 0; grid-template-rows: 36vh auto; }
  .activity-lightbox-media { width: 100%; height: auto; min-height: 0; }
  .activity-lightbox-thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; padding: 9px 12px; }
  .activity-lightbox-thumbs button { border-width: 2px; border-radius: 8px; }
  .activity-lightbox-info { min-height: 0; padding: 24px 20px 27px; overflow: visible; }
  .activity-lightbox-lead { margin-top: 10px; padding-bottom: 16px; font-size: 11px; }
  .activity-lightbox-article { margin-top: 16px; }
  .activity-lightbox-article p { font-size: 11px; line-height: 1.75; }
  .activity-lightbox-note { margin-top: 24px; padding-top: 0; font-size: 9px; }
}

/* Final activity-gallery viewport correction. Keep at the end of the cascade. */
@media (min-width: 681px) and (max-width: 1024px) {
  .center-site-shell .activity-gallery-intro { gap: 32px; }
  .center-site-shell .activity-gallery-stats > span { padding: 7px 12px; border-width: 1px; border-radius: 16px; font-size: 9px; }
  .center-site-shell .activity-gallery-stats dd { font-size: 31px; }
  .center-site-shell .activity-gallery-toolbar { margin-top: 34px; padding: 14px 0; border-width: 1px; }
  .center-site-shell .activity-filter-list button { padding: 8px 13px; border-width: 1px; border-radius: 18px; font-size: 11px; }
  .center-site-shell .activity-feature-card { height: 390px; margin-top: 24px; border-radius: 24px; }
  .center-site-shell .activity-feature-copy { right: 28px; bottom: 27px; left: 28px; }
  .center-site-shell .activity-feature-copy > strong { font-size: 29px; }
  .center-site-shell .activity-feature-copy > em { font-size: 11px; }
  .center-site-shell .activity-album-grid { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; margin-top: 34px; }
  .center-site-shell .activity-album-card { border-width: 1px; border-radius: 18px; }
  .center-site-shell .activity-album-copy { padding: 16px 17px 18px; }
  .center-site-shell .activity-album-copy > strong { font-size: 17px; }
  .activity-lightbox { padding: 24px; }
  .activity-lightbox-panel { grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr); width: min(900px, 94vw); border-radius: 23px; }
  .activity-lightbox-close { top: 14px; right: 14px; width: 38px; height: 38px; }
  .activity-lightbox-media { min-height: 480px; }
  .activity-lightbox-info { padding: 48px 24px 24px; }
}

@media (max-width: 680px) {
  .center-site-shell .activity-gallery-intro { grid-template-columns: 1fr; gap: 8px; }
  .center-site-shell .activity-gallery-stats { flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; padding: 0; }
  .center-site-shell .activity-gallery-stats > span { padding: 7px 11px; border-width: 1px; border-radius: 15px; font-size: 8px; }
  .center-site-shell .activity-gallery-stats dd { font-size: 25px; }
  .center-site-shell .activity-gallery-toolbar { display: block; margin-top: 28px; padding: 13px 0; border-width: 1px; }
  .center-site-shell .activity-filter-list { flex-wrap: nowrap; gap: 7px; margin-right: -24px; padding-right: 24px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; }
  .center-site-shell .activity-filter-list button { flex: 0 0 auto; padding: 9px 13px; border-width: 1px; border-radius: 18px; font-size: 10px; }
  .center-site-shell .activity-gallery-toolbar > p { display: none; }
  .center-site-shell .activity-feature-card { height: 330px; margin-top: 20px; border-radius: 21px; }
  .center-site-shell .activity-feature-card > img { object-position: 62% center; }
  .center-site-shell .activity-feature-copy { right: 20px; bottom: 21px; left: 20px; }
  .center-site-shell .activity-feature-copy > strong { font-size: 23px; line-height: 1.3; }
  .center-site-shell .activity-feature-copy > em { display: -webkit-box; overflow: hidden; font-size: 10px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .center-site-shell .activity-album-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 24px; }
  .center-site-shell .activity-album-card { border-width: 1px; border-radius: 18px; }
  .center-site-shell .activity-album-image { aspect-ratio: 1.42 / 1; }
  .center-site-shell .activity-album-copy { padding: 16px 17px 18px; }
  .center-site-shell .activity-album-copy > strong { font-size: 18px; }
  .center-site-shell .activity-album-copy > em { min-height: 0; font-size: 10px; }
  .activity-lightbox { align-items: end; padding: 0; }
  .activity-lightbox-panel { grid-template-columns: 1fr; width: 100%; max-height: 94vh; overflow-y: auto; border-radius: 22px 22px 0 0; }
  .activity-lightbox-close { position: absolute; top: 12px; right: 12px; bottom: auto; width: 37px; height: 37px; }
  .activity-lightbox-media { min-height: 0; height: 38vh; }
  .activity-lightbox-media > img { max-height: none; object-position: 62% center; }
  .activity-lightbox-info { min-height: 310px; padding: 24px 20px 22px; overflow: visible; }
  .activity-lightbox-info h3 { font-size: 23px; }
  .activity-lightbox-info > p { font-size: 11px; }
}

@media (min-width: 681px) and (max-width: 1024px) {
  .center-site-shell .facility-tour-heading { margin-bottom: 22px; padding-bottom: 17px; }
  .center-site-shell .facility-tour-heading small,
  .center-site-shell .facility-photo-guide-heading > small { font-size: 9px; }
  .center-site-shell .facility-tour-heading h3 { font-size: 27px; }
  .center-site-shell .facility-tour-heading p { font-size: 11px; }
  .center-site-shell .facility-photo-count strong { font-size: 33px; }
  .center-site-shell .facility-photo-count span { font-size: 10px; }
  .center-site-shell .facility-gallery-track,
  .center-site-shell .facility-placeholder-track { grid-auto-columns: 265px; gap: 12px; padding-bottom: 14px; }
  .center-site-shell .facility-gallery-media { height: 245px; }
  .center-site-shell .facility-gallery-card figcaption { min-height: 120px; padding: 19px; }
  .center-site-shell .facility-gallery-card figcaption small,
  .center-site-shell .facility-placeholder-track article > small { font-size: 9px; }
  .center-site-shell .facility-gallery-card figcaption strong,
  .center-site-shell .facility-placeholder-track article > strong { font-size: 16px; }
  .center-site-shell .facility-gallery-card figcaption p,
  .center-site-shell .facility-placeholder-track article > p { font-size: 10px; }
  .center-site-shell .facility-gallery-empty { padding: 27px; border-radius: 24px; }
  .center-site-shell .facility-empty-copy { grid-template-columns: 54px 1fr; gap: 0 16px; margin-bottom: 24px; }
  .center-site-shell .facility-empty-copy > span { width: 54px; height: 54px; }
  .center-site-shell .facility-empty-copy > small { font-size: 9px; }
  .center-site-shell .facility-empty-copy h3 { font-size: 22px; }
  .center-site-shell .facility-empty-copy p { font-size: 11px; }
  .center-site-shell .facility-placeholder-track article { padding: 13px; }
  .center-site-shell .facility-placeholder-track article > div { height: 165px; margin-bottom: 15px; }
  .center-site-shell .facility-swipe-hint { margin-top: 9px; font-size: 10px; }
  .center-site-shell .facility-photo-guide { margin-top: 52px; }
  .center-site-shell .facility-photo-guide-heading { grid-template-columns: 145px 1fr; gap: 28px; }
  .center-site-shell .facility-photo-guide-heading h3 { font-size: 24px; }
  .center-site-shell .facility-photo-guide-heading p { font-size: 11px; }
  .center-site-shell .facility-photo-guide-grid { grid-template-columns: repeat(2, 1fr); }
  .center-site-shell .facility-photo-guide-grid article { grid-template-columns: 28px 1fr; min-height: 120px; padding: 21px 18px; }
  .center-site-shell .facility-photo-guide-grid article:nth-child(2) { border-right: 0; }
  .center-site-shell .facility-photo-guide-grid article:nth-child(-n + 2) { border-bottom: 1px solid #e1e7e1; }
  .center-site-shell .facility-photo-guide-grid article > span { font-size: 14px; }
  .center-site-shell .facility-photo-guide-grid small { font-size: 9px; }
  .center-site-shell .facility-photo-guide-grid h4 { font-size: 14px; }
  .center-site-shell .facility-photo-guide-grid p { font-size: 10px; }

  .center-site-shell .location-summary-panel { grid-template-columns: 1fr; gap: 12px; }
  .center-site-shell .single-center-address { min-height: 310px; padding: 30px; }
  .center-site-shell .single-center-address-head small { font-size: 9px; }
  .center-site-shell .single-center-address > strong { font-size: 11px; }
  .center-site-shell .single-center-address h3 { font-size: 28px; }
  .center-site-shell .single-center-address > p { font-size: 11px; }
  .center-site-shell .single-location-actions > a,
  .center-site-shell .single-location-actions > span { min-height: 40px; padding: 0 15px; font-size: 10px; }
  .center-site-shell .location-fact-list { grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; }
  .center-site-shell .location-fact-list article { padding: 21px; }
  .center-site-shell .location-fact-list small { font-size: 9px; }
  .center-site-shell .location-fact-list strong { font-size: 15px; }
  .center-site-shell .location-fact-list p { font-size: 10px; }
  .center-site-shell .single-location-map-section { grid-template-columns: 1fr; gap: 12px; margin-top: 38px; }
  .center-site-shell .single-location-map { min-height: 390px; }
  .center-site-shell .map-center-marker { width: 260px; padding: 20px; }
  .center-site-shell .map-center-marker strong { font-size: 16px; }
  .center-site-shell .map-center-marker small { font-size: 10px; }
  .center-site-shell .map-status small { font-size: 8px; }
  .center-site-shell .map-status span { font-size: 10px; }
  .center-site-shell .single-location-visit-guide { padding: 28px; }
  .center-site-shell .single-location-visit-guide > small { font-size: 9px; }
  .center-site-shell .single-location-visit-guide > h3 { font-size: 24px; }
  .center-site-shell .single-location-visit-guide ol { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .center-site-shell .single-location-visit-guide li { grid-template-columns: 28px 1fr; padding: 15px 0; }
  .center-site-shell .single-location-visit-guide li strong { font-size: 13px; }
  .center-site-shell .single-location-visit-guide li p { font-size: 10px; }
  .center-site-shell .single-location-visit-guide > a { font-size: 11px; }
  .center-site-shell .single-transit-heading { grid-template-columns: 145px 1fr; gap: 28px; }
  .center-site-shell .single-transit-heading > small { font-size: 9px; }
  .center-site-shell .single-transit-heading h3 { font-size: 24px; }
  .center-site-shell .single-transit-heading p { font-size: 11px; }
  .center-site-shell .transit-empty-state { grid-template-columns: 47px 47px 1fr; min-height: 125px; padding: 24px; }
  .center-site-shell .transit-empty-state strong { font-size: 16px; }
  .center-site-shell .transit-empty-state p { font-size: 11px; }
}

@media (max-width: 680px) {
  .center-site-shell .facility-tour-heading { align-items: flex-start; margin-bottom: 19px; padding-bottom: 15px; }
  .center-site-shell .facility-tour-heading small,
  .center-site-shell .facility-photo-guide-heading > small { font-size: 8px; }
  .center-site-shell .facility-tour-heading h3 { margin-top: 6px; font-size: 23px; }
  .center-site-shell .facility-tour-heading p { max-width: 235px; font-size: 11px; line-height: 1.55; }
  .center-site-shell .facility-photo-count { display: grid; justify-items: end; gap: 3px; }
  .center-site-shell .facility-photo-count strong { font-size: 30px; }
  .center-site-shell .facility-photo-count span { font-size: 9px; }
  .center-site-shell .facility-gallery-track,
  .center-site-shell .facility-placeholder-track { width: calc(100% + 24px); grid-auto-columns: 82%; gap: 10px; margin-right: -24px; padding-right: 24px; padding-bottom: 13px; }
  .center-site-shell .facility-gallery-media { height: 260px; }
  .center-site-shell .facility-gallery-card,
  .center-site-shell .facility-placeholder-track article { border-radius: 18px; }
  .center-site-shell .facility-gallery-card figcaption { min-height: 112px; padding: 18px; }
  .center-site-shell .facility-gallery-card figcaption small,
  .center-site-shell .facility-placeholder-track article > small { font-size: 8px; }
  .center-site-shell .facility-gallery-card figcaption strong,
  .center-site-shell .facility-placeholder-track article > strong { font-size: 16px; }
  .center-site-shell .facility-gallery-card figcaption p,
  .center-site-shell .facility-placeholder-track article > p { font-size: 11px; }
  .center-site-shell .facility-gallery-empty { padding: 22px 0 22px 20px; border-radius: 21px; }
  .center-site-shell .facility-empty-copy { grid-template-columns: 48px 1fr; gap: 0 13px; margin: 0 20px 22px 0; }
  .center-site-shell .facility-empty-copy > span { width: 48px; height: 48px; }
  .center-site-shell .facility-empty-copy > small { font-size: 8px; }
  .center-site-shell .facility-empty-copy h3 { font-size: 19px; line-height: 1.4; }
  .center-site-shell .facility-empty-copy p { font-size: 11px; line-height: 1.55; }
  .center-site-shell .facility-placeholder-track { width: 100%; margin-right: 0; padding-right: 20px; }
  .center-site-shell .facility-placeholder-track article { padding: 12px; }
  .center-site-shell .facility-placeholder-track article > div { height: 190px; margin-bottom: 14px; }
  .center-site-shell .facility-swipe-hint { align-items: flex-start; margin-top: 9px; font-size: 10px; line-height: 1.5; }
  .center-site-shell .facility-photo-guide { margin-top: 45px; }
  .center-site-shell .facility-photo-guide-heading { grid-template-columns: 1fr; gap: 7px; margin-bottom: 18px; }
  .center-site-shell .facility-photo-guide-heading h3 { font-size: 23px; }
  .center-site-shell .facility-photo-guide-heading p { font-size: 11px; }
  .center-site-shell .facility-photo-guide-grid { grid-template-columns: 1fr; }
  .center-site-shell .facility-photo-guide-grid article { grid-template-columns: 31px 1fr; min-height: 0; padding: 17px 0; border-right: 0; border-bottom: 1px solid #e1e7e1; }
  .center-site-shell .facility-photo-guide-grid article:first-child { padding-left: 0; }
  .center-site-shell .facility-photo-guide-grid article:last-child { border-bottom: 0; }
  .center-site-shell .facility-photo-guide-grid article > span { font-size: 14px; }
  .center-site-shell .facility-photo-guide-grid small { font-size: 8px; }
  .center-site-shell .facility-photo-guide-grid h4 { font-size: 15px; }
  .center-site-shell .facility-photo-guide-grid p { font-size: 11px; }

  .center-site-shell .location-summary-panel { grid-template-columns: 1fr; gap: 10px; }
  .center-site-shell .single-center-address { min-height: 335px; padding: 25px; border-radius: 21px; }
  .center-site-shell .single-center-address-head small { font-size: 8px; }
  .center-site-shell .single-center-address > strong { margin-top: 28px; font-size: 10px; }
  .center-site-shell .single-center-address h3 { margin-top: 7px; font-size: 27px; }
  .center-site-shell .single-center-address > p { font-size: 11px; line-height: 1.6; }
  .center-site-shell .single-location-actions { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 25px; }
  .center-site-shell .single-location-actions > a,
  .center-site-shell .single-location-actions > span { justify-content: center; min-height: 42px; font-size: 11px; }
  .center-site-shell .location-fact-list { grid-template-rows: none; gap: 9px; }
  .center-site-shell .location-fact-list article { grid-template-columns: 43px 1fr; gap: 13px; padding: 18px; border-radius: 17px; }
  .center-site-shell .location-fact-list article > span { width: 43px; height: 43px; }
  .center-site-shell .location-fact-list small { font-size: 8px; }
  .center-site-shell .location-fact-list strong { font-size: 14px; }
  .center-site-shell .location-fact-list p { font-size: 10px; }
  .center-site-shell .single-location-map-section { grid-template-columns: 1fr; gap: 10px; margin-top: 35px; }
  .center-site-shell .single-location-map { min-height: 310px; border-radius: 21px; }
  .center-site-shell .map-center-marker { width: 245px; padding: 18px; }
  .center-site-shell .map-center-marker strong { font-size: 16px; }
  .center-site-shell .map-center-marker small { font-size: 10px; }
  .center-site-shell .map-status { right: 13px; bottom: 13px; left: 13px; justify-content: space-between; padding: 9px 11px; }
  .center-site-shell .map-status small { font-size: 8px; }
  .center-site-shell .map-status span { font-size: 9px; }
  .center-site-shell .single-location-visit-guide { padding: 24px 21px; border-radius: 20px; }
  .center-site-shell .single-location-visit-guide > small { font-size: 8px; }
  .center-site-shell .single-location-visit-guide > h3 { font-size: 23px; }
  .center-site-shell .single-location-visit-guide ol { margin-top: 17px; }
  .center-site-shell .single-location-visit-guide li { grid-template-columns: 28px 1fr; gap: 10px; padding: 13px 0; }
  .center-site-shell .single-location-visit-guide li > span { width: 28px; height: 28px; font-size: 9px; }
  .center-site-shell .single-location-visit-guide li strong { font-size: 13px; }
  .center-site-shell .single-location-visit-guide li p { font-size: 10px; }
  .center-site-shell .single-location-visit-guide > a { min-height: 43px; margin-top: 15px; padding: 0 15px; font-size: 11px; }
  .center-site-shell .single-transit-section { margin-top: 45px; }
  .center-site-shell .single-transit-heading { grid-template-columns: 1fr; gap: 7px; margin-bottom: 18px; }
  .center-site-shell .single-transit-heading > small { font-size: 8px; }
  .center-site-shell .single-transit-heading h3 { font-size: 23px; }
  .center-site-shell .single-transit-heading p { font-size: 11px; line-height: 1.55; }
  .center-site-shell .single-transit-grid { grid-template-columns: 1fr; }
  .center-site-shell .transit-empty-state { grid-template-columns: 43px 43px; gap: 9px; min-height: 0; padding: 21px; border-radius: 18px; }
  .center-site-shell .transit-empty-state > span { width: 43px; height: 43px; }
  .center-site-shell .transit-empty-state > div { grid-column: 1 / -1; margin-top: 7px; }
  .center-site-shell .transit-empty-state strong { font-size: 16px; }
  .center-site-shell .transit-empty-state p { font-size: 11px; line-height: 1.55; }
}

@media (max-width: 680px) {
  .center-site-shell .consult-assurance-strip { grid-template-columns: 1fr; margin-bottom: 45px; }
  .center-site-shell .consult-assurance-strip article { grid-template-columns: 30px 1fr; gap: 11px; min-height: 0; padding: 17px 0; border-right: 0; border-bottom: 1px solid #e1e7e1; }
  .center-site-shell .consult-assurance-strip article:last-child { border-bottom: 0; }
  .center-site-shell .consult-assurance-strip article > span { font-size: 11px; }
  .center-site-shell .consult-assurance-strip small { font-size: 8px; }
  .center-site-shell .consult-assurance-strip strong { font-size: 15px; }
  .center-site-shell .consult-assurance-strip p { font-size: 11px; }
  .center-site-shell .consult-section-heading,
  .center-site-shell .process-section-heading { grid-template-columns: 1fr; gap: 8px; margin-bottom: 22px; }
  .center-site-shell .consult-section-heading > small,
  .center-site-shell .process-section-heading > small { font-size: 9px; }
  .center-site-shell .consult-section-heading h3,
  .center-site-shell .process-section-heading h3 { font-size: 25px; }
  .center-site-shell .consult-section-heading p,
  .center-site-shell .process-section-heading p { font-size: 11px; }
  .center-site-shell .consult-method-layout { grid-template-columns: 1fr; gap: 10px; }
  .center-site-shell .consult-main-card { min-height: 330px; padding: 25px; border-radius: 21px; }
  .center-site-shell .consult-card-top > span { width: 47px; height: 47px; }
  .center-site-shell .consult-card-top small { font-size: 8px; }
  .center-site-shell .consult-main-card i { font-size: 9px; }
  .center-site-shell .consult-main-card h3 { font-size: 28px; }
  .center-site-shell .consult-main-card p,
  .center-site-shell .consult-main-card strong { font-size: 11px; }
  .center-site-shell .consult-main-card > a > span { font-size: 18px; }
  .center-site-shell .consult-main-card > a small { font-size: 9px; }
  .center-site-shell .consult-side-list { gap: 10px; }
  .center-site-shell .consult-side-list article { grid-template-columns: 46px 1fr; gap: 15px; padding: 21px; border-radius: 18px; }
  .center-site-shell .consult-side-list article > span { width: 46px; height: 46px; }
  .center-site-shell .consult-side-list small { font-size: 9px; }
  .center-site-shell .consult-side-list h3 { font-size: 18px; }
  .center-site-shell .consult-side-list p { font-size: 11px; }
  .center-site-shell .consult-side-list strong { font-size: 10px; }
  .center-site-shell .consult-flow-panel { grid-template-columns: 1fr; gap: 18px; padding: 23px 21px; }
  .center-site-shell .consult-flow-panel > div small { font-size: 8px; }
  .center-site-shell .consult-flow-panel h3 { font-size: 17px; }
  .center-site-shell .consult-flow-panel ol { grid-template-columns: 1fr; }
  .center-site-shell .consult-flow-panel li { grid-template-columns: 28px 1fr; min-height: 52px; padding: 8px 0; border-top: 1px solid #dfe6df; }
  .center-site-shell .consult-flow-panel li p { font-size: 11px; }
  .center-site-shell .consult-flow-panel li > svg { display: none; }
  .center-site-shell .faq-panel { grid-template-columns: 1fr; gap: 27px; padding: 27px 22px; }
  .center-site-shell .faq-panel h3 { font-size: 26px; }
  .center-site-shell .faq-list article > span { font-size: 9px; }
  .center-site-shell .faq-list h4 { font-size: 14px; }
  .center-site-shell .faq-list article p { font-size: 11px; }

  .center-site-shell .process-preparation { grid-template-columns: 1fr; margin-bottom: 45px; }
  .center-site-shell .process-preparation-heading { padding: 24px 21px; }
  .center-site-shell .process-preparation-heading small { font-size: 8px; }
  .center-site-shell .process-preparation-heading h3 { font-size: 21px; }
  .center-site-shell .process-preparation-heading p { font-size: 11px; }
  .center-site-shell .process-preparation > div:last-child { grid-template-columns: 1fr; }
  .center-site-shell .process-preparation article,
  .center-site-shell .process-preparation article + article { padding: 17px 20px; border-top: 1px solid #e3e8e3; border-left: 0; }
  .center-site-shell .process-preparation article strong { font-size: 12px; }
  .center-site-shell .process-preparation article p { font-size: 10px; }
  .center-site-shell .process-roadmap { grid-template-columns: 1fr; }
  .center-site-shell .process-roadmap::before { display: none; }
  .center-site-shell .process-roadmap article { min-height: 225px; padding: 24px; border-right: 0; border-bottom: 1px solid #e3e8e3; }
  .center-site-shell .process-roadmap article:last-child { border-bottom: 0; }
  .center-site-shell .process-step-head > span { width: 47px; height: 47px; font-size: 16px; }
  .center-site-shell .process-step-head > small,
  .center-site-shell .process-roadmap article > div:nth-child(2) > small { font-size: 9px; }
  .center-site-shell .process-roadmap article h3 { font-size: 19px; }
  .center-site-shell .process-roadmap article p { font-size: 11px; }
  .center-site-shell .process-step-arrow { display: none; }
  .center-site-shell .process-completion-note { grid-template-columns: 42px 1fr; padding: 19px; }
  .center-site-shell .process-completion-note > span { width: 42px; height: 42px; }
  .center-site-shell .process-completion-note small { font-size: 8px; }
  .center-site-shell .process-completion-note strong { font-size: 14px; }
  .center-site-shell .process-completion-note p { font-size: 10px; }
  .center-site-shell .inquiry-panel { grid-template-columns: 1fr; gap: 24px; padding: 25px 21px; }
  .center-site-shell .inquiry-heading h3 { font-size: 26px; }
  .center-site-shell .inquiry-heading > p { font-size: 11px; }
  .center-site-shell .inquiry-heading > span { font-size: 10px; }
  .center-site-shell .inquiry-contact-list { grid-template-columns: 1fr; }
  .center-site-shell .inquiry-card-head > span { font-size: 8px; }
  .center-site-shell .inquiry-contact-list article > strong { font-size: 11px; }
  .center-site-shell .inquiry-contact-list article > a:not(.inquiry-call-link) { font-size: 20px; }
  .center-site-shell .inquiry-contact-list article > p,
  .center-site-shell .inquiry-call-link { font-size: 10px; }
}
/* Activity gallery is imported after the shared site stylesheet so its
   interactive pagination and article-viewer layout own the final cascade. */

.center-site-shell .activity-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.activity-lightbox-panel {
  grid-template-columns: minmax(0, 1.62fr) minmax(calc(265 * var(--u)), .58fr);
  width: min(calc(950 * var(--u)), 94vw);
  height: min(calc(620 * var(--u)), 90vh);
  max-height: 90vh;
}

.activity-lightbox-visual {
  display: grid;
  min-width: 0;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
  background: #edf1ec;
}

.activity-lightbox-media {
  min-height: 0;
}

.activity-lightbox-media > img {
  max-height: none;
}

.activity-lightbox-thumbs {
  grid-template-columns: repeat(3, minmax(0, calc(82 * var(--u))));
  gap: calc(8 * var(--u));
  margin-top: 0;
  padding: calc(10 * var(--u)) calc(13 * var(--u));
  background: #f8faf7;
  border-top: calc(1 * var(--u)) solid #dfe6e0;
}

.activity-lightbox-lead {
  margin: calc(10 * var(--u)) 0 0;
  padding-bottom: calc(18 * var(--u));
  color: #65736a;
  border-bottom: calc(1 * var(--u)) solid #e4e9e5;
  font-size: calc(6.5 * var(--u));
  line-height: 1.7;
}

.activity-lightbox-article {
  margin-top: calc(18 * var(--u));
}

.activity-lightbox-article p {
  margin: 0;
  color: #707a73;
  font-size: calc(6.3 * var(--u));
  line-height: 1.85;
}

.activity-lightbox-article p + p {
  margin-top: calc(10 * var(--u));
}

@media (min-width: 681px) and (max-width: 1024px) {
  .center-site-shell .activity-pagination {
    gap: 8px;
    margin-top: 44px;
    padding-top: 22px;
    border-width: 1px;
  }

  .center-site-shell .activity-pagination button {
    width: 42px;
    height: 42px;
    border-width: 1px;
    font-size: 10px;
  }

  .center-site-shell .activity-pagination-arrow svg { width: 15px; }
  .center-site-shell .activity-pagination-pages { gap: 7px; }
  .center-site-shell .activity-pagination > span { margin-left: 10px; font-size: 9px; }

  .activity-lightbox-panel {
    grid-template-columns: minmax(0, 1.42fr) minmax(280px, .58fr);
    width: min(940px, 94vw);
    height: min(650px, 90vh);
  }

  .activity-lightbox-thumbs {
    grid-template-columns: repeat(3, minmax(0, 92px));
    gap: 8px;
    padding: 11px 14px;
  }

  .activity-lightbox-info { padding: 48px 25px 25px; }
  .activity-lightbox-lead { padding-bottom: 18px; font-size: 11px; }
  .activity-lightbox-article p { font-size: 11px; }
}

@media (max-width: 680px) {
  .center-site-shell .activity-pagination {
    gap: 6px;
    margin-top: 32px;
    padding-top: 20px;
    border-width: 1px;
  }

  .center-site-shell .activity-pagination button {
    width: 38px;
    height: 38px;
    border-width: 1px;
    font-size: 10px;
  }

  .center-site-shell .activity-pagination-arrow svg { width: 14px; }
  .center-site-shell .activity-pagination-pages { gap: 6px; }
  .center-site-shell .activity-pagination > span { display: none; }

  .activity-lightbox-panel {
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    max-height: 94vh;
    overflow-y: auto;
    border-radius: 22px 22px 0 0;
  }

  .activity-lightbox-close {
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: auto;
  }

  .activity-lightbox-visual {
    min-height: 0;
    grid-template-rows: 36vh auto;
  }

  .activity-lightbox-media {
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .activity-lightbox-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin-top: 0;
    padding: 9px 12px;
  }

  .activity-lightbox-info {
    min-height: 0;
    padding: 24px 20px 27px;
    overflow: visible;
  }

  .activity-lightbox-lead {
    margin-top: 10px;
    padding-bottom: 16px;
    font-size: 11px;
  }

  .activity-lightbox-article { margin-top: 16px; }
  .activity-lightbox-article p { font-size: 11px; line-height: 1.75; }
  .activity-lightbox-note { margin-top: 24px; padding-top: 0; font-size: 9px; }
}
/* Desktop header alignment refinement. Tablet and mobile keep the compact
   all-menu control because the primary navigation is hidden there. */

@media (min-width: 1025px) {
  .header .nav {
    left: 50%;
    transform: translateX(-50%);
  }

  .header .header-reserve {
    right: calc(35 * var(--u));
    gap: calc(9 * var(--u));
    width: calc(110 * var(--u));
    height: calc(31 * var(--u));
    color: #438065;
    border: calc(.8 * var(--u)) solid #72a58c;
    border-radius: calc(18 * var(--u));
    background: rgba(255, 255, 252, .88);
    box-shadow: 0 calc(4 * var(--u)) calc(13 * var(--u)) rgba(74, 105, 87, .08);
    backdrop-filter: blur(calc(6 * var(--u)));
    transition: color .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
  }

  .header .header-reserve svg {
    width: calc(13 * var(--u));
    height: calc(13 * var(--u));
    stroke-width: 1.65;
    transition: transform .22s ease;
  }

  .header .header-reserve span {
    line-height: 1;
  }

  .header .header-reserve:hover,
  .header .header-reserve:focus-visible {
    color: #fff;
    border-color: #668e79;
    background: #6f9682;
    box-shadow: 0 calc(7 * var(--u)) calc(18 * var(--u)) rgba(65, 94, 77, .17);
    transform: translateY(calc(-1 * var(--u)));
    outline: none;
  }

  .header .header-reserve:hover svg,
  .header .header-reserve:focus-visible svg {
    transform: translateX(calc(-1 * var(--u)));
  }

  .header .menu-button,
  .header .all-menu-panel {
    display: none;
  }
}

@media (min-width: 681px) and (max-width: 1024px) {
  .header .header-reserve {
    gap: 8px;
    width: 122px;
    color: #438065;
    border: 1px solid #72a58c;
    background: rgba(255, 255, 252, .9);
    box-shadow: 0 4px 13px rgba(74, 105, 87, .08);
    backdrop-filter: blur(6px);
  }

  .header .header-reserve svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.65;
  }

  .header .header-reserve span { line-height: 1; }
}

.all-menu-contact {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr auto;
  gap: calc(7 * var(--u));
  align-items: center;
  margin-top: calc(7 * var(--u));
  padding: calc(9 * var(--u)) calc(11 * var(--u));
  color: #fff;
  border-radius: calc(9 * var(--u));
  background: #648671;
  font-size: calc(7.6 * var(--u));
  font-weight: 700;
}

.all-menu-contact svg {
  width: calc(11 * var(--u));
  height: calc(11 * var(--u));
}

@media (max-width: 680px) {
  .all-menu-contact {
    gap: 9px;
    margin-top: 10px;
    padding: 13px 14px;
    border-radius: 11px;
    font-size: 12px;
  }

  .all-menu-contact svg {
    width: 16px;
    height: 16px;
  }
}
/* Contact section: one generated background image plus independent HTML layers. */

.contact {
  height: calc(233 * var(--u));
  color: #fff;
  background: #f3eee4;
}

.contact-background {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
}

.contact .contact-line {
  z-index: 1;
  display: block;
  opacity: .72;
}

.contact .contact-line path {
  stroke: rgba(255, 255, 255, .72);
}

.contact .contact-line circle {
  r: 4px;
}

.contact-inner {
  z-index: 2;
}

.contact .contact-copy {
  z-index: 3;
  top: calc(39 * var(--u));
  left: calc(108 * var(--u));
}

.contact .contact-copy .eyebrow {
  position: relative;
  width: max-content;
  padding-bottom: calc(8 * var(--u));
  color: rgba(255, 255, 255, .72);
  font-size: calc(7.5 * var(--u));
}

.contact .contact-copy .eyebrow::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(10 * var(--u));
  height: calc(1 * var(--u));
  content: "";
  background: rgba(255, 255, 255, .82);
}

.contact .contact-copy h2 {
  margin-top: calc(9 * var(--u));
  font-size: calc(21 * var(--u));
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: calc(-.65 * var(--u));
}

.contact .contact-copy > p {
  margin-top: calc(10 * var(--u));
  color: rgba(255, 255, 255, .86);
  font-size: calc(7.2 * var(--u));
  line-height: 1.65;
}

.contact .contact-actions {
  gap: calc(8 * var(--u));
  margin-top: calc(23 * var(--u));
}

.contact .button-light {
  width: calc(83 * var(--u));
  color: #fff;
  background: rgba(66, 105, 82, .76);
  box-shadow: 0 calc(6 * var(--u)) calc(15 * var(--u)) rgba(37, 70, 51, .19);
  backdrop-filter: blur(calc(6 * var(--u)));
}

.contact .button-ghost {
  width: calc(82 * var(--u));
  border-color: rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(calc(5 * var(--u)));
}

.contact .button-light,
.contact .button-ghost {
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.contact .button-light:hover,
.contact .button-ghost:hover {
  transform: translateY(calc(-1 * var(--u)));
}

.contact .contact-details {
  z-index: 3;
  top: calc(73 * var(--u));
  left: calc(424 * var(--u));
  grid-template-columns: repeat(2, calc(96 * var(--u)));
  gap: calc(12 * var(--u));
  color: #405448;
}

.contact .contact-details article {
  display: flex;
  min-height: calc(126 * var(--u));
  padding: calc(14 * var(--u)) calc(9 * var(--u)) calc(12 * var(--u));
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: calc(1 * var(--u)) solid rgba(109, 133, 118, .08);
  border-radius: calc(8 * var(--u));
  background: rgba(255, 253, 249, .91);
  box-shadow: 0 calc(7 * var(--u)) calc(20 * var(--u)) rgba(85, 76, 58, .13);
  backdrop-filter: blur(calc(5 * var(--u)));
}

.contact .contact-icon {
  position: relative;
  top: auto;
  left: auto;
  width: calc(32 * var(--u));
  height: calc(32 * var(--u));
  flex: 0 0 auto;
  background: #6d8e7a;
}

.contact .contact-icon svg {
  width: calc(14 * var(--u));
  color: #fff;
  stroke-width: 1.65;
}

.contact .contact-details h3 {
  position: relative;
  margin: calc(20 * var(--u)) 0 calc(8 * var(--u));
  color: #405448;
  font-size: calc(8.7 * var(--u));
  font-weight: 700;
}

.contact .contact-details h3::before {
  position: absolute;
  top: calc(-10 * var(--u));
  left: 50%;
  width: calc(24 * var(--u));
  height: calc(1 * var(--u));
  content: "";
  background: #d6b46c;
  transform: translateX(-50%);
}

.contact .contact-details strong,
.contact .contact-details p {
  font-size: calc(7 * var(--u));
  line-height: 1.65;
}

.contact .contact-details strong {
  font-weight: 500;
}

.contact .contact-details p {
  color: #5f6a63;
}

@media (min-width: 681px) and (max-width: 1024px) {
  .contact { height: 420px; }
  .contact-background { object-position: center 72%; }
  .contact .contact-copy { top: 55px; left: 52px; }
  .contact .contact-copy .eyebrow { padding-bottom: 8px; font-size: 12px; }
  .contact .contact-copy .eyebrow::after { width: 17px; height: 1px; }
  .contact .contact-copy h2 { margin-top: 13px; font-size: 31px; }
  .contact .contact-copy > p { margin-top: 14px; font-size: 11px; }
  .contact .contact-actions { gap: 9px; margin-top: 27px; }
  .contact .button-light { width: 135px; }
  .contact .button-ghost { width: 125px; }
  .contact .contact-details { top: 105px; right: 45px; left: auto; grid-template-columns: repeat(2, 148px); gap: 12px; }
  .contact .contact-details article { min-height: 218px; padding: 24px 14px 20px; border-width: 1px; border-radius: 16px; }
  .contact .contact-icon { width: 54px; height: 54px; }
  .contact .contact-icon svg { width: 23px; }
  .contact .contact-details h3 { margin: 33px 0 12px; font-size: 14px; }
  .contact .contact-details h3::before { top: -17px; width: 36px; height: 1px; }
  .contact .contact-details strong,
  .contact .contact-details p { font-size: 11px; }
}

@media (max-width: 680px) {
  .contact {
    min-height: 720px;
    padding: 52px 24px 48px;
    border-radius: 48px 0 0 0;
    background: #648f78;
  }

  .contact-background {
    object-fit: cover;
    object-position: left center;
    opacity: .94;
  }

  .contact::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(47, 83, 63, .12), rgba(47, 83, 63, .32));
    pointer-events: none;
  }

  .contact .contact-line { display: none; }
  .contact .contact-copy { position: relative; z-index: 3; inset: auto; }
  .contact .contact-copy .eyebrow { padding-bottom: 8px; font-size: 12px; }
  .contact .contact-copy .eyebrow::after { width: 17px; height: 1px; }
  .contact .contact-copy h2 { margin-top: 14px; font-size: 28px; }
  .contact .contact-copy > p { margin-top: 14px; font-size: 11px; }
  .contact .contact-actions { gap: 9px; margin-top: 24px; }
  .contact .button-light { width: 132px; }
  .contact .button-ghost { width: 116px; }

  .contact .contact-details {
    position: relative;
    z-index: 3;
    inset: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 38px;
    color: #405448;
  }

  .contact .contact-details article {
    min-height: 210px;
    padding: 22px 10px 18px;
    border-radius: 17px;
  }

  .contact .contact-icon { width: 51px; height: 51px; }
  .contact .contact-icon svg { width: 22px; }
  .contact .contact-details h3 { margin: 31px 0 11px; font-size: 14px; }
  .contact .contact-details h3::before { top: -16px; width: 34px; height: 1px; }
  .contact .contact-details strong,
  .contact .contact-details p { color: #5f6a63; font-size: 10px; }
}
/* Section 04: separated testimonial layout and looping carousel */
.story .story-copy {
  top: calc(44 * var(--u));
  left: calc(72 * var(--u));
  width: calc(220 * var(--u));
}

.story .story-copy h2 {
  margin-top: calc(20 * var(--u));
  font-size: calc(20.5 * var(--u));
  line-height: 1.28;
  letter-spacing: -0.055em;
}

.story .story-copy h2 span {
  white-space: nowrap;
}

.story .story-copy p {
  margin-top: calc(13 * var(--u));
}

.story .story-copy .outline-button {
  margin-top: calc(18 * var(--u));
}

.story .story-card {
  top: calc(42 * var(--u));
  left: calc(322 * var(--u));
  width: calc(430 * var(--u));
  height: calc(190 * var(--u));
  overflow: hidden;
}

.story-testimonial-stage,
.story-testimonial-slide {
  position: absolute;
  inset: 0;
}

.story-testimonial-slide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 450ms ease, visibility 450ms ease;
}

.story-testimonial-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.story .story-testimonial-slide .quote-copy {
  z-index: 2;
  top: 0;
  left: 0;
  width: calc(282 * var(--u));
  height: 100%;
  padding: calc(58 * var(--u)) calc(24 * var(--u)) calc(42 * var(--u)) calc(32 * var(--u));
  background: linear-gradient(90deg, #fff 0%, #fff 77%, rgba(255, 255, 255, 0.92) 88%, rgba(255, 255, 255, 0) 100%);
}

.story .story-testimonial-slide blockquote {
  max-width: calc(220 * var(--u));
  font-size: calc(7.2 * var(--u));
  line-height: 1.75;
  word-break: keep-all;
}

.story .story-testimonial-slide .quote-mark {
  top: calc(18 * var(--u));
  left: calc(32 * var(--u));
  font-size: calc(32 * var(--u));
}

.story .story-testimonial-slide cite {
  margin-top: calc(10 * var(--u));
  max-width: calc(220 * var(--u));
  font-size: calc(7.2 * var(--u));
}

.story .story-testimonial-slide > img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(176 * var(--u));
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.story .story-pagination {
  position: absolute;
  z-index: 4;
  left: calc(32 * var(--u));
  bottom: calc(20 * var(--u));
  display: flex;
  align-items: center;
  gap: calc(8 * var(--u));
  color: #c2c9c4;
  font-size: calc(6.6 * var(--u));
}

.story .story-pagination strong {
  color: var(--deep-green);
}

.story-pagination-dots {
  display: flex;
  align-items: center;
  gap: calc(3.5 * var(--u));
}

.story-pagination-dots button {
  width: calc(3.2 * var(--u));
  height: calc(3.2 * var(--u));
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d8ded9;
  cursor: pointer;
  transition: width 260ms ease, background-color 260ms ease;
}

.story-pagination-dots button.is-active {
  width: calc(11 * var(--u));
  background: #668873;
}

.story-pagination-dots button:focus-visible {
  outline: 2px solid #557764;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .story-testimonial-slide,
  .story-pagination-dots button {
    transition: none;
  }
}

@media (min-width: 901px) and (max-width: 1024px) {
  .story {
    height: 430px;
  }

  .story .story-copy {
    top: 64px;
    left: 34px;
    width: 280px;
  }

  .story .story-copy h2 {
    margin-top: 22px;
    font-size: 32px;
  }

  .story .story-copy p {
    margin-top: 20px;
  }

  .story .story-copy .outline-button {
    margin-top: 28px;
  }

  .story .story-card {
    top: 62px;
    right: 24px;
    left: auto;
    width: 520px;
    height: 300px;
  }

  .story .story-testimonial-slide .quote-copy {
    width: 352px;
    padding: 37px 34px 74px 40px;
  }

  .story .story-testimonial-slide blockquote {
    max-width: 272px;
    font-size: 14px;
  }

  .story .story-testimonial-slide cite {
    max-width: 272px;
    margin-top: 17px;
    font-size: 14px;
  }

  .story .story-testimonial-slide > img {
    width: 210px;
  }

  .story .story-pagination {
    left: 40px;
    bottom: 29px;
    gap: 11px;
    font-size: 13px;
  }

  .story-pagination-dots {
    gap: 5px;
  }

  .story-pagination-dots button {
    width: 5px;
    height: 5px;
  }

  .story-pagination-dots button.is-active {
    width: 18px;
  }
}

@media (min-width: 681px) and (max-width: 900px) {
  .story {
    display: block;
    height: auto;
    padding: 72px 36px 80px;
  }

  .story .story-inner {
    display: block;
    width: 100%;
  }

  .story .story-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .story .story-copy h2 {
    margin-top: 18px;
    font-size: 39px;
  }

  .story .story-copy p {
    margin-top: 20px;
  }

  .story .story-copy .outline-button {
    margin-top: 26px;
  }

  .story .story-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: 320px;
    margin-top: 38px;
  }

  .story .story-testimonial-slide .quote-copy {
    width: 68%;
    padding: 40px 42px 76px;
  }

  .story .story-testimonial-slide blockquote,
  .story .story-testimonial-slide cite {
    max-width: 410px;
    font-size: 14px;
  }

  .story .story-testimonial-slide cite {
    margin-top: 18px;
  }

  .story .story-testimonial-slide > img {
    width: 39%;
  }

  .story .story-pagination {
    left: 42px;
    bottom: 30px;
    gap: 11px;
    font-size: 13px;
  }

  .story-pagination-dots {
    gap: 5px;
  }

  .story-pagination-dots button {
    width: 5px;
    height: 5px;
  }

  .story-pagination-dots button.is-active {
    width: 18px;
  }
}

@media (max-width: 680px) {
  .story {
    display: block;
    height: auto;
    padding: 64px 20px 72px;
  }

  .story .story-inner {
    display: block;
    width: 100%;
  }

  .story .story-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .story .story-copy h2 {
    margin-top: 16px;
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.25;
  }

  .story .story-copy h2 span {
    white-space: normal;
  }

  .story .story-copy p {
    margin-top: 18px;
  }

  .story .story-copy .outline-button {
    margin-top: 25px;
  }

  .story .story-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: 540px;
    margin-top: 36px;
    border-radius: 26px;
  }

  .story .story-testimonial-slide > img {
    top: 0;
    width: 100%;
    height: 218px;
    object-position: center 35%;
  }

  .story .story-testimonial-slide .quote-copy {
    top: 182px;
    width: 100%;
    height: 358px;
    padding: 76px 24px 62px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 18%, #fff 100%);
  }

  .story .story-testimonial-slide blockquote {
    max-width: none;
    font-size: 13.5px;
    line-height: 1.68;
  }

  .story .story-testimonial-slide .quote-mark {
    top: 24px;
    left: 24px;
    font-size: 40px;
  }

  .story .story-testimonial-slide cite {
    max-width: none;
    margin-top: 13px;
    font-size: 13px;
  }

  .story .story-pagination {
    left: 24px;
    bottom: 22px;
    gap: 9px;
    font-size: 12px;
  }

  .story-pagination-dots {
    gap: 4px;
  }

  .story-pagination-dots button {
    width: 5px;
    height: 5px;
  }

  .story-pagination-dots button.is-active {
    width: 17px;
  }
}

/* All tablet widths use a vertical flow so the two content zones can never collide. */
@media (min-width: 681px) and (max-width: 1024px) {
  .story {
    display: block;
    height: auto;
    padding: 72px 42px 82px;
  }

  .story .story-inner {
    display: block;
    width: 100%;
  }

  .story .story-copy {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
  }

  .story .story-copy h2 {
    margin-top: 18px;
    font-size: 39px;
  }

  .story .story-copy p {
    margin-top: 20px;
  }

  .story .story-copy .outline-button {
    margin-top: 26px;
  }

  .story .story-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    height: 320px;
    margin-top: 38px;
  }

  .story .story-testimonial-slide .quote-copy {
    width: 68%;
    padding: 80px 42px 76px;
  }

  .story .story-testimonial-slide .quote-mark {
    top: 24px;
    left: 42px;
    font-size: 44px;
  }

  .story .story-testimonial-slide blockquote,
  .story .story-testimonial-slide cite {
    max-width: 410px;
    font-size: 14px;
  }

  .story .story-testimonial-slide cite {
    margin-top: 18px;
  }

  .story .story-testimonial-slide > img {
    width: 39%;
  }

  .story .story-pagination {
    left: 42px;
    bottom: 30px;
    gap: 11px;
    font-size: 13px;
  }

  .story-pagination-dots {
    gap: 5px;
  }

  .story-pagination-dots button {
    width: 5px;
    height: 5px;
  }

  .story-pagination-dots button.is-active {
    width: 18px;
  }
}
/* Header vertical rhythm and simplified section 01 background. */
@media (min-width: 681px) {
  .header {
    height: calc(58 * var(--u));
  }

  .header .brand {
    top: calc(8 * var(--u));
  }

  .header .nav {
    top: calc(20 * var(--u));
  }

  .header .header-reserve {
    top: calc(13.5 * var(--u));
    background: rgba(255, 255, 252, 0.42);
    box-shadow: 0 calc(4 * var(--u)) calc(13 * var(--u)) rgba(74, 105, 87, 0.055);
    backdrop-filter: blur(calc(8 * var(--u)));
  }

  .header .menu-button {
    top: calc(17.5 * var(--u));
  }
}

.philosophy {
  background:
    radial-gradient(circle at 43% 64%, rgba(230, 238, 224, 0.5), transparent 27%),
    linear-gradient(115deg, #f3f3ec 0%, #f6f7ed 72%, #f1f3e8 100%);
}

.philosophy::before,
.philosophy .dotted-path,
.philosophy .leaf-philosophy,
.philosophy .dot-teal {
  display: none;
}
/* Automatic program carousel: three cards on desktop/tablet, one on mobile. */
.programs .program-list {
  display: block;
  width: calc(471 * var(--u));
  overflow: hidden;
}

.program-carousel-track {
  display: flex;
  gap: calc(18 * var(--u));
  width: 100%;
  animation: program-window-enter 520ms cubic-bezier(0.22, 0.72, 0.25, 1) both;
}

.program-carousel-track .program-card {
  flex: 0 0 calc(145 * var(--u));
}

.program-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.program-next {
  display: none !important;
}

@keyframes program-window-enter {
  from {
    opacity: 0.28;
    transform: translate3d(calc(13 * var(--u)), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .program-carousel-track {
    animation: none;
  }
}

@media (min-width: 681px) and (max-width: 1024px) {
  .programs .program-list {
    display: block;
    width: 100%;
  }

  .program-carousel-track {
    gap: 17px;
  }

  .program-carousel-track .program-card {
    flex-basis: calc((100% - 34px) / 3);
  }
}

@media (max-width: 680px) {
  .programs .program-list {
    display: block;
    width: 100%;
  }

  .program-carousel-track {
    display: block;
  }

  .program-carousel-track .program-card {
    width: 100%;
  }

  .program-carousel-track .program-card:nth-child(n + 2) {
    display: none;
  }
}
.inquiry-site-shell {
  --inquiry-green: #62826f;
  --inquiry-deep: #3f5e4c;
  --inquiry-pale: #eef4ed;
  --inquiry-cream: #f7f4ec;
  background: #fff;
}

.inquiry-page-hero {
  position: relative;
  height: calc(272 * var(--u));
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 64%, rgba(213, 184, 121, .14), transparent 24%),
    linear-gradient(112deg, #f8faf6 0%, #f2f6ef 54%, #f5efe6 100%);
}

.inquiry-page-hero::before {
  position: absolute;
  right: calc(-72 * var(--u));
  bottom: calc(-164 * var(--u));
  width: calc(370 * var(--u));
  height: calc(370 * var(--u));
  border: calc(42 * var(--u)) solid rgba(255, 255, 255, .58);
  border-radius: 50%;
  content: "";
}

.inquiry-page-hero::after {
  position: absolute;
  right: calc(90 * var(--u));
  bottom: calc(-112 * var(--u));
  width: calc(184 * var(--u));
  height: calc(184 * var(--u));
  border-radius: 50% 50% 12% 50%;
  background: rgba(109, 145, 123, .14);
  transform: rotate(35deg);
  content: "";
}

.inquiry-page-hero-inner {
  z-index: 2;
  box-sizing: border-box;
  padding: calc(94 * var(--u)) calc(52 * var(--u)) 0;
}

.inquiry-page-breadcrumb {
  display: flex;
  align-items: center;
  gap: calc(5 * var(--u));
  color: #829087;
  font-size: calc(5.6 * var(--u));
}

.inquiry-page-breadcrumb svg { width: calc(7 * var(--u)); height: calc(7 * var(--u)); }
.inquiry-page-breadcrumb span { color: #496152; font-weight: 700; }

.inquiry-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: calc(58 * var(--u));
  align-items: end;
  margin-top: calc(22 * var(--u));
}

.inquiry-hero-copy > span {
  display: block;
  color: #76907f;
  font-size: calc(5.8 * var(--u));
  font-weight: 700;
  letter-spacing: calc(1.35 * var(--u));
}

.inquiry-hero-copy h1 {
  margin: calc(10 * var(--u)) 0 0;
  color: #202622;
  font-size: calc(28 * var(--u));
  font-weight: 500;
  letter-spacing: calc(-1.45 * var(--u));
  line-height: 1.24;
}

.inquiry-hero-copy h1 span,
.inquiry-hero-copy p span { display: block; }
.inquiry-hero-copy h1 span:last-child { color: var(--inquiry-green); }

.inquiry-hero-copy p {
  margin: calc(12 * var(--u)) 0 0;
  color: #657168;
  font-size: calc(6.6 * var(--u));
  line-height: 1.75;
}

.inquiry-hero-process {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(7 * var(--u));
  padding-bottom: calc(4 * var(--u));
}

.inquiry-hero-process article {
  position: relative;
  min-height: calc(72 * var(--u));
  padding: calc(15 * var(--u)) calc(13 * var(--u));
  border: calc(.7 * var(--u)) solid rgba(103, 132, 114, .16);
  border-radius: calc(14 * var(--u));
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 calc(8 * var(--u)) calc(24 * var(--u)) rgba(68, 91, 77, .06);
  backdrop-filter: blur(calc(7 * var(--u)));
}

.inquiry-hero-process article > span {
  color: #9aab9f;
  font-size: calc(5.3 * var(--u));
  font-weight: 700;
}

.inquiry-hero-process article > strong {
  display: block;
  margin-top: calc(17 * var(--u));
  color: #3f5346;
  font-size: calc(7 * var(--u));
}

.inquiry-hero-process article > i {
  position: absolute;
  top: 50%;
  right: calc(-8 * var(--u));
  z-index: 2;
  width: calc(9 * var(--u));
  height: calc(1 * var(--u));
  background: #9eb3a5;
}

.inquiry-hero-orbit {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.inquiry-hero-orbit-one {
  top: calc(108 * var(--u));
  right: calc(21 * var(--u));
  width: calc(12 * var(--u));
  height: calc(12 * var(--u));
  background: rgba(207, 173, 100, .6);
}

.inquiry-hero-orbit-two {
  right: calc(264 * var(--u));
  bottom: calc(28 * var(--u));
  width: calc(7 * var(--u));
  height: calc(7 * var(--u));
  background: rgba(105, 151, 128, .52);
}

.inquiry-page-content {
  padding: calc(67 * var(--u)) 0 calc(78 * var(--u));
  background: #fff;
}

.inquiry-page-layout {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: calc(57 * var(--u));
  box-sizing: border-box;
  height: auto;
  padding-inline: calc(52 * var(--u));
}

.inquiry-page-aside { padding-top: calc(8 * var(--u)); }

.inquiry-section-number {
  display: block;
  color: #70887a;
  font-size: calc(8 * var(--u));
  font-weight: 600;
}

.inquiry-page-aside > small {
  display: block;
  margin-top: calc(31 * var(--u));
  color: #8a9a90;
  font-size: calc(5.5 * var(--u));
  font-weight: 700;
  letter-spacing: calc(1.2 * var(--u));
}

.inquiry-page-aside > h2 {
  max-width: calc(245 * var(--u));
  margin: calc(9 * var(--u)) 0 0;
  color: #252b27;
  font-size: calc(20 * var(--u));
  font-weight: 500;
  letter-spacing: calc(-.9 * var(--u));
  line-height: 1.38;
}

.inquiry-page-aside > p {
  max-width: calc(250 * var(--u));
  margin: calc(11 * var(--u)) 0 0;
  color: #737d76;
  font-size: calc(6.6 * var(--u));
  line-height: 1.75;
}

.inquiry-support-list {
  display: grid;
  gap: calc(6 * var(--u));
  margin-top: calc(28 * var(--u));
}

.inquiry-support-list article {
  display: grid;
  grid-template-columns: calc(34 * var(--u)) 1fr;
  gap: calc(12 * var(--u));
  align-items: center;
  padding: calc(12 * var(--u)) 0;
  border-bottom: calc(.6 * var(--u)) solid #e2e8e2;
}

.inquiry-support-list article > span,
.inquiry-response-card > span {
  display: grid;
  width: calc(34 * var(--u));
  height: calc(34 * var(--u));
  place-items: center;
  color: var(--inquiry-green);
  border-radius: 50%;
  background: var(--inquiry-pale);
}

.inquiry-support-list svg,
.inquiry-response-card svg { width: calc(14 * var(--u)); height: calc(14 * var(--u)); stroke-width: 1.6; }
.inquiry-support-list strong { color: #34443a; font-size: calc(7 * var(--u)); }
.inquiry-support-list p { margin: calc(4 * var(--u)) 0 0; color: #79837c; font-size: calc(5.8 * var(--u)); line-height: 1.55; }

.inquiry-response-card {
  display: grid;
  grid-template-columns: calc(36 * var(--u)) 1fr;
  gap: calc(13 * var(--u));
  align-items: center;
  margin-top: calc(25 * var(--u));
  padding: calc(18 * var(--u));
  border-radius: calc(16 * var(--u));
  background: #f5f2e9;
}

.inquiry-response-card > span { color: #896f3d; background: rgba(222, 197, 139, .27); }
.inquiry-response-card small { display: block; color: #a18e69; font-size: calc(5.2 * var(--u)); font-weight: 700; letter-spacing: calc(.8 * var(--u)); }
.inquiry-response-card strong { display: block; margin-top: calc(4 * var(--u)); color: #4d493f; font-size: calc(7 * var(--u)); }
.inquiry-response-card p { margin: calc(4 * var(--u)) 0 0; color: #7b776d; font-size: calc(5.6 * var(--u)); line-height: 1.55; }

.inquiry-form-card {
  padding: calc(35 * var(--u)) calc(38 * var(--u)) calc(39 * var(--u));
  border: calc(.8 * var(--u)) solid #dfe6df;
  border-radius: calc(25 * var(--u));
  background: #fff;
  box-shadow: 0 calc(18 * var(--u)) calc(52 * var(--u)) rgba(58, 78, 66, .09);
}

.inquiry-form-heading { padding-bottom: calc(22 * var(--u)); border-bottom: calc(.7 * var(--u)) solid #e2e8e2; }
.inquiry-form-heading > div { display: flex; align-items: center; gap: calc(10 * var(--u)); }
.inquiry-form-heading > div span { color: #6b8977; font-size: calc(8.5 * var(--u)); font-weight: 600; }
.inquiry-form-heading > div small { color: #98a69d; font-size: calc(5.4 * var(--u)); font-weight: 700; letter-spacing: calc(1.1 * var(--u)); }
.inquiry-form-heading h2 { margin: calc(10 * var(--u)) 0 0; color: #232a25; font-size: calc(19 * var(--u)); font-weight: 500; }
.inquiry-form-heading p { margin: calc(7 * var(--u)) 0 0; color: #758078; font-size: calc(6.3 * var(--u)); line-height: 1.7; }

.inquiry-form-status {
  display: grid;
  grid-template-columns: calc(31 * var(--u)) 1fr;
  gap: calc(11 * var(--u));
  align-items: center;
  margin-top: calc(18 * var(--u));
  padding: calc(13 * var(--u)) calc(15 * var(--u));
  border: calc(.7 * var(--u)) solid #cfe0d4;
  border-radius: calc(12 * var(--u));
  background: #f0f6f1;
  outline: none;
}

.inquiry-form-status > span { display: grid; width: calc(31 * var(--u)); height: calc(31 * var(--u)); place-items: center; color: #fff; border-radius: 50%; background: var(--inquiry-green); }
.inquiry-form-status svg { width: calc(14 * var(--u)); }
.inquiry-form-status strong { color: #3f5949; font-size: calc(6.7 * var(--u)); }
.inquiry-form-status p { margin: calc(3 * var(--u)) 0 0; color: #718078; font-size: calc(5.6 * var(--u)); }

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(20 * var(--u)) calc(13 * var(--u));
  margin-top: calc(25 * var(--u));
}

.inquiry-field-full { grid-column: 1 / -1; }
.inquiry-field label,
.inquiry-contact-method legend { display: block; margin-bottom: calc(7 * var(--u)); color: #3f4b43; font-size: calc(6.4 * var(--u)); font-weight: 700; }
.inquiry-field label em,
.inquiry-privacy strong em { margin-left: calc(4 * var(--u)); color: #7a9b87; font-size: calc(5 * var(--u)); font-style: normal; }

.inquiry-field input,
.inquiry-field select,
.inquiry-field textarea {
  box-sizing: border-box;
  width: 100%;
  color: #28322b;
  border: calc(.7 * var(--u)) solid #dce3dd;
  border-radius: calc(10 * var(--u));
  background: #fbfcfa;
  font: inherit;
  font-size: calc(6.5 * var(--u));
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.inquiry-field input,
.inquiry-field select { height: calc(43 * var(--u)); padding: 0 calc(14 * var(--u)); }
.inquiry-field textarea { min-height: calc(120 * var(--u)); padding: calc(13 * var(--u)) calc(14 * var(--u)); line-height: 1.7; resize: vertical; }
.inquiry-field input::placeholder,
.inquiry-field textarea::placeholder { color: #a4ada7; }
.inquiry-field input:focus,
.inquiry-field select:focus,
.inquiry-field textarea:focus { border-color: #7e9f8a; background: #fff; box-shadow: 0 0 0 calc(2.5 * var(--u)) rgba(110, 151, 126, .12); }
.inquiry-field > small { display: block; margin-top: calc(6 * var(--u)); color: #929a95; font-size: calc(5.2 * var(--u)); }

.inquiry-contact-method { display: flex; gap: calc(8 * var(--u)); padding: 0; border: 0; }
.inquiry-contact-method legend { float: left; width: 100%; }
.inquiry-contact-method label { cursor: pointer; }
.inquiry-contact-method input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.inquiry-contact-method label span { display: flex; align-items: center; gap: calc(6 * var(--u)); min-width: calc(88 * var(--u)); padding: calc(10 * var(--u)) calc(15 * var(--u)); color: #67736b; border: calc(.7 * var(--u)) solid #dce3dd; border-radius: calc(10 * var(--u)); background: #fbfcfa; font-size: calc(6.2 * var(--u)); font-weight: 600; }
.inquiry-contact-method label svg { width: calc(13 * var(--u)); height: calc(13 * var(--u)); }
.inquiry-contact-method input:checked + span { color: #486653; border-color: #83a18e; background: #edf4ee; box-shadow: inset 0 0 0 calc(.7 * var(--u)) #83a18e; }
.inquiry-contact-method input:focus-visible + span { outline: calc(1.5 * var(--u)) solid #4f7560; outline-offset: calc(2 * var(--u)); }

.inquiry-privacy {
  display: grid;
  grid-template-columns: calc(18 * var(--u)) 1fr;
  gap: calc(10 * var(--u));
  align-items: start;
  padding: calc(16 * var(--u));
  border-radius: calc(12 * var(--u));
  background: #f6f8f5;
  cursor: pointer;
}

.inquiry-privacy > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.inquiry-privacy > span { display: grid; width: calc(18 * var(--u)); height: calc(18 * var(--u)); place-items: center; color: transparent; border: calc(.7 * var(--u)) solid #b8c4bc; border-radius: calc(5 * var(--u)); background: #fff; }
.inquiry-privacy > span svg { width: calc(11 * var(--u)); }
.inquiry-privacy > input:checked + span { color: #fff; border-color: var(--inquiry-green); background: var(--inquiry-green); }
.inquiry-privacy > input:focus-visible + span { outline: calc(1.5 * var(--u)) solid #4f7560; outline-offset: calc(2 * var(--u)); }
.inquiry-privacy strong { color: #46524a; font-size: calc(6.2 * var(--u)); }
.inquiry-privacy p { margin: calc(5 * var(--u)) 0 0; color: #858f88; font-size: calc(5.2 * var(--u)); line-height: 1.55; }

.inquiry-submit-row { display: flex; align-items: center; justify-content: space-between; gap: calc(20 * var(--u)); padding-top: calc(4 * var(--u)); }
.inquiry-submit-row > p { display: flex; align-items: center; gap: calc(5 * var(--u)); margin: 0; color: #818c85; font-size: calc(5.4 * var(--u)); }
.inquiry-submit-row > p svg { width: calc(12 * var(--u)); color: #71917e; }
.inquiry-submit-row button { display: flex; align-items: center; justify-content: center; gap: calc(8 * var(--u)); min-width: calc(142 * var(--u)); height: calc(44 * var(--u)); padding: 0 calc(19 * var(--u)); color: #fff; border: 0; border-radius: calc(23 * var(--u)); background: var(--inquiry-deep); box-shadow: 0 calc(8 * var(--u)) calc(18 * var(--u)) rgba(60, 91, 72, .2); font-size: calc(6.6 * var(--u)); font-weight: 700; cursor: pointer; transition: background .18s ease, transform .18s ease, box-shadow .18s ease; }
.inquiry-submit-row button svg { width: calc(13 * var(--u)); }
.inquiry-submit-row button:hover,
.inquiry-submit-row button:focus-visible { background: #51725d; box-shadow: 0 calc(10 * var(--u)) calc(23 * var(--u)) rgba(60, 91, 72, .25); transform: translateY(calc(-1 * var(--u))); outline: none; }

.inquiry-help-links { padding: calc(42 * var(--u)) 0; background: #f2f5f0; }
.inquiry-help-links-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: calc(54 * var(--u)); align-items: center; box-sizing: border-box; height: auto; padding-inline: calc(52 * var(--u)); }
.inquiry-help-links-inner > div small { color: #84948a; font-size: calc(5.3 * var(--u)); font-weight: 700; letter-spacing: calc(1 * var(--u)); }
.inquiry-help-links-inner > div h2 { max-width: calc(240 * var(--u)); margin: calc(7 * var(--u)) 0 0; color: #334238; font-size: calc(13 * var(--u)); font-weight: 500; line-height: 1.45; }
.inquiry-help-links nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: calc(9 * var(--u)); }
.inquiry-help-links a { display: grid; grid-template-columns: calc(34 * var(--u)) 1fr calc(15 * var(--u)); gap: calc(11 * var(--u)); align-items: center; min-height: calc(70 * var(--u)); padding: calc(13 * var(--u)) calc(16 * var(--u)); border: calc(.7 * var(--u)) solid #dce5dd; border-radius: calc(14 * var(--u)); background: rgba(255, 255, 255, .78); transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.inquiry-help-links a > span { display: grid; width: calc(34 * var(--u)); height: calc(34 * var(--u)); place-items: center; color: var(--inquiry-green); border-radius: 50%; background: #edf4ee; }
.inquiry-help-links a svg { width: calc(14 * var(--u)); }
.inquiry-help-links a > svg { color: #84958a; }
.inquiry-help-links a small { display: block; color: #96a29a; font-size: calc(4.8 * var(--u)); font-weight: 700; letter-spacing: calc(.7 * var(--u)); }
.inquiry-help-links a strong { display: block; margin-top: calc(5 * var(--u)); color: #405047; font-size: calc(7 * var(--u)); }
.inquiry-help-links a:hover,
.inquiry-help-links a:focus-visible { border-color: #9fb5a6; background: #fff; transform: translateY(calc(-1 * var(--u))); outline: none; }

@media (min-width: 681px) and (max-width: 1024px) {
  .inquiry-page-hero { height: 420px; }
  .inquiry-page-hero-inner { display: block; width: 100%; height: 100%; padding: 112px 48px 0; }
  .inquiry-page-breadcrumb { font-size: 9px; }
  .inquiry-page-breadcrumb svg { width: 11px; height: 11px; }
  .inquiry-hero-layout { grid-template-columns: 1fr .92fr; gap: 35px; margin-top: 30px; }
  .inquiry-hero-copy > span { font-size: 9px; letter-spacing: 1.5px; }
  .inquiry-hero-copy h1 { margin-top: 12px; font-size: 42px; letter-spacing: -1.5px; }
  .inquiry-hero-copy p { margin-top: 14px; font-size: 12px; }
  .inquiry-hero-process { gap: 8px; }
  .inquiry-hero-process article { min-height: 112px; padding: 20px 15px; border-radius: 18px; }
  .inquiry-hero-process article > span { font-size: 9px; }
  .inquiry-hero-process article > strong { margin-top: 25px; font-size: 12px; }
  .inquiry-page-content { padding: 80px 0 90px; }
  .inquiry-page-layout { width: 100%; grid-template-columns: .72fr 1.28fr; gap: 42px; padding-inline: 48px; }
  .inquiry-page-aside > small { margin-top: 30px; font-size: 9px; }
  .inquiry-section-number { font-size: 13px; }
  .inquiry-page-aside > h2 { margin-top: 9px; font-size: 30px; }
  .inquiry-page-aside > p { font-size: 11px; }
  .inquiry-support-list { margin-top: 28px; }
  .inquiry-support-list article { grid-template-columns: 45px 1fr; gap: 12px; padding: 13px 0; }
  .inquiry-support-list article > span,
  .inquiry-response-card > span { width: 43px; height: 43px; }
  .inquiry-support-list strong { font-size: 12px; }
  .inquiry-support-list p { font-size: 10px; }
  .inquiry-response-card { grid-template-columns: 45px 1fr; padding: 18px; }
  .inquiry-response-card small { font-size: 8px; }
  .inquiry-response-card strong { font-size: 12px; }
  .inquiry-response-card p { font-size: 10px; }
  .inquiry-form-card { padding: 32px; border-radius: 27px; }
  .inquiry-form-heading > div span { font-size: 14px; }
  .inquiry-form-heading > div small { font-size: 9px; }
  .inquiry-form-heading h2 { font-size: 30px; }
  .inquiry-form-heading p { font-size: 11px; }
  .inquiry-form { gap: 22px 14px; }
  .inquiry-field label,
  .inquiry-contact-method legend { font-size: 11px; }
  .inquiry-field input,
  .inquiry-field select,
  .inquiry-field textarea { font-size: 12px; }
  .inquiry-field input,
  .inquiry-field select { height: 52px; padding-inline: 15px; }
  .inquiry-field textarea { min-height: 155px; padding: 15px; }
  .inquiry-field > small { font-size: 9px; }
  .inquiry-contact-method label span { min-width: 102px; padding: 12px 17px; font-size: 11px; }
  .inquiry-privacy { grid-template-columns: 22px 1fr; padding: 17px; }
  .inquiry-privacy > span { width: 22px; height: 22px; }
  .inquiry-privacy strong { font-size: 11px; }
  .inquiry-privacy p { font-size: 9px; }
  .inquiry-submit-row > p { font-size: 9px; }
  .inquiry-submit-row button { min-width: 180px; height: 55px; font-size: 12px; }
  .inquiry-help-links-inner { width: 100%; padding-inline: 48px; }
}

@media (max-width: 680px) {
  .inquiry-site-shell { min-width: 0; }
  .inquiry-page-hero { height: 468px; }
  .inquiry-page-hero-inner { display: block; width: 100%; height: 100%; padding: 98px 24px 0; }
  .inquiry-page-hero::before { right: -120px; bottom: -160px; width: 330px; height: 330px; border-width: 32px; }
  .inquiry-page-hero::after { right: -55px; bottom: -45px; width: 170px; height: 170px; }
  .inquiry-page-breadcrumb { gap: 5px; font-size: 9px; }
  .inquiry-page-breadcrumb svg { width: 10px; height: 10px; }
  .inquiry-hero-layout { display: block; margin-top: 28px; }
  .inquiry-hero-copy > span { font-size: 9px; letter-spacing: 1.4px; }
  .inquiry-hero-copy h1 { margin-top: 10px; font-size: 36px; letter-spacing: -1.5px; }
  .inquiry-hero-copy p { margin-top: 13px; font-size: 12px; }
  .inquiry-hero-process { gap: 6px; margin-top: 28px; }
  .inquiry-hero-process article { min-height: 73px; padding: 12px; border-radius: 15px; }
  .inquiry-hero-process article > span { font-size: 8px; }
  .inquiry-hero-process article > strong { margin-top: 16px; font-size: 10px; }
  .inquiry-hero-process article > i { right: -7px; width: 8px; }
  .inquiry-hero-orbit { display: none; }

  .inquiry-page-content { padding: 58px 24px 70px; }
  .inquiry-page-layout { display: block; width: 100%; padding: 0; }
  .inquiry-section-number { font-size: 12px; }
  .inquiry-page-aside > small { margin-top: 25px; font-size: 9px; letter-spacing: 1.2px; }
  .inquiry-page-aside > h2 { max-width: 310px; margin-top: 8px; font-size: 28px; }
  .inquiry-page-aside > p { max-width: none; margin-top: 10px; font-size: 12px; }
  .inquiry-support-list { margin-top: 24px; }
  .inquiry-support-list article { grid-template-columns: 45px 1fr; gap: 13px; padding: 15px 0; }
  .inquiry-support-list article > span,
  .inquiry-response-card > span { width: 43px; height: 43px; }
  .inquiry-support-list svg,
  .inquiry-response-card svg { width: 18px; height: 18px; }
  .inquiry-support-list strong { font-size: 13px; }
  .inquiry-support-list p { font-size: 11px; }
  .inquiry-response-card { grid-template-columns: 43px 1fr; gap: 12px; margin-top: 24px; padding: 18px; border-radius: 17px; }
  .inquiry-response-card small { font-size: 8px; }
  .inquiry-response-card strong { font-size: 12px; }
  .inquiry-response-card p { font-size: 10px; }

  .inquiry-form-card { margin-top: 47px; padding: 27px 20px 24px; border-radius: 23px; }
  .inquiry-form-heading { padding-bottom: 20px; }
  .inquiry-form-heading > div span { font-size: 13px; }
  .inquiry-form-heading > div small { font-size: 8px; }
  .inquiry-form-heading h2 { margin-top: 9px; font-size: 27px; }
  .inquiry-form-heading p { font-size: 11px; }
  .inquiry-form-status { grid-template-columns: 38px 1fr; gap: 10px; margin-top: 17px; padding: 13px; }
  .inquiry-form-status > span { width: 38px; height: 38px; }
  .inquiry-form-status strong { font-size: 12px; }
  .inquiry-form-status p { font-size: 9px; line-height: 1.5; }
  .inquiry-form { grid-template-columns: 1fr; gap: 18px; margin-top: 23px; }
  .inquiry-field-full { grid-column: auto; }
  .inquiry-field label,
  .inquiry-contact-method legend { margin-bottom: 8px; font-size: 12px; }
  .inquiry-field label em,
  .inquiry-privacy strong em { font-size: 9px; }
  .inquiry-field input,
  .inquiry-field select,
  .inquiry-field textarea { font-size: 16px; border-radius: 11px; }
  .inquiry-field input,
  .inquiry-field select { height: 52px; padding-inline: 14px; }
  .inquiry-field textarea { min-height: 170px; padding: 14px; }
  .inquiry-field > small { margin-top: 7px; font-size: 9px; line-height: 1.5; }
  .inquiry-contact-method { grid-column: auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .inquiry-contact-method legend { grid-column: 1 / -1; }
  .inquiry-contact-method label span { justify-content: center; min-width: 0; padding: 13px; font-size: 12px; }
  .inquiry-privacy { grid-column: auto; grid-template-columns: 22px 1fr; gap: 10px; padding: 15px; border-radius: 12px; }
  .inquiry-privacy > span { width: 22px; height: 22px; }
  .inquiry-privacy strong { font-size: 11px; line-height: 1.5; }
  .inquiry-privacy p { margin-top: 5px; font-size: 9px; line-height: 1.55; }
  .inquiry-submit-row { grid-column: auto; display: flex; flex-direction: column; align-items: stretch; gap: 13px; }
  .inquiry-submit-row > p { justify-content: center; font-size: 9px; text-align: center; }
  .inquiry-submit-row button { width: 100%; height: 56px; border-radius: 28px; font-size: 13px; }

  .inquiry-help-links { padding: 48px 24px; }
  .inquiry-help-links-inner { display: block; width: 100%; padding: 0; }
  .inquiry-help-links-inner > div small { font-size: 9px; }
  .inquiry-help-links-inner > div h2 { max-width: 300px; margin-top: 7px; font-size: 22px; }
  .inquiry-help-links nav { grid-template-columns: 1fr; gap: 9px; margin-top: 25px; }
  .inquiry-help-links a { grid-template-columns: 46px 1fr 18px; min-height: 82px; padding: 14px 16px; border-radius: 16px; }
  .inquiry-help-links a > span { width: 46px; height: 46px; }
  .inquiry-help-links a svg { width: 18px; }
  .inquiry-help-links a small { font-size: 8px; }
  .inquiry-help-links a strong { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .inquiry-submit-row button,
  .inquiry-help-links a { transition: none; }
}
.inquiry-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}
:root { --admin-bg: #f4f6f3; --admin-green: #557661; --admin-deep: #263b30; --admin-line: #e1e7e2; --admin-muted: #7d8981; }

.admin-login-page { display: grid; grid-template-columns: minmax(500px, .92fr) minmax(460px, 1.08fr); min-height: 100vh; background: #fff; }
.admin-login-panel { display: flex; flex-direction: column; justify-content: center; width: min(100%, 470px); margin-inline: auto; padding: 60px; }
.admin-login-brand { display: flex; align-items: flex-end; gap: 14px; width: fit-content; }
.admin-login-brand img { width: 210px; height: 64px; object-fit: contain; object-position: left center; }
.admin-login-brand span { padding-bottom: 12px; color: #799080; font-size: 10px; font-weight: 800; letter-spacing: 1.7px; }
.admin-login-copy { margin-top: 70px; }
.admin-login-copy small { color: #789180; font-size: 11px; font-weight: 800; letter-spacing: 2px; }
.admin-login-copy h1 { margin: 12px 0 0; color: #202822; font-size: 42px; font-weight: 600; letter-spacing: -1.8px; }
.admin-login-copy p { margin: 13px 0 0; color: #7b847e; font-size: 14px; line-height: 1.7; }
.admin-login-form { display: grid; gap: 18px; margin-top: 40px; }
.admin-login-form label span { display: block; margin-bottom: 8px; color: #445249; font-size: 13px; font-weight: 700; }
.admin-login-form input { box-sizing: border-box; width: 100%; height: 58px; padding: 0 17px; border: 1px solid #dce3dd; border-radius: 13px; background: #fafcf9; font: inherit; font-size: 16px; outline: none; }
.admin-login-form input:focus { border-color: #72917e; box-shadow: 0 0 0 4px rgba(101,139,115,.11); background: #fff; }
.admin-login-form button { display: flex; align-items: center; justify-content: center; gap: 9px; height: 60px; margin-top: 7px; color: #fff; border: 0; border-radius: 30px; background: var(--admin-deep); box-shadow: 0 13px 28px rgba(48,76,59,.18); font-size: 15px; font-weight: 800; cursor: pointer; }
.admin-login-form button svg { width: 18px; }
.admin-login-form button:disabled { opacity: .65; cursor: wait; }
.admin-form-error { margin: 0; color: #b24c4c; font-size: 12px; line-height: 1.55; }
.admin-login-notice { display: grid; grid-template-columns: 35px 1fr; gap: 11px; align-items: center; margin-top: 25px; padding: 15px; border-radius: 14px; background: #f1f5f1; }
.admin-login-notice > svg { width: 22px; color: #668570; }
.admin-login-notice p { margin: 0; }
.admin-login-notice strong, .admin-login-notice span { display: block; }
.admin-login-notice strong { color: #48574e; font-size: 12px; }
.admin-login-notice span { margin-top: 3px; color: #869088; font-size: 10px; }
.admin-back-home { width: fit-content; margin-top: 28px; color: #728078; border-bottom: 1px solid #b8c2bb; font-size: 12px; }
.admin-login-visual { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 9vw; overflow: hidden; color: #fff; background: linear-gradient(145deg, #375545, #72917d); }
.admin-login-visual::before, .admin-login-visual::after { position: absolute; border-radius: 50%; content: ""; }
.admin-login-visual::before { top: -12vw; right: -10vw; width: 40vw; height: 40vw; border: 7vw solid rgba(255,255,255,.08); }
.admin-login-visual::after { right: 8vw; bottom: 7vw; width: 19vw; height: 19vw; background: rgba(221,196,139,.12); }
.admin-login-visual span { position: relative; z-index: 1; font-size: 12px; font-weight: 800; letter-spacing: 4px; opacity: .56; }
.admin-login-visual strong { position: relative; z-index: 1; margin-top: 18px; font-family: Georgia, serif; font-size: clamp(54px, 5.4vw, 96px); font-weight: 400; line-height: .98; }
.admin-login-visual i { position: absolute; top: 12%; left: 13%; width: 13px; height: 13px; border-radius: 50%; background: #dbc17e; box-shadow: 0 0 0 18px rgba(255,255,255,.06); }

.admin-shell { display: grid; grid-template-columns: 270px minmax(0, 1fr); min-width: 1180px; min-height: 100vh; color: #28322b; background: var(--admin-bg); }
.admin-sidebar { position: sticky; z-index: 40; top: 0; display: flex; flex-direction: column; height: 100vh; padding: 28px 20px 22px; box-sizing: border-box; color: #fff; background: #263b30; }
.admin-sidebar-brand { display: flex; align-items: center; gap: 10px; height: 52px; padding: 0 8px 23px; border-bottom: 1px solid rgba(255,255,255,.1); }
.admin-sidebar-brand img { width: 172px; height: 46px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .95; }
.admin-sidebar-brand span { color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: 1.4px; }
.admin-sidebar nav { display: grid; gap: 5px; margin-top: 28px; }
.admin-sidebar nav button { position: relative; display: flex; align-items: center; gap: 13px; width: 100%; height: 48px; padding: 0 15px; color: rgba(255,255,255,.62); border: 0; border-radius: 12px; background: transparent; font: inherit; font-size: 13px; font-weight: 700; text-align: left; cursor: pointer; }
.admin-sidebar nav button svg { width: 18px; height: 18px; stroke-width: 1.7; }
.admin-sidebar nav button:hover, .admin-sidebar nav button.is-active { color: #fff; background: rgba(255,255,255,.1); }
.admin-sidebar nav button.is-active i { position: absolute; right: 13px; width: 5px; height: 5px; border-radius: 50%; background: #d8bd79; }
.admin-sidebar-user { display: grid; grid-template-columns: 40px 1fr 30px; gap: 10px; align-items: center; margin-top: auto; padding: 17px 8px 0; border-top: 1px solid rgba(255,255,255,.1); }
.admin-sidebar-user > span { display: grid; width: 40px; height: 40px; place-items: center; color: #34513f; border-radius: 13px; background: #e8efe9; font-size: 15px; font-weight: 800; }
.admin-sidebar-user strong, .admin-sidebar-user small { display: block; }
.admin-sidebar-user strong { color: #fff; font-size: 12px; }
.admin-sidebar-user small { margin-top: 3px; color: rgba(255,255,255,.48); font-size: 9px; }
.admin-sidebar-user button { display: grid; width: 30px; height: 30px; place-items: center; color: rgba(255,255,255,.6); border: 0; background: transparent; cursor: pointer; }
.admin-sidebar-user button svg { width: 17px; }
.admin-main { min-width: 0; }
.admin-topbar { display: flex; align-items: center; justify-content: space-between; height: 102px; padding: 0 48px; border-bottom: 1px solid var(--admin-line); background: rgba(255,255,255,.88); backdrop-filter: blur(12px); }
.admin-topbar small { display: block; color: #829288; font-size: 9px; font-weight: 800; letter-spacing: 1.7px; }
.admin-topbar h1 { margin: 7px 0 0; color: #263229; font-size: 25px; font-weight: 700; letter-spacing: -.8px; }
.admin-topbar > a { display: flex; align-items: center; gap: 7px; padding: 11px 16px; color: #54705d; border: 1px solid #cdd9d1; border-radius: 21px; background: #fff; font-size: 11px; font-weight: 700; }
.admin-topbar > a svg { width: 14px; }
.admin-mobile-menu { display: none; }
.admin-content { padding: 38px 48px 65px; }

.admin-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.admin-stat-grid article { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: center; min-height: 116px; padding: 20px; border: 1px solid var(--admin-line); border-radius: 20px; background: #fff; box-shadow: 0 10px 28px rgba(58,77,65,.04); }
.admin-stat-grid article > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 17px; }
.admin-stat-grid article > span svg { width: 23px; }
.admin-stat-grid .tone-green > span { color: #52745f; background: #ebf3ed; }
.admin-stat-grid .tone-blue > span { color: #547a94; background: #edf4f7; }
.admin-stat-grid .tone-amber > span { color: #917542; background: #f8f1e3; }
.admin-stat-grid .tone-purple > span { color: #7d678d; background: #f4eff7; }
.admin-stat-grid small { display: block; color: var(--admin-muted); font-size: 11px; }
.admin-stat-grid strong { display: block; margin-top: 6px; color: #29342c; font-size: 29px; }
.admin-dashboard-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; margin-top: 18px; }
.admin-panel-card, .admin-table-card { overflow: hidden; border: 1px solid var(--admin-line); border-radius: 22px; background: #fff; box-shadow: 0 10px 28px rgba(58,77,65,.035); }
.admin-panel-card { min-height: 410px; padding: 28px; }
.admin-panel-card > header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid #edf0ed; }
.admin-panel-card > header small { color: #8e9a92; font-size: 8px; font-weight: 800; letter-spacing: 1.3px; }
.admin-panel-card > header h3 { margin: 7px 0 0; font-size: 18px; }
.admin-panel-card > header > svg { width: 21px; color: #6c8976; }
.admin-recent-list article { display: grid; grid-template-columns: 58px 1fr auto; gap: 13px; align-items: center; min-height: 58px; border-bottom: 1px solid #edf0ed; }
.admin-recent-list article > span { justify-self: start; padding: 5px 8px; color: #647269; border-radius: 9px; background: #f0f3f0; font-size: 9px; font-weight: 800; }
.admin-recent-list article > span.is-new { color: #fff; background: #668873; }
.admin-recent-list strong { font-size: 12px; }
.admin-recent-list p { margin: 3px 0 0; color: var(--admin-muted); font-size: 10px; }
.admin-recent-list time { color: #929c95; font-size: 9px; }
.admin-setup-card ul { display: grid; gap: 0; margin: 8px 0 0; padding: 0; list-style: none; }
.admin-setup-card li { display: grid; grid-template-columns: 27px 1fr auto; gap: 10px; align-items: center; min-height: 61px; color: #6e7972; border-bottom: 1px solid #edf0ed; font-size: 11px; }
.admin-setup-card li > span { display: grid; width: 27px; height: 27px; place-items: center; color: #a4aea7; border-radius: 50%; background: #f1f3f1; }
.admin-setup-card li > span svg { width: 13px; }
.admin-setup-card li.is-complete > span { color: #fff; background: #688874; }
.admin-setup-card li strong { color: #849087; font-size: 10px; }

.admin-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.admin-toolbar > p { margin: 0; color: #79847d; font-size: 12px; line-height: 1.65; }
.admin-toolbar > button { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; height: 43px; padding: 0 18px; color: #fff; border: 0; border-radius: 22px; background: var(--admin-green); font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; box-shadow: 0 8px 18px rgba(68,103,80,.16); }
.admin-toolbar > button svg { width: 15px; }
.admin-nas-badge { display: flex; flex: 0 0 auto; align-items: center; gap: 7px; padding: 9px 13px; color: #52715e; border: 1px solid #d4e1d7; border-radius: 18px; background: #f5faf6; font-size: 10px; font-weight: 800; }
.admin-nas-badge svg { width: 15px; }
.admin-settings-card { overflow: hidden; border: 1px solid var(--admin-line); border-radius: 22px; background: #fff; box-shadow: 0 10px 28px rgba(58,77,65,.035); }
.admin-settings-card > header { display: flex; align-items: flex-start; justify-content: space-between; padding: 26px 29px 20px; border-bottom: 1px solid var(--admin-line); }
.admin-settings-card > header small { color: #809188; font-size: 8px; font-weight: 800; letter-spacing: 1.4px; }
.admin-settings-card > header h3 { margin: 7px 0 0; font-size: 21px; }
.admin-settings-card > header p { margin: 6px 0 0; color: #879087; font-size: 10px; }
.admin-settings-card > header > svg { width: 23px; color: #6c8976; }
.admin-filter-row { display: flex; flex-wrap: wrap; gap: 7px; }
.admin-filter-row button { display: flex; align-items: center; gap: 7px; height: 38px; padding: 0 14px; color: #748078; border: 1px solid #dce3dd; border-radius: 19px; background: #fff; font: inherit; font-size: 10px; font-weight: 700; cursor: pointer; }
.admin-filter-row button span { display: grid; min-width: 19px; height: 19px; place-items: center; border-radius: 10px; background: #eef1ee; font-size: 8px; }
.admin-filter-row button.is-active { color: #fff; border-color: var(--admin-green); background: var(--admin-green); }
.admin-filter-row button.is-active span { color: #486352; background: #fff; }

.admin-table-wrap { overflow-x: auto; }
.admin-table-card table { width: 100%; border-collapse: collapse; }
.admin-table-card th { height: 47px; padding: 0 17px; color: #86918a; border-bottom: 1px solid var(--admin-line); background: #f8faf8; font-size: 9px; font-weight: 800; text-align: left; white-space: nowrap; }
.admin-table-card td { height: 63px; padding: 0 17px; color: #566159; border-bottom: 1px solid #edf0ed; font-size: 11px; white-space: nowrap; }
.admin-table-card tbody tr:last-child td { border-bottom: 0; }
.admin-table-card td strong { color: #38443b; }
.admin-title-button { padding: 0; color: #33493c; border: 0; background: transparent; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
.admin-status { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; padding: 5px 8px; color: #77827a; border-radius: 10px; background: #eef1ee; font-size: 9px; font-weight: 800; }
.admin-status.status-신규 { color: #fff; background: #5e8069; }
.admin-status.status-확인중 { color: #816a3f; background: #f3ead4; }
.admin-status.status-상담완료 { color: #4d6c59; background: #e3efe6; }
.admin-row-actions { display: flex; gap: 5px; }
.admin-icon-button { display: grid; width: 31px; height: 31px; place-items: center; color: #637168; border: 1px solid #dce3dd; border-radius: 10px; background: #fff; cursor: pointer; }
.admin-icon-button svg { width: 14px; height: 14px; }
.admin-icon-button.is-danger { color: #a25d5d; }

.admin-empty { display: flex; min-height: 330px; flex-direction: column; align-items: center; justify-content: center; padding: 35px; box-sizing: border-box; text-align: center; }
.admin-empty > span { display: grid; width: 62px; height: 62px; place-items: center; color: #6e8a78; border-radius: 20px; background: #edf3ee; }
.admin-empty > span svg { width: 26px; }
.admin-empty h3 { margin: 18px 0 0; color: #3e4b42; font-size: 17px; }
.admin-empty p { max-width: 420px; margin: 8px 0 0; color: #879188; font-size: 11px; line-height: 1.7; }

.admin-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.admin-person-card, .admin-account-card { position: relative; overflow: hidden; border: 1px solid var(--admin-line); border-radius: 19px; background: #fff; box-shadow: 0 9px 25px rgba(58,77,65,.04); }
.admin-person-card > img, .admin-person-placeholder { display: grid; width: 100%; height: 205px; place-items: center; object-fit: cover; color: #fff; background: linear-gradient(145deg,#8fac98,#607f6c); font-size: 48px; font-weight: 600; }
.admin-person-card > div { padding: 18px; }
.admin-person-card small, .admin-media-grid small, .admin-list-cards small { color: #789080; font-size: 8px; font-weight: 800; letter-spacing: .7px; }
.admin-person-card h3, .admin-media-grid h3, .admin-list-cards h3 { margin: 7px 0 0; color: #344139; font-size: 16px; }
.admin-person-card p, .admin-media-grid p, .admin-list-cards p { margin: 6px 0 0; color: #7c867f; font-size: 10px; line-height: 1.55; }
.admin-person-card footer, .admin-media-grid footer, .admin-list-cards footer, .admin-account-card footer { display: flex; gap: 5px; justify-content: flex-end; padding: 12px 15px; border-top: 1px solid #edf0ed; background: #fafbfa; }

.admin-media-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.admin-media-grid > article { overflow: hidden; border: 1px solid var(--admin-line); border-radius: 20px; background: #fff; }
.admin-media-grid > article > img { display: block; width: 100%; height: 210px; object-fit: cover; }
.admin-media-grid > article > div { min-height: 115px; padding: 18px; }
.admin-media-grid > article > div > span { display: block; margin-top: 8px; color: #849087; font-size: 9px; }
.admin-list-cards { display: grid; gap: 10px; }
.admin-list-cards > article { display: grid; grid-template-columns: 58px 1fr auto; gap: 18px; align-items: center; min-height: 100px; padding: 18px 20px; border: 1px solid var(--admin-line); border-radius: 17px; background: #fff; }
.admin-list-cards > article footer { padding: 0; border: 0; background: transparent; }

.admin-account-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.admin-account-card { display: grid; grid-template-columns: 52px 1fr; gap: 14px; padding: 20px 20px 0; }
.admin-account-card > span { display: grid; width: 52px; height: 52px; place-items: center; color: #55735f; border-radius: 17px; background: #ebf2ec; }
.admin-account-card > span svg { width: 23px; }
.admin-account-card > div small { color: #799080; font-size: 8px; font-weight: 800; }
.admin-account-card > div h3 { margin: 5px 0 0; font-size: 16px; }
.admin-account-card > div p { margin: 4px 0 0; color: #69756d; font-size: 11px; }
.admin-account-card > div em { display: block; margin-top: 7px; color: #8c968f; font-size: 9px; font-style: normal; }
.admin-account-card footer { grid-column: 1 / -1; margin: 17px -20px 0; }

.admin-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 30px; background: rgba(28,41,33,.62); backdrop-filter: blur(6px); }
.admin-modal-panel { width: min(100%, 650px); max-height: calc(100vh - 60px); overflow: auto; border-radius: 24px; background: #fff; box-shadow: 0 30px 80px rgba(20,32,24,.27); }
.admin-modal-panel.is-wide { width: min(100%, 980px); }
.admin-modal-panel > header { position: sticky; z-index: 2; top: 0; display: flex; align-items: flex-start; justify-content: space-between; padding: 26px 29px 20px; border-bottom: 1px solid var(--admin-line); background: rgba(255,255,255,.96); backdrop-filter: blur(8px); }
.admin-modal-panel > header small { color: #809188; font-size: 8px; font-weight: 800; letter-spacing: 1.4px; }
.admin-modal-panel > header h2 { margin: 7px 0 0; font-size: 21px; }
.admin-modal-panel > header p { margin: 6px 0 0; color: #879087; font-size: 10px; }
.admin-modal-panel > header button { display: grid; width: 36px; height: 36px; place-items: center; color: #66736a; border: 1px solid var(--admin-line); border-radius: 12px; background: #fff; cursor: pointer; }
.admin-modal-panel > header button svg { width: 18px; }
.admin-editor-form, .admin-inquiry-detail { padding: 27px 29px 29px; }
.admin-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 14px; }
.admin-form-grid label > span { display: block; margin-bottom: 8px; color: #46534a; font-size: 11px; font-weight: 800; }
.admin-form-grid label.is-full, .admin-form-grid .is-full { grid-column: 1 / -1; }
.admin-form-grid input, .admin-form-grid select, .admin-form-grid textarea, .admin-modal-actions select { box-sizing: border-box; width: 100%; color: #313c35; border: 1px solid #dce3dd; border-radius: 11px; background: #fafcfa; font: inherit; font-size: 13px; outline: none; }
.admin-form-grid input, .admin-form-grid select { height: 48px; padding: 0 13px; }
.admin-form-grid textarea { padding: 13px; line-height: 1.65; resize: vertical; }
.admin-form-grid input:focus, .admin-form-grid select:focus, .admin-form-grid textarea:focus { border-color: #789783; background: #fff; box-shadow: 0 0 0 3px rgba(105,145,118,.1); }
.admin-file-field { padding: 14px; border: 1px dashed #cbd7ce; border-radius: 13px; background: #f8faf8; }
.admin-file-field input { height: auto; padding: 8px; border: 0; background: transparent; }
.admin-file-field small { display: block; margin-top: 6px; color: #89938c; font-size: 9px; }
.admin-switch { display: flex; align-items: center; gap: 9px; cursor: pointer; }
.admin-switch > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.admin-switch > span { display: grid; width: 22px; height: 22px; place-items: center; color: transparent; border: 1px solid #bac7be; border-radius: 7px; background: #fff; }
.admin-switch > span svg { width: 13px; }
.admin-switch > input:checked + span { color: #fff; border-color: #63836e; background: #63836e; }
.admin-switch > strong { color: #526057; font-size: 11px; }
.admin-modal-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin-top: 25px; padding-top: 20px; border-top: 1px solid #edf0ed; }
.admin-modal-actions button { display: flex; align-items: center; justify-content: center; gap: 7px; min-width: 84px; height: 42px; padding: 0 16px; color: #5f6c64; border: 1px solid #d8e0da; border-radius: 21px; background: #fff; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
.admin-modal-actions button.is-primary { color: #fff; border-color: var(--admin-green); background: var(--admin-green); }
.admin-modal-actions button:disabled { opacity: .55; cursor: wait; }
.admin-modal-actions button svg { width: 14px; }
.admin-form-success { display: flex; align-items: center; gap: 8px; margin: 20px 0 0; padding: 12px 14px; color: #416e50; border-radius: 11px; background: #edf7ef; font-size: 11px; font-weight: 700; }
.admin-form-success svg { width: 15px; }
.admin-modal-actions select { width: 130px; height: 42px; margin-right: auto; padding: 0 12px; }
.admin-inquiry-meta dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; margin: 0; border: 1px solid var(--admin-line); border-radius: 14px; background: var(--admin-line); }
.admin-inquiry-meta dl div { padding: 15px; background: #fff; }
.admin-inquiry-meta dt { color: #87928a; font-size: 9px; }
.admin-inquiry-meta dd { margin: 7px 0 0; color: #3c4940; font-size: 12px; font-weight: 700; }
.admin-inquiry-meta article { margin-top: 14px; padding: 20px; border-radius: 14px; background: #f5f7f5; }
.admin-inquiry-meta article small { color: #7e8d83; font-size: 9px; font-weight: 800; }
.admin-inquiry-meta article p { margin: 10px 0 0; color: #4d5a51; font-size: 12px; line-height: 1.8; white-space: pre-wrap; }
.admin-sidebar-backdrop { display: none; }

.admin-popup-editor-form { padding-top: 22px; }
.admin-popup-editor-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 25px; align-items: start; }
.admin-popup-position-editor { min-width: 0; }
.admin-popup-preview-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 11px; }
.admin-popup-preview-heading small, .admin-popup-preview-heading strong { display: block; }
.admin-popup-preview-heading small { color: #819188; font-size: 8px; font-weight: 800; letter-spacing: 1.3px; }
.admin-popup-preview-heading strong { margin-top: 5px; color: #425047; font-size: 12px; }
.admin-popup-preview-heading > span { color: #6f8376; font-size: 9px; font-weight: 800; }
.admin-popup-preview-stage { position: relative; min-height: 420px; overflow: hidden; border-radius: 19px; background: linear-gradient(90deg, rgba(255,255,255,.18), rgba(245,239,229,.08)), url('/assets/hero-slide-1-optical-v2.webp') 58% center / cover no-repeat; box-shadow: inset 0 0 0 1px rgba(76,101,84,.1); }
.admin-popup-preview-stage::before { position: absolute; inset: 0; background: rgba(38,52,43,.25); backdrop-filter: blur(1.2px); content: ""; }
.admin-popup-preview-window { position: absolute; z-index: 1; left: 50%; top: 50%; width: min(62%, 315px); overflow: hidden; border-radius: 19px; background: #fff; box-shadow: 0 20px 45px rgba(28,42,33,.28); cursor: grab; touch-action: none; user-select: none; transform: translate(-50%, -50%); }
.admin-popup-preview-window.is-dragging { cursor: grabbing; box-shadow: 0 24px 54px rgba(28,42,33,.36); }
.admin-popup-preview-image { position: relative; height: 190px; overflow: hidden; background: #e9eeea; cursor: grab; touch-action: none; user-select: none; }
.admin-popup-preview-image.is-dragging { cursor: grabbing; }
.admin-popup-preview-image > img { display: block; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.admin-popup-preview-image > em { position: absolute; right: 10px; bottom: 9px; padding: 6px 9px; color: #fff; border-radius: 10px; background: rgba(35,52,41,.72); font-size: 8px; font-style: normal; pointer-events: none; }
.admin-popup-focus-marker { position: absolute; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.95); border-radius: 50%; box-shadow: 0 0 0 4px rgba(42,66,51,.22); transform: translate(-50%,-50%); pointer-events: none; }
.admin-popup-focus-marker::before, .admin-popup-focus-marker::after { position: absolute; top: 50%; left: 50%; background: rgba(255,255,255,.95); content: ""; transform: translate(-50%,-50%); }
.admin-popup-focus-marker::before { width: 12px; height: 1px; }
.admin-popup-focus-marker::after { width: 1px; height: 12px; }
.admin-popup-focus-marker i { position: absolute; inset: 7px; border-radius: 50%; border: 1px solid rgba(50,73,58,.8); }
.admin-popup-preview-empty { display: flex; height: 190px; flex-direction: column; align-items: center; justify-content: center; color: #779080; background: #edf2ed; text-align: center; }
.admin-popup-preview-empty svg { width: 29px; }
.admin-popup-preview-empty strong { margin-top: 11px; color: #53635a; font-size: 12px; }
.admin-popup-preview-empty span { margin-top: 5px; color: #8c9790; font-size: 9px; }
.admin-popup-preview-copy { padding: 20px 22px 23px; }
.admin-popup-preview-copy small { color: #789080; font-size: 7px; font-weight: 800; letter-spacing: 1px; }
.admin-popup-preview-copy > strong { display: block; margin-top: 7px; color: #2e3932; font-size: 18px; }
.admin-popup-preview-copy p { display: -webkit-box; min-height: 35px; margin: 8px 0 0; overflow: hidden; color: #717c75; font-size: 10px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.admin-popup-dropzone { display: grid; grid-template-columns: 38px 1fr; gap: 11px; align-items: center; margin-top: 12px; padding: 13px 15px; color: #607366; border: 1px dashed #aebfb3; border-radius: 13px; background: #f5f8f5; cursor: pointer; transition: border-color .16s ease, background .16s ease; }
.admin-popup-dropzone:hover { border-color: #6f917a; background: #edf4ee; }
.admin-popup-dropzone.is-loading { opacity: .62; pointer-events: none; }
.admin-popup-dropzone > svg { width: 24px; justify-self: center; }
.admin-popup-dropzone strong, .admin-popup-dropzone span { display: block; }
.admin-popup-dropzone strong { color: #4e6055; font-size: 10px; }
.admin-popup-dropzone span { margin-top: 4px; color: #87928b; font-size: 8px; }
.admin-popup-dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.admin-popup-position-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 13px; }
.admin-popup-position-controls.is-image-focus { margin-top: 9px; padding-top: 12px; border-top: 1px solid #e4ebe5; }
.admin-popup-position-controls label > span { display: block; margin-bottom: 6px; color: #65736b; font-size: 9px; font-weight: 800; }
.admin-popup-position-controls input { width: 100%; accent-color: #63836e; cursor: pointer; }

@media (max-width: 1024px) {
  .admin-login-page { grid-template-columns: 1fr; }
  .admin-login-visual { display: none; }
  .admin-login-panel { min-height: 100vh; box-sizing: border-box; }
  .admin-shell { grid-template-columns: 225px minmax(0,1fr); min-width: 768px; }
  .admin-sidebar { padding-inline: 14px; }
  .admin-sidebar-brand img { width: 145px; }
  .admin-topbar { padding-inline: 30px; }
  .admin-content { padding: 30px; }
  .admin-stat-grid { grid-template-columns: repeat(2,1fr); }
  .admin-dashboard-grid { grid-template-columns: 1fr; }
  .admin-card-grid { grid-template-columns: repeat(2,1fr); }
  .admin-media-grid { grid-template-columns: repeat(2,1fr); }
  .admin-modal-panel.is-wide { width: min(100%, 720px); }
  .admin-popup-editor-layout { grid-template-columns: 1fr; }
  .admin-popup-position-editor { margin-top: 8px; }
  .admin-popup-preview-stage { min-height: 390px; }
}

@media (max-width: 680px) {
  .admin-login-page { display: block; min-width: 0; }
  .admin-login-panel { width: 100%; min-height: 100vh; padding: 35px 24px; box-sizing: border-box; }
  .admin-login-brand img { width: 170px; height: 50px; }
  .admin-login-brand span { padding-bottom: 8px; font-size: 8px; }
  .admin-login-copy { margin-top: 52px; }
  .admin-login-copy h1 { font-size: 34px; }
  .admin-login-copy p { font-size: 12px; }
  .admin-login-form { margin-top: 30px; }
  .admin-login-form input { font-size: 16px; }
  .admin-shell { display: block; min-width: 0; }
  .admin-sidebar { position: fixed; left: 0; width: min(82vw, 300px); padding: 23px 16px; transform: translateX(-105%); transition: transform .22s ease; }
  .admin-sidebar.is-open { transform: translateX(0); }
  .admin-sidebar-backdrop { position: fixed; z-index: 35; inset: 0; display: block; padding: 0; border: 0; background: rgba(19,31,23,.45); }
  .admin-topbar { position: sticky; z-index: 25; top: 0; height: 78px; padding: 0 18px; }
  .admin-mobile-menu { display: grid; width: 38px; height: 38px; place-items: center; margin-right: 12px; color: #506259; border: 1px solid var(--admin-line); border-radius: 12px; background: #fff; }
  .admin-mobile-menu svg { width: 19px; }
  .admin-topbar > div { margin-right: auto; }
  .admin-topbar small { font-size: 7px; }
  .admin-topbar h1 { margin-top: 4px; font-size: 19px; }
  .admin-topbar > a { padding: 9px 10px; font-size: 9px; }
  .admin-topbar > a svg { display: none; }
  .admin-content { padding: 22px 18px 45px; }
  .admin-stat-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .admin-stat-grid article { grid-template-columns: 40px 1fr; gap: 10px; min-height: 90px; padding: 14px; border-radius: 16px; }
  .admin-stat-grid article > span { width: 40px; height: 40px; border-radius: 13px; }
  .admin-stat-grid article > span svg { width: 19px; }
  .admin-stat-grid small { font-size: 9px; }
  .admin-stat-grid strong { font-size: 22px; }
  .admin-dashboard-grid { gap: 12px; margin-top: 12px; }
  .admin-panel-card { min-height: 360px; padding: 20px; border-radius: 18px; }
  .admin-recent-list article { grid-template-columns: 48px 1fr; }
  .admin-recent-list time { display: none; }
  .admin-toolbar { align-items: flex-start; margin-bottom: 17px; }
  .admin-toolbar > p { font-size: 10px; }
  .admin-toolbar > button { height: 39px; padding: 0 13px; font-size: 10px; }
  .admin-nas-badge { padding: 8px 11px; font-size: 9px; }
  .admin-filter-row { gap: 5px; }
  .admin-filter-row button { height: 34px; padding: 0 10px; }
  .admin-table-card { border-radius: 16px; }
  .admin-table-wrap { overflow-x: auto; }
  .admin-table-card table { min-width: 680px; }
  .admin-card-grid, .admin-media-grid, .admin-account-grid { grid-template-columns: 1fr; }
  .admin-person-card > img, .admin-person-placeholder { height: 250px; }
  .admin-list-cards > article { grid-template-columns: 52px 1fr; padding: 16px; }
  .admin-list-cards > article footer { grid-column: 1 / -1; justify-content: flex-end; }
  .admin-modal { align-items: end; padding: 0; }
  .admin-modal-panel, .admin-modal-panel.is-wide { width: 100%; max-height: 92vh; border-radius: 23px 23px 0 0; }
  .admin-modal-panel > header { padding: 21px 20px 17px; }
  .admin-editor-form, .admin-inquiry-detail { padding: 22px 20px 27px; }
  .admin-settings-card > header { padding: 22px 20px 18px; }
  .admin-form-grid { grid-template-columns: 1fr; gap: 18px; }
  .admin-form-grid label.is-full, .admin-form-grid .is-full { grid-column: auto; }
  .admin-form-grid input, .admin-form-grid select, .admin-form-grid textarea { font-size: 16px; }
  .admin-inquiry-meta dl { grid-template-columns: 1fr; }
  .admin-popup-editor-layout { grid-template-columns: 1fr; }
  .admin-popup-position-editor { margin-top: 7px; }
  .admin-popup-preview-stage { min-height: 390px; }
  .admin-popup-preview-window { width: min(74%, 300px); }
  .admin-popup-preview-image, .admin-popup-preview-empty { height: 180px; }
}
.staff-avatar.staff-avatar-image {
  object-fit: cover;
  border: 0;
}

.notice-filter-buttons button {
  display: inline-flex;
  align-items: center;
  gap: calc(5 * var(--u));
  padding: calc(7 * var(--u)) calc(13 * var(--u));
  color: #7b847e;
  border: calc(.7 * var(--u)) solid #dde4de;
  border-radius: calc(18 * var(--u));
  background: #fff;
  font: inherit;
  font-size: calc(6.2 * var(--u));
  font-weight: 700;
  cursor: pointer;
}

.notice-filter-buttons button > strong {
  font: inherit;
  font-weight: 700;
}

.notice-filter-buttons button > span {
  display: grid;
  min-width: calc(17 * var(--u));
  height: calc(17 * var(--u));
  padding: 0;
  place-items: center;
  color: inherit;
  border: 0;
  border-radius: 50%;
  background: #eef1ee;
  font-size: calc(4.8 * var(--u));
}

.notice-filter-buttons button.is-active {
  color: #fff;
  border-color: #668873;
  background: #668873;
}

.notice-filter-buttons button.is-active > span { color: #496653; background: #fff; }

.footer-brand-image {
  display: block;
  flex: 0 0 auto;
  width: calc(142 * var(--u));
  height: calc(38 * var(--u));
}

.footer-brand-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.footer-credit {
  color: #8b958e;
  font-size: calc(5.1 * var(--u));
  letter-spacing: calc(.35 * var(--u));
}

.notice-live-list > button {
  display: grid;
  grid-template-columns: calc(90 * var(--u)) 1fr calc(90 * var(--u)) calc(20 * var(--u));
  align-items: center;
  width: 100%;
  min-height: calc(52 * var(--u));
  padding: 0 calc(19 * var(--u));
  color: #4f5c53;
  border: 0;
  border-bottom: calc(.7 * var(--u)) solid #e8ece8;
  background: #fff;
  font: inherit;
  cursor: pointer;
  text-align: left;
  transition: background .16s ease;
}

.notice-live-list > button:last-child { border-bottom: 0; }
.notice-live-list > button:hover,
.notice-live-list > button.is-active { background: #f5f8f4; }
.notice-live-list > button > span { justify-self: center; color: #6c8977; font-size: calc(6 * var(--u)); font-weight: 700; }
.notice-live-list > button > strong { font-size: calc(6.9 * var(--u)); }
.notice-live-list > button > time { justify-self: center; color: #89938c; font-size: calc(5.7 * var(--u)); }
.notice-live-list > button > svg { width: calc(10 * var(--u)); color: #94a098; transition: transform .16s ease; }
.notice-live-list > button.is-active > svg { transform: rotate(90deg); }

.notice-live-detail {
  margin-top: calc(15 * var(--u));
  overflow: hidden;
  border: calc(.7 * var(--u)) solid #dfe6df;
  border-radius: calc(17 * var(--u));
  background: #fff;
}

.notice-live-detail > header { display: grid; grid-template-columns: auto 1fr; gap: calc(6 * var(--u)) calc(10 * var(--u)); align-items: center; padding: calc(21 * var(--u)) calc(25 * var(--u)); border-bottom: calc(.7 * var(--u)) solid #e5eae5; background: #f6f8f5; }
.notice-live-detail > header span { color: #64826f; font-size: calc(5.7 * var(--u)); font-weight: 800; }
.notice-live-detail > header time { justify-self: end; color: #8d9790; font-size: calc(5.4 * var(--u)); }
.notice-live-detail > header h3 { grid-column: 1 / -1; margin: calc(5 * var(--u)) 0 0; color: #334139; font-size: calc(12 * var(--u)); }
.notice-live-detail > div { min-height: calc(150 * var(--u)); padding: calc(26 * var(--u)); color: #59655d; font-size: calc(6.5 * var(--u)); line-height: 1.85; }
.notice-live-detail > div p { margin: 0 0 calc(9 * var(--u)); }

.inquiry-submit-error { margin: 0; color: #b45555; font-size: calc(5.7 * var(--u)); text-align: right; }

.site-popup-layer {
  position: fixed;
  z-index: 200;
  inset: 0;
  overflow: hidden;
  background: rgba(35, 47, 39, .52);
  backdrop-filter: blur(5px);
}

.site-popup-card {
  position: absolute;
  left: var(--site-popup-x, 50%);
  top: var(--site-popup-y, 50%);
  width: min(92vw, 480px);
  max-height: calc(100vh - 36px);
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(26, 40, 31, .27);
  transform: translate(-50%, -50%);
}

.site-popup-card > img { display: block; width: 100%; max-height: 330px; object-fit: cover; }
.site-popup-close { position: absolute; z-index: 2; top: 16px; right: 16px; display: grid; width: 38px; height: 38px; place-items: center; color: #526158; border: 1px solid rgba(95,113,102,.14); border-radius: 50%; background: rgba(255,255,255,.9); box-shadow: 0 6px 18px rgba(47,63,53,.12); cursor: pointer; }
.site-popup-close svg { width: 18px; }
.site-popup-copy { padding: 31px 34px 34px; }
.site-popup-copy > small { color: #75907f; font-size: 9px; font-weight: 800; letter-spacing: 1.4px; }
.site-popup-copy h2 { margin: 10px 0 0; color: #2a342d; font-size: 28px; font-weight: 600; letter-spacing: -1px; }
.site-popup-copy p { margin: 12px 0 0; color: #6d7871; font-size: 13px; line-height: 1.75; white-space: pre-wrap; }
.site-popup-copy a { display: flex; width: fit-content; align-items: center; gap: 6px; margin-top: 23px; padding: 11px 17px; color: #fff; border-radius: 21px; background: #5d7d68; font-size: 11px; font-weight: 800; }
.site-popup-copy a svg { width: 14px; }
.site-popup-card > footer { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #e7ebe7; }
.site-popup-card > footer button { height: 48px; color: #6d7871; border: 0; border-right: 1px solid #e7ebe7; background: #f8faf8; font: inherit; font-size: 10px; font-weight: 700; cursor: pointer; }
.site-popup-card > footer button:last-child { border-right: 0; }

@media (max-width: 680px) {
  .staff-avatar.staff-avatar-image { width: 54px; height: 54px; }
  .notice-filter-buttons { display: flex; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
  .notice-filter-buttons::-webkit-scrollbar { display: none; }
  .notice-filter-buttons button { flex: 0 0 auto; gap: 6px; padding: 9px 13px; border-width: 1px; border-radius: 20px; font-size: 11px; }
  .notice-filter-buttons button > span { min-width: 21px; height: 21px; font-size: 9px; }
  .footer-brand-image { width: 176px; height: 52px; }
  .footer-credit { margin-top: 7px !important; font-size: 9px !important; }
  .notice-live-list > button { grid-template-columns: 52px 1fr 15px; min-height: 72px; padding: 0 14px; border-width: 1px; }
  .notice-live-list > button > span { font-size: 10px; }
  .notice-live-list > button > strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
  .notice-live-list > button > time { display: none; }
  .notice-live-list > button > svg { width: 14px; }
  .notice-live-detail { margin-top: 13px; border-width: 1px; border-radius: 16px; }
  .notice-live-detail > header { padding: 18px; }
  .notice-live-detail > header span, .notice-live-detail > header time { font-size: 9px; }
  .notice-live-detail > header h3 { font-size: 19px; line-height: 1.45; }
  .notice-live-detail > div { min-height: 150px; padding: 20px 18px; font-size: 12px; }
  .inquiry-submit-error { font-size: 10px; text-align: left; }
  .site-popup-card { left: 50%; top: 50%; width: calc(100% - 36px); max-height: calc(100vh - 36px); overflow-y: auto; border-radius: 22px; }
  .site-popup-card > img { max-height: 260px; }
  .site-popup-copy { padding: 25px 22px 28px; }
  .site-popup-copy h2 { font-size: 24px; }
  .site-popup-copy p { font-size: 12px; }
}
