:root {
  --navy-950: #102f43;
  --navy-900: #153b53;
  --navy-800: #1e526b;
  --blue-700: #197f98;
  --blue-600: #2fa8b8;
  --blue-400: #8fd3e8;
  --blue-200: #c9eaf3;
  --blue-100: #e4f4fa;
  --blue-50: #f3fafc;
  --coral: #f2907e;
  --yellow: #f2c94c;
  --ink: #183449;
  --text: #405a6b;
  --muted: #6d8290;
  --line: #d8e8ee;
  --white: #fff;
  --paper: #fbfdfd;
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --shadow: 0 24px 70px rgba(20, 73, 96, .12);
  --inner: min(1180px, calc(100% - 48px));
  --font-jp: "Noto Sans JP", system-ui, sans-serif;
  --font-en: "DM Sans", var(--font-jp);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-jp);
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--navy-950); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.section-inner { width: var(--inner); margin-inline: auto; }
.section { padding: 132px 0; }
.section-kicker { margin: 0 0 20px; color: var(--blue-700); font: 600 13px/1.2 var(--font-en); letter-spacing: .09em; }
.section-kicker-light { color: var(--blue-400); }
.section-heading h2,
.section-head-row h2,
.principles-heading h2,
.contact-panel h2 { margin: 0; font-size: clamp(34px, 4.4vw, 64px); line-height: 1.28; letter-spacing: -.035em; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { border-color: rgba(21,59,83,.09); background: rgba(251,253,253,.9); box-shadow: 0 8px 30px rgba(21,59,83,.05); backdrop-filter: blur(18px); }
.header-inner { width: var(--inner); min-height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--navy-900); box-shadow: 0 8px 18px rgba(21,59,83,.15); }
.brand-mark svg { width: 100%; height: 100%; }
.brand-mark path { fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; }
.brand-copy { display: grid; gap: 0; }
.brand-copy strong { font: 700 22px/1.1 var(--font-en); letter-spacing: -.025em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .09em; }
.global-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.global-nav a { position: relative; font-size: 13px; font-weight: 600; letter-spacing: .025em; }
.global-nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--blue-600); transition: right .25s ease; }
.global-nav a:hover::after { right: 0; }
.global-nav .nav-contact { padding: 12px 19px; border-radius: 999px; color: #fff; background: var(--navy-900); }
.header-contact { padding: 12px 19px; border-radius: 999px; color: #fff; background: var(--navy-900); font-size: 12px; font-weight: 700; }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: var(--blue-100); }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--navy-900); transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 900px; padding: 176px 0 0; overflow: hidden; background: linear-gradient(160deg, #fbfdfd 15%, #f0f9fc 70%, #e7f6fa 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .23; pointer-events: none; background-image: linear-gradient(rgba(25,127,152,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(25,127,152,.12) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-a { width: 430px; height: 430px; right: -130px; top: 130px; background: rgba(143,211,232,.38); }
.hero-glow-b { width: 210px; height: 210px; left: 43%; top: 530px; background: rgba(242,201,76,.16); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(44px, 6vw, 90px); }
.hero-copy { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: var(--blue-700); font: 600 13px/1.2 var(--font-en); letter-spacing: .09em; }
.eyebrow span { width: 34px; height: 2px; background: var(--blue-600); }
.hero h1 { margin: 0; font-size: clamp(48px, 6.15vw, 82px); line-height: 1.22; letter-spacing: -.055em; }
.hero h1 em { position: relative; color: var(--blue-700); font-style: normal; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: 3%; right: -1%; bottom: .06em; height: .19em; border-radius: 100%; background: rgba(242,201,76,.55); transform: rotate(-1deg); }
.hero-lead { max-width: 650px; margin: 36px 0 0; color: var(--text); font-size: clamp(16px, 1.45vw, 19px); line-height: 2; font-weight: 500; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 58px; padding: 0 25px; border-radius: 999px; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue-700); box-shadow: 0 14px 32px rgba(25,127,152,.2); }
.button-primary:hover { background: var(--navy-900); box-shadow: 0 17px 38px rgba(21,59,83,.22); }
.button-plain { min-height: auto; padding: 12px 0; border-radius: 0; border-bottom: 1px solid var(--navy-900); }

.hero-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.visual-orbit { position: absolute; width: 410px; height: 410px; border: 1px solid rgba(25,127,152,.2); border-radius: 50%; }
.visual-orbit::before,
.visual-orbit::after { content: ""; position: absolute; inset: 13%; border: 1px dashed rgba(25,127,152,.18); border-radius: 50%; }
.visual-orbit::after { inset: 36%; border-style: solid; background: rgba(255,255,255,.5); }
.visual-card { position: relative; z-index: 2; }
.visual-card-main { width: min(355px, 72vw); min-height: 390px; padding: 30px; border: 1px solid rgba(255,255,255,.8); border-radius: 34px; color: #fff; background: linear-gradient(145deg, rgba(25,127,152,.96), rgba(21,59,83,.98)); box-shadow: 0 30px 80px rgba(21,59,83,.25); transform: rotate(3deg); }
.visual-card-main::after { content: ""; position: absolute; inset: auto 25px 22px auto; width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(255,255,255,.24); box-shadow: 0 0 0 12px rgba(255,255,255,.05), 0 0 0 24px rgba(255,255,255,.03); }
.visual-card-top { display: flex; justify-content: space-between; color: rgba(255,255,255,.65); font: 600 9px/1 var(--font-en); letter-spacing: .06em; }
.visual-words { display: grid; gap: 0; margin-top: 65px; }
.visual-words span { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 24px; font-weight: 700; letter-spacing: .04em; }
.visual-card-main p { margin: 26px 0 0; color: rgba(255,255,255,.74); font-size: 12px; line-height: 1.8; }
.learning-chip { position: absolute; z-index: 3; width: 94px; height: 105px; display: grid; align-content: center; justify-items: center; border: 1px solid rgba(21,59,83,.08); border-radius: 24px; background: rgba(255,255,255,.92); box-shadow: 0 15px 38px rgba(21,59,83,.13); backdrop-filter: blur(10px); }
.learning-chip b { color: var(--blue-700); font: 700 30px/1 var(--font-en); }
.learning-chip span { margin-top: 9px; color: var(--muted); font-size: 10px; font-weight: 700; }
.chip-a { left: 0; top: 68px; transform: rotate(-8deg); }
.chip-b { right: 0; top: 92px; transform: rotate(9deg); }
.chip-b b { color: var(--coral); }
.chip-c { right: 36px; bottom: 18px; width: 88px; height: 93px; transform: rotate(-5deg); }
.chip-c b { color: var(--yellow); text-shadow: 0 0 0 var(--yellow); }
.visual-caption { position: absolute; left: 18px; bottom: 32px; color: var(--blue-700); font: 600 12px/1 var(--font-en); letter-spacing: .08em; transform: rotate(-90deg); transform-origin: left top; }
.trust-row { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 92px; border-top: 1px solid rgba(21,59,83,.13); border-bottom: 1px solid rgba(21,59,83,.13); }
.trust-row > div { display: flex; align-items: center; gap: 20px; min-height: 112px; padding: 24px 30px; border-right: 1px solid rgba(21,59,83,.13); }
.trust-row > div:last-child { border-right: 0; }
.trust-row span { color: var(--blue-600); font: 700 11px/1 var(--font-en); }
.trust-row p { display: grid; margin: 0; }
.trust-row b { font-size: 14px; }
.trust-row small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 10vw, 150px); }
.about-body { padding-top: 60px; }
.about-intro { margin: 0; color: var(--ink); font-size: clamp(20px, 2.1vw, 28px); line-height: 1.85; font-weight: 600; letter-spacing: .01em; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; margin-top: 45px; padding-top: 38px; border-top: 1px solid var(--line); }
.about-columns p { margin: 0; color: var(--text); font-size: 14px; line-height: 2; }
.text-link { display: inline-flex; align-items: center; gap: 20px; margin-top: 43px; padding-bottom: 5px; border-bottom: 1px solid var(--blue-700); color: var(--blue-700); font-size: 13px; font-weight: 700; }

.section-blue { background: var(--blue-100); }
.section-head-row { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 80px; }
.section-head-row > p { max-width: 500px; margin: 0 0 5px; color: var(--text); font-size: 14px; line-height: 2; }
.business-list { margin-top: 80px; border-top: 1px solid rgba(21,59,83,.15); }
.business-item { display: grid; grid-template-columns: 80px 145px .8fr; align-items: center; gap: 38px; min-height: 235px; border-bottom: 1px solid rgba(21,59,83,.15); }
.business-number { align-self: start; padding-top: 53px; color: var(--blue-700); font: 700 12px/1 var(--font-en); }
.business-icon { width: 104px; height: 104px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.58); }
.business-icon svg { width: 48px; height: 48px; fill: none; stroke: var(--blue-700); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.business-copy { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 70px; }
.business-copy h3 { margin: 0; font-size: clamp(20px, 2vw, 27px); line-height: 1.55; }
.business-copy p { margin: 0; color: var(--text); font-size: 14px; line-height: 2; }
.business-description { align-self: center; }
.business-store-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--blue-700); font-size: 12px; font-weight: 700; transition: color .2s ease, gap .2s ease; }
.business-store-link:hover { gap: 14px; color: var(--navy-900); }

.principles { padding-top: 100px; background: var(--white); }
.principles-panel { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; padding: 90px; border-radius: var(--radius-lg); color: #fff; overflow: hidden; background: var(--navy-950); box-shadow: var(--shadow); }
.principles-panel::after { content: ""; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(143,211,232,.12); border-radius: 50%; left: -180px; bottom: -260px; box-shadow: 0 0 0 65px rgba(143,211,232,.035), 0 0 0 130px rgba(143,211,232,.025); }
.principles-heading { position: relative; z-index: 1; }
.principles-heading h2 { font-size: clamp(34px, 4vw, 54px); }
.principles-heading > p:last-child { max-width: 420px; margin: 35px 0 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 2; }
.principle-list { position: relative; z-index: 1; }
.principle-list article { display: grid; grid-template-columns: 50px 1fr; gap: 26px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.principle-list article:first-child { padding-top: 0; }
.principle-list article:last-child { border-bottom: 0; padding-bottom: 0; }
.principle-list span { color: var(--blue-400); font: 700 11px/1.4 var(--font-en); }
.principle-list h3 { margin: 0; font-size: 18px; }
.principle-list p { margin: 9px 0 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.8; }

.contents { background: var(--white); }
.contents-heading { align-items: end; }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 76px; }
.content-card { border: 1px solid var(--line); border-radius: 26px; overflow: hidden; background: var(--white); transition: transform .3s ease, box-shadow .3s ease; }
.content-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.content-visual { position: relative; height: 390px; display: grid; place-items: center; overflow: hidden; background: #eff8f4; }
.content-card-poem .content-visual { background: linear-gradient(145deg, #f8eee5, #f1dfd3); }
.content-card-flags .content-visual { background: linear-gradient(145deg, #e5f5f8, #d7eef2); }
.content-tag { position: absolute; z-index: 3; left: 25px; top: 24px; padding: 8px 12px; border-radius: 999px; color: var(--navy-900); background: rgba(255,255,255,.78); backdrop-filter: blur(8px); font-size: 10px; font-weight: 700; }
.content-index { position: absolute; z-index: 1; right: 22px; bottom: -31px; color: rgba(255,255,255,.72); font: 700 116px/1 var(--font-en); letter-spacing: -.08em; }
.content-card-poem .content-visual > img { z-index: 2; width: 178px; height: auto; aspect-ratio: 760 / 1067; object-fit: contain; filter: drop-shadow(0 18px 26px rgba(95,57,37,.2)); transform: rotate(4deg) translateY(18px); transition: transform .35s ease; }
.content-card:hover .content-visual > img { transform: rotate(1deg) translateY(9px) scale(1.025); }
.flag-stack { position: relative; z-index: 2; width: 300px; height: 210px; }
.flag-stack img { position: absolute; left: 50%; top: 50%; width: 170px; min-height: 104px; object-fit: cover; border: 8px solid #fff; border-radius: 10px; box-shadow: 0 14px 28px rgba(21,59,83,.17); transform-origin: 50% 110%; transition: transform .35s ease; }
.flag-stack img:nth-child(1) { transform: translate(-80%, -48%) rotate(-13deg); }
.flag-stack img:nth-child(2) { transform: translate(-20%, -57%) rotate(10deg); }
.flag-stack img:nth-child(3) { transform: translate(-51%, -38%) rotate(-1deg); }
.content-card:hover .flag-stack img:nth-child(1) { transform: translate(-84%, -48%) rotate(-17deg); }
.content-card:hover .flag-stack img:nth-child(2) { transform: translate(-16%, -57%) rotate(14deg); }
.content-body { min-height: 180px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 34px 36px; }
.content-body h3 { margin: 0; font-size: clamp(20px, 2vw, 28px); line-height: 1.5; }
.round-arrow { width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue-700); font-size: 18px; transition: transform .25s ease, background .25s ease; }
.content-card:hover .round-arrow { background: var(--navy-900); transform: rotate(45deg); }

.company { background: var(--blue-50); }
.company-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.company .section-heading > p:last-child { max-width: 330px; margin: 30px 0 0; color: var(--text); font-size: 13px; }
.company-table { margin: 0; border-top: 1px solid var(--line); }
.company-table div { display: grid; grid-template-columns: 160px 1fr; gap: 35px; padding: 27px 5px; border-bottom: 1px solid var(--line); }
.company-table dt { color: var(--muted); font-size: 12px; font-weight: 600; }
.company-table dd { margin: 0; font-size: 14px; font-weight: 600; line-height: 1.9; }

.contact { padding-top: 0; background: var(--blue-50); }
.contact-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; padding: 76px 82px; border-radius: var(--radius-lg); background: var(--blue-100); }
.contact-panel h2 { font-size: clamp(30px, 3.8vw, 52px); }
.contact-copy > p { margin: 0 0 28px; color: var(--text); font-size: 13px; line-height: 2; }
.contact-copy small { display: block; margin-top: 14px; color: var(--muted); font-size: 10px; }

.site-footer { padding: 84px 0 26px; color: #fff; background: var(--navy-950); }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 70px; padding-bottom: 70px; }
.brand-footer .brand-mark { color: var(--navy-950); background: var(--blue-400); }
.brand-footer .brand-copy small { color: rgba(255,255,255,.5); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(50px, 7vw, 95px); }
.footer-links > div { display: grid; align-content: start; gap: 8px; min-width: 130px; }
.footer-links p { margin: 0 0 14px; color: var(--blue-400); font: 600 12px/1.2 var(--font-en); letter-spacing: .08em; }
.footer-links a { color: rgba(255,255,255,.67); font-size: 12px; transition: color .2s ease; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font: 600 10px/1 var(--font-en); letter-spacing: .06em; }
.footer-bottom p { margin: 0; }
.footer-bottom a { display: inline-flex; gap: 14px; }
.page-top { align-items: center; min-height: 40px; padding: 0 2px; color: rgba(255,255,255,.76); cursor: pointer; transition: color .2s ease, transform .2s ease; }
.page-top:hover { color: #fff; transform: translateY(-2px); }
.page-top-icon { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; font-size: 12px; transition: border-color .2s ease, background .2s ease; }
.page-top:hover .page-top-icon { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); }

.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.25,1); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

/* Contact / privacy */
.subpage-main { min-height: 70vh; padding: 150px 0 110px; background: var(--blue-50); }
.subpage-shell { width: min(760px, calc(100% - 48px)); margin-inline: auto; }
.subpage-head { margin-bottom: 48px; }
.subpage-head h1 { margin: 0; font-size: clamp(36px, 6vw, 58px); line-height: 1.3; letter-spacing: -.045em; }
.subpage-lead { max-width: 620px; margin: 22px 0 0; color: var(--text); font-size: 14px; line-height: 2; }
.contact-form { display: grid; gap: 24px; padding: 46px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 18px 55px rgba(20,73,96,.08); }
.form-field { display: grid; gap: 9px; }
.form-field > span { font-size: 13px; font-weight: 700; }
.required { margin-left: 7px; color: var(--blue-700); font-size: 10px; }
.form-field input,
.form-field textarea { width: 100%; padding: 14px 16px; border: 1px solid #bdd4dd; border-radius: 10px; color: var(--ink); background: #fff; font: 500 16px/1.6 var(--font-jp); transition: border-color .2s, box-shadow .2s; }
.form-field textarea { min-height: 180px; resize: vertical; }
.form-field input:focus,
.form-field textarea:focus { outline: 0; border-color: var(--blue-700); box-shadow: 0 0 0 3px rgba(25,127,152,.13); }
.form-consent { display: flex; align-items: flex-start; gap: 10px; color: var(--text); font-size: 12px; line-height: 1.8; }
.form-consent input { width: 17px; height: 17px; margin-top: 3px; flex: 0 0 auto; accent-color: var(--blue-700); }
.form-consent a { color: var(--blue-700); text-decoration: underline; text-underline-offset: 3px; }
.form-submit { width: 100%; min-height: 64px; justify-content: center; gap: 12px; border: 0; border-radius: 14px; font-size: 15px; letter-spacing: .04em; cursor: pointer; }
.form-submit span { display: inline-grid; place-items: center; width: 24px; height: 24px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; font-size: 12px; transition: transform .2s ease; }
.form-submit:hover span { transform: translateX(3px); }
.form-submit:active { transform: translateY(0); box-shadow: 0 8px 20px rgba(21,59,83,.18); }
.form-submit:disabled { cursor: wait; opacity: .65; }
.form-message { margin: -6px 0 0; padding: 12px 15px; border-radius: 9px; color: #92372e; background: #fff0ed; font-size: 12px; }
.form-done { padding: 54px 42px; border-radius: var(--radius-md); background: var(--blue-100); text-align: center; }
.form-done-mark { width: 48px; height: 48px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue-700); font-size: 21px; }
.form-done h2 { margin: 0; font-size: 28px; }
.form-done p { margin: 14px 0 0; color: var(--text); font-size: 13px; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.legal-content { padding: 42px 46px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.legal-content section + section { margin-top: 36px; }
.legal-content h2 { margin: 0 0 12px; font-size: 19px; }
.legal-content p,
.legal-content li { color: var(--text); font-size: 13px; line-height: 2; }
.legal-content p { margin: 0; }
.legal-content ul { margin: 0; padding-left: 1.4em; }
.legal-content a { color: var(--blue-700); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.legal-date { margin-top: 18px !important; padding-bottom: 28px; border-bottom: 1px solid var(--line); color: var(--muted) !important; }
.legal-box { margin: 18px 0 0; padding: 20px 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--blue-50); }
.legal-box div { display: grid; grid-template-columns: 120px 1fr; gap: 16px; }
.legal-box div + div { margin-top: 8px; }
.legal-box dt { color: var(--ink); font-size: 13px; font-weight: 700; }
.legal-box dd { margin: 0; color: var(--text); font-size: 13px; line-height: 2; }

@media (max-width: 980px) {
  :root { --inner: min(100% - 38px, 760px); }
  .section { padding: 100px 0; }
  .global-nav { position: absolute; inset: 74px 0 auto; width: calc(100% - 38px); margin-inline: auto; display: grid; gap: 0; padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .global-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .global-nav a { padding: 13px 12px; }
  .global-nav .nav-contact { margin-top: 6px; text-align: center; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }
  .hero { padding-top: 150px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 710px; }
  .hero-visual { width: min(600px, 100%); margin: 20px auto 0; }
  .trust-row { margin-top: 65px; }
  .trust-row > div { padding-inline: 18px; }
  .about-grid, .company-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-body { padding-top: 0; }
  .business-item { grid-template-columns: 60px 110px 1fr; gap: 24px; }
  .business-copy { grid-template-columns: 1fr; gap: 14px; }
  .principles-panel { grid-template-columns: 1fr; gap: 58px; padding: 65px; }
  .contact-panel { grid-template-columns: 1fr; gap: 45px; }
  .footer-top { display: grid; }
}

@media (max-width: 680px) {
  :root { --inner: calc(100% - 48px); --radius-lg: 26px; }
  body { font-size: 15px; }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 39px; height: 39px; border-radius: 11px; }
  .brand-copy strong { font-size: 19px; }
  .brand-copy small { display: none; }
  .global-nav { inset: 66px 0 auto; }
  .section { padding: 82px 0; }
  .section-kicker { margin-bottom: 17px; }
  .hero { min-height: auto; padding-top: 120px; }
  .hero::before { background-size: 42px 42px; }
  .hero-grid { gap: 25px; }
  .hero h1 { font-size: clamp(38px, 10.2vw, 46px); line-height: 1.28; letter-spacing: -.065em; overflow-wrap: anywhere; }
  .hero h1 em { white-space: normal; }
  .hero-lead { margin-top: 26px; font-size: 15px; line-height: 1.9; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 31px; }
  .button { width: 100%; }
  .button-plain { width: auto; margin-left: 7px; }
  .hero-visual { min-height: 430px; margin-top: 35px; }
  .visual-orbit { width: 330px; height: 330px; }
  .visual-card-main { width: 278px; min-height: 330px; padding: 24px; border-radius: 28px; }
  .visual-words { margin-top: 48px; }
  .visual-words span { font-size: 20px; }
  .learning-chip { width: 76px; height: 84px; border-radius: 20px; }
  .learning-chip b { font-size: 24px; }
  .chip-a { left: -3px; top: 55px; }
  .chip-b { right: -3px; top: 70px; }
  .chip-c { right: 9px; bottom: 17px; width: 72px; height: 78px; }
  .visual-caption { display: none; }
  .trust-row { grid-template-columns: 1fr; margin-top: 45px; }
  .trust-row > div { min-height: 84px; border-right: 0; border-bottom: 1px solid rgba(21,59,83,.13); }
  .trust-row > div:last-child { border-bottom: 0; }
  .about-columns { grid-template-columns: 1fr; gap: 18px; }
  .section-head-row { grid-template-columns: 1fr; gap: 30px; }
  .business-list { margin-top: 55px; }
  .business-item { grid-template-columns: 35px 1fr; gap: 18px; padding: 38px 0; }
  .business-number { padding-top: 4px; }
  .business-icon { grid-column: 2; grid-row: 1; width: 82px; height: 82px; margin-bottom: 12px; }
  .business-icon svg { width: 39px; height: 39px; }
  .business-copy { grid-column: 2; }
  .principles { padding-top: 65px; }
  .principles-panel { width: calc(100% - 20px); padding: 48px 28px; gap: 48px; }
  .principle-list article { grid-template-columns: 38px 1fr; gap: 14px; }
  .content-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .content-visual { height: 320px; }
  .content-card-poem .content-visual > img { width: 145px; }
  .flag-stack { transform: scale(.84); }
  .content-body { min-height: 150px; padding: 27px 24px; }
  .round-arrow { width: 48px; height: 48px; }
  .company-table div { grid-template-columns: 1fr; gap: 8px; padding: 21px 3px; }
  .contact-panel { padding: 44px 25px; }
  .subpage-main { padding: 118px 0 78px; }
  .subpage-shell { width: calc(100% - 40px); }
  .subpage-head { margin-bottom: 34px; }
  .contact-form, .legal-content { padding: 28px 22px; }
  .legal-box div { grid-template-columns: 1fr; gap: 2px; }
  .site-footer { padding-top: 65px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 45px 35px; }
  .footer-links > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column-reverse; gap: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .hero-glow { display: none; }
  .hero { min-height: auto; padding-top: 40px; }
  .js [data-reveal] { opacity: 1; transform: none; }
}
