/*
Theme Name: paset
Theme URI: https://paset.co.jp/
Author: 株式会社PASET
Description: 株式会社PASETのコーポレートサイト用クラシックテーマ
Version: 2.1.6
Text Domain: paset
*/

@font-face {
	font-family: "Zen Kaku Gothic New";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/ZenKakuGothicNew-Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Zen Kaku Gothic New";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("assets/fonts/ZenKakuGothicNew-Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Zen Kaku Gothic New";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/ZenKakuGothicNew-Bold.woff2") format("woff2");
}

@font-face {
	font-family: "Outfit";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("assets/fonts/Outfit-400.woff2") format("woff2");
}

@font-face {
	font-family: "Outfit";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("assets/fonts/Outfit-600.woff2") format("woff2");
}

@font-face {
	font-family: "Outfit";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("assets/fonts/Outfit-700.woff2") format("woff2");
}

:root {
	--green: #83cf38;
	--green-outline: color-mix(in srgb, var(--green) 52%, var(--surface-alt));
	--green-deep: #4c8a1b;
	--green-ink: #122005;
	--ink: #18191c;
	--ink-soft: #54565c;
	--ink-faint: #707279;
	--surface: #f6f7f8;
	--surface-alt: #ffffff;
	--surface-soft: #eceff1;
	--surface-dark: #18191c;
	--on-dark: #f7f8f8;
	--on-dark-soft: #b8bac0;
	--line: rgb(24 25 28 / 13%);
	--line-strong: rgb(24 25 28 / 28%);
	--line-dark: rgb(247 248 248 / 16%);
	--scrim: rgb(10 11 12 / 58%);
	--scrim-soft: rgb(10 11 12 / 10%);
	--error: #a52a2a;
	--font-jp: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", sans-serif;
	--font-en: "Outfit", "Arial", sans-serif;
	--font-signature: "Brush Script MT", "Segoe Script", "Snell Roundhand", cursive;
	--max: 1360px;
	--content-wide: 1040px;
	--measure-prose: 52rem;
	--gutter: clamp(20px, 4vw, 56px);
	--section: clamp(88px, 10vw, 152px);
	--ease: cubic-bezier(0.16, 1, 0.3, 1);
	--display: 6.25rem;
	--page-title: 5.25rem;
	--section-title: 3.75rem;
	--about-title: clamp(2.25rem, 3.45vw, 3.25rem);
	--post-title: clamp(2rem, calc(1.35rem + 2.5vw), 3.5rem);
	--lead: 1.25rem;
	--body: 16px;
	--label: 12px;
	--icon-arrow-up-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 17 17 7M7 7h10v10' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
	--icon-arrow-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12h14M14 7l5 5-5 5' fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E");
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.admin-bar .site-header {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	overflow-x: clip;
}

body {
	margin: 0;
	background: var(--surface);
	color: var(--ink);
	font-family: var(--font-jp);
	-webkit-font-smoothing: antialiased;
	font-feature-settings: "palt" 0;
	overflow-x: clip;
}

main {
	display: block;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
}

p,
h1,
h2,
h3,
dd {
	text-wrap: pretty;
	line-break: strict;
	word-break: normal;
	overflow-wrap: anywhere;
}

.wrap {
	width: min(100%, var(--max));
	margin-inline: auto;
	padding-inline: var(--gutter);
}

.skip-link:not(:focus) {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.skip-link:focus {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 100;
	width: auto;
	height: auto;
	clip: auto;
	padding: 12px 18px;
	background: var(--ink);
	color: var(--on-dark);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 2px solid var(--green);
	outline-offset: 4px;
}

paset-header,
paset-footer {
	display: block;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--surface-alt);
	border-bottom: 1px solid var(--line);
}

.site-nav {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: clamp(28px, 4vw, 64px);
	width: 100%;
	height: clamp(72px, 5.6vw, 86px);
	margin-inline: auto;
	padding-inline: clamp(20px, 2vw, 32px);
}

.logo,
.footer-brand {
	display: inline-flex;
	align-items: center;
	width: fit-content;
}

.logo-img {
	width: clamp(112px, 9.4vw, 144px);
	height: auto;
}

.nav-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(18px, 3vw, 46px);
}

.nav-links a {
	position: relative;
	padding-block: 8px;
	font-size: clamp(12px, 0.9vw, 14px);
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.nav-links a::after {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 2px;
	left: 0;
	height: 2px;
	background: var(--green);
	transition: right 0.25s var(--ease);
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
	right: 0;
}

.nav-toggle {
	display: none;
	width: 42px;
	height: 42px;
	padding: 10px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.nav-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	margin-block: 4px;
	background: var(--ink);
}

.home-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	height: clamp(520px, 61svh, 650px);
	overflow: hidden;
	background: var(--surface-dark);
	color: var(--on-dark);
}

.home-hero-media {
	position: absolute;
	inset: 0;
}

.home-hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgb(10 11 12 / 84%) 0%, rgb(10 11 12 / 62%) 28%, rgb(10 11 12 / 10%) 60%, rgb(10 11 12 / 0%) 100%);
}

.home-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: var(--hero-focus-desktop, 52% center);
	transform: scale(1.035);
	filter: brightness(1.02) saturate(0.9);
	transition: transform 1.4s var(--ease), opacity 1s ease;
	opacity: 0;
}

.is-ready .home-hero-media img {
	transform: scale(1);
	opacity: 1;
}

.home-hero-content {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	width: 100%;
	padding-top: clamp(104px, 14vh, 150px);
	padding-bottom: clamp(64px, 7vw, 92px);
}

.home-hero-copy {
	grid-column: 1;
	align-self: end;
	max-width: 42rem;
}

.hero-label {
	font-family: var(--font-en);
	font-size: var(--label);
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
}

.hero-label {
	display: flex;
	align-items: center;
	gap: 0;
	max-width: 33rem;
	margin: 0 0 28px;
	color: var(--on-dark);
}

.hero-label::before {
	content: "";
	display: block;
	flex: 0 0 56px;
	height: 3px;
	margin-right: 16px;
	background: var(--green);
}

.home-hero h1 {
	max-width: 8.8em;
	margin: 0;
	font-size: clamp(3.4rem, 4.4vw, 4.6rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	color: var(--on-dark);
	text-shadow: 0 3px 26px rgb(0 0 0 / 22%);
}

.home-hero h1 span {
	display: block;
}

.section {
	padding-block: var(--section);
}

.section-alt {
	background: var(--surface-alt);
}

.eyebrow,
.service-code {
	margin: 0 0 18px;
	font-family: var(--font-en);
	font-size: var(--label);
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--ink-faint);
}

.eyebrow-light {
	color: var(--on-dark-soft);
}

.section-kicker {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	color: var(--ink-soft);
}

.section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.54fr);
	align-items: end;
	gap: 48px;
	margin-bottom: clamp(52px, 7vw, 88px);
}

.section-head h2 {
	max-width: 15em;
	margin: 0;
	font-size: var(--section-title);
	font-weight: 700;
	line-height: 1.35;
}

.section-head .section-lead {
	margin: 0;
}

.inline-links {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 28px;
}

.section-lead {
	max-width: 46rem;
	margin: 28px 0 0;
	font-size: var(--lead);
	line-height: 2;
	color: var(--ink-soft);
}

.manifesto {
	overflow: visible;
	background: var(--surface-alt);
}

.manifesto-intro {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 0.9fr);
	gap: 0;
	padding-top: 104px;
	padding-bottom: 96px;
	border-top: 1px solid var(--line-strong);
}

.manifesto-label {
	margin: 0 0 36px;
}

.manifesto-main {
	min-width: 0;
	padding-right: clamp(44px, 5vw, 80px);
}

.manifesto-main h2 {
	max-width: none;
	margin: 0 0 38px;
	font-size: var(--about-title);
	font-weight: 700;
	line-height: 1.35;
	white-space: nowrap;
}

.body-copy {
	max-width: 760px;
}

.manifesto-main .body-copy p {
	margin: 0;
	font-size: 1.04rem;
	line-height: 1.9;
	color: var(--ink);
}

.manifesto-main .body-copy p + p {
	margin-top: 14px;
}

.manifesto-links {
	display: flex;
	flex-direction: column;
	align-self: end;
	min-width: 0;
	padding-left: clamp(32px, 3.5vw, 56px);
	border-left: 1px solid var(--line-strong);
}

.manifesto-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 116px;
	padding: 22px 4px 22px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	text-decoration: none;
}

.manifesto-link + .manifesto-link {
	border-top: 0;
}

.manifesto-link-copy {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.manifesto-link-label {
	font-family: var(--font-en);
	font-size: 0.69rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: var(--ink-faint);
}

.manifesto-link-title {
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.5;
}

.manifesto-link-arrow {
	flex: 0 0 auto;
	font-family: var(--font-en);
	font-size: 1.35rem;
	color: var(--green-deep);
	transition: transform 0.2s var(--ease);
}

.manifesto-link:hover .manifesto-link-arrow {
	transform: translateX(4px);
}

.manifesto-main > [data-reveal]:nth-child(2) {
	transition-delay: 0.08s;
}

.manifesto-main > [data-reveal]:nth-child(3),
.manifesto-links[data-reveal] {
	transition-delay: 0.16s;
}

.statement-desktop {
	display: inline;
}

.statement-mobile {
	display: none;
}

.paset-loop {
	position: relative;
	height: 245svh;
	background: var(--surface);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.paset-loop-sticky {
	position: sticky;
	top: 76px;
	display: flex;
	height: calc(100svh - 76px);
	min-height: 620px;
	overflow: hidden;
}

.paset-loop-frame {
	display: grid;
	grid-template-rows: auto minmax(280px, 1fr) auto;
	align-self: stretch;
	width: 100%;
	padding-top: clamp(54px, 7vh, 86px);
	padding-bottom: clamp(36px, 5vh, 60px);
}

.paset-loop-head {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 32px;
	z-index: 2;
}

.paset-loop-head .eyebrow {
	grid-column: 1 / -1;
	margin-bottom: 14px;
}

.paset-loop-head h3 {
	max-width: 15em;
	margin: 0;
	font-size: 2.65rem;
	line-height: 1.4;
}

.paset-loop-count {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin: 0;
	font-family: var(--font-en);
	color: var(--ink-faint);
}

.paset-loop-count span:first-child {
	font-size: 2.4rem;
	font-weight: 600;
	color: var(--ink);
}

.paset-loop-viewport {
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-inline: calc(var(--gutter) * -1);
}

.paset-loop-track {
	position: relative;
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(420px, 42vw);
	width: max-content;
	padding-inline: var(--gutter) calc(52vw - var(--gutter));
	will-change: transform;
}

.paset-loop-track::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	height: 112px;
	background: var(--green);
	clip-path: polygon(0 0, calc(100% - 72px) 0, 100% 50%, calc(100% - 72px) 100%, 0 100%);
	transform: translateY(-50%);
}

.paset-loop-step {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: 1fr auto 1fr;
	align-items: end;
	min-height: 330px;
	padding: 26px clamp(32px, 4vw, 64px);
	border-left: 1px solid rgb(24 25 28 / 18%);
	opacity: 0.42;
	transition: opacity 0.35s ease;
}

.paset-loop-step.is-active {
	opacity: 1;
}

.loop-step-number {
	align-self: end;
	margin: 0 0 16px;
	font-family: var(--font-en);
	font-size: 12px;
	font-weight: 600;
	color: var(--ink-faint);
}

.paset-loop-step h4 {
	align-self: center;
	margin: 0;
	font-size: 2rem;
	line-height: 1.35;
	color: var(--green-ink);
}

.paset-loop-axis {
	display: grid;
	grid-template-columns: auto minmax(80px, 1fr) auto;
	align-items: center;
	gap: 20px;
	font-family: var(--font-en);
	font-size: 11px;
	font-weight: 600;
	color: var(--ink-faint);
}

.paset-loop-progress {
	position: relative;
	height: 1px;
	overflow: hidden;
	background: var(--line-strong);
}

.paset-loop-progress i {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--ink);
	transform: scaleX(0);
	transform-origin: left center;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 28px;
	padding-bottom: 5px;
	border-bottom: 1px solid currentColor;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.text-link::after {
	content: "→";
	transition: transform 0.2s var(--ease);
}

.text-link:hover::after {
	transform: translateX(4px);
}

.text-link[target="_blank"]::after {
	content: "";
	width: 18px;
	height: 18px;
	background-color: currentColor;
	-webkit-mask: var(--icon-arrow-up-right) center / contain no-repeat;
	mask: var(--icon-arrow-up-right) center / contain no-repeat;
}

.service-index {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--line-strong);
	border-left: 1px solid var(--line);
}

.service-section {
	background: var(--surface-alt);
}

.service-head {
	grid-template-columns: minmax(0, 1fr);
}

.service-entry {
	display: flex;
	flex-direction: column;
	min-height: 348px;
	padding: clamp(34px, 4vw, 56px);
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	color: var(--ink);
	text-decoration: none;
	transition: background 0.25s ease, color 0.25s ease;
}

.service-entry:hover {
	background: var(--surface);
}

.service-entry h3 {
	margin: auto 0 16px;
	font-size: 2.4rem;
	line-height: 1.35;
}

.service-entry p {
	max-width: 43ch;
	margin: 0;
	font-size: var(--body);
	line-height: 1.9;
	color: var(--ink-soft);
}

.service-code {
	color: var(--ink-faint) !important;
}

.service-action {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 24px;
	font-size: 13.5px;
	font-weight: 700;
}

.service-action::after {
	content: "→";
}

.service-entry[target="_blank"] .service-action::after {
	content: "";
	width: 18px;
	height: 18px;
	background-color: currentColor;
	-webkit-mask: var(--icon-arrow-up-right) center / contain no-repeat;
	mask: var(--icon-arrow-up-right) center / contain no-repeat;
}

.contact-band {
	background: var(--surface-dark);
	color: var(--on-dark);
}

.recruit-band {
	position: relative;
	overflow: hidden;
	background: var(--surface);
	color: var(--ink);
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.recruit-band::before {
	content: "RECRUIT";
	position: absolute;
	top: 50%;
	left: var(--gutter);
	font-family: var(--font-en);
	font-size: clamp(7rem, 17vw, 16rem);
	font-weight: 700;
	line-height: 0.8;
	color: transparent;
	-webkit-text-stroke: 1px var(--line);
	transform: translateY(-50%);
	pointer-events: none;
}

.recruit-band-grid,
.contact-band-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	align-items: end;
	gap: clamp(48px, 9vw, 144px);
}

.recruit-band h2,
.contact-band h2 {
	margin: 0;
	font-size: var(--section-title);
	line-height: 1.32;
}

.contact-band .text-link {
	color: var(--on-dark);
}

.contact-band-grid > div:last-child {
	padding-top: 30px;
	border-top: 1px solid var(--line-dark);
}

.contact-band-grid > div:last-child p {
	margin: 0;
	font-size: var(--lead);
	line-height: 1.95;
	color: var(--on-dark-soft);
}

.recruit-band-grid > div:last-child {
	padding-top: 30px;
	border-top: 1px solid var(--line-strong);
}

.recruit-band-grid > div:last-child p {
	margin: 0;
	font-size: var(--lead);
	line-height: 1.95;
	color: var(--ink-soft);
}

.news-layout {
	display: grid;
	grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
	gap: clamp(48px, 9vw, 140px);
}

.news-list {
	border-top: 1px solid var(--line-strong);
}

.news-row {
	display: grid;
	grid-template-columns: 118px 100px minmax(0, 1fr) auto;
	align-items: center;
	gap: 24px;
	min-height: 82px;
	padding-block: 18px;
	border-bottom: 1px solid var(--line);
	color: var(--ink);
	text-decoration: none;
}

.news-row time {
	font-family: var(--font-en);
	font-size: 13px;
	color: var(--ink-faint);
}

.news-row .news-title-sample,
.news-row > span:not(.news-category) {
	font-size: 15.5px;
	font-weight: 500;
	line-height: 1.65;
}

.news-category {
	font-family: var(--font-en);
	font-size: 11px;
	font-weight: 600;
	color: var(--ink-faint);
}

.news-row::after {
	content: "→";
	font-family: var(--font-en);
}

.news-row-preview {
	color: var(--ink-soft);
}

.news-row-preview::after {
	color: var(--line-strong);
}

.page-hero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(84px, 11vw, 154px) clamp(64px, 8vw, 112px);
	background: var(--surface-alt);
	border-bottom: 1px solid var(--line);
}

	.page-hero::after {
	content: "";
	position: absolute;
	right: var(--gutter);
	bottom: 0;
	width: min(38vw, 520px);
	height: 5px;
	background: var(--green);
}

.page-hero h1 {
	max-width: 10em;
	margin: 0;
	font-size: var(--page-title);
	font-weight: 700;
	line-height: 1.2;
}

.page-hero p:last-child {
	max-width: 48rem;
	margin: 30px 0 0;
	font-size: var(--lead);
	line-height: 1.95;
	color: var(--ink-soft);
}

.split-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
	align-items: start;
	gap: clamp(44px, 8vw, 120px);
}

.split-layout.reverse {
	grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
}

.editorial-photo {
	position: relative;
	overflow: hidden;
	min-height: 520px;
	border-radius: 0 0 0 120px;
}

.editorial-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.copy-block h2 {
	margin: 0 0 28px;
	font-size: 2.8rem;
	line-height: 1.45;
}

.copy-block p {
	margin: 0 0 18px;
	font-size: var(--body);
	line-height: 2;
	color: var(--ink-soft);
}

.message-signature {
	display: flex;
	align-items: baseline;
	gap: 16px;
	margin-top: 34px !important;
	padding-top: 22px;
	border-top: 1px solid var(--line);
}

.message-signature span {
	font-size: 12px;
	font-weight: 500;
}

.message-signature strong {
	font-size: 1.1rem;
	color: var(--ink);
}

.info-table {
	margin: 0;
	border-top: 1px solid var(--line-strong);
}

.info-row {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 32px;
	padding-block: 22px;
	border-bottom: 1px solid var(--line);
}

.info-row dt {
	font-size: 13px;
	font-weight: 700;
	color: var(--ink-faint);
}

.info-row dd {
	margin: 0;
	font-size: 15px;
	line-height: 1.8;
}

.history-list,
.role-list,
.legal-list {
	border-top: 1px solid var(--line-strong);
}

.history-item,
.role-item,
.legal-item {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 34px;
	padding-block: 26px;
	border-bottom: 1px solid var(--line);
}

.history-item time,
.role-type,
.legal-term {
	font-family: var(--font-en);
	font-size: 13px;
	font-weight: 600;
	color: var(--ink-faint);
}

.history-item p,
.role-item p,
.legal-item p {
	margin: 0;
	font-size: 15px;
	line-height: 1.85;
	color: var(--ink-soft);
}

.role-item h3 {
	margin: 0 0 8px;
	font-size: 1.25rem;
}

.service-detail-list {
	border-top: 1px solid var(--line-strong);
}

.service-detail {
	display: grid;
	grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
	gap: clamp(36px, 7vw, 100px);
	padding-block: clamp(48px, 7vw, 88px);
	border-bottom: 1px solid var(--line);
}

.service-detail h2 {
	margin: 0;
	font-size: 2.5rem;
	line-height: 1.4;
}

.service-detail-copy p {
	max-width: 52rem;
	margin: 0 0 20px;
	font-size: var(--body);
	line-height: 2;
	color: var(--ink-soft);
}

.service-points {
	display: grid;
	gap: 10px;
	max-width: 52rem;
	margin: 28px 0 0;
	padding: 24px 0 0;
	border-top: 1px solid var(--line);
	list-style: none;
}

.service-points li {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.8;
	color: var(--ink-soft);
}

.service-points li::before {
	content: "";
	position: absolute;
	top: 0.78em;
	left: 0;
	width: 5px;
	height: 5px;
	background: var(--ink);
}

.empty-state {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	align-items: end;
	gap: clamp(48px, 9vw, 132px);
	min-height: 360px;
	padding-block: clamp(52px, 7vw, 88px);
	border-top: 1px solid var(--line-strong);
	border-bottom: 1px solid var(--line);
}

.empty-state h2 {
	max-width: 12em;
	margin: 0;
	font-size: 3.2rem;
	line-height: 1.4;
}

.empty-state > p {
	margin: 0;
	font-size: var(--lead);
	line-height: 1.95;
	color: var(--ink-soft);
}

/* Works */
.works-page {
	background: var(--surface-alt);
}

.works-hero {
	position: relative;
	overflow: hidden;
	min-height: clamp(440px, 33vw, 560px);
	background: var(--surface-alt);
	border-bottom: 1px solid var(--line);
}

.works-hero-inner {
	display: grid;
	grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
	min-height: inherit;
	padding-right: 0;
}

.works-hero-copy {
	position: relative;
	z-index: 2;
	align-self: center;
	padding-block: clamp(68px, 8vw, 120px);
}

.works-hero-en {
	margin: 0;
	font: 700 clamp(5rem, 8vw, 7.75rem)/0.86 var(--font-en);
	letter-spacing: 0;
	white-space: nowrap;
}

.works-hero h1 {
	margin: clamp(24px, 2.4vw, 38px) 0 0;
	font-size: clamp(2.1rem, 3vw, 3.5rem);
	line-height: 1.25;
}

.works-hero-accent {
	display: block;
	width: 68px;
	height: 3px;
	margin-top: clamp(22px, 2vw, 32px);
	background: var(--green);
}

.works-hero-copy > p:last-child {
	margin: clamp(22px, 2.2vw, 34px) 0 0;
	font-size: var(--lead);
	font-weight: 500;
	line-height: 1.9;
}

.works-mobile-break {
	display: none;
}

.works-hero-art {
	position: relative;
	min-width: 0;
	min-height: inherit;
}

.works-impact-lines {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.works-impact-line {
	fill: none;
	stroke: var(--ink);
	stroke-width: 1.25;
	vector-effect: non-scaling-stroke;
}

.works-impact-line-soft {
	stroke: var(--line-strong);
}

.works-impact-line-dash {
	stroke: var(--ink-faint);
	stroke-dasharray: 5 6;
}

.works-impact-arrow {
	fill: var(--green);
}

.works-impact-word {
	position: absolute;
	right: -0.03em;
	bottom: -0.12em;
	z-index: 3;
	margin: 0;
	color: transparent;
	font: 500 clamp(6rem, 11vw, 11.5rem)/0.72 var(--font-en);
	letter-spacing: 0;
	-webkit-text-stroke: 1px var(--green-outline);
	opacity: 1;
}

.works-index {
	padding: clamp(62px, 6.5vw, 96px) 0 0;
	background: var(--surface-alt);
}

.works-index-head {
	display: grid;
	grid-template-columns: minmax(220px, 0.32fr) minmax(0, 0.68fr);
	align-items: end;
	gap: clamp(36px, 5vw, 76px);
	border-bottom: 1px solid var(--line-strong);
}

.works-index-head h2 {
	margin: 10px 0 18px;
	font-size: clamp(2rem, 2.8vw, 3rem);
	line-height: 1.25;
}

.works-filters {
	display: flex;
	align-items: flex-end;
	gap: clamp(22px, 3vw, 48px);
	overflow-x: auto;
	scrollbar-width: none;
}

.works-filters::-webkit-scrollbar {
	display: none;
}

.works-filters :is(a, button) {
	position: relative;
	flex: 0 0 auto;
	padding: 18px 0 20px;
	border: 0;
	background: transparent;
	color: var(--ink);
	font: 600 12px/1 var(--font-en);
	letter-spacing: 0.06em;
	cursor: pointer;
	text-decoration: none;
}

.works-filters :is(a, button)::after {
	content: "";
	position: absolute;
	right: 100%;
	bottom: -1px;
	left: 0;
	height: 3px;
	background: var(--green);
	transition: right 0.3s var(--ease);
}

.works-filters :is(a, button):is(:hover, .is-active)::after {
	right: 0;
}

.works-filters :is(a, button).is-active {
	color: var(--green-deep);
}

.works-empty {
	position: relative;
	display: grid;
	place-items: center;
	min-height: clamp(300px, 27vw, 420px);
	overflow: hidden;
	border-bottom: 1px solid var(--line);
}

.works-empty::before {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(50% - 50vw);
	left: calc(50% - 50vw);
	height: 2px;
	background: var(--green);
}

.works-empty-ghost {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	color: transparent;
	font: 500 clamp(6rem, 13vw, 13rem)/0.8 var(--font-en);
	letter-spacing: 0;
	white-space: nowrap;
	-webkit-text-stroke: 1px var(--green);
	transform: translate(-50%, -50%);
	opacity: 0.34;
}

.works-empty-copy {
	position: relative;
	z-index: 2;
	max-width: 680px;
	padding: 30px clamp(24px, 4vw, 58px);
	background: var(--surface-alt);
	text-align: center;
}

.works-empty-copy h3 {
	margin: 0;
	font-size: clamp(1.25rem, 1.8vw, 1.75rem);
	line-height: 1.65;
}

.works-empty-copy p {
	margin: 10px 0 0;
	color: var(--ink-soft);
	line-height: 1.8;
}

.works-empty-copy .text-link {
	margin-top: 18px;
	color: var(--green-deep);
}

.works-contact {
	padding-block: clamp(64px, 7vw, 96px);
}

@media (min-width: 901px) {
	.works-hero-art {
		margin-left: clamp(-140px, -7vw, -86px);
	}

	.works-hero-copy > p:last-child {
		white-space: nowrap;
	}
}

.article-list {
	border-top: 1px solid var(--line-strong);
}

.article-row {
	display: grid;
	grid-template-columns: 140px 120px 1fr auto;
	align-items: center;
	gap: 24px;
	min-height: 92px;
	border-bottom: 1px solid var(--line);
	text-decoration: none;
}

.article-row time,
.article-category {
	font-family: var(--font-en);
	font-size: 12px;
	color: var(--ink-faint);
}

.article-row h2 {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
}

.article-row::after {
	content: "→";
}

.article-row-preview {
	color: var(--ink-soft);
}

.article-row-preview::after {
	color: var(--line-strong);
}

.legal-note {
	max-width: 54rem;
	margin-bottom: 54px;
	font-size: var(--body);
	line-height: 2;
	color: var(--ink-soft);
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(48px, 9vw, 132px);
}

.contact-intro h2 {
	margin: 0 0 26px;
	font-size: 2.4rem;
	line-height: 1.45;
}

.contact-intro p {
	font-size: 15px;
	line-height: 1.9;
	color: var(--ink-soft);
}

.mock-form {
	display: grid;
	gap: 24px;
}

.form-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.field label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
}

.field input,
.field select,
.field textarea {
	width: 100%;
	padding: 14px 15px;
	border: 1px solid var(--line-strong);
	border-radius: 4px;
	background: var(--surface-alt);
	color: var(--ink);
	font: inherit;
}

.field textarea {
	min-height: 180px;
	resize: vertical;
}

.form-submit {
	width: fit-content;
	padding: 14px 30px;
	border: 0;
	border-radius: 999px;
	background: var(--ink);
	color: var(--on-dark);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.prose {
	max-width: var(--measure-prose);
}

.prose h2 {
	margin: 58px 0 16px;
	font-size: 1.7rem;
	line-height: 1.5;
}

.prose h2:first-child {
	margin-top: 0;
}

.prose p,
.prose li {
	font-size: 15px;
	line-height: 2;
	color: var(--ink-soft);
}

[data-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
}

[data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

.site-footer {
	background: var(--surface-dark);
	color: var(--on-dark-soft);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.35fr repeat(3, 1fr);
	gap: 34px;
	padding-block: clamp(56px, 7vw, 92px) 42px;
}

.footer-intro p {
	max-width: 32ch;
	font-size: 13px;
	line-height: 1.85;
}

.footer-brand {
	margin-bottom: 16px;
}

.footer-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 11px;
}

.footer-col h2 {
	margin: 0 0 8px;
	font-family: var(--font-en);
	font-size: 12px;
	letter-spacing: 0;
	color: var(--on-dark);
}

.footer-col a {
	font-size: 13.5px;
	color: var(--on-dark-soft);
	text-decoration: none;
}

.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
	padding-block: 22px 34px;
	border-top: 1px solid var(--line-dark);
	font-size: 12px;
}

.placeholder-note {
	margin-top: 24px;
	font-size: 12.5px;
	line-height: 1.8;
	color: var(--ink-faint);
}

.inline-text-link {
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25em;
}

@media (max-width: 1040px) {
	:root {
		--display: 4.8rem;
		--page-title: 4.2rem;
		--section-title: 3rem;
		--lead: 1.15rem;
	}

	.site-nav {
		grid-template-columns: auto 1fr auto;
	}

	.nav-links {
		position: fixed;
		inset: 76px 0 auto;
		z-index: 49;
		flex-direction: column;
		align-items: flex-start;
		gap: 17px;
		padding: 26px var(--gutter) 32px;
		background: var(--surface);
		border-bottom: 1px solid var(--line);
		opacity: 0;
		transform: translateY(-12px);
		pointer-events: none;
		transition: opacity 0.2s ease, transform 0.2s ease;
	}

	.nav-links.is-open {
		opacity: 1;
		transform: none;
		pointer-events: auto;
	}

	.nav-toggle {
		display: block;
		grid-column: 3;
	}

	.section-head,
	.news-layout,
	.recruit-band-grid,
	.contact-band-grid,
	.split-layout,
	.split-layout.reverse,
	.contact-layout,
	.empty-state {
		grid-template-columns: 1fr;
	}

	.section-head {
		align-items: start;
	}

	.home-hero {
		color: var(--on-dark);
	}

	.home-hero-media::after {
		background: linear-gradient(180deg, rgb(10 11 12 / 7%) 28%, rgb(10 11 12 / 72%) 100%);
	}

	.home-hero-content {
		grid-template-columns: 1fr;
	}

	.home-hero-copy {
		grid-column: 1;
		max-width: 40rem;
		padding-left: 0;
	}

	.hero-label {
		color: var(--on-dark);
	}

	.home-hero h1 {
		font-size: 4rem;
		color: var(--on-dark);
		text-shadow: 0 3px 26px rgb(0 0 0 / 22%);
	}

	.editorial-photo {
		min-height: 430px;
	}

	.manifesto-intro {
		padding-top: 88px;
		padding-bottom: 80px;
	}

	.manifesto-label {
		margin-bottom: 32px;
	}

	.manifesto-main h2 {
		margin-bottom: 40px;
	}

	.paset-loop {
		height: auto;
	}

	.paset-loop-sticky {
		position: relative;
		top: auto;
		height: auto;
		min-height: 0;
	}

	.paset-loop-frame {
		grid-template-rows: auto auto;
		padding-block: 88px;
	}

	.paset-loop-head {
		grid-template-columns: 1fr;
	}

	.paset-loop-count,
	.paset-loop-axis {
		display: none;
	}

	.paset-loop-viewport {
		display: block;
		overflow: visible;
		margin: 58px 0 0;
	}

	.paset-loop-track {
		display: block;
		width: auto;
		padding: 0;
		transform: none !important;
		will-change: auto;
	}

	.paset-loop-track::before {
		top: 0;
		right: auto;
		bottom: 0;
		left: 20px;
		width: 18px;
		height: auto;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), 50% 100%, 0 calc(100% - 18px));
		transform: none;
	}

	.paset-loop-step {
		display: block;
		min-height: 0;
		padding: 26px 0 38px 76px;
		border-top: 1px solid var(--line);
		border-left: 0;
		opacity: 1;
	}

	.loop-step-number {
		margin-bottom: 10px;
	}

	.paset-loop-step h4 {
		font-size: 1.75rem;
		color: var(--ink);
	}

	.copy-block h2,
	.service-detail h2,
	.contact-intro h2 {
		font-size: 2.3rem;
	}

	.service-entry h3 {
		font-size: 2.2rem;
	}

	.footer-grid {
		grid-template-columns: 1.4fr repeat(2, 1fr);
	}

	.footer-col:last-child {
		grid-column: 2 / -1;
	}
}

@media (max-width: 900px) {
	.manifesto-intro {
		grid-template-columns: 1fr;
	}

	.manifesto-main {
		padding-right: 0;
	}

	.manifesto-main h2 {
		white-space: normal;
		text-wrap: balance;
	}

	.manifesto-links {
		margin-top: 36px;
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 760px) {
	:root {
		--display: 3rem;
		--page-title: 3.1rem;
		--section-title: 2.5rem;
		--lead: 1.08rem;
	}

	.logo-img {
		height: 29px;
	}

	.site-nav {
		height: 70px;
	}

	.nav-links {
		inset-block-start: 70px;
	}

	.home-hero {
		height: 620px;
	}

	.home-hero-media::after {
		background: linear-gradient(180deg, rgb(10 11 12 / 6%) 12%, rgb(10 11 12 / 76%) 100%);
	}

	.home-hero-media img {
		object-position: var(--hero-focus-mobile, 38% center);
	}

	.home-hero-content {
		padding-bottom: 50px;
	}

	.home-hero h1 {
		font-size: var(--display);
		line-height: 1.28;
	}

	.manifesto-intro {
		padding-top: 72px;
		padding-bottom: 64px;
	}

	.manifesto-label {
		margin-bottom: 28px;
	}

	.manifesto-main h2 {
		margin-bottom: 34px;
		font-size: 1.75rem;
		line-height: 1.5;
		white-space: normal;
		text-wrap: balance;
	}

	.manifesto-links {
		margin-top: 32px;
	}

	.manifesto-link {
		min-height: 84px;
		padding: 18px 0;
	}

	.statement-desktop {
		display: none;
	}

	.statement-mobile {
		display: inline;
	}

	.paset-loop-frame {
		padding-block: 72px;
	}

	.paset-loop-head h3 {
		font-size: 2.05rem;
	}

	.paset-loop-viewport {
		margin-top: 44px;
	}

	.service-head h2 {
		font-size: 2rem;
		line-height: 1.5;
	}

	.service-index {
		grid-template-columns: 1fr;
		border-left: 0;
	}

	.service-entry,
	.service-entry:nth-child(odd),
	.service-entry:nth-child(even) {
		min-height: 0;
		padding: 34px 0;
		border-right: 0;
	}

	.service-entry h3 {
		margin-top: 40px;
	}

	.recruit-band-grid,
	.contact-band-grid {
		gap: 40px;
	}

	.news-row {
		grid-template-columns: 1fr auto;
		gap: 8px 18px;
	}

	.news-row time,
	.news-category {
		grid-column: 1 / -1;
	}

	.news-row .news-title-sample,
	.news-row > span:not(.news-category) {
		grid-column: 1;
	}

	.news-row::after {
		grid-column: 2;
		grid-row: 2;
	}

.page-hero::after {
		right: 0;
		width: 54vw;
	}

	.info-row,
	.history-item,
	.role-item,
	.legal-item,
	.service-detail {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.article-row {
		grid-template-columns: 1fr auto;
		gap: 6px 18px;
		padding-block: 18px;
	}

	.article-row time,
	.article-category {
		grid-column: 1;
	}

	.article-row h2 {
		grid-column: 1;
	}

	.article-row::after {
		grid-column: 2;
		grid-row: 1 / span 3;
	}

	.form-row {
		grid-template-columns: 1fr;
	}

	.contact-intro h2 {
		font-size: 1.85rem;
	}

	.empty-state {
		min-height: 0;
	}

	.empty-state h2 {
		font-size: 2.35rem;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.footer-intro,
	.footer-col:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 460px) {
	:root {
		--display: 2.55rem;
		--page-title: 2.75rem;
		--section-title: 2.2rem;
	}

	.hero-label {
		align-items: flex-start;
		max-width: 18rem;
		font-size: 9px;
		line-height: 1.5;
	}

	.hero-label::before {
		width: 30px;
		margin-top: 0.65em;
	}

	.home-hero h1 {
		font-size: var(--display);
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-col:last-child {
		grid-column: 1;
	}
}

@media (max-width: 340px) {
	.manifesto-main h2 {
		font-size: 1.625rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}

	[data-reveal] {
		opacity: 1;
		transform: none;
		transition-delay: 0s !important;
	}

	.home-hero-media img {
		opacity: 1;
		transform: none;
	}
}

/* Company / About page */
.about-page main {
	background: var(--surface-alt);
}

.about-hero {
	--about-hero-copy-width: max(470px, calc((100vw - var(--max)) / 2 + 500px));
	position: relative;
	display: grid;
	grid-template-columns: var(--about-hero-copy-width) 1fr;
	min-height: clamp(520px, 54vw, 680px);
	overflow: hidden;
	background: var(--surface-alt);
	border-bottom: 1px solid var(--line);
}

.about-hero::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: var(--about-hero-copy-width);
	z-index: 2;
	width: 1px;
	background: var(--line);
	transform: skewX(18deg);
	transform-origin: top;
}

.about-hero-copy {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 72px clamp(32px, 3vw, 56px) 72px max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter)));
}

.about-hero-label {
	margin: 0;
	font-family: var(--font-en);
	font-size: clamp(3.8rem, 5.2vw, 5.6rem);
	font-weight: 700;
	line-height: 0.95;
}

.about-hero-copy h1 {
	margin: 20px 0 0;
	font-size: clamp(1.25rem, 1.6vw, 1.55rem);
	line-height: 1.4;
}

.about-hero-copy > p:last-child {
	margin: 38px 0 0;
	font-size: clamp(0.98rem, 1.15vw, 1.15rem);
	line-height: 2;
	color: var(--ink-soft);
}

.about-hero-art {
	position: relative;
	overflow: hidden;
	background: var(--surface);
}

.about-a-outline,
.about-a-solid {
	position: absolute;
	inset: -12% -5% -24% 2%;
	display: grid;
	place-items: center;
	font-family: var(--font-en);
	font-size: clamp(38rem, 57vw, 61rem);
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
}

.about-a-outline::before,
.about-a-solid::before {
	content: "A";
}

.about-a-outline {
	color: transparent;
	-webkit-text-stroke: 1px var(--line-strong);
	transform: translate(-7%, -5%);
}

.about-a-solid {
	color: var(--surface-alt);
	transform: translate(11%, 8%);
}

.about-a-green-line {
	position: absolute;
	top: -12%;
	left: 43%;
	width: 2px;
	height: 132%;
	background: var(--green);
	transform: rotate(21deg);
	transform-origin: center;
}

.about-a-black-line {
	position: absolute;
	right: 0;
	bottom: 21%;
	width: 77%;
	height: 1px;
	background: var(--ink);
}

.about-name {
	position: relative;
	min-height: 610px;
	overflow: hidden;
	padding-block: clamp(86px, 9vw, 132px);
	background: var(--surface);
	border-bottom: 1px solid var(--line);
}

.about-name-inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(42px, 7vw, 110px);
}

.about-section-title .eyebrow {
	color: var(--green-deep);
}

.about-section-title h2 {
	margin: 0;
	font-size: clamp(2rem, 3.1vw, 3.1rem);
	line-height: 1.4;
}

.about-name-title h2 {
	font-family: var(--font-en);
	font-size: clamp(3rem, 5vw, 5.25rem);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.about-name-copy {
	grid-column: 2;
	padding-top: 12px;
}

.about-name-copy p {
	margin: 0;
	max-width: 50em;
	font-size: var(--body);
	line-height: 2.15;
	color: var(--ink-soft);
}

.about-name-glyph {
	position: absolute;
	bottom: -0.12em;
	left: max(var(--gutter), calc((100vw - var(--max)) / 2));
	z-index: 1;
	display: flex;
	flex-direction: column;
	font-family: var(--font-en);
	font-size: clamp(8rem, 16vw, 15rem);
	font-weight: 600;
	line-height: 0.72;
	color: transparent;
	-webkit-text-stroke: 1px color-mix(in srgb, var(--green) 36%, transparent);
	pointer-events: none;
}

.about-principles {
	padding-block: clamp(64px, 7vw, 104px);
	background: var(--surface-alt);
}

.about-principle-row {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: clamp(24px, 5vw, 78px);
	align-items: center;
	min-height: 126px;
	border-top: 1px solid var(--line);
}

.about-principle-row:last-child {
	border-bottom: 1px solid var(--line);
}

.about-principle-label,
.about-director-role {
	margin: 0;
	font-family: var(--font-en);
	font-size: var(--label);
	font-weight: 600;
	color: var(--ink);
}

.about-principle-statement h2 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3.35rem);
	line-height: 1.4;
}

.about-values {
	align-items: start;
	padding-block: 36px;
}

.about-values > .about-principle-label {
	padding-top: 8px;
}

.about-value-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.about-value-list article {
	min-height: 128px;
	padding: 0 clamp(24px, 4vw, 54px);
	border-left: 1px solid var(--line);
}

.about-value-list article:first-child {
	padding-left: 0;
	border-left: 0;
}

.about-value-list h3 {
	margin: 0 0 14px;
	font-family: var(--font-en);
	font-size: clamp(1.65rem, 2.2vw, 2.35rem);
}

.about-value-list p {
	margin: 0;
	font-size: 14px;
	line-height: 1.9;
	color: var(--ink-soft);
}

.about-message,
.about-profile,
.about-directors {
	padding-block: clamp(90px, 10vw, 150px);
}

.about-message {
	background: var(--surface);
}

.about-message .about-section-title,
.about-profile .about-section-title,
.about-directors .about-section-title {
	margin-bottom: clamp(40px, 5vw, 68px);
}

.about-message-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
	gap: clamp(54px, 8vw, 124px);
	align-items: start;
}

.about-message-photo {
	position: relative;
	min-height: 720px;
	margin: 0;
	overflow: hidden;
	background: var(--surface-alt);
}

.about-message-photo img {
	width: 100%;
	height: 100%;
	min-height: 720px;
	object-fit: cover;
	object-position: 52% 50%;
}

.about-message-copy h3 {
	margin: 0 0 34px;
	max-width: 15em;
	font-size: clamp(1.9rem, 2.5vw, 2.7rem);
	line-height: 1.45;
	text-wrap: balance;
}

.about-message-copy > p:not(.about-message-signature) {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 2;
	color: var(--ink-soft);
}

.about-message-signature {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 18px;
	margin: 38px 0 0;
	padding-top: 22px;
	border-top: 1px solid var(--line);
}

.about-message-signature span {
	font-size: 12px;
}

.about-message-signature .about-message-signature-script {
	font-family: var(--font-signature);
	font-size: clamp(1.75rem, 2.4vw, 2.35rem);
	font-weight: 500;
	line-height: 1;
	transform: rotate(-4deg);
}

.about-profile {
	background: var(--surface-alt);
}

.about-info-table {
	margin: 0;
	border-top: 1px solid var(--line-strong);
}

.about-info-table > div {
	display: grid;
	grid-template-columns: minmax(140px, 220px) 1fr;
	gap: clamp(28px, 5vw, 76px);
	align-items: start;
	padding-block: clamp(24px, 2.4vw, 34px);
	border-bottom: 1px solid var(--line);
}

.about-info-table dt {
	font-size: 14px;
	font-weight: 700;
}

.about-info-table dd {
	margin: 0;
	font-size: 15px;
	line-height: 1.95;
	color: var(--ink-soft);
}

.about-info-line {
	display: block;
}

.about-info-line + .about-info-line {
	margin-top: 4px;
}

.about-directors {
	background: var(--surface);
}

.about-director-list {
	display: grid;
	grid-template-columns: 1fr;
	border-top: 1px solid var(--line-strong);
	border-bottom: 1px solid var(--line);
}

.about-director {
	display: grid;
	grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
	gap: clamp(36px, 5vw, 72px);
	align-items: start;
	padding: clamp(46px, 5vw, 68px) 0;
}

.about-director + .about-director {
	border-top: 1px solid var(--line);
}

.about-director figure {
	position: relative;
	min-height: 0;
	aspect-ratio: 1;
	margin: 0;
	overflow: hidden;
	background: var(--surface-alt);
	border-radius: 8px;
}

.about-director img {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
	object-position: 50% 50%;
}

.about-director:nth-child(2) img {
	object-position: 50% 50%;
}

.about-director-role {
	margin-bottom: 12px;
	color: var(--green-deep);
}

.about-director h3 {
	margin: 0 0 20px;
	font-size: clamp(1.6rem, 2vw, 2rem);
}

.about-director div > p:last-child {
	margin: 0;
	font-size: 14.5px;
	line-height: 2;
	color: var(--ink-soft);
}

.about-contact {
	padding-block: clamp(64px, 7vw, 96px);
	background: var(--surface-dark);
	color: var(--on-dark);
	border-bottom: 1px solid var(--line-dark);
}

.about-contact-inner {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(380px, 1.22fr);
	gap: clamp(60px, 10vw, 160px);
	align-items: end;
}

.about-contact h2 {
	margin: 0;
	font-size: clamp(2.1rem, 3.5vw, 3.4rem);
}

.about-contact p {
	margin: 0 0 28px;
	font-size: 15px;
	line-height: 1.9;
	color: var(--on-dark-soft);
}

.about-contact-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 74px;
	padding-inline: 26px;
	border: 1px solid var(--green);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

@media (max-width: 1040px) {
	.about-hero {
		--about-hero-copy-width: 42%;
		grid-template-columns: minmax(280px, 42%) 1fr;
		min-height: 560px;
	}

	.about-hero::after {
		left: 42%;
	}

	.about-name-inner {
		grid-template-columns: minmax(230px, 0.75fr) minmax(0, 1.25fr);
	}

	.about-name-title h2 {
		font-size: clamp(2.6rem, 5vw, 3.3rem);
	}

	.about-message-layout,
	.about-contact-inner {
		grid-template-columns: 1fr 1fr;
	}

	.about-director {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.about-director figure {
		aspect-ratio: 16 / 9;
	}
}

@media (min-width: 1041px) {
	.about-name .about-section-title h2 {
		white-space: nowrap;
	}
}

@media (max-width: 900px) and (min-width: 761px) {
	.about-value-list {
		grid-template-columns: 1fr;
	}

	.about-value-list article,
	.about-value-list article:first-child {
		min-height: 0;
		padding: 20px 0;
		border-top: 1px solid var(--line);
		border-left: 0;
	}

	.about-value-list article:first-child {
		padding-top: 0;
		border-top: 0;
	}

	.about-message-layout {
		grid-template-columns: 1fr;
	}

	.about-message-photo,
	.about-message-photo img {
		min-height: 520px;
	}
}

@media (max-width: 760px) {
	.about-hero {
		display: block;
		min-height: 620px;
	}

	.about-hero::after {
		display: none;
	}

	.about-hero-copy {
		position: absolute;
		inset: auto 0 0;
		z-index: 4;
		min-height: 330px;
		justify-content: flex-end;
		padding: 50px var(--gutter) 54px;
		background: var(--surface-alt);
		clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
	}

	.about-hero-label {
		font-size: 3.8rem;
	}

	.about-hero-copy h1 {
		margin-top: 12px;
		font-size: 1.1rem;
	}

	.about-hero-copy > p:last-child {
		display: none;
	}

	.about-hero-art {
		height: 390px;
	}

	.about-a-outline,
	.about-a-solid {
		inset: -20% -20% -12% -16%;
		font-size: 32rem;
	}

	.about-a-green-line {
		left: 48%;
	}

	.about-a-black-line {
		bottom: 35%;
	}

	.about-name {
		min-height: 650px;
		padding-block: 76px 170px;
	}

	.about-name-inner {
		display: block;
	}

	.about-name-copy {
		padding-top: 42px;
	}

	.about-name-glyph {
		bottom: 0;
		font-size: 7.3rem;
		line-height: 0.8;
	}

	.about-principle-row {
		grid-template-columns: 1fr;
		gap: 16px;
		align-items: start;
		padding-block: 30px;
	}

	.about-principle-statement h2 {
		font-size: 1.75rem;
	}

	.about-principle-line {
		display: block;
	}

	.page-hero h1.privacy-page-title {
		max-width: none;
		font-size: clamp(1.65rem, 7.4vw, 1.9rem);
		white-space: nowrap;
	}

	.privacy-title-break {
		display: none;
	}

	.about-value-list {
		grid-template-columns: 1fr;
	}

	.about-value-list article,
	.about-value-list article:first-child {
		min-height: 0;
		padding: 24px 0;
		border-top: 1px solid var(--line);
		border-left: 0;
	}

	.about-value-list article:first-child {
		border-top: 0;
	}

	.about-message-layout,
	.about-contact-inner {
		grid-template-columns: 1fr;
	}

	.about-message-photo,
	.about-message-photo img {
		min-height: 430px;
	}

	.about-message-photo img {
		transform: scale(1.12);
	}

	.about-message-copy h3 {
		font-size: 1.9rem;
	}

	.about-info-table > div {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-block: 24px;
	}

	.about-director-list {
		grid-template-columns: 1fr;
	}

	.about-director,
	.about-director + .about-director {
		grid-template-columns: 1fr;
		padding: 34px 0;
		border-left: 0;
	}

	.about-director + .about-director {
		border-top: 1px solid var(--line);
	}

	.about-director figure,
	.about-director img {
		min-height: 0;
	}

	.about-message-signature .about-message-signature-script {
		margin-left: 2px;
	}
}

@media (max-width: 460px) {
	.about-director figure,
	.about-director img {
		min-height: 0;
	}
}

@media (max-width: 900px) {
	.works-hero-inner {
		grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
	}

	.works-hero-en {
		font-size: clamp(4.5rem, 10vw, 6.5rem);
	}

	.works-index-head {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.works-index-head h2 {
		margin-bottom: 0;
	}
}

@media (max-width: 760px) {
	.works-hero {
		min-height: 650px;
	}

	.works-hero-inner {
		grid-template-columns: 1fr;
		grid-template-rows: auto 260px;
		padding-right: var(--gutter);
	}

	.works-hero-copy {
		align-self: start;
		padding: 66px 0 34px;
	}

	.works-hero-en {
		font-size: clamp(4rem, 20vw, 5.4rem);
	}

	.works-hero h1 {
		margin-top: 20px;
		font-size: 2rem;
	}

	.works-hero-copy > p:last-child {
		max-width: 24em;
		font-size: 1rem;
	}

	.works-mobile-break {
		display: block;
	}

	.works-hero-art {
		margin-left: 0;
		min-height: 260px;
	}

	.works-impact-lines {
		left: -8%;
		width: 116%;
	}

	.works-impact-word {
		right: -0.04em;
		bottom: -0.05em;
		font-size: clamp(5rem, 25vw, 7rem);
	}

	.works-index {
		padding-top: 58px;
	}

	.works-index-head {
		display: block;
	}

	.works-index-head h2 {
		font-size: 2rem;
	}

	.works-filters {
		margin-top: 18px;
		gap: 28px;
	}

	.works-filters :is(a, button) {
		padding-block: 16px;
	}

	.works-empty {
		min-height: 390px;
		place-items: center start;
	}

	.works-empty-ghost {
		left: 0;
		font-size: clamp(5rem, 27vw, 7rem);
		transform: translate(0, -50%);
	}

	.works-empty-copy {
		max-width: min(92%, 520px);
		padding: 26px 0;
		text-align: left;
	}

	.works-empty-copy h3 {
		font-size: 1.3rem;
	}

	.works-contact {
		padding-block: 68px;
	}
}

@media (max-width: 420px) {
	.works-hero {
		min-height: 620px;
	}

	.works-hero-inner {
		grid-template-rows: auto 230px;
	}

	.works-hero-copy {
		padding-top: 54px;
	}

	.works-hero-en {
		font-size: 4rem;
	}

	.works-hero-art {
		min-height: 230px;
	}

	.works-empty {
		min-height: 360px;
	}
}

/* WordPress content and archive integration. */
.works-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: clamp(52px, 6vw, 84px);
	background: var(--line);
	border: 1px solid var(--line);
}

.works-card {
	min-width: 0;
	background: var(--surface-alt);
}

.works-card > a {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: clamp(24px, 3vw, 38px);
	text-decoration: none;
}

.works-card figure {
	aspect-ratio: 4 / 3;
	margin: 0 0 28px;
	overflow: hidden;
}

.works-card figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s var(--ease);
}

.works-card a:hover figure img {
	transform: scale(1.025);
}

.works-card-type {
	margin: 0 0 14px;
	color: var(--green-deep);
	font: 600 11px / 1 var(--font-en);
	letter-spacing: 0.08em;
}

.works-card h3 {
	margin: 0;
	font-size: clamp(1.25rem, 1.55vw, 1.6rem);
	line-height: 1.55;
}

.works-card h3 + p {
	margin: 18px 0 26px;
	color: var(--ink-soft);
	font-size: 14px;
	line-height: 1.9;
}

.works-card a > span:last-child {
	margin-top: auto;
	font-size: 13px;
	font-weight: 700;
}

.news-empty-state,
.designed-empty {
	margin-top: 42px;
	padding: clamp(42px, 6vw, 78px);
	border-block: 1px solid var(--line-strong);
}

.news-empty-state h3,
.designed-empty h2 {
	margin: 20px 0 0;
	font-size: clamp(1.45rem, 2.4vw, 2.4rem);
	line-height: 1.55;
}

.news-empty-state > p:last-child {
	margin: 18px 0 0;
	color: var(--ink-soft);
	line-height: 1.9;
}

.paset-pagination,
.pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 48px;
}

.paset-pagination .page-numbers,
.pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	border: 1px solid var(--line-strong);
	color: var(--ink);
	font: 600 13px / 1 var(--font-en);
	text-decoration: none;
}

.paset-pagination .page-numbers.current,
.paset-pagination .page-numbers:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	border-color: var(--green-deep);
	background: var(--green);
	color: var(--green-ink);
}

.legal-editor-content > :first-child,
.legal-editor-content .prose > :first-child {
	margin-top: 0;
}

.wrap.prose.legal-editor-content {
	max-width: var(--max);
}

.wrap.prose.legal-editor-content > * {
	max-width: var(--measure-prose);
}

.legal-editor-content :is(h2, h3) {
	text-wrap: balance;
}

.legal-editor-content :is(a, .inline-text-link) {
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25em;
}

.post-detail-hero {
	padding-block: clamp(76px, 10vw, 138px) clamp(62px, 8vw, 108px);
	background: var(--surface-alt);
	border-bottom: 1px solid var(--line);
}

.post-detail-hero-inner {
	max-width: var(--content-wide);
}

.post-detail-meta {
	display: flex;
	gap: 24px;
	margin: 28px 0 0;
	color: var(--ink-faint);
	font: 500 12px / 1 var(--font-en);
	letter-spacing: 0.04em;
}

.post-detail-hero h1 {
	max-width: 20em;
	margin: 28px 0 0;
	font-size: var(--post-title);
	line-height: 1.4;
}

.post-detail-body {
	padding-block: clamp(72px, 9vw, 132px);
	background: var(--surface-alt);
}

.post-detail-layout {
	max-width: var(--content-wide);
}

.post-detail-cover {
	margin: 0 0 clamp(48px, 7vw, 88px);
}

.post-detail-cover img {
	width: 100%;
	height: auto;
}

.post-detail-content {
	max-width: 760px;
}

.post-detail-content :is(h2, h3, h4) {
	margin-top: 2.6em;
	line-height: 1.55;
}

.post-detail-content :is(img, figure) {
	max-width: 100%;
	height: auto;
}

.post-detail-back {
	margin-top: clamp(52px, 7vw, 84px);
}

.archive-section {
	background: var(--surface-alt);
}

.archive-list {
	border-top: 1px solid var(--line-strong);
}

.archive-row {
	display: grid;
	grid-template-columns: 130px 1fr auto;
	align-items: center;
	gap: 32px;
	min-height: 92px;
	border-bottom: 1px solid var(--line);
	text-decoration: none;
}

.archive-row time {
	color: var(--ink-faint);
	font: 500 12px / 1 var(--font-en);
}

.archive-row h2 {
	margin: 0;
	font-size: 16px;
	line-height: 1.7;
}

.error-404-section {
	display: grid;
	place-items: center;
	min-height: 72vh;
	padding-block: 96px;
	background: var(--surface-alt);
}

.error-404-inner {
	text-align: center;
}

.error-404-inner .eyebrow {
	justify-content: center;
}

.error-404-number {
	margin: 18px 0 0;
	color: transparent;
	font: 700 clamp(7rem, 18vw, 15rem) / 0.85 var(--font-en);
	-webkit-text-stroke: 1px var(--green);
}

.error-404-inner h1 {
	margin: 30px 0 0;
	font-size: clamp(1.8rem, 3.2vw, 3.2rem);
}

.error-404-inner > p:not(.eyebrow, .error-404-number) {
	max-width: 42rem;
	margin: 24px auto 0;
	color: var(--ink-soft);
	line-height: 2;
}

.error-404-inner .text-link {
	margin-top: 34px;
}

@media (max-width: 900px) {
	.works-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.works-card-grid {
		grid-template-columns: 1fr;
	}

	.archive-row {
		grid-template-columns: 1fr auto;
		gap: 10px 20px;
		padding-block: 22px;
	}

	.archive-row time {
		grid-column: 1 / -1;
	}

	.archive-row h2 {
		font-size: 15px;
	}
}
