/* ============================================================
   Charmer Pictures 2026 — main stylesheet
   ============================================================ */

:root {
	--cream: #f0eae4;     /* base page tone (home, detail, footer) */
	--paper: #f8f5f0;     /* lighter sections (work, about body) */
	--cream-2: #efe8e2;   /* about hero / founder bands */
	--greige: #e0dbd5;    /* quote band */
	--ink: #1c1914;
	--muted: #6f6858;
	--gold: #b98a4e;
	--line: rgba(28, 25, 20, 0.14);
	--serif: "Playfair Display", Georgia, serif;
	--sans: "Jost", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
	font-family: var(--sans);
	font-weight: 300;
	font-size: 16px;
	line-height: 1.65;
	color: var(--ink);
	background: var(--cream);
	-webkit-font-smoothing: antialiased;
}

body.post-type-archive-project { background: var(--paper); }
body.page-template-page-about { background: var(--paper); }
body.single-project { background: #f3ebe5; }

body { overflow-x: clip; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { max-width: 1160px; margin: 0 auto; padding: 0 48px; }
.wrap.narrow { max-width: 760px; }

/* ---------- typography ---------- */

.display {
	font-family: var(--serif);
	font-weight: 400;
	font-size: clamp(42px, 5.7vw, 66px);
	line-height: 1.08;
	letter-spacing: -0.01em;
}

.display-sm {
	font-family: var(--serif);
	font-weight: 400;
	font-size: clamp(26px, 3vw, 34px);
	line-height: 1.25;
}

.display-quote {
	font-family: var(--serif);
	font-size: clamp(24px, 2.8vw, 31px);
	line-height: 1.4;
}

.label {
	font-family: var(--sans);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--ink);
}

.label.centered, .centered { text-align: center; }

.lead { color: var(--muted); font-size: 16.5px; max-width: 300px; }

.gold-rule {
	display: block;
	width: 56px;
	height: 2px;
	background: var(--gold);
	margin: 28px 0;
}

.gold-rule.centered-rule { margin: 36px auto 0; width: 70px; height: 1px; }

/* ---------- links ---------- */

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-size: 11.5px;
	font-weight: 500;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--gold);
	transition: gap 0.25s ease;
}

.text-link.plain { border-bottom-color: transparent; }
.text-link.light { color: #fff; }
.text-link:hover { gap: 20px; }
.arrow { flex: none; }

/* ---------- header ---------- */

.site-header { padding: 22px 0; position: relative; z-index: 20; }

.home .site-header { position: absolute; top: 0; left: 0; right: 0; }

/* on About the header and the hero band form one continuous surface, like the design */
.page-template-page-about .site-header { background: var(--cream-2); }

.header-inner { display: flex; align-items: center; justify-content: space-between; }

.brand img { height: 48px; width: auto; filter: brightness(0); }

.nav-list { display: flex; gap: 44px; list-style: none; }

.nav-list a {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	padding-bottom: 6px;
}

.nav-list .current-menu-item a,
.nav-list .current_page_item a { border-bottom: 1px solid var(--gold); }

.nav-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: 0;
	cursor: pointer;
	padding: 6px;
}

.nav-toggle span { width: 24px; height: 1.5px; background: var(--ink); }

/* ---------- hero (home) ---------- */

.hero { position: relative; overflow: hidden; }

/* the art box matches the photo itself; every edge dissolves into the page */
.hero-art {
	position: absolute;
	top: 0;
	/* on wide screens the art stops at the content column edge instead of the viewport edge */
	right: max(0px, calc((100vw - 1160px) / 2));
	height: 100%;
	aspect-ratio: 2046 / 1146;
	max-width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-image:
		linear-gradient(90deg, transparent 0%, #000 26%, #000 90%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 20%, #000 82%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(90deg, transparent 0%, #000 26%, #000 90%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 20%, #000 82%, transparent 100%);
	mask-composite: intersect;
}

.hero-inner { position: relative; padding-top: 118px; padding-bottom: 46px; width: 100%; }

.hero .gold-rule { margin: 30px 0 26px; }
.hero .lead { margin-bottom: 42px; }

/* ---------- featured work / cards ---------- */

.featured { padding-top: 14px; }

.section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.work-grid { display: grid; gap: 6px; background: #fbf7f2; }

/* grid/flex children may not exceed their track (images have large natural widths) */
.work-grid > .work-card, .info-grid > *, .footer-inner > *, .work-header-inner > *,
.project-intro > *, .about-hero-inner > *, .pillar-grid > *, .work-cta-inner > *,
.project-nav-inner > *, .section-head > *, .about-founder > * { min-width: 0; }

.featured-grid { grid-template-columns: repeat(3, 1fr); }

.work-card { position: relative; display: block; overflow: hidden; }

.work-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 335 / 168;
	transition: transform 0.5s ease;
}

.work-card:hover img { transform: scale(1.035); }

.card-overlay {
	position: absolute;
	left: 0; right: 0; bottom: 0;
	padding: 16px 20px;
	display: flex;
	flex-direction: column;
	gap: 2px;
	color: #fff;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
}

.card-year { font-size: 10px; letter-spacing: 0.3em; }
.card-title { font-family: var(--serif); font-size: 21px; text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.25; }
.card-type { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; display: inline-flex; gap: 10px; align-items: center; }

/* ---------- home info band ---------- */

.home-info { margin-top: 22px; padding-top: 34px; }

.info-grid {
	display: grid;
	grid-template-columns: 1.05fr 1.2fr 0.9fr 1.05fr;
	gap: 40px;
	align-items: stretch;
}

.info-grid > div:not(.info-photo) { padding-bottom: 40px; }

.award-list { list-style: none; margin-top: 24px; display: grid; gap: 22px; }

.award-list li { display: flex; gap: 14px; align-items: flex-start; }

.laurel { width: 42px; height: 32px; color: var(--ink); flex: none; }

.award-list strong { display: block; font-weight: 600; font-size: 13.5px; }
.award-list span { font-size: 13px; color: var(--muted); line-height: 1.5; }

.info-founder .display-sm { font-size: 27px; margin: 14px 0 16px; }
.info-founder p { color: var(--muted); font-size: 14px; margin-bottom: 24px; }

.info-photo { display: flex; }
.info-photo img {
	width: 100%;
	object-fit: cover;
	object-position: top;
	filter: grayscale(1);
	-webkit-mask-image:
		linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(90deg, transparent 0%, #000 9%, #000 91%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 7%, #000 93%, transparent 100%);
	mask-composite: intersect;
}

.approach-list { list-style: none; margin-top: 24px; display: grid; gap: 24px; }
.approach-list li { display: flex; gap: 15px; }
.approach-list svg { width: 32px; height: 32px; color: var(--gold); flex: none; }
.approach-list strong { display: block; font-weight: 600; font-size: 13.5px; }
.approach-list span { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ---------- quote band ---------- */

.quote-band {
	background:
		linear-gradient(180deg, rgba(242, 237, 231, 0.97) 0%, rgba(239, 233, 227, 0.9) 55%, rgba(233, 227, 220, 0.82) 100%),
		url("../img/hero-image.jpg") center / cover;
	text-align: center;
	padding: 56px 0;
}

.quote-mark {
	font-family: var(--serif);
	font-size: 42px;
	color: var(--gold);
	display: block;
	line-height: 1;
	margin-bottom: 6px;
}

.quote-source { margin-top: 18px; color: var(--muted); }

/* ---------- work archive ---------- */

.work-header { padding: 34px 0 8px; }

.work-header-inner {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 60px;
	align-items: end;
}

.work-header .label { margin-bottom: 16px; }

.work-header-side p { color: var(--muted); margin-bottom: 20px; max-width: 340px; }

.work-listing { padding: 40px 0 0; }

.work-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
	list-style: none;
	border-bottom: 1px solid var(--line);
	padding-bottom: 13px;
	margin-bottom: 26px;
}

.work-filter button {
	background: none;
	border: 0;
	cursor: pointer;
	font-family: var(--sans);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--muted);
	padding-bottom: 6px;
}

.work-filter button.is-active { color: var(--ink); border-bottom: 1.5px solid var(--ink); }

.archive-grid { grid-template-columns: repeat(12, 1fr); gap: 22px 10px; background: none; }

.archive-grid .work-card.is-large { grid-column: span 6; }
.archive-grid .work-card.is-small { grid-column: span 3; }
.archive-grid .work-card.is-medium { grid-column: span 4; }
.archive-grid .work-card.is-hidden { display: none; }

.archive-grid .is-large img { aspect-ratio: 8 / 5; }
.archive-grid .is-small img { aspect-ratio: 183 / 121; }
.archive-grid .is-medium img { aspect-ratio: 7 / 5; }

/* small & medium cards: caption below the image, like the design */
.archive-grid .is-small, .archive-grid .is-medium { overflow: visible; }
.archive-grid .is-small img, .archive-grid .is-medium img { height: auto; }

.archive-grid .is-small .card-overlay,
.archive-grid .is-medium .card-overlay {
	position: static;
	background: none;
	color: var(--ink);
	padding: 12px 0 0;
}

.archive-grid .is-small .card-title,
.archive-grid .is-medium .card-title { font-size: 16.5px; }

.archive-grid .is-small .card-year,
.archive-grid .is-medium .card-year { color: var(--muted); }

.archive-grid .is-small .card-type,
.archive-grid .is-medium .card-type { color: var(--muted); margin-top: 2px; }

.work-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 26px;
	margin-top: 48px;
}

.work-pagination button {
	background: none;
	border: 0;
	cursor: pointer;
	font-family: var(--sans);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.22em;
	color: var(--muted);
	padding: 4px 2px 8px;
}

.work-pagination button.is-active {
	color: var(--ink);
	border-bottom: 1px solid var(--gold);
}

.work-pagination .page-arrow { font-size: 16px; color: var(--ink); }
.work-pagination .page-arrow:disabled { opacity: 0.3; cursor: default; }

/* ---------- work CTA ---------- */

.work-cta {
	margin-top: 64px;
	background-size: cover;
	background-position: right bottom;
	padding: 54px 0;
	position: relative;
}

/* silhouettes dissolve into the page background on the left, like the design */
.work-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg,
		#faf7f2 0%,
		#faf7f2 38%,
		rgba(250, 247, 242, 0.8) 58%,
		rgba(250, 247, 242, 0.35) 78%,
		rgba(250, 247, 242, 0.05) 100%);
}

.work-cta .wrap { position: relative; }

.work-cta-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
	max-width: 900px;
	margin: 0;
}

.work-cta .label { margin-bottom: 12px; }
.work-cta p { color: var(--muted); margin-bottom: 18px; max-width: 320px; }

/* ---------- single project ---------- */

.project { padding-top: 16px; }

.project > .wrap { padding-bottom: 76px; }

.back-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.project-intro {
	display: grid;
	grid-template-columns: 1.9fr 1fr;
	gap: 56px;
	margin-bottom: 42px;
}

.project-intro .label { margin-bottom: 8px; }
.project-intro .gold-rule { margin: 22px 0; }

.project-desc { color: var(--muted); font-size: 14px; max-width: 480px; }
.project-desc p + p { margin-top: 14px; }

.project-meta {
	border-left: 1px solid var(--line);
	padding: 14px 0 14px 56px;
	display: grid;
	gap: 20px;
	align-content: start;
	margin-top: 34px;
}

.project-meta div { display: grid; grid-template-columns: 130px 1fr; align-items: baseline; }

.project-meta dt {
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.project-meta dd { font-size: 14.5px; color: var(--muted); }

.project-trailer { position: relative; display: block; max-width: 830px; margin: 0 auto; }

.project-trailer img { width: 100%; aspect-ratio: 778 / 300; object-fit: cover; }

.play-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	color: #fff;
	background: rgba(0, 0, 0, 0.15);
}

.play-btn {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #fff;
	position: relative;
}

.play-btn::after {
	content: "";
	position: absolute;
	left: 55%; top: 50%;
	transform: translate(-50%, -50%);
	border-left: 16px solid var(--ink);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.play-label { font-size: 11px; font-weight: 500; letter-spacing: 0.32em; text-transform: uppercase; }

.project-gallery {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 8px;
	margin: 8px auto 0;
	max-width: 830px;
}

.project-gallery img { width: 100%; height: 100%; object-fit: cover; }
.project-gallery img:nth-child(1) { grid-column: span 2; }
.project-gallery img:nth-child(2) { grid-column: span 2; }
.project-gallery img:nth-child(3) { grid-column: span 2; }
.project-gallery img:nth-child(4) { grid-column: span 3; aspect-ratio: 446 / 97; }
.project-gallery img:nth-child(5) { grid-column: span 3; aspect-ratio: 446 / 97; }

.project-credits { margin: 56px auto 0; max-width: 560px; }

.project-credits dl {
	margin: 24px auto 0;
	display: grid;
	grid-template-columns: max-content max-content;
	gap: 12px 26px;
	width: fit-content;
	align-items: baseline;
}

.project-credits div { display: contents; }

.project-credits dt {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	text-align: left;
}

.project-credits dd { font-size: 13px; color: var(--muted); }

.project-awards { margin: 56px 0 64px; }

.laurel-row {
	margin-top: 28px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 34px 26px;
	text-align: center;
}

.laurel-item { display: grid; justify-items: center; gap: 10px; align-content: start; width: 215px; }
.laurel-item strong { text-wrap: balance; }
.laurel-item .laurel { width: 56px; height: 42px; color: var(--gold); }
.laurel-item em { display: block; font-style: normal; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--muted); }
.laurel-item strong { font-weight: 600; font-size: 13px; line-height: 1.45; }

/* ---------- video lightbox ---------- */

.video-modal { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; }

.video-modal-backdrop { position: absolute; inset: 0; background: rgba(15, 12, 9, 0.88); }

.video-modal-body { position: relative; width: min(1100px, 92vw); }

.video-modal-frame { aspect-ratio: 16 / 9; background: #000; }
.video-modal-frame iframe { width: 100%; height: 100%; border: 0; display: block; }

.video-modal-close {
	position: absolute;
	top: -46px;
	right: 0;
	background: none;
	border: 0;
	color: #fff;
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
	font-family: var(--sans);
	font-weight: 300;
}

/* ---------- project prev/next ---------- */

.project-nav { border-top: 1px solid var(--line); }

.project-nav-inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 30px;
	padding-top: 34px;
	padding-bottom: 34px;
}

.project-nav-item { display: flex; align-items: center; gap: 20px; }
.project-nav-item.is-next { justify-self: end; text-align: right; }
.project-nav-item img { width: 76px; height: 52px; object-fit: cover; }
.project-nav-item em { display: block; font-style: normal; font-size: 9.5px; letter-spacing: 0.26em; text-transform: uppercase; color: var(--muted); }
.project-nav-item strong { font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; }

.project-nav-all { display: grid; justify-items: center; gap: 8px; font-size: 9.5px; letter-spacing: 0.26em; text-transform: uppercase; font-weight: 500; }
.project-nav-all svg { width: 20px; height: 20px; }

/* ---------- about ---------- */

.about-hero { background: var(--cream-2); overflow: hidden; }

.about-hero-inner {
	display: grid;
	grid-template-columns: 1fr 1.7fr;
	gap: 56px;
	align-items: center;
}

.about-hero-text { padding: 36px 0 44px; }
.about-hero-text .gold-rule { margin: 24px 0; }
.about-hero-text .lead { max-width: 290px; color: #35302a; font-size: 16.5px; }

.about-hero-photo { margin-right: calc(-48px - (max(100vw, 1160px) - 1160px) / 2); }
.about-hero-photo img {
	width: 100%;
	aspect-ratio: 637 / 377;
	max-height: 460px;
	object-fit: cover;
	-webkit-mask-image:
		linear-gradient(90deg, transparent 0%, #000 18%, #000 97%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 12%, #000 90%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(90deg, transparent 0%, #000 18%, #000 97%, transparent 100%),
		linear-gradient(180deg, transparent 0%, #000 12%, #000 90%, transparent 100%);
	mask-composite: intersect;
}

.about-intro { padding: 72px 0 54px; }
.about-intro .display-sm { font-size: clamp(26px, 2.7vw, 31px); max-width: 680px; margin: 0 auto 26px; }
.about-intro p { color: var(--muted); max-width: 560px; margin: 0 auto; }

.about-pillars { padding: 26px 0 64px; }

.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); }

.pillar { padding: 10px 32px; text-align: center; border-left: 1px solid var(--line); }
.pillar:first-child { border-left: 0; }

.pillar svg, .pillar .laurel { width: 50px; height: 44px; color: var(--gold); margin: 0 auto 18px; display: block; }

.pillar .pillar-icon { height: 52px; width: auto; margin: 0 auto 18px; display: block; }

.pillar h3 { font-family: var(--serif); font-weight: 400; font-size: 20px; line-height: 1.3; margin-bottom: 12px; }

.pillar p { font-size: 12.5px; color: var(--muted); }

.about-founder { display: grid; grid-template-columns: 1fr 1fr; background: var(--cream-2); align-items: center; }

.founder-photo img { width: 100%; height: 340px; object-fit: cover; object-position: 50% 25%; }

.founder-text { padding: 30px 76px; max-width: 620px; }
.founder-text .display { font-size: clamp(38px, 4vw, 48px); margin: 12px 0 16px; }
.founder-text p { color: var(--muted); font-size: 14.5px; margin-bottom: 22px; }

.about-recognition { padding: 60px 0; }

.about-cta {
	margin: 0 auto 64px;
	max-width: 1064px;
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff;
}

.about-cta::before { content: ""; position: absolute; inset: 0; background: rgba(12, 10, 8, 0.55); }

.about-cta-inner { position: relative; padding: 62px 68px; max-width: 560px; }
.about-cta-inner p { margin: 16px 0 24px; opacity: 0.85; }

/* ---------- contact ---------- */

.contact-page { padding: 44px 0 90px; }

.contact-head .display { margin-top: 10px; }
.contact-head .gold-rule { margin: 26px 0; }
.contact-intro { color: var(--muted); max-width: 420px; }

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1.6fr;
	gap: 80px;
	margin-top: 50px;
	align-items: start;
}

.contact-info { display: grid; gap: 30px; border-right: 1px solid var(--line); padding-right: 40px; }
.contact-info-item .label { margin-bottom: 8px; }
.contact-info-item a, .contact-info-item p:not(.label) { color: var(--muted); font-size: 15px; }
.contact-info-item a:hover { color: var(--ink); }

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

.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

.contact-form label { display: grid; gap: 8px; }

.contact-form label span {
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	font-family: var(--sans);
	font-weight: 300;
	font-size: 15px;
	color: var(--ink);
	background: transparent;
	border: 1px solid var(--line);
	padding: 13px 16px;
	outline: none;
	resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--gold); }

.contact-form .consent {
	grid-template-columns: 16px 1fr;
	align-items: start;
	gap: 12px;
}

.contact-form .consent span {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
	color: var(--muted);
	line-height: 1.5;
}

.contact-form .consent input { accent-color: var(--gold); margin-top: 3px; }

.submit-link {
	background: none;
	border: 0;
	border-bottom: 1px solid var(--gold);
	cursor: pointer;
	font-family: var(--sans);
	color: var(--ink);
	justify-self: start;
}

.form-notice { border: 1px solid var(--line); padding: 22px 26px; margin-bottom: 26px; }
.form-notice.is-success { border-color: var(--gold); }
.form-notice.is-error { border-color: #b0603f; color: #7d4a2e; }
.form-notice p { font-size: 14.5px; }

/* ---------- generic page ---------- */

.page-plain { padding: 44px 0 84px; }
.page-plain .gold-rule { margin: 26px 0 32px; }
.page-content { color: var(--muted); }
.page-content p + p { margin-top: 14px; }

/* ---------- footer ---------- */

.site-footer { border-top: 1px solid var(--line); padding: 44px 0 28px; }

.footer-inner {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1.2fr;
	gap: 50px;
	align-items: start;
}

.footer-brand img { height: 44px; width: auto; }
.footer-brand p { font-size: 13.5px; color: var(--muted); margin: 14px 0 16px; }

.socials { display: flex; gap: 18px; }
.socials svg { width: 18px; height: 18px; }

.footer-nav-list { list-style: none; display: grid; gap: 9px; border-left: 1px solid var(--line); padding-left: 60px; }

.footer-nav-list a { font-size: 10.5px; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; }

.footer-partner { justify-self: end; }
.footer-partner img { height: 64px; width: auto; }

.footer-copy { margin-top: 36px; text-align: center; }
.footer-copy p { font-size: 12.5px; color: var(--muted); }

/* ============================================================
   Responsive
   ============================================================ */

@media (max-width: 1000px) {
	.info-grid { grid-template-columns: 1fr 1fr; }
	.pillar-grid { grid-template-columns: 1fr 1fr; row-gap: 40px; }
	.pillar:nth-child(3) { border-left: 0; }
}

@media (max-width: 820px) {
	.wrap { padding: 0 24px; }

	.site-nav { display: none; }
	.site-nav.is-open {
		display: block;
		position: absolute;
		top: 100%;
		left: 0; right: 0;
		background: var(--cream);
		border-top: 1px solid var(--line);
		border-bottom: 1px solid var(--line);
		padding: 24px;
	}
	.site-nav.is-open .nav-list { flex-direction: column; gap: 18px; }
	.nav-toggle { display: flex; }

	.home .site-header { position: relative; }

	.hero-inner { padding-top: 46px; }
	.hero-art { opacity: 0.55; background-position: 75% 20%; aspect-ratio: auto; width: 100%; }
	.hero .lead { max-width: 260px; }

	.featured-grid { grid-template-columns: 1fr 1fr; }
	.card-title { font-size: 17px; }
	.card-overlay { padding: 12px 14px; }

	.info-grid { grid-template-columns: 1fr; gap: 36px; }
	.info-grid > div:not(.info-photo) { padding-bottom: 0; }
	.home-info { padding-bottom: 40px; }
	.info-photo img { max-height: 400px; width: 100%; }

	.work-header-inner { grid-template-columns: 1fr; gap: 24px; }
	.archive-grid { grid-template-columns: 1fr 1fr; }
	.archive-grid .work-card { grid-column: span 1 !important; }
	.archive-grid .work-card img { aspect-ratio: 335 / 200; }

	.project-intro { grid-template-columns: 1fr; gap: 30px; }
	.project-meta { border-left: 0; border-top: 1px solid var(--line); padding: 26px 0 0; margin-top: 0; }
	.project-gallery { grid-template-columns: 1fr 1fr; }
	.project-gallery img { grid-column: span 1 !important; aspect-ratio: 3 / 2 !important; }
	.project-nav-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
	.project-nav-item.is-next { justify-self: center; }

	.about-hero-inner { grid-template-columns: 1fr; gap: 0; }
	.about-hero-photo { margin-right: -24px; margin-left: -24px; }
	.about-founder { grid-template-columns: 1fr; }
	.founder-photo img { height: auto; max-height: 420px; }
	.founder-text { padding: 40px 24px; }
	.pillar-grid { grid-template-columns: 1fr; }
	.pillar { border-left: 0; border-top: 1px solid var(--line); padding: 26px 6px; text-align: left; display: grid; grid-template-columns: 60px 1fr; column-gap: 18px; }
	.pillar:first-child { border-top: 0; }
	.pillar svg, .pillar .laurel, .pillar .pillar-icon { grid-row: span 2; margin: 0; }

	.about-cta { margin: 0 24px 50px; }
	.about-cta-inner { padding: 44px 28px; }

	.work-cta-inner { grid-template-columns: 1fr; }

	.contact-grid { grid-template-columns: 1fr; gap: 40px; }
	.contact-info { border-right: 0; border-bottom: 1px solid var(--line); padding-right: 0; padding-bottom: 30px; }
	.form-row-2 { grid-template-columns: 1fr; }

	.footer-inner { grid-template-columns: 1fr; gap: 32px; }
	.footer-nav-list { border-left: 0; padding-left: 0; }
	.footer-partner { justify-self: start; }
}
