@font-face {
  font-family: BarlowCondensed;
  src: url('/assets/barlow-condensed-800.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}

:root {
  --navy: #0c2030;
  --navy-2: #173341;
  --ink: #142a35;
  --aqua: #88ddd7;
  --aqua-pale: #bcece7;
  --cool: #e9f0f0;
  --paper: #f5f8f7;
  --line: #bfced1;
  --muted: #627780;
  --display: BarlowCondensed, Impact, 'Arial Narrow', sans-serif;
  --body: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Yu Gothic', Meiryo, sans-serif;
  --gutter: clamp(24px, 5.4vw, 88px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 16px/1.8 var(--body); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p { margin: 0; }
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--aqua); outline-offset: 5px; }
::selection { background: var(--aqua); color: var(--navy); }
.skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 18px; background: var(--aqua); color: var(--navy); }

.site-header { position: sticky; top: 0; z-index: 30; height: 76px; padding: 0 var(--gutter); display: flex; align-items: center; gap: 40px; color: #eef7f6; background: var(--navy); border-bottom: 1px solid #ffffff32; }
.brand { display: inline-flex; align-items: baseline; gap: 11px; white-space: nowrap; line-height: 1; }
.brand strong { font: 800 28px/.9 var(--display); letter-spacing: .025em; }
.brand span { font: 800 12px/1 var(--display); letter-spacing: .18em; color: var(--aqua); }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); }
.desktop-nav a { font-size: 14px; font-weight: 700; white-space: nowrap; }
.desktop-nav a:hover { color: var(--aqua); }
.header-cta { min-height: 42px; padding: 8px 16px; border: 1px solid var(--aqua); color: var(--aqua); display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 800; white-space: nowrap; transition: background .2s, color .2s; }
.header-cta:hover { background: var(--aqua); color: var(--navy); }
.mobile-nav { display: none; }

.hero { min-height: calc(100svh - 76px); padding: 26px var(--gutter) 0; background: var(--navy); color: #f3faf9; display: flex; flex-direction: column; }
.hero-meta { display: flex; justify-content: space-between; gap: 22px; color: #a8c2c9; font: 800 13px/1.2 var(--display); letter-spacing: .17em; }
.hero-grid { width: 100%; max-width: 1440px; margin: auto; padding: clamp(38px, 5vh, 76px) 0 clamp(32px, 5vh, 76px); display: grid; grid-template-columns: minmax(0, 1.75fr) minmax(300px, .85fr); gap: clamp(56px, 7vw, 120px); align-items: end; }
.eyebrow, .section-label { font: 800 15px/1.2 var(--display); letter-spacing: .14em; }
.eyebrow { display: flex; align-items: center; gap: 13px; color: var(--aqua); }
.eyebrow-rule { width: 30px; height: 2px; background: var(--aqua); }
.hero h1 { margin-top: 26px; font-size: clamp(58px, 6.4vw, 104px); line-height: 1.25; font-weight: 800; letter-spacing: -.085em; white-space: nowrap; }
.hero h1 span { color: var(--aqua); }
.hero-lead { max-width: 650px; margin-top: 33px; color: #cfdddf; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.85; letter-spacing: -.025em; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 28px; margin-top: 34px; }
.button { min-height: 58px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; font-size: 16px; font-weight: 800; line-height: 1.3; transition: background .2s, color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 25px; font-weight: 400; line-height: 1; }
.button-accent { min-width: 260px; background: var(--aqua); color: var(--navy); }
.button-accent:hover { background: #b8f0e9; }
.text-link { display: inline-flex; align-items: center; gap: 15px; border-bottom: 1px solid #c0d3d5; padding: 12px 2px; font-size: 14px; font-weight: 700; }
.text-link:hover { color: var(--aqua); border-color: var(--aqua); }
.text-link span { font-size: 21px; line-height: 1; }

.session-note { align-self: stretch; background: var(--navy-2); border: 1px solid #48727d; padding: 25px clamp(22px, 2.2vw, 34px) 18px; display: flex; flex-direction: column; min-height: 420px; }
.note-head { display: flex; justify-content: space-between; gap: 12px; color: var(--aqua); font: 800 13px/1.2 var(--display); letter-spacing: .13em; }
.note-title { margin: auto 0 26px; font-size: clamp(30px, 3vw, 46px); line-height: 1.3; font-weight: 800; letter-spacing: -.07em; }
.session-note ol { padding: 0; margin: 0; list-style: none; border-top: 1px solid #6a939b; }
.session-note li { display: grid; grid-template-columns: 76px 1fr; gap: 14px; padding: 12px 0; border-bottom: 1px solid #6a939b; }
.session-note li:last-child { border-bottom: 0; }
.session-note li span { padding-top: 4px; color: var(--aqua); font: 800 13px/1 var(--display); letter-spacing: .08em; }
.session-note li p { color: #d5e7e8; font-size: 14px; line-height: 1.6; }
.hero-foot { width: 100%; min-height: 70px; border-top: 1px solid #54707c; display: flex; align-items: center; gap: 26px 44px; }
.hero-foot p { display: flex; align-items: baseline; gap: 10px; font: 800 18px/1.3 var(--display); letter-spacing: .02em; white-space: nowrap; }
.hero-foot p span { color: var(--aqua); }
.hero-foot strong { margin-left: 3px; color: var(--aqua); font: 700 14px/1.3 var(--body); letter-spacing: 0; }
.hero-foot .foot-message { margin-left: auto; color: #acc4c8; font: 500 13px/1.4 var(--body); white-space: normal; }

.genre-strip { min-height: 75px; padding: 16px var(--gutter); background: #dce9e9; display: flex; align-items: center; gap: clamp(25px, 5vw, 80px); }
.genre-strip span { color: #53717a; font: 800 13px/1 var(--display); letter-spacing: .14em; white-space: nowrap; }
.genre-strip p { font: 800 clamp(21px, 2.7vw, 38px)/1.15 var(--display); letter-spacing: .015em; white-space: nowrap; }
.genre-strip b { color: #82aaa9; padding: 0 .16em; font-weight: 800; }

.section { padding: clamp(90px, 9vw, 150px) var(--gutter); }
.services { background: var(--paper); }
.section-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(45px, 8vw, 140px); align-items: end; margin-bottom: 70px; }
.section-label { color: #54737b; }
.section-intro h2, .approach h2, .profile h2, .contact h2 { margin-top: 20px; font-size: clamp(44px, 5.2vw, 82px); line-height: 1.35; font-weight: 800; letter-spacing: -.075em; }
.section-intro > p { max-width: 430px; padding-bottom: 7px; font-size: 17px; line-height: 1.95; }
.service-list { border-top: 1px solid var(--line); }
.service-row { padding: 42px 0 45px; display: grid; grid-template-columns: 104px minmax(0, 1fr) 210px; gap: clamp(24px, 4vw, 64px); border-bottom: 1px solid var(--line); }
.service-id { padding-top: 10px; color: #53737a; font: 800 14px/1 var(--display); letter-spacing: .11em; white-space: nowrap; }
.service-main h3 { font: 800 clamp(43px, 4.4vw, 66px)/.9 var(--display); letter-spacing: .008em; }
.service-summary { margin-top: 18px; font-size: 17px; font-weight: 800; letter-spacing: -.045em; }
.service-main ul { padding: 0; margin: 19px 0 0; list-style: none; color: #51636a; font-size: 14px; line-height: 1.75; }
.service-main li { padding: 3px 0 3px 17px; position: relative; }
.service-main li::before { content: ''; position: absolute; left: 0; top: 16px; width: 7px; height: 2px; background: #408885; }
.service-side { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; text-align: right; }
.service-price { font: 800 clamp(42px, 4vw, 59px)/1 var(--display); white-space: nowrap; }
.service-price small { display: block; margin-bottom: 10px; color: var(--muted); font: 700 13px/1.2 var(--body); }
.service-price span { font: 800 24px/1 var(--display); }
.service-price.service-price-consult { font: 800 clamp(30px, 3vw, 42px)/1.15 var(--body); letter-spacing: -.05em; }
.service-side a { margin-top: 28px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 800; white-space: nowrap; }
.service-side a:hover { color: #267e79; }
.service-side a span { margin-left: 9px; }
.price-note { display: grid; grid-template-columns: 190px 1fr; gap: 34px; padding: 28px 0 0; color: #526971; font-size: 14px; line-height: 1.8; }
.price-note strong { color: var(--ink); font-size: 14px; }

.approach { background: var(--navy-2); color: #f2f8f7; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(60px, 10vw, 160px); }
.approach .section-label { color: var(--aqua); }
.approach h2 { font-size: clamp(42px, 4.5vw, 72px); }
.approach h2 span { color: var(--aqua); }
.approach-top > p:last-child { margin-top: 28px; max-width: 500px; color: #bed3d6; font-size: 17px; }
.process-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid #61848a; }
.process-list li { padding: 26px 0; display: grid; grid-template-columns: 45px 1fr; gap: 28px; border-bottom: 1px solid #61848a; }
.process-list li > span { color: var(--aqua); font: 800 19px/1 var(--display); }
.process-list h3 { font-size: 23px; line-height: 1.35; letter-spacing: -.05em; }
.process-list p { margin-top: 8px; color: #bdd1d4; font-size: 15px; line-height: 1.8; }

.profile { background: #e0eaeb; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(70px, 10vw, 160px); }
.profile-lead { font-size: clamp(19px, 1.8vw, 26px); font-weight: 800; line-height: 1.75; letter-spacing: -.055em; }
.profile-copy p + p { margin-top: 27px; }
.profile-copy > p:not(.profile-lead) { line-height: 2; }
.profile-copy .profile-note { padding-top: 19px; border-top: 1px solid #adc2c5; color: #5a7078; font-size: 14px; }

.contact { background: var(--aqua-pale); color: var(--navy); padding: clamp(90px, 10vw, 160px) var(--gutter); }
.contact-inner { display: grid; grid-template-columns: 1.1fr .75fr; gap: clamp(60px, 12vw, 190px); }
.contact h2 { font-size: clamp(43px, 4.7vw, 72px); }
.contact-copy > p:not(.section-label) { margin-top: 22px; max-width: 530px; font-size: 17px; line-height: 1.9; }
.button-dark { min-width: 330px; margin-top: 34px; background: var(--navy); color: #f4faf9; }
.button-dark:hover { background: #234556; }
.contact-details { align-self: end; padding-top: 24px; border-top: 1px solid #4e9393; }
.contact-details > p { font-size: 16px; font-weight: 800; }
.contact-details ol { margin: 20px 0 27px; padding-left: 24px; font-size: 15px; line-height: 2.2; }
.contact-details small { display: block; color: #3d6269; font-size: 14px; line-height: 1.8; }

.site-footer { padding: 46px var(--gutter) 28px; background: var(--navy); color: #e4f1f0; display: grid; grid-template-columns: 1fr auto; gap: 23px 30px; align-items: end; }
.footer-brand { font: 800 clamp(38px, 4.4vw, 66px)/.85 var(--display); letter-spacing: .025em; }
.footer-brand span { color: var(--aqua); }
.site-footer > div { display: flex; gap: 24px; }
.site-footer > div a { font: 800 16px/1 var(--display); letter-spacing: .05em; white-space: nowrap; }
.site-footer > div a:hover { color: var(--aqua); }
.site-footer > p { color: #9ab4b9; font: 800 14px/1.3 var(--display); letter-spacing: .12em; }
.site-footer small { color: #9ab4b9; font-size: 12px; text-align: right; }

@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: minmax(0, 1.5fr) minmax(275px, .8fr); gap: 36px; }
  .hero h1 { font-size: clamp(54px, 6.2vw, 79px); }
  .hero-foot { flex-wrap: wrap; padding: 18px 0; }
  .hero-foot .foot-message { flex-basis: 100%; margin-left: 0; }
  .session-note { min-height: 390px; }
  .genre-strip p { font-size: 2.4vw; }
}

@media (max-width: 850px) {
  html { scroll-padding-top: 68px; }
  .site-header { height: 68px; gap: 15px; }
  .brand strong { font-size: 25px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; margin-left: auto; position: relative; }
  .mobile-nav summary { min-height: 44px; display: flex; align-items: center; gap: 12px; list-style: none; cursor: pointer; font: 800 18px/1 var(--display); letter-spacing: .07em; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { font: 300 25px/1 var(--body); color: var(--aqua); }
  .mobile-nav[open] summary span { transform: rotate(45deg); }
  .mobile-nav nav { position: absolute; top: 55px; right: calc(-1 * var(--gutter)); width: min(83vw, 360px); padding: 10px 25px 24px; display: flex; flex-direction: column; background: var(--navy); border: 1px solid #517782; box-shadow: 0 16px 20px #06151e55; }
  .mobile-nav nav a { padding: 12px 0; border-bottom: 1px solid #557781; font-size: 17px; font-weight: 700; }
  .hero { min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; padding: 75px 0 54px; gap: 53px; }
  .hero h1 { font-size: clamp(54px, 9vw, 78px); }
  .session-note { max-width: none; min-height: 0; }
  .note-title { margin: 33px 0 23px; }
  .hero-foot { gap: 10px 25px; }
  .genre-strip { flex-wrap: wrap; gap: 8px 25px; padding-top: 20px; padding-bottom: 20px; }
  .genre-strip p { font-size: clamp(22px, 4vw, 34px); white-space: normal; }
  .section-intro, .approach, .profile, .contact-inner { grid-template-columns: 1fr; gap: 35px; }
  .section-intro { margin-bottom: 42px; }
  .section-intro > p { max-width: 620px; }
  .service-row { grid-template-columns: 90px minmax(0, 1fr) 175px; gap: 20px; }
  .service-price { font-size: 45px; }
  .process-list { margin-top: 10px; }
  .contact-details { margin-top: 25px; }
}

@media (max-width: 620px) {
  :root { --gutter: 21px; }
  .brand { gap: 8px; }
  .brand strong { font-size: 23px; }
  .brand span { font-size: 11px; }
  .hero { padding-top: 20px; }
  .hero-meta { font-size: 12px; flex-wrap: wrap; gap: 7px 18px; }
  .hero-grid { padding: 69px 0 47px; gap: 42px; }
  .hero h1 { font-size: clamp(43px, 10.6vw, 65px); line-height: 1.37; margin-top: 21px; white-space: normal; }
  .hero-lead { margin-top: 24px; font-size: 16px; }
  .hero-actions { margin-top: 28px; display: grid; grid-template-columns: 1fr; justify-items: start; gap: 11px; }
  .button-accent { width: 100%; }
  .session-note { padding: 20px 22px 15px; }
  .note-title { font-size: 33px; }
  .hero-foot { padding: 17px 0 20px; gap: 12px 20px; }
  .hero-foot p { font-size: 16px; }
  .hero-foot strong { font-size: 13px; }
  .hero-foot .foot-message { font-size: 12px; }
  .genre-strip { gap: 9px; }
  .genre-strip p { font-size: 23px; line-height: 1.18; }
  .section { padding: 77px var(--gutter); }
  .section-intro h2, .approach h2, .profile h2 { font-size: clamp(40px, 10vw, 60px); }
  .contact h2 { font-size: clamp(34px, 8.8vw, 52px); }
  .section-intro > p { font-size: 16px; }
  .service-row { padding: 29px 0 34px; grid-template-columns: 1fr; gap: 13px; }
  .service-id { padding: 0; }
  .service-main h3 { font-size: clamp(42px, 11.2vw, 59px); }
  .service-summary { margin-top: 14px; font-size: 16px; }
  .service-main ul { margin-top: 13px; }
  .service-side { flex-direction: row; align-items: end; text-align: left; gap: 20px; }
  .service-price { font-size: 44px; }
  .service-side a { margin: 0 0 2px; }
  .price-note { grid-template-columns: 1fr; gap: 6px; }
  .approach-top > p:last-child { font-size: 16px; }
  .process-list li { gap: 17px; }
  .process-list h3 { font-size: 21px; }
  .profile-copy .profile-lead { font-size: 20px; }
  .contact { padding: 77px var(--gutter); }
  .button-dark { min-width: 0; width: 100%; gap: 14px; padding-inline: 17px; font-size: 14px; }
  .site-footer { grid-template-columns: 1fr; gap: 27px; }
  .site-footer small { text-align: left; }
}

@media (max-width: 370px) {
  .brand span { display: none; }
  .hero h1 { font-size: 10.5vw; }
  .section-intro h2 { font-size: 36px; }
  .approach h2, .profile h2 { font-size: 9vw; }
  .hero-foot { display: block; }
  .hero-foot p + p { margin-top: 9px; }
  .hero-foot .foot-message { margin-top: 12px; }
  .service-side { align-items: start; flex-direction: column; gap: 12px; }
  .service-side a { margin-top: 0; }
  .contact h2 { font-size: 8.5vw; }
  .site-footer > div { gap: 17px; }
}

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