:root {
  --ink: #102d61;
  --ink-deep: #09214a;
  --blue: #1d5fbd;
  --sky: #eaf4ff;
  --mist: #f7fbff;
  --gold: #d3a851;
  --text: #22304a;
  --line: #d9e5f2;
  --serif: "Noto Sans JP", sans-serif;
  --display: "Outfit", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); font-family: var(--serif); font-size: 16px; line-height: 1.9; background: #fff; }
a { color: inherit; text-decoration: none; }

.site-header { position: absolute; z-index: 5; top: 0; left: 0; right: 0; height: 86px; padding: 0 clamp(24px, 6vw, 88px); display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font: 700 17px/1 var(--display); letter-spacing: .06em; color: var(--ink); }
.brand-mark { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); }
.brand-sub { font: 500 9px/1 var(--display); letter-spacing: .1em; color: #6080a9; }
.header-contact { padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; color: var(--ink); }

.hero { position: relative; min-height: 760px; padding: 170px clamp(24px, 9vw, 144px) 100px; overflow: hidden; background: linear-gradient(118deg, #fff 0%, #f6faff 48%, #eaf4ff 100%); }
.hero::after { content: ""; position: absolute; left: -8%; bottom: -265px; width: 61vw; height: 500px; border-radius: 50%; border: 1px solid #b9d4ef; opacity: .55; }
.hero-copy { position: relative; z-index: 2; max-width: 680px; }
.eyebrow, .section-number { margin: 0 0 17px; color: var(--blue); font: 600 12px/1.2 var(--display); letter-spacing: .17em; }
.eyebrow span { display: inline-block; width: 28px; height: 1px; margin: 0 10px 4px 0; background: var(--gold); }
.hero h1 { margin: 0; color: var(--ink-deep); font: 700 clamp(42px, 5.1vw, 77px)/1.23 var(--serif); letter-spacing: -.05em; }
.hero-lead { margin: 30px 0 22px; color: var(--blue); font-size: clamp(20px, 2.05vw, 30px); font-weight: 700; line-height: 1.65; letter-spacing: .02em; }
.hero-text { margin: 0 0 34px; font-size: 15px; line-height: 2; }
.button { display: inline-flex; gap: 28px; align-items: center; justify-content: space-between; min-height: 57px; padding: 0 25px; font-size: 14px; font-weight: 700; letter-spacing: .03em; }
.button span { font-family: var(--display); font-size: 20px; line-height: 1; }
.button-primary { color: #fff; background: var(--ink); box-shadow: 10px 10px 0 #dcebf9; }
.hero-visual { position: absolute; top: 92px; right: -1%; width: min(59vw, 940px); height: 620px; }
.hero-visual img { position: absolute; top: 10px; right: -3%; width: 100%; mix-blend-mode: multiply; }
.hero-orbit { position: absolute; border: 1px solid #a9c8e8; border-radius: 50%; }
.orbit-one { top: 78px; right: 5%; width: 300px; height: 300px; }
.orbit-two { right: 20%; bottom: -90px; width: 480px; height: 170px; border-bottom: 0; }
.hero-caption { position: absolute; top: 80px; right: 8%; color: var(--ink); font: 600 11px/1.7 var(--display); letter-spacing: .12em; }

.section-shell { width: min(1120px, calc(100% - 48px)); margin: auto; }
.intro { display: grid; grid-template-columns: 330px 1fr; gap: clamp(48px, 9vw, 140px); align-items: center; padding: 140px 0; }
.profile-card { position: relative; min-height: 392px; padding: 30px 30px 22px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; color: #fff; background: var(--ink); }
.profile-card::before { content: ""; position: absolute; top: -105px; left: -85px; width: 300px; height: 300px; border: 1px solid #6e91c3; border-radius: 50%; }
.profile-image-wrap { position: absolute; top: 14px; left: 50%; width: 270px; transform: translateX(-50%); }
.profile-image-wrap img { display: block; width: 100%; height: 275px; object-fit: contain; object-position: bottom; }
.profile-card p { position: relative; z-index: 1; margin: 0; font: 600 10px/1.7 var(--display); letter-spacing: .15em; }
.intro h2, .section-heading h2, .results h2, .availability h2, .belief h2, .contact h2 { margin: 0; color: var(--ink-deep); font: 700 clamp(30px, 3.3vw, 48px)/1.45 var(--serif); letter-spacing: -.03em; }
.intro h2 em { color: var(--blue); font-style: normal; }
.intro-copy > p:not(.section-number) { max-width: 650px; margin: 25px 0 0; font-size: 15px; }

.services { padding: 120px 0 130px; color: #fff; background: var(--ink-deep); }
.light { color: #9fc4f2; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.section-heading h2 { color: #fff; }
.section-heading p { max-width: 370px; margin: 0; color: #cad9ed; font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { min-height: 360px; padding: 36px; border: 1px solid rgba(207, 226, 249, .32); background: rgba(255, 255, 255, .055); }
.card-index { margin: 0 0 48px; color: var(--gold); font: 600 17px/1 var(--display); }
.service-card h3 { margin: 0 0 23px; font-size: 23px; line-height: 1.4; }
.service-card ul { margin: 0; padding: 0; list-style: none; color: #d9e5f4; font-size: 14px; line-height: 2; }
.service-card li { position: relative; padding-left: 15px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 1em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

.results { padding: 135px 0 140px; }
.results-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 46px; }
.results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.result-card { min-height: 372px; padding: 40px; background: var(--mist); border: 1px solid #e1edf8; }
.result-card-primary { color: #fff; background: var(--blue); border: 0; }
.result-label { margin: 0 0 44px; color: #7ea9dd; font: 600 11px/1 var(--display); letter-spacing: .14em; }
.result-card-primary .result-label { color: #bed8fa; }
.result-number { margin: 0 0 25px; color: var(--ink); font: 600 clamp(48px, 5.5vw, 73px)/.9 var(--display); letter-spacing: -.06em; }
.result-card-primary .result-number { color: #fff; }
.result-number span { margin-left: 3px; font: 700 18px/1 var(--serif); letter-spacing: 0; }
.result-number b { margin: 0 7px; color: var(--gold); font-size: 30px; font-weight: 400; }
.result-card h3 { margin: 0 0 12px; font-size: 20px; line-height: 1.45; }
.result-card > p:last-child { margin: 0; font-size: 14px; line-height: 1.9; }

.belief { padding: 118px 0; background: #eef6ff; }
.belief-inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 90px; }
.belief h2 { color: var(--ink); }
.belief-copy { padding-top: 31px; border-top: 2px solid var(--gold); }
.belief-copy p { margin: 0 0 20px; font-size: 16px; }
.availability { padding: 132px 0; }
.availability h2 { margin-bottom: 48px; }
.availability-list { margin: 0; border-top: 1px solid var(--line); }
.availability-list div { display: grid; grid-template-columns: 34% 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); }
.availability-list dt { color: var(--blue); font-weight: 700; }
.availability-list dd { margin: 0; }

.contact { padding: 125px 0; color: #fff; background: linear-gradient(120deg, var(--ink-deep), #1d5fbd); }
.contact h2 { margin-bottom: 25px; color: #fff; }
.contact-inner > p:not(.section-number) { margin: 0 0 34px; color: #d5e6fb; font-size: 15px; }
.button-light { color: var(--ink); background: #fff; }
footer { padding: 25px; color: #8ba3c4; text-align: center; background: #071a38; }
footer p { margin: 0; font: 500 10px/1.4 var(--display); letter-spacing: .12em; }

@media (max-width: 800px) {
  .site-header { height: 70px; padding: 0 20px; }
  .brand { font-size: 14px; }
  .brand-sub { display: none; }
  .header-contact { font-size: 12px; }
  .hero { min-height: 740px; padding: 120px 24px 70px; }
  .hero-copy { padding-top: 260px; }
  .hero h1 { font-size: clamp(37px, 10vw, 50px); }
  .hero-lead { margin: 22px 0 17px; font-size: 20px; }
  .hero-text { font-size: 13px; }
  .hero-text br { display: none; }
  .hero-visual { top: 52px; right: -12%; width: 128%; height: 330px; }
  .hero-caption { display: none; }
  .orbit-one { width: 160px; height: 160px; }
  .orbit-two { width: 300px; height: 110px; }
  .intro { grid-template-columns: 1fr; gap: 46px; padding: 80px 0; }
  .profile-card { width: min(100%, 330px); min-height: 370px; }
  .section-heading, .results-heading { display: block; }
  .section-heading p { margin-top: 14px; }
  .services, .results, .availability { padding: 80px 0; }
  .service-grid, .results-grid, .belief-inner { grid-template-columns: 1fr; }
  .service-card, .result-card { min-height: auto; padding: 30px 24px; }
  .card-index, .result-label { margin-bottom: 30px; }
  .belief { padding: 80px 0; }
  .belief-inner { gap: 35px; }
  .belief-copy { padding-top: 22px; }
  .availability-list div { grid-template-columns: 1fr; gap: 4px; }
  .contact { padding: 80px 0; }
}
