@charset "UTF-8";

:root {
  --navy: #081a2b;
  --navy-2: #0f2d47;
  --blue: #235a7a;
  --gold: #d3a952;
  --gold-light: #f3dfaa;
  --ivory: #f8f4eb;
  --white: #ffffff;
  --ink: #18202a;
  --muted: #66717d;
  --line: #d9dde1;
  --shadow: 0 18px 60px rgba(5, 21, 35, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.9;
  letter-spacing: .035em;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
p { margin: 0 0 1.3em; }
h1, h2, h3, h4 { margin: 0; line-height: 1.35; letter-spacing: .015em; }
ul { margin: 0; padding: 0; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 940px; }
.section { padding: 110px 0; }
.section-label {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.section-heading { max-width: 860px; margin: 0 auto 56px; text-align: center; }
.section-heading h2, .narrow > h2, .investment-grid h2, .founder-content h2 {
  margin-bottom: 24px;
  color: var(--navy);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 700;
}
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.section-heading.light h2, .section-heading.light > p:last-child { color: var(--white); }
.small-note { color: var(--muted); font-size: .78rem; line-height: 1.7; }

.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; padding: 10px 18px; background: #fff; }
.skip-link:focus { top: 12px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  padding: 24px 0;
  color: var(--white);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%; color: var(--gold-light); font-family: Georgia, serif; font-size: 1.6rem;
}
.brand-text { display: flex; flex-direction: column; }
.brand-text strong { font-size: 1rem; letter-spacing: .08em; }
.brand-text strong span { margin: 0 .35em; color: var(--gold); }
.brand-text small { opacity: .65; font-size: .58rem; letter-spacing: .18em; }
.header-cta {
  padding: 11px 18px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px;
  color: #fff; font-size: .82rem; font-weight: 700; text-decoration: none;
}
.header-cta:hover { background: #fff; color: var(--navy); }

.hero {
  position: relative;
  min-height: 860px;
  padding: 180px 0 110px;
  color: var(--white);
  background:
    linear-gradient(110deg, rgba(4,18,31,.98), rgba(8,34,55,.93)),
    radial-gradient(circle at 70% 30%, #174e6e, transparent 55%);
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .12;
  background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 56px 56px;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(8px); opacity: .18; }
.hero-glow-1 { width: 500px; height: 500px; right: -120px; top: 80px; background: #d7b05b; }
.hero-glow-2 { width: 360px; height: 360px; left: 35%; bottom: -190px; background: #2d85a6; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.eyebrow {
  display: inline-block; margin-bottom: 26px; padding: 7px 15px; border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px; color: var(--gold-light); font-size: .8rem; font-weight: 700; letter-spacing: .13em;
}
.hero h1 { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(2.65rem, 5.3vw, 5rem); }
.hero h1 span { color: var(--gold-light); }
.hero-lead { max-width: 720px; margin: 30px 0; color: rgba(255,255,255,.84); font-size: 1.06rem; }
.hero-lead strong { color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 26px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 28px;
  border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s, box-shadow .2s, background .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #102132; background: linear-gradient(135deg, #f4dda3, #cda34b); box-shadow: 0 12px 36px rgba(211,169,82,.28); }
.btn-secondary { border: 1px solid rgba(255,255,255,.34); color: #fff; background: rgba(255,255,255,.06); }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 22px; list-style: none; color: rgba(255,255,255,.75); font-size: .8rem; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--gold-light); font-weight: 800; }
.hero-visual { position: relative; min-height: 570px; }
.hero-center-seal {
  position: absolute; left: 50%; top: 50%; z-index: 3; display: grid; place-items: center; width: 215px; height: 215px;
  transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; text-align: center;
  background: radial-gradient(circle, rgba(19,62,88,.96), rgba(4,20,33,.94)); box-shadow: 0 0 0 22px rgba(255,255,255,.025), 0 0 0 44px rgba(255,255,255,.018);
}
.hero-center-seal span { color: var(--gold-light); font-size: .8rem; letter-spacing: .16em; }
.hero-center-seal strong { font-family: "Yu Mincho", serif; font-size: 1.55rem; line-height: 1.45; }
.orbital-card {
  position: absolute; width: 210px; padding: 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 20px;
  background: rgba(255,255,255,.075); backdrop-filter: blur(8px); box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.orbital-card strong, .orbital-card span { display: block; }
.orbital-card strong { margin: 8px 0 4px; }
.orbital-card span { color: rgba(255,255,255,.65); font-size: .75rem; line-height: 1.65; }
.card-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--navy); background: var(--gold-light); font-weight: 900; }
.card-main { left: 0; top: 35px; }
.card-money { right: 0; top: 120px; }
.card-future { left: 55px; bottom: 20px; }

.trust-strip { position: relative; z-index: 5; margin-top: -45px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.trust-grid div { padding: 26px 24px; border-right: 1px solid #e7eaed; }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--navy); font-size: 1rem; }
.trust-grid span { color: var(--muted); font-size: .74rem; }

.problem-section { background: linear-gradient(#fff, #faf8f2); }
.problem-section .narrow > h2 { text-align: center; }
.problem-section .section-label { text-align: center; }
.problem-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin: 48px 0; }
.problem-grid article { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.problem-grid article > span { position: absolute; right: 22px; top: 14px; color: #e6e2d8; font: 700 2.7rem Georgia, serif; }
.problem-grid h3 { margin-bottom: 8px; color: var(--navy); }
.problem-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.insight-box { padding: 35px; border-left: 5px solid var(--gold); background: var(--navy); color: #fff; }
.insight-box p { margin-bottom: 5px; color: rgba(255,255,255,.66); }
.insight-box strong { font-family: "Yu Mincho", serif; font-size: 1.35rem; }

.concept-section { background: var(--ivory); }
.concept-grid { display: grid; grid-template-columns: 1fr 72px 1fr; align-items: center; }
.concept-card { min-height: 500px; padding: 48px; border-radius: var(--radius); box-shadow: var(--shadow); }
.concept-brain { background: #fff; }
.concept-money { color: #fff; background: linear-gradient(145deg, var(--navy), #174865); }
.concept-badge { display: inline-block; margin-bottom: 22px; padding: 6px 13px; border-radius: 999px; color: var(--navy); background: var(--gold-light); font-weight: 800; font-size: .8rem; }
.concept-card h3 { margin-bottom: 16px; font: 700 clamp(2rem, 3vw, 2.8rem) "Yu Mincho", serif; }
.concept-tagline { min-height: 85px; color: var(--muted); }
.concept-money .concept-tagline { color: rgba(255,255,255,.72); }
.concept-card ul { display: grid; gap: 13px; list-style: none; }
.concept-card li { position: relative; padding-left: 24px; }
.concept-card li::before { content: "◆"; position: absolute; left: 0; color: var(--gold); font-size: .65rem; top: .45em; }
.concept-plus { position: relative; z-index: 2; display: grid; place-items: center; width: 72px; height: 72px; margin: auto; border-radius: 50%; color: #fff; background: var(--gold); font-size: 2rem; font-weight: 300; box-shadow: 0 10px 30px rgba(211,169,82,.3); }

.story-section { background: #fff; }
.story-grid { display: grid; grid-template-columns: 180px 1fr; gap: 60px; max-width: 980px; }
.story-number { color: #ece7dd; font: 700 10rem/1 Georgia, serif; }
.story-grid h2 { margin-bottom: 30px; color: var(--navy); font: 700 clamp(2rem,4vw,3.2rem)/1.4 "Yu Mincho",serif; }
.story-grid blockquote { margin: 38px 0 0; padding: 28px 34px; border-left: 4px solid var(--gold); color: var(--navy); background: var(--ivory); font: 700 1.25rem/1.8 "Yu Mincho",serif; }

.curriculum-section { color: #fff; background: linear-gradient(145deg, #071827, #0e2c43 55%, #123b55); }
.curriculum-block { margin-top: 54px; }
.curriculum-title { display: flex; align-items: baseline; gap: 18px; margin-bottom: 24px; }
.curriculum-title span { padding: 5px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .76rem; }
.curriculum-title h3 { font: 700 2rem "Yu Mincho",serif; }
.course-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.course-grid article { min-height: 240px; padding: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.055); }
.course-grid b { color: var(--gold); font: 700 .78rem Georgia, serif; letter-spacing: .18em; }
.course-grid h4 { margin: 13px 0 10px; font-size: 1.08rem; }
.course-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: .86rem; }
.money-axis { margin-top: 90px; }
.axis-intro { max-width: 650px; margin-bottom: 32px; }
.axis-intro h3 { font: 700 clamp(2rem,4vw,3rem) "Yu Mincho",serif; }
.axis-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.axis-grid article { padding: 38px; border-top: 4px solid var(--gold); background: #fff; color: var(--ink); }
.axis-no { color: var(--gold); font: 700 .8rem Georgia, serif; letter-spacing: .16em; }
.axis-grid h4 { margin: 10px 0 3px; color: var(--navy); font: 700 2.7rem "Yu Mincho",serif; }
.axis-copy { color: var(--muted); font-weight: 700; }
.axis-grid ul { display: grid; gap: 7px; list-style: none; font-size: .85rem; }
.axis-grid li::before { content: "—"; margin-right: 8px; color: var(--gold); }
.notice-box { display: grid; grid-template-columns: 220px 1fr; gap: 30px; margin-top: 34px; padding: 28px 34px; border: 1px solid rgba(255,255,255,.16); }
.notice-box strong { color: var(--gold-light); }
.notice-box p { margin: 0; color: rgba(255,255,255,.7); font-size: .9rem; }

.outcome-section { background: var(--ivory); }
.outcome-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.outcome-grid article { padding: 34px; border-radius: 18px; background: #fff; box-shadow: 0 10px 35px rgba(9,30,47,.06); }
.outcome-grid span { color: var(--gold); font: 700 .8rem Georgia,serif; }
.outcome-grid h3 { margin: 10px 0; color: var(--navy); }
.outcome-grid p { margin: 0; color: var(--muted); font-size: .87rem; }

.founder-section { background: #fff; }
.founder-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; }
.founder-portrait { position: relative; min-height: 590px; overflow: hidden; border-radius: var(--radius); background: linear-gradient(160deg,#173f58,#071b2d); box-shadow: var(--shadow); }
.founder-portrait::before { content:""; position:absolute; width:460px; height:460px; left:50%; top:50%; transform:translate(-50%,-50%); border:1px solid rgba(255,255,255,.14); border-radius:50%; box-shadow:0 0 0 50px rgba(255,255,255,.035),0 0 0 100px rgba(255,255,255,.02); }
.portrait-initial { position:absolute; left:50%; top:47%; transform:translate(-50%,-50%); color:var(--gold-light); font:700 11rem "Yu Mincho",serif; opacity:.92; }
.portrait-caption { position:absolute; left:34px; bottom:32px; color:#fff; }
.portrait-caption span,.portrait-caption strong { display:block; }
.portrait-caption span { color:var(--gold-light); font-size:.75rem; letter-spacing:.18em; }
.portrait-caption strong { font:700 2rem "Yu Mincho",serif; }
.founder-facts { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 26px; }
.founder-facts span { padding:6px 11px; border:1px solid var(--line); border-radius:999px; color:var(--muted); font-size:.73rem; }
.founder-message { margin:30px 0 18px; padding:28px 30px; border-left:4px solid var(--gold); background:var(--ivory); }
.founder-message p { margin:0; }

.voice-section { background:#f7f8f9; }
.voice-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.voice-grid article { position:relative; padding:38px; border-radius:20px; background:#fff; box-shadow:0 10px 30px rgba(5,25,40,.05); }
.voice-grid article::before { content:"“"; position:absolute; right:25px; top:2px; color:#eee8dc; font:700 5.5rem Georgia,serif; }
.voice-meta { display:flex; align-items:baseline; gap:10px; margin-bottom:18px; }
.voice-meta strong { color:var(--navy); }
.voice-meta span { color:var(--muted); font-size:.76rem; }
.voice-grid p { position:relative; margin:0; font-size:.91rem; }

.investment-section { color:#fff; background:var(--navy); }
.investment-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:80px; }
.investment-grid h2 { color:#fff; }
.investment-copy { color:rgba(255,255,255,.75); }
.return-box { display:grid; grid-template-columns:1fr auto; align-items:end; gap:6px 20px; margin:35px 0; padding:28px 32px; border:1px solid rgba(255,255,255,.15); background:rgba(255,255,255,.05); }
.return-box span { color:var(--gold-light); font-weight:700; }
.return-box strong { grid-row:span 2; color:#fff; font-size:2.2rem; }
.return-box small { color:rgba(255,255,255,.45); }
.investment-section .small-note { color:rgba(255,255,255,.48); }

.pricing-section { background:linear-gradient(140deg,#123b53,#071827); }
.pricing-wrap { display:grid; grid-template-columns:1fr 1fr; gap:22px; max-width:980px; margin:0 auto; }
.price-card { padding:42px; border-radius:22px; background:#fff; box-shadow:0 18px 60px rgba(0,0,0,.16); }
.family-price { border:1px solid rgba(243,223,170,.55); background:#f9f1dc; }
.price-label { display:inline-block; margin-bottom:24px; color:var(--blue); font-size:.78rem; font-weight:800; letter-spacing:.12em; }
.price-row { display:flex; align-items:baseline; justify-content:space-between; gap:20px; padding:18px 0; border-top:1px solid #e4e6e8; }
.price-row span { color:var(--muted); }
.price-row strong { color:var(--navy); font-size:2.15rem; }
.price-row small { margin-left:4px; font-size:.75rem; }
.family-price p { margin:18px 0 0; color:var(--muted); font-size:.83rem; }
.pricing-note { max-width:980px; margin:22px auto 0; color:rgba(255,255,255,.58); text-align:center; font-size:.8rem; }

.fit-section { background:var(--ivory); }
.fit-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; max-width:980px; margin:0 auto; }
.fit-grid ul { display:grid; gap:13px; padding:34px; border-radius:20px; background:#fff; list-style:none; }
.fit-grid li { position:relative; padding-left:30px; }
.fit-grid li::before { content:"✓"; position:absolute; left:0; top:0; color:var(--gold); font-weight:900; }

.flow-section { background:#fff; }
.flow-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.flow-grid article { padding:34px; border-top:3px solid var(--gold); background:#f8f9fa; }
.flow-grid span { color:var(--gold); font-size:.75rem; font-weight:900; letter-spacing:.15em; }
.flow-grid h3 { margin:12px 0; color:var(--navy); font-size:1.08rem; }
.flow-grid p { margin:0; color:var(--muted); font-size:.84rem; }

.final-cta { position:relative; padding:130px 0; color:#fff; text-align:center; background:linear-gradient(rgba(5,24,39,.9),rgba(5,24,39,.96)),radial-gradient(circle at center,#2a6888,#061624); overflow:hidden; }
.final-cta::before { content:""; position:absolute; width:700px; height:700px; left:50%; top:50%; transform:translate(-50%,-50%); border:1px solid rgba(255,255,255,.08); border-radius:50%; box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.015); }
.final-cta-inner { position:relative; z-index:2; }
.final-cta h2 { max-width:900px; margin:0 auto 26px; font:700 clamp(2.3rem,5vw,4.5rem)/1.35 "Yu Mincho",serif; }
.final-cta h2 span { color:var(--gold-light); }
.final-cta p { color:rgba(255,255,255,.75); }
.btn-large { min-height:72px; margin:20px 0 14px; padding:0 42px; font-size:1.05rem; }
.final-cta small { display:block; color:rgba(255,255,255,.42); }

.disclaimer-section { padding:72px 0; background:#f3f4f5; }
.disclaimer-section h2 { margin-bottom:18px; color:var(--navy); font-size:1.25rem; }
.disclaimer-section ul { padding-left:1.4em; color:var(--muted); font-size:.76rem; }
.disclaimer-section li + li { margin-top:8px; }

.site-footer { padding:48px 0; color:rgba(255,255,255,.68); background:#04111d; }
.footer-inner { display:grid; grid-template-columns:1fr auto; gap:24px; align-items:start; }
.footer-inner strong { color:#fff; }
.footer-inner p { margin:4px 0 0; font-size:.77rem; }
.footer-inner nav { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:10px 18px; }
.footer-inner nav a { font-size:.74rem; text-decoration:none; }
.footer-inner > small { grid-column:1/-1; padding-top:22px; border-top:1px solid rgba(255,255,255,.08); font-size:.68rem; }
.floating-cta { position:fixed; right:18px; bottom:18px; z-index:50; display:grid; place-items:center; width:118px; height:118px; border-radius:50%; color:var(--navy); background:linear-gradient(135deg,#f6e7bd,#cda34b); box-shadow:0 14px 36px rgba(0,0,0,.25); text-align:center; text-decoration:none; font-size:.73rem; line-height:1.45; }
.floating-cta strong { font-size:.88rem; }

@media (max-width: 980px) {
  .hero { min-height:auto; }
  .hero-grid, .founder-grid, .investment-grid { grid-template-columns:1fr; }
  .hero-visual { max-width:600px; width:100%; margin:10px auto 0; }
  .trust-grid { grid-template-columns:repeat(2,1fr); }
  .trust-grid div:nth-child(2) { border-right:0; }
  .trust-grid div:nth-child(-n+2) { border-bottom:1px solid #e7eaed; }
  .concept-grid { grid-template-columns:1fr; gap:18px; }
  .concept-plus { margin:-10px auto; }
  .course-grid, .outcome-grid { grid-template-columns:repeat(2,1fr); }
  .axis-grid { grid-template-columns:1fr; }
  .story-grid { grid-template-columns:1fr; gap:10px; }
  .story-number { font-size:6rem; }
  .founder-portrait { min-height:520px; }
  .investment-grid { gap:35px; }
}

@media (max-width: 720px) {
  body { line-height:1.8; }
  .container { width:min(calc(100% - 28px), var(--container)); }
  .section { padding:80px 0; }
  .site-header { padding:16px 0; }
  .header-cta { display:none; }
  .brand-text strong { font-size:.82rem; }
  .brand-text small { display:none; }
  .hero { padding:130px 0 80px; }
  .hero h1 { font-size:2.4rem; }
  .hero-lead { font-size:.94rem; }
  .btn { width:100%; padding:0 20px; }
  .hero-visual { min-height:520px; transform:scale(.92); transform-origin:center top; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-grid div { border-right:0; border-bottom:1px solid #e7eaed; }
  .trust-grid div:last-child { border-bottom:0; }
  .problem-grid, .course-grid, .outcome-grid, .voice-grid, .pricing-wrap, .fit-grid, .flow-grid { grid-template-columns:1fr; }
  .concept-card { min-height:auto; padding:34px 26px; }
  .concept-tagline { min-height:auto; }
  .story-number { font-size:4.5rem; }
  .course-grid article { min-height:auto; }
  .notice-box { grid-template-columns:1fr; gap:8px; }
  .axis-grid article, .price-card { padding:30px 25px; }
  .founder-portrait { min-height:430px; }
  .portrait-initial { font-size:8rem; }
  .return-box { grid-template-columns:1fr; }
  .return-box strong { grid-row:auto; font-size:2rem; }
  .price-row strong { font-size:1.65rem; }
  .footer-inner { grid-template-columns:1fr; }
  .footer-inner nav { justify-content:flex-start; }
  .floating-cta { width:auto; height:auto; right:12px; bottom:12px; padding:11px 16px; border-radius:999px; }
  .floating-cta br { display:none; }
  .floating-cta strong { margin-left:5px; }
}

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


/* === Brand integration section (2026 unified Fukuzawa Seminar) === */
.unification-section {
  background:
    radial-gradient(circle at 85% 15%, rgba(211,169,82,.15), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f8f4eb 100%);
}
.unification-section .section-heading p strong { color: var(--navy); }
.unification-visual {
  max-width: 1180px;
  margin: 0 auto 34px;
  overflow: hidden;
  border: 1px solid rgba(8,26,43,.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow);
}
.unification-visual img {
  display: block;
  width: 100%;
}
.unification-copy {
  display: grid;
  grid-template-columns: 1fr 64px 1fr 76px 1.15fr;
  align-items: stretch;
  gap: 14px;
  margin-top: 36px;
}
.legacy-box,
.current-brand-box {
  position: relative;
  min-height: 210px;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(5,21,35,.07);
}
.legacy-brain { border-top: 4px solid #2d67b0; }
.legacy-money { border-top: 4px solid #4b8a42; }
.legacy-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--navy);
  font-size: .72rem;
  font-weight: 800;
}
.legacy-box strong,
.current-brand-box strong {
  display: block;
  margin-bottom: 12px;
  color: var(--navy);
  font: 700 1.35rem/1.5 "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.legacy-box p,
.current-brand-box p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}
.integration-arrow {
  display: grid;
  place-items: center;
  color: var(--gold);
  font-size: 2.2rem;
  font-weight: 800;
}
.integration-equals { color: var(--navy); }
.current-brand-box {
  color: #fff;
  background: linear-gradient(145deg, var(--navy), #174865);
  border: 1px solid rgba(255,255,255,.12);
}
.current-brand-box > span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--gold-light);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
}
.current-brand-box strong { color: #fff; font-size: 1.6rem; }
.current-brand-box p { color: rgba(255,255,255,.75); }
.unification-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.dark-outline {
  color: var(--navy);
  border-color: rgba(8,26,43,.28);
  background: #fff;
}
.concept-unified-note {
  max-width: 900px;
  margin: 34px auto 0;
  padding: 22px 26px;
  border-left: 4px solid var(--gold);
  background: rgba(255,255,255,.72);
  color: var(--muted);
}
.concept-unified-note strong { color: var(--navy); }

@media (max-width: 900px) {
  .unification-copy {
    grid-template-columns: 1fr;
  }
  .integration-arrow {
    min-height: 38px;
  }
}
