:root {
  --navy-950: #06152c;
  --navy-900: #071a37;
  --navy-800: #0c2b57;
  --blue-500: #3196ff;
  --blue-400: #68c1ff;
  --blue-100: #e8f3ff;
  --paper: #f7f9fc;
  --ink: #0e1e35;
  --muted: #617089;
  --line: #dbe5ef;
  --orange: #ff9b5c;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow-card: 0 24px 70px rgba(10, 37, 75, 0.09);
  color: var(--ink);
  background: var(--paper);
  font-family: "Noto Sans JP", sans-serif;
  font-synthesis: none;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 80px)); margin: 0 auto; }
.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; left: 16px; top: 16px; z-index: 100; padding: 10px 16px; color: white; background: var(--navy-900); border-radius: 8px; transform: translateY(-200%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; color: white; border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease; }
.site-header.is-scrolled { background: rgba(7, 26, 55, .84); border-color: rgba(255,255,255,.12); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 86px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: inline-grid; place-items: center; width: 35px; height: 35px; padding: 3px; overflow: hidden; background: white; border-radius: 9px; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: grid; gap: 0; line-height: 1.15; }
.brand-copy strong { font: 700 14px/1.1 "Manrope", sans-serif; letter-spacing: .18em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.62); font-size: 10px; letter-spacing: .12em; }
.site-nav { position: relative; z-index: 1; display: flex; align-items: center; gap: 30px; font: 600 12px/1 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.site-nav a { color: rgba(255,255,255,.72); transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: white; }
.site-nav .nav-contact { display: inline-flex; align-items: center; gap: 9px; padding: 12px 16px; color: var(--navy-900); background: var(--orange); border-radius: 999px; }
.site-nav .nav-contact:hover, .site-nav .nav-contact:focus-visible { color: var(--navy-900); background: #ffb17c; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; transition: transform .2s ease; }
.menu-toggle span + span:not(.sr-only) { margin-top: 6px; }

.hero { position: relative; display: grid; align-items: center; min-height: min(850px, 100svh); padding: 140px 0 96px; overflow: hidden; color: white; background: var(--navy-900); isolation: isolate; }
.hero::before { position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 72% 45%, rgba(46, 145, 255, .28), transparent 32%), radial-gradient(circle at 12% 70%, rgba(255, 155, 92, .12), transparent 22%); content: ""; }
.hero-grid { position: absolute; inset: 0; z-index: -2; opacity: .22; background-image: linear-gradient(rgba(117, 185, 255, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(117, 185, 255, .2) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, transparent, black 32%, black 90%, transparent); }
.hero-orb { position: absolute; z-index: -1; border: 1px solid rgba(104, 193, 255, .22); border-radius: 50%; }
.hero-orb-one { width: 620px; height: 620px; right: -220px; top: 130px; box-shadow: 0 0 0 70px rgba(104,193,255,.035), 0 0 0 140px rgba(104,193,255,.02); }
.hero-orb-two { width: 300px; height: 300px; left: -180px; bottom: -150px; border-color: rgba(255,155,92,.24); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); gap: clamp(48px, 9vw, 130px); align-items: center; }
.hero-copy { max-width: 660px; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 22px; color: var(--blue-500); font: 700 11px/1 "Manrope", sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: var(--blue-400); }
.eyebrow span { color: var(--orange); }
.hero h1 { margin: 0; font-size: clamp(3rem, 5vw, 4.8rem); font-weight: 800; line-height: 1.18; letter-spacing: -.06em; }
.hero-line { display: inline-block; white-space: nowrap; }
h1 em, h2 em { color: var(--blue-400); font-style: normal; }
.hero h1 em { color: var(--orange); }
.hero-lead { max-width: 520px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 2.05; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 56px; padding: 0 22px 0 26px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-primary { color: var(--navy-900); background: var(--orange); box-shadow: 0 14px 28px rgba(255,155,92,.18); }
.button-primary:hover, .button-primary:focus-visible { background: #ffb17c; }
.button-quiet { color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.25); }
.button-quiet:hover, .button-quiet:focus-visible { color: white; border-color: rgba(255,255,255,.6); }
.hero-visual { position: relative; min-height: 510px; border: 1px solid rgba(145, 211, 255, .32); background: linear-gradient(145deg, rgba(29,100,180,.25), rgba(6,21,44,.18)); clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%); overflow: hidden; }
.hero-visual::before { position: absolute; inset: 18px; border: 1px solid rgba(145,211,255,.14); content: ""; clip-path: inherit; }
.visual-corner { position: absolute; color: rgba(255,255,255,.44); font: 600 9px/1.6 "Manrope", sans-serif; letter-spacing: .16em; }
.visual-corner-tl { top: 36px; left: 40px; }
.visual-corner-br { right: 40px; bottom: 36px; text-align: right; }
.signal-ring { position: absolute; border: 1px solid rgba(104,193,255,.38); border-radius: 50%; transform: translate(-50%, -50%); }
.signal-ring-large { width: 390px; height: 390px; top: 48%; left: 50%; box-shadow: 0 0 0 34px rgba(104,193,255,.06), 0 0 0 68px rgba(104,193,255,.035); }
.signal-ring-small { width: 190px; height: 190px; top: 48%; left: 50%; border-color: rgba(255,155,92,.54); }
.signal-core { position: absolute; display: flex; gap: 6px; align-items: center; justify-content: center; width: 88px; height: 88px; top: 48%; left: 50%; border: 1px solid rgba(255,155,92,.7); border-radius: 50%; background: rgba(255,155,92,.13); transform: translate(-50%, -50%); box-shadow: 0 0 45px rgba(255,155,92,.22); }
.signal-core span { width: 4px; height: 4px; background: var(--orange); border-radius: 50%; }
.signal-line { position: absolute; height: 1px; width: 37%; background: linear-gradient(to right, transparent, rgba(104,193,255,.65)); transform-origin: left center; }
.signal-line-one { top: 31%; left: 46%; transform: rotate(24deg); }
.signal-line-two { top: 70%; left: 53%; transform: rotate(-34deg); }
.service-node { position: absolute; display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.82); font-size: 12px; letter-spacing: .1em; }
.node-dot { display: block; width: 9px; height: 9px; border: 1px solid var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,155,92,.1); }
.node-lab { top: 23%; left: 22%; }
.node-care { top: 29%; right: 15%; }
.node-business { right: 21%; bottom: 25%; }
.visual-caption { position: absolute; bottom: 36px; left: 40px; color: rgba(255,255,255,.52); font: 600 10px/1 "Manrope", sans-serif; letter-spacing: .22em; }
.scroll-cue { position: absolute; right: max(20px, calc((100vw - 1160px) / 2)); bottom: 36px; display: inline-flex; align-items: center; gap: 12px; color: rgba(255,255,255,.48); font: 600 10px/1 "Manrope", sans-serif; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { display: block; width: 1px; height: 62px; background: linear-gradient(var(--orange), transparent); }

.section-light { background: var(--paper); }
.about { padding: 160px 0 170px; }
.section-grid, .company-grid { display: grid; grid-template-columns: minmax(0, 760px); justify-content: center; }
.section-index { display: flex; align-items: center; gap: 12px; color: var(--muted); font: 700 10px/1 "Manrope", sans-serif; letter-spacing: .18em; writing-mode: vertical-rl; }
.section-index span:first-child { color: var(--blue-500); }
.section-index i { display: block; width: 1px; height: 78px; background: var(--line); }
.about-content { max-width: 720px; }
h2 { margin: 0; font-size: clamp(2.25rem, 4.8vw, 4.2rem); font-weight: 800; line-height: 1.25; letter-spacing: -.06em; }
.about h2 { color: var(--navy-900); }
.about-body { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 46px; padding-top: 28px; border-top: 1px solid var(--line); }
.about-body p { margin: 0; color: var(--muted); font-size: 14px; line-height: 2.15; }
.about-signature { display: flex; align-items: center; gap: 16px; margin-top: 50px; color: var(--navy-800); font: 600 13px/1 "Manrope", sans-serif; letter-spacing: .06em; }
.about-signature i { display: block; width: 64px; height: 1px; background: var(--orange); }

.section-blue { color: white; background: var(--navy-800); }
.services { padding: 132px 0 150px; background-image: radial-gradient(circle at 96% 8%, rgba(49,150,255,.3), transparent 28%), linear-gradient(135deg, var(--navy-800), var(--navy-900)); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 62px; }
.section-heading h2 { color: white; }
.section-heading-note { margin: 0 0 7px; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.9; }
.service-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 500px; padding: 28px 28px 30px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-lg); background: rgba(255,255,255,.055); overflow: hidden; transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.service-card::after { position: absolute; right: -60px; bottom: -85px; width: 220px; height: 220px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.service-card:hover { transform: translateY(-8px); background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.32); }
.service-card-lab { background: linear-gradient(150deg, rgba(49,150,255,.24), rgba(255,255,255,.035)); }
.service-card-care { background: linear-gradient(150deg, rgba(98,198,255,.18), rgba(255,255,255,.035)); }
.service-card-business { background: linear-gradient(150deg, rgba(255,155,92,.18), rgba(255,255,255,.035)); }
.service-card-top { display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.5); font: 700 10px/1 "Manrope", sans-serif; letter-spacing: .16em; }
.service-number { color: var(--orange); font-size: 14px; }
.service-icon { display: flex; align-items: center; justify-content: center; width: 66px; height: 66px; margin: 56px 0 30px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: white; }
.service-logo-wrap { display: grid; place-items: center; width: 100%; min-height: 76px; margin: 48px 0 30px; padding: 12px 16px; background: white; border-radius: 14px; }
.service-logo { display: block; width: 100%; height: 54px; object-fit: contain; }
.service-card-care .service-logo { height: 58px; }
.service-card-business .service-logo { height: 56px; }
.icon-lab { gap: 4px; }
.icon-lab span { display: block; width: 7px; height: 24px; border: 1px solid currentColor; border-radius: 4px; transform: skew(-18deg); }
.icon-lab span:nth-child(2) { height: 34px; color: var(--orange); }
.icon-care { position: relative; }
.icon-care::before, .icon-care::after { position: absolute; width: 15px; height: 30px; border: 1px solid currentColor; border-radius: 15px 15px 0 0; content: ""; }
.icon-care::before { transform: rotate(-45deg) translate(-1px, -4px); }
.icon-care::after { transform: rotate(45deg) translate(1px, -4px); }
.icon-care span { width: 2px; height: 29px; background: var(--orange); transform: rotate(45deg); }
.icon-business { gap: 4px; align-items: flex-end; padding-bottom: 17px; }
.icon-business span { display: block; width: 7px; border: 1px solid currentColor; border-bottom: 0; }
.icon-business span:nth-child(1) { height: 15px; }
.icon-business span:nth-child(2) { height: 27px; color: var(--orange); }
.icon-business span:nth-child(3) { height: 21px; }
.service-card h3 { margin: 0; font-size: 1.45rem; line-height: 1.4; letter-spacing: -.04em; }
.service-catch { margin: 15px 0 0; color: var(--blue-400); font-size: 14px; font-weight: 700; }
.service-description { margin: 18px 0 0; color: rgba(255,255,255,.64); font-size: 13px; line-height: 2; }
.service-link { display: inline-flex; align-items: center; gap: 14px; margin-top: auto; padding-top: 34px; color: white; font-size: 12px; font-weight: 700; }
.service-link span { color: var(--orange); font-size: 16px; transition: transform .2s ease; }
.service-link:hover span { transform: translate(3px, -3px); }
.service-link-disabled { color: rgba(255,255,255,.48); cursor: default; }
.service-link-disabled span { color: rgba(255,255,255,.36); font-size: 13px; }
.service-link-disabled:hover span { transform: none; }

.bridge { position: relative; padding: 140px 0; color: white; background: var(--navy-950); overflow: hidden; isolation: isolate; }
.bridge::before { position: absolute; width: 720px; height: 720px; top: -320px; right: -130px; border: 1px solid rgba(104,193,255,.2); border-radius: 50%; box-shadow: 0 0 0 72px rgba(104,193,255,.035), 0 0 0 144px rgba(104,193,255,.02); content: ""; }
.bridge::after { position: absolute; width: 480px; height: 480px; bottom: -280px; left: -170px; border: 1px solid rgba(255,155,92,.25); border-radius: 50%; content: ""; }
.bridge-noise { position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(rgba(255,255,255,.18) .6px, transparent .6px); background-size: 11px 11px; mask-image: linear-gradient(120deg, transparent, black 46%, transparent 90%); }
.bridge-inner { position: relative; text-align: center; }
.bridge h2 { font-size: clamp(2.2rem, 5vw, 4.6rem); }
.bridge p:not(.eyebrow) { margin: 22px 0 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 2; }
.bridge-mark { display: flex; justify-content: center; gap: 6px; margin-top: 46px; }
.bridge-mark span { display: block; width: 42px; height: 2px; background: var(--orange); transform: skew(-42deg); }
.bridge-mark span:nth-child(2) { width: 24px; background: var(--blue-400); }

.company { padding: 150px 0 158px; }
.company-content h2 { color: var(--navy-900); }
.company-details { margin: 45px 0 0; border-top: 1px solid var(--line); }
.company-details > div { display: grid; grid-template-columns: 130px 1fr; gap: 24px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }
.company-details dt { color: var(--muted); font-size: 13px; }
.company-details dd { margin: 0; color: var(--navy-900); font-size: 14px; font-weight: 600; }
.company-details dd a { color: var(--blue-500); text-decoration: underline; text-underline-offset: 3px; }
.company-details small { display: inline-block; margin-left: 12px; color: var(--muted); font-size: 11px; font-weight: 400; }
.leader-profile { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 28px; align-items: end; margin-top: 56px; padding: 30px 34px 0; border-radius: var(--radius-lg); background: linear-gradient(135deg, #e7f3ff, #f8fbff); overflow: hidden; }
.leader-copy { padding-bottom: 30px; }
.leader-copy .eyebrow { margin-bottom: 18px; }
.leader-copy h3 { margin: 0; color: var(--navy-900); font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.45; letter-spacing: -.05em; }
.leader-copy p:not(.eyebrow) { margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 2; }
.leader-copy strong { display: block; margin-top: 24px; color: var(--navy-900); font-size: 13px; }
.leader-image { align-self: end; height: 260px; overflow: hidden; }
.leader-image img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }

.contact { padding: 112px 0; color: white; background: var(--blue-500); }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact h2 { font-size: clamp(2.1rem, 4.4vw, 4rem); }
.contact p:not(.eyebrow) { margin: 18px 0 0; color: rgba(255,255,255,.8); font-size: 14px; line-height: 2; }
.button-light { flex: 0 0 auto; min-width: 210px; color: var(--blue-500); background: white; }
.button-light:hover, .button-light:focus-visible { background: var(--navy-900); }
.site-footer { color: white; background: var(--navy-950); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 140px; }
.footer-meta { display: flex; gap: 30px; color: rgba(255,255,255,.42); font: 500 10px/1 "Manrope", sans-serif; letter-spacing: .08em; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-more { transition-delay: .24s; }

@media (max-width: 900px) {
  .container { width: min(100% - 48px, 720px); }
  .hero-layout { grid-template-columns: 1fr; gap: 70px; }
  .hero { min-height: auto; padding-top: 150px; }
  .hero-copy { max-width: 620px; }
  .hero-visual { width: min(100%, 590px); min-height: 390px; margin-left: auto; }
  .signal-ring-large { width: 300px; height: 300px; }
  .section-grid, .company-grid { grid-template-columns: 1fr; gap: 40px; }
  .section-index { flex-direction: row; writing-mode: horizontal-tb; }
  .section-index i { width: 78px; height: 1px; }
  .service-list { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 26px; }
  .service-logo-wrap { margin-top: 35px; }
  .leader-profile { grid-template-columns: minmax(0, 1fr) 180px; padding-left: 26px; padding-right: 20px; }
  .leader-image { height: 220px; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 40px, 520px); }
  .header-inner { min-height: 72px; }
  .brand-copy strong { font-size: 12px; letter-spacing: .15em; }
  .brand-copy small { font-size: 9px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; inset: 72px 20px auto; display: grid; gap: 0; padding: 10px; background: rgba(7,26,55,.96); border: 1px solid rgba(255,255,255,.16); border-radius: 16px; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav a { padding: 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .site-nav a:last-child { margin-top: 10px; border: 0; text-align: center; }
  .site-nav .nav-contact { justify-content: center; }
  .hero { padding: 125px 0 78px; }
  .hero h1 { font-size: clamp(1.8rem, 10vw, 2.45rem); letter-spacing: -.07em; }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 340px; }
  .visual-corner-tl { top: 26px; left: 26px; }
  .visual-corner-br { right: 26px; bottom: 26px; }
  .visual-caption { bottom: 26px; left: 26px; }
  .node-lab { left: 14%; }
  .node-care { right: 10%; }
  .node-business { right: 14%; bottom: 20%; }
  .about, .company { padding: 100px 0; }
  .about-body { grid-template-columns: 1fr; gap: 20px; margin-top: 34px; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading-note { margin-top: 25px; }
  .services { padding: 100px 0; }
  .service-card { padding: 24px; }
  .bridge { padding: 110px 0; }
  .bridge h2 { font-size: 2.35rem; }
  .company-details > div { grid-template-columns: 95px 1fr; gap: 16px; }
  .company-details small { display: block; margin: 4px 0 0; }
  .leader-profile { grid-template-columns: 1fr; gap: 0; padding: 24px 24px 0; }
  .leader-copy { padding-bottom: 0; }
  .leader-image { width: 210px; height: 230px; margin: 0 auto; }
  .contact { padding: 90px 0; }
  .contact-inner { display: block; }
  .contact .button { margin-top: 34px; }
  .footer-inner { display: block; padding: 34px 0; }
  .footer-meta { flex-direction: column; gap: 10px; margin-top: 28px; }
  .desktop-only { display: none; }
}

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

/* Corporate group-site wireframe direction */
.site-nav { gap: 22px; text-transform: none; letter-spacing: .04em; }

.hero-visual.hero-visual-editorial {
  min-height: 520px;
  border: 0;
  background: transparent;
  clip-path: none;
  overflow: visible;
}

.hero-visual-editorial::before { display: none; }

.hero-photo-slot {
  position: relative;
  width: min(100%, 430px);
  aspect-ratio: .8;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(145, 211, 255, .34);
  border-radius: 0 0 0 128px;
  background: linear-gradient(145deg, rgba(24, 92, 165, .5), rgba(6, 21, 44, .9));
  box-shadow: 0 26px 70px rgba(2, 12, 28, .34);
}

.hero-photo-slot::before {
  position: absolute;
  inset: 9% -18% auto auto;
  width: 82%;
  aspect-ratio: 1;
  border: 1px solid rgba(104, 193, 255, .28);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(104, 193, 255, .055), 0 0 0 70px rgba(104, 193, 255, .035);
  content: "";
}

.hero-photo-slot::after {
  position: absolute;
  right: -10%;
  bottom: 22%;
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange));
  content: "";
  transform: rotate(-44deg);
  transform-origin: right center;
}

.hero-photo-grid {
  position: absolute;
  inset: 0;
  opacity: .24;
  background-image: linear-gradient(rgba(117, 185, 255, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(117, 185, 255, .2) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, transparent, black 24%, black 78%, transparent);
}

.hero-photo-slot p {
  position: absolute;
  z-index: 1;
  left: 36px;
  bottom: 66px;
  margin: 0;
  color: white;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -.06em;
}

.hero-photo-slot p strong { color: var(--orange); font-weight: 800; }

.hero-photo-slot > span {
  position: absolute;
  z-index: 1;
  left: 36px;
  bottom: 33px;
  color: rgba(255,255,255,.55);
  font: 600 9px/1 "Manrope", sans-serif;
  letter-spacing: .2em;
}

.hero-visual-note {
  display: flex;
  justify-content: flex-end;
  gap: 17px;
  margin: 18px 12px 0 0;
  color: rgba(255,255,255,.52);
  font-size: 11px;
  letter-spacing: .08em;
}

.hero-visual-note span + span::before { margin-right: 17px; color: var(--orange); content: "/"; }

.services {
  color: var(--navy-900);
  background: var(--paper);
  background-image: none;
}

.section-heading h2 { color: var(--navy-900); }
.section-heading-note { color: var(--muted); }
.services .section-heading h2 { font-size: clamp(2.1rem, 4.1vw, 3.8rem); }
.service-heading-line { display: inline-block; white-space: nowrap; }

.service-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.service-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 160px;
  grid-template-areas: "logo title link" "logo catch link" "logo description link";
  column-gap: 44px;
  align-items: center;
  min-height: 230px;
  padding: 30px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent !important;
  overflow: visible;
  transition: background .2s ease;
}

.service-card:last-child { border-bottom: 1px solid var(--line); }
.service-card::after { display: none; }
.service-card:hover { transform: none; background: rgba(232,243,255,.44) !important; }

.service-logo-wrap {
  grid-area: logo;
  width: 220px;
  min-height: 110px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(10, 37, 75, .06);
}

.service-logo-link { transition: transform .2s ease, box-shadow .2s ease; }
.service-logo-link:hover, .service-logo-link:focus-visible { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(10, 37, 75, .12); }

.service-card h3 { grid-area: title; margin: 0; color: var(--navy-900); font-size: 1.5rem; }
.service-catch { grid-area: catch; margin: 7px 0 0; color: var(--blue-500); }
.service-description { grid-area: description; max-width: 680px; margin: 12px 0 0; color: var(--muted); }
.service-link { grid-area: link; align-self: center; justify-self: end; margin: 0; padding: 0; color: var(--navy-900); text-align: right; }
.service-link-disabled { color: var(--muted); }

.activity {
  padding: 140px 0;
  background: var(--blue-100);
}

.activity-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
}

.activity-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--navy-900), var(--navy-800));
}

.activity-visual::before {
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(104, 193, 255, .25);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(104,193,255,.05), 0 0 0 80px rgba(104,193,255,.025);
  content: "";
}

.activity-visual-mark {
  position: relative;
  color: white;
  font-size: clamp(1.8rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -.06em;
}

.activity-visual-mark strong { color: var(--orange); font-weight: 800; }

.activity-visual-line {
  position: absolute;
  right: 10%;
  bottom: 19%;
  width: 45%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange));
  transform: rotate(-42deg);
  transform-origin: right center;
}

.activity-copy h2 { color: var(--navy-900); }
.activity-copy h3 { margin: 24px 0 0; color: var(--navy-900); font-size: 1.4rem; letter-spacing: -.04em; }
.activity-copy p { max-width: 540px; margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 2.1; }
.activity-link { display: inline-flex; gap: 14px; margin-top: 30px; color: var(--navy-900); font-size: 13px; font-weight: 700; }
.activity-link span { color: var(--orange); font-size: 16px; }
.activity-mobile-break { display: none; }

@media (max-width: 900px) {
  .hero-visual.hero-visual-editorial { min-height: 430px; }
  .service-card {
    grid-template-columns: 190px minmax(0, 1fr);
    grid-template-areas: "logo title" "logo catch" "logo description" "logo link";
    column-gap: 26px;
  }
  .service-logo-wrap { width: 180px; }
  .service-link { align-self: end; justify-self: start; }
  .activity-grid { grid-template-columns: 1fr; gap: 45px; }
  .activity-visual { min-height: 280px; }
}

@media (max-width: 640px) {
  .site-nav { gap: 0; }
  .hero-visual.hero-visual-editorial { min-height: 360px; }
  .hero-photo-slot { width: calc(100% - 16px); aspect-ratio: .9; }
  .hero-photo-slot p { left: 24px; bottom: 58px; font-size: 2rem; }
  .hero-photo-slot > span { left: 24px; bottom: 28px; font-size: 8px; }
  .hero-visual-note { justify-content: center; margin-top: 14px; }
  .service-card {
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "title" "catch" "description" "link";
    gap: 0;
    min-height: 0;
    padding: 32px 0;
  }
  .service-logo-wrap { width: 100%; max-width: 300px; margin-bottom: 22px; }
  .service-card h3 { margin-top: 0; }
  .service-catch { margin-top: 8px; }
  .service-description { margin-top: 14px; }
  .service-link { margin-top: 26px; }
  .activity { padding: 100px 0; }
  .activity-visual { min-height: 240px; }
  .activity-copy h3 { font-size: 1.25rem; }
}

/* Hero photo reel */
.hero-photo-reel {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.hero-photo-reel::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,26,55,.98) 0%, rgba(7,26,55,.86) 25%, rgba(7,26,55,.42) 62%, rgba(7,26,55,.82) 100%),
    linear-gradient(0deg, rgba(7,26,55,.9), rgba(7,26,55,.24) 48%, rgba(7,26,55,.76));
  content: "";
}

.hero-photo-track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: hero-photo-flow 62s linear infinite;
}

.hero-photo-group {
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  height: 100%;
  padding: 74px 16px 48px 0;
}

.hero-photo-frame {
  flex: 0 0 clamp(260px, 29vw, 440px);
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(2,12,28,.28);
  transform: translateY(var(--reel-offset, 0));
}

.hero-photo-frame:nth-child(2) { --reel-offset: 42px; }
.hero-photo-frame:nth-child(3) { --reel-offset: -18px; }
.hero-photo-frame:nth-child(4) { --reel-offset: 70px; }

.hero-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.74) contrast(.92) brightness(.8);
  transform: scale(1.03);
}

@keyframes hero-photo-flow {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hero-visual.hero-visual-editorial {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 520px;
  padding: 0 0 44px;
}

.hero-reel-caption {
  max-width: 370px;
  margin-left: auto;
  padding: 24px 0 24px 28px;
  border-left: 1px solid rgba(255,255,255,.34);
  background: linear-gradient(90deg, rgba(7,26,55,0), rgba(7,26,55,.24));
}

.hero-reel-caption > span {
  color: rgba(255,255,255,.58);
  font: 600 9px/1 "Manrope", sans-serif;
  letter-spacing: .2em;
}

.hero-reel-caption p {
  margin: 22px 0 0;
  color: white;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -.06em;
}

.hero-reel-caption strong { color: var(--orange); font-weight: 800; }

.hero-visual-editorial .hero-visual-note { margin: 18px 0 0 auto; }

@media (max-width: 900px) {
  .hero-photo-group { padding-top: 68px; padding-bottom: 40px; }
  .hero-photo-frame { flex-basis: 330px; }
  .hero-visual.hero-visual-editorial { min-height: 390px; padding-bottom: 26px; }
}

@media (max-width: 640px) {
  .hero-photo-track { animation-duration: 48s; }
  .hero-photo-group { gap: 12px; padding: 62px 12px 34px 0; }
  .hero-photo-frame { flex-basis: 72vw; border-radius: 18px; }
  .hero-visual.hero-visual-editorial { min-height: 230px; padding-bottom: 12px; }
  .hero-reel-caption { max-width: 310px; padding: 16px 0 16px 18px; }
  .hero-reel-caption p { margin-top: 14px; font-size: 1.8rem; }
  .hero-reel-caption > span { font-size: 8px; }
  .hero-visual-editorial .hero-visual-note { margin-top: 10px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo-track { animation: none; transform: translateX(-25%); }
}

/* Make the purpose sequence explicit: Mission → Vision → Services */
.about h2 {
  color: var(--blue-500);
  font: 700 clamp(1.25rem, 2vw, 1.6rem)/1.2 "Manrope", sans-serif;
  letter-spacing: .1em;
}

.about-statement {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--navy-900);
  font-size: clamp(2.2rem, 4.8vw, 4.2rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.06em;
}

.about-statement em { color: var(--blue-500); font-style: normal; }

.bridge h2 {
  color: var(--blue-400);
  font: 700 clamp(1.25rem, 2vw, 1.6rem)/1.2 "Manrope", sans-serif;
  letter-spacing: .1em;
}

.bridge p.bridge-statement {
  margin: 22px 0 0;
  color: white;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.06em;
}

@media (max-width: 640px) {
  .about-statement { font-size: 2.2rem; }
  .bridge p.bridge-statement { font-size: 2.35rem; }
}

/* Use the landscape photos as service and activity context images */
.service-card {
  grid-template-columns: 290px minmax(0, 1fr) 160px;
  grid-template-areas: "photo content link";
  column-gap: 40px;
  min-height: 260px;
}

.service-photo {
  grid-area: photo;
  width: 100%;
  height: 180px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--blue-100);
}

.service-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(.95);
  transition: transform .45s ease;
}

.service-card:hover .service-photo img { transform: scale(1.04); }

.service-content {
  display: grid;
  grid-area: content;
  align-content: center;
  min-width: 0;
}

.service-content .service-logo-wrap {
  grid-area: auto;
  width: 220px;
  min-height: 76px;
  margin: 0 0 20px;
}

.service-content h3,
.service-content .service-catch,
.service-content .service-description {
  grid-area: auto;
}

.service-content h3 { margin: 0; }
.service-content .service-catch { margin: 8px 0 0; }
.service-content .service-description { margin: 12px 0 0; }

.activity-visual { isolation: isolate; }

.activity-visual-photo {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) brightness(.7);
}

.activity-visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(135deg, rgba(7,26,55,.76), rgba(12,43,87,.48));
  content: "";
}

.activity-visual::before { z-index: 2; }
.activity-visual-mark, .activity-visual-line { z-index: 3; }

@media (max-width: 900px) {
  .service-card {
    grid-template-columns: 1fr;
    grid-template-areas: "photo" "content" "link";
    row-gap: 22px;
  }

  .service-photo { height: 220px; }
  .service-link { justify-self: start; }
}

@media (max-width: 640px) {
  .service-card {
    grid-template-areas: "photo" "content" "link";
    row-gap: 0;
  }

  .service-photo { height: 185px; margin-bottom: 24px; border-radius: 12px; }
  .service-content .service-logo-wrap { width: 100%; max-width: 300px; margin-bottom: 20px; }
  .service-link { margin-top: 26px; }
  .activity-mobile-break { display: block; }
}

/* Keep Mission and Vision text layouts consistent */
.bridge-inner {
  width: min(760px, calc(100% - 80px));
  margin: 0 auto;
  text-align: left;
}

.bridge-mark { justify-content: flex-start; }

@media (max-width: 900px) {
  .bridge-inner { width: min(720px, calc(100% - 48px)); }
}

@media (max-width: 640px) {
  .bridge-inner { width: min(520px, calc(100% - 40px)); }
}
