:root {
  --black: #0a0a0a;
  --white: #ffffff;
  --paper: #f7f7f4;
  --line: #d8d8d3;
  --muted: #686862;
  --lime: #d8ff00;
  --yellow: #ffd64d;
  --blue: #2d66f5;
  --max: 1440px;
  --sans: Arial, "Helvetica Neue", "Yu Gothic", YuGothic, sans-serif;
  --jp: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --mono: "Courier New", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--black); font-family: var(--jp); font-size: 15px; line-height: 1.8; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }

.site-frame { position: fixed; inset: 0; border: 1px solid var(--black); pointer-events: none; z-index: 20; }
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 25px 42px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; background: var(--black); color: var(--lime); font: 700 20px/1 Arial, sans-serif; transform: rotate(-7deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { letter-spacing: .08em; font-size: 12px; }
.brand-copy small { margin-top: 4px; color: var(--muted); font: 10px/1 var(--mono); letter-spacing: .09em; }
.desktop-nav { display: flex; align-items: center; gap: 28px; font: 11px var(--mono); letter-spacing: .09em; }
.desktop-nav a { transition: opacity .2s ease; }
.desktop-nav a:hover { opacity: .55; }
.nav-contact { padding: 10px 15px; border: 1px solid var(--black); }
.nav-contact span { font-size: 16px; margin-left: 8px; }
.menu-toggle, .mobile-menu { display: none; }

.section-pad { padding-left: clamp(24px, 6vw, 92px); padding-right: clamp(24px, 6vw, 92px); }
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 122px; padding-bottom: 54px; }
.hero-copy { position: relative; z-index: 2; padding: 7vh 4vw 0 0; }
.eyebrow, .section-kicker, .metric-label, .work-title p { margin: 0; font: 11px/1.3 var(--mono); letter-spacing: .12em; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow-line { width: 34px; height: 2px; background: var(--blue); }
.hero-kicker { margin: 51px 0 11px; font: 700 clamp(15px, 1.6vw, 23px)/1.15 var(--mono); letter-spacing: .03em; }
.hero-kicker em { color: var(--blue); font-style: normal; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin: 15px 0 28px; font: 900 clamp(36px, 4.6vw, 66px)/1.14 var(--jp); letter-spacing: -.09em; }
h1 span { position: relative; display: inline-block; z-index: 0; }
h1 span::after { content: ""; position: absolute; left: 0; right: -8px; bottom: 5px; height: .18em; background: var(--lime); z-index: -1; transform: rotate(-1.5deg); }
.hero-name { margin: 47px 0 0; font: 900 clamp(46px, 6.2vw, 90px)/1.05 var(--jp); letter-spacing: -.06em; }
.hero-name span { display: inline-block; padding: .04em .13em .09em; background: var(--lime); transform: rotate(-1.5deg); }
.hero-lead { max-width: 520px; font-size: 14px; line-height: 2; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 16px 40px; margin-top: 36px; padding-top: 13px; border-top: 1px solid var(--black); font-size: 12px; line-height: 1.6; }
.hero-meta strong { font-size: 13px; }
.circle-link { display: grid; place-items: center; width: 78px; height: 78px; margin-top: 35px; border-radius: 50%; background: var(--blue); color: var(--white); font: 10px/1.4 var(--mono); letter-spacing: .08em; text-align: center; transition: transform .25s ease, background .25s ease; }
.circle-link:hover { background: var(--black); transform: rotate(15deg) scale(1.08); }
.hero-visual { position: relative; min-height: 660px; }
.hero-photo-wrap { position: absolute; inset: 0 0 0 6.5%; overflow: hidden; background: #cfdbda; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; filter: saturate(.95); }
.photo-label { position: absolute; color: var(--white); font: 10px var(--mono); letter-spacing: .12em; }
.photo-label-top { top: 21px; left: 23px; }
.photo-label-bottom { right: 22px; bottom: 22px; }
.shape { position: absolute; z-index: 2; }
.shape-lime { top: 10%; right: -19px; width: 42px; height: 42px; background: var(--lime); transform: rotate(12deg); }
.shape-yellow { bottom: 14%; left: -15px; width: 72px; height: 72px; background: var(--yellow); border-radius: 50%; }
.shape-blue { bottom: 5%; right: 7%; width: 47px; height: 47px; background: var(--blue); transform: skew(-18deg); }
.vertical-note { position: absolute; top: 21%; right: -55px; writing-mode: vertical-rl; font: 11px/1.7 var(--mono); letter-spacing: .08em; }
.hero-index { position: absolute; bottom: -27px; left: 2px; display: flex; gap: 8px; font: 11px var(--mono); }
.hero-index span:first-child { color: var(--blue); }

.ticker { overflow: hidden; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); background: var(--lime); white-space: nowrap; }
.ticker-track { display: inline-flex; align-items: center; gap: 27px; min-width: max-content; padding: 13px 0; font: 700 12px var(--mono); letter-spacing: .1em; animation: ticker 24s linear infinite; }
.ticker-track i { color: var(--blue); font-style: normal; font-size: 18px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.media { padding-top: 120px; padding-bottom: 125px; background: var(--paper); }
.media-heading { display: grid; grid-template-columns: 19% 1fr 25%; gap: 18px; align-items: start; }
.media-heading h2 { margin: 32px 0 0; font-size: clamp(42px, 5.8vw, 84px); line-height: 1.05; letter-spacing: -.1em; }
.media-heading h2 span { background: var(--yellow); padding: 0 .08em; }
.media-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 74px; }
.media-card { display: grid; grid-template-columns: 44% 1fr; min-height: 255px; border: 1px solid var(--black); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.media-card:hover { transform: translate(-6px, -6px); box-shadow: 9px 9px 0 var(--blue); }
.media-card:nth-child(1):hover { box-shadow: 9px 9px 0 var(--lime); }
.media-image { overflow: hidden; background: #ddd; }
.media-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.media-newspaper .media-image img { object-position: center center; }
.media-tv .media-image img { object-position: 47% center; }
.media-card:hover .media-image img { transform: scale(1.04); }
.media-card-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 26px 23px 23px; }
.media-type { margin: 0; font: 10px var(--mono); letter-spacing: .08em; }
.media-card h3 { margin: 22px 0 auto; font-size: clamp(22px, 2.7vw, 38px); line-height: 1.15; letter-spacing: -.08em; }
.media-card-copy > span { margin-top: 20px; font: 11px var(--mono); text-decoration: underline; }

.proof, .works, .profile { padding-top: 140px; padding-bottom: 140px; }
.section-heading { display: grid; grid-template-columns: 19% 1fr 25%; gap: 18px; align-items: start; }
.section-number { margin: 0; font: 12px var(--mono); }
.section-heading h2 { margin: 32px 0 0; font-size: clamp(42px, 5.8vw, 84px); line-height: 1.05; letter-spacing: -.1em; }
.section-heading h2 span, .research h2 span, .profile h2 span { background: var(--yellow); }
.heading-note { margin: 29px 0 0; border-left: 2px solid var(--blue); padding-left: 17px; font-size: 12px; line-height: 2; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 96px; border-top: 1px solid var(--black); border-left: 1px solid var(--black); }
.metric-card { min-height: 285px; padding: 24px; border-right: 1px solid var(--black); border-bottom: 1px solid var(--black); }
.metric-card strong { display: block; margin: 38px 0 0; font: 900 clamp(54px, 6vw, 89px)/.9 Arial, sans-serif; letter-spacing: -.08em; }
.metric-card > span { display: block; margin-top: 9px; font-size: 12px; font-weight: 700; }
.metric-card p:last-child { margin: 39px 0 0; font-size: 12px; line-height: 1.75; }
.metric-lime { background: var(--lime); }.metric-yellow { background: var(--yellow); }.metric-blue { background: var(--blue); color: var(--white); }.metric-black { background: var(--black); color: var(--white); }

.works { background: var(--paper); }
.work-list { margin-top: 88px; border-top: 1px solid var(--black); }
.work-row { position: relative; display: grid; grid-template-columns: 9% 29% 1fr 45px; align-items: center; gap: 15px; min-height: 143px; border-bottom: 1px solid var(--black); transition: padding .25s ease, background .25s ease; }
.work-row::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 7px; background: var(--lime); transform: scaleY(0); transform-origin: bottom; transition: transform .25s ease; }
.work-row:nth-child(2)::before { background: var(--yellow); }.work-row:nth-child(3)::before { background: var(--blue); }.work-row:nth-child(4)::before { background: var(--black); }
.work-row:hover { padding-left: 23px; background: var(--white); }.work-row:hover::before { transform: scaleY(1); }
.work-no { font: 12px var(--mono); }
.work-title p { margin-bottom: 10px; color: var(--muted); }
.work-title h3 { margin: 0; font-size: clamp(22px, 2.6vw, 40px); letter-spacing: -.08em; }
.work-description { max-width: 500px; margin: 0; font-size: 13px; line-height: 1.9; }
.work-arrow { justify-self: end; display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--black); font: 20px Arial, sans-serif; transition: background .2s ease, color .2s ease; }
.work-row:hover .work-arrow { background: var(--blue); color: var(--white); }

.services { padding-top: 135px; padding-bottom: 140px; background: var(--black); color: var(--white); overflow: hidden; }
.services .section-number, .services .section-kicker { color: var(--lime); }
.services .heading-note { color: #cecec8; border-left-color: var(--yellow); }
.services h2 { line-height: 1.18; }
.services h2 span { background: var(--blue); color: var(--white); padding: .03em .08em; }
.service-feature { display: grid; grid-template-columns: 1fr; gap: 66px; align-items: center; margin-top: 78px; }
.service-images { display: grid; grid-template-columns: repeat(2, 50vw); width: 100vw; margin-left: calc(50% - 50vw); }
.service-image { position: relative; margin: 0; overflow: hidden; background: #e9e9e5; }
.service-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.service-image-tablet, .service-image-desktop { width: 100%; aspect-ratio: 1.18 / 1; }
.service-copy { max-width: 560px; margin-left: auto; }
.service-label { margin: 0; color: var(--yellow); font: 11px var(--mono); letter-spacing: .12em; }
.service-copy h3 { margin: 28px 0; font-size: clamp(34px, 4vw, 58px); line-height: 1.2; letter-spacing: -.08em; }
.service-copy > p:not(.service-label) { margin: 0; color: #cecec8; font-size: 14px; line-height: 1.9; }
.service-link { display: inline-flex; align-items: center; gap: 22px; margin-top: 33px; padding: 15px 18px; background: var(--lime); color: var(--black); font-weight: 700; transition: transform .2s ease; }
.service-link:hover { transform: translate(5px, -5px); }
.service-link span { font: 22px Arial, sans-serif; }

.values { padding-top: 135px; padding-bottom: 140px; background: var(--paper); }
.values h2 span { background: var(--lime); padding: 0 .08em; }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 76px; border-top: 1px solid var(--black); border-left: 1px solid var(--black); }
.value-card { display: flex; flex-direction: column; min-height: 295px; padding: 28px; border-right: 1px solid var(--black); border-bottom: 1px solid var(--black); background: var(--white); transition: background .2s ease, color .2s ease; }
.value-card:hover { background: var(--blue); color: var(--white); }
.value-no { margin: 0; color: var(--blue); font: 11px var(--mono); letter-spacing: .1em; }.value-card:hover .value-no { color: var(--lime); }
.value-card h3 { margin: auto 0 21px; font-size: clamp(28px, 3vw, 44px); line-height: 1.12; letter-spacing: -.08em; }
.value-card > p:not(.value-no), .value-card-wide p { max-width: 450px; margin: 0; font-size: 13px; line-height: 1.9; }
.value-for { margin-top: 18px !important; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px !important; line-height: 1.7 !important; }.value-card:hover .value-for { border-top-color: rgba(255,255,255,.5); color: #e7efff; }
.value-card-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 2fr; gap: 22px; min-height: 0; }.value-card-wide h3 { margin: 0 0 18px; font-size: clamp(29px, 3.2vw, 48px); }

.research { position: relative; display: grid; grid-template-columns: 1fr 19%; min-height: 650px; padding-top: 120px; padding-bottom: 120px; background: var(--blue); color: var(--white); overflow: hidden; }
.research-copy { position: relative; z-index: 1; max-width: 760px; }
.research-copy .section-number { color: var(--yellow); }.research-copy .section-kicker { margin-top: 11px; }
.research h2 { margin: 49px 0 34px; font-size: clamp(44px, 6vw, 88px); line-height: 1.05; letter-spacing: -.1em; }.research h2 span { color: var(--black); padding: 0 .08em; }
.research-copy > p:not(.section-number):not(.section-kicker) { max-width: 580px; color: #e5eaff; font-size: 14px; line-height: 2; }
.research-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }.research-tags span { padding: 8px 13px; border: 1px solid var(--white); font-size: 11px; }
.research-side { display: flex; flex-direction: column; justify-content: space-between; align-items: end; position: relative; z-index: 1; padding: 8px 0 0; }
.side-word { font: 700 14px var(--mono); letter-spacing: .18em; writing-mode: vertical-rl; }.side-word:nth-child(2) { color: var(--lime); }.side-word:nth-child(3) { color: var(--yellow); }
.research-orbit { position: absolute; right: 7%; top: 12%; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; transform: rotate(-20deg); }.research-orbit::before, .research-orbit::after { content: ""; position: absolute; inset: 14% -5%; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; transform: rotate(65deg); }.research-orbit::after { inset: -4% 21%; transform: rotate(-33deg); }.research-orbit span { position: absolute; width: 17px; height: 17px; background: var(--lime); border-radius: 50%; }.research-orbit span:nth-child(1) { top: 7%; left: 45%; }.research-orbit span:nth-child(2) { right: 12%; bottom: 34%; background: var(--yellow); }.research-orbit span:nth-child(3) { bottom: 6%; left: 29%; background: var(--black); }

.profile { display: grid; grid-template-columns: 48% 1fr; gap: 10%; align-items: center; }.profile-photo { position: relative; max-width: 540px; }.profile-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; filter: grayscale(.1); }.profile-photo::after { content: ""; position: absolute; right: -18px; bottom: -18px; width: 89px; height: 89px; background: var(--lime); z-index: -1; }.profile-caption { position: absolute; left: 18px; bottom: 16px; display: flex; gap: 20px; color: var(--white); font: 10px var(--mono); letter-spacing: .08em; }.profile-copy h2 { margin: 48px 0 32px; font-size: clamp(44px, 5.6vw, 80px); line-height: 1.05; letter-spacing: -.1em; }.profile-copy h2 span { padding: 0 .08em; }.profile-copy > p:not(.section-kicker) { max-width: 475px; font-size: 14px; line-height: 2; }.profile-line { display: grid; grid-template-columns: 25px 1fr; gap: 8px 10px; margin-top: 34px; border-top: 1px solid var(--black); padding-top: 17px; max-width: 260px; font: 11px var(--mono); }.profile-line p { margin: 0; }.profile-line span:nth-of-type(1) { color: var(--blue); }.profile-line span:nth-of-type(2) { color: #8aae00; }.profile-line span:nth-of-type(3) { color: #d09700; }

.profile-sheet { padding-top: 135px; padding-bottom: 140px; background: var(--white); }
.profile-sheet-head { display: grid; grid-template-columns: 100px 1fr 25%; gap: 22px; align-items: start; }
.profile-sheet-symbol { display: grid; place-items: center; width: 78px; height: 78px; background: var(--black); color: var(--lime); font: 700 48px/1 Arial, sans-serif; transform: rotate(-5deg); }
.profile-sheet-head h2 { margin: 28px 0 0; font-size: clamp(42px, 5.8vw, 84px); line-height: 1.05; letter-spacing: -.1em; }
.profile-sheet-head h2 span { background: var(--yellow); padding: 0 .08em; }
.profile-sheet-note { margin-top: 35px; border-left: 2px solid var(--blue); padding-left: 16px; font-size: 12px; line-height: 2; }
.profile-sheet-intro { margin-top: 66px; padding: 17px 0; border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); font-size: 13px; }.profile-sheet-intro span { margin: 0 12px; color: var(--blue); }
.profile-blocks { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; margin-top: 38px; }
.profile-block { padding: 27px 0 34px; border-bottom: 1px solid var(--line); }.profile-block-wide { grid-column: 1 / -1; }
.profile-block h3 { margin: 0 0 24px; color: var(--black); font-size: 16px; line-height: 1.4; }.profile-block h3 span { display: inline-block; margin-right: 12px; color: var(--blue); font: 11px var(--mono); letter-spacing: .06em; }
.profile-block dl { margin: 0; }.profile-block dl > div { display: grid; grid-template-columns: 96px 1fr; gap: 15px; padding: 7px 0; font-size: 12px; line-height: 1.75; }.profile-block dt { color: var(--muted); font-weight: 700; }.profile-block dd { margin: 0; }.profile-block p { max-width: 560px; margin: 0; font-size: 13px; line-height: 1.95; }.profile-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }.profile-tags span { padding: 6px 10px; background: var(--lime); font: 10px var(--mono); letter-spacing: .06em; }.profile-tags span:nth-child(2) { background: var(--yellow); }.profile-tags span:nth-child(3) { background: var(--blue); color: var(--white); }.skill-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.skill-list > div { padding: 18px; border: 1px solid var(--black); }.skill-list dd { margin-top: 10px; }
.gains { padding-top: 135px; padding-bottom: 140px; background: var(--paper); }
.gains-heading { display: grid; grid-template-columns: 19% 1fr 25%; gap: 18px; align-items: start; }
.gains-heading h2 { margin: 32px 0 0; font-size: clamp(42px, 5.8vw, 84px); line-height: 1.05; letter-spacing: -.1em; }.gains-heading h2 span { background: var(--lime); padding: 0 .08em; }
.gains-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; margin-top: 72px; border-top: 1px solid var(--black); }.gains-item { padding: 28px 0 34px; border-bottom: 1px solid var(--black); }.gains-item:last-child { grid-column: 1 / -1; }.gains-item h3 { margin: 0 0 20px; color: var(--blue); font: 700 20px/1.2 var(--mono); letter-spacing: -.04em; }.gains-item h3 span { margin-left: 9px; color: var(--black); font: 700 13px var(--jp); }.gains-item p { max-width: 570px; margin: 0; font-size: 13px; line-height: 2; }.gains-goals h3 { color: #7f9900; }.gains-accomplishments h3 { color: #bd8f00; }.gains-interests h3 { color: var(--blue); }.gains-networks h3 { color: var(--black); }.gains-skills h3 { color: var(--blue); }
.timeline { padding-top: 135px; padding-bottom: 140px; background: var(--white); }.timeline-list { max-width: 960px; margin: 82px auto 0; border-top: 1px solid var(--black); }.timeline-item { display: grid; grid-template-columns: 95px 1fr; gap: 22px; padding: 29px 0 32px; border-bottom: 1px solid var(--black); }.timeline-mark { display: grid; place-items: center; width: 48px; height: 48px; background: var(--lime); font: 12px var(--mono); transform: rotate(-5deg); }.timeline-item:nth-child(2) .timeline-mark { background: var(--yellow); }.timeline-item:nth-child(3) .timeline-mark { background: var(--blue); color: var(--white); }.timeline-item:nth-child(4) .timeline-mark { background: var(--black); color: var(--white); }.timeline-period, .share-label { margin: 0 0 10px; color: var(--muted); font: 10px var(--mono); letter-spacing: .12em; }.timeline-item h3 { margin: 0 0 9px; font-size: clamp(20px, 2.2vw, 31px); letter-spacing: -.06em; }.timeline-item p:last-child { max-width: 640px; margin: 0; font-size: 13px; line-height: 1.9; }
.share { padding-top: 135px; padding-bottom: 140px; background: var(--paper); }.share-heading { display: grid; grid-template-columns: 19% 1fr 25%; gap: 18px; align-items: start; }.share-heading h2 { margin: 32px 0 0; font-size: clamp(42px, 5.8vw, 84px); line-height: 1.05; letter-spacing: -.1em; }.share-heading h2 span { background: var(--yellow); padding: 0 .08em; }.share-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 22px; margin-top: 72px; }.share-copy-card { padding: 28px; background: var(--black); color: var(--white); }.share-copy-card .share-label { color: var(--lime); }.share-copy-card textarea { display: block; width: 100%; min-height: 180px; padding: 17px; border: 1px solid #555; background: #151515; color: #f1f1ea; font: 12px/1.9 var(--jp); resize: vertical; }.copy-button { margin-top: 16px; padding: 13px 17px; border: 0; background: var(--lime); color: var(--black); font-weight: 700; cursor: pointer; transition: transform .2s ease; }.copy-button:hover { transform: translate(4px, -4px); }.copy-button span { margin-left: 18px; font: 18px Arial, sans-serif; }.copy-status { min-height: 1.5em; margin: 10px 0 0; color: var(--yellow); font-size: 11px; }.share-links { padding: 28px; border: 1px solid var(--black); background: var(--white); }.share-links .share-label { color: var(--blue); }.share-links a { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 700; }.share-links a b { color: var(--blue); font: 20px Arial, sans-serif; }.share-note { margin: 24px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.faq { padding-top: 135px; padding-bottom: 140px; background: var(--white); }.faq-list { max-width: 960px; margin: 76px auto 0; border-top: 1px solid var(--black); }.faq-list details { border-bottom: 1px solid var(--black); }.faq-list summary { display: grid; grid-template-columns: 55px 1fr 25px; gap: 12px; align-items: center; padding: 20px 0; cursor: pointer; list-style: none; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--blue); font: 11px var(--mono); }.faq-list summary b { font: 21px/1 Arial, sans-serif; text-align: right; transition: transform .2s ease; }.faq-list details[open] summary b { transform: rotate(45deg); }.faq-list details p { max-width: 760px; margin: -2px 0 25px 67px; color: var(--muted); font-size: 13px; line-height: 1.9; }.faq-list details p a { color: var(--blue); text-decoration: underline; }
.contact { position: relative; min-height: 620px; padding-top: 105px; padding-bottom: 105px; background: var(--black); color: var(--white); overflow: hidden; }.contact-top { display: flex; align-items: center; gap: 16px; }.contact-top .section-kicker { color: var(--lime); }.contact-dot { width: 10px; height: 10px; background: var(--yellow); border-radius: 50%; }.contact h2 { position: relative; z-index: 1; margin: 66px 0 28px; font-size: clamp(48px, 7.5vw, 108px); line-height: 1.03; letter-spacing: -.1em; }.contact h2 em { color: var(--black); background: var(--lime); padding: 0 .08em; font-style: normal; }.contact > p { position: relative; z-index: 1; color: #cecec8; font-size: 14px; line-height: 2; }.contact-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 22px; margin-top: 26px; padding: 14px 20px; background: var(--yellow); color: var(--black); font-weight: 700; transition: transform .2s ease; }.contact-link:hover { transform: translate(5px, -5px); }.contact-link span { font: 22px Arial, sans-serif; }.contact-shape { position: absolute; }.contact-shape-lime { top: 70px; right: 19%; width: 90px; height: 90px; border: 1px solid var(--lime); border-radius: 50%; }.contact-shape-yellow { right: 8%; bottom: 15%; width: 115px; height: 115px; background: var(--yellow); transform: rotate(25deg); }.contact-shape-blue { top: 29%; right: 5%; width: 40px; height: 190px; background: var(--blue); }
.site-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 20px; padding: 25px 42px; background: var(--lime); font: 10px var(--mono); letter-spacing: .07em; }.site-footer p { margin: 0; }.site-footer a { text-decoration: underline; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .12s; }.hero .reveal { opacity: 1; transform: none; }
.cursor-dot { position: fixed; top: 0; left: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--blue); pointer-events: none; z-index: 30; mix-blend-mode: multiply; transform: translate(-50%, -50%); transition: width .2s ease, height .2s ease; }

@media (max-width: 1000px) {
  .site-header { padding: 22px 28px; }.desktop-nav { gap: 17px; }.hero { padding-top: 100px; }.hero-copy { padding-right: 24px; }.hero-visual { min-height: 600px; }.vertical-note { right: -30px; }
  .section-heading { grid-template-columns: 11% 1fr 24%; }.metric-grid { grid-template-columns: repeat(2, 1fr); margin-top: 65px; }.metric-card { min-height: 250px; }.metric-card strong { margin-top: 25px; }
  .work-row { grid-template-columns: 8% 27% 1fr 40px; }.research-orbit { right: -8%; }.profile { gap: 7%; }
  .service-feature { gap: 54px; }
  .value-card { min-height: 270px; }
}

@media (max-width: 700px) {
  .site-frame { border-width: 0; }.site-header { position: absolute; padding: 18px 19px; }.brand-copy small { font-size: 8px; }.desktop-nav { display: none; }.menu-toggle { display: flex; align-items: flex-end; flex-direction: column; gap: 4px; padding: 5px 0 5px 10px; border: 0; background: transparent; cursor: pointer; }.menu-toggle span { display: block; width: 26px; height: 2px; background: var(--black); }.menu-toggle b { margin-top: 3px; font: 8px var(--mono); letter-spacing: .08em; }.mobile-menu { position: fixed; inset: 0; z-index: 9; display: flex; flex-direction: column; justify-content: center; gap: 21px; padding: 80px 25px 30px; background: var(--lime); font: 700 36px/1 var(--mono); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease; }.mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: none; }.mobile-menu a:nth-child(2) { color: var(--blue); }.mobile-menu a:nth-child(3) { color: var(--black); }.mobile-menu a span { font-size: 25px; }
  .section-pad { padding-left: 20px; padding-right: 20px; }.hero { min-height: auto; grid-template-columns: 1fr; padding-top: 104px; padding-bottom: 42px; }.hero-copy { padding: 20px 0 45px; }.hero-name { margin-top: 36px; font-size: clamp(45px, 12vw, 68px); }.hero h1 { margin-top: 12px; font-size: clamp(34px, 9.5vw, 52px); letter-spacing: -.1em; }.hero-lead { font-size: 13px; }.hero-meta { gap: 19px; margin-top: 26px; }.hero-meta p { font-size: 10px; }.circle-link { margin-top: 24px; width: 66px; height: 66px; }.hero-visual { min-height: 520px; }.hero-photo-wrap { inset: 0 10px 0 0; }.hero-photo { object-position: 65% center; }.vertical-note { right: -6px; top: 23%; font-size: 9px; }.shape-lime { right: -7px; }.hero-index { bottom: -22px; }
  .ticker-track { gap: 18px; padding: 10px 0; font-size: 10px; }.ticker-track i { font-size: 14px; }
  .media { padding-top: 77px; padding-bottom: 82px; }.media-heading { display: block; }.media-heading h2 { margin-top: 26px; font-size: clamp(43px, 13vw, 68px); }.media-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 49px; }.media-card { grid-template-columns: 42% 1fr; min-height: 205px; }.media-card-copy { padding: 18px 15px 16px; }.media-type { font-size: 8px; }.media-card h3 { margin-top: 18px; font-size: 25px; }.media-card-copy > span { margin-top: 14px; font-size: 9px; }
  .proof, .works, .profile { padding-top: 82px; padding-bottom: 82px; }.section-heading { display: block; }.section-heading h2 { margin-top: 26px; font-size: clamp(43px, 13vw, 68px); }.heading-note { margin-top: 28px; }.metric-grid { grid-template-columns: 1fr 1fr; margin-top: 50px; }.metric-card { min-height: 225px; padding: 16px; }.metric-card strong { margin-top: 30px; font-size: clamp(48px, 16vw, 68px); }.metric-card > span { font-size: 10px; }.metric-card p:last-child { margin-top: 25px; font-size: 10px; line-height: 1.6; }.metric-label { font-size: 8px; letter-spacing: .06em; }
  .work-list { margin-top: 51px; }.work-row { grid-template-columns: 32px 1fr 31px; gap: 9px; min-height: auto; padding: 24px 0; align-items: start; }.work-title h3 { font-size: 25px; }.work-title p { font-size: 9px; }.work-description { grid-column: 2 / 3; margin-top: 11px; font-size: 11px; line-height: 1.75; }.work-arrow { grid-column: 3; grid-row: 1; width: 29px; height: 29px; font-size: 17px; }.work-row:hover { padding-left: 13px; }
  .services { padding-top: 82px; padding-bottom: 92px; }.service-feature { gap: 48px; margin-top: 49px; }.service-image-tablet, .service-image-desktop { aspect-ratio: 1 / 1.1; }.service-copy { margin-left: 0; }.service-copy h3 { margin: 21px 0; font-size: clamp(36px, 11vw, 53px); }.service-copy > p:not(.service-label) { font-size: 12px; line-height: 1.85; }.service-link { margin-top: 25px; font-size: 13px; }
  .values { padding-top: 82px; padding-bottom: 82px; }.value-grid { grid-template-columns: 1fr; margin-top: 49px; }.value-card, .value-card-wide { grid-column: auto; display: flex; min-height: 0; padding: 23px 20px 25px; }.value-card h3, .value-card-wide h3 { margin: 40px 0 18px; font-size: clamp(27px, 8.5vw, 42px); }.value-card > p:not(.value-no), .value-card-wide p { font-size: 12px; line-height: 1.85; }
  .research { display: block; min-height: 650px; padding-top: 80px; padding-bottom: 80px; }.research h2 { margin: 39px 0 26px; font-size: clamp(43px, 13vw, 68px); }.research-copy > p:not(.section-number):not(.section-kicker) { font-size: 13px; }.research-side { position: absolute; right: 22px; bottom: 70px; flex-direction: row; gap: 26px; }.side-word { writing-mode: initial; font-size: 10px; }.research-orbit { right: -57%; top: 26%; width: 370px; height: 370px; }
  .profile { display: block; }.profile-photo { max-width: 85%; }.profile-copy { margin-top: 70px; }.profile-copy h2 { margin: 35px 0 25px; font-size: clamp(43px, 13vw, 68px); }.profile-copy > p:not(.section-kicker) { font-size: 13px; }.profile-line { margin-top: 28px; }
  .profile-sheet { padding-top: 82px; padding-bottom: 82px; }.profile-sheet-head { display: block; }.profile-sheet-symbol { width: 58px; height: 58px; font-size: 34px; }.profile-sheet-head h2 { margin-top: 28px; font-size: clamp(43px, 13vw, 68px); }.profile-sheet-note { margin-top: 28px; }.profile-sheet-intro { margin-top: 48px; padding: 15px 0; font-size: 11px; line-height: 1.8; }.profile-sheet-intro span { margin: 0 5px; }.profile-blocks { grid-template-columns: 1fr; gap: 0; margin-top: 22px; }.profile-block, .profile-block-wide { grid-column: auto; padding: 24px 0 27px; }.profile-block h3 { font-size: 14px; margin-bottom: 17px; }.profile-block dl > div { grid-template-columns: 78px 1fr; gap: 10px; font-size: 11px; }.profile-block p { font-size: 12px; }.skill-list { grid-template-columns: 1fr; gap: 8px; }.skill-list > div { padding: 14px; }
  .gains { padding-top: 82px; padding-bottom: 82px; }.gains-heading { display: block; }.gains-heading h2 { margin-top: 26px; font-size: clamp(43px, 13vw, 68px); }.gains-list { grid-template-columns: 1fr; gap: 0; margin-top: 49px; }.gains-item, .gains-item:last-child { grid-column: auto; padding: 24px 0 27px; }.gains-item h3 { font-size: 17px; margin-bottom: 15px; }.gains-item h3 span { font-size: 12px; }.gains-item p { font-size: 12px; line-height: 1.85; }
  .timeline { padding-top: 82px; padding-bottom: 82px; }.timeline-list { margin-top: 49px; }.timeline-item { grid-template-columns: 53px 1fr; gap: 12px; padding: 23px 0 25px; }.timeline-mark { width: 39px; height: 39px; font-size: 10px; }.timeline-period { font-size: 9px; }.timeline-item h3 { font-size: 21px; }.timeline-item p:last-child { font-size: 11px; line-height: 1.75; }
  .share { padding-top: 82px; padding-bottom: 82px; }.share-heading { display: block; }.share-heading h2 { margin-top: 26px; font-size: clamp(43px, 13vw, 68px); }.share-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 49px; }.share-copy-card, .share-links { padding: 18px; }.share-copy-card textarea { min-height: 230px; font-size: 11px; }.copy-button { width: 100%; }.share-links a { font-size: 13px; }
  .faq { padding-top: 82px; padding-bottom: 82px; }.faq-list { margin-top: 49px; }.faq-list summary { grid-template-columns: 35px 1fr 20px; gap: 7px; padding: 17px 0; font-size: 13px; }.faq-list details p { margin-left: 42px; font-size: 11px; line-height: 1.8; }
  .contact { min-height: 560px; padding-top: 77px; padding-bottom: 77px; }.contact h2 { margin-top: 53px; font-size: clamp(46px, 14vw, 75px); }.contact > p { font-size: 12px; }.contact-shape-lime { top: 49px; right: 22%; width: 55px; height: 55px; }.contact-shape-yellow { right: -18px; bottom: 11%; width: 80px; height: 80px; }.contact-shape-blue { right: 5%; top: 40%; height: 112px; width: 25px; }.site-footer { display: flex; flex-direction: column; gap: 7px; padding: 20px; font-size: 8px; }.site-footer a { margin-top: 10px; }
  .cursor-dot { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.ticker-track { animation: none; }.reveal { opacity: 1; transform: none; transition: none; }.circle-link, .work-row, .contact-link { transition: none; }
}
