/* Gava Design — no external fonts or assets required */
:root {
	--ink: #1b1b1a;
	--paper: #f6f3ed;
	--line: #c8c3b9;
	--sage: #b8c9a8;
	--blue: #174d9d;
	--coral: #ef745a;
	--sans: Arial, Helvetica, sans-serif;
}

* {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--sans);
	font-size: 16px;
	line-height: 1.35;
}
a {
	color: inherit;
	text-decoration: none;
}
a:focus-visible {
	outline: 3px solid var(--blue);
	outline-offset: 4px;
}
.skip-link {
	background: var(--ink);
	color: white;
	left: 1rem;
	padding: 0.75rem 1rem;
	position: fixed;
	top: -4rem;
	z-index: 10;
}
.skip-link:focus {
	top: 1rem;
}

.site-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 1.25rem 1.25rem;
	position: relative;
	z-index: 2;
}
.wordmark {
	align-items: center;
	display: flex;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 0.9;
}
.mark {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-right: 7px;
	transform: rotate(-28deg);
}
.mark i {
	background: var(--ink);
	display: block;
	height: 4px;
	width: 14px;
}
.desktop-nav {
	display: none;
}
.mobile-menu {
	position: relative;
}
.mobile-menu summary {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	gap: 0.35rem;
	min-height: 44px;
}
.mobile-menu summary::-webkit-details-marker {
	display: none;
}
.mobile-menu summary::marker {
	content: "";
}
.mobile-menu[open] summary span {
	transform: rotate(45deg);
}
.mobile-menu nav {
	background: var(--paper);
	border: 1px solid var(--ink);
	display: grid;
	min-width: 12rem;
	padding: 0.35rem;
	position: absolute;
	right: 0;
	top: calc(100% + 0.35rem);
	z-index: 3;
}
.mobile-menu nav a {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	min-height: 44px;
	padding: 0.25rem 0.5rem;
}
.desktop-nav a,
.nav-contact {
	align-items: center;
	display: inline-flex;
	min-height: 44px;
}
.nav-contact {
	border-bottom: 2px solid currentColor;
}

.hero {
	min-height: 660px;
	overflow: hidden;
	padding: 4.6rem 1.25rem 2rem;
	position: relative;
}
.eyebrow {
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin: 0;
	text-transform: uppercase;
}
h1,
h2,
h3,
p {
	margin-top: 0;
}
h1,
h2 {
	font-size: clamp(3.3rem, 12.7vw, 10.5rem);
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 0.9;
	margin: 1.5rem 0 0;
	position: relative;
	z-index: 1;
}
h1 em {
	font-family: Georgia, serif;
	font-weight: 400;
}
.hero-foot {
	bottom: 2.2rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	left: 1.25rem;
	position: absolute;
	right: 1.25rem;
	z-index: 1;
}
.hero-foot p {
	font-size: 1rem;
	line-height: 1.3;
	margin: 0;
	max-width: 22rem;
}
.text-link {
	align-items: center;
	border-bottom: 2px solid var(--ink);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 700;
	min-height: 44px;
	width: fit-content;
}
.text-link span,
.contact-email span {
	margin-left: 0.3em;
}
.hero-shape {
	height: 240px;
	position: absolute;
	right: -90px;
	top: 230px;
	width: 300px;
}
.shape-orbit {
	border: 1px solid var(--ink);
	border-radius: 50%;
	height: 280px;
	left: 10px;
	position: absolute;
	top: -36px;
	transform: rotate(-34deg);
	width: 166px;
}
.shape-disc {
	background: var(--coral);
	border-radius: 50%;
	height: 108px;
	left: 68px;
	position: absolute;
	top: 52px;
	width: 108px;
}
.shape-bar {
	background: var(--blue);
	height: 31px;
	position: absolute;
	right: 0;
	top: 121px;
	transform: rotate(-34deg);
	width: 200px;
}

.section {
	padding: 5.75rem 1.25rem;
}
.section-heading h2 {
	font-size: clamp(3rem, 10vw, 7.5rem);
}
.project-grid {
	display: grid;
	gap: 3.8rem;
	margin-top: 3.5rem;
}
.project a {
	display: block;
}
.project-art {
	min-height: 360px;
	overflow: hidden;
	position: relative;
}
.project-meta {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	padding-top: 0.9rem;
}
.project-meta h3 {
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: -0.035em;
	margin: 0 0 0.1rem;
}
.project-meta p,
.project-meta > span {
	font-size: 0.875rem;
	margin: 0;
}
.project-meta > span {
	font-weight: 700;
}
.art-field {
	background: var(--sage);
	color: #294e40;
	padding: 1.5rem;
}
.art-field span {
	font-size: clamp(2rem, 8vw, 5rem);
	font-weight: 700;
	letter-spacing: -0.08em;
	line-height: 0.77;
	position: relative;
	z-index: 1;
}
.art-field i {
	background: #f5e5a3;
	border-radius: 52% 48% 46% 54%;
	bottom: -44px;
	height: 220px;
	position: absolute;
	right: -20px;
	transform: rotate(35deg);
	width: 190px;
}
.art-field b {
	border: 2px solid #294e40;
	border-radius: 100% 0 100% 0;
	bottom: 52px;
	height: 120px;
	position: absolute;
	right: 75px;
	transform: rotate(-35deg);
	width: 80px;
}
.art-almanac {
	background: var(--blue);
	color: #dce8ff;
	padding: 1.5rem;
}
.art-almanac > span {
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}
.phone {
	background: #f1eee4;
	border: 7px solid #222;
	border-radius: 23px;
	bottom: -27px;
	color: var(--ink);
	height: 290px;
	left: calc(50% - 83px);
	position: absolute;
	transform: rotate(9deg);
	width: 166px;
}
.phone i {
	background: #222;
	border-radius: 4px;
	display: block;
	height: 5px;
	margin: 10px auto;
	width: 45px;
}
.phone b {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	padding: 30px 16px;
}
.phone strong {
	font-size: 5rem;
	letter-spacing: -0.12em;
}
.art-common {
	align-items: center;
	background: var(--coral);
	display: flex;
	justify-content: center;
}
.art-common span {
	color: #fff2dc;
	font-family: Georgia, serif;
	font-size: clamp(2.5rem, 8vw, 5.5rem);
	line-height: 0.83;
	position: relative;
	text-align: center;
	z-index: 1;
}
.art-common i {
	background: #edc970;
	border-radius: 50%;
	height: 75px;
	position: absolute;
	width: 75px;
}
.art-common i:nth-of-type(1) {
	left: 12%;
	top: 20%;
}
.art-common i:nth-of-type(2) {
	bottom: 13%;
	right: 13%;
}
.art-common i:nth-of-type(3) {
	height: 27px;
	right: 29%;
	top: 14%;
	width: 27px;
}

.services {
	background: var(--ink);
	color: var(--paper);
}
.services h2 {
	color: var(--paper);
}
.service-list {
	border-top: 1px solid #686762;
	margin-top: 3.4rem;
}
.service-list article {
	border-bottom: 1px solid #686762;
	display: grid;
	gap: 0.45rem;
	grid-template-columns: 2rem 1fr;
	padding: 1.5rem 0;
}
.service-list span {
	font-size: 0.8125rem;
}
.service-list h3 {
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: -0.04em;
	margin: 0;
}
.service-list p {
	font-size: 0.875rem;
	grid-column: 2;
	line-height: 1.4;
	margin: 0;
	max-width: 22rem;
}
.about {
	display: grid;
	gap: 3rem;
}
.about-image {
	background:
		linear-gradient(125deg, transparent 48%, #e6d6c2 48% 52%, transparent 52%),
		linear-gradient(30deg, #7b8e78 0 34%, #e9b59e 34% 65%, #303a56 65%);
	min-height: 360px;
}
.about-copy h2 {
	font-size: clamp(2.7rem, 8vw, 5.8rem);
	margin-bottom: 2rem;
}
.about-copy > p:not(.eyebrow) {
	line-height: 1.45;
	max-width: 34rem;
}
.contact {
	background: var(--sage);
	min-height: 570px;
	padding: 5.75rem 1.25rem 1.5rem;
	position: relative;
}
.contact h2 {
	font-size: clamp(3.1rem, 11vw, 8rem);
	margin-bottom: 2.5rem;
}
.contact-email {
	border-bottom: 2px solid var(--ink);
	font-size: clamp(1.25rem, 4vw, 2.5rem);
	font-weight: 700;
	letter-spacing: -0.05em;
	padding-bottom: 0.2rem;
}
.contact-bottom {
	bottom: 1.5rem;
	display: flex;
	font-size: 0.8125rem;
	justify-content: space-between;
	left: 1.25rem;
	position: absolute;
	right: 1.25rem;
}
.contact-bottom p {
	margin: 0;
}
.contact-bottom a {
	align-items: center;
	display: inline-flex;
	min-height: 44px;
	text-decoration: underline;
}
footer {
	display: flex;
	font-size: 0.8125rem;
	justify-content: space-between;
	padding: 1.25rem;
}
footer a {
	align-items: center;
	display: inline-flex;
	min-height: 44px;
	text-decoration: underline;
}

@media (min-width: 700px) {
	.site-header,
	.hero,
	.section,
	.contact {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.site-header {
		padding-top: 1.7rem;
	}
	.mobile-menu {
		display: none;
	}
	.desktop-nav {
		align-items: center;
		display: flex;
		gap: 2rem;
		font-size: 0.875rem;
		font-weight: 700;
	}
	.hero {
		min-height: 780px;
		padding-top: 9rem;
	}
	.hero-foot {
		bottom: 3rem;
		flex-direction: row;
		justify-content: space-between;
		left: 3rem;
		right: 3rem;
	}
	.hero-shape {
		right: 6%;
		top: 400px;
		transform: scale(1.35);
	}
	.section {
		padding-bottom: 7.5rem;
		padding-top: 7.5rem;
	}
	.project-grid {
		gap: 4rem 1.5rem;
		grid-template-columns: repeat(2, 1fr);
	}
	.project:nth-child(3) {
		grid-column: 1 / 2;
	}
	.project-art {
		min-height: 430px;
	}
	.service-list article {
		grid-template-columns: 18% 32% 1fr;
		padding: 2.1rem 0;
	}
	.service-list p {
		grid-column: 3;
	}
	.about {
		align-items: center;
		grid-template-columns: 1fr 1fr;
	}
	.about-image {
		min-height: 500px;
	}
	.contact {
		min-height: 650px;
		padding-top: 8rem;
	}
	.contact-bottom {
		bottom: 2rem;
		left: 3rem;
		right: 3rem;
	}
	footer {
		padding: 1.5rem 3rem;
	}
}
@media (min-width: 1050px) {
	.site-header,
	.hero,
	.section,
	.contact {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.hero {
		min-height: 900px;
	}
	.hero-shape {
		right: 14%;
		top: 420px;
		transform: scale(1.8);
	}
	.project-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.project:nth-child(3) {
		grid-column: auto;
	}
	.project-art {
		min-height: 460px;
	}
	.about {
		gap: 8vw;
		grid-template-columns: 0.9fr 1.1fr;
	}
	.contact-bottom {
		left: 5vw;
		right: 5vw;
	}
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
