:root {
  --blue: #1854f0;
  --ink: #10131a;
  --paper: #f3f3ef;
  --line: rgba(16, 19, 26, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", "Yu Gothic", "Hiragino Kaku Gothic ProN", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { width: 1em; fill: none; stroke: currentColor; stroke-width: 1.5; }
.static-arrow { font-size: 1.25em; }
.loader.is-done { visibility: visible; animation: hideLoader 0s 1.3s forwards; }
@keyframes hideLoader { to { visibility: hidden; } }

.loader { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; color: white; pointer-events: none; visibility: hidden; }
.loader.is-active { visibility: visible; }
.loader-inner { position: relative; z-index: 4; width: min(76vw, 1050px); }
.loader-grid { position: absolute; z-index: 3; inset: 0; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 80px 80px; }
.loader-kicker { margin-bottom: 24px; font-size: 10px; letter-spacing: .42em; opacity: .62; }
.loader-word { display: flex; justify-content: center; overflow: hidden; font-size: clamp(7rem, 23vw, 20rem); font-weight: 800; line-height: .73; letter-spacing: -.1em; }
.loader-word span { display: block; animation: loaderLetter 1s cubic-bezier(.16,1,.3,1) both; }
.loader-word span:nth-child(2) { animation-delay: .09s; }
.loader-word span:nth-child(3) { animation-delay: .18s; }
.loader-word span:nth-child(4) { animation-delay: .27s; }
.loader-bottom { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; margin-top: 38px; }
.loader-track { height: 1px; background: rgba(255,255,255,.25); }
.loader-track i { display: block; height: 100%; background: white; transition: width .12s linear; }
.loader-bottom b { font-size: 12px; font-weight: 500; letter-spacing: .2em; }
.loader-curtain { position: absolute; z-index: 1; inset: 0; transform-origin: top; }
.loader-curtain-a { background: #0e1117; }
.loader-curtain-b { z-index: 2; right: 0; left: 50%; background: var(--blue); }
.loader.is-done .loader-curtain { animation: curtainOut 1s cubic-bezier(.83,0,.17,1) forwards; }
.loader.is-done .loader-curtain-b { animation-delay: .07s; }
.loader.is-done .loader-inner, .loader.is-done .loader-grid { animation: loaderFade .35s ease forwards; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; height: 100px; display: flex; align-items: center; justify-content: space-between; padding: 0 4.5vw; color: white; border-bottom: 1px solid rgba(255,255,255,.24); }
.brand { display: flex; align-items: center; gap: 18px; }
.brand-mark { font-size: 28px; font-weight: 800; letter-spacing: -.06em; }
.brand-company { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.38); font-size: 11px; letter-spacing: .13em; }
.site-header nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 50px); font-size: 12px; font-weight: 600; letter-spacing: .08em; }
.site-header nav a { position: relative; }
.site-header nav a:not(.nav-contact)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: white; transition: right .35s; }
.site-header nav a:hover::after { right: 0; }
.nav-contact { display: flex; align-items: center; gap: 26px; min-height: 48px; padding: 0 20px; border: 1px solid rgba(255,255,255,.55); transition: background .3s, color .3s; }
.nav-contact:hover { background: white; color: var(--ink); }
.menu-button { display: none; }

.hero { position: relative; height: max(760px, 100svh); min-height: 680px; overflow: hidden; color: white; background: #1d3551; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); animation: videoIn 2.6s cubic-bezier(.16,1,.3,1) 2.2s both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,16,31,.72) 0%, rgba(7,25,50,.32) 54%, rgba(5,16,30,.15)), linear-gradient(0deg, rgba(4,16,31,.38), transparent 48%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(90deg, transparent calc(100% - 1px), rgba(255,255,255,.13) 1px); background-size: 25% 100%; border-left: 1px solid rgba(255,255,255,.13); opacity: .7; }
.hero-content { position: absolute; z-index: 2; left: 10vw; bottom: 16vh; }
.hero-eyebrow { display: flex; align-items: center; gap: 18px; margin: 0 0 28px; font-size: 10px; font-weight: 600; letter-spacing: .34em; overflow: hidden; }
.hero-eyebrow span { animation: riseIn .9s cubic-bezier(.16,1,.3,1) 2.65s both; }
.hero-eyebrow i { width: 65px; height: 1px; background: var(--blue); transform-origin: left; animation: lineIn 1s ease 3s both; }
.hero h1 { margin: 0; font-size: clamp(3.5rem, 7.1vw, 7.6rem); font-weight: 500; line-height: 1.18; letter-spacing: -.055em; }
.hero-line { display: block; overflow: hidden; animation: riseIn 1.15s cubic-bezier(.16,1,.3,1) 2.7s both; }
.hero-line:nth-child(2) { animation-delay: 2.84s; }
.hero h1 em { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.86); font-style: normal; }
.hero-copy { margin: 36px 0 0; padding-left: 3px; font-size: 14px; line-height: 2; letter-spacing: .08em; opacity: .86; animation: riseIn 1s cubic-bezier(.16,1,.3,1) 3.05s both; }
.hero-scroll { position: absolute; z-index: 2; right: 4.5vw; bottom: 0; display: flex; flex-direction: column; align-items: center; gap: 16px; font-size: 8px; letter-spacing: .28em; writing-mode: vertical-rl; }
.hero-scroll i { display: block; width: 1px; height: 90px; background: rgba(255,255,255,.4); overflow: hidden; }
.hero-scroll i::after { content: ""; display: block; width: 100%; height: 45%; background: white; animation: scrollLine 2s ease-in-out infinite; }
.hero-side { position: absolute; left: 2vw; bottom: 4.5vh; font-size: 8px; letter-spacing: .28em; transform: rotate(-90deg); transform-origin: left top; opacity: .62; }

[data-reveal] { opacity: 0; transform: translateY(38px); transition: opacity .85s cubic-bezier(.16,1,.3,1), transform .85s cubic-bezier(.16,1,.3,1); transition-delay: var(--delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: none; }
.section-index { display: flex; align-items: center; gap: 22px; font-size: 11px; letter-spacing: .15em; }
.section-index::after { content: ""; width: 46px; height: 1px; background: currentColor; opacity: .45; }
.section-index span { color: #747882; }
.section-index.light span { color: rgba(255,255,255,.45); }
.intro { position: relative; min-height: 700px; display: grid; grid-template-columns: .55fr 1.15fr .9fr; gap: 6vw; align-items: center; padding: 120px 8vw; overflow: hidden; }
.intro > * { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 28px; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .3em; }
.intro h2 { margin: 0; font-size: clamp(2.8rem, 5.2vw, 5.8rem); font-weight: 500; line-height: 1.3; letter-spacing: -.055em; }
.intro h2 span { color: var(--blue); }
.intro-text { max-width: 420px; padding-top: 85px; }
.intro-text p { margin: 0 0 22px; color: #5e626b; font-size: 14px; line-height: 2.15; text-align: justify; }
.text-link { display: inline-flex; align-items: center; gap: 28px; margin-top: 20px; padding-bottom: 10px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.text-link svg { transition: transform .3s; }
.text-link:hover svg { transform: translateX(6px); }
.intro-orbit { position: absolute; z-index: 0; right: -8vw; bottom: -20vw; width: 38vw; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; }
.intro-orbit::before, .intro-orbit::after { content: ""; position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.intro-orbit::before { inset: 16%; }
.intro-orbit::after { inset: 35%; background: var(--blue); border: none; }
.intro-orbit span { position: absolute; z-index: 1; color: white; font-size: clamp(1.5rem, 3vw, 3rem); font-weight: 800; letter-spacing: -.06em; }

.services { padding: 125px 8vw 140px; color: white; background: var(--ink); }
.services-head { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 8vw; margin-bottom: 75px; }
.services-head h2 { margin: 35px 0 0; font-size: clamp(2.8rem, 5vw, 5.4rem); font-weight: 500; line-height: 1.28; letter-spacing: -.05em; }
.services-head > p { max-width: 510px; margin: 0; padding-bottom: 12px; color: rgba(255,255,255,.58); font-size: 13px; line-height: 2; }
.service-list { border-top: 1px solid rgba(255,255,255,.2); }
.service-row { position: relative; display: grid; grid-template-columns: .3fr 1fr 1fr auto; align-items: center; gap: 4vw; min-height: 165px; border-bottom: 1px solid rgba(255,255,255,.2); overflow: hidden; }
.service-row::before { content: ""; position: absolute; inset: 0; background: var(--blue); transform: translateY(101%); transition: transform .45s cubic-bezier(.16,1,.3,1); }
.service-row:hover::before { transform: none; }
.service-row > * { position: relative; z-index: 1; }
.service-no { color: rgba(255,255,255,.45); font-size: 11px; }
.service-title small { color: #7898f4; font-size: 9px; letter-spacing: .23em; }
.service-row:hover .service-title small { color: rgba(255,255,255,.75); }
.service-title h3 { margin: 13px 0 0; font-size: clamp(1.4rem, 2.15vw, 2.5rem); font-weight: 500; letter-spacing: .02em; }
.service-row > p { max-width: 430px; margin: 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.9; transition: color .3s; }
.service-row:hover > p { color: rgba(255,255,255,.88); }
.service-arrow { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }

.statement { position: relative; min-height: 800px; display: grid; place-items: center; overflow: hidden; color: white; background: var(--blue); }
.statement-track { position: absolute; top: 48px; left: 0; display: flex; align-items: center; gap: 38px; width: max-content; color: rgba(255,255,255,.13); font-size: clamp(6rem, 15vw, 14rem); font-weight: 700; line-height: 1; letter-spacing: -.08em; animation: marquee 26s linear infinite; }
.statement-track i { font-size: .42em; font-weight: 300; font-style: normal; }
.statement-content { position: relative; z-index: 2; width: min(1050px, 84vw); margin-top: 80px; }
.statement-content .eyebrow { color: white; opacity: .7; }
.statement-content h2 { max-width: 900px; margin: 0; font-size: clamp(3.4rem, 7vw, 7.6rem); font-weight: 500; line-height: 1.25; letter-spacing: -.06em; }
.statement-content > p:last-child { margin: 45px 0 0 auto; width: 42%; font-size: 14px; line-height: 2.1; letter-spacing: .05em; }
.statement-compass { position: absolute; right: 6vw; bottom: 6vw; width: 100px; height: 100px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 9px; }
.statement-compass span { position: absolute; top: 10px; }
.statement-compass i { width: 1px; height: 50px; background: white; transform: rotate(25deg); }
.statement-compass i::before { content: ""; position: absolute; top: 0; left: -3px; border: 3px solid transparent; border-bottom: 7px solid white; transform: translateY(-4px); }

.company { position: relative; padding: 140px 8vw 160px; overflow: hidden; background: #e8e9e8; }
.company-ghost { position: absolute; top: 80px; right: -2vw; color: transparent; -webkit-text-stroke: 1px rgba(16,19,26,.07); font-size: 19vw; font-weight: 800; line-height: 1; letter-spacing: -.09em; }
.company-head { position: relative; display: grid; grid-template-columns: .5fr 1fr .7fr; gap: 5vw; align-items: end; padding-bottom: 70px; border-bottom: 1px solid var(--line); }
.company-head h2 { margin: 0; font-size: clamp(3.5rem, 6vw, 6.5rem); font-weight: 500; letter-spacing: -.06em; }
.company-head > p { margin: 0; color: #636871; font-size: 14px; line-height: 2; }
.company-body { position: relative; display: grid; grid-template-columns: .9fr 1.35fr; gap: 11vw; padding-top: 80px; }
.company-sign { min-height: 300px; display: flex; flex-direction: column; justify-content: center; padding: 50px; color: white; background: var(--ink); }
.company-sign b { font-size: clamp(4.5rem, 8vw, 8rem); line-height: .8; letter-spacing: -.1em; }
.company-sign span { margin-top: 35px; font-size: 14px; letter-spacing: .18em; }
.company-sign small { margin-top: 60px; color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .24em; }
.company-list { margin: 0; }
.company-list div { display: grid; grid-template-columns: 165px 1fr; gap: 30px; padding: 23px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.company-list dt { color: #747882; }
.company-list dd { margin: 0; line-height: 1.8; }
.home-map { position: relative; display: grid; grid-template-columns: .48fr 1fr; min-height: 430px; margin-top: 90px; background: white; }
.map-caption { display: flex; flex-direction: column; justify-content: center; padding: 55px; }
.map-caption span { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .24em; }
.map-caption strong { margin-top: 28px; font-size: 14px; font-weight: 500; line-height: 2; }
.map-caption a { width: fit-content; margin-top: 35px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 10px; letter-spacing: .08em; }
.home-map iframe { width: 100%; height: 100%; min-height: 430px; border: 0; filter: grayscale(1) contrast(.9); transition: filter .5s; }
.home-map:hover iframe { filter: grayscale(.15); }

.contact { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; min-height: 700px; align-items: center; padding: 130px 8vw; overflow: hidden; color: white; background: #121824; }
.contact-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.contact-copy, .contact-actions, .contact-side { position: relative; z-index: 1; }
.contact-copy .eyebrow { margin-top: 70px; color: #779cfb; }
.contact-copy h2 { margin: 0; font-size: clamp(2.8rem, 4.8vw, 5.2rem); font-weight: 500; line-height: 1.4; letter-spacing: -.055em; }
.contact-copy > p:last-child { margin-top: 35px; color: rgba(255,255,255,.55); font-size: 13px; line-height: 2; }
.contact-actions { border-top: 1px solid rgba(255,255,255,.22); }
.contact-actions > a { position: relative; min-height: 190px; display: flex; flex-direction: column; justify-content: center; padding: 28px 8%; border-bottom: 1px solid rgba(255,255,255,.22); transition: background .35s, padding .35s; }
.contact-actions > a:hover { padding-left: 11%; background: var(--blue); }
.contact-actions small { color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .1em; }
.contact-actions strong { margin-top: 18px; font-size: clamp(1.75rem, 3vw, 3rem); font-weight: 500; letter-spacing: .03em; }
.contact-actions span { margin-top: 10px; color: rgba(255,255,255,.5); font-size: 10px; }
.contact-actions i { position: absolute; right: 8%; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }

.qr-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.home-qr { margin-top: 24px; }
.qr-card { padding: 16px; color: var(--ink); background: white; }
.qr-slot { position: relative; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; color: #8c919b; background-color: #f1f2f4; background-image: linear-gradient(45deg, rgba(16,19,26,.04) 25%, transparent 25%), linear-gradient(-45deg, rgba(16,19,26,.04) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(16,19,26,.04) 75%), linear-gradient(-45deg, transparent 75%, rgba(16,19,26,.04) 75%); background-size: 18px 18px; background-position: 0 0, 0 9px, 9px -9px, -9px 0; border: 1px dashed #aeb2ba; }
.qr-slot::before, .qr-slot::after { content: ""; position: absolute; width: 34px; height: 34px; border: 3px solid currentColor; }
.qr-slot::before { top: 14px; left: 14px; }
.qr-slot::after { right: 14px; bottom: 14px; }
.qr-slot span { font-size: 26px; font-weight: 800; letter-spacing: -.05em; }
.qr-slot small { position: absolute; bottom: 14px; left: 14px; font-size: 7px; letter-spacing: .2em; }
.qr-card img.qr-slot { display: block; width: 100%; height: auto; object-fit: contain; }
.qr-card > b { display: block; margin-top: 13px; font-size: 12px; }
.qr-card > p { margin: 5px 0 0; color: #787d87; font-size: 9px; }

.subpage-root { overflow: hidden; }
.page-wipe { position: fixed; z-index: 999; inset: 0; display: grid; place-items: center; color: white; background: var(--blue); pointer-events: none; animation: pageWipe 1.15s cubic-bezier(.83,0,.17,1) forwards; }
.page-wipe::before { content: ""; position: absolute; inset: 0 50% 0 0; background: var(--ink); }
.page-wipe span { position: relative; z-index: 1; font-size: clamp(3rem, 8vw, 8rem); font-weight: 700; letter-spacing: -.07em; animation: wipeLabel .8s cubic-bezier(.16,1,.3,1) both; }
.page-wipe i { position: absolute; z-index: 2; width: 1px; height: 100%; background: rgba(255,255,255,.45); }
.subhero { position: relative; height: 620px; min-height: 72svh; overflow: hidden; color: white; background: #111a29; }
.subhero::after { content: ""; position: absolute; right: -10vw; bottom: -32vw; width: 64vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 10vw rgba(255,255,255,.025), 0 0 0 20vw rgba(255,255,255,.02); }
.subhero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 90px 90px; }
.subhero-code { position: absolute; left: 4.5vw; bottom: 45px; font-size: 8px; letter-spacing: .28em; opacity: .45; }
.subhero-content { position: absolute; z-index: 2; left: 10vw; bottom: 100px; }
.subhero-content > p { margin: 0 0 22px; color: #84a5ff; font-size: 9px; font-weight: 700; letter-spacing: .34em; animation: subRise 1s cubic-bezier(.16,1,.3,1) .8s both; }
.subhero-content h1 { margin: 0; font-size: clamp(4.3rem, 8.5vw, 9rem); font-weight: 500; line-height: 1; letter-spacing: -.07em; animation: subRise 1.1s cubic-bezier(.16,1,.3,1) .85s both; }
.subhero-content > span { display: block; margin-top: 35px; font-size: 13px; letter-spacing: .08em; opacity: .7; animation: subRise 1s cubic-bezier(.16,1,.3,1) 1s both; }
.subhero-mark { position: absolute; z-index: 1; right: 6vw; bottom: -5vw; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.12); font-size: clamp(18rem, 35vw, 37rem); font-weight: 800; line-height: .75; }

.page-intro { display: grid; grid-template-columns: .48fr 1.15fr .75fr; gap: 5vw; align-items: start; padding: 140px 8vw; background: var(--paper); }
.page-intro h2 { margin: 0; font-size: clamp(3.2rem, 5.8vw, 6rem); font-weight: 500; line-height: 1.38; letter-spacing: -.06em; }
.page-intro h2 em { color: var(--blue); font-style: normal; }
.page-intro > p { margin: 100px 0 0; color: #626771; font-size: 14px; line-height: 2.1; }
.service-detail-list { padding: 0 8vw 140px; background: var(--paper); }
.service-detail { display: grid; grid-template-columns: .25fr .85fr 1fr; gap: 5vw; padding: 78px 0; border-top: 1px solid var(--line); }
.service-detail:last-child { border-bottom: 1px solid var(--line); }
.service-detail-no { color: var(--blue); font-size: 12px; letter-spacing: .15em; }
.service-detail-title small { color: #737985; font-size: 8px; letter-spacing: .25em; }
.service-detail-title h2 { margin: 22px 0 0; font-size: clamp(1.8rem, 3vw, 3.3rem); font-weight: 500; letter-spacing: -.03em; }
.service-detail-copy h3 { margin: 0; max-width: 520px; font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 500; line-height: 1.7; }
.service-detail-copy > p { margin: 30px 0 0; max-width: 580px; color: #656a73; font-size: 13px; line-height: 2.1; }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }
.service-tags span { padding: 8px 12px; color: #646a75; border: 1px solid var(--line); font-size: 9px; letter-spacing: .06em; }
.page-cta { position: relative; min-height: 520px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 80px 7vw; text-align: center; color: white; background: var(--blue); overflow: hidden; }
.page-cta::before { content: "YYDS"; position: absolute; color: rgba(255,255,255,.07); font-size: 33vw; font-weight: 800; letter-spacing: -.1em; }
.page-cta > * { position: relative; z-index: 1; }
.page-cta > p { font-size: 9px; letter-spacing: .3em; }
.page-cta h2 { margin: 28px 0 45px; font-size: clamp(2.2rem, 4.5vw, 4.6rem); font-weight: 500; line-height: 1.45; letter-spacing: -.04em; }
.page-cta a { display: flex; justify-content: space-between; align-items: center; width: min(360px, 90vw); padding: 20px 0; border-top: 1px solid rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.7); font-size: 12px; }
.page-cta a span { font-size: 24px; }

.company-message { background: #e8e9e8; }
.profile-section { display: grid; grid-template-columns: .55fr 1fr; gap: 10vw; padding: 140px 8vw; background: white; }
.profile-title { position: sticky; top: 50px; align-self: start; }
.profile-title p, .access-head p, .qr-section-head > p { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .28em; }
.profile-title h2, .access-head h2, .qr-section-head h2 { margin: 25px 0 0; font-size: clamp(3rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.06em; }
.profile-table { margin: 0; }
.profile-table div { display: grid; grid-template-columns: 190px 1fr; gap: 35px; padding: 25px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.profile-table dt { color: #747985; line-height: 1.7; }
.profile-table dd { margin: 0; line-height: 1.8; }
.profile-table dd small { margin-left: 24px; color: #858a92; font-size: 9px; letter-spacing: .1em; }
.access-section { padding: 130px 8vw 150px; color: white; background: var(--ink); }
.access-head { display: grid; grid-template-columns: 1fr .75fr auto; gap: 5vw; align-items: end; margin-bottom: 55px; }
.access-head address { color: rgba(255,255,255,.62); font-size: 13px; line-height: 2; font-style: normal; }
.access-head > a { padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.6); font-size: 9px; letter-spacing: .1em; }
.access-map { height: 580px; overflow: hidden; }
.access-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) invert(.08) contrast(.9); transition: filter .5s, transform 1s; }
.access-map:hover iframe { filter: grayscale(.1); transform: scale(1.01); }

.contact-page-intro { display: grid; grid-template-columns: .45fr 1fr .7fr; gap: 6vw; padding: 140px 8vw; background: var(--paper); }
.contact-page-intro h2 { margin: 0; font-size: clamp(3rem, 5.2vw, 5.5rem); font-weight: 500; line-height: 1.4; letter-spacing: -.06em; }
.contact-page-intro > p { margin: 95px 0 0; color: #626772; font-size: 13px; line-height: 2.1; }
.contact-methods { padding: 0 8vw 140px; background: var(--paper); }
.contact-method { position: relative; display: grid; grid-template-columns: .45fr .5fr 1fr auto; gap: 4vw; align-items: center; min-height: 150px; border-top: 1px solid var(--line); transition: padding .35s, color .35s, background .35s; }
.contact-method:last-child { border-bottom: 1px solid var(--line); }
.contact-method:hover { padding: 0 30px; color: white; background: var(--blue); }
.contact-method > span { color: #858a94; font-size: 8px; letter-spacing: .2em; }
.contact-method:hover > span { color: rgba(255,255,255,.65); }
.contact-method small { font-size: 11px; }
.contact-method strong { font-size: clamp(1.35rem, 2.5vw, 2.8rem); font-weight: 500; letter-spacing: .02em; }
.contact-method i { font-size: 25px; font-style: normal; }
.qr-section { display: grid; grid-template-columns: .8fr 1fr; gap: 10vw; align-items: center; padding: 140px 8vw; color: white; background: var(--ink); }
.qr-section-head > span { display: block; margin-top: 35px; color: rgba(255,255,255,.5); font-size: 12px; line-height: 2; }
.contact-qr { gap: 30px; }
.contact-qr .qr-card { padding: 25px; }

.message-main { position: relative; display: grid; grid-template-columns: .82fr 1fr; gap: 10vw; align-items: start; padding: 140px 8vw 160px; background: var(--paper); overflow: hidden; }
.message-main::after { content: "MESSAGE"; position: absolute; right: -3vw; bottom: -2vw; color: transparent; -webkit-text-stroke: 1px rgba(16,19,26,.06); font-size: 15vw; font-weight: 800; line-height: 1; letter-spacing: -.08em; }
.message-portrait-wrap, .message-copy { position: relative; z-index: 1; }
.message-photo-index { margin-bottom: 20px; color: #747985; font-size: 8px; letter-spacing: .25em; }
.message-portrait { position: relative; margin: 0; overflow: hidden; background: #dce2eb; }
.message-portrait::after { content: ""; position: absolute; right: 0; bottom: 0; width: 16px; height: 36%; background: var(--blue); }
.message-portrait img { display: block; width: 100%; height: auto; filter: saturate(.92) contrast(1.02); }
.portrait-name { position: relative; width: 88%; margin: -48px 0 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 7px 24px; padding: 28px 30px; color: white; background: var(--ink); }
.portrait-name small { grid-column: 1 / -1; color: #7698f5; font-size: 7px; letter-spacing: .22em; }
.portrait-name strong { font-size: 20px; font-weight: 500; letter-spacing: .14em; }
.portrait-name span { align-self: end; color: rgba(255,255,255,.45); font-size: 8px; letter-spacing: .12em; }
.message-copy { padding-top: 48px; }
.message-copy h2 { margin: 0; font-size: clamp(3rem, 5.2vw, 5.8rem); font-weight: 500; line-height: 1.4; letter-spacing: -.06em; }
.message-copy h2 em { color: var(--blue); font-style: normal; }
.message-lead { margin-top: 55px; padding: 28px 0 28px 30px; border-left: 2px solid var(--blue); font-size: clamp(1.2rem, 1.8vw, 1.8rem); line-height: 1.85; }
.message-body { margin-top: 48px; max-width: 690px; }
.message-body p { margin: 0 0 26px; color: #565c66; font-size: 14px; line-height: 2.25; text-align: justify; }
.message-signature { margin: 55px 0 0 auto; width: fit-content; display: grid; grid-template-columns: auto auto; gap: 8px 20px; align-items: end; }
.message-signature span { grid-column: 1 / -1; color: #747985; font-size: 10px; }
.message-signature small { color: #747985; font-size: 10px; }
.message-signature strong { font-size: 22px; font-weight: 500; letter-spacing: .18em; }
.message-values { min-height: 650px; display: grid; grid-template-columns: .4fr 1fr; gap: 6vw; align-content: center; padding: 120px 8vw; color: white; background: var(--ink); }
.message-values > h2 { margin: 0; font-size: clamp(3.2rem, 6vw, 6.5rem); font-weight: 500; line-height: 1.35; letter-spacing: -.06em; }
.message-values-list { grid-column: 2; display: flex; gap: 35px; margin-top: 45px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.24); }
.message-values-list span { color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .18em; }

@keyframes pageWipe { 0%,56% { transform: none; } 100% { transform: translateY(-101%); } }
@keyframes wipeLabel { from { opacity: 0; transform: translateY(60px); } to { opacity: 1; transform: none; } }
@keyframes subRise { from { opacity: 0; transform: translateY(70px); } to { opacity: 1; transform: none; } }

footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 35px; align-items: end; padding: 80px 5vw 40px; color: white; background: var(--ink); border-top: 1px solid rgba(255,255,255,.13); }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand b { font-size: 50px; line-height: 1; letter-spacing: -.08em; }
.footer-brand span { margin-top: 16px; font-size: 10px; letter-spacing: .18em; }
.footer-address { color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.8; }
.back-top { align-self: start; font-size: 9px; letter-spacing: .15em; }
footer > small { grid-column: 1 / -1; margin-top: 60px; color: rgba(255,255,255,.3); font-size: 8px; letter-spacing: .15em; }

@keyframes loaderLetter { from { transform: translateY(110%); } to { transform: none; } }
@keyframes curtainOut { to { transform: translateY(-100%); } }
@keyframes loaderFade { to { opacity: 0; } }
@keyframes videoIn { from { opacity: 0; transform: scale(1.15); } to { opacity: 1; transform: scale(1.04); } }
@keyframes riseIn { from { opacity: 0; transform: translateY(110%); } to { opacity: 1; transform: none; } }
@keyframes lineIn { from { transform: scaleX(0); } }
@keyframes scrollLine { 0% { transform: translateY(-100%); } 55%,100% { transform: translateY(230%); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .site-header { height: 76px; padding: 0 24px; }
  .brand-company { display: none; }
  .menu-button { z-index: 2; width: 44px; height: 44px; padding: 0; display: grid; place-content: center; gap: 7px; color: white; border: 0; background: transparent; }
  .menu-button span { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .3s; }
  .menu-button.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-header nav { position: fixed; inset: 0; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 80px 10vw; background: var(--ink); transform: translateY(-101%); transition: transform .6s cubic-bezier(.83,0,.17,1); }
  .site-header nav.is-open { transform: none; }
  .site-header nav a { font-size: 18px; }
  .nav-contact { margin-top: 20px; }
  .hero { min-height: 680px; }
  .hero-grid { background-size: 50% 100%; }
  .hero-content { left: 7vw; right: 7vw; bottom: 18vh; }
  .hero h1 { font-size: clamp(3.2rem, 14vw, 5rem); line-height: 1.22; }
  .hero-copy { font-size: 12px; }
  .hero-scroll { right: 22px; }
  .hero-side { display: none; }
  .intro { grid-template-columns: 1fr; gap: 45px; padding: 100px 7vw 130px; }
  .intro-copy { margin-top: 15px; }
  .intro-text { padding-top: 0; }
  .intro-orbit { right: -25vw; bottom: -10vw; width: 70vw; }
  .services { padding: 100px 7vw; }
  .services-head { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 48px 1fr auto; gap: 20px; min-height: 138px; }
  .service-row > p { display: none; }
  .service-arrow { width: 42px; height: 42px; }
  .statement { min-height: 720px; }
  .statement-track { top: 70px; }
  .statement-content { margin-top: 40px; }
  .statement-content > p:last-child { width: 85%; margin: 38px 0 0; }
  .statement-compass { right: 7vw; bottom: 7vw; width: 75px; height: 75px; }
  .company { padding: 100px 7vw; }
  .company-head { grid-template-columns: 1fr; gap: 35px; }
  .company-head > p { display: none; }
  .company-body { grid-template-columns: 1fr; gap: 45px; padding-top: 55px; }
  .company-sign { min-height: 250px; }
  .company-list div { grid-template-columns: 110px 1fr; gap: 20px; }
  .home-map { grid-template-columns: 1fr; margin-top: 65px; }
  .map-caption { padding: 40px 28px; }
  .home-map iframe { min-height: 330px; }
  .contact { grid-template-columns: 1fr; gap: 70px; padding: 100px 7vw; }
  .contact-actions > a { min-height: 165px; }
  .home-qr { gap: 10px; }
  .qr-card { padding: 10px; }
  .subhero { height: 540px; min-height: 70svh; }
  .subhero-content { left: 7vw; right: 7vw; bottom: 90px; }
  .subhero-content h1 { font-size: clamp(3.6rem, 17vw, 5.8rem); }
  .subhero-content > span { font-size: 11px; line-height: 1.8; }
  .subhero-code { left: 7vw; bottom: 30px; }
  .page-intro, .contact-page-intro { grid-template-columns: 1fr; gap: 42px; padding: 100px 7vw; }
  .page-intro > p, .contact-page-intro > p { margin: 0; }
  .service-detail-list, .contact-methods { padding: 0 7vw 100px; }
  .service-detail { grid-template-columns: 45px 1fr; gap: 25px; padding: 60px 0; }
  .service-detail-copy { grid-column: 2; }
  .service-detail-copy h3 { font-size: 1.2rem; }
  .page-cta { min-height: 450px; }
  .profile-section { grid-template-columns: 1fr; gap: 50px; padding: 100px 7vw; }
  .profile-title { position: static; }
  .profile-table div { grid-template-columns: 120px 1fr; gap: 20px; }
  .profile-table dd small { display: block; margin: 8px 0 0; }
  .access-section { padding: 100px 7vw; }
  .access-head { grid-template-columns: 1fr; gap: 25px; }
  .access-head > a { width: fit-content; }
  .access-map { height: 390px; }
  .contact-method { grid-template-columns: 1fr auto; gap: 12px; padding: 28px 0; }
  .contact-method > span, .contact-method small { grid-column: 1; }
  .contact-method strong { grid-column: 1; overflow-wrap: anywhere; }
  .contact-method i { grid-column: 2; grid-row: 1 / 4; }
  .contact-method:hover { padding: 28px 18px; }
  .qr-section { grid-template-columns: 1fr; gap: 55px; padding: 100px 7vw; }
  .contact-qr { gap: 12px; }
  .contact-qr .qr-card { padding: 12px; }
  .message-main { grid-template-columns: 1fr; gap: 65px; padding: 100px 7vw; }
  .message-portrait-wrap { max-width: 520px; }
  .message-copy { padding-top: 0; }
  .message-lead { margin-top: 40px; padding-left: 20px; }
  .message-body p { font-size: 13px; }
  .message-values { grid-template-columns: 1fr; gap: 45px; min-height: 560px; padding: 100px 7vw; }
  .message-values-list { grid-column: 1; flex-direction: column; gap: 18px; }
  footer { grid-template-columns: 1fr auto; }
  .footer-address { grid-column: 1 / -1; }
}

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