:root {
	--ink: #050505;
	--paper: #fff;
	--soft: #f3f3f0;
	--muted: #666;
	--line: #d5d5d2;
	--shell: 1500px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body.menu-is-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--ink); color: var(--paper); }
.shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: -80px; padding: 12px 16px; background: #000; color: #fff; }
.skip-link:focus { top: 16px; }
.utility-bar { border-bottom: 1px solid var(--ink); }
.utility-bar__inner { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 24px; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.utility-bar a:hover { opacity: .5; }
.masthead { min-height: 180px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.masthead__date { font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.brand img { width: clamp(108px, 11vw, 165px); }
.masthead__menu { justify-self: end; }
.square-button { width: 44px; height: 44px; display: inline-grid; place-items: center; border: 1px solid #000; background: #fff; color: #000; cursor: pointer; transition: background .18s ease, color .18s ease; }
.square-button:hover, .square-button:focus-visible { background: #000; color: #fff; }
.primary-nav { border-block: 1px solid var(--ink); }
.primary-nav__inner { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: clamp(30px, 6vw, 90px); }
.primary-nav a { position: relative; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: #000; transition: right .2s ease; }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { right: 0; }
.menu-panel { position: fixed; z-index: 150; inset: 0; overflow-y: auto; background: #000; color: #fff; opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility .22s ease; }
.menu-panel.is-open { opacity: 1; visibility: visible; }
.menu-panel__top { min-height: 96px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #444; font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.menu-panel__top .square-button { border-color: #fff; background: #000; color: #fff; }
.menu-panel__top .square-button:hover { background: #fff; color: #000; }
.menu-panel__links { padding-block: 42px; }
.menu-panel__links a { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-bottom: 1px solid #3a3a3a; font-size: clamp(28px, 6vw, 72px); font-weight: 700; letter-spacing: -.05em; }
.menu-panel__links a:hover { color: #aaa; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 1px; background: currentColor; }
.page-hero { padding: clamp(54px, 8vw, 120px) 0; border-bottom: 1px solid var(--ink); }
.page-hero__grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: clamp(40px, 7vw, 110px); align-items: end; }
.display { margin: 0; max-width: 1050px; font-size: clamp(58px, 10vw, 154px); line-height: .82; letter-spacing: -.075em; }
.page-hero__intro { margin: 0; padding-left: 28px; border-left: 1px solid #000; font: 18px/1.65 Georgia, "Times New Roman", serif; }
.section { padding: clamp(62px, 8vw, 120px) 0; border-bottom: 1px solid var(--ink); }
.section--dark { background: #000; color: #fff; }
.section-head { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; margin-bottom: 58px; }
.section-head h2 { margin: 0; font-size: clamp(42px, 6vw, 92px); line-height: .9; letter-spacing: -.06em; }
.section-head p { max-width: 700px; margin: 0; font: 18px/1.7 Georgia, "Times New Roman", serif; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid; border-left: 1px solid; }
.principle { min-height: 290px; padding: 28px; border-right: 1px solid; border-bottom: 1px solid; display: flex; flex-direction: column; justify-content: space-between; }
.principle__number { font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.principle h3 { margin: 45px 0 12px; font-size: clamp(27px, 2.6vw, 42px); line-height: 1; letter-spacing: -.045em; }
.principle p { margin: 0; color: #bbb; line-height: 1.6; }
.services { border-top: 1px solid var(--ink); }
.service { display: grid; grid-template-columns: 90px minmax(220px, .7fr) 1fr; gap: 32px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--ink); }
.service__number, .service__meta { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.service h3 { margin: 0; font-size: clamp(27px, 3vw, 46px); line-height: 1; letter-spacing: -.045em; }
.service p { max-width: 700px; margin: 0; color: var(--muted); font: 17px/1.65 Georgia, "Times New Roman", serif; }
.bio-grid { display: grid; grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr); gap: clamp(48px, 8vw, 130px); }
.bio-aside { position: sticky; top: 30px; align-self: start; }
.bio-aside__monogram { width: 100%; aspect-ratio: 1; display: grid; place-items: center; background: #000; color: #fff; font-size: clamp(74px, 11vw, 160px); font-weight: 700; letter-spacing: -.1em; }
.bio-aside dl { margin: 24px 0 0; }
.bio-aside div { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.bio-aside dt { color: var(--muted); }
.bio-copy h2 { margin: 0 0 36px; font-size: clamp(45px, 6vw, 96px); line-height: .9; letter-spacing: -.06em; }
.bio-copy .lead { margin: 0 0 30px; font: clamp(22px, 2.2vw, 33px)/1.45 Georgia, "Times New Roman", serif; }
.bio-copy p { max-width: 820px; margin: 0 0 24px; font: 18px/1.75 Georgia, "Times New Roman", serif; }
.timeline { margin-top: 54px; border-top: 1px solid #000; }
.timeline__item { display: grid; grid-template-columns: 120px 1fr; gap: 30px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.timeline__item span { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.timeline__item p { margin: 0; font: 16px/1.55 Inter, sans-serif; }
.contact-hero { min-height: 65vh; display: grid; align-items: end; padding: 70px 0; border-bottom: 1px solid #000; }
.contact-hero h1 { margin: 0; max-width: 1200px; font-size: clamp(66px, 12vw, 180px); line-height: .78; letter-spacing: -.08em; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 600px; }
.contact-details, .contact-form { padding: clamp(40px, 6vw, 90px); }
.contact-details { background: #000; color: #fff; }
.contact-details h2 { margin: 0 0 40px; font-size: clamp(36px, 4vw, 62px); line-height: 1; letter-spacing: -.05em; }
.contact-details p { max-width: 500px; color: #bbb; font: 17px/1.7 Georgia, serif; }
.contact-link { display: inline-block; margin-top: 40px; padding-bottom: 8px; border-bottom: 1px solid #fff; font-size: clamp(18px, 2vw, 28px); }
.contact-form form { display: grid; gap: 28px; }
.field { display: grid; gap: 9px; }
.field label { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; padding: 16px 0; border: 0; border-bottom: 1px solid #000; border-radius: 0; background: transparent; color: #000; outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-bottom-width: 2px; }
.field textarea { min-height: 150px; resize: vertical; }
.form-note { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.button { min-height: 52px; padding: 0 24px; border: 1px solid #000; display: inline-flex; justify-content: center; align-items: center; gap: 18px; background: #000; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; cursor: pointer; transition: background .18s ease, color .18s ease; }
.button:hover { background: #fff; color: #000; }
.legal-hero { padding: clamp(60px, 9vw, 135px) 0 45px; border-bottom: 1px solid #000; }
.legal-hero h1 { margin: 0; font-size: clamp(66px, 12vw, 178px); line-height: .8; letter-spacing: -.08em; }
.legal-hero__meta { display: flex; justify-content: space-between; gap: 30px; margin-top: 45px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.legal-layout { display: grid; grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr); gap: clamp(40px, 8vw, 130px); padding-block: clamp(55px, 8vw, 110px); }
.legal-toc { position: sticky; top: 24px; align-self: start; }
.legal-toc h2 { margin: 0 0 20px; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.legal-toc a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.legal-toc a:hover { color: #000; }
.legal-copy { counter-reset: legal; }
.legal-section { counter-increment: legal; padding: 0 0 50px; margin-bottom: 50px; border-bottom: 1px solid var(--line); scroll-margin-top: 20px; }
.legal-section h2 { margin: 0 0 22px; font-size: clamp(29px, 3vw, 47px); line-height: 1; letter-spacing: -.04em; }
.legal-section h2::before { content: counter(legal, decimal-leading-zero) ". "; color: #888; }
.legal-section p, .legal-section li { max-width: 790px; font: 17px/1.75 Georgia, "Times New Roman", serif; }
.legal-section ul { padding-left: 22px; }
.notice { padding: 22px; border: 1px solid #000; font-size: 13px; line-height: 1.65; }
.site-footer { background: #000; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding-block: 70px; }
.footer-brand img { width: 110px; filter: invert(1); }
.footer-grid p { max-width: 410px; color: #aaa; font: 16px/1.65 Georgia, serif; }
.footer-grid h2 { margin: 0 0 20px; color: #888; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div > a:not(.footer-brand) { display: block; padding: 7px 0; font-size: 13px; }
.footer-grid > div > a:hover { color: #aaa; }
.footer-bottom { min-height: 72px; border-top: 1px solid #333; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #888; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

@media (max-width: 900px) {
	.page-hero__grid, .section-head, .bio-grid, .contact-layout, .legal-layout { grid-template-columns: 1fr; }
	.page-hero__intro { padding: 28px 0 0; border-left: 0; border-top: 1px solid #000; }
	.principles { grid-template-columns: 1fr 1fr; }
	.service { grid-template-columns: 54px 1fr; }
	.service p { grid-column: 2; }
	.bio-aside { position: static; display: grid; grid-template-columns: 220px 1fr; gap: 30px; }
	.contact-layout { min-height: auto; }
	.legal-toc { position: static; }
	.footer-grid { grid-template-columns: 1fr 1fr; }
	.footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
	.shell { width: min(calc(100% - 32px), var(--shell)); }
	.utility-bar__inner { justify-content: center; }
	.utility-bar__inner a { display: none; }
	.masthead { min-height: 120px; grid-template-columns: 1fr auto; }
	.masthead__date { display: none; }
	.brand { justify-self: start; }
	.brand img { width: 96px; }
	.primary-nav { display: none; }
	.display { font-size: clamp(56px, 19vw, 92px); }
	.principles { grid-template-columns: 1fr; }
	.service { grid-template-columns: 38px 1fr; gap: 16px; }
	.bio-aside { grid-template-columns: 1fr; }
	.bio-aside__monogram { aspect-ratio: 16 / 9; }
	.contact-hero { min-height: 48vh; }
	.contact-details, .contact-form { padding: 45px 24px; }
	.legal-hero__meta, .footer-bottom { align-items: flex-start; flex-direction: column; padding-block: 24px; }
	.footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; }
}

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


input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;

	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	margin: 0;

	display: inline-grid;
	place-content: center;

	border: 1px solid currentColor;
	border-radius: 0;
	background: transparent;
	color: inherit;

	cursor: pointer;
	transition:
		background-color 160ms ease,
		border-color 160ms ease,
		transform 160ms ease;
}

input[type="checkbox"]::before {
	content: "";

	width: 10px;
	height: 6px;

	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;

	transform: rotate(-45deg) scale(0);
	transform-origin: center;
	transition: transform 140ms ease;
}

input[type="checkbox"]:checked {
	border-color: #000;
	background: #000;
}

input[type="checkbox"]:checked::before {
	transform: rotate(-45deg) scale(1);
}

input[type="checkbox"]:hover {
	transform: translateY(-1px);
}

input[type="checkbox"]:focus-visible {
	outline: 2px solid #000;
	outline-offset: 4px;
}

input[type="checkbox"]:disabled {
	cursor: not-allowed;
	opacity: 0.35;
	transform: none;
}

.consent-check {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	cursor: pointer;
}

.consent-check span {
	line-height: 1.55;
}

@media (prefers-reduced-motion: reduce) {
	input[type="checkbox"],
	input[type="checkbox"]::before {
		transition: none;
	}
}