/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Inter:wght@300;400;500;600;700&display=swap");

:root {
	--ak-ink: #181612;
	--ak-muted: #675f54;
	--ak-line: #d9d0c0;
	--ak-bg: #faf7ef;
	--ak-panel: #eee7d8;
	--ak-primary: #24392f;
	--ak-primary-soft: #4a604f;
	--ak-primary-deep: #16241e;
	--ak-accent: #b89458;
	--ak-rust: #8a4b35;
	--ak-max: 1180px;
}

/* DesignFlow editorial redesign */
:root {
	--ak-ink: #1b1a13;
	--ak-muted: #6d6758;
	--ak-line: #d9cfbd;
	--ak-bg: #ebe1d1;
	--ak-panel: #f6efe3;
	--ak-primary: #41472d;
	--ak-primary-soft: #626847;
	--ak-primary-deep: #31351f;
	--ak-accent: #756a35;
	--ak-rust: #9a6043;
	--ak-max: 1240px;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--ak-bg);
	color: var(--ak-ink);
	font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

h1,
h2,
h3,
.ak-brand {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

h1 {
	font-size: clamp(4rem, 10vw, 10.5rem);
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0;
}

h2 {
	font-size: clamp(2.7rem, 6vw, 7rem);
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0;
}

.ak-site-header {
	position: fixed;
	inset: 0 0 auto;
	background: linear-gradient(to bottom, rgba(27, 26, 19, 0.56), transparent);
	border: 0;
	color: #f8efe0;
	mix-blend-mode: difference;
}

.ak-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 1.32rem;
}

.ak-brand-mark {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-family: "Inter", "Segoe UI", Arial, sans-serif;
	font-size: 0.68rem;
	letter-spacing: 0.12em;
}

.ak-primary-nav {
	color: inherit;
	font-size: 1.2rem;
	letter-spacing: 0.22em;
}

.ak-hero {
	min-height: 100svh;
	background: var(--ak-primary-deep);
}

.ak-hero-media {
	opacity: 1;
}

.ak-hero-media::after,
.ak-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.08) 44%, rgba(0, 0, 0, 0.62));
}

.ak-hero-content {
	width: min(100% - 48px, 1280px);
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	/* padding: 23vh 0 9vh; */
}

.ak-hero-content h1 {
	max-width: 960px;
	color: #fbf2e4;
	line-height: 0.9;
}

.ak-hero-content p:not(.ak-eyebrow) {
	max-width: 560px;
	margin-left: auto;
	color: rgba(251, 242, 228, 0.86);
}

.ak-eyebrow {
	color: var(--ak-accent);
	font-size: 0.7rem;
	letter-spacing: 0.24em;
}

.ak-hero .ak-eyebrow,
.ak-detail-hero .ak-eyebrow {
	color: rgba(251, 242, 228, 0.78);
}

.ak-button,
.ak-contact-form button {
	border-radius: 0;
	background: var(--ak-primary-deep);
	border-color: var(--ak-primary-deep);
	color: #fbf2e4;
}

.ak-link {
	font-size: 0.72rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.ak-section {
	padding-block: clamp(86px, 13vw, 180px);
}

.ak-page-hero {
	padding-top: clamp(160px, 22vw, 260px);
	padding-bottom: clamp(70px, 10vw, 130px);
}

.ak-page-hero h1 {
	max-width: 1030px;
	line-height: 0.98;
}

.ak-page-hero p:not(.ak-eyebrow) {
	max-width: 640px;
	color: var(--ak-muted);
	font-size: clamp(1rem, 1.45vw, 1.25rem);
}

.ak-marquee {
	overflow: hidden;
	border-block: 1px solid var(--ak-line);
	padding: 18px 0;
}

.ak-marquee div {
	display: flex;
	width: max-content;
	gap: 42px;
	animation: ak-marquee 32s linear infinite;
}

.ak-marquee span {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.45rem, 3vw, 2.6rem);
	font-style: italic;
	color: var(--ak-muted);
}

.ak-two-col {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(38px, 7vw, 96px);
}

.ak-lede {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.65rem, 3vw, 3rem);
	line-height: 1.35;
}

.ak-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: clamp(42px, 7vw, 88px);
}

.ak-project-feature-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(42px, 8vw, 110px) 28px;
}

.ak-project-card {
	grid-column: span 6;
}

.ak-project-card:nth-child(4n+1) {
	grid-column: span 8;
}

.ak-project-card:nth-child(4n+2) {
	grid-column: span 4;
	margin-top: 12vw;
}

.ak-project-card:nth-child(4n+3) {
	grid-column: span 5;
}

.ak-project-card:nth-child(4n) {
	grid-column: span 7;
}

.ak-project-card figure {
	aspect-ratio: 4 / 5;
	margin: 0;
	overflow: hidden;
	background: var(--ak-panel);
}

.ak-project-card:nth-child(4n+1) figure,
.ak-project-card:nth-child(4n) figure {
	aspect-ratio: 16 / 10;
}

.ak-project-card img,
.ak-detail-hero img,
.ak-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.ak-project-card a:hover img {
	transform: scale(1.045);
}

.ak-project-card h2,
.ak-project-card h3 {
	font-size: clamp(2rem, 4vw, 4.2rem);
	font-style: italic;
}

.ak-project-card p:not(.ak-eyebrow) {
	max-width: 520px;
	color: var(--ak-muted);
}

.ak-card {
	background: transparent;
	border: 1px solid var(--ak-line);
	border-radius: 0;
	padding: clamp(24px, 3vw, 42px);
}

.ak-value-grid,
.ak-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.ak-drawing-band {
	background: var(--ak-primary-deep);
	color: #fbf2e4;
}

.ak-drawing-band p {
	color: rgba(251, 242, 228, 0.72);
}

.ak-drawing-card {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border: 1px solid rgba(251, 242, 228, 0.28);
	min-height: 340px;
}

.ak-drawing-card span {
	display: grid;
	place-items: center;
	border: 1px solid rgba(251, 242, 228, 0.16);
	font-size: 0.72rem;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.ak-process {
	max-width: 1100px;
}

.ak-process ol {
	margin: 54px 0 0;
	padding: 0;
	list-style: none;
	border-block: 1px solid var(--ak-line);
}

.ak-process li {
	display: grid;
	grid-template-columns: 84px 1fr;
	gap: 24px;
	padding: 26px 0;
	border-top: 1px solid var(--ak-line);
}

.ak-process li:first-child {
	border-top: 0;
}

.ak-process span {
	color: var(--ak-accent);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	font-style: italic;
}

.ak-process strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 5vw, 4.8rem);
	font-style: italic;
	font-weight: 400;
}

.ak-detail-hero {
	min-height: 100svh;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	background: var(--ak-primary-deep);
	color: #fbf2e4;
}

.ak-detail-copy {
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: clamp(130px, 18vw, 220px) clamp(24px, 5vw, 70px) clamp(46px, 6vw, 84px);
}

.ak-detail-copy h1 {
	line-height: 0.94;
}

.ak-project-meta {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1px;
	margin-top: 1px;
	background: var(--ak-line);
}

.ak-project-meta div {
	background: var(--ak-bg);
	padding: 20px;
}

.ak-project-meta span {
	display: block;
	margin-bottom: 8px;
	color: var(--ak-muted);
	font-size: 0.68rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.ak-project-narrative {
	max-width: 860px;
	font-size: clamp(1.15rem, 1.8vw, 1.5rem);
}

.ak-gallery {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.ak-gallery figure {
	margin: 0;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.ak-gallery-wide {
	grid-column: span 2;
	aspect-ratio: 16 / 9;
}

.ak-site-footer {
	background: var(--ak-primary-deep);
	color: #fbf2e4;
}

.ak-footer-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.ak-reveal,
.ak-project-card,
.ak-card {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 700ms ease, transform 700ms ease;
}

.ak-reveal.is-visible,
.ak-project-card.is-visible,
.ak-card.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes ak-marquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		animation: none !important;
		transition: none !important;
	}
}

@media (max-width: 920px) {
	.ak-site-header {
		mix-blend-mode: normal;
		background: rgba(235, 225, 209, 0.94);
		color: var(--ak-ink);
		border-bottom: 1px solid var(--ak-line);
	}

	.ak-two-col,
	.ak-detail-hero,
	.ak-value-grid,
	.ak-card-grid {
		grid-template-columns: 1fr;
	}

	.ak-project-card,
	.ak-project-card:nth-child(n) {
		grid-column: 1 / -1;
		margin-top: 0;
	}

	.ak-project-card figure,
	.ak-project-card:nth-child(n) figure {
		aspect-ratio: 4 / 3;
	}

	.ak-project-meta {
		grid-template-columns: repeat(2, 1fr);
	}

	.ak-hero-content p:not(.ak-eyebrow) {
		margin-left: 0;
	}
}

@media (max-width: 560px) {
	.ak-brand {
		font-size: 1rem;
	}

	.ak-brand-mark {
		width: 32px;
		height: 32px;
	}

	.ak-hero-content {
		width: calc(100% - 28px);
	}

	.ak-project-meta,
	.ak-gallery,
	.ak-gallery-wide {
		grid-template-columns: 1fr;
		grid-column: span 1;
	}

	.ak-drawing-card {
		grid-template-columns: 1fr;
	}
}

/* True final responsive design system layer. */
:root {
	--ak-bg: #f4f1ec;
	--ak-ink: #15130f;
	--ak-muted: #69554a;
	--ak-line: #d8d1c8;
	--ak-rust: #bd724f;
	--ak-dark: #111111;
	--ak-max: 1810px;
}

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	background: var(--ak-bg);
	color: var(--ak-ink);
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 300;
}

img,
video,
iframe {
	max-width: 100%;
}

.ak-container {
	width: min(var(--ak-max), calc(100% - clamp(34px, 5.9vw, 112px)));
	margin-inline: auto;
}

h1,
h2,
h3 {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0;
}

p,
address,
.ak-richtext,
.ak-section p:not(.ak-eyebrow),
.ak-card p,
.ak-project-card p:last-child,
.ak-contact-form label,
.ak-footer-grid a {
	color: var(--ak-muted);
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.58;
}

.ak-eyebrow {
	color: #8b6f5c;
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-size: clamp(10px, 0.68vw, 13px);
	font-weight: 400;
	letter-spacing: 0.34em;
	text-transform: uppercase;
}

.ak-site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 50;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
	padding: 24px clamp(20px, 3.9vw, 74px) 14px;
	background: transparent;
	border: 0;
	color: rgba(20, 18, 15, 0.72);
	mix-blend-mode: normal;
	backdrop-filter: none;
}

.ak-brand {
	justify-self: start;
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.34em;
	text-transform: uppercase;
}

.ak-primary-nav {
	justify-self: center;
	display: flex;
	align-items: center;
	gap: clamp(22px, 3vw, 58px);
	color: rgba(20, 18, 15, 0.54);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.ak-header-meta {
	justify-self: end;
	color: rgba(20, 18, 15, 0.54);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	white-space: nowrap;
}

.ak-menu-toggle {
	display: none;
}

.ak-page-hero {
	padding-top: clamp(136px, 13vw, 230px);
	padding-bottom: clamp(62px, 7vw, 120px);
}

.ak-page-hero h1 {
	max-width: 980px;
	font-size: clamp(74px, 8vw, 138px);
	line-height: 0.92;
}

.ak-page-hero p:not(.ak-eyebrow) {
	max-width: 820px;
	font-size: clamp(18px, 1.2vw, 23px);
}

.ak-section {
	padding-block: clamp(84px, 9vw, 154px);
}

.ak-two-col,
.ak-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(48px, 7vw, 118px);
	align-items: start;
}

.ak-card-grid,
.ak-value-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2.4vw, 34px);
}

.ak-card,
.ak-contact-panel,
.ak-form-panel,
.ak-empty-state {
	border: 1px solid var(--ak-line);
	background: transparent;
	border-radius: 0;
	padding: clamp(24px, 3vw, 46px);
}

.ak-card h2,
.ak-empty-state h2,
.ak-contact-panel h2 {
	font-size: clamp(36px, 3.2vw, 58px);
	line-height: 1;
}

.ak-project-feature-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(54px, 7vw, 110px) clamp(22px, 2.2vw, 38px);
}

.ak-project-card:nth-child(1) {
	grid-column: 1 / span 8;
}

.ak-project-card:nth-child(2) {
	grid-column: 9 / span 4;
	margin-top: clamp(80px, 9vw, 170px);
}

.ak-project-card:nth-child(3),
.ak-project-card:nth-child(n+4) {
	grid-column: 1 / -1 !important;
	width: 100%;
	margin-top: 0;
}

.ak-project-card figure {
	width: 100%;
	margin: 0;
	overflow: hidden;
	background: var(--ak-line);
}

.ak-project-card:nth-child(1) figure,
.ak-project-card:nth-child(2) figure {
	aspect-ratio: 1.12 / 1;
}

.ak-project-card:nth-child(3) figure,
.ak-project-card:nth-child(n+4) figure {
	aspect-ratio: 2.75 / 1;
}

.ak-project-card img,
.ak-detail-hero img,
.ak-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ak-project-card h2,
.ak-project-card h3 {
	font-size: clamp(28px, 2.5vw, 46px);
	line-height: 0.98;
}

.ak-detail-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	min-height: 100svh;
	background: var(--ak-dark);
	color: #fff7ef;
}

.ak-detail-copy h1 {
	font-size: clamp(72px, 7vw, 138px);
	line-height: 0.92;
}

.ak-project-meta {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	background: var(--ak-line);
	gap: 1px;
}

.ak-project-meta div {
	background: var(--ak-bg);
	padding: clamp(16px, 1.8vw, 28px);
}

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

.ak-contact-form input,
.ak-contact-form select,
.ak-contact-form textarea {
	width: 100%;
	border: 1px solid var(--ak-line);
	background: #f9f6f0;
	border-radius: 0;
	padding: 14px 16px;
	color: var(--ak-ink);
	font: inherit;
}

.ak-button,
.ak-contact-form button {
	min-height: 50px;
	border: 1px solid var(--ak-ink);
	background: var(--ak-ink);
	color: #fff7ef;
}

.ak-footer-grid,
.ak-footer-bottom {
	width: 100%;
}

@media (max-width: 1200px) {
	.ak-site-header {
		grid-template-columns: 1fr auto;
		background: rgba(244, 241, 236, 0.94);
		border-bottom: 1px solid rgba(216, 209, 200, 0.72);
	}

	.ak-menu-toggle {
		display: block;
		justify-self: end;
	}

	.ak-header-meta {
		display: none;
	}

	.ak-primary-nav {
		grid-column: 1 / -1;
		justify-self: stretch;
		display: none;
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 18px 0 6px;
	}

	.ak-primary-nav.is-open {
		display: grid;
	}

	.ak-two-col,
	.ak-contact-grid,
	.ak-detail-hero {
		grid-template-columns: 1fr;
	}

	.ak-card-grid,
	.ak-value-grid,
	.ak-project-meta {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ak-project-card:nth-child(n) {
		grid-column: 1 / -1 !important;
		margin-top: 0;
	}

	.ak-project-card:nth-child(n) figure {
		aspect-ratio: 4 / 3;
	}

	.ak-detail-hero {
		min-height: auto;
	}

	.ak-detail-copy {
		min-height: 520px;
		padding-top: 150px;
	}
}

@media (max-width: 760px) {
	.ak-container {
		width: calc(100% - 34px);
	}

	.ak-site-header {
		padding-inline: 17px;
	}

	.ak-page-hero {
		padding-top: 112px;
	}

	.ak-page-hero h1,
	.ak-detail-copy h1 {
		font-size: clamp(56px, 17vw, 88px);
	}

	.ak-section {
		padding-block: 72px;
	}

	.ak-card-grid,
	.ak-value-grid,
	.ak-project-meta,
	.ak-gallery {
		grid-template-columns: 1fr;
	}

	.ak-project-card:nth-child(n) figure {
		aspect-ratio: 1 / 1;
	}

	.ak-contact-form label,
	.ak-footer-grid a,
	p,
	address {
		font-size: 16px;
	}
}

/* Mobile heading scale boost. */
@media (max-width: 760px) {
	h2,
	.ak-section h2,
	.ak-card h2,
	.ak-empty-state h2,
	.ak-contact-panel h2,
	.ak-project-card h2,
	.ak-project-card h3,
	.ak-people-list h3 {
		font-size: clamp(44px, 12vw, 76px) !important;
		line-height: 0.94;
	}

	.ak-page-hero h1,
	.ak-detail-copy h1 {
		font-size: clamp(64px, 18vw, 104px) !important;
		line-height: 0.9;
	}

	.ak-marquee + .ak-section h2,
	.ak-drawing-band + .ak-section h2,
	.ak-process h2,
	.ak-contact-cta h2 {
		font-size: clamp(68px, 16vw, 112px) !important;
	}

	.ak-value-grid-tight h3 {
		font-size: clamp(30px, 8vw, 42px) !important;
	}
}

@media (max-width: 420px) {
	h2,
	.ak-section h2,
	.ak-card h2,
	.ak-empty-state h2,
	.ak-contact-panel h2,
	.ak-project-card h2,
	.ak-project-card h3,
	.ak-people-list h3 {
		font-size: clamp(40px, 13vw, 62px) !important;
	}

	.ak-page-hero h1,
	.ak-detail-copy h1 {
		font-size: clamp(58px, 19vw, 86px) !important;
	}
}

/* Mobile hero heading fix. */
@media (max-width: 760px) {
	.ak-hero {
		min-height: 720px;
		height: 720px;
	}

	.ak-hero-content {
		width: calc(100% - 34px);
		min-height: 100%;
		justify-content: flex-end;
		padding: 120px 0 54px;
	}

	.ak-hero-content h1 {
		max-width: 100%;
		font-size: clamp(58px, 18vw, 86px) !important;
		line-height: 0.9;
		white-space: normal;
		overflow-wrap: normal;
		word-break: normal;
	}

	.ak-hero-bottom {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 24px;
	}

	.ak-hero-content p:not(.ak-eyebrow) {
		max-width: 100%;
		margin-left: 0;
		font-size: 15px;
	}
}

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

	.ak-hero-content h1 {
		font-size: clamp(52px, 30vw, 70px) !important;
	}
}

/* Home reference match. */
:root {
	--ak-ink: #171511;
	--ak-muted: #6f675c;
	--ak-line: #ded8cf;
	--ak-bg: #f4f1ec;
	--ak-panel: #e8e2db;
	--ak-dark: #111111;
	--ak-rust: #bd714d;
	--ak-accent: #b76f4e;
	--ak-max: 1810px;
}

body {
	background: var(--ak-bg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.45;
}

h1,
h2,
h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0;
}

.ak-container {
	width: min(var(--ak-max), calc(100% - 112px));
}

.ak-site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 50;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
	padding: 24px 50px 14px;
	background: transparent;
	border: 0;
	color: rgba(20, 18, 15, 0.72);
	mix-blend-mode: normal;
	backdrop-filter: none;
}

.ak-brand {
	justify-self: start;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.34em;
	text-transform: uppercase;
}

.ak-primary-nav {
	justify-self: center;
	display: flex;
	gap: 58px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(20, 18, 15, 0.52);
}

.ak-header-meta {
	justify-self: end;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(20, 18, 15, 0.52);
}

.ak-menu-toggle {
	display: none;
}

.ak-hero {
	min-height: 690px;
	height: 690px;
	color: #fff8ef;
	background: #3b3028;
}

.ak-hero-media {
	position: absolute;
	inset: 0;
	opacity: 1;
}

.ak-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 44%;
}

.ak-hero-media::after,
.ak-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(21, 18, 15, 0.48), rgba(21, 18, 15, 0.08) 58%, rgba(21, 18, 15, 0.36));
}

.ak-hero-content {
	position: relative;
	z-index: 2;
	width: min(var(--ak-max), calc(100% - 112px));
	min-height: 100%;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 130px 0 54px;
}

.ak-hero-content h1 {
	max-width: 1180px;
	color: #fff6ec;
	font-size: clamp(74px, 78vw, 154px);
	line-height: 0.88;
	text-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.ak-hero .ak-eyebrow {
	margin-bottom: 16px;
	color: rgba(255, 246, 236, 0.8);
	font-size: 9px;
	letter-spacing: 0.24em;
}

.ak-hero-bottom {
	display: grid;
	grid-template-columns: minmax(0, 520px) auto;
	justify-content: space-between;
	align-items: end;
	gap: 48px;
	margin-top: 20px;
}

.ak-hero-content p:not(.ak-eyebrow) {
	max-width: 520px;
	margin: 0;
	color: rgba(255, 246, 236, 0.86);
	font-size: 15px;
	line-height: 1.55;
}

.ak-link,
.ak-hero-link {
	border: 0;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.ak-marquee {
	height: 58px;
	display: flex;
	align-items: center;
	padding: 0;
	background: #fbf8f2;
	border-top: 1px solid var(--ak-line);
	border-bottom: 1px solid var(--ak-line);
}

.ak-marquee div {
	gap: 62px;
	animation-duration: 42s;
}

.ak-marquee span {
	position: relative;
	font-size: 18px;
	color: #7b6e5f;
}

.ak-marquee span::after {
	content: "+";
	position: absolute;
	right: -36px;
	top: 50%;
	color: var(--ak-accent);
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	transform: translateY(-50%);
}

.ak-section {
	padding: 154px 0;
}

.ak-two-col {
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: 92px;
}

.ak-eyebrow {
	margin-bottom: 16px;
	color: var(--ak-accent);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.ak-section h2 {
	font-size: clamp(48px, 4.25vw, 82px);
	line-height: 0.94;
}

.ak-section p{
	font-size: 18px;
}
.ak-lede {
	color: var(--ak-ink);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.42;
}

.ak-value-grid-tight {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px 70px;
	margin-top: 54px;
}

.ak-value-grid-tight article {
	border: 0;
}

.ak-value-grid-tight h3 {
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
}

.ak-value-grid-tight p {
	color: var(--ak-muted);
	font-size: 10px;
	line-height: 1.45;
}

.ak-section-head {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	align-items: end;
	margin-bottom: 58px;
}

.ak-section-head .ak-link {
	justify-self: end;
	color: var(--ak-muted);
}

.ak-project-feature-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 88px 34px;
}

.ak-project-card,
.ak-project-card:nth-child(n) {
	background: transparent;
}

.ak-project-card:nth-child(1) {
	grid-column: 1 / span 8;
}

.ak-project-card:nth-child(2) {
	grid-column: 9 / span 4;
	margin-top: 170px;
}

.ak-project-card:nth-child(3) {
	grid-column: 1 / -1 !important;
	width: 100%;
	max-width: none;
	margin-top: 4px;
}

.ak-project-card:nth-child(3) a {
	display: block;
	width: 100%;
}

.ak-project-card figure,
.ak-project-card:nth-child(n) figure {
	background: var(--ak-panel);
	overflow: hidden;
}

.ak-project-card:nth-child(1) figure {
	aspect-ratio: 1.16 / 1;
}

.ak-project-card:nth-child(2) figure {
	aspect-ratio: 1.12 / 1;
}

.ak-project-card:nth-child(3) figure {
	width: 100%;
	aspect-ratio: 2.75 / 1;
}

.ak-project-card img {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	object-fit: cover;
}

.ak-project-card div {
	position: relative;
	padding-top: 14px;
}

.ak-project-card .ak-eyebrow {
	position: absolute;
	right: 0;
	top: 17px;
	margin: 0;
	color: var(--ak-ink);
	font-size: 12px;
	letter-spacing: 0;
	text-transform: none;
}

.ak-project-card h3 {
	max-width: calc(100% - 90px);
	font-size: 25px;
	line-height: 1;
}

.ak-project-card p:last-child {
	max-width: 500px;
	margin-top: 9px;
	color: var(--ak-muted);
	font-size: 10px;
	line-height: 1.45;
}

.ak-drawing-band {
	background: #e6e1db;
	color: var(--ak-ink);
}

.ak-drawing-band p {
	max-width: 420px;
	color: var(--ak-muted);
	font-size: 13px;
}

.ak-drawing-band .ak-two-col {
	align-items: center;
}

.ak-drawing-band .ak-image-frame {
	margin: 0;
	box-shadow: 0 24px 52px rgba(85, 72, 58, 0.18);
}

.ak-inline-list {
	display: flex;
	gap: 30px;
	margin-top: 36px;
	color: var(--ak-muted);
	font-size: 8px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.ak-container.ak-two-col > .ak-image-frame:first-child {
	width: min(100%, 720px);
	margin: 0;
}

.ak-container.ak-two-col > .ak-image-frame:first-child img {
	aspect-ratio: 0.84 / 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ak-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 48px;
	margin-top: 54px;
}

.ak-stats strong {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
}

.ak-stats span {
	display: block;
	margin-top: 7px;
	color: var(--ak-muted);
	font-size: 9px;
}

.ak-process {
	max-width: none;
	background: var(--ak-dark);
	color: #eee8de;
}

.ak-process .ak-container {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: 92px;
}

.ak-process h2 {
	color: #f7f1e7;
}

.ak-process > .ak-container > p:not(.ak-eyebrow) {
	align-self: end;
	max-width: 560px;
	color: rgba(247, 241, 231, 0.72);
	font-size: 12px;
}

.ak-process ol {
	grid-column: 1 / -1;
	margin-top: 74px;
	border-color: rgba(255, 255, 255, 0.1);
}

.ak-process li {
	grid-template-columns: 118px 280px 1fr;
	align-items: center;
	gap: 34px;
	padding: 31px 0;
	border-color: rgba(255, 255, 255, 0.1);
}

.ak-process span,
.ak-process strong {
	color: #f7f1e7;
	font-size: 28px;
}

.ak-process em {
	color: rgba(247, 241, 231, 0.66);
	font-size: 11px;
	font-style: normal;
}

.ak-people-list {
	display: grid;
	gap: 34px;
}

.ak-people-list article {
	position: relative;
	padding: 30px 70px 30px 0;
	border-top: 1px solid var(--ak-line);
}

.ak-people-list article::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 30px;
	color: var(--ak-accent);
	font-size: 15px;
}

.ak-people-list h3 {
	font-size: 39px;
}

.ak-people-list p:last-child,
.ak-section .ak-two-col > div > p:not(.ak-eyebrow) {
	color: var(--ak-muted);
	font-size: 15px;
}

.ak-contact-cta {
	background: var(--ak-rust);
	color: #fff4ea;
}

.ak-contact-cta h2 {
	max-width: 820px;
	color: #fff4ea;
	font-size: clamp(64px, 7.5vw, 138px);
	line-height: 0.9;
}

.ak-contact-cta .ak-eyebrow,
.ak-contact-cta p,
.ak-contact-cta a {
	color: rgba(255, 244, 234, 0.82);
}

.ak-contact-cta a[href^="mailto"] {
	display: inline-block;
	margin-bottom: 26px;
	color: #fff4ea;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
}

.ak-site-footer {
	padding: 48px 0 58px;
	background: #f4f1ec;
	color: var(--ak-ink);
}

.ak-footer-grid {
	width: min(var(--ak-max), calc(100% - 112px));
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(150px, 0.4fr));
	gap: 64px;
}

.ak-footer-brand h2 {
	max-width: 520px;
	font-size: 48px;
	line-height: 0.98;
}

.ak-footer-brand p,
.ak-footer-grid a,
.ak-footer-grid div > p:not(.ak-eyebrow) {
	color: var(--ak-muted);
	font-size: 11px;
	line-height: 1.55;
}

.ak-footer-grid nav {
	display: grid;
	align-content: start;
	gap: 9px;
}

@media (max-width: 920px) {
	.ak-container,
	.ak-hero-content,
	.ak-footer-grid {
		width: min(var(--ak-max), calc(100% - 34px));
	}

	.ak-site-header {
		grid-template-columns: 1fr auto;
		padding: 18px 17px;
		background: rgba(244, 241, 236, 0.92);
	}

	.ak-menu-toggle {
		display: block;
		justify-self: end;
	}

	.ak-header-meta {
		display: none;
	}

	.ak-primary-nav {
		grid-column: 1 / -1;
		justify-self: stretch;
		display: none;
		gap: 18px;
		padding: 18px 0 4px;
	}

	.ak-primary-nav.is-open {
		display: grid;
	}

	.ak-hero {
		height: 760px;
		min-height: 760px;
	}

	.ak-hero-bottom,
	.ak-two-col,
	.ak-section-head,
	.ak-process .ak-container,
	.ak-footer-grid {
		grid-template-columns: 1fr;
	}

	.ak-project-card:nth-child(n) {
		grid-column: 1 / -1;
		margin-top: 0;
	}

	.ak-project-card:nth-child(n) figure {
		aspect-ratio: 4 / 3;
	}

	.ak-value-grid-tight,
	.ak-stats {
		grid-template-columns: 1fr;
	}

	.ak-process li {
		grid-template-columns: 54px 1fr;
	}

	.ak-process em {
		grid-column: 2;
	}
}

/* Typography and marquee refinement. */
body {
	font-family: "Inter", Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
.ak-marquee span,
.ak-stats strong,
.ak-process strong,
.ak-process span,
.ak-contact-cta a[href^="mailto"],
.ak-footer-brand h2 {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-weight: 500;
}

.ak-hero-content h1,
.ak-section h2,
.ak-contact-cta h2 {
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
}

.ak-section h2 {
	font-size: clamp(48px, 6vw, 90px);
	line-height: 0.91;
	margin-bottom: 18px;
}

.ak-marquee {
	height: 96px;
	overflow: hidden;
	white-space: nowrap;
}

.ak-marquee div {
	height: 100%;
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 116px;
	white-space: nowrap;
	will-change: transform;
}

.ak-marquee span {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	white-space: nowrap;
	font-size: clamp(30px, 2.1vw, 58px);
	font-style: italic;
	font-weight: 500;
	line-height: 0.95;
	color: #665d54;
}

.ak-marquee span::after {
	right: -64px;
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1;
	color: var(--ak-accent);
}

.ak-lede {
	max-width: 900px;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 2.75vw, 56px);
	font-weight: 500;
	line-height: 1.28;
	color: var(--ak-ink);
}

.ak-lede > p {
	margin-bottom: 70px;
}

.ak-value-grid-tight h3,
.ak-project-card .ak-eyebrow,
.ak-project-card p:last-child,
.ak-people-list p:last-child,
.ak-section .ak-two-col > div > p:not(.ak-eyebrow) {
	font-weight: 300;
}

/* Philosophy section reference match. */
.ak-marquee + .ak-section {
	min-height: 690px;
	display: flex;
	align-items: center;
	padding: 118px 0 124px;
	border-bottom: 1px solid var(--ak-line);
}

.ak-marquee + .ak-section.ak-two-col {
	grid-template-columns: minmax(420px, 0.78fr) minmax(720px, 1.22fr);
	gap: clamp(92px, 8vw, 160px);
}

.ak-marquee + .ak-section .ak-eyebrow {
	margin-bottom: 42px;
	color: #8b6f5c;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.36em;
}

.ak-marquee + .ak-section .ak-eyebrow::before {
	content: "- ";
	letter-spacing: 0.12em;
}

.ak-marquee + .ak-section h2 {
	max-width: 620px;
	font-size: clamp(82px, 5.35vw, 112px);
	line-height: 0.92;
}

.ak-marquee + .ak-section .ak-lede {
	max-width: none;
	padding-top: 8px;
}

.ak-marquee + .ak-section .ak-lede > p {
	max-width: 1050px;
	margin: 0 0 108px;
	font-size: clamp(42px, 2.75vw, 58px);
	line-height: 1.32;
}

.ak-marquee + .ak-section .ak-value-grid-tight {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	/* gap: 66px 112px; */
	margin: 0;
}

.ak-marquee + .ak-section .ak-value-grid-tight h3 {
	margin-bottom: 18px;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 1.62vw, 34px);
	font-weight: 500;
	line-height: 1;
	color: #090806;
}

.ak-marquee + .ak-section .ak-value-grid-tight p {
	color: #6f625b;
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
}

@media (max-width: 920px) {
	.ak-marquee + .ak-section {
		min-height: auto;
		padding: 86px 0;
	}

	.ak-marquee + .ak-section.ak-two-col,
	.ak-marquee + .ak-section .ak-value-grid-tight {
		grid-template-columns: 1fr;
	}

	.ak-marquee + .ak-section .ak-lede > p {
		margin-bottom: 54px;
	}
}

/* Philosophy section fine tune. */
.ak-marquee + .ak-section.ak-two-col {
	display: grid;
	grid-template-columns: minmax(0px, 0.75fr) minmax(0, 1.14fr);
	gap: clamp(84px, 7vw, 138px);
	align-items: center;
}

.ak-marquee + .ak-section h2 {
	max-width: 760px;
	font-size: clamp(72px, 4.65vw, 96px);
	line-height: 0.95;
	white-space: nowrap;
}

.ak-marquee + .ak-section .ak-lede {
	padding-top: 0;
}

.ak-marquee + .ak-section .ak-lede > h3 {
	max-width: 1120px;
	margin-bottom: 60px;
	color: #181512 !important;
	font-size: clamp(36px, 1.8vw, 48px);
	line-height: 1.34;
}


.ak-marquee + .ak-section .ak-value-grid-tight h3 {
	font-size: clamp(18px, 1.5vw, 32px);
}

.ak-marquee + .ak-section .ak-value-grid-tight p {
	max-width: 340px;
	font-size: 12px;
	line-height: 1.58;
	font-weight: 300;
}

@media (max-width: 1200px) {
	.ak-marquee + .ak-section.ak-two-col {
		grid-template-columns: 1fr;
	}

	.ak-marquee + .ak-section h2 {
		white-space: normal;
	}
}

/* Objects and process reference match. */
.ak-drawing-band + .ak-section.ak-container.ak-two-col {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: clamp(76px, 7vw, 138px);
	width: min(1540px, calc(100% - 112px));
	padding: 104px 0 74px;
}

.ak-drawing-band + .ak-section > .ak-image-frame {
	display: block;
	width: 100%;
	margin: 0;
}

.ak-drawing-band + .ak-section > .ak-image-frame img {
	width: 100%;
	height: 100%;
	aspect-ratio: 0.82 / 1;
	object-fit: cover;
}

.ak-drawing-band + .ak-section .ak-eyebrow {
	margin-bottom: 42px;
	color: #8b6f5c;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.36em;
}

.ak-drawing-band + .ak-section .ak-eyebrow::before {
	content: "- ";
	letter-spacing: 0.12em;
}

.ak-drawing-band + .ak-section h2 {
	max-width: 940px;
	font-size: clamp(82px, 6vw, 132px);
	line-height: 0.94;
}

.ak-drawing-band + .ak-section div > p:not(.ak-eyebrow) {
	max-width: 820px;
	margin-top: 62px;
	color: #5f5650;
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.65;
}

.ak-drawing-band + .ak-section .ak-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin-top: 76px;
	padding-top: 42px;
	border-top: 1px solid var(--ak-line);
}

.ak-drawing-band + .ak-section .ak-stats strong {
	font-size: 42px;
	line-height: 1;
}

.ak-drawing-band + .ak-section .ak-stats span {
	margin-top: 14px;
	color: #6b625c;
	font-size: 16px;
	line-height: 1.45;
}

.ak-process {
	padding: 58px 0 0;
	background: #111111;
	color: #f1eee8;
}

.ak-process .ak-container {
	width: calc(100% - 120px);
	max-width: none;
	display: grid;
	grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
	gap: 72px 120px;
}

.ak-process .ak-eyebrow {
	grid-column: 1 / -1;
	margin: 0;
	color: rgba(241, 238, 232, 0.58);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.36em;
}

.ak-process .ak-eyebrow::before {
	content: "- ";
	letter-spacing: 0.12em;
}

.ak-process h2 {
	max-width: 760px;
	color: #f4f1eb;
	font-size: clamp(86px, 5.8vw, 132px);
	line-height: 0.93;
}

.ak-process > .ak-container > p:not(.ak-eyebrow) {
	align-self: center;
	max-width: 820px;
	color: rgba(241, 238, 232, 0.66);
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.52;
}

.ak-process ol {
	grid-column: 1 / -1;
	margin: 28px 0 0;
	border-top: 1px solid rgba(241, 238, 232, 0.16);
	border-bottom: 0;
}

.ak-process li {
	display: grid;
	grid-template-columns: 130px minmax(260px, 0.42fr) minmax(0, 1fr);
	align-items: center;
	gap: 34px;
	min-height: 162px;
	padding: 34px 0;
	border-top: 0;
	border-bottom: 1px solid rgba(241, 238, 232, 0.16);
}

.ak-process span {
	color: rgba(241, 238, 232, 0.54);
	font-size: 42px;
	line-height: 1;
}

.ak-process strong {
	color: #f4f1eb;
	font-size: clamp(48px, 3.2vw, 70px);
	line-height: 1;
}

.ak-process em {
	justify-self: start;
	max-width: 860px;
	color: rgba(241, 238, 232, 0.65);
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	line-height: 1.5;
}

@media (max-width: 920px) {
	.ak-drawing-band + .ak-section.ak-container.ak-two-col,
	.ak-process .ak-container {
		width: min(var(--ak-max), calc(100% - 34px));
	}

	.ak-drawing-band + .ak-section h2,
	.ak-process h2 {
		font-size: clamp(58px, 13vw, 86px);
	}

	.ak-drawing-band + .ak-section div > p:not(.ak-eyebrow),
	.ak-process > .ak-container > p:not(.ak-eyebrow) {
		font-size: 18px;
	}

	.ak-process .ak-container,
	.ak-process li,
	.ak-drawing-band + .ak-section.ak-container.ak-two-col,
	.ak-drawing-band + .ak-section .ak-stats {
		grid-template-columns: 1fr;
	}

	.ak-process em {
		grid-column: auto;
	}
}

/* Footer reference match. */
.ak-site-footer {
	padding: 0 !important;
	background: #f4f1ec !important;
	color: #15130f !important;
}

.ak-footer-grid {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	display: grid !important;
	grid-template-columns: minmax(520px, 1.45fr) minmax(150px, 0.42fr) minmax(150px, 0.42fr) minmax(260px, 0.62fr) !important;
	gap: clamp(70px, 8vw, 160px) !important;
	padding: 92px 74px 116px !important;
}

.ak-footer-brand h2 {
	max-width: 650px !important;
	margin: 0 0 54px !important;
	color: #15130f !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size: clamp(82px, 6vw, 122px) !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 0.98 !important;
	letter-spacing: 0 !important;
}

.ak-footer-brand p {
	max-width: 590px !important;
	color: #7a7169 !important;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	line-height: 1.55 !important;
}

.ak-footer-grid .ak-eyebrow {
	margin: 0 0 36px !important;
	color: #15130f !important;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	letter-spacing: 0.42em !important;
	text-transform: uppercase !important;
}

.ak-footer-grid nav {
	display: grid !important;
	align-content: start !important;
	gap: 15px !important;
}

.ak-footer-grid a,
.ak-footer-grid div > p:not(.ak-eyebrow) {
	color: #5e5650 !important;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.45 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.ak-footer-grid div > a[href^="mailto"] {
	display: inline-block !important;
	margin-bottom: 20px !important;
	color: #15130f !important;
}

.ak-footer-social {
	display: flex !important;
	grid-template-columns: none !important;
	flex-wrap: wrap !important;
	gap: 38px !important;
	margin-top: 38px !important;
}

.ak-footer-social a {
	color: #15130f !important;
	font-size: 12px !important;
	letter-spacing: 0.42em !important;
	text-transform: uppercase !important;
}

.ak-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 36px 74px;
	border-top: 1px solid #d8d1c8;
}

.ak-footer-bottom p {
	margin: 0;
	color: #5e5650;
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.42em;
	text-transform: uppercase;
}

@media (max-width: 1100px) {
	.ak-footer-grid {
		grid-template-columns: 1fr 1fr !important;
		padding-inline: 32px !important;
	}

	.ak-footer-brand {
		grid-column: 1 / -1;
	}

	.ak-footer-bottom {
		padding-inline: 32px;
	}
}

@media (max-width: 640px) {
	.ak-footer-grid {
		grid-template-columns: 1fr !important;
		padding: 62px 20px 76px !important;
		gap: 44px !important;
	}

	.ak-footer-brand h2 {
		font-size: clamp(58px, 15vw, 82px) !important;
	}

	.ak-footer-bottom {
		display: grid;
		padding: 28px 20px;
	}
}

/* Commissions CTA reference match. */
.ak-contact-cta {
	min-height: 770px;
	display: flex;
	align-items: center;
	padding: 74px 0 86px !important;
	background: #bd724f !important;
	color: #fff7ef !important;
}

.ak-contact-cta .ak-container {
	width: calc(100% - 112px);
	max-width: none;
	display: grid;
	grid-template-columns: minmax(0, 0.68fr) minmax(360px, 0.32fr);
	gap: clamp(80px, 10vw, 190px);
	align-items: center;
}

.ak-contact-cta .ak-eyebrow {
	margin-bottom: 58px;
	color: rgba(255, 247, 239, 0.74) !important;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.36em;
	text-transform: uppercase;
}

.ak-contact-cta .ak-eyebrow::before {
	content: "- ";
	letter-spacing: 0.12em;
}

.ak-contact-cta h2 {
	max-width: 920px;
	color: #fff7ef !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: clamp(120px, 9vw, 190px) !important;
	font-style: italic;
	font-weight: 500;
	line-height: 0.92;
	letter-spacing: 0;
}

.ak-contact-cta .ak-container > div:last-child {
	align-self: center;
	padding-top: 72px;
}

.ak-contact-cta .ak-container > div:last-child .ak-eyebrow {
	margin: 0 0 18px;
	font-size: 13px;
	color: rgba(255, 247, 239, 0.78) !important;
}

.ak-contact-cta .ak-container > div:last-child .ak-eyebrow::before {
	content: "";
}

.ak-contact-cta a[href^="mailto"] {
	display: inline-block;
	margin: 0 0 52px;
	color: #fff7ef !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 2.1vw, 46px);
	font-style: italic;
	font-weight: 600;
	line-height: 1;
}

.ak-contact-cta .ak-container > div:last-child p:not(.ak-eyebrow) {
	margin: 0 0 68px;
	color: rgba(255, 247, 239, 0.86) !important;
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
}

.ak-contact-cta .ak-link {
	display: inline-flex;
	align-items: center;
	min-width: 286px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 247, 239, 0.82);
	color: #fff7ef !important;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.36em;
	text-transform: uppercase;
}

@media (max-width: 920px) {
	.ak-contact-cta {
		min-height: auto;
	}

	.ak-contact-cta .ak-container {
		width: min(var(--ak-max), calc(100% - 34px));
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.ak-contact-cta h2 {
		font-size: clamp(72px, 17vw, 122px) !important;
	}

	.ak-contact-cta .ak-container > div:last-child {
		padding-top: 0;
	}
}

/* Body copy reference match. */
body,
p,
li,
address,
input,
select,
textarea,
button {
	font-family: "Inter", Arial, Helvetica, sans-serif;
}

p,
.ak-richtext,
.ak-lede p,
.ak-section p:not(.ak-eyebrow),
.ak-value-grid-tight p,
.ak-project-card p:last-child,
.ak-drawing-band p,
.ak-inline-list,
.ak-stats span,
.ak-process em,
.ak-people-list p:last-child,
.ak-contact-cta .ak-container > div:last-child p:not(.ak-eyebrow),
.ak-footer-brand p,
.ak-footer-grid div > p:not(.ak-eyebrow),
.ak-footer-grid a,
.ak-contact-panel address,
.ak-contact-form label,
.ak-page-hero p:not(.ak-eyebrow) {
	color: #69554a !important;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	font-weight: 300 !important;
	letter-spacing: 0 !important;
	line-height: 1.58 !important;
}

.ak-drawing-band p {
	max-width: 680px;
	font-size: clamp(20px, 1.45vw, 28px) !important;
}

.ak-section p:not(.ak-eyebrow),
.ak-footer-brand p,
.ak-footer-grid div > p:not(.ak-eyebrow) {
	font-size: clamp(16px, 1.05vw, 21px);
}

.ak-value-grid-tight p,
.ak-project-card p:last-child,
.ak-process em,
.ak-people-list p:last-child,
.ak-stats span {
	font-size: clamp(15px, 0.95vw, 18px) !important;
}

.ak-contact-cta p:not(.ak-eyebrow),
.ak-contact-cta a,
.ak-process p:not(.ak-eyebrow) {
	color: rgba(255, 247, 239, 0.82) !important;
}

.ak-process em {
	color: rgba(241, 238, 232, 0.64) !important;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	background: var(--ak-bg);
	color: var(--ak-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
}

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

a {
	color: inherit;
	text-decoration: none;
}

p {
	margin: 0 0 1rem;
}

h1,
h2,
h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	line-height: 1.05;
}

h1 {
	font-size: clamp(3rem, 8vw, 8rem);
}

h2 {
	font-size: clamp(2rem, 4vw, 4.4rem);
}

h3 {
	font-size: clamp(1.35rem, 2vw, 2rem);
}

.ak-container {
	/* width: min(var(--ak-max), calc(100% - 40px)); */
	margin-inline: auto;
}

.ak-site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 18px clamp(20px, 4vw, 56px);
	background: rgba(251, 250, 247, 0.92);
	border-bottom: 1px solid rgba(25, 22, 19, 0.08);
	backdrop-filter: blur(18px);
}

.ak-brand {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
	letter-spacing: 0;
}

.ak-primary-nav {
	display: flex;
	align-items: center;
	gap: clamp(14px, 2.2vw, 30px);
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--ak-muted);
}

.ak-primary-nav a:hover,
.ak-link:hover {
	color: var(--ak-primary);
}

.ak-menu-toggle {
	display: none;
	width: 42px;
	height: 42px;
	border: 1px solid var(--ak-line);
	background: transparent;
	padding: 10px;
}

.ak-menu-toggle span {
	display: block;
	height: 1px;
	background: var(--ak-ink);
	margin: 7px 0;
}

.ak-hero {
	position: relative;
	min-height: calc(100vh - 78px);
	display: grid;
	align-items: end;
	background: var(--ak-primary-deep);
	color: #fffaf2;
	overflow: hidden;
}

.ak-hero-media {
	position: absolute;
	inset: 0;
	opacity: 0.62;
}

.ak-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ak-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(18, 31, 25, 0.84), rgba(18, 31, 25, 0.22) 58%, rgba(18, 31, 25, 0.66));
}

.ak-hero-content {
	position: relative;
	z-index: 1;
	width: min(920px, calc(100% - 40px));
	margin: 0 auto;
	/* padding: 18vh 0 12vh; */
}

.ak-hero-content p {
	max-width: 680px;
	font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.ak-eyebrow {
	margin: 0 0 18px;
	color: var(--ak-primary);
	font-size: 1.2rem !important;
	text-transform: uppercase;
	letter-spacing: 0.18em !important; 
}

.ak-hero .ak-eyebrow,
.ak-detail-hero .ak-eyebrow {
	color: #d8b879;
}

.ak-actions {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
	margin-top: 34px;
}

.ak-button,
.ak-contact-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border: 1px solid var(--ak-primary);
	background: var(--ak-primary);
	color: #fff;
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor: pointer;
}

.ak-button-light {
	border-color: #fff;
	background: #fff;
	color: var(--ak-ink);
}

.ak-link {
	border-bottom: 1px solid currentColor;
	color: inherit;
	font-size: 0.86rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.ak-section {
	padding: clamp(64px, 8vw, 120px) 0;
}

.ak-page-hero {
	padding: clamp(86px, 12vw, 160px) 0 clamp(44px, 6vw, 80px);
}

.ak-page-hero h1 {
	max-width: 980px;
	font-size: clamp(2.7rem, 6.4vw, 6.8rem);
}

.ak-page-hero p:not(.ak-eyebrow) {
	max-width: 660px;
	font-size: 1.1rem;
	color: var(--ak-muted);
}

.ak-two-col {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(32px, 7vw, 120px);
	align-items: start;
}

.ak-richtext {
	color: var(--ak-muted);
	font-size: clamp(1rem, 1.4vw, 1.185rem);
}

.ak-richtext p + p {
	margin-top: 1.1rem;
}

.ak-section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

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

.ak-card-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ak-card {
	min-height: 230px;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid var(--ak-line);
	background: #fffdf9;
}

.ak-card a {
	display: grid;
	height: 100%;
	align-content: start;
}

.ak-card p {
	color: var(--ak-muted);
}

.ak-card img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	margin-bottom: 20px;
}

.ak-project-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(18px, 3vw, 34px);
}

.ak-project-card {
	background: #fffdf9;
}

.ak-project-card figure {
	margin: 0;
	background: var(--ak-panel);
	overflow: hidden;
}

.ak-project-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.ak-project-card a:hover img {
	transform: scale(1.035);
}

.ak-project-card div {
	padding: 22px 0 0;
}

.ak-project-card p:last-child {
	color: var(--ak-muted);
}

.ak-detail-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	min-height: calc(100vh - 78px);
	background: var(--ak-primary-deep);
	color: #fffaf2;
}

.ak-detail-copy {
	display: grid;
	align-content: end;
	padding: clamp(40px, 6vw, 84px);
}

.ak-detail-copy h1 {
	font-size: clamp(3rem, 7vw, 7.4rem);
}

.ak-detail-copy p:not(.ak-eyebrow) {
	max-width: 620px;
	color: #e5d8c8;
}

.ak-detail-hero figure {
	margin: 0;
	min-height: 520px;
}

.ak-detail-hero img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ak-project-meta {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: var(--ak-line);
	margin-top: 1px;
}

.ak-project-meta div {
	padding: 22px;
	background: var(--ak-bg);
}

.ak-project-meta span {
	display: block;
	margin-bottom: 6px;
	color: var(--ak-muted);
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
}

.ak-project-meta strong {
	font-weight: 600;
}

.ak-project-narrative {
	max-width: 860px;
}

.ak-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	padding-top: 0;
}

.ak-gallery figure {
	margin: 0;
	background: var(--ak-panel);
	overflow: hidden;
}

.ak-gallery img {
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.ak-gallery-wide {
	grid-column: span 2;
}

.ak-gallery-wide img {
	aspect-ratio: 16 / 10;
}

.ak-capability-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ak-capability-list li {
	padding: 16px 18px;
	border-left: 3px solid var(--ak-accent);
	background: #fffdf9;
}

.ak-statement {
	padding: clamp(24px, 4vw, 42px);
	background: var(--ak-primary);
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.5rem, 2.6vw, 2.5rem);
	line-height: 1.18;
}

.ak-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(24px, 5vw, 70px);
	padding-top: 0;
}

.ak-contact-panel,
.ak-form-panel,
.ak-empty-state {
	padding: clamp(24px, 4vw, 42px);
	background: #fffdf9;
	border: 1px solid var(--ak-line);
}

.ak-contact-panel address {
	font-style: normal;
	color: var(--ak-muted);
}

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

.ak-contact-form label {
	display: grid;
	gap: 7px;
	color: var(--ak-muted);
	font-size: 0.86rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.ak-contact-form input,
.ak-contact-form select,
.ak-contact-form textarea {
	width: 100%;
	border: 1px solid var(--ak-line);
	background: var(--ak-bg);
	padding: 13px 14px;
	color: var(--ak-ink);
	font: inherit;
}

.ak-contact-form textarea {
	resize: vertical;
}

.ak-check {
	grid-template-columns: auto 1fr !important;
	align-items: start;
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-weight: 500 !important;
}

.ak-check input {
	width: auto;
	margin-top: 5px;
}

.ak-notice {
	margin-bottom: 20px;
	padding: 14px 16px;
	background: #edf4e9;
	border: 1px solid #c9dfbf;
}

.ak-notice-error {
	background: #f8ece9;
	border-color: #e1bcb3;
}

.ak-map-section {
	padding-bottom: clamp(64px, 8vw, 110px);
}

.map-embed iframe {
	display: block;
}

.map-link {
	padding: 28px;
	background: var(--ak-panel);
}

.ak-site-footer {
	padding: clamp(28px, 4vw, 56px);
	background: var(--ak-primary-deep);
	color: #fffaf2;
}

.ak-footer-cta {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	width: min(var(--ak-max), 100%);
	margin: 0 auto;
	padding-bottom: 42px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ak-footer-cta h2 {
	max-width: 760px;
	font-size: clamp(2rem, 4vw, 4.8rem);
}

.ak-footer-cta p:not(.ak-eyebrow) {
	max-width: 620px;
	color: #d8d0c5;
}

.ak-footer-meta {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	width: min(var(--ak-max), 100%);
	margin: 24px auto 0;
	color: #d8d0c5;
}

@media (max-width: 840px) {
	.ak-menu-toggle {
		display: block;
	}

	.ak-primary-nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		flex-direction: column;
		align-items: stretch;
		padding: 18px 20px 24px;
		background: var(--ak-bg);
		border-bottom: 1px solid var(--ak-line);
	}

	.ak-primary-nav.is-open {
		display: flex;
	}

	.ak-hero {
		min-height: 760px;
	}

	.ak-two-col,
	.ak-detail-hero,
	.ak-contact-grid,
	.ak-project-feature-grid,
	.ak-card-grid,
	.ak-card-grid-3 {
		grid-template-columns: 1fr;
	}

	.ak-detail-hero {
		min-height: auto;
	}

	.ak-detail-copy {
		min-height: 420px;
	}

	.ak-detail-hero figure {
		min-height: 360px;
	}

	.ak-project-meta {
		grid-template-columns: 1fr;
	}

	.ak-gallery {
		grid-template-columns: 1fr 1fr;
	}

	.ak-gallery-wide {
		grid-column: span 2;
	}

	.ak-footer-cta,
	.ak-footer-meta {
		display: grid;
	}
}

@media (max-width: 560px) {
	.ak-container {
		width: min(var(--ak-max), calc(100% - 28px));
	}

	.ak-hero-content {
		width: calc(100% - 28px);
		padding-bottom: 80px;
	}

	.ak-section-head {
		display: grid;
		align-items: start;
	}

	.ak-gallery,
	.ak-gallery-wide {
		grid-template-columns: 1fr;
		grid-column: span 1;
	}

	.ak-card,
	.ak-contact-panel,
	.ak-form-panel,
	.ak-empty-state {
		padding: 22px;
	}
}

/* Final DesignFlow reference override: keep after legacy rules. */
body {
	background: var(--ak-bg);
	color: var(--ak-ink);
	font-family: "Inter", system-ui, sans-serif;
}

h1,
h2,
h3,
.ak-brand {
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

h1 {
	font-size: clamp(4rem, 10vw, 10.5rem);
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0;
}

h2 {
	font-size: clamp(2.7rem, 6vw, 7rem);
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0;
}

.ak-site-header {
	position: fixed;
	inset: 0 0 auto;
	background: linear-gradient(to bottom, rgba(27, 26, 19, 0.56), transparent);
	border: 0;
	color: #f8efe0;
	mix-blend-mode: difference;
}

.ak-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	font-size: 1.32rem;
}

.ak-brand-mark {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-family: "Inter", "Segoe UI", Arial, sans-serif;
	font-size: 0.68rem;
	letter-spacing: 0.12em;
}

.ak-primary-nav {
	color: inherit;
	font-size: 0.72rem;
	letter-spacing: 0.22em;
}

.ak-hero {
	min-height: 100svh;
	background: var(--ak-primary-deep);
}

.ak-hero-content {
	width: min(100% - 48px, 1280px);
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* padding: 23vh 0 9vh; */
}

.ak-hero-content h1 {
	/* max-width: 960px; */
	color: #fbf2e4;
	line-height: 0.9;
}

.ak-hero-content p:not(.ak-eyebrow) {
	max-width: 560px;
	margin-left: auto;
	color: rgba(251, 242, 228, 0.86);
}

.ak-page-hero {
	padding-top: clamp(160px, 22vw, 260px);
	padding-bottom: clamp(70px, 10vw, 130px);
}

.ak-page-hero h1 {
	max-width: 1030px;
	line-height: 0.98;
}

.ak-section {
	padding-block: clamp(86px, 13vw, 180px);
}

.ak-project-feature-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: clamp(42px, 8vw, 110px) 28px;
}

.ak-project-card {
	grid-column: span 6;
}

.ak-project-card:nth-child(4n+1) {
	grid-column: span 8;
}

.ak-project-card:nth-child(4n+2) {
	grid-column: span 4;
	margin-top: 12vw;
}

.ak-project-card:nth-child(4n+3) {
	grid-column: span 5;
}

.ak-project-card:nth-child(4n) {
	grid-column: span 7;
}

.ak-project-card figure {
	aspect-ratio: 4 / 5;
	margin: 0;
	overflow: hidden;
	background: var(--ak-panel);
}

.ak-project-card:nth-child(4n+1) figure,
.ak-project-card:nth-child(4n) figure {
	aspect-ratio: 16 / 10;
}

.ak-project-card img,
.ak-detail-hero img,
.ak-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ak-project-card h2,
.ak-project-card h3 {
	font-size: clamp(2rem, 4vw, 4.2rem);
	font-style: italic;
}

.ak-detail-hero {
	min-height: 100svh;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	background: var(--ak-primary-deep);
	color: #fbf2e4;
}

.ak-detail-copy {
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: clamp(130px, 18vw, 220px) clamp(24px, 5vw, 70px) clamp(46px, 6vw, 84px);
}

.ak-project-meta {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 1px;
	margin-top: 1px;
	background: var(--ak-line);
}

.ak-project-meta div {
	background: var(--ak-bg);
	padding: 20px;
}

@media (max-width: 920px) {
	.ak-site-header {
		mix-blend-mode: normal;
		background: rgba(235, 225, 209, 0.94);
		color: var(--ak-ink);
		border-bottom: 1px solid var(--ak-line);
	}

	.ak-project-card,
	.ak-project-card:nth-child(n) {
		grid-column: 1 / -1;
		margin-top: 0;
	}

	.ak-project-card figure,
	.ak-project-card:nth-child(n) figure {
		aspect-ratio: 4 / 3;
	}

	.ak-project-meta {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 560px) {
	.ak-brand {
		font-size: 1rem;
	}

	.ak-brand-mark {
		width: 32px;
		height: 32px;
	}

	.ak-hero-content {
		width: calc(100% - 28px);
	}

	.ak-project-meta {
		grid-template-columns: 1fr;
	}
}

/* Dynamic logo support. */
.ak-brand {
	line-height: 0;
}

.ak-brand-logo {
	display: block;
	width: clamp(132px, 10vw, 188px);
	height: auto;
	max-height: 72px;
	object-fit: contain;
}

@media (max-width: 760px) {
	.ak-brand-logo {
		width: clamp(112px, 34vw, 148px);
		max-height: 58px;
	}
}

/* Header and hero reference match. */
.ak-site-header {
	position: fixed !important;
	inset: 0 0 auto !important;
	z-index: 80 !important;
	display: grid !important;
	grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr) !important;
	align-items: center !important;
	gap: 36px !important;
	padding: 34px clamp(32px, 3.2vw, 60px) 20px !important;
	background: transparent !important;
	border: 0 !important;
	color: rgba(36, 32, 28, 0.58) !important;
	backdrop-filter: none !important;
	mix-blend-mode: normal !important;
}

/* body.admin-bar .ak-site-header {
	top: 32px !important;
} */

.ak-brand {
	justify-self: start !important;
	line-height: 0 !important;
}

.ak-brand-logo {
	width: clamp(124px, 9.2vw, 176px) !important;
	max-height: 76px !important;
	filter: saturate(0.82) contrast(0.92);
	opacity: 0.86;
}

.ak-primary-nav {
	justify-self: center !important;
	display: flex !important;
	align-items: center !important;
	gap: clamp(38px, 3vw, 74px) !important;
	color: rgba(36, 32, 28, 0.56) !important;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 0.36em !important;
	text-transform: uppercase !important;
}

.ak-header-meta {
	justify-self: end !important;
	color: rgba(36, 32, 28, 0.36) !important;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 0.36em !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.ak-hero {
	position: relative !important;
	height: 100svh !important;
	min-height: 760px !important;
	display: block !important;
	overflow: hidden !important;
	background: #191512 !important;
	color: #fff7ef !important;
}

.ak-hero-media {
	position: absolute !important;
	inset: 0 !important;
	opacity: 1 !important;
}

.ak-hero-media img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center 46% !important;
}

.ak-hero-media::after,
.ak-hero::after {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background:
		linear-gradient(180deg, rgba(244, 241, 236, 0.30) 0%, rgba(244, 241, 236, 0.08) 22%, rgba(0, 0, 0, 0.68) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.06) 45%, rgba(0, 0, 0, 0.22)) !important;
	pointer-events: none !important;
}

.ak-hero-content {
	position: relative !important;
	z-index: 2 !important;
	width: calc(100% - clamp(52px, 6.2vw, 120px)) !important;
	max-width: none !important;
	min-height: 100% !important;
	margin-inline: auto !important;
	display: grid !important;
	grid-template-rows: 1fr auto !important;
	align-content: stretch !important;
	padding: clamp(132px, 13vh, 180px) 0 42px !important;
}

.ak-hero-content > div:first-child {
	width: 100% !important;
	margin-top: 4vh !important;
}

.ak-hero .ak-eyebrow {
	margin: 0 0 clamp(34px, 4vh, 58px) !important;
	color: rgba(255, 247, 239, 0.78) !important;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	letter-spacing: 0.34em !important;
	text-transform: uppercase !important;
}

.ak-hero-content h1 {
	width: 100% !important;
	max-width: none !important;
	color: #fff7ef !important;
	font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
	font-size: clamp(108px, 9.8vw, 192px) !important;
	font-style: italic !important;
	font-weight: 500 !important;
	line-height: 0.82 !important;
	letter-spacing: 0 !important;
	text-shadow: none !important;
}

.ak-hero-bottom {
	align-self: end !important;
	display: grid !important;
	grid-template-columns: minmax(280px, 560px) auto !important;
	align-items: end !important;
	gap: 40px !important;
	margin: 0 !important;
}

.ak-hero-content p:not(.ak-eyebrow) {
	max-width: 560px !important;
	margin: 0 !important;
	color: rgba(255, 247, 239, 0.78) !important;
	font-size: 20px !important;
	font-weight: 300 !important;
	line-height: 1.65 !important;
}

.ak-hero-link {
	justify-self: end !important;
	min-width: 250px !important;
	padding-bottom: 16px !important;
	border-bottom: 1px solid rgba(255, 247, 239, 0.82) !important;
	color: #fff7ef !important;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 0.34em !important;
	text-align: left !important;
	text-transform: uppercase !important;
}

@media (max-width: 1200px) {
	.ak-site-header {
		grid-template-columns: 1fr auto !important;
		padding: 18px 20px !important;
		background: rgba(244, 241, 236, 0.92) !important;
		border-bottom: 1px solid rgba(216, 209, 200, 0.65) !important;
	}

	.ak-brand-logo {
		width: clamp(112px, 28vw, 152px) !important;
		max-height: 58px !important;
	}

	.ak-menu-toggle {
		display: block !important;
	}

	.ak-header-meta {
		display: none !important;
	}

	.ak-primary-nav {
		grid-column: 1 / -1 !important;
		justify-self: stretch !important;
		display: none !important;
		flex-direction: column !important;
		align-items: flex-start !important;
		gap: 18px !important;
		padding-top: 18px !important;
		color: var(--ak-ink) !important;
	}

	.ak-primary-nav.is-open {
		display: flex !important;
	}
}

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

	.ak-hero {
		height: 100svh !important;
		min-height: 680px !important;
	}

	.ak-hero-content {
		width: calc(100% - 34px) !important;
		padding: 112px 0 34px !important;
	}

	.ak-hero-content > div:first-child {
		align-self: center !important;
		margin-top: 0 !important;
	}

	.ak-hero .ak-eyebrow {
		margin-bottom: 24px !important;
		font-size: 11px !important;
		letter-spacing: 0.24em !important;
	}

	.ak-hero-content h1 {
		font-size: clamp(58px, 18vw, 88px) !important;
		line-height: 0.9 !important;
	}

	.ak-hero-bottom {
		grid-template-columns: 1fr !important;
		gap: 20px !important;
	}

	.ak-hero-content p:not(.ak-eyebrow) {
		font-size: 15px !important;
		line-height: 1.55 !important;
	}

	.ak-hero-link {
		justify-self: start !important;
		min-width: min(100%, 250px) !important;
	}
}

/* Hero width refinement. */
@media (min-width: 761px) {
	.ak-hero-content {
		box-sizing: border-box !important;
		width: 100% !important;
		padding: clamp(132px, 13vh, 180px) clamp(48px, 3.15vw, 60px) 42px !important;
	}

	.ak-hero-content h1 {
		font-size: clamp(126px, 10.6vw, 210px) !important;
		line-height: 0.81 !important;
		white-space: nowrap !important;
	}

	.ak-hero-bottom {
		width: 100% !important;
	}
}
