:root {
  --ink: #393c40;
  --accent: #083a6a;
  --cyan: #2177bb;
  --soft: #f6f9fb;
  --line: #d8e2ea;
}

body { line-height: 1.9; }
h2 { color: #083a6a; font-size: 42px; line-height: 1.5; }
h3 { font-size: 23px; }
.eyebrow, .product-label, address > span { letter-spacing: 0; }
.eyebrow { color: #2177bb; }
.eyebrow.light { color: #fff; }
.site-header { min-height: 80px; }
.brand { gap: 12px; }
.brand img, .site-header.scrolled .brand img, .site-header.solid .brand img,
.site-header:not(.scrolled):not(.solid):has(.site-nav.open) .brand img { width: 45px; height: 45px; filter: none; }
.brand strong { font-size: 19px; }
.brand small { margin-top: 7px; font-size: 9px; }
.site-nav { gap: 26px; }
.nav-contact { background: #083a6a; }
.site-header:not(.scrolled):not(.solid) .nav-contact { background: #fff; color: #083a6a; }
.hero { line-height: 1.8; }
.hero h1 { color: #fff; }
.section { scroll-margin-top: 78px; }
.text-link { color: #083a6a; }
.text-link span { color: currentColor; }
.intro-section { padding-block: 120px; }
.intro-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: center; }
.intro-grid p:not(.eyebrow) { margin-bottom: 24px; }
.intro-photo { width: 100%; height: auto; aspect-ratio: 1.2 / 1; object-fit: cover; }

.strengths-band {
  position: relative;
  color: #fff;
  background: #008bc4 url('/assets/tokyo-waterfront.webp') center / cover no-repeat;
}
.strengths-band::before { content: ''; position: absolute; inset: 0; background: rgba(0, 105, 166, .69); }
.strengths-band > .section-inner { position: relative; }
.strengths-band h2, .strengths-band > .section-inner > .eyebrow { color: #fff; text-align: center; }
.strengths-content { display: grid; grid-template-columns: 300px 1fr; align-items: center; gap: 88px; max-width: 900px; margin: 50px auto 0; }
.strengths-content > img { width: 300px; height: auto; }
.strengths-copy p { margin-bottom: 22px; }
.strengths-copy p:last-child { margin-bottom: 0; }
.strengths-copy strong { display: inline-block; margin-bottom: 3px; font-size: 21px; }

.product-section { background: #fff; }
.split-heading { grid-template-columns: 1fr 1fr; gap: 50px; }
.split-heading .eyebrow { margin-bottom: 18px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.catalog-card { display: flex; flex-direction: column; min-width: 0; }
.catalog-image { display: block; background: #f0f5f8; overflow: hidden; aspect-ratio: 1.5 / 1; }
.catalog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.catalog-image img.interface { object-fit: contain; padding: 14px; }
.catalog-image:hover img { transform: scale(1.025); }
.catalog-card .catalog-type { margin: 22px 0 6px; color: #2177bb; font-size: 12px; font-weight: 700; }
.catalog-card h3 { color: #083a6a; font-size: 23px; margin-bottom: 12px; }
.catalog-card h3 a { text-decoration: none; }
.catalog-card > p:not(.catalog-type) { color: #60666d; font-size: 15px; margin-bottom: 22px; }
.catalog-card > .text-link { margin-top: auto; font-size: 14px; }
.section-action { margin-top: 58px; text-align: center; }
.section-action .text-link { margin-inline: auto; }
.business-section { background: #f4f8fb; }
.business-list { border-color: #083a6a; }
.business-list h3 { font-size: 21px; color: #083a6a; }
.business-list article { grid-template-columns: 60px minmax(210px, .7fr) 1.3fr; }

.philosophy-section {
  position: relative;
  color: #fff;
  background: #168ccb url('/assets/tokyo-green.webp') center 62% / cover no-repeat;
  padding-block: 105px;
}
.philosophy-section::before { content: ''; position: absolute; inset: 0; background: rgba(0, 98, 169, .76); }
.philosophy-content { position: relative; max-width: 920px; text-align: center; }
.philosophy-content h2, .philosophy-content h3 { color: #fff; }
.philosophy-content h3 { margin: 26px 0; font-size: 29px; }
.philosophy-content p { margin-bottom: 24px; }
.policy-copy-short { margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.5); }
.policy-copy-short p:last-child { margin-bottom: 0; }
.company-section { background: #fff; }
.company-facts { border-color: #083a6a; }

.contact-band {
  padding-block: 90px;
  background: #ccecf8 url('/assets/contact-sky.webp') center / cover no-repeat;
  color: #083a6a;
}
.contact-band h2 { color: #083a6a; }
.contact-band .contact-button { color: #083a6a; border-color: #083a6a; font-size: 42px; }
.access-section { padding: 58px 32px; color: #fff; background: #083a6a; scroll-margin-top: 78px; }
.access-grid { display: grid; grid-template-columns: .7fr 1.4fr 1fr; gap: 42px; align-items: center; }
.access-grid h2 { color: #fff; margin-bottom: 0; font-size: 30px; }
.access-grid address, .access-grid address > span, .access-grid .text-link { color: #fff; }
.access-grid address > span { font-size: 16px; font-weight: 700; margin-bottom: 12px; }
.access-grid .text-link { font-size: 14px; white-space: nowrap; }
.access-map { position: relative; isolation: isolate; z-index: 0; background: #e6edf1; width: 100%; height: 360px; }
.map-status { position: absolute; inset: 40% 20px auto; text-align: center; color: #083a6a; }
.access-map .leaflet-popup-content-wrapper { border-radius: 4px; }
.access-map .leaflet-popup-content { line-height: 1.7; }
.site-footer { color: #083a6a; background: #f5f8fa; }
.footer-brand img { filter: none; width: 40px; height: 40px; }
.site-footer nav a { color: #44586c; }
.site-footer > p { color: #6a7a89; border-color: #d8e2ea; }

.inner-page { padding-top: 80px; }
.page-hero { color: #083a6a; background: #eaf4fa; padding-block: 85px 70px; }
.page-hero h1 { font-size: 52px; color: #083a6a; }
.catalog-section + .catalog-section { margin-top: 84px; padding-top: 64px; border-top: 1px solid #d8e2ea; }
.catalog-section > h2 { margin-bottom: 32px; font-size: 30px; }
.catalog-section .catalog-grid.products-only { grid-template-columns: repeat(3, minmax(0,1fr)); }
.catalog-section .catalog-grid.services-only { grid-template-columns: repeat(2, minmax(0,1fr)); }
.service-detail { padding: 56px 0; scroll-margin-top: 90px; border-top: 1px solid #d8e2ea; }
.service-detail:first-child { border-top: 0; padding-top: 0; }
.service-detail:last-child { padding-bottom: 0; }
.service-detail h2 { font-size: 30px; }
.service-detail ul { padding-left: 1.4em; margin-bottom: 30px; }
.service-details-section { background: #f4f8fb; }

@media (max-width: 1100px) {
  .intro-grid { gap: 42px; }
  .intro-grid h2 { font-size: 36px; }
  .catalog-grid { gap: 24px; }
  .access-grid { grid-template-columns: .7fr 1.3fr; }
  .access-grid > .text-link { grid-column: 2; }
}
@media (max-width: 900px) {
  h2 { font-size: 34px; }
  .site-header { min-height: 72px; }
  .brand img, .site-header.scrolled .brand img, .site-header.solid .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 17px; }
  .site-nav { top: 72px; }
  .site-header:not(.scrolled):not(.solid) .nav-contact, .nav-contact { background: transparent; color: #083a6a; }
  .section { scroll-margin-top: 72px; }
  .intro-section { padding-block: 78px; }
  .intro-grid, .split-heading { grid-template-columns: 1fr; gap: 36px; }
  .intro-grid h2 { font-size: 34px; }
  .intro-photo { aspect-ratio: 1.6 / 1; max-height: 430px; }
  .strengths-content { grid-template-columns: 230px 1fr; gap: 36px; }
  .strengths-content > img { width: 230px; }
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 42px 26px; }
  .catalog-section .catalog-grid.products-only { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .business-list article { grid-template-columns: 42px 1fr; }
  .philosophy-section { padding-block: 80px; }
  .philosophy-content h3 { font-size: 25px; }
  .access-grid { grid-template-columns: 1fr; gap: 28px; }
  .access-grid > .text-link { grid-column: auto; }
  .inner-page { padding-top: 72px; }
}
@media (max-width: 600px) {
  h2, .intro-grid h2 { font-size: 28px; }
  .intro-grid h2 { text-wrap: balance; }
  .strengths-content { grid-template-columns: 1fr; gap: 30px; margin-top: 36px; }
  .strengths-content > img { width: 230px; margin-inline: auto; }
  .strengths-copy { max-width: 400px; margin-inline: auto; }
  .catalog-grid, .catalog-section .catalog-grid.products-only, .catalog-section .catalog-grid.services-only { grid-template-columns: minmax(0,1fr); gap: 44px; }
  .catalog-image { aspect-ratio: 1.6 / 1; }
  .catalog-card h3 { font-size: 22px; }
  .business-list h3 { font-size: 20px; }
  .business-list article { gap: 8px 10px; }
  .philosophy-content h3 { font-size: 23px; }
  .philosophy-content br { display: none; }
  .philosophy-section::before { background: rgba(0, 91, 156, .8); }
  .contact-band { padding-block: 70px; }
  .contact-band .contact-button { font-size: 31px; }
  .access-section { padding: 42px 20px; }
  .access-map { height: 320px; }
  .page-hero h1 { font-size: 36px; line-height: 1.4; }
  .page-hero { padding-block: 62px 52px; }
}
