:root {
  --color-main: #ffffff;
  --color-sub: #111111;
  --color-text: #222222;
  --color-accent: #00afc1;
  --color-cta: #e60023;
  --color-accent-soft: #effcfe;
  --color-border: rgba(17, 17, 17, 0.12);
  --color-muted: rgba(34, 34, 34, 0.72);
  --font-base: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  --font-serif: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --container: min(1200px, calc(100vw - 40px));
  --radius: 22px;
  --shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
  --header-height: 86px;
  --ease: 240ms ease;
}
*,:before,:after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font-base);color:var(--color-text);background:var(--color-main);line-height:1.7;letter-spacing:.02em}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:all var(--ease)}
a:hover{opacity:.86}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.container{width:var(--container);margin-inline:auto}
.site-main{min-height:60vh}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(17,17,17,.08)}
.site-header__bar{width:var(--container);min-height:var(--header-height);margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.site-header__brand{display:flex;align-items:center;min-width:0}
.site-header__logo img{max-height:52px;width:auto}
.site-header__title{display:flex;flex-direction:column;gap:2px;color:var(--color-sub)}
.site-header__school{font-size:1rem;font-weight:700}.site-header__tagline{font-size:.75rem;color:var(--color-muted)}
.site-header__actions{display:flex;align-items:center;gap:10px}
.header-link,.button,.text-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;font-weight:700;font-size:.92rem;letter-spacing:.04em}
.header-link--ghost,.button--outline-light{border:1px solid var(--color-sub);background:transparent;color:var(--color-sub)}
.header-link--accent,.button--secondary,.floating-cta__secondary{background:var(--color-cta);color:#fff;border:1px solid transparent}
.header-link--primary,.button--primary,.floating-cta__primary{background:var(--color-accent);color:#fff;border:1px solid transparent}
.button--outline-light{color:#fff;border-color:rgba(255,255,255,.7)}
.text-link{padding:0;min-height:auto;border-radius:0;position:relative;color:var(--color-sub)}
.text-link:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1px;background:currentColor;transform-origin:left center;transform:scaleX(1);transition:transform var(--ease)}
.text-link:hover:after{transform:scaleX(.3)}
.menu-toggle{display:none;background:transparent;border:0;padding:0;width:48px;height:48px;border-radius:50%;cursor:pointer}
.menu-toggle__line{display:block;width:20px;height:2px;background:var(--color-sub);margin:4px auto}
.primary-navigation{width:var(--container);margin-inline:auto}.primary-menu,.footer-menu{list-style:none;padding:0;margin:0}.primary-menu{display:flex;align-items:center;flex-wrap:wrap;gap:22px;padding:0 0 18px}.primary-menu a{font-size:.94rem;color:rgba(34,34,34,.9)}
.hero{position:relative;min-height:min(100vh,920px);background-size:cover;background-position:center center;display:flex;align-items:flex-end}
.hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.65) 32%,rgba(255,255,255,.12) 68%,rgba(0,0,0,.18) 100%)}
.hero__inner{position:relative;z-index:1;width:var(--container);margin-inline:auto;padding:160px 0 80px}
.hero__kicker,.section-heading__en,.section-label,.page-hero__eyebrow,.site-footer__eyebrow,.license-banner__eyebrow,.cta-band__eyebrow,.info-panel__eyebrow{font-family:var(--font-serif);letter-spacing:.12em;text-transform:uppercase;font-size:.86rem;color:var(--color-accent);margin:0 0 18px}
.hero__title{max-width:820px;font-family:var(--font-serif);font-size:clamp(2.8rem,6vw,6.8rem);line-height:.95;letter-spacing:0;color:var(--color-sub);margin:0;text-wrap:balance}
.hero__text{max-width:660px;margin:28px 0 0;font-size:1.04rem;color:rgba(34,34,34,.84)}.hero__cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.license-banner{
  padding:18px 0 0;
  background:#fff;
}
.license-banner__linkwrap{
  position:relative;
  display:block;
  width:var(--container);
  margin-inline:auto;
  min-height:164px;
  overflow:hidden;
  border-radius:0;
}
.license-banner__media{
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(0,175,193,.16) 0%, rgba(230,0,35,.12) 100%);
  background-size:cover;
  background-position:center center;
  transform:scale(1.01);
}
.license-banner__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(17,17,17,.68) 0%, rgba(17,17,17,.38) 40%, rgba(17,17,17,.14) 100%);
}
.license-banner__content{
  position:relative;
  z-index:2;
  min-height:164px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:10px;
  padding:24px 32px;
  color:#fff;
}
.license-banner__eyebrow{
  margin:0;
  color:rgba(255,255,255,.78);
  letter-spacing:.16em;
}
.license-banner__title{
  margin:0;
  font-family:var(--font-serif);
  font-size:clamp(1.3rem,2.4vw,2rem);
  line-height:1.25;
  font-weight:400;
}
.license-banner__cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:.82rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.72);
  padding-bottom:4px;
}
.section{padding:104px 0}.section--news{background:var(--color-sub);color:#fff}.section--accent-soft{background:linear-gradient(180deg,#fff 0%,var(--color-accent-soft) 100%)}.section--dark{background:var(--color-sub);color:#fff}.section--cta-band{background:linear-gradient(90deg,rgba(0,175,193,.08) 0%,rgba(230,0,35,.08) 100%)}.section--border-top{border-top:1px solid var(--color-border)}
.section-heading{margin-bottom:40px}.section-heading--split{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.section-heading--center{text-align:center}.section-heading__ja{font-family:var(--font-serif);font-size:clamp(2rem,3vw,3rem);line-height:1.1;margin:0;color:inherit}.section-heading__en{margin-bottom:10px}
.news-list{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.news-list__item{padding-top:22px;border-top:1px solid rgba(255,255,255,.24)}.news-list__date{font-size:.82rem;color:rgba(255,255,255,.66);margin-bottom:10px}.news-list__title{font-size:1rem;font-weight:500;line-height:1.6;margin:0}
.grid-editorial{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:clamp(28px,6vw,80px);align-items:center}.grid-editorial--reverse{grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr)}.grid-editorial--reverse .grid-editorial__content{order:1}.grid-editorial--reverse .grid-editorial__media{order:2}
.editorial-image,.editorial-image--placeholder,.page-hero__placeholder,.card-media__placeholder{overflow:hidden;background:linear-gradient(135deg,rgba(0,175,193,.16) 0%,rgba(230,0,35,.12) 100%);min-height:420px;display:grid;place-items:center;box-shadow:var(--shadow)}.editorial-image--dark{background:rgba(255,255,255,.08);color:#fff}.grid-editorial__content{position:relative}.section-label{writing-mode:vertical-rl;position:absolute;right:-4px;top:0;color:var(--color-cta);font-size:1rem}.section-label--light{color:rgba(255,255,255,.74)}
.section-title{font-family:var(--font-serif);font-size:clamp(2rem,3vw,3.3rem);line-height:1.15;margin:0 0 24px;color:var(--color-sub);max-width:12ch}.section-title--light{color:#fff}.section-copy{max-width:38rem;color:var(--color-muted)}.section-copy--light{color:rgba(255,255,255,.75)}.inline-links{display:flex;flex-wrap:wrap;gap:24px;margin-top:28px}
.card-grid{display:grid;gap:24px}.card-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;box-shadow:0 12px 30px rgba(17,17,17,.04)}.card__body{padding:28px}
.card__title,.media-card__title,.post-card__title,.list-card__title,.portrait-card__title,.feature-card__title,.widget-card__title{font-family:var(--font-serif);font-size:1.35rem;line-height:1.35;margin:0 0 12px;color:var(--color-sub)}.card__text,.media-card__text,.post-card__excerpt,.list-card__text,.portrait-card__text,.feature-card__text,.widget-card p,.info-panel__links a{color:var(--color-muted);font-size:.96rem}
.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feature-card{display:block;padding:28px;border-radius:22px;background:#fff;border:1px solid rgba(0,175,193,.16);box-shadow:0 8px 24px rgba(0,175,193,.06)}
.scroll-cards{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(320px,36%);gap:24px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.media-card,.portrait-card,.post-card,.list-card{scroll-snap-align:start}.media-card__inner,.portrait-card__inner,.post-card__inner,.list-card__inner{display:block;height:100%;background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--color-border)}.media-card__image,.portrait-card__image,.post-card__image,.list-card__image,.entry-thumbnail{overflow:hidden}.media-card__image img,.portrait-card__image img,.post-card__image img,.list-card__image img,.entry-thumbnail img{width:100%;height:100%;object-fit:cover}.media-card__body,.portrait-card__body,.post-card__body,.list-card__body{padding:22px}
.list-stack{display:grid;gap:18px}.list-card__inner,.post-card__inner{display:grid;grid-template-columns:300px minmax(0,1fr)}.list-card__image .card-media__placeholder,.post-card__image .card-media__placeholder{min-height:100%}.list-card__meta,.post-card__meta{font-size:.8rem;color:var(--color-accent);margin:0 0 8px}.portrait-card__image .card-media__placeholder{min-height:380px}
.cta-band{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:34px;background:#fff;border:1px solid rgba(17,17,17,.08);border-radius:28px;box-shadow:var(--shadow)}.cta-band__title{font-family:var(--font-serif);font-size:clamp(1.6rem,2.6vw,2.6rem);line-height:1.2;margin:0;max-width:14ch}.cta-band__actions{display:flex;flex-wrap:wrap;gap:14px}
.page-hero{padding:72px 0 42px;background:linear-gradient(180deg,rgba(0,175,193,.06) 0%,rgba(255,255,255,0) 100%)}.page-hero--simple{padding-bottom:16px}.page-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:42px;align-items:center}.page-hero__title{font-family:var(--font-serif);font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.04;margin:0 0 16px;color:var(--color-sub)}.page-hero__lead{max-width:42rem;margin:0;color:var(--color-muted)}.page-hero__placeholder,.page-hero__image{min-height:320px}
.breadcrumb{margin-bottom:22px}.breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0;font-size:.82rem;color:rgba(34,34,34,.65)}.breadcrumb li:not(:last-child):after{content:"/";margin-left:8px;color:rgba(34,34,34,.34)}
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:40px}.entry-content img{border-radius:18px;margin:20px 0}.entry-content h2,.entry-content h3,.entry-content h4{font-family:var(--font-serif);line-height:1.3;color:var(--color-sub)}.entry-content h2{font-size:2rem;margin-top:2.2em}.entry-content h3{font-size:1.45rem;margin-top:1.8em}.entry-content p,.entry-content li{color:rgba(34,34,34,.86)}.entry-content ul,.entry-content ol{padding-left:1.3rem}.content-side{position:relative}.info-panel,.widget-card{position:sticky;top:calc(var(--header-height) + 24px);padding:24px;background:#fff;border-radius:24px;border:1px solid var(--color-border);box-shadow:0 12px 30px rgba(17,17,17,.05)}.info-panel__links{list-style:none;padding:0;margin:0;display:grid;gap:14px}.info-panel__links a{display:block;padding-bottom:12px;border-bottom:1px solid var(--color-border)}.post-list{display:grid;gap:22px}
.pagination{margin-top:34px}.pagination .nav-links{display:flex;flex-wrap:wrap;gap:10px}.pagination .page-numbers{min-width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--color-border);background:#fff}.pagination .page-numbers.current{background:var(--color-accent);color:#fff;border-color:transparent}
.site-footer{background:var(--color-sub);color:#fff;padding:72px 0 24px;margin-top:40px}.site-footer__top{width:var(--container);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:40px;align-items:start}.site-footer__title{font-family:var(--font-serif);font-size:clamp(2rem,3vw,3rem);line-height:1.2;margin:0 0 18px;max-width:14ch}.site-footer__meta{margin:0 0 8px;color:rgba(255,255,255,.7)}.site-footer__cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.footer-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px}.footer-menu a{color:rgba(255,255,255,.86)}.site-footer__bottom{width:var(--container);margin:32px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.1)}
.floating-cta{position:fixed;right:16px;bottom:16px;z-index:60;display:flex;gap:10px}.floating-cta a{min-height:48px;padding:0 18px;border-radius:999px;box-shadow:0 12px 28px rgba(17,17,17,.18);font-weight:700;font-size:.88rem}
.card-media__placeholder span,.page-hero__placeholder span,.editorial-image--placeholder span{font-size:.86rem;font-weight:700;letter-spacing:.08em;color:rgba(17,17,17,.6)}
.menu-open{overflow:hidden}
@media (max-width:1100px){.primary-navigation{position:fixed;inset:var(--header-height) 0 auto 0;background:rgba(255,255,255,.98);padding:24px 20px 28px;border-bottom:1px solid var(--color-border);transform:translateY(-110%);transition:transform var(--ease);max-height:calc(100vh - var(--header-height));overflow:auto}.primary-navigation.is-open{transform:translateY(0)}.primary-menu{display:grid;gap:16px;padding:0}.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.site-header__actions .header-link{display:none}.news-list,.card-grid--three,.feature-grid,.site-footer__top,.content-layout,.page-hero__inner{grid-template-columns:1fr}.list-card__inner,.post-card__inner,.grid-editorial,.grid-editorial--reverse{grid-template-columns:1fr}.grid-editorial--reverse .grid-editorial__content,.grid-editorial--reverse .grid-editorial__media{order:initial}.section-label{writing-mode:horizontal-tb;position:static;margin-bottom:12px}.scroll-cards{grid-auto-columns:minmax(280px,82vw)}.cta-band{flex-direction:column;align-items:flex-start}.info-panel,.widget-card{position:static}}
@media (max-width:768px){:root{--container:min(100vw - 24px,100%);--header-height:72px}body{font-size:15px}.hero{min-height:78vh}.hero__overlay{background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.78) 34%,rgba(255,255,255,.18) 100%)}.hero__inner{padding:110px 0 54px}.hero__title{font-size:clamp(2.4rem,11vw,4.2rem)}.section,.page-hero{padding:72px 0}.site-header__bar{min-height:var(--header-height)}.floating-cta{left:12px;right:12px;bottom:12px;display:grid;grid-template-columns:1fr 1fr}.floating-cta a{justify-content:center}}
@media (max-width:520px){.hero__cta,.site-footer__cta,.cta-band__actions{display:grid;grid-template-columns:1fr;width:100%}.button,.header-link,.floating-cta a{width:100%}.site-header__title{max-width:200px}.license-banner__content,.section-heading--split{align-items:flex-start}.editorial-image,.editorial-image--placeholder,.page-hero__placeholder{min-height:260px}.portrait-card__image .card-media__placeholder{min-height:300px}}

.button--line,
.floating-cta__line{
  background:#fff;
  color:var(--color-sub);
  border:1px solid rgba(17,17,17,.22);
}
.text-link--light{color:#fff}
.text-link--light:after{background:#fff}
.hero__facts{display:flex;flex-wrap:wrap;gap:10px 12px;margin-top:28px;max-width:820px}
.hero__fact{display:inline-flex;align-items:center;min-height:40px;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.76);border:1px solid rgba(17,17,17,.1);font-size:.84rem;font-weight:700;color:var(--color-sub)}
.authority-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:24px;align-items:stretch}
.authority-aside{display:grid;gap:24px}
.authority-card{background:#fff;border:1px solid var(--color-border);border-radius:28px;padding:32px;box-shadow:0 12px 30px rgba(17,17,17,.04)}
.authority-card--main{background:linear-gradient(180deg,#fff 0%,rgba(0,175,193,.04) 100%)}
.authority-card--accent{background:linear-gradient(180deg,#fff 0%,rgba(230,0,35,.04) 100%)}
.authority-card__eyebrow,.feature-card__number,.curriculum-card__label{font-family:var(--font-serif);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;color:var(--color-accent);margin:0 0 12px}
.authority-card__title,.curriculum-card__title,.future-card__title,.tuition-card__title,.faq-item-home__title{font-family:var(--font-serif);font-size:1.55rem;line-height:1.35;margin:0 0 14px;color:var(--color-sub)}
.authority-card__title--sm{font-size:1.3rem}
.authority-card__text,.curriculum-card__text,.future-card__text,.tuition-card__text,.faq-item-home__text{margin:0;color:var(--color-muted)}
.check-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}
.check-list li{position:relative;padding-left:28px;color:var(--color-sub);font-weight:700}
.check-list li:before{content:"";position:absolute;left:0;top:.55em;width:12px;height:12px;border-radius:50%;background:var(--color-accent);transform:translateY(-50%)}
.card-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}
.card--soft{border-color:rgba(0,175,193,.14);background:rgba(255,255,255,.88)}
.card__title--sm{font-size:1.15rem}
.feature-grid--six{grid-template-columns:repeat(3,minmax(0,1fr))}
.curriculum-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.curriculum-card{padding:28px;border-radius:24px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14)}
.curriculum-card__title{color:#fff}
.curriculum-card__text{color:rgba(255,255,255,.72)}
.future-grid{display:grid;gap:16px;margin-top:28px}
.future-card{padding:22px 24px;border-radius:20px;border:1px solid var(--color-border);background:#fff}
.future-card__title{font-size:1.18rem;margin-bottom:8px}
.tuition-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tuition-card{padding:30px;border-radius:24px;background:#fff;border:1px solid rgba(17,17,17,.08);box-shadow:0 10px 24px rgba(17,17,17,.04)}
.tuition-card--accent{background:linear-gradient(180deg,rgba(230,0,35,.98) 0%,rgba(191,0,32,.98) 100%);border-color:transparent}
.tuition-card--accent .tuition-card__title,.tuition-card--accent .tuition-card__text{color:#fff}
.comparison-table-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(17,17,17,.04)}
.comparison-table{width:100%;border-collapse:collapse;min-width:720px}
.comparison-table th,.comparison-table td{padding:20px 22px;border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top}
.comparison-table thead th{background:rgba(0,175,193,.06);font-family:var(--font-serif);font-size:1rem;color:var(--color-sub)}
.comparison-table tbody th{width:160px;font-weight:700;color:var(--color-sub);background:rgba(17,17,17,.02)}
.faq-list-home{display:grid;gap:16px}
.faq-item-home{display:grid;grid-template-columns:56px minmax(0,1fr);gap:18px;align-items:flex-start;padding:26px;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}
.faq-item-home__label{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:var(--color-sub);color:#fff;font-family:var(--font-serif);font-size:1.3rem}
.faq-item-home__title{font-size:1.2rem;margin-bottom:8px}
.cta-band--final{align-items:center}
.cta-band__lead{max-width:44rem;margin:16px 0 0;color:var(--color-muted)}
.cta-band__actions--triple{justify-content:flex-end}
@media (max-width:1100px){
  .authority-grid,.curriculum-grid,.tuition-grid,.card-grid--five,.feature-grid--six{grid-template-columns:1fr 1fr}
}
@media (max-width:768px){
  .hero__facts{gap:8px}
  .hero__fact{font-size:.78rem;min-height:36px;padding:7px 12px}
  .authority-grid,.curriculum-grid,.tuition-grid,.card-grid--five,.feature-grid--six{grid-template-columns:1fr}
  .faq-item-home{grid-template-columns:44px minmax(0,1fr);padding:20px}
  .faq-item-home__label{width:44px;height:44px;font-size:1.1rem}
  .floating-cta{grid-template-columns:1fr 1fr}
  .floating-cta a{font-size:.78rem;padding-inline:8px}
}
@media (max-width:520px){
  .cta-band__actions--triple,.site-footer__cta{grid-template-columns:1fr}
}

/* ===== 2026-04 design refresh: joshibi-inspired editorial front page ===== */
:root{
  --color-main:#ffffff;
  --color-paper:#f7f5f1;
  --color-paper-strong:#f1efea;
  --color-sub:#111111;
  --color-text:#222222;
  --color-accent:#00afc1;
  --color-cta:#e60023;
  --color-border:rgba(17,17,17,.14);
  --color-muted:rgba(34,34,34,.72);
  --container:min(1260px,calc(100vw - 44px));
  --font-serif:"Times New Roman","Yu Mincho","Hiragino Mincho ProN",serif;
  --font-base:"Yu Gothic","Hiragino Kaku Gothic ProN","Noto Sans JP",sans-serif;
}
body{
  background:var(--color-main);
  color:var(--color-text);
}
.site-header{
  position:sticky;
  top:0;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid rgba(17,17,17,.08);
  backdrop-filter:blur(12px);
}
.site-header__bar{
  min-height:74px;
  gap:20px;
}
.site-header__logo img{max-height:46px}
.site-header__school{font-size:.95rem;line-height:1.35}
.site-header__tagline{font-size:.66rem;letter-spacing:.08em;text-transform:uppercase}
.site-header__actions{gap:8px}
.header-link,.button,.text-link{
  font-size:.84rem;
  letter-spacing:.08em;
  min-height:44px;
  border-radius:999px;
}
.header-link--accent,.button--secondary,.floating-cta__secondary{
  background:var(--color-cta);
  color:#fff;
}
.header-link--primary,.button--primary,.floating-cta__primary{
  background:var(--color-accent);
  color:#fff;
}
.header-link--ghost,.button--line,.button--ghost-ink,.floating-cta__line{
  background:transparent;
  color:var(--color-sub);
  border:1px solid rgba(17,17,17,.2);
}
.primary-navigation{padding-bottom:10px}
.primary-menu{
  gap:22px;
  padding:0 0 14px;
}
.primary-menu a{
  font-size:.8rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.site-footer{
  background:#111111;
  color:#fff;
}
.site-footer__title,.page-hero__title,.section-heading__ja,.section-title,.card__title,.feature-card__title,.authority-card__title,.curriculum-card__title,.future-card__title,.tuition-card__title,.faq-item-home__title,.cp-section__title,.cp-reason-card h3,.cp-study__title,.cp-future-card h3,.cp-tuition-card h3,.cp-faq-item h3,.cp-blog-card h3,.cp-final-cta__title{
  font-family:var(--font-serif);
  font-weight:400;
}
.text-link{
  font-size:.84rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.text-link:after{
  bottom:-5px;
}
.license-banner{
  background:#fff;
  border-top:1px solid rgba(17,17,17,.1);
  border-bottom:1px solid rgba(17,17,17,.1);
  color:var(--color-sub);
}
.license-banner__inner{
  padding:18px 0;
}
.license-banner__eyebrow{
  color:var(--color-cta);
  letter-spacing:.14em;
}
.license-banner__link{
  font-family:var(--font-serif);
  font-size:clamp(1.05rem,2vw,1.34rem);
}

.cp-home{overflow:hidden}
.cp-hero{
  padding:6px 0 0;
  background:var(--color-paper-strong);
}
.cp-hero__frame{
  padding-bottom:18px;
}
.cp-hero__canvas{
  position:relative;
  min-height:clamp(640px, 74vh, 780px);
  border-radius:34px;
  overflow:hidden;
  background:#d9d4cc;
  box-shadow:0 14px 40px rgba(17,17,17,.10);
}
.cp-hero__bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.cp-hero__canvas::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(17,17,17,.04) 100%);
  pointer-events:none;
}
.cp-hero__panel{
  position:absolute;
  left:76px;
  top:10px;
  bottom:10px;
  width:min(48.5%, 920px);
  border-radius:34px;
  background:rgba(255,255,255,.84);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:0 18px 40px rgba(17,17,17,.08);
  display:flex;
  align-items:center;
  z-index:2;
}
.cp-hero__textblock{
  max-width:760px;
  padding:88px 76px 88px 96px;
}
.cp-hero__official{
  margin:0 0 28px;
  font-size:clamp(1rem, 1.25vw, 1.2rem);
  font-weight:700;
  line-height:1.5;
  letter-spacing:.02em;
  color:var(--color-sub);
}
.cp-hero__display{
  margin:0;
  font-family:var(--font-serif);
  font-size:clamp(3rem, 4.3vw, 4.9rem);
  line-height:1.08;
  letter-spacing:-.035em;
  color:var(--color-sub);
}
.cp-hero__display-line,
.cp-hero__lead-line,
.cp-hero__copy-line{
  display:block;
}
.cp-hero__lead{
  margin:34px 0 0;
  font-size:clamp(1.25rem, 2vw, 1.95rem);
  line-height:1.55;
  color:rgba(34,34,34,.84);
}
.cp-hero__copy{
  display:none;
}
.cp-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:42px;
}
.cp-hero__actions .button{
  min-height:72px;
  min-width:240px;
  padding:0 34px;
  font-size:1rem;
  border-radius:999px;
  box-shadow:none;
}
.cp-hero__visual,
.cp-hero__image-wrap,
.cp-hero__image,
.cp-hero__scroll,
.cp-hero__caption{
  display:none;
}
.cp-news__inner{
  display:grid;
  grid-template-columns:220px minmax(0,1fr) 160px;
  gap:28px;
  padding:38px 0 34px;
  align-items:start;
}
.cp-news__head{padding-top:4px}
.cp-news__label{color:rgba(255,255,255,.85);margin-bottom:10px}
.cp-news__title{
  margin:0;
  font-family:var(--font-serif);
  font-size:1.15rem;
  font-weight:400;
}
.cp-news__list{display:grid;gap:0}
.cp-news__item{
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  gap:20px;
  padding:14px 0;
  border-top:1px solid rgba(255,255,255,.28);
}
.cp-news__item:last-child{border-bottom:1px solid rgba(255,255,255,.28)}
.cp-news__date{
  color:rgba(255,255,255,.82);
  font-size:.78rem;
  letter-spacing:.08em;
}
.cp-news__link{
  display:block;
  color:#fff;
  line-height:1.7;
}
.cp-news__more{
  align-self:end;
  justify-self:end;
  font-size:.78rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  padding-bottom:4px;
  border-bottom:1px solid rgba(255,255,255,.75);
}

.cp-section{padding:110px 0;background:#fff}
.cp-section--soft{background:var(--color-paper)}
.cp-section--future{background:#fff}
.cp-section--tuition{background:var(--color-paper)}
.cp-section__head{margin-bottom:44px}
.cp-section__head--split{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
}
.cp-section__head--center{text-align:center}
.cp-section__title{
  margin:0;
  color:#111;
  font-size:clamp(2rem,3.2vw,3.35rem);
  line-height:1.12;
  max-width:13ch;
}
.cp-section__title--center{
  margin-inline:auto;
  max-width:14ch;
}
.cp-section__lead{
  max-width:44rem;
  margin:18px auto 0;
  color:var(--color-muted);
}
.cp-split{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:56px;
  align-items:start;
}
.cp-split__content{position:relative;padding-right:56px}
.cp-section__vertical{
  position:absolute;
  right:0;
  top:4px;
  writing-mode:vertical-rl;
  color:var(--color-cta);
  font-family:var(--font-serif);
  font-size:2rem;
  line-height:1;
  letter-spacing:.02em;
}
.cp-media-image,
.cp-media-placeholder{
  width:100%;
  min-height:560px;
  display:block;
  object-fit:cover;
  background:#e8ecef;
}
.cp-media-placeholder{
  display:grid;
  place-items:center;
  color:rgba(17,17,17,.5);
  font-size:.78rem;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.cp-media-placeholder--light{
  background:rgba(255,255,255,.18);
  color:rgba(255,255,255,.66);
}
.cp-prose p{
  margin:0 0 18px;
  color:var(--color-muted);
}
.cp-official-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:28px;
}
.cp-mini-card,
.cp-paper{
  background:#fff;
  border:1px solid rgba(17,17,17,.1);
}
.cp-mini-card{
  padding:24px;
}
.cp-mini-card h3,
.cp-concern-card h3,
.cp-reason-card h3,
.cp-study__card h3,
.cp-future-card h3,
.cp-tuition-card h3,
.cp-faq-item h3,
.cp-blog-card h3{
  margin:0 0 10px;
  font-family:var(--font-serif);
  font-size:1.35rem;
  font-weight:400;
  line-height:1.28;
  color:#111;
}
.cp-mini-card p:last-child,
.cp-concern-card p,
.cp-reason-card p,
.cp-study__card p,
.cp-future-card p,
.cp-tuition-card p,
.cp-faq-item p,
.cp-blog-card p{
  margin:0;
  color:var(--color-muted);
}
.cp-mini-card__eyebrow{margin-bottom:10px}

.cp-concern-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
}
.cp-concern-card{
  background:#fff;
  border:1px solid rgba(17,17,17,.1);
  padding:24px 20px;
  min-height:220px;
}
.cp-concern-card h3{font-size:1.14rem}

.cp-reason-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.cp-reason-card{
  display:block;
  background:#fff;
  border:1px solid rgba(17,17,17,.1);
  padding:28px;
  min-height:250px;
}
.cp-reason-card__number{
  display:inline-block;
  margin-bottom:18px;
  color:var(--color-cta);
  font-family:var(--font-serif);
  font-size:1.8rem;
  line-height:1;
}

.cp-study{
  background:var(--color-cta);
  color:#fff;
  padding:94px 0;
}
.cp-study__inner{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:44px;
  align-items:start;
}
.cp-study__side-label{
  position:absolute;
  left:-10px;
  top:14px;
  writing-mode:vertical-rl;
  color:rgba(255,255,255,.9);
  font-family:var(--font-serif);
  font-size:2.15rem;
  line-height:1;
}
.cp-study__media{padding-left:54px}
.cp-study__inner--no-media{grid-template-columns:minmax(0,1fr)}
.cp-study__inner--no-media .cp-study__content{max-width:none}
.cp-study__title{
  margin:0;
  font-size:clamp(2rem,3vw,3.2rem);
  line-height:1.12;
  color:#fff;
  max-width:12ch;
}
.cp-study__copy{
  margin:18px 0 0;
  color:rgba(255,255,255,.84);
  max-width:42rem;
}
.cp-section__eyebrow--light{color:rgba(255,255,255,.85)}
.cp-study__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:30px 0 30px;
}
.cp-study__card{
  padding:22px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.06);
}
.cp-study__card h3{color:#fff;font-size:1.16rem}
.cp-study__card p{color:rgba(255,255,255,.78)}
.cp-study__card-label{color:rgba(255,255,255,.75);margin-bottom:8px}

.cp-future-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.cp-future-card{
  padding:28px;
  background:#fff;
  border:1px solid rgba(17,17,17,.1);
  min-height:220px;
}
.cp-center-link{
  margin-top:34px;
  text-align:center;
}

.cp-tuition-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.cp-tuition-card{
  position:relative;
  padding:28px 24px 28px;
  background:#fff;
  border:1px solid rgba(17,17,17,.1);
  min-height:230px;
}
.cp-tuition-card__label{
  display:inline-block;
  margin-bottom:18px;
  color:var(--color-cta);
  font-size:.78rem;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.cp-tuition-card--accent{
  background:#111;
  border-color:#111;
}
.cp-tuition-card--accent h3,
.cp-tuition-card--accent p,
.cp-tuition-card--accent .cp-tuition-card__label{color:#fff}

.cp-paper--table{padding:0;overflow:hidden}
.comparison-table-wrap{
  border:0;
  border-radius:0;
  box-shadow:none;
}
.comparison-table{
  min-width:760px;
}
.comparison-table th,
.comparison-table td{
  padding:22px;
}
.comparison-table thead th{
  background:var(--color-paper);
  font-size:.98rem;
}
.comparison-table tbody th{background:#faf8f4}

.cp-faq-list{display:grid;gap:0}
.cp-faq-item{
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:20px;
  align-items:start;
  padding:24px 0;
  border-top:1px solid rgba(17,17,17,.12);
}
.cp-faq-item:last-child{border-bottom:1px solid rgba(17,17,17,.12)}
.cp-faq-item__label{
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  background:var(--color-cta);
  color:#fff;
  font-family:var(--font-serif);
  font-size:1.4rem;
  line-height:1;
}

.cp-blog-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.cp-blog-card__inner{
  display:block;
  background:#fff;
  border:1px solid rgba(17,17,17,.1);
  height:100%;
}
.cp-blog-card__image img,
.cp-blog-card__image .card-media__placeholder{
  width:100%;
  aspect-ratio:1.2 / 1;
  object-fit:cover;
}
.cp-blog-card__body{padding:20px 20px 24px}
.cp-blog-card__meta{
  margin:0 0 12px;
  color:var(--color-cta);
  font-size:.76rem;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.cp-blog-card h3{font-size:1.18rem}

.cp-final-cta{
  background:var(--color-cta);
  color:#fff;
  padding:88px 0;
}
.cp-final-cta__inner{
  display:grid;
  grid-template-columns:1fr;
  gap:34px;
  justify-items:center;
  align-items:center;
  text-align:center;
}
.cp-final-cta__content{
  display:grid;
  gap:18px;
  justify-items:center;
}
.cp-final-cta__eyebrow{color:rgba(255,255,255,.84)}
.cp-final-cta__title{
  margin:0 auto;
  color:#fff;
  font-size:clamp(2.1rem,3.2vw,3.6rem);
  line-height:1.14;
  max-width:none;
}
.cp-final-cta__title-line,
.cp-final-cta__copy-line{
  display:block;
}
.cp-final-cta__copy{
  margin:8px auto 0;
  max-width:none;
  color:rgba(255,255,255,.86);
  line-height:1.8;
}
.cp-final-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  justify-content:center;
}
.cp-final-cta__actions .button{
  min-height:60px;
  padding:0 34px;
  font-size:1rem;
}
.cp-final-cta .button--line{
  color:#fff;
  border-color:rgba(255,255,255,.5);
}
.cp-final-cta .button--secondary{
  background:#fff;
  color:var(--color-cta);
}
.cp-final-cta .button--primary{
  background:var(--color-accent);
}


@media (max-width:768px){
  .cp-final-cta__title{
    font-size:clamp(1.9rem,8vw,2.7rem);
  }
  .cp-final-cta__copy{
    line-height:1.75;
  }
  .cp-final-cta__actions .button{
    min-height:56px;
    font-size:.98rem;
  }
}
@media (max-width:1200px){
  .cp-concern-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:1100px){
  .site-header__actions .header-link{display:none}
  .primary-navigation{padding-bottom:0}
  .cp-news__inner,
  .cp-split,
  .cp-study__inner,
  .cp-final-cta__inner,
  .cp-section__head--split,
  .cp-blog-grid,
  .cp-tuition-grid,
  .cp-future-grid,
  .cp-reason-grid,
  .cp-concern-grid,
  .cp-official-grid{
    grid-template-columns:1fr;
  }
  .cp-news__inner{display:grid}
  .cp-news__more{justify-self:start;align-self:start;margin-top:8px}
  .cp-study__side-label,.cp-section__vertical{position:static;writing-mode:horizontal-tb;margin-bottom:16px;font-size:1.3rem}
  .cp-split__content{padding-right:0}
  .cp-study__media{padding-left:0}
  .cp-final-cta__actions{justify-content:flex-start}
}
@media (max-width:768px){
  :root{--container:min(100vw - 24px,100%)}
  .site-header__bar{min-height:66px}
  .cp-hero{padding-top:10px;background:#f3f1ec}
  .cp-hero__frame{grid-template-columns:1fr;gap:18px;padding-bottom:22px}
  .cp-hero__textblock{order:2;padding:0 6px 0}
  .cp-hero__visual{order:1}
  .cp-hero__image-wrap{min-height:42vh}
  .cp-hero__official{font-size:.88rem;margin-bottom:10px}
  .cp-hero__canvas{min-height:auto;border-radius:24px;display:flex;flex-direction:column}
  .cp-hero__bg{position:relative;height:38vh;min-height:300px;object-position:center center}
  .cp-hero__canvas::after{display:none}
  .cp-hero__panel{position:relative;left:auto;top:auto;bottom:auto;width:100%;border-radius:0 0 24px 24px;background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;display:block}
  .cp-hero__textblock{padding:28px 22px 30px;max-width:none}
  .cp-hero__official{font-size:.9rem;margin-bottom:12px}
  .cp-hero__display{font-size:clamp(2.2rem,8.2vw,3.4rem);line-height:1.14}
  .cp-hero__lead{margin-top:18px;font-size:clamp(1rem,3vw,1.2rem)}
  .cp-hero__copy{display:none}
  .cp-hero__actions,
  .cp-final-cta__actions,
  .site-footer__cta{display:grid;grid-template-columns:1fr;width:100%}
  .cp-hero__actions{gap:12px;margin-top:28px}
  .cp-hero__actions .button,
  .cp-final-cta__actions .button,
  .site-footer__cta .button{width:100%}
  .cp-hero__actions .button{min-width:0;min-height:58px;font-size:.96rem;padding:0 22px}
  .cp-hero__scroll,.cp-hero__caption{display:none}
  .cp-news__item{grid-template-columns:1fr;gap:8px}
  .license-banner{padding-top:12px}
  .license-banner__linkwrap{min-height:132px}
  .license-banner__content{min-height:132px;padding:18px 18px 20px}
  .license-banner__title{font-size:1.15rem}
  .cp-section{padding:78px 0}
  .cp-media-image,.cp-media-placeholder{min-height:320px}
  .cp-study{padding:78px 0}
  .cp-study__grid{grid-template-columns:1fr}
  .cp-faq-item{grid-template-columns:56px minmax(0,1fr)}
  .cp-faq-item__label{width:44px;height:44px;font-size:1.1rem}
}
@media (max-width:520px){
  .floating-cta{left:12px;right:12px;display:grid;grid-template-columns:1fr;bottom:12px}
  .floating-cta a{width:100%}
  .cp-news__inner{padding:26px 0 26px}
}


/* 2026-04-13 about title line control */
.cp-section--about .cp-section__title{
  max-width:none;
  white-space:nowrap;
}
@media (max-width: 768px){
  .cp-section--about .cp-section__title{
    white-space:normal;
    max-width:12ch;
  }
}


/* 2026-04-13 mobile hero layout fix */
@media (max-width: 768px){
  .cp-hero{
    padding-top: 8px;
  }
  .cp-hero__frame{
    padding-bottom: 18px;
  }
  .cp-hero__image-wrap{
    min-height: 760px;
    border-radius: 0;
  }
  .cp-hero__image{
    object-position: 68% center;
  }
  .cp-hero__image-wrap::before{
    background: linear-gradient(180deg, rgba(247,245,241,.96) 0%, rgba(247,245,241,.90) 18%, rgba(247,245,241,.70) 40%, rgba(247,245,241,.24) 63%, rgba(247,245,241,.04) 100%);
  }
  .cp-hero__textblock{
    left: 18px;
    right: 18px;
    top: 30px;
    width: auto;
    max-width: none;
  }
  .cp-hero__official{
    font-size: .92rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .cp-hero__lead{
    font-size: .92rem;
    line-height: 1.55;
    margin-bottom: 14px;
    max-width: 15em;
  }
  .cp-hero__display{
    font-size: clamp(3rem, 13vw, 4.4rem);
    line-height: .94;
    letter-spacing: -.05em;
  }
  .cp-hero__display-line{
    white-space: nowrap;
  }
  .cp-hero__actions{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 360px;
    margin-top: 22px;
  }
  .cp-hero__actions .button{
    width: 100%;
    min-height: 54px;
    padding: 0 14px;
    font-size: .95rem;
  }
  .cp-hero__monogram{
    display: none;
  }
  .cp-hero__scroll{
    width: 72px;
    height: 72px;
    left: 0;
    bottom: 0;
  }
  .cp-hero__caption{
    left: 88px;
    right: 12px;
    bottom: 18px;
    text-align: left;
    font-size: .56rem;
    letter-spacing: .14em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 520px){
  .cp-hero__image-wrap{
    min-height: 700px;
  }
  .cp-hero__textblock{
    top: 26px;
    left: 16px;
    right: 16px;
  }
  .cp-hero__official{
    font-size: .88rem;
  }
  .cp-hero__lead{
    font-size: .88rem;
    max-width: 14em;
  }
  .cp-hero__display{
    font-size: clamp(2.7rem, 13.8vw, 3.9rem);
  }
  .cp-hero__actions{
    max-width: 100%;
  }
  .cp-hero__actions .button{
    min-height: 52px;
    font-size: .92rem;
  }
}

/* 2026-04-14 mobile hero layout aligned to reference screenshot */
@media (max-width: 768px){
  .cp-hero{
    padding-top: 6px;
    background: #efede8;
  }
  .cp-hero__frame{
    padding-bottom: 0;
  }
  .cp-hero__visual{
    overflow: hidden;
  }
  .cp-hero__image-wrap{
    min-height: calc(100svh - 74px);
    margin-left: 66px;
    border-radius: 0;
    background: #d9d5cf;
  }
  .cp-hero__image-wrap::before{
    display: none;
  }
  .cp-hero__image{
    object-position: 76% center;
  }
  .cp-hero__textblock{
    display: none;
  }
  .cp-hero__monogram{
    display: flex;
    left: -18px;
    top: 22%;
    z-index: 4;
  }
  .cp-hero__monogram-box{
    width: 92px;
    height: 116px;
    font-size: 5.1rem;
    line-height: .78;
  }
  .cp-hero__scroll{
    width: 68px;
    height: 68px;
    left: 0;
    bottom: 0;
  }
  .cp-hero__scroll-circle{
    width: 30px;
    height: 30px;
  }
  .cp-hero__caption{
    left: auto;
    right: 10px;
    bottom: 10px;
    text-align: right;
    font-size: .5rem;
    letter-spacing: .08em;
    white-space: nowrap;
    color: rgba(255,255,255,.96);
  }
}

@media (max-width: 520px){
  .cp-hero__image-wrap{
    min-height: calc(100svh - 70px);
    margin-left: 66px;
  }
  .cp-hero__image{
    object-position: 78% center;
  }
  .cp-hero__monogram{
    left: -22px;
    top: 22%;
  }
  .cp-hero__monogram-box{
    width: 88px;
    height: 108px;
    font-size: 4.85rem;
  }
  .cp-hero__scroll{
    width: 64px;
    height: 64px;
  }
}


/* 2026-04-14 concern title line control */
.cp-section--soft .cp-section__title{
  max-width:none;
  white-space:nowrap;
}
@media (max-width: 768px){
  .cp-section--soft .cp-section__title{
    white-space:normal;
    max-width:8ch;
  }
}


/* 2026-04-14 reason title line control */
.cp-section--reasons .cp-section__title{
  max-width:none;
  white-space:nowrap;
}
@media (max-width: 768px){
  .cp-section--reasons .cp-section__title{
    white-space:normal;
    max-width:8ch;
  }
}

/* 2026-04-14 curriculum section mirrored from about */
.cp-study{
  background:var(--color-cta);
  color:#fff;
}
.cp-study .cp-split{
  grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);
  gap:56px;
  align-items:start;
}
.cp-split--study .cp-split__content{
  position:relative;
  padding-left:56px;
  padding-right:0;
}
.cp-split--study .cp-split__media{
  padding-right:54px;
}
.cp-split--study .cp-section__vertical{
  left:0;
  right:auto;
  color:rgba(255,255,255,.92);
}
.cp-split--study .cp-section__eyebrow{
  color:rgba(255,255,255,.86);
}
.cp-study .cp-section__title{
  color:#fff;
  max-width:12ch;
}
.cp-prose--light p{
  color:rgba(255,255,255,.84);
}
.cp-official-grid--light .cp-mini-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.24);
}
.cp-official-grid--light .cp-mini-card h3,
.cp-official-grid--light .cp-mini-card p{
  color:#fff;
}
.cp-official-grid--light .cp-mini-card p{
  color:rgba(255,255,255,.8);
}
.cp-mini-card__eyebrow--light{
  color:rgba(255,255,255,.76);
}
.inline-links--light{
  margin-top:28px;
}
.cp-split__media--study .cp-media-image,
.cp-split__media--study .cp-media-placeholder{
  min-height:620px;
}

@media (max-width:1100px){
  .cp-split--study .cp-split__content{
    padding-left:0;
  }
  .cp-split--study .cp-split__media{
    padding-right:0;
  }
}

@media (max-width:768px){
  .cp-study .cp-section__title{
    max-width:11ch;
  }
  .cp-split__media--study .cp-media-image,
  .cp-split__media--study .cp-media-placeholder{
    min-height:320px;
  }
}


/* 2026-04-14 curriculum section refined */
.cp-study .cp-section__title{
  max-width:13ch;
}
.cp-official-grid--curriculum{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media (max-width:768px){
  .cp-study .cp-section__title{
    max-width:11ch;
  }
  .cp-official-grid--curriculum{
    grid-template-columns:1fr;
  }
}


/* 2026-04-14 curriculum title forced to 3 lines */
.cp-section__title--curriculum .cp-title-line{
  display:block;
  white-space:nowrap;
}
@media (max-width:768px){
  .cp-section__title--curriculum .cp-title-line{
    white-space:normal;
  }
}

.cp-section__title--comparison{
  max-width:28ch;
}
.cp-section__title--comparison .cp-title-line{
  display:block;
  white-space:nowrap;
}
.cp-paper--comparison{
  padding:42px 44px;
}
.cp-prose--comparison{
  max-width:58rem;
}
.cp-prose--comparison p{
  margin:0;
}
.cp-comparison-points{
  margin:28px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:14px;
}
.cp-comparison-points li{
  position:relative;
  padding-left:22px;
  color:var(--color-sub);
}
.cp-comparison-points li:before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--color-cta);
  transform:translateY(-50%);
}
.cp-prose--comparison-end{
  margin-top:28px;
}
.cp-center-link--comparison{
  margin-top:30px;
  text-align:left;
}
@media (max-width: 767px){
  .cp-paper--comparison{
    padding:28px 22px;
  }
  .cp-section__title--comparison{
    max-width:none;
  }
  .cp-section__title--comparison .cp-title-line{
    white-space:normal;
  }
}


/* 2026-04-15 hero final redesign */
.cp-hero{
  padding:0;
  background:#f3f0ea;
}
.cp-hero__frame{
  display:grid;
  grid-template-columns:minmax(0, 0.48fr) minmax(0, 0.52fr);
  gap:0;
  min-height:clamp(760px, 86vh, 900px);
  align-items:stretch;
  width:min(1400px, calc(100vw - 40px));
}
.cp-hero__textblock{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:clamp(110px, 10vw, 150px) clamp(56px, 7vw, 110px) clamp(80px, 8vw, 110px);
  background:linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.84) 72%, rgba(255,255,255,.50) 100%);
  backdrop-filter:blur(10px);
}
.cp-hero__official{
  margin:0 0 28px;
  font-size:clamp(18px, 1.5vw, 24px);
  font-weight:700;
  letter-spacing:.04em;
  line-height:1.55;
}
.cp-hero__display{
  margin:0;
  font-family:var(--font-serif);
  font-size:clamp(72px, 6.1vw, 96px);
  line-height:.98;
  letter-spacing:-.045em;
  color:#111;
}
.cp-hero__display-line{white-space:nowrap}
.cp-hero__lead{
  margin:34px 0 0;
  font-size:clamp(28px, 2.2vw, 38px);
  line-height:1.45;
  color:#111;
}
.cp-hero__copy{
  margin:30px 0 0;
  font-size:clamp(20px, 1.5vw, 26px);
  line-height:1.7;
  color:rgba(34,34,34,.86);
  max-width:22em;
}
.cp-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:36px;
}
.cp-hero__actions .button{
  min-height:62px;
  padding:0 30px;
  font-size:16px;
  font-weight:700;
  letter-spacing:.06em;
}
.cp-hero__actions .button--secondary{
  min-width:180px;
}
.cp-hero__actions .button--primary{
  min-width:250px;
}
.cp-hero__visual{
  position:relative;
  min-height:100%;
}
.cp-hero__image-wrap{
  min-height:100%;
  height:100%;
}
.cp-hero__image-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(17,17,17,.18) 0%, rgba(17,17,17,.14) 100%);
  z-index:1;
}
.cp-hero__image{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:68% center;
  filter:brightness(.84) saturate(.94);
}
.cp-hero__scroll{
  left:0;
  bottom:0;
}
.cp-hero__caption{
  right:22px;
  bottom:18px;
}

@media (max-width: 980px){
  .cp-hero__frame{
    grid-template-columns:1fr;
    min-height:auto;
    width:min(100vw - 24px, 100%);
  }
  .cp-hero__visual{order:1}
  .cp-hero__textblock{
    order:2;
    padding:28px 22px 34px;
    background:rgba(255,255,255,.9);
    backdrop-filter:blur(8px);
  }
  .cp-hero__image-wrap{
    min-height:42vh;
    height:42vh;
  }
  .cp-hero__image{
    object-position:center center;
  }
  .cp-hero__official{
    font-size:15px;
    margin-bottom:16px;
  }
  .cp-hero__display{
    font-size:clamp(42px, 9vw, 54px);
    line-height:1.04;
  }
  .cp-hero__display-line{
    white-space:normal;
  }
  .cp-hero__lead{
    margin-top:18px;
    font-size:clamp(20px, 4.8vw, 26px);
    line-height:1.5;
  }
  .cp-hero__copy{
    margin-top:18px;
    font-size:clamp(16px, 3.7vw, 20px);
    line-height:1.75;
    max-width:none;
  }
  .cp-hero__actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
    gap:14px;
    margin-top:26px;
  }
  .cp-hero__actions .button{
    width:100%;
    min-width:0;
    min-height:56px;
    font-size:17px;
  }
  .cp-hero__scroll{
    width:62px;
    height:62px;
  }
  .cp-hero__scroll-circle{
    width:28px;
    height:28px;
  }
  .cp-hero__caption{
    right:10px;
    bottom:10px;
    font-size:.52rem;
  }
}


/* 2026-04-15 hero background-front revision */
.cp-hero{
  position:relative;
  padding:0;
  background-color:#e9e5de;
  background-image:linear-gradient(180deg, rgba(17,17,17,.12) 0%, rgba(17,17,17,.18) 100%), var(--hero-image);
  background-size:cover;
  background-position:72% center;
  background-repeat:no-repeat;
  overflow:hidden;
}
.cp-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.84) 34%, rgba(255,255,255,.62) 48%, rgba(255,255,255,0) 58%);
  z-index:0;
  pointer-events:none;
}
.cp-hero__frame{
  position:relative;
  display:block;
  min-height:clamp(760px, 86vh, 900px);
  width:min(1400px, calc(100vw - 40px));
}
.cp-hero__overlay{
  position:absolute;
  inset:0 auto 0 0;
  width:min(52%, 720px);
  background:linear-gradient(90deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.83) 58%, rgba(255,255,255,.42) 86%, rgba(255,255,255,0) 100%);
  backdrop-filter:blur(6px);
  z-index:1;
  pointer-events:none;
}
.cp-hero__textblock{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  max-width:620px;
  min-height:clamp(760px, 86vh, 900px);
  padding:clamp(118px, 11vw, 156px) 0 clamp(84px, 8vw, 112px) clamp(80px, 8vw, 120px);
  background:none;
  backdrop-filter:none;
}
.cp-hero__official{
  margin:0 0 24px;
  font-size:clamp(18px, 1.4vw, 23px);
  font-weight:700;
  letter-spacing:.04em;
  line-height:1.55;
}
.cp-hero__display{
  margin:0;
  max-width:9.2em;
  font-family:var(--font-serif);
  font-size:clamp(60px, 5.1vw, 82px);
  line-height:1.02;
  letter-spacing:-.04em;
  color:#111;
}
.cp-hero__display-line{
  display:block;
  white-space:nowrap;
}
.cp-hero__lead{
  margin:28px 0 0;
  font-size:clamp(28px, 2vw, 34px);
  line-height:1.45;
  color:#111;
}
.cp-hero__lead-line,
.cp-hero__copy-line{display:block}
.cp-hero__copy{
  margin:24px 0 0;
  max-width:22em;
  font-size:clamp(20px, 1.45vw, 24px);
  line-height:1.75;
  color:rgba(34,34,34,.9);
}
.cp-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:34px;
}
.cp-hero__actions .button{
  min-height:62px;
  padding:0 32px;
  font-size:16px;
  font-weight:700;
  letter-spacing:.06em;
}
.cp-hero__actions .button--secondary{min-width:180px}
.cp-hero__actions .button--primary{min-width:250px}
.cp-hero__scroll{
  position:absolute;
  left:0;
  bottom:0;
  z-index:3;
}
.cp-hero__caption{
  position:absolute;
  right:22px;
  bottom:18px;
  z-index:3;
  color:rgba(255,255,255,.92);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.78rem;
}

@media (max-width: 980px){
  .cp-hero{
    background-position:center top;
  }
  .cp-hero::before{display:none}
  .cp-hero__frame{
    min-height:clamp(720px, 92vh, 900px);
    width:min(100vw - 24px, 100%);
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
  }
  .cp-hero__overlay{
    inset:auto 0 0 0;
    width:100%;
    height:58%;
    background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.72) 18%, rgba(255,255,255,.92) 34%, rgba(255,255,255,.95) 100%);
    backdrop-filter:blur(4px);
  }
  .cp-hero__textblock{
    max-width:none;
    min-height:auto;
    padding:0 22px 34px;
    margin-top:auto;
  }
  .cp-hero__official{
    font-size:15px;
    margin-bottom:16px;
  }
  .cp-hero__display{
    max-width:7.8em;
    font-size:clamp(42px, 9vw, 54px);
    line-height:1.05;
  }
  .cp-hero__display-line:first-child{white-space:nowrap}
  .cp-hero__display-line:last-child{white-space:normal}
  .cp-hero__lead{
    margin-top:18px;
    font-size:clamp(20px, 4.8vw, 26px);
    line-height:1.5;
  }
  .cp-hero__copy{
    margin-top:18px;
    max-width:none;
    font-size:clamp(16px, 3.8vw, 20px);
    line-height:1.75;
  }
  .cp-hero__actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
    gap:14px;
    margin-top:26px;
  }
  .cp-hero__actions .button{
    width:100%;
    min-width:0;
    min-height:56px;
    font-size:17px;
  }
  .cp-hero__scroll{
    width:62px;
    height:62px;
  }
  .cp-hero__scroll-circle{
    width:28px;
    height:28px;
  }
  .cp-hero__caption{
    right:10px;
    bottom:10px;
    font-size:.52rem;
  }
}



/* 2026-04-15 hero overlay refinement v2 */
.cp-hero{
  position:relative;
  padding:0;
  background-color:#dcd7cf;
  background-image:
    linear-gradient(180deg, rgba(17,17,17,.08) 0%, rgba(17,17,17,.16) 100%),
    linear-gradient(90deg, rgba(244,241,235,.10) 0%, rgba(244,241,235,0) 52%),
    var(--hero-image);
  background-size:cover;
  background-position:70% center;
  background-repeat:no-repeat;
  overflow:hidden;
}
.cp-hero::before{
  display:none;
}
.cp-hero__frame{
  position:relative;
  min-height:clamp(760px, 86vh, 900px);
  width:min(1400px, calc(100vw - 40px));
}
.cp-hero__overlay{
  position:absolute;
  inset:0 auto 0 0;
  width:min(70%, 980px);
  background:linear-gradient(90deg,
    rgba(255,255,255,.92) 0%,
    rgba(255,255,255,.90) 18%,
    rgba(255,255,255,.86) 34%,
    rgba(255,255,255,.78) 50%,
    rgba(255,255,255,.64) 64%,
    rgba(255,255,255,.46) 76%,
    rgba(255,255,255,.28) 86%,
    rgba(255,255,255,.12) 94%,
    rgba(255,255,255,0) 100%);
  backdrop-filter:blur(10px) saturate(.88) brightness(1.04);
  -webkit-backdrop-filter:blur(10px) saturate(.88) brightness(1.04);
  z-index:1;
  pointer-events:none;
}
.cp-hero__textblock{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  max-width:560px;
  min-height:clamp(760px, 86vh, 900px);
  padding:clamp(118px, 11vw, 156px) 0 clamp(84px, 8vw, 112px) clamp(84px, 8vw, 120px);
}
.cp-hero__official{
  margin:0 0 20px;
  max-width:18em;
  font-size:clamp(18px, 1.4vw, 22px);
  font-weight:700;
  letter-spacing:.04em;
  line-height:1.5;
}
.cp-hero__display{
  margin:0;
  max-width:12.4em;
  font-family:var(--font-serif);
  font-size:clamp(44px, 3.8vw, 60px);
  line-height:1.12;
  letter-spacing:-.03em;
  color:#111;
}
.cp-hero__display-line{
  display:block;
  white-space:nowrap;
}
.cp-hero__lead{
  margin:26px 0 0;
  max-width:14em;
  font-size:clamp(24px, 1.9vw, 30px);
  line-height:1.5;
  color:#111;
}
.cp-hero__lead-line,
.cp-hero__copy-line{
  display:block;
}
.cp-hero__copy{
  margin:22px 0 0;
  max-width:21em;
  font-size:clamp(18px, 1.28vw, 22px);
  line-height:1.8;
  color:rgba(34,34,34,.9);
}
.cp-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:34px;
}
.cp-hero__actions .button{
  min-height:60px;
  padding:0 30px;
  font-size:16px;
  font-weight:700;
  letter-spacing:.06em;
}
.cp-hero__actions .button--secondary{min-width:180px}
.cp-hero__actions .button--primary{min-width:250px}
.cp-hero__scroll{
  position:absolute;
  left:0;
  bottom:0;
  z-index:3;
}
.cp-hero__caption{
  position:absolute;
  right:22px;
  bottom:18px;
  z-index:3;
  color:rgba(255,255,255,.92);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.78rem;
}

@media (max-width: 980px){
  .cp-hero{
    background-position:62% top;
  }
  .cp-hero__frame{
    min-height:clamp(700px, 88vh, 860px);
    width:min(100vw - 24px, 100%);
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
  }
  .cp-hero__overlay{
    inset:auto 0 0 0;
    width:100%;
    height:58%;
    background:linear-gradient(180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,.42) 16%,
      rgba(255,255,255,.76) 30%,
      rgba(255,255,255,.90) 44%,
      rgba(255,255,255,.95) 100%);
    backdrop-filter:blur(6px) saturate(.92) brightness(1.03);
    -webkit-backdrop-filter:blur(6px) saturate(.92) brightness(1.03);
  }
  .cp-hero__textblock{
    max-width:none;
    min-height:auto;
    padding:0 22px 32px;
    margin-top:auto;
  }
  .cp-hero__official{
    font-size:15px;
    margin-bottom:14px;
  }
  .cp-hero__display{
    max-width:none;
    font-size:clamp(38px, 7.4vw, 50px);
    line-height:1.12;
  }
  .cp-hero__display-line{
    white-space:normal;
  }
  .cp-hero__display-line:first-child{
    white-space:nowrap;
  }
  .cp-hero__lead{
    margin-top:18px;
    max-width:none;
    font-size:clamp(20px, 4.8vw, 25px);
  }
  .cp-hero__copy{
    max-width:none;
    margin-top:18px;
    font-size:clamp(16px, 3.7vw, 19px);
  }
  .cp-hero__actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
    gap:14px;
    margin-top:26px;
  }
  .cp-hero__actions .button{
    width:100%;
    min-width:0;
    min-height:56px;
    font-size:17px;
  }
  .cp-hero__caption{
    right:10px;
    bottom:10px;
    font-size:.52rem;
  }
}

/* 2026-04-15 hero overlay refinement v3: text-block-only soft veil */
.cp-hero{
  background-position:72% center;
}
.cp-hero__frame{
  position:relative;
  min-height:clamp(760px, 86vh, 900px);
  width:min(1400px, calc(100vw - 40px));
}
.cp-hero__overlay{
  position:absolute;
  top:74px;
  left:22px;
  width:min(700px, 54vw);
  height:min(620px, calc(100% - 140px));
  border-radius:40px;
  background:
    radial-gradient(ellipse at 28% 30%, rgba(255,255,255,.92) 0%, rgba(255,255,255,.88) 24%, rgba(255,255,255,.76) 44%, rgba(255,255,255,.48) 66%, rgba(255,255,255,.20) 82%, rgba(255,255,255,0) 100%),
    linear-gradient(135deg, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 62%);
  backdrop-filter:blur(16px) saturate(.88) brightness(1.06);
  -webkit-backdrop-filter:blur(16px) saturate(.88) brightness(1.06);
  filter:blur(2px);
  z-index:1;
  pointer-events:none;
}
.cp-hero__textblock{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  max-width:570px;
  min-height:clamp(760px, 86vh, 900px);
  padding:clamp(116px, 10.6vw, 150px) 0 clamp(84px, 8vw, 112px) clamp(72px, 7vw, 104px);
}
.cp-hero__official{
  margin:0 0 18px;
  max-width:18em;
  font-size:clamp(18px, 1.36vw, 22px);
  font-weight:700;
  letter-spacing:.035em;
  line-height:1.5;
}
.cp-hero__display{
  margin:0;
  max-width:none;
  font-family:var(--font-serif);
  font-size:clamp(42px, 3.45vw, 56px);
  line-height:1.14;
  letter-spacing:-.03em;
  color:#111;
}
.cp-hero__display-line{
  display:block;
  white-space:nowrap;
}
.cp-hero__lead{
  margin:24px 0 0;
  max-width:14em;
  font-size:clamp(23px, 1.72vw, 29px);
  line-height:1.48;
  color:#111;
}
.cp-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:32px;
}
.cp-hero__actions .button{
  min-height:60px;
  padding:0 30px;
  font-size:16px;
  font-weight:700;
  letter-spacing:.06em;
}
.cp-hero__actions .button--secondary{min-width:180px}
.cp-hero__actions .button--primary{min-width:250px}

@media (max-width: 980px){
  .cp-hero{
    background-position:62% top;
  }
  .cp-hero__frame{
    min-height:clamp(700px, 88vh, 860px);
    width:min(100vw - 24px, 100%);
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
  }
  .cp-hero__overlay{
    top:auto;
    left:10px;
    right:10px;
    bottom:16px;
    width:auto;
    height:340px;
    border-radius:34px;
    background:radial-gradient(ellipse at 32% 28%, rgba(255,255,255,.94) 0%, rgba(255,255,255,.90) 24%, rgba(255,255,255,.78) 46%, rgba(255,255,255,.50) 70%, rgba(255,255,255,.14) 88%, rgba(255,255,255,0) 100%);
    backdrop-filter:blur(12px) saturate(.9) brightness(1.05);
    -webkit-backdrop-filter:blur(12px) saturate(.9) brightness(1.05);
    filter:blur(1px);
  }
  .cp-hero__textblock{
    max-width:none;
    min-height:auto;
    padding:0 24px 34px;
    margin-top:auto;
  }
  .cp-hero__official{
    font-size:15px;
    margin-bottom:12px;
  }
  .cp-hero__display{
    font-size:clamp(36px, 6.8vw, 48px);
    line-height:1.14;
  }
  .cp-hero__display-line{
    white-space:normal;
  }
  .cp-hero__display-line:first-child,
  .cp-hero__display-line:last-child{
    white-space:nowrap;
  }
  .cp-hero__lead{
    margin-top:16px;
    max-width:none;
    font-size:clamp(20px, 4.6vw, 24px);
    line-height:1.5;
  }
  .cp-hero__actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
    gap:14px;
    margin-top:24px;
  }
  .cp-hero__actions .button{
    width:100%;
    min-width:0;
    min-height:56px;
    font-size:17px;
  }
}

/* 2026-04-15 hero final complete spec: refined 2-column layout */
.cp-hero,
.cp-hero *{
  box-sizing:border-box;
}
.cp-hero{
  padding:0;
  background:#f7f4ef;
}
.cp-hero__frame{
  display:grid;
  grid-template-columns:minmax(0, 46%) minmax(0, 54%);
  gap:0;
  align-items:stretch;
  min-height:clamp(760px, 82vh, 860px);
  width:min(1480px, calc(100vw - 48px));
  max-width:none;
}
.cp-hero__textblock{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:clamp(96px, 10vw, 126px) clamp(42px, 5vw, 84px) 88px clamp(76px, 7vw, 112px);
  background:#fcfbf8;
}
.cp-hero__official{
  margin:0 0 24px;
  font-size:clamp(18px, 1.35vw, 23px);
  line-height:1.45;
  font-weight:700;
  letter-spacing:.035em;
  color:#111111;
}
.cp-hero__display{
  margin:0;
  max-width:560px;
  font-family:var(--font-serif);
  font-size:clamp(64px, 4.5vw, 84px);
  line-height:1.07;
  letter-spacing:-.035em;
  color:#111111;
}
.cp-hero__display-line{
  display:block;
  white-space:nowrap;
}
.cp-hero__lead{
  margin:30px 0 0;
  max-width:22rem;
  font-size:clamp(28px, 1.95vw, 34px);
  line-height:1.5;
  color:#111111;
}
.cp-hero__lead-line{
  display:block;
}
.cp-hero__copy,
.cp-hero__overlay,
.cp-hero__scroll,
.cp-hero__caption,
.cp-hero__monogram{
  display:none !important;
}
.cp-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:40px;
}
.cp-hero__actions .button{
  min-height:62px;
  padding:0 30px;
  border-radius:999px;
  font-size:16px;
  font-weight:700;
  letter-spacing:.04em;
  box-shadow:none;
}
.cp-hero__actions .button--secondary{
  min-width:170px;
  background:#e60023;
  color:#ffffff;
}
.cp-hero__actions .button--primary{
  min-width:250px;
  background:#00afc1;
  color:#ffffff;
}
.cp-hero__visual{
  position:relative;
  min-height:100%;
}
.cp-hero__image-wrap{
  position:relative;
  min-height:100%;
  height:100%;
  overflow:hidden;
  background:#ddd7cf;
}
.cp-hero__image-wrap::before,
.cp-hero__image-wrap::after{
  content:none !important;
}
.cp-hero__image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:58% center;
  filter:saturate(.95) contrast(1.02) brightness(.97);
}

@media (max-width: 1180px){
  .cp-hero__frame{
    width:min(100vw - 36px, 100%);
    grid-template-columns:minmax(0, 47%) minmax(0, 53%);
  }
  .cp-hero__textblock{
    padding:88px 38px 72px 52px;
  }
  .cp-hero__display{
    font-size:clamp(56px, 5vw, 72px);
    max-width:500px;
  }
  .cp-hero__lead{
    font-size:clamp(24px, 2.2vw, 30px);
  }
}

@media (max-width: 768px){
  .cp-hero{
    padding:0;
    background:#f7f4ef;
  }
  .cp-hero__frame{
    grid-template-columns:1fr;
    width:min(100vw - 24px, 100%);
    min-height:auto;
  }
  .cp-hero__visual{
    order:1;
  }
  .cp-hero__image-wrap{
    min-height:340px;
    height:44svh;
  }
  .cp-hero__image{
    object-position:center 24%;
  }
  .cp-hero__textblock{
    order:2;
    padding:32px 22px 36px;
    background:#ffffff;
  }
  .cp-hero__official{
    font-size:14px;
    margin-bottom:16px;
  }
  .cp-hero__display{
    max-width:100%;
    font-size:clamp(40px, 9.2vw, 52px);
    line-height:1.1;
  }
  .cp-hero__display-line{
    white-space:normal;
  }
  .cp-hero__lead{
    margin-top:20px;
    max-width:none;
    font-size:clamp(20px, 4.8vw, 25px);
    line-height:1.55;
  }
  .cp-hero__actions{
    display:grid;
    grid-template-columns:1fr;
    gap:14px;
    width:100%;
    margin-top:28px;
  }
  .cp-hero__actions .button{
    width:100%;
    min-height:56px;
    padding:0 18px;
    justify-content:center;
  }
  .cp-hero__actions .button--secondary,
  .cp-hero__actions .button--primary{
    min-width:0;
  }
}

/* ===== About parent page ===== */
.about-page-hero{
  background:var(--color-cta);
  color:#fff;
  padding:110px 0 84px;
}
.about-page-hero .breadcrumb{
  margin-bottom:28px;
}
.about-page-hero .breadcrumb a,
.about-page-hero .breadcrumb li,
.about-page-hero .breadcrumb li[aria-current="page"]{
  color:rgba(255,255,255,.78);
}
.about-page-hero__eyebrow{
  margin:0 0 18px;
  font-family:var(--font-serif);
  font-size:.9rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(255,255,255,.84);
}
.about-page-hero__title{
  margin:0;
  font-size:clamp(2.6rem,5vw,5rem);
  line-height:1.06;
  font-family:var(--font-serif);
  font-weight:400;
  max-width:12ch;
}

.about-intro,
.about-links,
.about-editorial,
.about-voices,
.about-paths,
.about-license,
.about-access{
  padding:110px 0;
}
.about-links--soft,
.about-voices--soft,
.about-license--soft{
  background:var(--color-paper);
}
.about-intro__grid,
.about-editorial__grid,
.about-access__grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  gap:56px;
  align-items:start;
}
.about-intro__media,
.about-editorial__media,
.about-access__map{
  min-width:0;
}
.about-intro__image,
.about-editorial__image{
  width:100%;
  min-height:560px;
  object-fit:cover;
}
.about-intro__placeholder,
.about-editorial__placeholder,
.about-access__map-placeholder,
.about-links__thumb-placeholder,
.about-voices__thumb-placeholder{
  display:grid;
  place-items:center;
  background:#e7eaee;
  color:rgba(17,17,17,.42);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.82rem;
}
.about-intro__placeholder,
.about-editorial__placeholder{
  min-height:560px;
}
.about-intro__content,
.about-editorial__content{
  position:relative;
  padding-right:76px;
}
.about-intro__label,
.about-section-head__eyebrow,
.about-links__eyebrow,
.about-voices__label,
.about-bottom-cta__eyebrow{
  margin:0 0 16px;
  font-family:var(--font-serif);
  font-size:.88rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--color-cta);
}
.about-intro__title,
.about-section-head__title,
.about-bottom-cta__title{
  margin:0;
  font-family:var(--font-serif);
  font-weight:400;
  color:#111;
  line-height:1.12;
}
.about-intro__title{
  font-size:clamp(2.1rem,3.8vw,3.8rem);
  max-width:11ch;
}
.about-section-head{
  margin-bottom:42px;
}
.about-section-head--center{
  text-align:center;
}
.about-section-head__title{
  font-size:clamp(2rem,3.2vw,3.2rem);
  max-width:14ch;
}
.about-section-head--center .about-section-head__title,
.about-section-head--center .about-section-head__eyebrow{
  margin-left:auto;
  margin-right:auto;
}
.about-section-head__title--compact{
  max-width:12ch;
}
.about-intro__prose p,
.about-editorial__prose p,
.about-bottom-cta__lead,
.about-access__meta p,
.about-license__card p,
.about-links__body p,
.about-voices__body p,
.about-paths__column li{
  color:var(--color-muted);
}
.about-intro__prose p,
.about-editorial__prose p{
  margin:0 0 18px;
}
.about-intro__vertical{
  position:absolute;
  right:0;
  top:0;
  writing-mode:vertical-rl;
  font-family:var(--font-serif);
  font-size:clamp(2rem,2.8vw,3.4rem);
  line-height:1;
  color:var(--color-cta);
}
.about-links__grid,
.about-voices__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
}
.about-links__card-link,
.about-voices__card{
  display:block;
  background:#fff;
  border:1px solid rgba(17,17,17,.1);
  transition:transform .24s ease, box-shadow .24s ease;
}
.about-links__card-link:hover,
.about-voices__card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(17,17,17,.08);
}
.about-links__thumb,
.about-voices__thumb{
  overflow:hidden;
}
.about-links__thumb-image{
  width:100%;
  aspect-ratio:1.28 / 1;
  object-fit:cover;
}
.about-links__thumb-placeholder,
.about-voices__thumb-placeholder{
  aspect-ratio:1.28 / 1;
}
.about-links__body,
.about-voices__body{
  padding:22px 22px 24px;
}
.about-links__body h3,
.about-voices__body h3,
.about-paths__column h3,
.about-license__card h3{
  margin:0 0 12px;
  font-family:var(--font-serif);
  font-size:1.5rem;
  font-weight:400;
  line-height:1.28;
  color:#111;
}
.about-editorial__prose{
  max-width:40rem;
}
.about-paths__panel{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  border-top:1px solid rgba(17,17,17,.1);
  border-bottom:1px solid rgba(17,17,17,.1);
}
.about-paths__column{
  padding:28px 26px 30px;
  border-right:1px solid rgba(17,17,17,.1);
}
.about-paths__column:last-child{
  border-right:0;
}
.about-paths__column ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
.about-license__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  border-top:1px solid rgba(17,17,17,.1);
  border-bottom:1px solid rgba(17,17,17,.1);
}
.about-license__card{
  padding:32px 28px;
  border-right:1px solid rgba(17,17,17,.1);
  background:transparent;
}
.about-license__card:last-child{
  border-right:0;
}
.about-access__content{
  padding-right:40px;
}
.about-access__meta{
  display:grid;
  gap:12px;
}
.about-access__meta p{
  margin:0;
}
.about-access__map-placeholder{
  min-height:460px;
  background:#eef1f5;
}
.about-bottom-cta{
  padding:84px 0 88px;
  background:var(--color-cta);
  color:#fff;
}
.about-bottom-cta__inner{
  text-align:center;
}
.about-bottom-cta__eyebrow{
  color:rgba(255,255,255,.84);
}
.about-bottom-cta__title{
  color:#fff;
  font-size:clamp(2.1rem,3.2vw,3.3rem);
}
.about-bottom-cta__lead{
  margin:20px auto 0;
  max-width:42rem;
  color:rgba(255,255,255,.82);
}
.about-bottom-cta__actions{
  margin-top:30px;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
}
.about-bottom-cta__actions .button{
  min-width:170px;
}

@media (max-width:1100px){
  .about-intro__grid,
  .about-editorial__grid,
  .about-access__grid,
  .about-links__grid,
  .about-voices__grid,
  .about-paths__panel,
  .about-license__grid{
    grid-template-columns:1fr;
  }
  .about-intro__content,
  .about-editorial__content,
  .about-access__content{
    padding-right:0;
  }
  .about-intro__vertical{
    position:static;
    writing-mode:horizontal-tb;
    margin-top:18px;
    font-size:1.4rem;
  }
  .about-paths__column,
  .about-license__card{
    border-right:0;
    border-bottom:1px solid rgba(17,17,17,.1);
  }
  .about-paths__column:last-child,
  .about-license__card:last-child{
    border-bottom:0;
  }
}

@media (max-width:768px){
  .about-page-hero{
    padding:88px 0 62px;
  }
  .about-page-hero__title{
    font-size:clamp(2.3rem,10vw,3.6rem);
  }
  .about-intro,
  .about-links,
  .about-editorial,
  .about-voices,
  .about-paths,
  .about-license,
  .about-access{
    padding:78px 0;
  }
  .about-intro__placeholder,
  .about-editorial__placeholder,
  .about-intro__image,
  .about-editorial__image{
    min-height:340px;
  }
  .about-section-head__title,
  .about-intro__title,
  .about-bottom-cta__title{
    max-width:none;
  }
  .about-bottom-cta__actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .about-bottom-cta__actions .button{
    width:100%;
  }
}

/* ===== About parent page header redesign ===== */
.about-parent-pagehead{
  background:var(--color-cta);
  min-height:560px;
  display:flex;
  align-items:flex-end;
  padding:140px 0 26px;
}
.about-parent-pagehead__inner{
  width:100%;
}
.about-parent-pagehead__titlewrap{
  display:flex;
  align-items:flex-end;
  gap:34px;
  flex-wrap:wrap;
}
.about-parent-pagehead__english{
  font-family:var(--font-serif);
  font-size:clamp(2.6rem,5vw,5.3rem);
  line-height:1;
  color:#fff;
}
.about-parent-pagehead__title{
  margin:0;
  font-family:var(--font-serif);
  font-weight:400;
  font-size:clamp(2rem,2.8vw,3.3rem);
  line-height:1.12;
  color:#fff;
}
.about-parent-intro{
  padding:72px 0 100px;
  background:#fff;
}
.about-parent-intro .breadcrumb{
  margin-bottom:28px;
}
.about-parent-intro__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);
  gap:56px;
  align-items:start;
}
.about-parent-intro__content{
  max-width:760px;
}
.about-parent-intro__eyebrow{
  margin:0 0 16px;
  font-family:var(--font-serif);
  font-size:.88rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--color-cta);
}
.about-parent-intro__lead{
  margin:0;
  font-family:var(--font-serif);
  font-size:clamp(2rem,3vw,3.35rem);
  font-weight:400;
  line-height:1.22;
  color:#111;
  max-width:13ch;
}
.about-parent-intro__prose{
  margin-top:26px;
  max-width:42rem;
}
.about-parent-intro__prose p{
  margin:0;
  color:var(--color-muted);
}
.about-parent-intro__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:30px;
}
.about-parent-intro__actions .button{
  min-width:170px;
}
.about-parent-intro__media img,
.about-parent-intro__media .about-parent-hero__placeholder{
  width:100%;
  aspect-ratio:1.04/1;
  object-fit:cover;
}

/* ===== About parent page redesign ===== */
.about-parent-vision,
.about-parent-features,
.about-parent-outcomes,
.about-parent-nav,
.about-parent-philosophy,
.about-parent-messages,
.about-parent-cta{
  padding:100px 0;
}
.about-parent-vision--soft,
.about-parent-outcomes--soft,
.about-parent-messages--soft{
  background:var(--color-paper);
}
.about-parent-hero__eyebrow,
.about-parent-section-head__eyebrow,
.about-parent-message__label,
.about-parent-cta__eyebrow,
.about-parent-vision__eyebrow{
  margin:0 0 14px;
  font-family:var(--font-serif);
  font-size:.88rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--color-cta);
}
.about-parent-section-head__title,
.about-parent-cta__title,
.about-parent-vision__title{
  margin:0;
  font-family:var(--font-serif);
  font-weight:400;
  line-height:1.14;
  color:#111;
}
.about-parent-hero__prose p,
.about-parent-section-head__lead,
.about-parent-vision__prose p,
.about-parent-feature-card__body,
.about-parent-philosophy__lead p,
.about-parent-philosophy__note,
.about-parent-message__body p,
.about-parent-nav__body p,
.about-parent-outcomes__note,
.about-parent-cta__lead{
  margin:0;
  color:var(--color-muted);
}
.about-parent-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}
.about-parent-cta__actions .button{
  min-width:170px;
}
.about-parent-message__thumb,
.about-parent-nav__thumb{
  min-width:0;
}
.about-parent-hero__placeholder,
.about-parent-nav__placeholder{
  display:grid;
  place-items:center;
  background:#eceff2;
  color:rgba(17,17,17,.38);
  letter-spacing:.16em;
  text-transform:uppercase;
}
.about-parent-vision__inner{
  text-align:center;
  max-width:880px;
}
.about-parent-vision__title{
  font-size:clamp(2rem,3.2vw,3.3rem);
  max-width:12ch;
  margin-inline:auto;
}
.about-parent-vision__prose{
  margin:30px auto 0;
  display:grid;
  gap:20px;
  max-width:52rem;
}
.about-parent-section-head{
  margin-bottom:42px;
}
.about-parent-section-head--center{
  text-align:center;
}
.about-parent-section-head__title{
  font-size:clamp(2rem,3vw,3.4rem);
  max-width:14ch;
}
.about-parent-section-head--center .about-parent-section-head__title,
.about-parent-section-head--center .about-parent-section-head__eyebrow,
.about-parent-section-head--center .about-parent-section-head__lead{
  margin-left:auto;
  margin-right:auto;
}
.about-parent-section-head__lead{
  margin-top:18px;
  max-width:48rem;
}
.about-parent-features__grid,
.about-parent-nav__grid,
.about-parent-messages__grid{
  display:grid;
  gap:28px;
}
.about-parent-features__grid,
.about-parent-nav__grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.about-parent-feature-card,
.about-parent-nav__link,
.about-parent-message{
  height:100%;
  background:#fff;
  border:1px solid rgba(17,17,17,.1);
  box-shadow:0 16px 36px rgba(17,17,17,.04);
}
.about-parent-feature-card{
  padding:28px 28px 30px;
}
.about-parent-feature-card__number{
  margin:0 0 18px;
  color:var(--color-cta);
  font-family:var(--font-serif);
  font-size:2rem;
  line-height:1;
}
.about-parent-feature-card__title,
.about-parent-outcome h3,
.about-parent-nav__body h3,
.about-parent-axis h3,
.about-parent-message__body h3{
  margin:0;
  font-family:var(--font-serif);
  font-weight:400;
  line-height:1.28;
  color:#111;
}
.about-parent-feature-card__title{
  font-size:1.7rem;
}
.about-parent-feature-card__body{
  margin-top:16px;
}
.about-parent-outcomes__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.about-parent-outcome{
  background:#fff;
  border:1px solid rgba(230,0,35,.12);
  padding:28px 24px;
  text-align:center;
  box-shadow:0 12px 28px rgba(17,17,17,.04);
}
.about-parent-outcome__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  margin-bottom:18px;
  border-radius:50%;
  background:rgba(230,0,35,.08);
  color:var(--color-cta);
  font-family:var(--font-serif);
  font-size:1.15rem;
}
.about-parent-outcome h3{
  font-size:1.45rem;
}
.about-parent-outcomes__note,
.about-parent-philosophy__note{
  margin:28px auto 0;
  text-align:center;
  max-width:50rem;
}
.about-parent-nav__link{
  display:block;
  transition:transform .24s ease, box-shadow .24s ease;
}
.about-parent-nav__link:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 40px rgba(17,17,17,.08);
}
.about-parent-nav__image{
  width:100%;
  aspect-ratio:1.34 / 1;
  object-fit:cover;
}
.about-parent-nav__placeholder{
  aspect-ratio:1.34 / 1;
}
.about-parent-nav__body,
.about-parent-message__body{
  padding:24px;
}
.about-parent-nav__body h3{
  font-size:1.6rem;
}
.about-parent-nav__body p{
  margin-top:12px;
}
.about-parent-nav__arrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:18px;
  font-size:.92rem;
  color:#111;
}
.about-parent-nav__arrow::after{
  content:'→';
  color:var(--color-cta);
}
.about-parent-philosophy__inner{
  max-width:1120px;
}
.about-parent-philosophy__lead{
  text-align:center;
  max-width:56rem;
  margin:0 auto;
  display:grid;
  gap:18px;
}
.about-parent-philosophy__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:36px;
}
.about-parent-axis{
  border-top:1px solid rgba(17,17,17,.12);
  padding-top:22px;
}
.about-parent-axis h3{
  font-size:1.7rem;
}
.about-parent-axis p{
  margin:12px 0 0;
  color:var(--color-muted);
}
.about-parent-messages__grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.about-parent-message__thumb img,
.about-parent-message__image{
  width:100%;
  aspect-ratio:1.1 / 1;
  object-fit:cover;
}
.about-parent-message__body p{
  margin-top:14px;
}
.about-parent-cta{
  background:linear-gradient(180deg, rgba(230,0,35,.94) 0%, #b7061f 100%);
  color:#fff;
}
.about-parent-cta__inner{
  text-align:center;
  max-width:860px;
}
.about-parent-cta__eyebrow,
.about-parent-cta__title,
.about-parent-cta__lead{
  color:#fff;
}
.about-parent-cta__lead{
  margin-top:20px;
  color:rgba(255,255,255,.84);
}

@media (max-width:1100px){
  .about-parent-intro__grid,
  .about-parent-outcomes__grid,
  .about-parent-philosophy__grid,
  .about-parent-features__grid,
  .about-parent-nav__grid,
  .about-parent-messages__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:768px){
  .about-parent-pagehead,
  .about-parent-intro,
  .about-parent-vision,
  .about-parent-features,
  .about-parent-outcomes,
  .about-parent-nav,
  .about-parent-philosophy,
  .about-parent-messages,
  .about-parent-cta{
    padding:78px 0;
  }
  .about-parent-pagehead{
    min-height:320px;
    padding:120px 0 20px;
  }
  .about-parent-pagehead__titlewrap{
    gap:14px;
  }
  .about-parent-pagehead__english{
    font-size:clamp(2.2rem,10vw,3.2rem);
  }
  .about-parent-pagehead__title,
  .about-parent-intro__lead,
  .about-parent-section-head__title,
  .about-parent-vision__title,
  .about-parent-cta__title{
    max-width:none;
  }
  .about-parent-intro__actions,
  .about-parent-cta__actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .about-parent-intro__actions .button,
  .about-parent-cta__actions .button{
    width:100%;
  }
  .about-parent-feature-card,
  .about-parent-outcome,
  .about-parent-nav__body,
  .about-parent-message__body{
    padding:22px;
  }
}

@media (max-width:1100px){
  .about-parent-intro__grid{grid-template-columns:1fr;}
}
@media (max-width:768px){
  .about-parent-pagehead{min-height:260px;padding:108px 0 18px;}
  .about-parent-pagehead__titlewrap{display:block;}
  .about-parent-pagehead__title{margin-top:10px;font-size:clamp(1.8rem,8vw,2.4rem);}
  .about-parent-intro{padding:56px 0 72px;}
  .about-parent-intro__lead{max-width:none;font-size:clamp(1.75rem,8vw,2.3rem);}
  .about-parent-intro__actions{display:grid;grid-template-columns:1fr;}
  .about-parent-intro__actions .button{width:100%;}
}

/* ===== About page editorial redesign (v40) ===== */
.about-editorial-head{
  background:var(--color-cta);
  min-height:500px;
  display:flex;
  align-items:flex-end;
  padding:122px 0 24px;
}
.about-editorial-head__inner{width:100%;}
.about-editorial-head__titlewrap{
  display:flex;
  align-items:flex-end;
  gap:32px;
  flex-wrap:wrap;
}
.about-editorial-head__english{
  font-family:var(--font-serif);
  font-size:clamp(2.6rem,5.2vw,5.6rem);
  line-height:1;
  color:#fff;
}
.about-editorial-head__jp{
  font-family:var(--font-serif);
  font-size:clamp(1.8rem,2.5vw,3rem);
  line-height:1.1;
  color:#fff;
}
.about-editorial-breadcrumb{margin-bottom:34px;}
.about-editorial-breadcrumb .breadcrumb{
  color:rgba(17,17,17,.45);
  font-size:.78rem;
}
.about-editorial-intro,
.about-editorial-media,
.about-editorial-features,
.about-editorial-outcomes,
.about-editorial-links,
.about-editorial-philosophy,
.about-editorial-messages,
.about-editorial-cta{
  padding:110px 0;
}
.about-editorial-intro{
  background:#f6f5f1;
}
.about-editorial-intro__grid{
  display:grid;
  grid-template-columns:minmax(0,620px) minmax(0,1fr);
  gap:92px;
  align-items:start;
}
.about-editorial-philosophy__grid,
.about-editorial-outcomes__grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:56px;
  align-items:start;
}
.about-editorial-label{
  margin:0 0 24px;
  font-family:var(--font-serif);
  font-size:.95rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--color-cta);
}
.about-editorial-label--light{color:rgba(255,255,255,.75);}
.about-editorial-intro__title,
.about-editorial-sectionhead h2,
.about-editorial-outcomes__text h2,
.about-editorial-philosophy__leadcol h2,
.about-editorial-cta h2,
.about-editorial-media__note h2{
  margin:0;
  font-family:var(--font-serif);
  font-weight:400;
  color:#111;
  line-height:1.12;
}
.about-editorial-intro__title{
  font-size:clamp(2.1rem,2.7vw,3.05rem);
  line-height:1.22;
  max-width:620px;
  color:var(--color-cta);
  letter-spacing:.01em;
}
.about-editorial-intro__leadcol{
  padding-top:8px;
}
.about-editorial-intro__bodycol{
  display:grid;
  gap:30px;
  max-width:46rem;
  padding-top:24px;
}
.about-editorial-intro__copygroup{
  display:grid;
  gap:16px;
  max-width:36rem;
}
.about-editorial-intro__copygroup::after{
  content:"";
  width:42px;
  height:2px;
  background:var(--color-cta);
}
.about-editorial-intro__catch{
  margin:0;
  font-family:var(--font-serif);
  font-size:clamp(1.12rem,1.25vw,1.38rem);
  line-height:1.75;
  color:var(--color-cta);
  max-width:36rem;
}
.about-editorial-intro__textgroup{
  display:grid;
  gap:22px;
}
.about-editorial-intro__bodycol p,
.about-editorial-sectionhead p,
.about-editorial-featurecard p,
.about-editorial-outcomes__text p,
.about-editorial-linkcard__body p,
.about-editorial-philosophy__bodycol>p,
.about-editorial-axis p,
.about-editorial-message__body p,
.about-editorial-cta p,
.about-editorial-media__note p{
  margin:0;
  color:var(--color-muted);
}
.about-editorial-intro__textgroup p{
  color:var(--color-cta);
  line-height:1.95;
  max-width:40rem;
}
.about-editorial-intro__actions,
.about-editorial-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:4px;
}
.about-editorial-cta__actions .button{min-width:170px;}

.about-editorial-intro__title br,
.about-editorial-intro__catch br{display:block;}
.about-editorial-intro__title-line,
.about-editorial-intro__catch-line{display:block;}
.about-editorial-intro__title-line{white-space:nowrap;}
.about-editorial-intro__catch-line{white-space:nowrap;}

.about-editorial-inlinecta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:0;
  border:none;
  border-radius:0;
  color:var(--color-cta);
  font-weight:600;
  text-decoration:none;
  transition:opacity .25s ease;
}
.about-editorial-inlinecta:hover{
  background:none;
  color:var(--color-cta);
  opacity:.7;
  transform:none;
}
.about-editorial-inlinecta span{font-size:1rem; line-height:1;}
.about-editorial-media{background:linear-gradient(180deg,#faf8f6 0%,#ffffff 100%);}
.about-editorial-media__grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);
  gap:44px;
  align-items:center;
}
.about-editorial-media__main{
  overflow:hidden;
}
.about-editorial-media__image,
.about-editorial-media__placeholder{
  width:100%;
  aspect-ratio:1.34 / 0.88;
  object-fit:cover;
  display:block;
}
.about-editorial-media__placeholder,
.about-editorial-links__placeholder{
  display:grid;
  place-items:center;
  background:#efefef;
  color:rgba(17,17,17,.38);
  text-transform:uppercase;
  letter-spacing:.14em;
}
.about-editorial-media__note{
  background:#fff;
  padding:36px 36px 40px;
  border:1px solid rgba(17,17,17,.08);
}
.about-editorial-media__title{
  font-size:clamp(2rem,2.55vw,2.95rem);
  line-height:1.28;
  letter-spacing:-.02em;
  max-width:none;
}
.about-editorial-media__title-line{
  display:block;
  white-space:nowrap;
}
.about-editorial-media__body{
  margin-top:20px;
  max-width:36rem;
  line-height:1.95;
}
.about-editorial-media__body br{
  display:block;
  content:"";
  margin-top:.5em;
}
.about-editorial-media__note p:last-child{margin-top:20px;}
.about-editorial-sectionhead{margin-bottom:44px;}
.about-editorial-sectionhead--center{text-align:center;}
.about-editorial-sectionhead h2{
  font-size:clamp(2rem,3vw,3.25rem);
  max-width:13ch;
}
.about-editorial-sectionhead--center h2,
.about-editorial-sectionhead--center p{margin-left:auto;margin-right:auto;}
.about-editorial-sectionhead p{margin-top:18px; max-width:48rem;}

.about-editorial-sectionhead__line{display:block;white-space:nowrap;}
.about-editorial-sectionhead--features h2{max-width:18ch;font-size:clamp(2rem,2.8vw,3.15rem);line-height:1.22;}
.about-editorial-sectionhead--features p{max-width:50rem;}
.about-editorial-sectionhead--features .about-editorial-features__intro-line{display:block;}
.about-editorial-features__intro-line{display:block;}
.about-editorial-features__intro-sub{margin-top:14px;}

.about-editorial-features__grid,
.about-editorial-links__grid,
.about-editorial-messages__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
}
.about-editorial-featurecard,
.about-editorial-linkcard__link,
.about-editorial-message{
  background:#fff;
  border:1px solid rgba(17,17,17,.08);
}
.about-editorial-featurecard{
  padding:30px 28px 32px;
  min-height:290px;
}
.about-editorial-featurecard__no{
  margin:0 0 18px;
  font-family:var(--font-serif);
  font-size:2rem;
  line-height:1;
  color:var(--color-cta);
}
.about-editorial-featurecard h3,
.about-editorial-outcomeitem h3,
.about-editorial-linkcard__body h3,
.about-editorial-axis h3,
.about-editorial-message__body h3{
  margin:0;
  font-family:var(--font-serif);
  font-weight:400;
  color:#111;
  line-height:1.28;
}
.about-editorial-featurecard h3{font-size:1.7rem;}
.about-editorial-featurecard p{margin-top:16px;}
.about-editorial-outcomes{background:#faf8f6;}

.about-editorial-outcomes__text h2{font-size:clamp(1.95rem,2.7vw,2.9rem); max-width:15ch;}
.about-editorial-outcomes__title-line{display:block;white-space:nowrap;}
.about-editorial-outcomes__copy-line{display:block;}
.about-editorial-outcomeitem h3{display:flex;flex-direction:column;gap:4px;}
.about-editorial-outcomeitem__line{display:block;white-space:nowrap;}

.about-editorial-outcomes__text p{margin-top:18px; max-width:42rem;}
.about-editorial-outcomes__note{margin-top:22px !important;}
.about-editorial-outcomes__list{
  display:grid;
  gap:18px;
}
.about-editorial-outcomeitem{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:18px;
  align-items:center;
  padding:22px 24px;
  background:#fff;
  border:1px solid rgba(230,0,35,.14);
}
.about-editorial-outcomeitem span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:50%;
  background:transparent;
  color:var(--color-cta);
  font-family:var(--font-serif);
  font-size:1.9rem;
  line-height:1;
}
.about-editorial-outcomeitem h3{
  font-size:1.45rem;
  line-height:1.32;
}
.about-editorial-outcomeitem__line{white-space:nowrap;}
.about-editorial-linkcard__link{
  display:block;
  height:100%;
  transition:transform .24s ease, box-shadow .24s ease;
}
.about-editorial-linkcard__link:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 36px rgba(17,17,17,.08);
}
.about-editorial-links__image,
.about-editorial-links__placeholder{
  width:100%;
  aspect-ratio:1.38/1;
  object-fit:cover;
  display:block;
}
.about-editorial-linkcard__body,
.about-editorial-message__body{padding:24px;}
.about-editorial-linkcard__body h3{font-size:1.55rem;}
.about-editorial-linkcard__body p{margin-top:12px;}
.about-editorial-linkcard__arrow,
.about-editorial-message__more{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:18px;
  color:#111;
  font-size:.95rem;
  text-decoration:none;
}
.about-editorial-linkcard__arrow::after,
.about-editorial-message__more::after{
  content:'›';
  font-size:1.1rem;
  color:var(--color-cta);
}
.about-editorial-philosophy__leadcol h2{font-size:clamp(1.95rem,2.7vw,2.9rem); max-width:18ch; line-height:1.28;}
.about-editorial-philosophy__title-line{display:block;white-space:nowrap;}
.about-editorial-philosophy__bodycol{
  display:grid;
  gap:22px;
  max-width:52rem;
}
.about-editorial-philosophy__bodycol > p{line-height:1.95; max-width:46rem;}
.about-editorial-philosophy__axes{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:26px;
  margin-top:10px;
}
.about-editorial-axis{
  padding:28px 24px;
  border-top:2px solid var(--color-cta);
  background:#faf8f6;
  text-align:left;
}
.about-editorial-axis h3{font-size:1.5rem; text-align:left;}
.about-editorial-axis p{margin-top:12px; line-height:1.85; text-align:left;}
.about-editorial-philosophy__note{margin-top:8px !important;}
.about-editorial-messages{background:#faf8f6;}
.about-editorial-message__thumb img,
.about-editorial-message__thumb .about-editorial-links__placeholder{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  display:block;
}
.about-editorial-message__body h3{font-size:1.55rem;}
.about-editorial-message__body p{margin-top:12px;}
.about-editorial-cta{
  background:var(--color-cta);
}
.about-editorial-cta__inner{
  text-align:center;
  max-width:920px;
}
.about-editorial-cta h2,
.about-editorial-cta p{color:#fff;}
.about-editorial-cta h2{font-size:clamp(2.1rem,3vw,3.3rem);}
.about-editorial-cta p{margin-top:18px;}
.about-editorial-cta__actions{justify-content:center; margin-top:30px;}
.about-editorial-cta__actions .button--outline-light-muted{
  border-color:rgba(255,255,255,.78);
  color:#fff;
  background:transparent;
  min-width:280px;
}
.about-editorial-cta__actions .button--outline-light-muted:hover{
  background:rgba(255,255,255,.12);
  opacity:1;
}
.about-editorial-cta__actions .button--outline-light{min-width:280px;background:#00AFC1;border-color:#00AFC1;color:#fff;}
.about-editorial-cta__actions .button--outline-light:hover{background:#0a9cae;border-color:#0a9cae;color:#fff;opacity:1;}


@media (max-width: 960px){
  .about-editorial-head{min-height:360px;padding:108px 0 20px;}
  .about-editorial-intro,
  .about-editorial-media,
  .about-editorial-features,
  .about-editorial-outcomes,
  .about-editorial-links,
  .about-editorial-philosophy,
  .about-editorial-messages,
  .about-editorial-cta{padding:76px 0;}
  .about-editorial-intro__grid,
  .about-editorial-media__grid,
  .about-editorial-philosophy__grid,
  .about-editorial-outcomes__grid,
  .about-editorial-features__grid,
  .about-editorial-links__grid,
  .about-editorial-messages__grid,
  .about-editorial-philosophy__axes{
    grid-template-columns:1fr;
  }
  .about-editorial-intro__bodycol{padding-top:0;}
  .about-editorial-intro__title{max-width:none;}
  .about-editorial-media__title,
  .about-editorial-outcomes__text h2,
  .about-editorial-philosophy__leadcol h2,
  .about-editorial-sectionhead h2{max-width:none;}
}

@media (max-width: 640px){
  .about-editorial-head{min-height:280px;padding:96px 0 16px;}
  .about-editorial-head__titlewrap{gap:12px;}
  .about-editorial-head__english{font-size:clamp(2rem,12vw,3.5rem);}
  .about-editorial-head__jp{font-size:1.4rem;}
  .about-editorial-intro,
  .about-editorial-media,
  .about-editorial-features,
  .about-editorial-outcomes,
  .about-editorial-links,
  .about-editorial-philosophy,
  .about-editorial-messages,
  .about-editorial-cta{padding:56px 0;}
  .about-editorial-intro__title{font-size:2.15rem; max-width:none; line-height:1.24;}
  .about-editorial-intro__title-line,
  .about-editorial-intro__catch-line{white-space:normal;}
  .about-editorial-intro__catch{font-size:1.15rem; max-width:none; line-height:1.8;}
  .about-editorial-sectionhead--features h2{max-width:none;font-size:clamp(1.9rem,9vw,2.8rem);}
  .about-editorial-sectionhead__line{white-space:normal;}
  .about-editorial-outcomes__title-line{white-space:normal;}
  .about-editorial-outcomes__copy-line,
  .about-editorial-outcomeitem__line{white-space:normal;}

  .about-editorial-media__note,
  .about-editorial-featurecard,
  .about-editorial-linkcard__body,
  .about-editorial-message__body{padding:20px;}
  .about-editorial-featurecard h3,
  .about-editorial-linkcard__body h3,
  .about-editorial-message__body h3,
  .about-editorial-outcomeitem h3,
  .about-editorial-axis h3{font-size:1.35rem;}
  .about-editorial-intro__actions .button,
  .about-editorial-cta__actions .button{width:100%;}
  .about-editorial-outcomeitem{grid-template-columns:58px 1fr;padding:18px;}
}

/* 2026-04-15 hero two-column final override */
.cp-hero{
  padding:0;
  background:#f6f4ef;
}
.cp-hero::before,
.cp-hero__overlay,
.cp-hero__scroll,
.cp-hero__caption,
.cp-hero__copy{
  display:none !important;
}
.cp-hero__frame{
  width:min(1360px, calc(100vw - 40px));
  min-height:clamp(760px, 82vh, 860px);
  display:grid;
  grid-template-columns:minmax(0, 47%) minmax(0, 53%);
  align-items:stretch;
  gap:0;
}
.cp-hero__textblock{
  background:#fff;
  padding:clamp(96px, 9vw, 128px) clamp(64px, 7vw, 110px) 88px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  max-width:none;
}
.cp-hero__official{
  margin:0 0 28px;
  font-size:clamp(18px, 1.45vw, 24px);
  line-height:1.45;
  font-weight:700;
  color:#111;
  letter-spacing:.04em;
}
.cp-hero__display{
  margin:0;
  width:100%;
  max-width:620px;
  font-family:var(--font-serif);
  font-size:clamp(68px, 5.45vw, 88px);
  line-height:1.04;
  letter-spacing:-.03em;
  color:#111;
}
.cp-hero__display-line{
  display:block;
  white-space:nowrap;
}
.cp-hero__lead{
  margin:34px 0 0;
  font-size:clamp(30px, 2.15vw, 38px);
  line-height:1.45;
  color:#111;
}
.cp-hero__lead-line{
  display:block;
}
.cp-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:36px;
}
.cp-hero__actions .button{
  min-height:60px;
  padding:0 30px;
  font-size:16px;
  letter-spacing:.05em;
  font-weight:700;
}
.cp-hero__actions .button--secondary{
  min-width:178px;
}
.cp-hero__actions .button--primary{
  min-width:252px;
}
.cp-hero__visual{
  position:relative;
  min-height:100%;
  overflow:hidden;
}
.cp-hero__image-wrap{
  position:relative;
  min-height:100%;
  height:100%;
  overflow:hidden;
}
.cp-hero__image-wrap::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(17,17,17,.08) 0%, rgba(17,17,17,.16) 100%);
  z-index:1;
}
.cp-hero__image{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  filter:brightness(.92) saturate(.96);
}

@media (max-width: 1180px){
  .cp-hero__frame{
    grid-template-columns:minmax(0, 48%) minmax(0, 52%);
    width:min(100vw - 32px, 100%);
  }
  .cp-hero__textblock{
    padding:88px 56px 76px;
  }
  .cp-hero__display{
    font-size:clamp(58px, 5vw, 76px);
  }
  .cp-hero__lead{
    font-size:clamp(24px, 2vw, 32px);
  }
}

@media (max-width: 980px){
  .cp-hero{
    background:#f6f4ef;
  }
  .cp-hero__frame{
    width:min(100vw - 24px, 100%);
    min-height:auto;
    grid-template-columns:1fr;
  }
  .cp-hero__visual{
    order:1;
  }
  .cp-hero__image-wrap{
    height:42vh;
    min-height:320px;
  }
  .cp-hero__image{
    object-position:center 32%;
  }
  .cp-hero__textblock{
    order:2;
    background:#fff;
    padding:28px 22px 34px;
  }
  .cp-hero__official{
    font-size:15px;
    margin-bottom:14px;
  }
  .cp-hero__display{
    max-width:none;
    font-size:clamp(42px, 8.4vw, 54px);
    line-height:1.08;
  }
  .cp-hero__display-line{
    white-space:normal;
  }
  .cp-hero__lead{
    margin-top:18px;
    font-size:clamp(20px, 4.8vw, 26px);
    line-height:1.5;
  }
  .cp-hero__actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin-top:24px;
  }
  .cp-hero__actions .button{
    width:100%;
    min-width:0;
    min-height:56px;
    font-size:17px;
  }
}

/* 2026-04-15 exact desktop hero from approved comp */
.cp-hero--exact-shot{
  padding:8px 0 0;
  background:var(--color-paper-strong);
}
.cp-hero__frame--desktop-exact{
  width:min(1840px, calc(100vw - 24px));
  min-height:auto;
  display:block;
  padding-bottom:18px;
}
.cp-hero__desktop-shot{
  position:relative;
  display:block;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 16px 40px rgba(17,17,17,.10);
  background:#e7e2da;
}
.cp-hero__desktop-shot-image{
  display:block;
  width:100%;
  height:auto;
}
.cp-hero__desktop-hit{
  position:absolute;
  display:block;
  z-index:3;
  border-radius:999px;
}
.cp-hero__desktop-hit--request{
  left:11.15%;
  top:74.20%;
  width:12.70%;
  height:11.10%;
}
.cp-hero__desktop-hit--contact{
  left:24.55%;
  top:74.20%;
  width:17.45%;
  height:11.10%;
}
.cp-hero__mobile-shell{
  display:none;
}

@media (max-width: 980px){
  .cp-hero__desktop-shot{
    display:none;
  }
  .cp-hero__mobile-shell{
    display:block;
  }
  .cp-hero__frame--desktop-exact{
    width:min(100vw - 24px, 100%);
    padding-bottom:22px;
  }
  .cp-hero__mobile-shell .cp-hero__canvas{
    min-height:auto;
    border-radius:28px;
    display:flex;
    flex-direction:column;
    background:#d9d4cc;
    overflow:hidden;
    box-shadow:0 14px 32px rgba(17,17,17,.08);
  }
  .cp-hero__mobile-shell .cp-hero__bg{
    position:relative;
    inset:auto;
    width:100%;
    height:38vh;
    min-height:300px;
    object-fit:cover;
    object-position:center center;
  }
  .cp-hero__mobile-shell .cp-hero__canvas::after{
    display:none;
  }
  .cp-hero__mobile-shell .cp-hero__panel{
    position:relative;
    inset:auto;
    width:100%;
    border-radius:0 0 28px 28px;
    background:#fff;
    box-shadow:none;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    display:block;
  }
  .cp-hero__mobile-shell .cp-hero__textblock{
    max-width:none;
    padding:28px 22px 32px;
  }
  .cp-hero__mobile-shell .cp-hero__official{
    font-size:15px;
    margin-bottom:14px;
    line-height:1.45;
  }
  .cp-hero__mobile-shell .cp-hero__display{
    width:100%;
    max-width:none;
    font-size:clamp(42px, 8.4vw, 54px);
    line-height:1.08;
    letter-spacing:-.03em;
  }
  .cp-hero__mobile-shell .cp-hero__display-line{
    display:block;
    white-space:normal;
  }
  .cp-hero__mobile-shell .cp-hero__lead{
    margin-top:18px;
    font-size:clamp(20px, 4.4vw, 26px);
    line-height:1.5;
  }
  .cp-hero__mobile-shell .cp-hero__actions{
    margin-top:28px;
    display:flex;
    flex-direction:column;
    gap:12px;
  }
  .cp-hero__mobile-shell .cp-hero__actions .button{
    width:100%;
    min-height:58px;
    padding:0 22px;
    font-size:.96rem;
    min-width:0;
  }
}


/* Hero rebuilt as structured layout, matching provided comp */
.cp-hero--structured{
  position:relative;
  padding:18px 0 26px;
  background:#efede8;
}
.cp-hero__frame--structured{
  width:min(100vw - 18px, 1900px);
}
.cp-hero__desktop-structured{
  display:block;
}
.cp-hero__desktop-stage{
  position:relative;
  min-height:780px;
  border-radius:42px;
  overflow:hidden;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  box-shadow:0 14px 34px rgba(17,17,17,.06);
}
.cp-hero__desktop-stage::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(255,255,255,.04);
  pointer-events:none;
}
.cp-hero__desktop-panel{
  position:absolute;
  left:72px;
  top:32px;
  bottom:32px;
  width:min(45.5%, 860px);
  border-radius:38px;
  background:rgba(248,247,244,.92);
  overflow:visible;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 10px 24px rgba(0,0,0,.03);
}
.cp-hero__desktop-panel::after{
  content:"";
  position:absolute;
  top:0;
  right:-165px;
  width:280px;
  height:100%;
  background:linear-gradient(90deg,
    rgba(248,247,244,.82) 0%,
    rgba(248,247,244,.54) 34%,
    rgba(248,247,244,.20) 62%,
    rgba(248,247,244,0) 100%);
  filter:blur(22px);
  pointer-events:none;
}
.cp-hero__desktop-copy{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  min-height:100%;
  padding:94px 72px 84px 104px;
}
.cp-hero__desktop-copy .cp-hero__official{
  margin:0 0 34px;
  font-size:clamp(18px,1.35vw,25px);
  font-weight:800;
  letter-spacing:.04em;
  line-height:1.45;
}
.cp-hero__desktop-copy .cp-hero__display{
  margin:0;
  max-width:8.8em;
  font-size:clamp(68px,4.95vw,88px);
  line-height:1.07;
  letter-spacing:-.04em;
}
.cp-hero__desktop-copy .cp-hero__display-line{
  white-space:nowrap;
}
.cp-hero__desktop-copy .cp-hero__lead{
  margin:40px 0 0;
  font-size:clamp(28px,1.95vw,40px);
  line-height:1.42;
  color:rgba(17,17,17,.82);
}
.cp-hero__desktop-copy .cp-hero__actions{
  margin-top:42px;
  gap:22px;
}
.cp-hero__desktop-copy .cp-hero__actions .button{
  min-height:72px;
  border-radius:999px;
  padding:0 38px;
  font-size:17px;
  box-shadow:none;
}
.cp-hero__desktop-copy .cp-hero__actions .button--secondary{min-width:220px;}
.cp-hero__desktop-copy .cp-hero__actions .button--primary{min-width:320px;}

@media (min-width: 981px){
  .cp-hero--structured .cp-hero__mobile-shell{display:none;}
}

@media (max-width: 980px){
  .cp-hero--structured{
    padding:0 0 18px;
    background:#efede8;
  }
  .cp-hero__frame--structured{
    width:min(100vw - 18px, 100%);
  }
  .cp-hero--structured .cp-hero__desktop-structured{display:none;}
  .cp-hero--structured .cp-hero__mobile-shell{display:block;}
  .cp-hero--structured .cp-hero__canvas{
    min-height:auto;
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(17,17,17,.05);
  }
  .cp-hero--structured .cp-hero__bg{
    position:relative;
    height:44vh;
    min-height:300px;
    object-position:center center;
  }
  .cp-hero--structured .cp-hero__panel{
    position:relative;
    width:100%;
    left:auto;
    top:auto;
    bottom:auto;
    border-radius:0 0 28px 28px;
    background:#f7f6f2;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
    box-shadow:none;
  }
  .cp-hero--structured .cp-hero__textblock{
    min-height:auto;
    max-width:none;
    padding:26px 22px 28px;
  }
  .cp-hero--structured .cp-hero__official{
    margin-bottom:14px;
    font-size:15px;
    line-height:1.5;
  }
  .cp-hero--structured .cp-hero__display{
    max-width:none;
    font-size:clamp(42px,10vw,56px);
    line-height:1.1;
  }
  .cp-hero--structured .cp-hero__display-line{
    white-space:normal;
  }
  .cp-hero--structured .cp-hero__lead{
    margin-top:18px;
    font-size:clamp(22px,5.2vw,28px);
    line-height:1.42;
  }
  .cp-hero--structured .cp-hero__actions{
    display:flex;
    flex-direction:column;
    margin-top:24px;
    gap:12px;
  }
  .cp-hero--structured .cp-hero__actions .button{
    width:100%;
    min-height:58px;
    padding:0 20px;
    font-size:16px;
  }
}


/* Hero v2 final */
.sbc-hero-v2{
  background:#f3f1ec;
  padding:24px 0 40px;
}
.sbc-hero-v2__inner{
  display:grid;
  grid-template-columns:minmax(0,47%) minmax(0,53%);
  min-height:820px;
  background:#fff;
  overflow:hidden;
  border-radius:0;
  align-items:stretch;
}
.sbc-hero-v2__content{
  background:#fff;
  padding:110px 88px 88px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.sbc-hero-v2__label{
  margin:0 0 34px;
  font-size:22px;
  font-weight:700;
  line-height:1.5;
  color:#111;
  letter-spacing:.02em;
}
.sbc-hero-v2__title{
  margin:0;
  font-family: var(--font-serif);
  font-size:78px;
  line-height:1.12;
  font-weight:400;
  color:#111;
  letter-spacing:.01em;
}
.sbc-hero-v2__title span, .sbc-hero-v2__sub span{display:block;}
.sbc-hero-v2__sub{
  margin:36px 0 0;
  font-size:34px;
  line-height:1.45;
  font-weight:400;
  color:#2a2a2a;
}
.sbc-hero-v2__actions{
  margin-top:46px;
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.sbc-hero-v2__actions .button{
  min-height:62px;
  min-width:190px;
  padding:0 30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  font-size:18px;
  font-weight:700;
}
.sbc-hero-v2__actions .button--primary{min-width:270px;}
.sbc-hero-v2__media{
  position:relative;
  min-height:820px;
}
.sbc-hero-v2__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
@media (max-width: 1200px){
  .sbc-hero-v2__content{padding:90px 56px 72px;}
  .sbc-hero-v2__title{font-size:64px;}
  .sbc-hero-v2__sub{font-size:30px;}
}
@media (max-width: 991px){
  .sbc-hero-v2{padding:12px 0 22px;}
  .sbc-hero-v2__inner{
    grid-template-columns:1fr;
    min-height:unset;
  }
  .sbc-hero-v2__media{order:1;min-height:360px;}
  .sbc-hero-v2__content{order:2;padding:30px 24px 34px;}
  .sbc-hero-v2__label{font-size:16px;margin-bottom:18px;}
  .sbc-hero-v2__title{font-size:46px;line-height:1.14;}
  .sbc-hero-v2__title span:first-child{white-space:nowrap;}
  .sbc-hero-v2__title span:last-child{white-space:normal;}
  .sbc-hero-v2__sub{font-size:22px;line-height:1.45;margin-top:22px;}
  .sbc-hero-v2__actions{margin-top:26px;gap:12px;flex-direction:column;}
  .sbc-hero-v2__actions .button,
  .sbc-hero-v2__actions .button--primary{width:100%;min-width:0;min-height:56px;font-size:16px;}
}


/* Home hero: structured 2-column layout */
.sbc-home-hero{
  padding: 18px 0 28px;
  background: #f4f1eb;
}
.sbc-home-hero__inner{
  display:grid;
  grid-template-columns:minmax(0, 47%) minmax(0, 53%);
  min-height: clamp(760px, 82vh, 860px);
  align-items:stretch;
  overflow:hidden;
  border-radius: 34px;
  background:#ffffff;
  box-shadow: 0 10px 30px rgba(17,17,17,.06);
}
.sbc-home-hero__content{
  background:#fff;
  padding: clamp(90px, 10vw, 120px) clamp(80px, 7vw, 110px) 88px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.sbc-home-hero__label{
  margin:0 0 30px;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight:700;
  line-height:1.6;
  letter-spacing:.04em;
  color:#111;
}
.sbc-home-hero__title{
  margin:0;
  max-width: 620px;
  font-size: clamp(72px, 5.2vw, 92px);
  line-height:1.14;
  letter-spacing:-0.02em;
  color:#111;
}
.sbc-home-hero__title-line,
.sbc-home-hero__sub-line{
  display:block;
}
.sbc-home-hero__title-line{ white-space:nowrap; }
.sbc-home-hero__sub{
  margin:34px 0 0;
  font-size: clamp(30px, 2.2vw, 38px);
  line-height:1.5;
  font-weight:400;
  color:#222;
}
.sbc-home-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:42px;
}
.sbc-home-hero__actions .button{
  min-height:60px;
  min-width:190px;
  padding:0 34px;
  border-radius:999px;
  font-size:18px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.sbc-home-hero__actions .button--primary{ min-width:260px; }
.sbc-home-hero__media{
  position:relative;
  min-height:100%;
  background:#eae6df;
}
.sbc-home-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}
@media (max-width: 1100px){
  .sbc-home-hero__inner{
    grid-template-columns:minmax(0, 48%) minmax(0, 52%);
    min-height: 760px;
  }
  .sbc-home-hero__content{
    padding:88px 64px 80px;
  }
  .sbc-home-hero__title{
    font-size: clamp(58px, 5.4vw, 78px);
  }
  .sbc-home-hero__sub{
    font-size: clamp(24px, 2.4vw, 32px);
  }
}
@media (max-width: 767px){
  .sbc-home-hero{
    padding: 10px 0 18px;
  }
  .sbc-home-hero__inner{
    grid-template-columns:1fr;
    min-height:0;
    border-radius:24px;
  }
  .sbc-home-hero__media{
    order:1;
    min-height: 360px;
  }
  .sbc-home-hero__media img{
    object-position:center top;
  }
  .sbc-home-hero__content{
    order:2;
    padding:30px 24px 34px;
  }
  .sbc-home-hero__label{
    margin-bottom:18px;
    font-size:16px;
  }
  .sbc-home-hero__title{
    max-width:none;
    font-size: clamp(40px, 10.5vw, 54px);
    line-height:1.15;
  }
  .sbc-home-hero__title-line{
    white-space:normal;
  }
  .sbc-home-hero__sub{
    margin-top:22px;
    font-size: clamp(20px, 5.4vw, 26px);
    line-height:1.45;
  }
  .sbc-home-hero__actions{
    margin-top:26px;
    flex-direction:column;
    gap:12px;
  }
  .sbc-home-hero__actions .button,
  .sbc-home-hero__actions .button--primary{
    width:100%;
    min-width:0;
    min-height:56px;
    font-size:16px;
  }
}


/* 2026-04-16 top hero rebuilt: strict 2-column layout */
.sbc-home-hero{
  padding: 28px 0 18px;
  background: #f7f5f0;
}
.sbc-home-hero .container{
  width: min(1320px, calc(100vw - 48px));
}
.sbc-home-hero__inner{
  display: grid;
  grid-template-columns: 47% 53%;
  min-height: 800px;
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
}
.sbc-home-hero__content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 112px 84px 96px;
  background: #ffffff;
}
.sbc-home-hero__label{
  margin: 0 0 28px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--color-sub);
}
.sbc-home-hero__title{
  margin: 0;
  max-width: 620px;
  font-family: var(--font-serif);
  font-size: clamp(4.5rem, 5.1vw, 5.75rem);
  line-height: .98;
  letter-spacing: -.02em;
  color: var(--color-sub);
}
.sbc-home-hero__title-line{
  display: block;
  white-space: nowrap;
}
.sbc-home-hero__sub{
  margin: 34px 0 0;
  max-width: 520px;
  font-size: clamp(1.95rem, 2.3vw, 2.35rem);
  line-height: 1.45;
  color: rgba(34,34,34,.86);
}
.sbc-home-hero__sub-line{
  display: block;
}
.sbc-home-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 42px;
}
.sbc-home-hero__actions .button{
  min-height: 62px;
  padding: 0 34px;
  font-size: 1rem;
}
.sbc-home-hero__actions .button--secondary{
  min-width: 180px;
}
.sbc-home-hero__actions .button--primary{
  min-width: 260px;
}
.sbc-home-hero__media{
  position: relative;
  min-height: 800px;
  background: #e9e5df;
}
.sbc-home-hero__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 1260px){
  .sbc-home-hero__content{
    padding: 96px 64px 80px;
  }
  .sbc-home-hero__title{
    font-size: clamp(3.9rem, 5vw, 5rem);
  }
}
@media (max-width: 1024px){
  .sbc-home-hero{
    padding-top: 12px;
  }
  .sbc-home-hero .container{
    width: min(100vw - 24px, 100%);
  }
  .sbc-home-hero__inner{
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .sbc-home-hero__media{
    order: 1;
    min-height: 44vh;
  }
  .sbc-home-hero__content{
    order: 2;
    padding: 36px 24px 34px;
  }
  .sbc-home-hero__label{
    margin-bottom: 16px;
    font-size: 16px;
  }
  .sbc-home-hero__title{
    font-size: clamp(2.5rem, 9vw, 3.35rem);
    line-height: 1.06;
  }
  .sbc-home-hero__title-line{
    white-space: normal;
  }
  .sbc-home-hero__sub{
    margin-top: 22px;
    font-size: clamp(1.2rem, 4.3vw, 1.55rem);
    line-height: 1.5;
  }
  .sbc-home-hero__actions{
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }
  .sbc-home-hero__actions .button{
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }
}


/* === Home hero final override v49 === */
.sbc-home-hero{padding:32px 0 40px;background:#f6f4f1;}
.sbc-home-hero__inner{display:grid;grid-template-columns:minmax(0,47%) minmax(0,53%);align-items:stretch;min-height:780px;background:#fff;}
.sbc-home-hero__content{display:flex;flex-direction:column;justify-content:center;padding:96px 80px 88px 86px;background:#fff;min-width:0;}
.sbc-home-hero__label{margin:0 0 34px;font-size:22px;font-weight:700;line-height:1.6;color:#111;}
.sbc-home-hero__title{margin:0;max-width:560px;font-family:var(--font-serif);font-size:78px;line-height:0.97;letter-spacing:-0.02em;color:#111;font-weight:400;}
.sbc-home-hero__title-line{display:block;white-space:nowrap;}
.sbc-home-hero__title-line + .sbc-home-hero__title-line{margin-top:8px;}
.sbc-home-hero__sub{margin:44px 0 0;max-width:440px;font-size:32px;line-height:1.55;color:#444;font-weight:400;}
.sbc-home-hero__sub-line{display:block;}
.sbc-home-hero__actions{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin-top:48px;}
.sbc-home-hero__actions .button{display:inline-flex;align-items:center;justify-content:center;min-height:62px;padding:0 34px;border-radius:999px;font-size:18px;font-weight:700;line-height:1;border:none;box-shadow:none;white-space:nowrap;}
.sbc-home-hero__actions .button--secondary{background:#E60023;color:#fff;}
.sbc-home-hero__actions .button--primary{background:#00AFC1;color:#fff;}
.sbc-home-hero__media{position:relative;min-height:780px;overflow:hidden;background:#ddd;}
.sbc-home-hero__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;}

@media (max-width: 1320px){
  .sbc-home-hero__content{padding:88px 60px 80px 64px;}
  .sbc-home-hero__title{font-size:68px;max-width:500px;}
  .sbc-home-hero__sub{font-size:28px;max-width:390px;}
}

@media (max-width: 1100px){
  .sbc-home-hero{padding:22px 0 28px;}
  .sbc-home-hero__inner{grid-template-columns:1fr;min-height:0;background:#fff;}
  .sbc-home-hero__media{order:1;min-height:420px;}
  .sbc-home-hero__content{order:2;padding:40px 32px 44px;}
  .sbc-home-hero__label{font-size:17px;margin-bottom:18px;}
  .sbc-home-hero__title{font-size:clamp(42px,8vw,58px);max-width:none;line-height:1.06;}
  .sbc-home-hero__title-line{white-space:normal;}
  .sbc-home-hero__title-line + .sbc-home-hero__title-line{margin-top:4px;}
  .sbc-home-hero__sub{margin-top:24px;font-size:24px;max-width:none;line-height:1.5;}
  .sbc-home-hero__actions{margin-top:28px;display:grid;grid-template-columns:1fr;gap:14px;}
  .sbc-home-hero__actions .button{width:100%;min-height:58px;padding:0 24px;font-size:17px;}
}

@media (max-width: 640px){
  .sbc-home-hero{padding:16px 0 24px;}
  .sbc-home-hero__inner{display:flex;flex-direction:column;}
  .sbc-home-hero__media{min-height:320px;}
  .sbc-home-hero__content{padding:30px 22px 34px;}
  .sbc-home-hero__label{font-size:15px;line-height:1.5;margin-bottom:16px;}
  .sbc-home-hero__title{font-size:clamp(36px,10vw,52px);line-height:1.08;}
  .sbc-home-hero__title-line:first-child{white-space:nowrap;}
  .sbc-home-hero__title-line:nth-child(2),.sbc-home-hero__title-line:nth-child(3){white-space:normal;}
  .sbc-home-hero__sub{font-size:20px;line-height:1.55;margin-top:20px;}
  .sbc-home-hero__actions{margin-top:24px;}
}


/* === Home hero final override v50 === */
.sbc-home-hero{
  padding:32px 0 40px;
  background:#f6f4f1;
}
.sbc-home-hero__inner{
  display:grid;
  grid-template-columns:minmax(0,47%) minmax(0,53%);
  min-height:780px;
  align-items:stretch;
  background:#fff;
  overflow:hidden;
}
.sbc-home-hero__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:96px 72px 88px 86px;
  background:#fff;
  min-width:0;
}
.sbc-home-hero__label{
  margin:0 0 42px;
  font-size:22px;
  font-weight:700;
  line-height:1.6;
  letter-spacing:.04em;
  color:#111;
}
.sbc-home-hero__title{
  margin:0;
  max-width:620px;
  font-family:var(--font-serif);
  font-size:72px;
  line-height:1.04;
  letter-spacing:-.02em;
  color:#111;
  font-weight:400;
}
.sbc-home-hero__title-line{
  display:block;
  white-space:nowrap;
}
.sbc-home-hero__title-line + .sbc-home-hero__title-line{
  margin-top:10px;
}
.sbc-home-hero__sub{
  margin:30px 0 0;
  max-width:520px;
  font-size:32px;
  line-height:1.5;
  color:#3f3f3f;
  font-weight:400;
}
.sbc-home-hero__sub-line{
  display:block;
}
.sbc-home-hero__sub-line + .sbc-home-hero__sub-line{
  margin-top:2px;
}
.sbc-home-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  align-items:center;
  margin-top:34px;
}
.sbc-home-hero__actions .button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:62px;
  padding:0 34px;
  border-radius:999px;
  font-size:18px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}
.sbc-home-hero__actions .button--secondary{
  min-width:180px;
}
.sbc-home-hero__actions .button--primary{
  min-width:260px;
}
.sbc-home-hero__media{
  position:relative;
  min-height:780px;
  background:#ddd;
}
.sbc-home-hero__media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

@media (max-width:1320px){
  .sbc-home-hero__content{
    padding:88px 56px 82px 64px;
  }
  .sbc-home-hero__label{
    margin-bottom:36px;
    font-size:20px;
  }
  .sbc-home-hero__title{
    max-width:580px;
    font-size:64px;
  }
  .sbc-home-hero__sub{
    max-width:480px;
    font-size:28px;
  }
}

@media (max-width:1120px){
  .sbc-home-hero__inner{
    grid-template-columns:minmax(0,48%) minmax(0,52%);
    min-height:760px;
  }
  .sbc-home-hero__content{
    padding:76px 42px 70px 46px;
  }
  .sbc-home-hero__title{
    max-width:520px;
    font-size:56px;
  }
  .sbc-home-hero__sub{
    font-size:24px;
    max-width:420px;
  }
  .sbc-home-hero__actions .button{
    min-height:58px;
    padding:0 28px;
    font-size:17px;
  }
  .sbc-home-hero__actions .button--primary{
    min-width:220px;
  }
}

@media (max-width:900px){
  .sbc-home-hero{
    padding:16px 0 24px;
  }
  .sbc-home-hero__inner{
    grid-template-columns:1fr;
    min-height:0;
  }
  .sbc-home-hero__media{
    order:1;
    min-height:360px;
  }
  .sbc-home-hero__content{
    order:2;
    padding:34px 24px 36px;
  }
  .sbc-home-hero__label{
    margin-bottom:18px;
    font-size:16px;
  }
  .sbc-home-hero__title{
    max-width:none;
    font-size:48px;
    line-height:1.08;
  }
  .sbc-home-hero__title-line{
    white-space:normal;
  }
  .sbc-home-hero__title-line + .sbc-home-hero__title-line{
    margin-top:4px;
  }
  .sbc-home-hero__sub{
    margin-top:22px;
    max-width:none;
    font-size:22px;
    line-height:1.45;
  }
  .sbc-home-hero__actions{
    margin-top:26px;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }
  .sbc-home-hero__actions .button,
  .sbc-home-hero__actions .button--primary,
  .sbc-home-hero__actions .button--secondary{
    width:100%;
    min-width:0;
    min-height:56px;
    font-size:16px;
  }
}

@media (max-width:520px){
  .sbc-home-hero__media{
    min-height:320px;
  }
  .sbc-home-hero__content{
    padding:30px 20px 32px;
  }
  .sbc-home-hero__title{
    font-size:40px;
  }
  .sbc-home-hero__sub{
    font-size:20px;
  }
}


/* ===== 2026-04 hero left column final tuning ===== */
.sbc-home-hero{padding:32px 0 40px;background:#f6f4f1;}
.sbc-home-hero__inner{display:grid;grid-template-columns:minmax(0,47%) minmax(0,53%);align-items:stretch;min-height:780px;background:#fff;}
.sbc-home-hero__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:104px 48px 84px 86px;background:#fff;min-width:0;}
.sbc-home-hero__label{margin:0 0 48px;font-size:22px;font-weight:700;line-height:1.55;color:#111;letter-spacing:.01em;}
.sbc-home-hero__title{margin:0;max-width:620px;font-family:var(--font-serif);font-size:44px;line-height:1.22;letter-spacing:-0.01em;color:#111;font-weight:400;}
.sbc-home-hero__title-line{display:block;white-space:nowrap;}
.sbc-home-hero__title-line + .sbc-home-hero__title-line{margin-top:8px;}
.sbc-home-hero__sub{margin:44px 0 0;max-width:520px;font-size:26px;line-height:1.6;color:#444;font-weight:400;}
.sbc-home-hero__sub-line{display:block;}
.sbc-home-hero__sub-line + .sbc-home-hero__sub-line{margin-top:2px;}
.sbc-home-hero__actions{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin-top:36px;}
.sbc-home-hero__actions .button{display:inline-flex;align-items:center;justify-content:center;min-height:62px;padding:0 34px;border-radius:999px;font-size:18px;font-weight:700;line-height:1;border:none;box-shadow:none;white-space:nowrap;}
.sbc-home-hero__actions .button--secondary{min-width:180px;background:#E60023;color:#fff;}
.sbc-home-hero__actions .button--primary{min-width:268px;background:#00AFC1;color:#fff;}
.sbc-home-hero__media{position:relative;min-height:780px;overflow:hidden;background:#ddd;}
.sbc-home-hero__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;}

@media (max-width:1280px){
  .sbc-home-hero__content{padding:96px 40px 78px 72px;}
  .sbc-home-hero__title{font-size:40px;max-width:560px;}
  .sbc-home-hero__sub{font-size:24px;max-width:470px;}
}

@media (max-width:1100px){
  .sbc-home-hero{padding:22px 0 28px;}
  .sbc-home-hero__inner{grid-template-columns:1fr;min-height:0;background:#fff;}
  .sbc-home-hero__media{order:1;min-height:430px;}
  .sbc-home-hero__content{order:2;padding:42px 32px 44px;background:#fff;}
  .sbc-home-hero__label{margin-bottom:24px;font-size:16px;}
  .sbc-home-hero__title{max-width:none;font-size:40px;line-height:1.2;}
  .sbc-home-hero__title-line{white-space:normal;}
  .sbc-home-hero__sub{margin-top:28px;max-width:none;font-size:22px;line-height:1.55;}
  .sbc-home-hero__actions{margin-top:28px;display:grid;grid-template-columns:1fr;gap:12px;width:100%;}
  .sbc-home-hero__actions .button,.sbc-home-hero__actions .button--primary,.sbc-home-hero__actions .button--secondary{width:100%;min-width:0;}
}

@media (max-width:640px){
  .sbc-home-hero__media{min-height:360px;}
  .sbc-home-hero__content{padding:36px 24px 40px;}
  .sbc-home-hero__title{font-size:36px;}
  .sbc-home-hero__sub{font-size:20px;}
}


/* === Home hero full-width override v52 === */
.sbc-home-hero{
  padding:0;
  background:#f6f4f1;
}
.sbc-home-hero__inner{
  width:100%;
  max-width:none;
  display:grid;
  grid-template-columns:47% 53%;
  min-height:calc(100vh - var(--header-height));
  align-items:stretch;
  background:#fff;
}
.sbc-home-hero__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:108px 7vw 88px 7vw;
}
.sbc-home-hero__label{
  margin:0 0 52px;
  font-size:22px;
  line-height:1.5;
  letter-spacing:.03em;
}
.sbc-home-hero__title{
  max-width:620px;
  font-size:clamp(56px,4.8vw,84px);
  line-height:1.04;
  letter-spacing:-.02em;
}
.sbc-home-hero__title-line{
  white-space:nowrap;
}
.sbc-home-hero__title-line + .sbc-home-hero__title-line{
  margin-top:10px;
}
.sbc-home-hero__sub{
  margin:40px 0 0;
  max-width:520px;
  font-size:clamp(28px,2.1vw,36px);
  line-height:1.45;
}
.sbc-home-hero__actions{
  margin-top:36px;
  gap:18px;
}
.sbc-home-hero__actions .button{
  min-height:62px;
  padding:0 34px;
}
.sbc-home-hero__media{
  min-height:calc(100vh - var(--header-height));
}
.sbc-home-hero__media img{
  object-fit:cover;
  object-position:center center;
}

@media (max-width:1320px){
  .sbc-home-hero__content{
    padding:96px 5.5vw 82px 5.5vw;
  }
  .sbc-home-hero__label{
    margin-bottom:44px;
    font-size:20px;
  }
  .sbc-home-hero__title{
    max-width:590px;
    font-size:clamp(52px,4.5vw,74px);
  }
  .sbc-home-hero__sub{
    margin-top:34px;
    font-size:clamp(24px,2vw,32px);
  }
}

@media (max-width:1120px){
  .sbc-home-hero__inner{
    grid-template-columns:48% 52%;
    min-height:760px;
  }
  .sbc-home-hero__content{
    padding:84px 4.2vw 72px 4.2vw;
  }
  .sbc-home-hero__title{
    max-width:560px;
    font-size:54px;
  }
  .sbc-home-hero__sub{
    font-size:24px;
    max-width:440px;
  }
}

@media (max-width:900px){
  .sbc-home-hero{
    padding:0;
  }
  .sbc-home-hero__inner{
    grid-template-columns:1fr;
    min-height:0;
  }
  .sbc-home-hero__media{
    order:1;
    min-height:40vh;
  }
  .sbc-home-hero__content{
    order:2;
    padding:36px 24px 40px;
    background:#fff;
  }
  .sbc-home-hero__label{
    margin-bottom:20px;
    font-size:16px;
  }
  .sbc-home-hero__title{
    max-width:none;
    font-size:clamp(42px,8vw,56px);
    line-height:1.08;
  }
  .sbc-home-hero__title-line{
    white-space:normal;
  }
  .sbc-home-hero__title-line + .sbc-home-hero__title-line{
    margin-top:4px;
  }
  .sbc-home-hero__sub{
    margin-top:24px;
    max-width:none;
    font-size:22px;
    line-height:1.45;
  }
  .sbc-home-hero__actions{
    margin-top:28px;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }
  .sbc-home-hero__actions .button,
  .sbc-home-hero__actions .button--primary,
  .sbc-home-hero__actions .button--secondary{
    width:100%;
    min-width:0;
    min-height:56px;
    font-size:16px;
  }
}

@media (max-width:520px){
  .sbc-home-hero__media{
    min-height:320px;
  }
  .sbc-home-hero__content{
    padding:30px 20px 34px;
  }
  .sbc-home-hero__title{
    font-size:40px;
  }
  .sbc-home-hero__sub{
    font-size:20px;
  }
}

/* === Home hero final override v53 === */
.sbc-home-hero{
  padding:0;
  background:#f6f4f1;
}
.sbc-home-hero__inner{
  display:grid;
  grid-template-columns:minmax(0,52.5%) minmax(0,47.5%);
  min-height:calc(100vh - 116px);
  align-items:stretch;
  background:#fff;
  overflow:hidden;
}
.sbc-home-hero__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:104px 72px 88px 92px;
  background:#fff;
  min-width:0;
}
.sbc-home-hero__content > *{
  max-width:600px;
}
.sbc-home-hero__label{
  margin:0 0 54px;
  font-size:22px;
  font-weight:700;
  line-height:1.6;
  letter-spacing:.04em;
  color:#111;
}
.sbc-home-hero__title{
  margin:0;
  max-width:600px;
  font-family:var(--font-serif);
  font-size:64px;
  line-height:1.08;
  letter-spacing:-.015em;
  color:#111;
  font-weight:400;
}
.sbc-home-hero__title-line{
  display:block;
  white-space:nowrap;
}
.sbc-home-hero__title-line + .sbc-home-hero__title-line{
  margin-top:12px;
}
.sbc-home-hero__sub{
  margin:40px 0 0;
  max-width:500px;
  font-size:31px;
  line-height:1.5;
  color:#3f3f3f;
  font-weight:400;
}
.sbc-home-hero__sub-line{
  display:block;
}
.sbc-home-hero__sub-line + .sbc-home-hero__sub-line{
  margin-top:2px;
}
.sbc-home-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  align-items:center;
  margin-top:28px;
}
.sbc-home-hero__actions .button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:62px;
  padding:0 34px;
  border-radius:999px;
  font-size:18px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;
}
.sbc-home-hero__actions .button--secondary{
  min-width:180px;
}
.sbc-home-hero__actions .button--primary{
  min-width:260px;
}
.sbc-home-hero__media{
  position:relative;
  min-height:calc(100vh - 116px);
  background:#ddd;
}
.sbc-home-hero__media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
}

@media (max-width:1320px){
  .sbc-home-hero__inner{
    grid-template-columns:minmax(0,53%) minmax(0,47%);
  }
  .sbc-home-hero__content{
    padding:92px 52px 82px 64px;
  }
  .sbc-home-hero__content > *{
    max-width:580px;
  }
  .sbc-home-hero__label{
    margin-bottom:46px;
    font-size:20px;
  }
  .sbc-home-hero__title{
    max-width:580px;
    font-size:56px;
  }
  .sbc-home-hero__sub{
    margin-top:34px;
    max-width:460px;
    font-size:27px;
  }
}

@media (max-width:1120px){
  .sbc-home-hero__inner{
    grid-template-columns:minmax(0,54%) minmax(0,46%);
    min-height:760px;
  }
  .sbc-home-hero__content{
    padding:76px 38px 68px 42px;
  }
  .sbc-home-hero__content > *{
    max-width:540px;
  }
  .sbc-home-hero__title{
    max-width:540px;
    font-size:50px;
  }
  .sbc-home-hero__sub{
    font-size:24px;
    max-width:400px;
  }
  .sbc-home-hero__actions .button{
    min-height:58px;
    padding:0 28px;
    font-size:17px;
  }
  .sbc-home-hero__actions .button--primary{
    min-width:220px;
  }
}

@media (max-width:900px){
  .sbc-home-hero{
    padding:0;
  }
  .sbc-home-hero__inner{
    grid-template-columns:1fr;
    min-height:0;
  }
  .sbc-home-hero__media{
    order:1;
    min-height:360px;
  }
  .sbc-home-hero__content{
    order:2;
    padding:34px 24px 36px;
  }
  .sbc-home-hero__content > *{
    max-width:none;
  }
  .sbc-home-hero__label{
    margin-bottom:18px;
    font-size:16px;
  }
  .sbc-home-hero__title{
    max-width:none;
    font-size:48px;
    line-height:1.08;
  }
  .sbc-home-hero__title-line{
    white-space:normal;
  }
  .sbc-home-hero__title-line + .sbc-home-hero__title-line{
    margin-top:4px;
  }
  .sbc-home-hero__sub{
    margin-top:22px;
    max-width:none;
    font-size:22px;
    line-height:1.45;
  }
  .sbc-home-hero__actions{
    margin-top:26px;
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
  }
  .sbc-home-hero__actions .button,
  .sbc-home-hero__actions .button--primary,
  .sbc-home-hero__actions .button--secondary{
    width:100%;
    min-width:0;
    min-height:56px;
    font-size:16px;
  }
}

@media (max-width:520px){
  .sbc-home-hero__media{
    min-height:320px;
  }
}

@media (max-width: 980px){
  .about-editorial-intro__grid{
    grid-template-columns:1fr;
    gap:42px;
  }
  .about-editorial-intro__title{
    max-width:none;
    font-size:clamp(2.1rem,10vw,3.4rem);
    color:var(--color-cta);
  }
  .about-editorial-intro__bodycol{
    padding-top:0;
    max-width:none;
  }
  .about-editorial-intro__catch{
    max-width:none;
  }
}

@media (max-width: 980px){
  .about-editorial-media__title-line{white-space:normal;}
  .about-editorial-media__body{max-width:none;}
}

@media (max-width: 640px){
  .about-editorial-media__title{font-size:1.85rem; line-height:1.42;}
  .about-editorial-media__title-line{white-space:normal;}
  .about-editorial-media__body{line-height:1.85;}
}


/* === Home hero width fix v61 === */
.sbc-home-hero__inner{grid-template-columns:minmax(0,54%) minmax(0,46%);}
.sbc-home-hero__content{padding:96px 76px 88px 86px;}
.sbc-home-hero__title{max-width:680px;font-size:72px;line-height:1.02;}
.sbc-home-hero__sub{max-width:500px;}
.sbc-home-hero__media{min-width:0;}
@media (max-width: 1320px){
  .sbc-home-hero__inner{grid-template-columns:minmax(0,55%) minmax(0,45%);}
  .sbc-home-hero__title{max-width:620px;font-size:64px;}
}


/* 2026-04-16 about outcomes item readability fix */
.about-editorial-outcomes__list{
  display:grid;
  gap:18px;
}
.about-editorial-outcomeitem{
  display:grid;
  grid-template-columns:72px minmax(0,1fr);
  gap:24px;
  align-items:center;
}
.about-editorial-outcomeitem__num{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  border-radius:50%;
  background:rgba(230,0,35,.08);
  color:var(--color-cta);
  font-family:var(--font-serif);
  font-size:1.75rem;
  line-height:1;
  flex-shrink:0;
}
.about-editorial-outcomeitem__text{
  min-width:0;
}
.about-editorial-outcomeitem h3{
  margin:0;
  display:flex;
  flex-direction:column;
  gap:6px;
  line-height:1.32;
}
.about-editorial-outcomeitem__line{
  display:block;
  white-space:nowrap;
}
@media (max-width: 767px){
  .about-editorial-outcomeitem{
    grid-template-columns:58px minmax(0,1fr);
    gap:16px;
  }
  .about-editorial-outcomeitem__num{
    width:50px;
    height:50px;
    font-size:1.5rem;
  }
  .about-editorial-outcomeitem__line{
    white-space:normal;
  }
}


/* 2026-04-16 about outcomes number/text structure fix */
.about-editorial-outcomes__list{
  display:grid;
  gap:26px;
}
.about-editorial-outcomeitem{
  display:flex;
  align-items:center;
  gap:28px;
  padding:28px 30px;
  text-align:left;
}
.about-editorial-outcomeitem__num{
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:58px;
  min-width:58px;
  height:58px;
  border-radius:50%;
  background:rgba(230,0,35,.08);
  color:var(--color-cta);
  font-family:var(--font-serif);
  font-size:1.6rem;
  line-height:1;
  flex-shrink:0;
}
.about-editorial-outcomeitem__text{
  min-width:0;
  flex:1 1 auto;
}
.about-editorial-outcomeitem h3{
  margin:0;
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:1.42rem;
  line-height:1.34;
  text-align:left;
}
.about-editorial-outcomeitem__line{
  display:block !important;
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:inherit !important;
  font-family:inherit !important;
  font-size:inherit !important;
  line-height:inherit !important;
  align-items:initial !important;
  justify-content:initial !important;
  white-space:nowrap;
}
@media (max-width: 900px){
  .about-editorial-outcomeitem{
    gap:18px;
    padding:22px 20px;
  }
  .about-editorial-outcomeitem h3{
    font-size:1.2rem;
  }
}
@media (max-width: 767px){
  .about-editorial-outcomeitem{
    gap:14px;
    padding:18px;
  }
  .about-editorial-outcomeitem__num{
    width:46px;
    min-width:46px;
    height:46px;
    font-size:1.25rem;
  }
  .about-editorial-outcomeitem h3{
    font-size:1.05rem;
  }
  .about-editorial-outcomeitem__line{
    white-space:normal;
  }
}

/* ===== mod's hair parent page (v77) ===== */
.mods-hair-hero{
  background:var(--color-cta);
  min-height:520px;
  display:flex;
  align-items:flex-end;
  padding:120px 0 48px;
  position:relative;
}
.mods-hair-hero__inner{
  position:relative;
  z-index:1;
  width:100%;
  padding-left:10%;
}
.mods-hair-hero__mini{
  margin:0 0 26px;
  font-family:var(--font-serif);
  font-size:1.05rem;
  line-height:1;
  font-weight:400;
  color:#fff;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.mods-hair-hero__copy{
  margin:0;
  font-family:var(--font-serif);
  font-size:clamp(3rem,5vw,5rem);
  line-height:1.12;
  font-weight:400;
  letter-spacing:-.03em;
  color:#fff;
  max-width:none;
}
.mods-hair-hero__copy span{
  display:block;
  white-space:nowrap;
}
.mods-hair-label{
  margin:0 0 18px;
  font-family:var(--font-serif);
  font-size:.95rem;
  line-height:1;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--color-cta);
}
.mods-hair-label--light{color:rgba(255,255,255,.9);}
.mods-hair-hero__title,
.mods-hair-title,
.mods-hair-cta__title{
  margin:0;
  font-family:var(--font-serif);
  font-weight:400;
  letter-spacing:-.02em;
  color:#111;
}
.mods-hair-hero__title{
  font-size:clamp(2.5rem,5vw,5.2rem);
  line-height:1.08;
  color:#fff;
  max-width:15ch;
}
.mods-hair-title span,
.mods-hair-cta__title span{display:block;}
.mods-hair-hero__lead{
  margin:26px 0 0;
  max-width:44rem;
  color:rgba(255,255,255,.86);
  font-size:1.04rem;
  line-height:1.95;
}
.mods-hair-hero__actions,
.mods-hair-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:32px;
}
.mods-hair-button{
  min-width:214px;
  min-height:56px;
  padding-inline:28px;
  font-size:.96rem;
}
.mods-hair-button--filled{background:#fff;color:var(--color-cta);border:1px solid transparent;}
.mods-hair-button--filled:hover{background:rgba(255,255,255,.94);color:var(--color-cta);}
.mods-hair-button--light{border-color:rgba(255,255,255,.78);color:#fff;background:transparent;}
.mods-hair-button--light:hover{background:rgba(255,255,255,.08);color:#fff;}
.mods-hair-button--lightfill{background:#fff;color:var(--color-cta);border-color:#fff;}
.mods-hair-button--lightfill:hover{background:rgba(255,255,255,.92);color:var(--color-cta);}
.mods-hair-button--bluegray{background:#00AFC1;color:#fff;border:1px solid #00AFC1;}
.mods-hair-button--bluegray:hover{background:#0a9cae;color:#fff;border-color:#0a9cae;opacity:1;}

.section--paper{background:#faf8f6;}
.mods-hair-brand,
.mods-hair-values,
.mods-hair-salon,
.mods-hair-instructors,
.mods-hair-connection,
.mods-hair-cta{padding:120px 0;}
.mods-hair-brand__grid,
.mods-hair-salon__grid,
.mods-hair-connection__grid{
  display:grid;
  grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr);
  gap:56px;
  align-items:center;
}
.mods-hair-brand__media,
.mods-hair-salon__media{
  overflow:hidden;
}
.mods-brand__image,
.mods-salon__image{
  display:block;
  width:100%;
  aspect-ratio:1.28/1;
  object-fit:cover;
}
.mods-hair-brand__body,
.mods-hair-salon__body,
.mods-hair-connection__body{
  display:grid;
  gap:22px;
}
.mods-hair-title{
  font-size:clamp(2rem,2.8vw,3.3rem);
  line-height:1.16;
  max-width:16ch;
}
.mods-hair-title--wide{max-width:none;}
.mods-hair-copy{display:grid;gap:18px;max-width:44rem;}
.mods-hair-copy p,
.mods-hair-heading__lead,
.mods-hair-connection__body p,
.mods-hair-cta__lead{
  margin:0;
  color:var(--color-muted);
  line-height:1.95;
}
.mods-hair-inlinecta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--color-cta);
  font-weight:700;
}
.mods-hair-inlinecta span{font-size:1rem;line-height:1;}
.mods-hair-heading{
  margin-bottom:48px;
}
.mods-hair-heading--center{text-align:center;}
.mods-hair-heading--center .mods-hair-title,
.mods-hair-heading--center .mods-hair-heading__lead{
  margin-left:auto;
  margin-right:auto;
}
.mods-hair-heading--center .mods-hair-title{max-width:14ch;}
.mods-hair-heading--split{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
}
.mods-hair-heading__lead{margin-top:20px;max-width:42rem;}
.mods-hair-heading__content--instructors{max-width:52rem;}
.mods-hair-copy--instructors{margin-top:20px;max-width:46rem;}
.mods-hair-instructors__note{
  margin:28px auto 0;
  max-width:56rem;
  color:var(--color-muted);
  line-height:1.95;
  text-align:center;
}
.mods-hair-values__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.mods-hair-valuecard{
  background:#fff;
  border:1px solid rgba(17,17,17,.08);
  padding:34px 30px 36px;
  display:grid;
  gap:14px;
  min-height:280px;
}
.mods-hair-valuecard__eyebrow{
  margin:0;
  font-family:var(--font-serif);
  font-size:.9rem;
  letter-spacing:.16em;
  color:var(--color-cta);
}
.mods-hair-valuecard h3,
.mods-instructor-card__meta h3{
  margin:0;
  font-family:var(--font-serif);
  font-size:1.7rem;
  line-height:1.25;
  font-weight:400;
  color:#111;
}
.mods-hair-valuecard p{margin:0;color:var(--color-muted);line-height:1.9;}

.mods-instructors{
  position:relative;
}
.mods-instructors__viewport{
  overflow-x:auto;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.mods-instructors__viewport::-webkit-scrollbar{display:none;}
.mods-instructors__track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(300px,33%);
  gap:24px;
  padding-bottom:4px;
}
.mods-instructor-card{
  background:#fff;
  border:1px solid rgba(17,17,17,.08);
  overflow:hidden;
}
.mods-instructor-card__photo img{
  width:100%;
  aspect-ratio:0.9/1.12;
  object-fit:cover;
  display:block;
}
.mods-instructor-card__meta{
  padding:22px 22px 24px;
  display:grid;
  gap:10px;
}
.mods-instructor-card__role{
  margin:0;
  font-size:.85rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--color-muted);
}
.mods-instructor-card__link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--color-cta);
  font-size:.92rem;
  font-weight:700;
}
.mods-instructor-card__link::after{content:"→";}
.mods-instructors__nav{
  position:absolute;
  top:calc(50% - 28px);
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border-radius:50%;
  border:1px solid rgba(17,17,17,.14);
  background:rgba(255,255,255,.92);
  color:#111;
  font-size:1.8rem;
  line-height:1;
  cursor:pointer;
  z-index:2;
}
.mods-instructors__nav--prev{left:-26px;}
.mods-instructors__nav--next{right:-26px;}
.mods-hair-connection__lead{max-width:24rem;}
.mods-hair-connection__body{max-width:42rem;}
.mods-hair-connection__grid--stack{
  grid-template-columns:1fr;
  gap:36px;
  justify-items:center;
  text-align:center;
}
.mods-hair-connection__grid--stack .mods-hair-connection__lead{
  max-width:none;
  display:grid;
  gap:18px;
  justify-items:center;
  text-align:center;
}
.mods-hair-connection__grid--stack .mods-hair-title{
  max-width:none;
  margin:0 auto;
}
.mods-hair-connection__grid--stack .mods-hair-title span{
  white-space:nowrap;
}
.mods-hair-connection__grid--stack .mods-hair-connection__body{
  max-width:58rem;
  justify-items:center;
  text-align:center;
}
.mods-hair-cta{
  background:var(--color-cta);
  text-align:center;
}
.mods-hair-cta__inner{
  max-width:980px;
}
.mods-hair-cta__title{
  font-size:clamp(2.25rem,3.8vw,4rem);
  line-height:1.12;
  color:#fff;
}
.mods-hair-cta__lead{
  margin:22px auto 0;
  max-width:48rem;
  color:rgba(255,255,255,.85);
}
.mods-hair-cta__actions{justify-content:center;}

@media (max-width:1200px){
  .mods-instructors__track{grid-auto-columns:minmax(300px,40%);}
}
@media (max-width:1024px){
  .mods-hair-brand__grid,
  .mods-hair-salon__grid,
  .mods-hair-connection__grid{
    grid-template-columns:1fr;
  }
  .mods-hair-heading--split{
    display:grid;
    gap:18px;
  }
  .mods-hair-values__grid{grid-template-columns:1fr;}
  .mods-instructors__track{grid-auto-columns:minmax(280px,56%);}
  .mods-instructors__nav{display:none;}
}
@media (max-width:768px){
  .mods-hair-hero{min-height:320px;padding:100px 0 28px;}
  .mods-hair-hero__inner{padding-left:0;}
  .mods-hair-brand,
  .mods-hair-values,
  .mods-hair-salon,
  .mods-hair-instructors,
  .mods-hair-connection,
  .mods-hair-cta{padding:84px 0;}
  .mods-hair-hero__mini{margin-bottom:16px;font-size:.9rem;letter-spacing:.14em;}
  .mods-hair-hero__copy{font-size:clamp(2.4rem,9.2vw,3.8rem);max-width:100%;}
  .mods-hair-hero__copy span{white-space:normal;}
  .mods-hair-cta__actions{display:grid;grid-template-columns:1fr;width:100%;}
  .mods-hair-button{width:100%;}
  .mods-hair-title{font-size:clamp(1.8rem,7.2vw,2.6rem);max-width:100%;}
  .mods-hair-connection__grid--stack .mods-hair-title span{white-space:normal;}
  .mods-hair-heading--center .mods-hair-title{max-width:100%;}
  .mods-hair-values__grid{gap:22px;}
  .mods-instructors__track{grid-auto-columns:minmax(260px,82%);}
}


/* ===== primary menu dropdown ===== */
.primary-menu > .menu-item{position:relative;}
.primary-menu > .menu-item > a{display:inline-flex;align-items:center;gap:8px;}
.primary-menu > .menu-item-has-children > a::after{
  content:"";
  width:7px;
  height:7px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  transform-origin:center;
}
.primary-menu .sub-menu{
  list-style:none;
  margin:0;
  padding:12px 0;
  position:absolute;
  top:calc(100% + 16px);
  left:0;
  min-width:240px;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(17,17,17,.10);
  box-shadow:0 18px 36px rgba(17,17,17,.08);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity var(--ease),visibility var(--ease),transform var(--ease);
  z-index:30;
}
.primary-menu .sub-menu li{margin:0;}
.primary-menu .sub-menu a{
  display:block;
  padding:12px 20px;
  font-size:.82rem;
  letter-spacing:.06em;
  text-transform:none;
  white-space:nowrap;
}
.primary-menu > .menu-item-has-children:hover > .sub-menu,
.primary-menu > .menu-item-has-children:focus-within > .sub-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a{
  color:var(--color-cta);
}
@media (max-width:1100px){
  .primary-menu > .menu-item-has-children > a::after{display:none;}
  .primary-menu .sub-menu{
    position:static;
    opacity:1;
    visibility:visible;
    transform:none;
    min-width:0;
    padding:10px 0 0 16px;
    border:0;
    box-shadow:none;
    background:transparent;
  }
  .primary-menu .sub-menu a{
    padding:6px 0;
    font-size:.88rem;
    color:var(--color-muted);
  }
}

/* ===== mod's hair child page: salon ===== */
.mods-salon-hero .mods-hair-hero__inner{padding-left:10%;}
.mods-salon-hero__copy{max-width:none;}
.mods-salon-hero__copy span{display:block;white-space:nowrap;}
.mods-salon-heading .mods-hair-title{max-width:none;}
.mods-salon-section-image{
  margin:0 0 36px;
  overflow:hidden;
  background:#fff;
}
.mods-salon-section-image img{
  width:100%;
  display:block;
  object-fit:cover;
}
.mods-salon-section-image--wide img{
  aspect-ratio:16/7;
}
.mods-salon-section-image--portrait img{
  aspect-ratio:4/5;
}
.mods-salon-featurecard{min-height:320px;}
.mods-salon-features__grid{margin-top:0;}
.mods-salon-education__inner{
  max-width:920px;
  margin:0 auto;
  text-align:center;
}
.mods-salon-education__inner .mods-hair-title,
.mods-salon-education__inner .mods-hair-copy,
.mods-salon-education__inner .mods-hair-label{margin-left:auto;margin-right:auto;}
.mods-salon-education__emphasis{
  margin:24px 0 0;
  font-family:var(--font-serif);
  font-size:clamp(2rem,4vw,3.4rem);
  line-height:1.15;
  color:#111;
}
.mods-salon-education__copy{margin-top:28px;text-align:center;}
.mods-salon-initiative__heading{
  max-width:760px;
}
.mods-salon-initiative__intro{
  max-width:760px;
  margin-top:24px;
}
.mods-salon-initiative__content{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(300px,.82fr);
  gap:28px;
  align-items:stretch;
  margin-top:36px;
}
.mods-salon-initiative__image{
  margin-bottom:0;
  height:100%;
}
.mods-salon-initiative__image img{
  height:100%;
  aspect-ratio:16/10;
}
.mods-salon-initiative__points,
.mods-salon-benefits__grid{
  display:grid;
  gap:16px;
}
.mods-salon-initiative__closing{
  max-width:760px;
  margin-top:24px;
}
.mods-salon-pointcard,
.mods-salon-benefititem{
  background:#fff;
  border:1px solid rgba(17,17,17,.08);
}
.mods-salon-pointcard{
  position:relative;
  display:grid;
  align-content:start;
  gap:14px;
  min-height:192px;
  padding:34px 38px 32px;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.mods-salon-pointcard::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:1px;
  height:100%;
  background:rgba(216,30,53,.18);
}
.mods-salon-pointcard:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(17,17,17,.05);
  border-color:rgba(17,17,17,.12);
}
.mods-salon-pointcard__top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
.mods-salon-pointcard__number{
  margin:0;
  font-family:var(--font-serif);
  font-size:.92rem;
  letter-spacing:.16em;
  color:rgba(17,17,17,.34);
}
.mods-salon-pointcard__icon{
  flex:0 0 auto;
  width:24px;
  height:24px;
  color:rgba(17,17,17,.48);
}
.mods-salon-pointcard__icon svg{
  width:100%;
  height:100%;
  display:block;
}
.mods-salon-pointcard h3{
  margin:0;
  font-size:1.18rem;
  line-height:1.45;
  font-weight:700;
  color:#111;
}
.mods-salon-pointcard p{
  margin:0;
  color:var(--color-muted);
  font-size:.95rem;
  line-height:1.9;
  font-weight:400;
}
.mods-salon-benefititem{
  padding:24px 26px;
}
.mods-salon-benefititem{
  margin:0;
  color:#111;
  font-weight:700;
  line-height:1.8;
}
.mods-salon-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:0 0 32px;
}
.mods-salon-gallery__item{
  margin:0;
  overflow:hidden;
  background:#fff;
}
.mods-salon-gallery__item img{
  width:100%;
  display:block;
  aspect-ratio:1.18/1;
  object-fit:cover;
}
.mods-salon-benefits__grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.mods-salon-benefititem{
  position:relative;
  padding-left:54px;
  color:var(--color-sub);
}
.mods-salon-benefititem::before{
  content:"";
  position:absolute;
  left:26px;
  top:50%;
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--color-accent);
  transform:translateY(-50%);
}
.mods-salon-message__grid{
  display:grid;
  grid-template-columns:minmax(300px,.92fr) minmax(0,1.08fr);
  gap:56px;
  align-items:center;
}
.mods-salon-message__image{
  width:100%;
  aspect-ratio:1.06/1;
  object-fit:cover;
}
@media (max-width:1024px){
  .mods-salon-initiative__content,
  .mods-salon-message__grid,
  .mods-salon-benefits__grid,
  .mods-salon-gallery{
    grid-template-columns:1fr;
  }
  .mods-salon-section-image--wide img{
    aspect-ratio:16/9;
  }
  .mods-salon-section-image--portrait img,
  .mods-salon-gallery__item img{
    aspect-ratio:16/10;
  }
}
@media (max-width:768px){
  .mods-salon-hero .mods-hair-hero__inner{padding-left:0;}
  .mods-salon-hero__copy{font-size:clamp(1.3rem,5.4vw,2rem);line-height:1.35;}
  .mods-salon-hero__copy span{white-space:nowrap;}
  .mods-salon-featurecard{min-height:0;}
  .mods-salon-education__emphasis{font-size:clamp(1.8rem,7vw,2.6rem);}
  .mods-salon-pointcard{min-height:0;padding:28px 24px 26px;gap:12px;}
  .mods-salon-pointcard h3{font-size:1.05rem;line-height:1.5;}
  .mods-salon-pointcard p{font-size:.92rem;line-height:1.8;}
  .mods-salon-benefititem{padding:20px 22px 20px 48px;}
  .mods-salon-benefititem::before{left:20px;}
}
@media (max-width:420px){
  .mods-salon-hero__copy{font-size:1.24rem;}
}


/* ===== mod's hair child page: instructors ===== */
.mods-instructors-page-hero{
  background:var(--color-cta);
  min-height:360px;
}
.mods-instructors-page-hero__copy{
  max-width:none;
}
.mods-instructors-page-hero__copy span{
  display:block;
  white-space:nowrap;
}
.mods-instructors-page-heading .mods-hair-title{max-width:none;}
.mods-instructors-page-features__grid{margin-top:0;}
.mods-instructors-page-featurecard{
  min-height:300px;
}
.mods-instructors-page-list__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
}
.mods-instructor-card--grid{
  display:grid;
  grid-template-rows:auto 1fr;
  height:100%;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.mods-instructor-card--grid:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(17,17,17,.06);
  border-color:rgba(17,17,17,.12);
}
.mods-instructor-card__photo--grid img{
  aspect-ratio:0.96/1.08;
}
.mods-instructor-card__meta--grid{
  padding:24px 24px 26px;
  gap:12px;
}
.mods-instructors-page-list__career{
  margin:0;
  font-size:.95rem;
  line-height:1.6;
  color:rgba(17,17,17,.58);
}
.mods-instructors-page-list__message{
  margin:0;
  color:var(--color-muted);
  font-size:.95rem;
  line-height:1.9;
}
.mods-instructors-page-message__grid{
  align-items:center;
}
.mods-instructors-page-message__image{
  aspect-ratio:1/1.04;
}
@media (max-width:1100px){
  .mods-instructors-page-list__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:768px){
  .mods-instructors-page-hero{min-height:280px;}
  .mods-instructors-page-hero__copy{font-size:clamp(2rem,8vw,3rem);}
  .mods-instructors-page-list__grid{grid-template-columns:1fr;gap:22px;}
  .mods-instructors-page-featurecard{min-height:0;}
  .mods-instructor-card__meta--grid{padding:22px 20px 22px;}
}


.about-school-hero{
  background:var(--color-cta);
  min-height:520px;
}
.about-school-hero .mods-hair-hero__mini,
.about-school-hero .mods-hair-hero__copy{
  color:#fff;
}
.about-school-hero .mods-hair-hero__copy span{
  white-space:nowrap;
}
.about-editorial-intro--afterhero{
  padding-top:72px;
}
.about-editorial-intro__bodycol--full{
  max-width:46rem;
  padding-top:0;
}
@media (max-width: 1024px){
  .about-school-hero{
    min-height:420px;
  }
}
@media (max-width: 767px){
  .about-school-hero{
    min-height:300px;
  }
  .about-school-hero .mods-hair-hero__copy span{
    white-space:normal;
  }
  .about-editorial-intro--afterhero{
    padding-top:48px;
  }
}

/* ===== about child page: overview ===== */
.overview-school-hero{min-height:440px;}
.overview-school-intro{padding:96px 0 44px;}
.overview-school-intro__grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:56px;
  align-items:start;
}
.overview-school-intro__lead .mods-hair-title{max-width:none;}
.overview-school-intro__copy{max-width:none;}
.overview-school-basics,
.overview-school-features,
.overview-school-system,
.overview-school-targets,
.overview-school-cta{padding:108px 0;}
.overview-school-basics__grid,
.overview-school-system__grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}
.overview-school-basiccard,
.overview-school-systemcard,
.overview-school-target{
  background:#fff;
  border:1px solid rgba(17,17,17,.08);
}
.overview-school-basiccard{
  padding:28px 28px 30px;
  min-height:156px;
  display:grid;
  align-content:start;
  gap:12px;
}
.overview-school-basiccard__label{
  margin:0;
  font-size:.88rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(17,17,17,.52);
}
.overview-school-basiccard__text{
  margin:0;
  font-family:var(--font-serif);
  font-size:1.3rem;
  line-height:1.55;
  color:#111;
}
.overview-school-philosophy__title{max-width:none;}
.overview-school-featurecard{min-height:250px;}
.overview-school-system__grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.overview-school-systemcard{
  padding:30px 30px 32px;
  min-height:220px;
  display:grid;
  align-content:start;
  gap:14px;
}
.overview-school-systemcard h3{
  margin:0;
  font-size:1.2rem;
  line-height:1.55;
  font-weight:700;
  color:#111;
}
.overview-school-systemcard p{
  margin:0;
  color:var(--color-muted);
  line-height:1.9;
}
.overview-school-targets__grid{
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:40px;
  align-items:start;
}
.overview-school-targets__list{
  display:grid;
  gap:14px;
}
.overview-school-target{
  position:relative;
  padding:22px 24px 22px 54px;
  font-weight:700;
  line-height:1.8;
  color:#111;
}
.overview-school-target::before{
  content:"";
  position:absolute;
  left:24px;
  top:50%;
  width:11px;
  height:11px;
  border-radius:50%;
  background:var(--color-accent);
  transform:translateY(-50%);
}
.overview-school-cta .mods-hair-cta__lead{max-width:52rem;}

@media (max-width:1024px){
  .overview-school-intro__grid,
  .overview-school-targets__grid,
  .overview-school-basics__grid,
  .overview-school-system__grid{
    grid-template-columns:1fr;
  }
}
@media (max-width:768px){
  .overview-school-hero{min-height:300px;}
  .overview-school-intro{padding:72px 0 28px;}
  .overview-school-basics,
  .overview-school-features,
  .overview-school-system,
  .overview-school-targets,
  .overview-school-cta{padding:84px 0;}
  .overview-school-basiccard,
  .overview-school-systemcard{padding:24px 22px 26px;min-height:0;}
  .overview-school-target{padding:18px 20px 18px 46px;}
  .overview-school-target::before{left:18px;}
}
