.page-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 76vh;
	height: 76svh;
	min-height: 620px;
	overflow: hidden;
	background: #111;
	color: #fff;
}

.page-hero--compact {
	height: 64vh;
	height: 64svh;
	min-height: 520px;
}

.page-hero__image,
.page-hero__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.page-hero__image {
	object-fit: cover;
	object-position: center;
	filter: grayscale(100%);
}

.page-hero__shade {
	background: linear-gradient(90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .14) 70%), linear-gradient(0deg, rgba(0, 0, 0, .38), transparent 55%);
}

.page-hero__content {
	position: relative;
	z-index: 1;
	width: auto;
	max-width: 1320px;
	margin: 0 max(40px, calc((100% - 1320px) / 2));
	padding-bottom: clamp(58px, 8vh, 96px);
}

.page-hero__eyebrow,
.section-kicker {
	margin: 0 0 20px;
	font: 700 10px/1.3 "Open Sans", sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
}

.page-hero__eyebrow { color: rgba(255, 255, 255, .68); }

.page-hero h1 {
	margin: 0;
	color: #fff;
	font: 400 clamp(72px, 11vw, 158px)/.86 "Dosis", sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
}

.page-hero__intro {
	margin: 30px 0 0;
	color: rgba(255, 255, 255, .86);
	font: italic 400 clamp(17px, 1.5vw, 22px)/1.5 "Libre Baskerville", serif;
}

.section-kicker { color: #757b7b; }

/* About */
.about-story {
	display: grid;
	grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr);
	gap: clamp(70px, 10vw, 150px);
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(90px, 11vw, 160px) 40px;
}

.about-story h2,
.drawings-gallery__header h2,
.contact-layout h2,
.legal-layout__content > header h2 {
	margin: 0;
	color: #111;
	font: 400 clamp(42px, 5vw, 70px)/1.04 "Dosis", sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
}

.about-story__lead {
	margin: 35px 0 25px;
	color: #222;
	font: italic 400 19px/1.7 "Libre Baskerville", serif;
}

.about-story__text p,
.about-story__chapters p {
	color: #646969;
	font-size: 14px;
	line-height: 1.9;
}

.about-story__chapters article {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 22px;
	padding: 34px 0;
	border-top: 1px solid #d8dada;
}

.about-story__chapters article:last-child { border-bottom: 1px solid #d8dada; }
.about-story__chapters article > span { color: #8a8f8f; font: 700 10px/1.5 "Open Sans", sans-serif; }
.about-story__chapters h3 { margin: 0 0 12px; color: #161616; font: 400 25px/1.2 "Dosis", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.about-story__chapters p { margin: 0; }

.about-feature {
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 72vh;
	min-height: 580px;
	overflow: hidden;
	background: #111;
}

.about-feature > img,
.about-feature__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.about-feature > img { object-fit: cover; filter: grayscale(100%); }
.about-feature__shade { background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.08)); }
.about-feature__content { position: relative; z-index: 1; margin: 0 max(40px, calc((100% - 1240px) / 2)); padding-bottom: 76px; color: #fff; }
.about-feature__content .section-kicker { color: rgba(255,255,255,.6); }
.about-feature h2 { margin: 0 0 28px; color: #fff; font: 400 clamp(45px, 6vw, 82px)/1.02 "Dosis", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.about-feature a { display: inline-flex; gap: 14px; padding-bottom: 7px; border-bottom: 1px solid #fff; color: #fff; font: 700 11px/1.3 "Open Sans", sans-serif; text-transform: uppercase; }

/* Drawings */
.drawings-gallery {
	max-width: 1440px;
	margin: 0 auto;
	padding: clamp(85px, 10vw, 140px) 40px;
}

.drawings-gallery__header {
	display: grid;
	grid-template-columns: 1fr minmax(300px, 440px);
	align-items: end;
	gap: 60px;
	margin-bottom: 62px;
}

.drawings-gallery__header > p { margin: 0 0 5px; color: #666b6b; font-size: 14px; line-height: 1.8; }
.drawings-gallery__filters { position: sticky; z-index: 20; top: 72px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; margin: 0 -14px 34px; padding: 16px 14px; border-top: 1px solid #d9dbdb; border-bottom: 1px solid #d9dbdb; background: rgba(255,255,255,.94); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.drawings-gallery__filters-scroll { min-width: 0; overflow-x: auto; scrollbar-width: thin; }
.drawings-gallery .filters { display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; white-space: nowrap; }
.drawings-gallery .filters li { display: block; margin: 0; }
.drawings-gallery .filters a { color: #7a7f7f; font: 700 10px/1.3 "Open Sans", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.drawings-gallery .filters a { position: relative; display: block; padding: 6px 0; }
.drawings-gallery .filters a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 2px; background: #e06750; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.drawings-gallery .filters a.current,
.drawings-gallery .filters a:hover { color: #111; }
.drawings-gallery .filters a.current::after { transform: scaleX(1); }
.drawings-gallery .filters sup { margin-left: 3px; color: #999; }
.drawings-gallery__filter-status { display: flex; align-items: center; gap: 16px; white-space: nowrap; color: #777; font: 700 9px/1.3 "Open Sans", sans-serif; text-transform: uppercase; }
.drawings-gallery__filter-status button { padding: 6px 0; border: 0; border-bottom: 1px solid #111; border-radius: 0; background: transparent; color: #111; font: inherit; text-transform: uppercase; }
.drawings-gallery__filter-status button span { margin-left: 5px; font-size: 14px; }
.drawings-gallery__grid { margin: 0; }
.drawings-gallery .work-item { overflow: hidden; background: #fff; }
.drawings-gallery .work-item__main { position: absolute; inset: 10px; display: block; overflow: hidden; background: #111; }
.drawings-gallery .work-item__main::after { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.08) 62%); opacity: 0; transition: opacity .35s ease; }
.drawings-gallery .work-item picture { display: block; width: 100%; height: 100%; }
.drawings-gallery .work-item img { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .55s cubic-bezier(.2,.65,.25,1); }
.drawings-gallery .work-caption { position: absolute; z-index: 2; top: auto; right: 0; bottom: 0; left: 0; width: auto; padding: 24px; overflow: visible; opacity: 0; text-align: left; transform: translateY(12px); transition: opacity .3s ease, transform .35s ease; }
.drawings-gallery .work-caption .work-title { margin: 0; color: #fff; font: 500 clamp(18px, 1.7vw, 24px)/1.15 "Dosis", sans-serif; letter-spacing: 0; text-transform: none; }
.drawings-gallery .work-item:hover .work-item__main::after,
.drawings-gallery .work-item__main:focus::after { opacity: 1; }
.drawings-gallery .work-item:hover .work-item__main img,
.drawings-gallery .work-item__main:focus img { transform: scale(1.025); }
.drawings-gallery .work-item:hover .work-caption,
.drawings-gallery .work-item__main:focus .work-caption { top: auto; opacity: 1; transform: none; }
.drawings-gallery .work-item__preview { position: absolute; z-index: 5; top: 26px; right: 26px; bottom: auto; left: auto; display: grid; place-items: center; width: 42px; height: 42px; overflow: visible; border: 1px solid rgba(255,255,255,.55); background: rgba(8,8,8,.78); color: #fff; font: 300 23px/1 Arial, sans-serif; opacity: 0; transform: translateY(-6px); transition: opacity .25s ease, transform .25s ease, background .25s ease; }
.drawings-gallery .work-item__preview::after { display: none !important; content: none !important; }
.drawings-gallery .work-item:hover .work-item__preview,
.drawings-gallery .work-item__preview:focus { opacity: 1; transform: none; }
.drawings-gallery .work-item__preview:hover { background: #e06750; color: #fff; }

/* Contact */
.contact-layout {
	display: grid;
	grid-template-columns: minmax(300px, .82fr) minmax(440px, 1.18fr);
	gap: clamp(70px, 10vw, 150px);
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(90px, 11vw, 150px) 40px;
}

.contact-layout__intro > p:not(.section-kicker) { max-width: 460px; margin: 30px 0 0; color: #666b6b; font-size: 14px; line-height: 1.9; }
.contact-layout__details { margin-top: 55px; border-top: 1px solid #d8dada; }
.contact-layout__details > div { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid #d8dada; }
.contact-layout__details span { color: #868b8b; font: 700 9px/1.4 "Open Sans", sans-serif; text-transform: uppercase; }
.contact-layout__details a,
.contact-layout__details p { margin: 0; color: #222; font-size: 13px; }
.contact-layout__form { min-width: 0; }
.modern-field { position: relative; margin-bottom: 30px; }
.modern-field label { display: block; margin-bottom: 9px; color: #3b3f3f; font: 700 10px/1.3 "Open Sans", sans-serif; text-transform: uppercase; }
.modern-field input,
.modern-field textarea {
	display: block;
	width: 100%;
	padding: 14px 0;
	border: 0;
	border-bottom: 1px solid #bfc3c3;
	border-radius: 0;
	background: transparent;
	color: #111;
	font: 400 16px/1.6 "Open Sans", sans-serif;
	outline: none;
	transition: border-color .2s ease;
}
.modern-field textarea { min-height: 160px; resize: vertical; }
.modern-field input:focus,
.modern-field textarea:focus { border-color: #111; }
.modern-field .help-block { margin: 7px 0 0; font-size: 11px; }
.contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-width: 220px;
	min-height: 52px;
	padding: 14px 20px;
	border: 1px solid #111;
	border-radius: 0;
	background: #111;
	color: #fff;
	font: 700 10px/1.3 "Open Sans", sans-serif;
	text-transform: uppercase;
}
.contact-submit:hover,
.contact-submit:focus { background: transparent; color: #111; outline: none; }
.contact-submit:disabled { opacity: .55; cursor: wait; }
.contact-privacy { margin: 18px 0 0; color: #858989; font-size: 11px; line-height: 1.6; }
.contact-response { margin-top: 24px; color: #111; font-size: 14px; line-height: 1.7; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-map #map { height: clamp(420px, 55vw, 650px); filter: grayscale(100%); }

.contact-challenge[hidden] { display: none !important; }
.contact-challenge { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 24px; }
.contact-challenge__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.contact-challenge__dialog { position: relative; z-index: 1; width: min(100%, 520px); max-height: calc(100vh - 48px); overflow-y: auto; padding: clamp(34px, 6vw, 58px); background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.25); }
.contact-challenge__close { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 0; background: transparent; color: #111; font-size: 16px; }
.contact-challenge h2 { margin: 0 0 15px; color: #111; font: 400 clamp(31px, 5vw, 44px)/1.05 "Dosis", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.contact-challenge__dialog > p:not(.section-kicker):not(.contact-challenge__error) { color: #6e7373; font-size: 13px; }
.contact-challenge__text { margin: 26px 0; padding: 20px; border: 1px solid #d3d6d6; background: #f1f2f2; color: #111; font: 700 20px/1.4 monospace; text-align: center; user-select: none; }
.contact-challenge label { display: block; margin-bottom: 8px; color: #555; font: 700 9px/1.3 "Open Sans", sans-serif; text-transform: uppercase; }
.contact-challenge input { width: 100%; margin-bottom: 8px; padding: 13px 14px; border: 1px solid #aeb3b3; border-radius: 0; color: #111; font: 700 16px/1.4 monospace; text-transform: uppercase; }
.contact-challenge input:focus { border-color: #111; outline: 1px solid #111; }
.contact-challenge__error { min-height: 22px; margin: 5px 0 13px; color: #a52a2a; font-size: 12px; }
body.challenge-open { overflow: hidden; }

/* Legal */
.legal-layout {
	display: grid;
	grid-template-columns: 220px minmax(0, 820px);
	gap: clamp(70px, 10vw, 150px);
	max-width: 1240px;
	margin: 0 auto;
	padding: clamp(90px, 11vw, 150px) 40px;
}
.legal-layout__nav { position: sticky; top: 110px; align-self: start; display: flex; flex-direction: column; gap: 12px; }
.legal-layout__nav a { color: #777c7c; font-size: 12px; }
.legal-layout__nav a:hover { color: #111; }
.legal-layout__content > header { margin-bottom: 70px; }
.legal-layout__content > header h2 { max-width: 720px; }
.legal-layout__content > section { display: grid; grid-template-columns: 42px 1fr; gap: 24px; padding: 38px 0; border-top: 1px solid #d7d9d9; scroll-margin-top: 110px; }
.legal-layout__content > section:last-child { border-bottom: 1px solid #d7d9d9; }
.legal-layout__content > section > span { color: #8a8f8f; font: 700 10px/1.5 "Open Sans", sans-serif; }
.legal-layout__content h3 { margin: 0 0 18px; color: #171717; font: 400 27px/1.2 "Dosis", sans-serif; letter-spacing: 0; text-transform: uppercase; }
.legal-layout__content p { color: #626767; font-size: 14px; line-height: 1.9; }
.legal-layout__content a { color: #111; text-decoration: underline; }

@media (max-width: 900px) {
	.about-story,
	.contact-layout { grid-template-columns: 1fr; }
	.legal-layout { grid-template-columns: 1fr; }
	.legal-layout__nav { position: static; display: none; }
}

@media (max-width: 767px) {
	.page-hero,
	.page-hero--compact { height: 72vh; height: 72svh; min-height: 560px; }
	.page-hero__content { margin-right: 24px; margin-left: 24px; padding-bottom: 54px; }
	.page-hero h1 { font-size: clamp(50px, 14vw, 78px); line-height: .9; }
	.page-hero__intro { margin-top: 24px; }
	.about-story,
	.contact-layout,
	.legal-layout { gap: 55px; padding: 76px 24px; }
	.about-story h2,
	.drawings-gallery__header h2,
	.contact-layout h2,
	.legal-layout__content > header h2 { font-size: clamp(38px, 12vw, 54px); }
	.about-feature { height: 65vh; min-height: 520px; }
	.about-feature__content { margin-right: 24px; margin-left: 24px; padding-bottom: 55px; }
	.drawings-gallery { padding: 76px 24px; }
	.drawings-gallery__filters { top: 62px; grid-template-columns: 1fr; gap: 10px; margin-right: -24px; margin-left: -24px; padding-right: 24px; padding-left: 24px; }
	.drawings-gallery__filter-status { justify-content: space-between; }
	.drawings-gallery .work-item__preview { opacity: 1; transform: none; }
	.drawings-gallery .work-item__main { inset: 6px; }
	.drawings-gallery .work-item__preview { top: 18px; right: 18px; }
	.drawings-gallery .work-item__main::after { opacity: 1; background: linear-gradient(to top, rgba(0,0,0,.7), transparent 58%); }
	.drawings-gallery .work-caption { padding: 20px; opacity: 1; transform: none; }
	.drawings-gallery .work-caption .work-title { padding-right: 45px; font-size: 20px; }
	.drawings-gallery__header { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
	.drawings-gallery .filters { gap: 19px; }
	.contact-layout__details > div { grid-template-columns: 82px 1fr; }
	.contact-submit { width: 100%; }
	.legal-layout__content > header { margin-bottom: 45px; }
	.legal-layout__content > section { grid-template-columns: 30px 1fr; gap: 15px; }
}

@media (prefers-reduced-motion: reduce) {
	.modern-field input,
	.modern-field textarea { transition-duration: .01ms; }
}
