@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700;800;900&display=swap');

/* Shared clay and storybook theme for the five information pages. */
:root {
  --ink: #303b35;
  --muted: #56645c;
  --line: #d8dfba;
  --paper: #fffcf4;
  --cream: #fff8e9;
  --cream-deep: #f4dda8;
  --green: #99c95b;
  --green-deep: #4f8a43;
  --green-pale: #e9f3d7;
  --pink: #e57f92;
  --pink-pale: #ffe5e4;
  --yellow: #f7cb57;
  --blue: #81bfdd;
  --brown: #71583c;
  --shadow: 0 7px 0 #d9dfc7, 0 17px 26px #304f3422;
  font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
}

html { scroll-padding-top: 105px; }
body.clay-inner {
  color: var(--ink);
  background: radial-gradient(circle at 90% 4%, #d9f3fa, transparent 370px), var(--paper);
  font-family: "M PLUS Rounded 1c", "Hiragino Maru Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.clay-inner :focus-visible { outline: 3px solid #be4b69; outline-offset: 4px; }
.container { width: min(1200px, calc(100% - 48px)); }
.site-header {
  z-index: 30;
  border-bottom: 0;
  background: #fffcf4f5;
  box-shadow: 0 3px 0 #e6dcc4;
  backdrop-filter: blur(12px);
}
.header-inner { min-height: 92px; gap: 20px; }
.brand { gap: 12px; }
.brand-logo {
  width: 61px;
  height: 61px;
  padding: 2px;
  border: 3px solid #fff;
  border-radius: 17px;
  box-shadow: 0 3px 0 #d8cfb9, 0 7px 12px #4b55221c;
  transform: rotate(-4deg);
}
.brand-copy { line-height: 1.15; }
.brand-copy small { color: #496c5a; font-size: 10px; font-weight: 800; }
.brand-copy strong { margin-top: 0; color: #0e507e; font-family: inherit; font-size: 29px; font-weight: 900; letter-spacing: .06em; }
.site-nav { gap: clamp(12px, 1.8vw, 27px); font-size: 12px; }
.site-nav a { transition: color .15s, transform .15s; }
.site-nav a:hover { color: #156ca6; transform: translateY(-2px); }
.site-nav a[aria-current="page"] { color: #0e507e; text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 7px; }
.site-nav .header-cta {
  padding: 13px 19px;
  border: 2px solid #0e598c;
  color: #fff !important;
  background: #156ca6;
  box-shadow: 0 4px 0 #0e598c;
}
.site-nav .header-cta[aria-current="page"] { text-decoration: none; }
.site-nav .header-cta:hover { color: #fff; }
.menu-toggle { border: 2px solid #0f5a8a; border-radius: 13px; box-shadow: 0 4px 0 #0f5a8a; }

.breadcrumb { padding: 23px 0 19px; color: #5f7368; font-size: 12px; font-weight: 800; }
.breadcrumb a { color: #156ca6; }
.breadcrumb a:hover { text-decoration: underline; }
.eyebrow, .section-label {
  color: #247bae;
  font-family: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}
.section-heading h2, .page-section-heading h2, .program-section-heading h2,
.staff-learning-copy h2, .guide-transport h2, .about-message-heading h2 {
  color: #344237;
  font-family: inherit;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.4;
}
.section-heading h2::after { width: 67px; height: 8px; background: linear-gradient(90deg, #81bfdd 0 33%, #f7cb57 33% 66%, #e57f92 66%); }
.page-section-heading h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.page-section-heading p, .section-heading > p, .program-section-heading > p:last-child { color: var(--muted); line-height: 1.85; }

.page-hero {
  position: relative;
  isolation: isolate;
  gap: clamp(30px, 5vw, 68px);
  margin-bottom: 62px;
  padding: clamp(27px, 4vw, 50px);
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 38px;
  background: linear-gradient(135deg, #d4f2fa 0, #f9f7e6 55%, #e4f1d1 100%);
  box-shadow: 0 8px 0 #b5d7ae, 0 21px 30px #35564629;
}
.page-hero::before, .page-hero::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: "";
}
.page-hero::before { top: -100px; right: 9%; width: 250px; height: 160px; background: #fff9; filter: blur(3px); }
.page-hero::after { right: -42px; bottom: -72px; width: 260px; height: 130px; background: #a9d58a99; }
.page-hero-copy { max-width: none; }
.page-hero h1 { color: #554024; font-size: clamp(2.15rem, 4vw, 3.7rem); font-weight: 900; letter-spacing: -.055em; line-height: 1.38; text-shadow: 1px 2px 0 #fff; }
.page-hero-copy > p:not(.eyebrow) { color: #475b53; font-size: .89rem; font-weight: 700; line-height: 1.95; }
.page-hero-art { min-width: 0; }
.page-hero-photo {
  height: 350px;
  border: 9px solid #fff;
  border-radius: 28px;
  box-shadow: 0 7px 0 #e8bd68, 0 18px 25px #354e3529;
  transform: none;
}
.page-hero-photo figcaption, .facility-photo figcaption { border-radius: 13px; background: #fffaf0ed; font-weight: 800; }
.page-hero-art .mascot { right: -18px; bottom: -18px; width: 110px; filter: drop-shadow(0 6px 4px #49683b55); }
.clay-disclosure .page-hero { grid-template-columns: 1.05fr .95fr; }
.clay-disclosure .page-hero h1 { color: #14679d; }
.clay-disclosure .page-hero .page-hero-copy > p:not(.eyebrow) { max-width: 610px; }
.disclosure-summary { border: 5px solid #fff; border-radius: 28px; background: #fff9e8; box-shadow: 0 7px 0 #e6c57e, 0 17px 25px #33432622; }
.disclosure-summary div { border-bottom-color: #e5d6b5; }
.disclosure-summary span { color: #156ca6; }

.button {
  min-height: 47px;
  padding: 10px 18px;
  border-width: 2px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.45;
  box-shadow: 0 5px 0 #d3b985;
}
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-primary { border-color: #0f5a8a; background: #156ca6; box-shadow: 0 5px 0 #0f5a8a; }
.button-primary:hover, .button-primary:focus-visible { box-shadow: 0 8px 0 #0f5a8a; }
.button-outline { border-color: #d6be92; background: #fff; box-shadow: 0 5px 0 #d6be92; }
.button-outline:hover, .button-outline:focus-visible { box-shadow: 0 8px 0 #d6be92; }
.button-disabled { box-shadow: none; }
.button-row { gap: 12px; margin-top: 27px; }

.page-section { padding: 85px 0; }
.page-section + .page-section { border-top: 0; }
.section-soft { background: #edf6df; }
.section-pink { background: #fff0ed; }
.clay-inner main > .page-section:nth-of-type(even) { border-block: 5px solid #fff8e8; }
.content-card, .info-card, .doc-card, .feature-box, .numbered-box {
  border: 5px solid #fff;
  border-radius: 27px;
  background: #fffaf0;
  box-shadow: 0 6px 0 #d9dfc7, 0 16px 20px #304f3420;
}
.numbered-box { padding: 26px; }
.numbered-box .number { width: 43px; height: 43px; border: 3px solid #fff; border-radius: 15px; box-shadow: 0 4px 0 #a7bf7a; font-family: inherit; }
.numbered-box:nth-child(2) .number { box-shadow: 0 4px 0 #d7a3ad; }
.numbered-box:nth-child(3) .number { box-shadow: 0 4px 0 #d4ac48; }
.numbered-box h3 { font-size: 1.05rem; line-height: 1.55; }
.numbered-box p { font-size: .8rem; line-height: 1.85; }
.about-role-list li { border: 3px solid #fff; border-radius: 17px; background: #fffaf0; box-shadow: 0 4px 0 #d9dfc7; font-family: inherit; }
.about-role-list li:nth-child(1) { color: #4f8a43; }
.about-role-list li:nth-child(3) { color: #247bae; }
.values-grid .numbered-box:nth-child(1) { background: #e5f2d0; }
.values-grid .numbered-box:nth-child(2) { background: #ffe6e5; }
.values-grid .numbered-box:nth-child(3) { background: #fff0c5; }
.values-grid .numbered-box:nth-child(4) { background: #e2f2fa; }
.values-grid .numbered-box:nth-child(5) { background: #f3e8f5; }
.facility-photo { border: 8px solid #fff; border-radius: 25px; box-shadow: 0 7px 0 #e5c778, 0 17px 23px #304f3420; }
.facility-vehicle { margin-top: 26px; }
.about-message-section { background: linear-gradient(120deg, #ffe9e3, #fff4d2); }
.about-message-heading img { filter: drop-shadow(0 8px 5px #63754344); }
.manager-message-card { border: 6px solid #fff; border-radius: 33px; background: #fffaf0; box-shadow: 0 8px 0 #e6c57e, 0 20px 30px #66562f2a; }
.manager-message-card::before { color: #e57f92; }
.manager-message-card > p:not(.manager-signature) { color: #4e5b50; }

/* Program page keeps its detailed layout while using the same material language. */
.program-lp { background: var(--paper); }
.program-hero { padding-top: 0; padding-bottom: 68px; }
.program-hero-grid {
  position: relative;
  gap: clamp(24px, 4vw, 58px);
  padding: clamp(28px, 4vw, 51px);
  overflow: hidden;
  border: 6px solid #fff;
  border-radius: 38px;
  background: linear-gradient(135deg, #d6f1fb, #f6f8e7 58%, #e3f2cb);
  box-shadow: 0 8px 0 #b5d7ae, 0 20px 28px #35564629;
}
.program-hero-copy { container-type: inline-size; }
.program-hero-copy h1 {
  color: #554024;
  font-size: clamp(1.5rem, 2.8vw, 2.75rem);
  font-size: clamp(1.5rem, 8.6cqi, 2.75rem);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1.5;
  text-shadow: 1px 2px 0 #fff;
}
.program-hero-copy h1 .program-title-line { display: block; color: inherit; white-space: nowrap; }
.program-hero-copy h1 .program-title-motor { color: #156ca6; }
.program-hero-copy h1 .program-title-language { color: #4f8a43; }
.program-hero-lead { color: #475b53; font-size: .9rem; font-weight: 700; }
.program-facts div { border: 3px solid #fff; border-radius: 16px; background: #fffaf0; box-shadow: 0 4px 0 #d9dfc7; }
.program-facts strong { font-size: .8rem; }
.program-hero-photo { height: clamp(420px, 46vw, 590px); border: 9px solid #fff; border-radius: 30px; box-shadow: 0 7px 0 #e8bd68, 0 18px 25px #354e3529; transform: none; }
.program-hero-mascot { right: 0; bottom: 0; width: 96px; }
.program-anchor-wrap { border-block: 0; background: #e9f4d7; }
.program-anchor-nav { gap: 10px; padding-block: 16px; }
.program-anchor-nav a, .program-anchor-nav a:first-child { min-height: 62px; border: 3px solid #fff; border-radius: 17px; background: #fffaf0; box-shadow: 0 4px 0 #cfdfb2; }
.program-anchor-nav a:hover, .program-anchor-nav a:focus-visible { color: #156ca6; background: #fff; }
.program-anchor-nav span { color: #156ca6; }
.program-section { padding-block: 90px; }
.program-section-heading h2, .staff-learning-copy h2 { font-size: clamp(1.9rem, 3.4vw, 3.2rem); }
.program-policy { background: #fffaf0; }
.program-pillar-grid article, .domain-card, .season-list div, .learning-point-list li, .publication-card, .profession-band {
  border: 5px solid #fff;
  border-radius: 26px;
  background: #fffaf0;
  box-shadow: 0 6px 0 #d9dfc7, 0 16px 20px #304f3420;
}
.program-pillar-grid article:nth-child(1) { background: #e5f2d0; }
.program-pillar-grid article:nth-child(2) { background: #ffe6e5; }
.program-pillar-grid article:nth-child(3) { background: #fff0c5; }
.pillar-number { color: #156ca6; font-family: inherit; }
.profession-band { background: #e8f3d4; }
.profession-band li { border: 2px solid #c9dba9; }
.staff-learning { background: #e9f4d7; }
.staff-learning-visual { border: 7px solid #fff; border-radius: 34px; background: #fffaf0; box-shadow: 0 7px 0 #b8d4a0, 0 17px 25px #304f3422; }
.learning-team { background: #4f8a43; font-family: inherit; }
.learning-team small { font-family: inherit; }
.learning-point-list li { border-width: 3px; border-radius: 18px; background: #fff; box-shadow: 0 4px 0 #c8d6ae; }
.program-domains { background: #fff3d9; }
.domain-card { border-top: 8px solid var(--domain-color); }
.domain-card-head > span { border: 3px solid #fff; box-shadow: 0 4px 0 #cdd5c2; font-family: inherit; }
.domain-card h3 { font-weight: 900; }
.domain-card summary { font-size: .77rem; }
.support-network { background: #fffcf4; }
.program-events { background: #ffece7; }
.season-list div { border-radius: 22px; }
.season-list span { border: 3px solid #fff; box-shadow: 0 4px 0 #d7b1a6; }
.publication-card { background: #e6f2d6; }

/* Guide, documents and contact. */
.facility-profile > div, .access-card, .transport-grid dl div, .guide-flow-large div, .faq-list-large details, .disclosure-summary, .form-card {
  border: 5px solid #fff;
  border-radius: 24px;
  background: #fffaf0;
  box-shadow: 0 6px 0 #d9dfc7, 0 14px 19px #304f341c;
}
.facility-profile { gap: 20px; }
.facility-profile > div { padding: 22px; }
.facility-profile dt, .transport-grid dt { color: #156ca6; }
.access-map { border: 9px solid #fff; border-radius: 26px; box-shadow: 0 7px 0 #e5c778, 0 17px 23px #304f3420; }
.access-card { background: #e9f4d7; }
.access-phone strong { color: #156ca6; }
.guide-transport { background: #def2f7; }
.transport-grid dl { gap: 14px; }
.transport-grid dl div { border-width: 3px; box-shadow: 0 4px 0 #b9d6d8; }
.guide-flow-large { gap: 17px; }
.guide-flow-large div { min-height: 112px; padding: 22px 13px; }
.guide-flow-large div:first-child { background: #e5f2d0; }
.guide-flow-large div:nth-child(2) { background: #ffe5e4; }
.guide-flow-large div:nth-child(3) { background: #fff0c5; }
.guide-flow-large div:nth-child(4) { background: #e2f2fa; }
.guide-flow-large strong { font-size: .85rem; }
.guide-flow-large small { font-size: .7rem; }
.guide-flow-large div:not(:last-child)::after { right: -18px; color: #156ca6; font-size: 1.3rem; }
.faq-list-large { max-width: none; gap: 16px; }
.faq-list-large details { border-radius: 20px; }
.faq-list-large summary { padding: 19px 22px; font-size: .9rem; }
.faq-list-large summary span { color: #156ca6; }
.faq-list-large details p { padding: 0 22px 22px; font-size: .82rem; }
.clay-disclosure .section-soft { background: #e9f4d7; }
.facility-tab { border: 2px solid #a7c889; font-size: .75rem; }
.facility-tab.is-active, .facility-tab:hover { color: #fff; background: #156ca6; border-color: #0f5a8a; }
.disclosure-grid { gap: 20px; }
.doc-card { padding: 24px; }
.doc-card h3 { font-size: .95rem; line-height: 1.6; }
.doc-card p { font-size: .73rem; }
.tag { color: #215f46; background: #e4f1d1; }
.tag-pink { color: #a24f66; background: #ffe0e2; }
.notice { border: 3px dashed #b5cb9a; border-radius: 19px; background: #fffaf0; }
.contact-layout { gap: 24px; }
.contact-info { gap: 20px; }
.contact-info .info-card { padding: 25px; }
.contact-info h2, .form-card h2 { color: #344237; font-size: 1.55rem; font-weight: 900; }
.form-card { padding: 33px; border-radius: 30px; }
.contact-form { gap: 17px; }
.contact-form label { font-size: .82rem; }
.contact-form input, .contact-form textarea { padding: 13px 15px; border: 2px solid #cedbb9; border-radius: 14px; background: #fff; font-size: .85rem; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #156ca6; box-shadow: 0 0 0 4px #81bfdd55; }
.form-message { color: #245c42; font-size: .8rem; }

.cta-band {
  gap: 25px;
  padding: 32px;
  border: 5px solid #fff;
  border-radius: 28px;
  background: linear-gradient(110deg, #dff1bd, #fef0c2);
  box-shadow: 0 7px 0 #b5d39a, 0 16px 23px #304f3422;
}
.cta-band h2 { color: #344237; font-size: 1.5rem; font-weight: 900; }
.cta-band p { color: #4a5b4d; }
.site-footer { margin-top: 0; padding: 45px 0 25px; border-top: 5px solid #e7dfc8; background: #fff8e9; }
.footer-grid { gap: 45px; }
.footer-grid h2 { margin: 0; color: #0e507e; font-family: inherit; font-size: 26px; font-weight: 900; }
.footer-grid h3 { font-size: .87rem; }
.footer-grid p, .footer-list { color: #5a675e; font-size: .76rem; line-height: 1.85; }
.footer-list { gap: 6px; }
.footer-list a:hover { color: #156ca6; text-decoration: underline; }
.privacy-note { border-top-color: #e8dec5; font-size: .72rem; }
.copyright { font-size: .7rem; }

@media (max-width: 1050px) {
  .brand-copy small { font-size: 9px; }
  .brand-copy strong { font-size: 25px; }
  .site-nav { gap: 11px; font-size: 10px; }
  .site-nav .header-cta { padding-inline: 13px; }
  .program-hero-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 30px, 640px); }
  .header-inner { min-height: 76px; }
  .brand-logo { width: 51px; height: 51px; border-radius: 14px; }
  .brand-copy small { font-size: 8px; }
  .brand-copy strong { font-size: 23px; }
  .menu-toggle { display: grid; align-content: center; width: 47px; height: 43px; padding: 8px 10px; margin-left: auto; background: #fff; }
  .menu-toggle > span:not(.sr-only) { width: 100%; height: 3px; margin: 2px 0; border-radius: 5px; background: #0e507e; }
  .site-nav { top: calc(100% + 2px); right: 15px; left: 15px; width: auto; padding: 10px; border: 3px solid #fff; border-radius: 20px; background: #fffaf0; box-shadow: 0 5px 0 #c6d9c1, 0 12px 25px #3548302b; }
  .site-nav a { padding: 11px 14px; font-size: 13px; }
  .site-nav .header-cta { margin-top: 5px; text-align: center; }
  .page-hero { grid-template-columns: 1fr; margin-bottom: 40px; padding: 30px; border-radius: 28px; }
  .page-hero h1 { font-size: clamp(2rem, 6.7vw, 3rem); }
  .page-hero-art { max-width: 560px; }
  .clay-disclosure .page-hero { grid-template-columns: 1fr; }
  .program-hero-grid { grid-template-columns: 1fr; }
  .program-hero-photo { height: 400px; transform: none; }
  .program-anchor-nav { gap: 10px; }
  .program-anchor-nav a:nth-child(3), .program-anchor-nav a:nth-child(4) { border: 3px solid #fff; }
  .program-section, .page-section { padding-block: 66px; }
  .section-heading { align-items: start; }
  .guide-flow-large { gap: 14px; }
  .guide-flow-large div:not(:last-child)::after { display: none; }
  .footer-grid { gap: 25px; }
}

@media (max-width: 540px) {
  .container { width: min(100% - 24px, 430px); }
  .brand-copy small { max-width: 195px; line-height: 1.3; }
  .page-hero { padding: 22px; }
  .page-hero h1 { font-size: 2rem; }
  .page-hero-copy > p:not(.eyebrow) { font-size: .81rem; }
  .page-hero-photo { height: 255px; transform: none; }
  .page-hero-art .mascot { right: -8px; bottom: -12px; width: 76px; }
  .program-hero-grid { padding: 22px; }
  .program-hero-photo { height: 290px; }
  .program-facts { grid-template-columns: 1fr; }
  .program-anchor-nav { gap: 8px; }
  .program-anchor-nav a { min-height: 60px; font-size: .7rem; }
  .program-section-heading h2, .staff-learning-copy h2 { font-size: 1.9rem; }
  .values-grid .numbered-box:last-child { grid-column: auto; }
  .facility-profile { gap: 14px; }
  .facility-profile > div { padding: 18px; }
  .disclosure-grid { gap: 16px; }
  .form-card { padding: 22px 17px; }
  .cta-band { padding: 24px 21px; }
  .footer-grid { gap: 22px; }
}

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