:root {
  --brand: #833553;
  --brand-dark: #661a37;
  --brand-light: #f5eff1;
  --brand-pale: #fbf7f8;
  --accent: #f1bc1a;
  --ink: #262626;
  --muted: #666;
  --line: #e5dfe1;
  --white: #fff;
  --max: 1180px;
  --shadow: 0 20px 60px rgba(77, 31, 49, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: "Noto Sans JP", "Yu Gothic", sans-serif; font-size: 16px; line-height: 1.9; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.container--narrow { max-width: 900px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.sp-only { display: none; }

.site-header { position: sticky; top: 0; z-index: 100; height: 86px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(131,53,83,.08); backdrop-filter: blur(12px); }
.site-header__inner { height: 100%; display: flex; align-items: center; padding-left: clamp(20px, 3vw, 52px); }
.site-logo { flex: 0 0 auto; width: 225px; }
.site-logo img { width: 100%; height: auto; }

.breadcrumb { padding: 13px 0; color: #888; background: #f7f6f5; font-size: 12px; }
.breadcrumb .container { display: flex; gap: 9px; }
.breadcrumb a:hover { color: var(--brand); }

.hero { position: relative; min-height: 690px; overflow: hidden; background: linear-gradient(118deg, #fff 0 58%, #f8f3f5 58% 100%); }
.hero::before { position: absolute; top: 0; left: 56%; width: 1px; height: 100%; content: ""; background: rgba(131,53,83,.12); transform: rotate(12deg); }
.hero__inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 690px; }
.hero__content { position: relative; z-index: 2; padding: 70px 0 80px; }
.hero__eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--brand); font-size: 14px; font-weight: 700; letter-spacing: .05em; }
.hero__eyebrow::before { width: 34px; height: 1px; content: ""; background: var(--brand); }
.hero h1 { margin: 0; font-size: clamp(38px, 4.2vw, 62px); font-weight: 800; letter-spacing: -.035em; line-height: 1.42; }
.hero h1 em { position: relative; color: var(--brand); font-style: normal; }
.hero h1 em::after { position: absolute; right: 0; bottom: 1px; left: 0; height: 8px; content: ""; background: rgba(241,188,26,.45); z-index: -1; }
.hero__lead { margin: 26px 0 0; color: var(--brand-dark); font-size: 21px; font-weight: 700; line-height: 1.65; }
.hero__text { margin: 14px 0 0; color: #555; font-size: 15px; line-height: 1.9; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 60px; padding: 0 34px; overflow: hidden; border: 1px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 700; letter-spacing: .03em; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.button::after { margin-left: 22px; content: "→"; font-family: sans-serif; font-size: 18px; transition: transform .25s; }
.button:hover { transform: translateY(-2px); }
.button:hover::after { transform: translateX(5px); }
.button--primary { color: #fff; background: var(--brand); box-shadow: 0 12px 30px rgba(131,53,83,.2); }
.button--primary:hover { background: var(--brand-dark); }
.button--ghost, .button--outline { color: var(--brand); background: #fff; border-color: var(--brand); }
.hero__note { margin: 16px 0 0; padding: 14px 16px; color: #494047; background: #fbf7f8; border-left: 3px solid var(--brand); font-size: 14px; line-height: 1.8; }
.hero__visual { position: relative; align-self: stretch; min-height: 690px; }
.hero__photo-frame { position: absolute; right: 0; bottom: 0; width: min(100%, 560px); height: 95%; overflow: hidden; border-radius: 48% 48% 8px 8px / 28% 28% 8px 8px; background: #eee4e8; }
.hero__photo-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(87,27,50,.12), transparent 45%); }
.hero__photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero__badge { position: absolute; top: 17%; left: -32px; display: flex; align-items: center; width: 176px; height: 176px; padding: 22px; color: #fff; border: 8px solid rgba(255,255,255,.8); border-radius: 50%; background: var(--brand); box-shadow: var(--shadow); transform: rotate(-7deg); }
.hero__badge strong { font-family: "Montserrat", sans-serif; font-size: 58px; line-height: 1; }
.hero__badge span { margin-left: 7px; font-size: 12px; font-weight: 700; line-height: 1.55; }
.hero__tag { position: absolute; right: 2%; bottom: 7%; padding: 9px 17px; color: var(--brand); background: rgba(255,255,255,.92); font-family: "Montserrat", sans-serif; font-size: 12px; letter-spacing: .12em; box-shadow: 0 8px 25px rgba(0,0,0,.08); }
.hero__deco { position: absolute; border: 1px solid rgba(131,53,83,.17); border-radius: 50%; }
.hero__deco--one { top: -180px; right: -110px; width: 430px; height: 430px; }
.hero__deco--two { right: 34%; bottom: -105px; width: 210px; height: 210px; }

.page-nav { position: relative; z-index: 3; color: #fff; background: var(--brand-dark); }
.page-nav__inner { display: grid; grid-template-columns: repeat(5, 1fr); }
.page-nav a { position: relative; padding: 20px 8px; text-align: center; border-right: 1px solid rgba(255,255,255,.16); font-size: 12px; font-weight: 600; }
.page-nav a:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.page-nav a::after { margin-left: 10px; content: "↓"; color: var(--accent); }
.page-nav a:hover { background: rgba(255,255,255,.08); }

.section { position: relative; padding: 120px 0; }
.section-label { margin: 0 0 15px; color: var(--brand); font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .18em; }
.section-title { margin: 0; font-size: clamp(30px, 3.2vw, 46px); font-weight: 800; letter-spacing: -.02em; line-height: 1.52; }
.section-title span { color: var(--brand); }
.section-heading { margin-bottom: 62px; }
.section-heading--center { text-align: center; }
.section-heading--light .section-label { color: #f5d6e2; }
.section-heading--light .section-title { color: #fff; }
.section-intro { margin: 20px auto 0; color: var(--muted); }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.split-layout__heading { position: relative; }
.split-layout__heading::after { position: absolute; top: 112px; left: 0; width: 92px; height: 3px; content: ""; background: var(--accent); }
.split-layout__body { padding-top: 8px; color: #555; }
.split-layout__body p { margin: 0 0 20px; }
.split-layout__body .large-copy { color: var(--ink); font-size: 23px; font-weight: 700; line-height: 1.75; }
.inline-note { display: flex; gap: 16px; margin-top: 32px; padding: 22px 24px; background: var(--brand-pale); border-left: 3px solid var(--brand); }
.inline-note__icon { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; color: #fff; border-radius: 50%; background: var(--brand); font-family: serif; font-weight: 700; }
.inline-note p { margin: 0; font-size: 13px; }

.section--problem { padding-bottom: 0; background: #f7f6f5; }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.problem-card { position: relative; min-height: 245px; margin: 0; padding: 44px 20px 28px; text-align: center; background: #fff; border-bottom: 4px solid var(--brand); box-shadow: 0 8px 28px rgba(48,32,37,.06); }
.problem-card__number { position: absolute; top: 12px; left: 16px; color: #d8c5cc; font-family: "Montserrat", sans-serif; font-size: 12px; }
.problem-card__icon { display: grid; width: 72px; height: 72px; margin: 0 auto 23px; place-items: center; color: var(--brand); border: 1px solid #dccbd1; border-radius: 50%; background: var(--brand-pale); font-family: "Montserrat", sans-serif; font-size: 22px; font-weight: 700; }
.problem-card p { margin: 0; font-size: 15px; font-weight: 700; line-height: 1.8; }
.solution-lead { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; width: min(680px, 92%); margin: 65px auto -60px; padding: 25px; color: #fff; background: var(--brand); box-shadow: var(--shadow); }
.solution-lead::after { position: absolute; bottom: -17px; width: 0; height: 0; content: ""; border-top: 18px solid var(--brand); border-right: 20px solid transparent; border-left: 20px solid transparent; }
.solution-lead span { font-size: 13px; }
.solution-lead strong { font-size: 23px; }

.section--solution { padding-top: 145px; color: #fff; background: linear-gradient(135deg, var(--brand-dark), var(--brand)); }
.benefit-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.benefit-list li { position: relative; min-height: 155px; padding: 34px 24px; border-right: 1px solid rgba(255,255,255,.2); }
.benefit-list li:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.benefit-list span { color: #e5b8ca; font-family: "Montserrat", sans-serif; font-size: 12px; letter-spacing: .1em; }
.benefit-list p { margin: 12px 0 0; font-size: 16px; font-weight: 700; line-height: 1.8; }

.feature-list { display: grid; gap: 32px; }
.feature-item { position: relative; display: grid; grid-template-columns: 42% 58%; align-items: center; min-height: 300px; overflow: hidden; background: var(--brand-pale); }
.feature-item--reverse { grid-template-columns: 58% 42%; }
.feature-item--reverse .feature-item__visual { grid-column: 2; }
.feature-item--reverse .feature-item__content { grid-row: 1; grid-column: 1; }
.feature-item__number { position: absolute; top: 15px; right: 20px; z-index: 2; color: rgba(131,53,83,.18); font-family: "Montserrat", sans-serif; font-size: 68px; font-weight: 700; line-height: 1; }
.feature-item--reverse .feature-item__number { right: auto; left: 20px; }
.feature-item__visual { position: relative; display: grid; height: 100%; min-height: 300px; place-items: center; overflow: hidden; background: linear-gradient(145deg, #8e4160, #6b203e); }
.feature-item__visual::before, .feature-item__visual::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.feature-item__visual::before { width: 270px; height: 270px; }
.feature-item__visual::after { width: 190px; height: 190px; }
.feature-item__content { padding: 54px 60px; }
.feature-item__content h3 { margin: 0 0 18px; color: var(--brand); font-size: 25px; }
.feature-item__content p { margin: 0; color: #555; }
.visual-clock span { position: relative; z-index: 1; color: #fff; font-family: "Montserrat", sans-serif; font-size: 58px; font-weight: 700; }
.visual-layers { display: flex; flex-direction: column; gap: 12px; }
.visual-layers span { position: relative; z-index: 1; width: 150px; height: 46px; border: 2px solid #fff; transform: skew(-12deg); }
.visual-layers span:nth-child(2) { margin-left: 30px; background: rgba(255,255,255,.13); }
.visual-practice { display: flex; gap: 16px; }
.visual-practice i { position: relative; z-index: 1; width: 58px; height: 98px; border-radius: 30px 30px 5px 5px; background: #fff; }
.visual-practice i:nth-child(2) { margin-top: -28px; background: #f0c536; }
.visual-puzzle { grid-template-columns: repeat(2, 72px); grid-template-rows: repeat(2, 72px); gap: 7px; }
.visual-puzzle i { position: relative; z-index: 1; width: 72px; height: 72px; background: #fff; }
.visual-puzzle i:nth-child(2), .visual-puzzle i:nth-child(3) { background: #e6b9ca; }

.section--programs { background: #f7f6f5; }
.program-accordion { display: grid; gap: 16px; }
.program-item { overflow: hidden; background: #fff; border: 1px solid #e5dfe1; border-radius: 4px; transition: box-shadow .25s, border-color .25s; }
.program-item.is-open { border-color: #cfafbb; box-shadow: 0 14px 40px rgba(74,35,50,.08); }
.program-summary { display: grid; grid-template-columns: 58px 1fr 95px 34px; gap: 20px; align-items: center; width: 100%; min-height: 130px; padding: 28px 32px; color: inherit; text-align: left; border: 0; background: #fff; cursor: pointer; }
.program-summary__index { color: #b999a5; font-family: "Montserrat", sans-serif; font-size: 13px; align-self: start; }
.program-summary__main { display: flex; flex-direction: column; }
.program-summary__main small { color: var(--brand); font-size: 12px; font-weight: 600; }
.program-summary__main strong { margin-top: 2px; font-size: 24px; }
.program-summary__main em { margin-top: 4px; color: #777; font-size: 13px; font-style: normal; font-weight: 500; }
.program-summary__outcome-title { margin-top: 14px; color: var(--brand); font-size: 11px; font-weight: 700; }
.program-summary__outcomes { display: grid; gap: 2px; margin: 4px 0 0; padding-left: 1.4em; color: #666; font-size: 12px; line-height: 1.65; }
.program-summary__action { margin-top: 10px; color: var(--brand); font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.program-summary__time { display: flex; align-items: baseline; justify-content: center; color: var(--brand); white-space: nowrap; }
.program-summary__time b { font-family: "Montserrat", sans-serif; font-size: 42px; line-height: 1; }
.program-summary__time { font-size: 13px; font-weight: 700; }
.program-summary__toggle { position: relative; width: 32px; height: 32px; border: 1px solid #cfb9c1; border-radius: 50%; }
.program-summary__toggle::before, .program-summary__toggle::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; content: ""; background: var(--brand); transform: translate(-50%,-50%); }
.program-summary__toggle::after { transform: translate(-50%,-50%) rotate(90deg); transition: transform .25s; }
.program-item.is-open .program-summary__toggle::after { transform: translate(-50%,-50%) rotate(0); }
.program-detail { padding: 0 32px 40px; }
.program-detail__intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; padding: 34px 38px; color: #fff; background: var(--brand); }
.program-detail__intro h3 { margin: 0; font-size: 20px; line-height: 1.7; }
.program-detail__intro p { margin: 0; font-size: 13px; line-height: 1.9; }
.curriculum-table { margin-top: 24px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.curriculum-row { display: grid; grid-template-columns: 100px 260px 1fr; }
.curriculum-row > span, .curriculum-row > strong, .curriculum-row > ul { margin: 0; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.curriculum-row > span { display: flex; align-items: flex-start; justify-content: center; color: var(--brand); font-weight: 700; }
.curriculum-row > strong { font-size: 14px; }
.curriculum-row ul { padding-left: 42px; color: #555; font-size: 13px; line-height: 1.8; }
.curriculum-row li + li { margin-top: 5px; }
.curriculum-row li b { display: inline-block; margin-right: 4px; padding: 0 6px; color: var(--brand); background: var(--brand-light); font-size: 10px; }
.curriculum-row--head { color: #fff; background: #392f33; }
.curriculum-row--head > span { display: block; padding: 13px 18px; color: #fff; text-align: left; border-color: rgba(255,255,255,.12); font-size: 12px; }
.model-note { display: grid; grid-template-columns: 170px 1fr; gap: 35px; margin-top: 26px; padding: 28px 32px; background: #fff; border-left: 3px solid var(--accent); }
.model-note span { color: var(--brand); font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.model-note p { margin: 0; color: #666; font-size: 12px; }
.program-options { margin-top: 26px; padding: 34px 36px; background: #fff; border: 1px solid #e5dfe1; }
.program-options__heading { display: grid; grid-template-columns: 170px 1fr; gap: 6px 35px; }
.program-options__heading span { grid-row: 1 / 3; color: var(--brand); font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.program-options__heading h3 { margin: 0; color: var(--brand); font-size: 22px; }
.program-options__heading p { margin: 0; color: #666; font-size: 12px; }
.program-options__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
.program-options__grid article { padding: 22px; background: var(--brand-pale); }
.program-options__grid h4 { margin: 0; color: var(--brand); font-size: 16px; }
.program-options__grid p { margin: 8px 0 0; color: #666; font-size: 13px; }
.new-hire-link { margin: 24px 0 0; color: #666; text-align: center; font-size: 13px; }
.new-hire-link a { display: inline-block; margin-left: 8px; color: var(--brand); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.cta-band { padding: 80px 0; color: #fff; background: var(--brand); }
.cta-band__inner { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; }
.cta-band .section-label { color: #e6bdcc; }
.cta-band h2 { margin: 0; font-size: clamp(28px,3vw,42px); line-height: 1.55; }
.cta-band p { margin: 13px 0 0; font-size: 14px; }
.cta-band__actions { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.button--white { min-width: 340px; color: var(--brand); background: #fff; }

.flow-list { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.flow-list::before { position: absolute; top: 75px; right: 12%; left: 12%; height: 1px; content: ""; background: #d9c5cd; }
.flow-list li { position: relative; min-height: 220px; padding: 28px 26px; background: var(--brand-pale); border-top: 3px solid var(--brand); }
.flow-list__who { display: inline-block; padding: 3px 9px; color: var(--brand); background: #fff; border: 1px solid #dac4cc; font-size: 10px; font-weight: 700; }
.flow-list b { position: absolute; top: 22px; right: 22px; color: #d8c4cc; font-family: "Montserrat", sans-serif; font-size: 32px; }
.flow-list h3 { margin: 34px 0 10px; font-size: 17px; }
.flow-list p { margin: 0; color: #666; font-size: 13px; }
.flow-note { margin: 20px 0 0; color: #777; font-size: 11px; }

.section--faq { background: #f7f6f5; }
.faq-list { border-top: 1px solid #dcd6d8; }
.faq-item { border-bottom: 1px solid #dcd6d8; }
.faq-item > button { display: grid; grid-template-columns: 42px 1fr 34px; gap: 18px; align-items: center; width: 100%; padding: 28px 10px; text-align: left; border: 0; background: transparent; cursor: pointer; }
.faq-item > button > span, .faq-answer > span { color: var(--brand); font-family: "Montserrat", sans-serif; font-size: 24px; font-weight: 600; }
.faq-item > button strong { font-size: 16px; }
.faq-item > button i { position: relative; width: 30px; height: 30px; border-radius: 50%; background: #fff; }
.faq-item > button i::before, .faq-item > button i::after { position: absolute; top: 50%; left: 50%; width: 12px; height: 1px; content: ""; background: var(--brand); transform: translate(-50%,-50%); }
.faq-item > button i::after { opacity: 1; transform: translate(-50%,-50%) rotate(90deg); transition: opacity .2s ease, transform .2s ease; }
.faq-item.is-open > button i::after { opacity: 0; transform: translate(-50%,-50%) rotate(90deg); }
.faq-answer { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 0 50px 30px 10px; }
.faq-answer[hidden] { display: none; }
.faq-item.is-open .faq-answer { animation: faq-answer-in .24s ease both; }
.faq-answer p { margin: 0; color: #555; font-size: 14px; }

@keyframes faq-answer-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.final-cta { padding: 110px 0 70px; text-align: center; background: radial-gradient(circle at 50% 0, #faf4f6, #fff 65%); }
.final-cta h2 { margin: 0; color: var(--brand); font-size: clamp(34px,4vw,54px); line-height: 1.5; }
.final-cta__inner > p:not(.section-label):not(.legal-note) { margin: 20px 0 0; font-weight: 600; }
.final-cta__buttons { display: flex; justify-content: center; gap: 16px; margin-top: 34px; }
.final-cta__buttons .button { min-width: 360px; }
.legal-note { max-width: 900px; margin: 50px auto 0; padding-top: 22px; color: #555; text-align: left; border-top: 1px solid var(--line); font-size: 13px; }
.site-footer { padding: 60px 0 20px; color: #fff; background: #30292c; }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; }
.site-logo--footer { filter: brightness(0) invert(1); }
.site-footer__links { display: flex; flex-wrap: wrap; gap: 25px; font-size: 12px; }
.copyright { margin: 50px 0 0; color: #a7a0a3; text-align: center; font-size: 10px; }
.floating-cta { position: fixed; z-index: 50; right: 20px; bottom: 20px; display: none; width: 80px; height: 80px; place-items: center; color: #fff; text-align: center; border: 4px solid #fff; border-radius: 50%; background: var(--brand); box-shadow: 0 10px 30px rgba(83,31,51,.25); font-size: 11px; font-weight: 700; line-height: 1.5; }
.floating-cta[hidden] { display: none; }

@media (max-width: 1100px) {
  .hero { min-height: 620px; }
  .hero__inner { min-height: 620px; }
  .hero__visual { min-height: 620px; }
  .hero__badge { left: -15px; width: 145px; height: 145px; border-width: 6px; }
  .hero__badge strong { font-size: 45px; }
  .feature-item__content { padding: 45px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .pc-only { display: none; }
  .sp-only { display: block; }
  .site-header { height: 72px; }
  .site-header__inner { padding-left: 16px; }
  .site-logo { width: 180px; }
  .hero { min-height: 0; background: linear-gradient(160deg,#fff 0 60%,#f8f3f5 60%); }
  .hero__inner { display: flex; flex-direction: column; min-height: 0; }
  .hero__content { padding: 55px 0 22px; }
  .hero h1 { font-size: clamp(34px,10vw,48px); }
  .hero__lead { font-size: 18px; }
  .hero__visual { width: 100%; min-height: 430px; }
  .hero__photo-frame { right: -16px; width: 92%; height: 100%; }
  .hero__badge { top: 26px; left: 0; width: 122px; height: 122px; padding: 16px; }
  .hero__badge strong { font-size: 38px; }
  .hero__badge span { font-size: 10px; }
  .hero__tag { right: 0; }
  .hero__actions { flex-direction: column; }
  .button { width: 100%; }
  .page-nav { overflow-x: auto; }
  .page-nav__inner { width: max-content; min-width: 100%; }
  .page-nav a { min-width: 145px; }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 42px; }
  .split-layout { grid-template-columns: 1fr; gap: 42px; }
  .split-layout__heading::after { top: auto; bottom: -18px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-list { grid-template-columns: repeat(2, 1fr); }
  .benefit-list li:nth-child(2) { border-right: 1px solid rgba(255,255,255,.2); }
  .benefit-list li:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .feature-item, .feature-item--reverse { grid-template-columns: 1fr; }
  .feature-item__visual, .feature-item--reverse .feature-item__visual { grid-row: 1; grid-column: 1; min-height: 220px; }
  .feature-item__content, .feature-item--reverse .feature-item__content { grid-row: 2; grid-column: 1; padding: 38px 30px; }
  .feature-item--reverse .feature-item__number { top: 235px; right: 20px; left: auto; }
  .program-summary { grid-template-columns: 35px 1fr 70px 28px; gap: 10px; padding: 20px 18px; }
  .program-summary__main strong { font-size: 19px; }
  .program-summary__main em { display: none; }
  .program-summary__outcomes { font-size: 11px; }
  .program-summary__time b { font-size: 32px; }
  .program-detail { padding: 0 16px 25px; }
  .program-detail__intro { grid-template-columns: 1fr; gap: 14px; padding: 25px; }
  .curriculum-row { grid-template-columns: 78px 1fr; }
  .curriculum-row > ul { grid-column: 1 / -1; }
  .curriculum-row--head { display: none; }
  .model-note { grid-template-columns: 1fr; gap: 8px; }
  .program-options__heading { grid-template-columns: 1fr; }
  .program-options__heading span { grid-row: auto; }
  .program-options__grid { grid-template-columns: 1fr; }
  .cta-band__inner { grid-template-columns: 1fr; gap: 35px; text-align: center; }
  .flow-list { grid-template-columns: repeat(2, 1fr); }
  .flow-list::before { display: none; }
  .final-cta__buttons { flex-direction: column; }
  .final-cta__buttons .button { min-width: 0; }
  .site-footer__inner { flex-direction: column; align-items: flex-start; gap: 35px; }
  .site-footer__links { flex-direction: column; gap: 12px; }
  .floating-cta { display: grid; }
}

@media (max-width: 540px) {
  body { font-size: 14px; }
  .container { width: min(calc(100% - 24px), var(--max)); }
  .hero__content { padding-top: 44px; }
  .hero h1 { font-size: 34px; }
  .hero h1 { overflow-wrap: anywhere; }
  .hero__eyebrow { align-items: flex-start; font-size: 11px; }
  .hero__eyebrow::before { margin-top: 10px; }
  .hero__visual { min-height: 360px; }
  .hero__photo-frame { right: -12px; }
  .section-title { font-size: 28px; }
  .split-layout__body .large-copy { font-size: 19px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 185px; }
  .solution-lead strong { font-size: 18px; }
  .benefit-list { grid-template-columns: 1fr; }
  .benefit-list li { min-height: 120px; border-bottom: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
  .feature-item__content h3 { font-size: 21px; }
  .program-summary { grid-template-columns: 1fr 60px 28px; }
  .program-summary__index { display: block; grid-column: 1; grid-row: 1; align-self: center; }
  .program-summary__main { grid-column: 1 / -1; grid-row: 2; }
  .program-summary__time { grid-column: 2; grid-row: 1; }
  .program-summary__toggle { grid-column: 3; grid-row: 1; }
  .program-summary__main small { font-size: 12px; }
  .program-summary__main strong { font-size: 18px; }
  .program-summary__main small { line-height: 1.55; }
  .program-summary__outcome-title { margin-top: 10px; }
  .program-summary__outcomes { padding-left: 1.2em; font-size: 12px; }
  .program-summary__action { font-size: 12px; }
  .program-summary__time b { font-size: 28px; }
  .curriculum-row { grid-template-columns: 67px 1fr; }
  .curriculum-row > span, .curriculum-row > strong, .curriculum-row > ul { padding: 15px; }
  .curriculum-row ul { padding-left: 32px; font-size: 12px; }
  .button--white { min-width: 0; }
  .program-options { padding: 24px 20px; }
  .new-hire-link a { display: block; margin: 8px 0 0; }
  .flow-list { grid-template-columns: 1fr; }
  .faq-item > button { grid-template-columns: 32px 1fr 28px; gap: 10px; padding: 22px 4px; }
  .faq-item > button strong { font-size: 14px; }
  .faq-answer { grid-template-columns: 32px 1fr; gap: 10px; padding: 0 4px 24px; }
  .final-cta { padding: 80px 0 55px; }
  .site-logo--footer { width: 200px; }
}

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