@import url('./luqra-tokens.css');
:root { --ink: var(--luqra-ink); --muted: var(--luqra-muted); --blue: var(--luqra-blue-light); --violet: var(--luqra-violet-light); --surface: var(--luqra-air); --line: #d4dfef; --ease: var(--luqra-response); font-family: var(--luqra-font); color: var(--ink); background: #fff; font-synthesis: none; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-height) + 20px); }
body { margin: 0; font-size: 1rem; line-height: 1.8; }
main { position: relative; z-index: 1; padding-top: var(--nav-height); }
h1,h2,h3,p,figure,dl { margin: 0; }
h1,h2,h3,p,dd { overflow-wrap: anywhere; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
button,a { touch-action: manipulation; }
[hidden] { display: none !important; }
::selection { background: #ccdfff; color: #172747; }
:focus-visible { outline: 3px solid #7850dc; outline-offset: 5px; }
.container { width: calc(100% - 96px); max-width: 1360px; margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 12px 20px; background: #fff; color: #192b50; }
.skip-link:focus { top: 14px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 30; background: rgb(255 255 255 / 50%); border-bottom: 1px solid rgb(185 205 233 / 24%); backdrop-filter: blur(20px) saturate(112%); -webkit-backdrop-filter: blur(20px) saturate(112%); }
.navigation { min-height: 80px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 1.12rem; font-weight: 650; letter-spacing: .015em; white-space: nowrap; }
.brand img { width: 36px; height: 36px; object-fit: contain; }
.desktop-navigation { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.desktop-navigation a { min-height: 44px; display: inline-flex; align-items: center; font-size: .8125rem; letter-spacing: .045em; border-bottom: 1px solid transparent; }
.desktop-navigation a:hover,.desktop-navigation a[aria-current] { border-color: #5b65d5; color: #405ad2; }
.navigation-actions { display: flex; align-items: center; gap: 14px; }
.button { position: relative; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 54px; padding: 14px 25px; border: 1px solid #bccce2; border-radius: var(--luqra-drop); color: #213450; background: rgb(255 255 255 / 64%); box-shadow: inset 0 1px 0 #fff,0 5px 18px rgb(88 125 175 / 3%); font-size: .9375rem; font-weight: 600; line-height: 1.5; transition: box-shadow .35s,transform .35s var(--ease),border-color .35s; }
.button > span[aria-hidden] { font-size: 1.2rem; font-weight: 400; border: 0; padding-left: 0; transition: transform .35s var(--ease); }
.button:hover { border-color: #8eace0; box-shadow: inset 0 1px 0 #fff,0 9px 25px rgb(89 116 176 / 12%); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 17px; font-size: .8125rem; gap: 18px; border-radius: 24px 24px 24px 6px; }
.button-small > span[aria-hidden] { border: 0; padding-left: 0; }
.button-light { color: #213450; background: rgb(255 255 255 / 78%); }
.button-light > span[aria-hidden] { border-color: #c9d6ed; }
.text-link { display: inline-flex; align-items: center; gap: 19px; min-height: 48px; font-size: .9375rem; font-weight: 600; line-height: 1.7; transition: color .3s; }
.text-link:hover { color: #7041c9; border-color: #7041c9; }
.link-circle,.round-arrow { display: inline-grid; place-items: center; width: 36px; height: 36px; flex: 0 0 auto; border: 1px solid #b6c7df; border-radius: 50%; font-size: 1.1rem; font-weight: 400; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid #bdcde2; border-radius: 50%; background: rgb(255 255 255 / 24%); color: var(--ink); }
.menu-toggle span { display: block; height: 1px; width: 21px; margin: 6px 0; background: currentColor; transition: transform .25s; }
.menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-navigation { padding: 18px 25px 25px; border-top: 1px solid var(--line); background: rgb(255 255 255 / 94%); }
.mobile-navigation a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #526989; font-size: .75rem; font-weight: 500; line-height: 1.7; letter-spacing: .12em; }
.eyebrow-line { width: 28px; height: 2px; background: linear-gradient(90deg,#29a7ed,#8050d2); }
.section-index { font-size: .75rem; color: #768db1; letter-spacing: .02em; padding-right: 12px; border-right: 1px solid #c8d6eb; }
h2 { font-size: clamp(1.9rem,3.3vw,3rem); font-weight: 550; line-height: 1.65; letter-spacing: .025em; }
h3 { line-height: 1.5; letter-spacing: -.025em; }
.light-text,.gradient-text { color: #527cd0; background: linear-gradient(120deg,#3d8ae2 20%,#9270d0 84%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.section-intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 50px; margin-bottom: 44px; }
.section-intro h2 { margin-top: 20px; }
.section-intro > p { font-size: 1rem; line-height: 1.95; color: var(--muted); padding-bottom: 8px; }

/* Possibility has no fixed form at the entrance. */
.glass-hero { position: relative; }
.hero-main { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 635px; gap: 15px; }
.hero-copy { position: relative; z-index: 2; padding: 65px 0; }
.hero-copy::before { content: ''; position: absolute; z-index: -1; inset: 0 -25px 0 -50px; background: linear-gradient(90deg,rgb(255 255 255 / 94%) 10%,rgb(255 255 255 / 50%) 72%,transparent); pointer-events: none; }
.hero-copy h1 { margin-top: 32px; font-size: clamp(3.1rem,4.75vw,4.75rem); line-height: 1.48; letter-spacing: -.055em; font-weight: 650; }
.hero-description { margin-top: 25px; font-size: 1rem; line-height: 2; letter-spacing: .06em; color: #52637e; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 19px 27px; margin-top: 33px; }
.hero-space { min-width: 0; height: 100%; position: relative; }
.space-coordinate { position: absolute; left: 6%; bottom: 44px; color: #6f83a2; font-size: .75rem; letter-spacing: .13em; }
.space-caption { position: absolute; top: 66px; right: 0; color: #526b90; font-size: .75rem; line-height: 1.9; letter-spacing: .12em; }
.hero-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-block: 20px 25px; border-top: 1px solid rgb(176 196 225 / 34%); }
.brand-signature > span { font-size: .75rem; letter-spacing: .16em; color: #617697; }
.brand-signature p { font-size: .8125rem; color: #566a88; margin-top: 5px; letter-spacing: .03em; }
.scroll-invitation { display: inline-flex; align-items: center; gap: 19px; min-height: 44px; font-size: .8125rem; white-space: nowrap; }

/* Business: a compact visual index and native horizontal detail panels. */
.business-section { padding: 78px 0 60px; }
.photo-navigation { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 15px; }
.photo-navigation a { position: relative; min-width: 0; display: block; border-bottom: 1px solid #ccd9eb; padding: 5px 5px 0; background: rgb(255 255 255 / 20%); }
.domain-nav-label { display: flex; align-items: center; gap: 8px; min-height: 54px; padding: 10px 7px 6px; font-size: .875rem; line-height: 1.5; }
.domain-nav-label strong { font-weight: 600; }
.domain-nav-index { color: #5e69d4; font-size: .75rem; }
.domain-nav-arrow { margin-left: auto; }
.photo-navigation a[aria-current=step] { border-color: #8b78c8; }
.photo-navigation a:hover { border-color: #537cce; }
.business-control-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 18px; font-size: .875rem; color: #647999; }
.swipe-hint { display: flex; gap: 10px; align-items: center; }
.swipe-hint > span { font-size: 1.2rem; }
.business-viewport { overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; touch-action: pan-x pan-y pinch-zoom; scrollbar-width: thin; scrollbar-color: #9eb9e3 transparent; padding-bottom: 12px; }
.business-grid { display: flex; align-items: stretch; gap: 24px; }
.business-panel { position: relative; flex: 0 0 100%; min-width: 0; display: grid; grid-template-columns: .95fr 1.05fr; min-height: 620px; scroll-snap-align: start; scroll-margin-top: calc(var(--nav-height) + 20px); }
.business-panel-media img { position: absolute; width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) brightness(1.035); }
.business-panel-media::after { content: ''; position: absolute; inset: 0; border: 5px solid rgb(255 255 255 / 58%); border-radius: inherit; box-shadow: inset 4px 2px 16px rgb(255 255 255 / 70%); pointer-events: none; }
.business-panel-media figcaption { position: absolute; bottom: 8%; left: 10%; right: 10%; z-index: 1; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; border-radius: 20px; background: rgb(255 255 255 / 89%); color: #3f5578; padding: 8px 14px; font-size: .75rem; letter-spacing: .025em; }
.business-panel-copy { grid-column: 2; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 28px 15px 28px 60px; background: linear-gradient(90deg,transparent,rgb(255 255 255 / 93%) 14%); }
.business-panel-kicker { font-size: .75rem; letter-spacing: .08em; color: #5167b8; }
.card-category { margin-top: 20px; font-size: .9375rem; color: #526ba0; }
.business-panel h3 { margin-top: 12px; font-size: clamp(1.8rem,2.7vw,2.5rem); line-height: 1.55; letter-spacing: -.02em; }
.card-description { color: #59708f; margin-top: 19px; font-size: 1rem; line-height: 1.9; }
.service-list { list-style: none; padding: 0; margin: 24px 0; width: 100%; border-top: 1px solid #c4d7ed; }
.service-list li { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid #c4d7ed; }
.service-list-mark { width: 6px; height: 6px; margin-top: 12px; border: 1px solid #8698c5; border-radius: 50%; flex: 0 0 auto; }
.service-list strong { display: block; font-size: 1rem; font-weight: 600; }
.service-list li div > span { display: block; color: #607592; font-size: .875rem; line-height: 1.7; margin-top: 2px; }
.business-panel-copy > .text-link { margin-top: auto; font-size: .9375rem; }
.carousel-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 16px; }
.carousel-caption { font-size: .75rem; letter-spacing: .08em; color: #62799a; }
.chapter-progress { width: 160px; height: 3px; background: #d8e4f3; overflow: hidden; }
.chapter-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg,#268de7,#8351d5); transform: scaleX(var(--chapter-progress,.2)); transform-origin: left; }
.business-content-note { font-size: .75rem; line-height: 1.8; color: #607595; margin-top: 20px; }

/* A shared white space connects the company, facts and invitation. */
.vision-section { position: relative; padding: 75px 0 65px; border-bottom: 1px solid rgb(187 206 233 / 26%); }
.vision-copy { position: relative; width: 48%; padding-bottom: 60px; }
.vision-copy h2 { margin-top: 25px; font-family: var(--luqra-voice); font-size: clamp(2.8rem,4.2vw,4rem); font-weight: 500; line-height: 1.55; letter-spacing: .08em; color: var(--ink); }
.vision-description { margin-top: 27px; font-size: .9375rem; color: #546782; line-height: 1.95; }
.values { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; }
.value { padding-top: 22px; border-top: 1px solid #c9d8eb; background: linear-gradient(rgb(255 255 255 / 78%),rgb(255 255 255 / 24%)); }
.value-index { color: #5e66bd; font-size: .75rem; letter-spacing: .09em; }
.value h3 { font-size: 1.3rem; margin-top: 18px; font-weight: 650; }
.value p { color: #536b8f; font-size: 1rem; margin-top: 14px; }
.company-section { padding: 80px 0; background: rgb(255 255 255 / 65%); }
.company-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 85px; }
.company-heading h2 { margin-top: 24px; font-family: var(--luqra-voice); font-weight: 500; letter-spacing: .08em; }
.company-heading > p:not(.eyebrow) { margin-top: 24px; font-size: 1rem; }
.company-origin { display: flex; gap: 18px; align-items: center; margin-top: 38px; color: #6c7d9b; font-size: .75rem; letter-spacing: .07em; }
.origin-cross { font-size: 2rem; line-height: 1; font-weight: 200; color: #8ea2c5; }
.company-facts { border-top: 2px solid #6973d3; }
.company-facts > div { display: grid; grid-template-columns: 95px minmax(0,1fr); gap: 24px; padding: 23px 0; border-bottom: 1px solid #cbd9eb; font-size: .9375rem; }
.company-facts dt { color: #5d7293; }
.company-facts dd { margin: 0; }
.numbers-section { padding: 52px 0 32px; border-block: 1px solid rgb(188 206 232 / 28%); background: rgb(253 254 255 / 52%); }
.numbers-inner { display: grid; grid-template-columns: .95fr 1.05fr; gap: 30px 50px; align-items: center; }
.numbers-heading h2 { margin-top: 20px; font-size: clamp(1.9rem,2.8vw,2.65rem); }
.numbers-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.numbers-grid > div { padding-left: 24px; border-left: 1px solid #a8bee2; }
.numbers-grid dt { font-size: .9375rem; color: #45608d; }
.numbers-grid dd { margin: 10px 0 0; }
.numbers-grid dd > span:first-child { font-family: 'Helvetica Neue',Arial,sans-serif; font-size: clamp(5rem,8vw,7.5rem); line-height: 1; font-weight: 200; letter-spacing: -.06em; color: #577baa; }
.numbers-grid > div:last-child dd > span:first-child { color: #8274a5; }
.number-unit { font-size: .875rem; margin-left: 10px; color: #586fa0; }
.numbers-grid dd > p { font-size: .875rem; line-height: 1.6; color: #5c7194; margin-top: 14px; }
.numbers-note { grid-column: 1 / -1; font-size: .75rem; color: #617496; line-height: 1.8; }
.recruit-teaser-section { padding: 65px 0 75px; }
.recruit-teaser { display: grid; grid-template-columns: 1fr 1.2fr; gap: 65px; align-items: center; }
.recruit-teaser-copy h2 { font-family: 'Yu Mincho','Hiragino Mincho ProN',serif; font-size: clamp(1.9rem,2.9vw,2.8rem); font-weight: 500; line-height: 1.6; margin-top: 20px; color: #294b87; }
.recruit-teaser-copy > p:not(.eyebrow) { margin-top: 24px; color: #596e8f; font-size: 1rem; }
.recruit-teaser-copy .button { margin-top: 28px; }
.recruit-teaser-media { position: relative; }
.recruit-teaser-media img { width: 100%; height: 370px; object-fit: cover; object-position: 60% center; border-radius: var(--luqra-lens); filter: saturate(.6) brightness(1.08); box-shadow: var(--luqra-shadow); }
.recruit-teaser-media figcaption { position: absolute; bottom: 16px; right: 14%; font-size: .75rem; color: #526886; background: rgb(255 255 255 / 89%); border-radius: 18px; padding: 4px 10px; }
.contact-section { position: relative; padding: 78px 0 85px; border-top: 1px solid rgb(189 207 234 / 30%); }
.contact-inner { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.contact-copy .eyebrow { color: #526989; }
.contact-copy h2 { font-family: var(--luqra-voice); font-size: clamp(2.8rem,4.6vw,4.4rem); font-weight: 500; margin-top: 22px; line-height: 1.5; letter-spacing: .055em; }
.contact-copy > p:not(.eyebrow) { margin-top: 26px; color: #586b87; font-size: .9375rem; }
.contact-link { display: flex; align-items: center; justify-content: space-between; gap: 25px; border-block: 1px solid #c1cfe3; padding: 24px 0; font-size: 1.4rem; background: rgb(255 255 255 / 78%); }
.contact-link-sub { display: block; color: #62799d; font-size: .75rem; letter-spacing: .09em; margin-top: 7px; }
.contact-arrow { display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid #bbcee8; border-radius: 50%; font-size: 2rem; color: #4f6fa2; transition: transform .35s var(--ease); flex: 0 0 auto; }
.contact-link:hover .contact-arrow { transform: translate(4px,-4px); }
.site-footer { position: relative; z-index: 1; padding: 28px 0 77px; background: rgb(255 255 255 / 91%); border-top: 1px solid #dce5f1; color: var(--ink); }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.back-to-top { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; font-size: .875rem; }
.footer-wordmark { font-family: var(--luqra-voice); font-size: clamp(1.2rem,2.4vw,2rem); letter-spacing: .15em; margin-top: 25px; color: #61799b; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; border-top: 1px solid #cbdcf1; padding-top: 20px; color: #5c7096; font-size: .75rem; }
.footer-bottom a { font-size: .875rem; }

/* Recruitment belongs to the same visual identity, with people at its center. */
.recruit-hero { position: relative; isolation: isolate; min-height: 640px; display: flex; align-items: center; }
.recruit-hero-media { position: absolute; z-index: -1; right: 3%; top: 11%; width: 51%; height: 76%; }
.recruit-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; border-radius: var(--luqra-lens); filter: saturate(.65) brightness(1.06); box-shadow: var(--luqra-shadow); }
.recruit-hero-media figcaption { position: absolute; bottom: 25px; right: 10%; font-size: .75rem; color: #586d8d; background: rgb(255 255 255 / 89%); border-radius: 20px; padding: 4px 10px; }
.recruit-hero-copy { position: relative; width: 64%; padding: 65px 0; }
.recruit-hero-copy h1 { margin-top: 27px; font-size: clamp(2.5rem,4vw,3.9rem); line-height: 1.55; letter-spacing: -.04em; font-weight: 600; }
.recruit-hero-copy h1 > span { display: block; }
.recruit-hero-copy h1 > span:first-child { font-family: 'Yu Mincho','Hiragino Mincho ProN',serif; font-weight: 500; }
.recruit-hero-copy h1 > span:last-child { margin-left: 0; }
.recruit-hero-copy > p:not(.eyebrow) { margin-top: 24px; font-size: 1rem; color: #516a91; line-height: 1.95; }
.recruit-intro-section,.recruit-faq-section { padding: 95px 0; }
.recruit-principles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 38px; }
.recruit-principles article { border-top: 1px solid #c5d4e9; padding-top: 21px; background: linear-gradient(rgb(255 255 255 / 78%),transparent); }
.recruit-principles article:nth-child(2) { border-color: #c9cce4; }
.recruit-principles article:nth-child(3) { border-color: #d6cde6; }
.recruit-principles article > span { color: #5c71a1; font-size: .75rem; letter-spacing: .08em; }
.recruit-principles h3 { font-size: 1.25rem; font-weight: 600; margin-top: 15px; }
.recruit-principles p { margin-top: 15px; font-size: 1rem; color: #5c7192; }
.recruit-work-section { padding: 70px 0 55px; background: rgb(253 254 255 / 70%); border-block: 1px solid rgb(194 211 237 / 28%); }
.role-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 25px; }
.role-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid #d3deed; border-radius: 36px 36px 36px 9px; background: rgb(255 255 255 / 80%); overflow: hidden; box-shadow: 0 12px 32px rgb(76 107 161 / 3%); }
.role-card > img { width: 100%; height: clamp(16rem,28vw,21.333rem); object-fit: cover; filter: saturate(.65) brightness(1.055); border-radius: 0 0 48% 12% / 0 0 16% 5%; }
.role-copy { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 26px; }
.role-eyebrow { font-size: .75rem; letter-spacing: .06em; color: #6065ba; }
.role-copy h3 { font-size: 1.3rem; line-height: 1.6; font-weight: 650; margin-top: 15px; }
.role-copy > p:not(.role-eyebrow) { font-size: 1rem; color: #5d7191; margin-top: 17px; line-height: 1.9; }
.role-keywords { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 21px 0 28px; }
.role-keywords li { font-size: .75rem; color: #647993; border: 1px solid #d2def0; border-radius: 16px; padding: 4px 9px; }
.role-copy .text-link { margin-top: auto; font-size: .875rem; gap: 12px; }
.recruit-faq-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; }
.recruit-faq-layout h2 { font-size: clamp(1.9rem,3vw,2.8rem); margin-top: 20px; }
.recruit-faq-list { border-top: 1px solid #bdcee5; background: rgb(255 255 255 / 85%); }
.recruit-faq-list details { border-bottom: 1px solid #bdcfe7; }
.recruit-faq-list summary { padding: 23px 25px 23px 0; cursor: pointer; font-size: 1rem; color: #314f7e; }
.recruit-faq-list details > p { padding: 0 15px 24px 0; font-size: 1rem; line-height: 1.9; color: #5e7190; }
.recruit-entry-section { padding: 75px 0 85px; border-top: 1px solid rgb(192 209 234 / 28%); }
.recruit-entry-inner { position: relative; }
.recruit-entry-inner .eyebrow { color: #526989; }
.recruit-entry-inner h2 { font-family: 'Yu Mincho','Hiragino Mincho ProN',serif; font-weight: 500; margin-top: 24px; }
.recruit-entry-inner > p:not(.eyebrow) { margin-top: 23px; color: #586d89; font-size: .9375rem; }
.recruit-entry-inner .button { margin-top: 28px; }
.entry-email { display: block; font-size: .8125rem; color: #5e7595; margin-top: 18px; }

.button:hover > span[aria-hidden] { transform: translate(2px,-2px); }
.vision-inner { position: relative; }
.vision-space-note { position: absolute; right: 6%; top: 26%; font-size: clamp(1.35rem,2.5vw,2.4rem); letter-spacing: .15em; line-height: 1.5; color: #788dac; opacity: .7; }
.business-section .section-intro h2 { font-family: var(--luqra-voice); font-weight: 500; }
.photo-navigation a[aria-current=step] .domain-nav-index { color: #5b74c7; }
.photo-navigation a:hover img { filter: saturate(.95) brightness(1.04); }
.recruit-teaser-media::after { content: ''; position: absolute; inset: -7px; border: 1px solid rgb(188 208 237 / 52%); border-radius: var(--luqra-lens); pointer-events: none; }
.unity-signature { position: absolute; right: 5%; top: -28px; display: flex; align-items: center; gap: 12px; }
.unity-signature img { width: 34px; height: auto; }
.unity-signature span { font-size: .75rem; letter-spacing: .12em; color: #627a9b; }
.recruit-hero-media::after { content: ''; position: absolute; inset: -8px; border: 1px solid #d6e3f4; border-radius: var(--luqra-lens); }
.recruit-hero-copy::before { content: ''; position: absolute; z-index: -1; inset: -10px -20px -10px -50px; background: linear-gradient(90deg,#fff 20%,rgb(255 255 255 / 90%) 53%,transparent); }

/* Content enters gently; the imagery remains still. */
.reveal-ready { opacity: 0; transform: translate3d(0,16px,0); transition: opacity .7s var(--ease),transform .9s var(--ease); transition-delay: var(--reveal-delay,0ms); }
.reveal-ready.is-visible,.reveal-ready:focus-within { opacity: 1; transform: none; }
[data-ink-reveal].ink-ready > span { opacity: var(--ink-opacity,1); }
[data-parallax].parallax-ready { translate: 0 var(--parallax-y,0px); scale: var(--image-scale,1); }

@media (max-width: 1120px) {
  .container { width: calc(100% - 64px); }
  .desktop-navigation { gap: 19px; }
  .navigation { gap: 16px; }
  .brand { font-size: 1.2rem; }
  .hero-main { min-height: 640px; }
  .domain-nav-arrow { display: none; }
  .domain-nav-label { padding-inline: 3px; font-size: .8125rem; gap: 5px; }
  .business-panel-copy { padding: 32px; }
  .company-layout,.recruit-teaser,.contact-inner { gap: 45px; }
  .role-copy { padding: 23px; }
}
@media (max-width: 900px) {
  .desktop-navigation { display: none; }
  .navigation-actions { margin-left: auto; }
  .menu-toggle { display: block; }
  .navigation { min-height: 72px; }
  .hero-copy h1 { font-size: 6.9vw; }
  .hero-copy { grid-column: 1 / 9; }
  .values,.recruit-principles { gap: 24px; }
  .recruit-teaser { gap: 30px; }
  .recruit-hero-copy { width: 68%; }
  .recruit-faq-layout { gap: 40px; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 40px); }
  .hero-main { display: flex; flex-direction: column; min-height: 0; padding: 35px 0 30px; }
  .hero-copy { display: contents; }
  .hero-copy h1 { order: 0; position: relative; z-index: 4; font-size: clamp(3rem,11.7vw,5rem); line-height: 1.4; }
  .hero-description { order: 2; margin-top: 10px; max-width: none; position: relative; z-index: 3; }
  .hero-actions { order: 3; margin-top: 22px; position: relative; z-index: 3; gap: 16px 24px; }
  .hero-footer { margin-top: 8px; padding-block: 23px; }
  .scroll-invitation { font-size: .8125rem; gap: 10px; }
  .section-intro { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
  .section-intro > p { padding-bottom: 0; }
  .business-section,.company-section,.recruit-teaser-section { padding-block: 70px; }
  .photo-navigation { grid-template-columns: repeat(5,minmax(138px,1fr)); overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #b1c8e5 transparent; padding-bottom: 10px; }
  .domain-nav-label { font-size: .875rem; min-height: 65px; padding: 10px 6px 5px; }
  .business-panel { grid-template-columns: 1fr; min-height: 0; border-radius: 2px 25px 2px 2px; }
  .business-panel-media { grid-column: 1; grid-row: 1; height: 270px; }
  .business-panel-copy { grid-column: 1; grid-row: 2; padding: 30px; }
  .business-panel h3 { font-size: 2.2rem; }
  .vision-section { padding-block: 75px 65px; }
  .vision-copy { padding-left: 0; padding-bottom: 45px; }
  .vision-copy h2 { font-size: clamp(1.95rem,5vw,3rem); }
  .company-layout { grid-template-columns: 1fr; gap: 42px; }
  .company-heading h2 br { display: none; }
  .company-origin { margin-top: 25px; }
  .numbers-inner { grid-template-columns: 1fr; gap: 32px; }
  .numbers-heading h2 br { display: none; }
  .numbers-grid { gap: 25px; }
  .numbers-grid dd > span:first-child { font-size: 6rem; }
  .recruit-teaser { grid-template-columns: 1fr; gap: 35px; }
  .recruit-teaser-media { grid-row: 1; }
  .recruit-teaser-media img { height: 320px; }
  .contact-inner { grid-template-columns: 1fr; gap: 35px; }
  .contact-link { max-width: 560px; font-size: 1.5rem; }
  .recruit-hero { display: flex; flex-direction: column; }
  .recruit-hero-media { position: relative; inset: auto; order: 2; width: calc(100% - 20px); align-self: flex-end; height: 340px; margin-bottom: 28px; }
  .recruit-hero-media img { clip-path: polygon(6% 0,100% 0,100% 92%,0 100%); }
  .recruit-hero > .container { order: 1; }
  .recruit-hero-copy { width: 100%; padding: 48px 0 35px; }
  .recruit-hero-copy h1 { font-size: clamp(2.15rem,6.2vw,3.5rem); line-height: 1.5; }
  .recruit-intro-section,.recruit-faq-section { padding-block: 70px; }
  .recruit-work-section { padding-block: 70px 55px; }
  .role-grid { grid-template-columns: 1fr; gap: 24px; }
  .role-card { display: grid; grid-template-columns: .85fr 1.15fr; }
  .role-card > img { height: 100%; min-height: 0; max-height: 430px; object-position: 60% center; }
  .recruit-faq-layout { grid-template-columns: 1fr; gap: 32px; }
  .recruit-entry-inner { padding-left: 0; }
}
@media (max-width: 520px) {
  .navigation.container { width: calc(100% - 28px); }
  .navigation { min-height: 66px; gap: 6px; }
  .brand { font-size: 1.125rem; gap: 7px; }
  .brand img { width: 29px; height: 29px; }
  .navigation-actions { gap: 5px; }
  .button-small { font-size: .8125rem; padding: 9px 12px; gap: 8px; }
  .button-small > span { display: none; }
  .hero-main { padding-top: 27px; }
  .hero-description { margin-top: 12px; font-size: 1rem; }
  .hero-actions .button { min-height: 51px; padding: 12px 18px; font-size: .9375rem; gap: 14px; }
  .hero-actions .text-link { font-size: .875rem; gap: 14px; }
  .hero-footer { align-items: flex-start; flex-wrap: wrap; gap: 14px; }
  .scroll-invitation { margin-left: auto; }
  h2 { font-size: clamp(1.8rem,7.5vw,2.4rem); }
  .photo-navigation { gap: 9px; grid-template-columns: repeat(5,136px); }
  .photo-navigation a img { height: 122px; }
  .business-control-line { gap: 10px; font-size: .75rem; padding-block: 14px; }
  .swipe-hint { gap: 7px; }
  .business-panel-media { height: 220px; }
  .business-panel-media figcaption { left: 18px; right: 18px; bottom: 16px; letter-spacing: .03em; }
  .business-panel-copy { padding: 26px 23px; }
  .business-panel-kicker { font-size: .75rem; letter-spacing: .025em; }
  .business-panel h3 { font-size: clamp(1.8rem,7.6vw,2.3rem); }
  .business-panel-copy > .text-link { font-size: .875rem; gap: 11px; }
  .card-description br { display: none; }
  .chapter-progress { width: 90px; }
  .carousel-caption { font-size: .75rem; letter-spacing: .03em; }
  .values,.recruit-principles { grid-template-columns: 1fr; gap: 28px; }
  .vision-copy h2 { font-size: clamp(1.65rem,6.8vw,2.2rem); }
  .vision-description br.desktop-break { display: none; }
  .value h3 { font-size: 1.25rem; }
  .value p br { display: none; }
  .company-facts > div { grid-template-columns: 74px minmax(0,1fr); gap: 16px; font-size: .875rem; }
  .numbers-section { padding-top: 48px; }
  .numbers-grid { gap: 15px; }
  .numbers-grid > div { padding-left: 15px; }
  .numbers-grid dt { font-size: .875rem; }
  .numbers-grid dd > span:first-child { font-size: 5.25rem; }
  .number-unit { margin-left: 6px; font-size: .8125rem; }
  .numbers-grid dd > p { font-size: .8125rem; }
  .recruit-teaser-media img { height: 250px; }
  .contact-section,.recruit-entry-section { padding-block: 60px; }
  .contact-copy h2 { font-size: 2.75rem; }
  .contact-arrow { width: 58px; height: 58px; font-size: 2rem; }
  .footer-top { align-items: flex-start; flex-wrap: wrap; }
  .back-to-top { font-size: .8125rem; }
  .footer-wordmark { font-size: 13vw; }
  .footer-bottom { gap: 14px; }
  .recruit-hero-media { height: 250px; }
  .recruit-hero-copy h1 { font-size: clamp(1.8rem,7.2vw,2.4rem); }
  .role-card { display: flex; }
  .role-card > img { height: auto; max-height: none; aspect-ratio: 3 / 2; }
  .role-copy { padding: 25px; }
  .recruit-entry-inner h2 { font-size: 1.9rem; }
  .recruit-entry-inner .button { font-size: .875rem; padding: 12px 18px; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation: none !important; transition: none !important; }
  [data-parallax] { translate: none !important; scale: none !important; }
}
@supports not (backdrop-filter: blur(1px)) { .site-header { background: rgb(255 255 255 / 96%); } }
@media print {
  main { padding-top: 0; }
  .site-header { position: static; background: #fff; color: #192b50; }
  .hero-main { display: block; min-height: 0; }
  .hero-copy { padding: 20px 0; }
  .business-grid { display: block; }
  .business-panel { break-inside: avoid; margin-bottom: 24px; min-height: 0; }
  .business-viewport { overflow: visible; }
  .vision-section,.numbers-section,.contact-section,.recruit-entry-section,.site-footer { background: #fff; color: #192b50; }
  .reveal-ready { opacity: 1; transform: none; }
  [data-parallax] { translate: none !important; scale: none !important; }
  .recruit-hero-media { display: none; }
  .recruit-hero-copy { width: 100%; padding: 25px 0; }
  .role-grid { display: block; }
  .role-card { display: grid; grid-template-columns: 1fr 1fr; break-inside: avoid; margin-bottom: 24px; }
  .role-card > img { height: 240px; }
  .button { color: #192b50; background: #fff; border-color: #192b50; }
}

/* Responsive layout and readable motion. */
@media (prefers-reduced-motion: no-preference) {
  .hero-copy h1 { animation: intent-arrive 1.2s var(--ease) both; }
}
@keyframes intent-arrive { from { opacity: 0; translate: 0 13px; } to { opacity: 1; translate: 0 0; } }
@media screen and (max-width: 1120px) {
  .brand { font-size: 1.02rem; }
  .business-panel-copy { padding: 28px 15px 28px 37px; }
}
@media screen and (max-width: 900px) and (min-width: 801px) {
  .hero-copy { grid-column: auto; }
  .hero-copy h1 { font-size: 5.4vw; }
}
@media screen and (max-width: 800px) {
  .hero-main { display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 40px 0 0; min-height: 0; }
  .hero-copy { display: contents; }
  .hero-copy::before { display: none; }
  .hero-copy > .eyebrow { order: 0; }
  .hero-copy h1 { order: 1; font-size: clamp(2.8rem,8vw,4.1rem); margin-top: 23px; line-height: 1.5; }
  .hero-description { order: 2; margin-top: 22px; }
  .hero-space { order: 3; min-height: 320px; width: 100%; }
  .space-coordinate { left: auto; right: 4px; bottom: 18px; font-size: .75rem; }
  .space-caption { top: 30px; right: 4px; font-size: .75rem; }
  .hero-actions { order: 4; margin: 5px 0 32px; gap: 18px 24px; }
  .hero-footer { align-items: flex-start; flex-wrap: wrap; gap: 18px; margin-top: 0; }
  .scroll-invitation { margin-left: auto; }
  .vision-copy { width: 70%; padding-bottom: 44px; }
  .vision-copy h2 { font-size: 3rem; }
  .vision-space-note { right: 0; top: 18%; font-size: 1.2rem; letter-spacing: .08em; }
  .business-panel { border-radius: 0; }
  .business-panel-media { margin: 12px 7px 0; border-radius: 43% 48% 44% 49% / 14% 23% 16% 21%; }
  .business-panel-copy { padding: 30px 15px 22px; background: rgb(255 255 255 / 82%); }
  .recruit-teaser-media { margin-inline: 6px; }
  .recruit-teaser-media img { clip-path: none; }
  .contact-inner { grid-template-columns: 1fr; gap: 34px; }
  .unity-signature { position: static; grid-row: 3; justify-content: flex-end; }
  .recruit-hero { display: flex; flex-direction: column; align-items: stretch; min-height: 0; }
  .recruit-hero > .container { order: 0; }
  .recruit-hero-copy { width: 100%; padding: 43px 0 30px; }
  .recruit-hero-copy::before { display: none; }
  .recruit-hero-copy h1 { font-size: clamp(2.2rem,6vw,3.4rem); }
  .recruit-hero-copy .hero-actions { margin-top: 27px; margin-bottom: 5px; }
  .recruit-hero-media { position: relative; z-index: auto; inset: auto; order: 1; width: calc(100% - 54px); align-self: center; height: 320px; margin: 12px 0 38px; }
  .recruit-hero-media img { clip-path: none; }
  .role-card > img { border-radius: 0 28% 25% 0 / 0 45% 42% 0; }
  .recruit-entry-inner { padding-left: 0; }
}
@media screen and (max-width: 520px) {
  .brand { font-size: 1rem; gap: 7px; letter-spacing: -.035em; }
  .navigation-actions { gap: 9px; }
  .button-small { font-size: .75rem; padding: 10px 12px; }
  .menu-toggle { width: 42px; height: 42px; }
  .hero-main { padding-top: 33px; }
  .hero-copy h1 { font-size: clamp(2.45rem,9.4vw,3.5rem); }
  .hero-description { font-size: .9375rem; letter-spacing: .035em; }
  .hero-space { min-height: 290px; }
  .space-caption { top: 25px; line-height: 1.7; letter-spacing: .055em; }
  .hero-actions { gap: 15px 21px; }
  .brand-signature p { font-size: .75rem; line-height: 1.85; max-width: 275px; }
  .vision-copy { width: 100%; }
  .vision-copy h2 { font-size: clamp(2.25rem,10vw,2.75rem); }
  .vision-space-note { right: 0; top: 13%; font-size: 1rem; opacity: .55; }
  .business-panel-copy { padding: 25px 7px 20px; }
  .business-panel-media figcaption { left: 7%; right: 7%; bottom: 9%; font-size: .75rem; padding: 7px 11px; letter-spacing: 0; }
  .footer-wordmark { font-size: 1.2rem; letter-spacing: .11em; }
  .recruit-hero-copy h1 { font-size: clamp(1.85rem,7vw,2.65rem); }
  .recruit-hero-media { height: 240px; }
  .role-card > img { border-radius: 0 0 48% 12% / 0 0 16% 5%; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-ready { opacity: 1; transform: none; }
  [data-ink-reveal] > span { opacity: 1 !important; }
}
@media (forced-colors: active) {
  .light-text,.gradient-text { background: none; -webkit-text-fill-color: currentColor; }
  .site-header,.site-footer { background: Canvas; color: CanvasText; }
  .button,.role-card,.round-arrow { border-color: ButtonText; }
}
@media print {
  .hero-space,.desktop-navigation,.navigation-actions,.mobile-navigation,.photo-navigation,.business-control-line,.carousel-bottom,.scroll-invitation,.back-to-top { display: none; }
  .hero-main { display: block; min-height: 0; }
  .hero-copy { width: 100%; padding: 20px 0; }
  .reveal-ready { opacity: 1; transform: none; }
  .light-text,.gradient-text { color: #162238; background: none; -webkit-text-fill-color: currentColor; }
  [data-ink-reveal] > span { opacity: 1 !important; }
  .site-footer { padding-bottom: 20px; }
}

/* White glass identity: integrated imagery, responsive liquid controls. */
.glass-hero { isolation: isolate; overflow: clip; }
.hero-space { position: absolute; z-index: -1; inset: 0 0 68px; width: 100%; pointer-events: none; }
.hero-space img { width: 100%; height: 100%; object-fit: contain; object-position: right center; }
.hero-copy h1 { font-family: "Hiragino Mincho ProN","Yu Mincho",YuMincho,serif; font-size: clamp(2.8rem,4.3vw,4.4rem); font-weight: 500; letter-spacing: .025em; line-height: 1.65; }
.hero-copy::before { background: linear-gradient(90deg,#fff 5%,rgb(255 255 255 / 82%) 50%,transparent); }
.hero-footer { background: rgb(255 255 255 / 80%); }
.hero-description,.vision-description { font-size: 1rem; }
.vision-inner { display: grid; grid-template-columns: 1fr 1.15fr; align-items: center; gap: 38px; }
.vision-copy { width: auto; padding-bottom: 0; }
.vision-art { min-width: 0; }
.vision-art { position: relative; }
.vision-art img { width: 100%; height: auto; }
.values { grid-column: 1 / -1; margin-top: 16px; }
.photo-navigation a { border: 1px solid #e1e8f2; border-radius: 12px; background: linear-gradient(135deg,#fff,#f6faff); overflow: hidden; }
.photo-navigation a img { width: 100%; height: clamp(7.5rem,10vw,9.5rem); object-fit: contain; border-radius: 0; filter: none; }
.photo-navigation a:hover img { filter: none; }
.photo-navigation a::before { content: none; }
.photo-navigation a[aria-current=step] { border-color: #a2b7de; }
.business-panel-media { position: relative; min-width: 0; grid-column: 1; grid-row: 1; margin: 22px 0 22px 6px; overflow: hidden; border: 1px solid #e3eaf4; border-radius: 16px; background: #fff; }
.business-panel-media img { object-fit: contain; filter: none; }
.business-panel-media::after { content: none; }
.recruit-teaser-media img,.recruit-hero-media img { border-radius: 12px; box-shadow: none; filter: none; clip-path: none; object-position: center; }
.recruit-teaser-media::after,.recruit-hero-media::after { content: none; }
.recruit-hero-copy h1 { font-family: var(--luqra-voice); font-weight: 500; letter-spacing: .02em; }
.role-card { border-radius: 14px; }
.role-card > img { border-radius: 0; filter: none; object-fit: cover; }
.role-card:nth-child(-n+2) > img { object-fit: contain; background: #fff; }
.button { isolation: isolate; border: 1px solid transparent; border-radius: 30px; background: transparent; box-shadow: none; transform: none; color: #203653; }
.button::before { content: ''; position: absolute; z-index: -1; inset: -1px; pointer-events: none; border: 1px solid #bdcde3; border-radius: 30px; background: radial-gradient(ellipse at var(--liquid-x,50%) var(--liquid-y,40%),rgb(194 221 255 / 55%),transparent 70%),rgb(255 255 255 / 85%); box-shadow: inset 0 1px 1px #fff,0 4px 18px rgb(79 113 161 / 5%); transition: border-radius .65s var(--ease),transform .65s var(--ease),box-shadow .4s,border-color .4s; }
.button:hover { border-color: transparent; box-shadow: none; transform: none; }
.button:focus-visible::before { border-color: #7c83c4; box-shadow: 0 0 22px rgb(133 169 227 / 16%); }
.hero-actions > .button { color: #fff; }
.hero-actions > .button::before { border-color: #17273e; background: radial-gradient(ellipse at var(--liquid-x,50%) var(--liquid-y,40%),#304968,transparent 85%),#121f33; box-shadow: inset 0 1px 1px rgb(255 255 255 / 20%),0 6px 18px rgb(43 64 96 / 10%); }
.button:active::before { transform: scale(.98); }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
 .button:hover::before { border-radius: var(--liquid-shape,38% 62% 42% 58% / 62% 44% 56% 38%); transform: translate(var(--liquid-pull-x,0px),var(--liquid-pull-y,-1px)) scale(1.035,1.045); box-shadow: inset 0 1px 2px rgb(255 255 255 / 65%),0 10px 28px rgb(105 126 201 / 18%); }
 .contact-link:hover .contact-arrow { border-radius: 42% 58% 62% 38% / 58% 42% 58% 42%; }
}
@media screen and (max-width: 800px) {
 .hero-main { display: flex; gap: 0; padding-top: 35px; }
 .hero-copy { display: contents; }
 .hero-copy h1 { font-size: clamp(2.4rem,6.7vw,3.8rem); line-height: 1.65; }
 .hero-actions { order: 3; margin: 24px 0 0; }
 .hero-space { position: relative; z-index: 0; order: 4; inset: auto; width: calc(100% + 40px); height: clamp(270px,53vw,410px); min-height: 0; margin: 12px -20px 0; overflow: hidden; }
 .hero-space img { position: absolute; max-width: none; width: auto; height: 125%; right: 8%; top: -12.5%; margin-left: 0; object-fit: contain; }
 .vision-inner { grid-template-columns: 1fr; gap: 22px; }
 .vision-copy { width: 100%; }
 .vision-art img { max-height: 360px; object-fit: contain; }
 .values { grid-column: 1; }
 .business-panel-media { margin: 12px 7px 0; border-radius: 12px; }
 .role-card > img { border-radius: 0; }
}
@media screen and (max-width: 520px) {
 .hero-copy h1 { font-size: clamp(2.05rem,8.8vw,3rem); letter-spacing: .015em; }
 .hero-description { font-size: 1rem; }
 .photo-navigation a img { height: 122px; }
 .button-small { font-size: .8125rem; }
 .role-card > img { border-radius: 0; }
}
@media (prefers-reduced-motion: reduce) {
 .button::before { transform: none !important; border-radius: 30px !important; }
}
@media (forced-colors: active) {
 .button::before { background: ButtonFace; border-color: ButtonText; box-shadow: none; }
 .button,.hero-actions > .button { color: ButtonText; }
}
@media print {
 .hero-space { display: none; }
 .vision-inner { display: block; }
 .vision-art { max-width: 55%; margin: 20px auto; }
 .button::before { background: #fff; border-color: #192b50; box-shadow: none; }
}

/* Soft image boundaries and short, local water refraction. */
.hero-space img,.vision-art img,.business-panel-media img,.recruit-teaser-media img,.recruit-hero-media img,.role-card > img {
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent),linear-gradient(0deg,transparent,#000 9%,#000 91%,transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent),linear-gradient(0deg,transparent,#000 9%,#000 91%,transparent);
  mask-composite: intersect;
  border-radius: 0;
}
.business-panel-media { border-color: transparent; box-shadow: none; background: transparent; }
.recruit-teaser-media img,.recruit-hero-media img { box-shadow: none; }
.water-filter-definitions { position: absolute; pointer-events: none; overflow: hidden; }
.water-media { isolation: isolate; }
.role-card.water-media { position: relative; }
.water-image { transform-origin: 65% 55%; }
.water-light { position: absolute; inset: 4%; z-index: 1; pointer-events: none; opacity: 0; border-radius: 45%; background: linear-gradient(118deg,transparent 20%,rgb(188 222 255 / 0%) 38%,rgb(220 239 255 / 40%) 46%,rgb(255 255 255 / 95%) 49%,rgb(216 203 251 / 22%) 52%,transparent 61%); background-size: 260% 100%; mix-blend-mode: screen; -webkit-mask-image: radial-gradient(ellipse,#000 10%,transparent 72%); mask-image: radial-gradient(ellipse,#000 10%,transparent 72%); }
.role-card .water-light { height: clamp(16rem,28vw,21.333rem); bottom: auto; }
.water-playing .water-light { animation: water-light-pass 4.6s ease-in-out both; }
.water-media figcaption { z-index: 2; }
:root,.depth-scene { --depth-rx: 0deg; --depth-ry: 0deg; --depth-x: 0px; --depth-y: 0px; }
.depth-heading { transform-origin: left center; transition: opacity .7s var(--ease),transform .8s var(--ease); }
.depth-heading.reveal-ready:not(.is-visible) { transform: perspective(1400px) translate3d(0,14px,-22px) rotateX(8deg); }
:is(.depth-heading):not(.reveal-ready),.depth-heading.is-visible {
  transform: perspective(1400px) translate3d(var(--depth-x),var(--depth-y),12px) rotateX(calc(var(--depth-rx) * .3)) rotateY(calc(var(--depth-ry) * .35));
}
.hero-copy h1,.recruit-hero-copy h1 {
  text-shadow: 0 1px 0 #edf2f9,0 2px 0 #ccd7e5,0 3px 0 #bccbdd,0 12px 20px rgb(63 89 132 / 16%);
}
.depth-heading:is(h2) { text-shadow: 0 1px 0 #edf2fa,0 2px 0 #d3deed,0 9px 18px rgb(68 95 144 / 11%); }
.depth-heading:is(h3) { text-shadow: 0 1px 0 #fff,0 5px 12px rgb(69 95 143 / 10%); }
.depth-heading .light-text,.depth-heading .gradient-text { text-shadow: 0 3px 14px rgb(84 113 203 / 15%); }
.depth-visual { transform-origin: center; transition: opacity .7s var(--ease),transform 1s var(--ease); }
.depth-visual.reveal-ready:not(.is-visible) { transform: perspective(1500px) translate3d(0,16px,-30px) rotateX(5deg) rotateY(-6deg); }
.depth-visual:not(.reveal-ready),.depth-visual.is-visible {
  transform: perspective(1500px) translate3d(calc(var(--depth-x) * -.8),calc(var(--depth-y) * -.8 - 5px),10px) rotateX(calc(1.5deg + var(--depth-rx))) rotateY(calc(-3deg + var(--depth-ry)));
}
.depth-visual::before {
  content: ''; position: absolute; z-index: -1; pointer-events: none; left: 16%; right: 10%; height: 12%; bottom: 3%;
  background: radial-gradient(ellipse,rgb(99 125 172 / 19%),rgb(157 176 213 / 6%) 48%,transparent 72%);
  border-radius: 50%; filter: blur(13px); transform: translateX(calc(var(--depth-x) * -2)) rotateX(55deg);
  transition: transform 1s var(--ease);
}
.hero-space.depth-visual::before { left: 58%; right: 7%; bottom: 12%; }
.recruit-hero-media.depth-visual { z-index: 0; }
.recruit-hero > .container { position: relative; z-index: 1; }
.depth-visual figcaption { box-shadow: 0 8px 20px rgb(70 98 147 / 10%),inset 0 1px 0 #fff; }
.site-header { box-shadow: 0 1px 0 rgb(255 255 255 / 90%),0 8px 30px rgb(84 107 147 / 5%); }
.brand img { filter: drop-shadow(0 3px 2px rgb(110 131 195 / 14%)); }
.photo-navigation { perspective: 1200px; padding-top: 7px; }
.photo-navigation a { box-shadow: inset 0 1px 0 #fff,inset -1px -2px 2px rgb(166 186 220 / 15%),0 7px 14px rgb(91 115 160 / 6%); }
.photo-navigation a img { transform: perspective(750px) rotateX(3deg) rotateY(-6deg); transition: transform .65s var(--ease); }
.photo-navigation a:hover img,.photo-navigation a:focus-visible img { transform: perspective(750px) rotateX(0deg) rotateY(2deg) translateY(-4px); }
.value,.recruit-principles article { padding: 24px 20px; border: 1px solid rgb(207 219 238 / 60%); border-radius: 9px; background: linear-gradient(140deg,rgb(255 255 255 / 98%),rgb(246 250 255 / 56%)); box-shadow: inset 0 1px 0 #fff,0 12px 30px rgb(77 107 158 / 5%); }
.company-facts { padding: 5px 26px; background: radial-gradient(ellipse at var(--depth-light-x,50%) var(--depth-light-y,45%),#fff,#f8fbff); border: 1px solid #e0e8f3; border-radius: 12px; box-shadow: inset 0 2px 0 #fff,4px 6px 0 rgb(227 236 248 / 35%),0 20px 45px rgb(78 106 151 / 7%); }
.company-facts > div:last-child { border-bottom: 0; }
.numbers-grid > div { background: linear-gradient(110deg,rgb(241 247 255 / 65%),transparent 70%); }
.numbers-grid dd > span:first-child { display: inline-block; text-shadow: 0 1px 0 #edf4ff,1px 2px 0 #c7d7ee,2px 4px 0 #bacde7,3px 6px 0 #e2eaf7,0 16px 20px rgb(85 115 169 / 20%); transform: perspective(1000px) rotateY(-7deg); }
.role-card { background: radial-gradient(ellipse at var(--depth-light-x,50%) var(--depth-light-y,45%),#fff,#f7faff); box-shadow: inset 0 1px 0 #fff,3px 5px 0 rgb(214 228 247 / 27%),0 18px 34px rgb(74 103 157 / 9%); }
.role-copy { position: relative; background: linear-gradient(180deg,rgb(255 255 255 / 30%),rgb(255 255 255 / 90%)); }
.contact-link { padding-inline: 22px; border: 1px solid #d2dfef; border-radius: 10px; background: linear-gradient(135deg,#fff,#f6faff); box-shadow: inset 0 1px 0 #fff,0 13px 28px rgb(74 106 164 / 8%); }
.contact-arrow { box-shadow: inset 0 2px 3px #fff,inset 0 -2px 3px #dae5f5,0 5px 12px rgb(93 120 165 / 10%); }
@media screen and (max-width: 800px) {
  .depth-heading:not(.reveal-ready),.depth-heading.is-visible { transform: none; }
  .depth-visual:not(.reveal-ready),.depth-visual.is-visible { transform: perspective(1500px) rotateY(-1.5deg) translateY(-3px); }
  .hero-copy h1,.recruit-hero-copy h1 { text-shadow: 0 1px 0 #e7edf7,0 2px 0 #c9d7e9,0 9px 14px rgb(69 99 153 / 13%); }
  .company-facts { padding-inline: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .depth-heading,.depth-visual,.photo-navigation a img { transform: none !important; }
}
@media print, (forced-colors: active) {
  .depth-heading,.depth-visual,.photo-navigation a img,.numbers-grid dd > span:first-child { transform: none !important; text-shadow: none !important; }
  .hero-copy h1,.recruit-hero-copy h1 { text-shadow: none; }
  .depth-visual::before { display: none; }
  .company-facts,.role-card,.value,.recruit-principles article,.contact-link { box-shadow: none; }
}
@keyframes water-light-pass {
  0% { opacity: 0; background-position: 100% 0; transform: translateY(2%) rotate(-4deg); }
  22% { opacity: .72; }
  68% { opacity: .5; }
  100% { opacity: 0; background-position: 0% 0; transform: translateY(-2%) rotate(3deg); }
}
@media (prefers-reduced-motion: reduce) {
  .water-image { filter: none !important; transform: none !important; }
  .water-light { display: none; }
}
@media print, (forced-colors: active) {
  .water-light { display: none; }
  .water-image { filter: none !important; transform: none !important; }
}
