:root {
	--bg: #f5f2ea;
	--surface: #fefdf8;
	--text: #0f0f10;
	--muted: #585350;
	--line: #d9d3c9;
	--accent: #d24518;
	--container: 1240px;
}

body {
	background: #fff;
	color: var(--text);
	font-family: 'Manrope', sans-serif;
}

.container {
	width: min(100% - 2rem, var(--container));
	margin-inline: auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 80;
	border-bottom: 0;
	background: #fff;
}

.site-header .container {
	width: min(100% - 0.65rem, 1720px);
}

.nav-row {
	min-height: 74px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-inline: 0.05rem;
}

.brand {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(1.15rem, 1.5vw, 1.35rem);
	letter-spacing: 0.08em;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
}

.brand-logo {
	display: block;
	height: 62px;
	width: auto;
	max-width: min(360px, 46vw);
	object-fit: contain;
}

.site-nav {
	display: flex;
	gap: 1.7rem;
	align-items: center;
}

.site-nav a {
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--text);
}

.site-nav a:hover {
	color: var(--text);
}

.nav-lang {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-left: 0.2rem;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.76rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--muted);
}

.nav-lang a {
	color: var(--muted);
	text-decoration: none;
}

.nav-lang a.active {
	color: var(--text);
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.menu-toggle {
	display: none;
}

.hero {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 1.25rem;
	padding-top: 2rem;
}

.home-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
	gap: clamp(1.2rem, 3vw, 2.2rem);
	padding-top: clamp(1.3rem, 3vw, 2.4rem);
	align-items: center;
}

.hero-copy {
	background: var(--surface);
	border: 1px solid var(--line);
	padding: clamp(1.4rem, 3vw, 2.2rem);
}

.home-hero-copy {
	padding: clamp(0.4rem, 1vw, 0.8rem) 0;
	max-width: 760px;
}

.eyebrow {
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	color: var(--muted);
	margin-bottom: 0.7rem;
}

h1,
h2,
h3 {
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.01em;
	line-height: 0.9;
}

h1 {
	font-size: clamp(3.6rem, 9vw, 7.8rem);
	max-width: 7.5ch;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

h2 {
	font-size: clamp(1.9rem, 4vw, 3rem);
}

.hero-copy p {
	color: var(--muted);
	margin-bottom: 1.2rem;
	max-width: 48ch;
}

.home-hero-text {
	max-width: 34rem;
	font-size: 1rem;
	line-height: 1.7;
	margin-bottom: 1.5rem;
}

.hero-media {
	border: 1px solid var(--line);
	overflow: hidden;
	background: #e7dfd2;
}

.home-hero-media {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: end;
}

.home-hero-image-frame {
	position: relative;
	min-height: clamp(520px, 58vw, 780px);
	background: #ded7cb;
	overflow: hidden;
}

.home-hero-image-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.home-hero-placeholder {
	display: grid;
	place-items: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(2rem, 4vw, 3rem);
	letter-spacing: 0.12em;
	color: #6f685f;
	background: linear-gradient(135deg, #f2ece0, #dfd5c6);
}

.home-hero-rail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-self: stretch;
	padding: 0.5rem 0;
	min-height: clamp(520px, 58vw, 780px);
	color: var(--muted);
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home-hero-rail span {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 0.88rem;
}

.home-hero-rail small {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 0.82rem;
	align-self: center;
}

.home-hero-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.05rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--text);
	padding-top: 0.1rem;
}

.home-hero-cta span:last-child {
	font-size: 1.35rem;
	line-height: 1;
}

.hero-image,
.project-hero {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-placeholder,
.image-fallback {
	min-height: 420px;
	display: grid;
	place-items: center;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.1em;
	color: #6f685f;
	background: repeating-linear-gradient(45deg, #efe9dd, #efe9dd 10px, #e3dacb 10px, #e3dacb 20px);
}

.button,
button {
	border: 1px solid var(--text);
	background: var(--text);
	color: #fff;
	padding: 0.65rem 1rem;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	cursor: pointer;
}

.button.muted,
button.muted {
	background: transparent;
	color: var(--text);
}

.section {
	padding: 2.2rem 0;
}

.home-featured {
	padding-top: clamp(2.2rem, 4vw, 3.4rem);
}

.home-section-head {
	align-items: end;
}

.section-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 1rem;
}

.section-head a,
.text-link {
	text-transform: uppercase;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	color: var(--muted);
}

.project-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
}

.home-featured-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem;
}

.home-project-card {
	background: transparent;
	min-height: 100%;
}

.home-project-card a {
	display: block;
	position: relative;
	height: 100%;
	color: inherit;
}

.home-project-media {
	position: relative;
	min-height: 470px;
	overflow: hidden;
	background: #1a1918;
}

.home-project-image,
.home-project-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}

.home-project-card:hover .home-project-image,
.home-project-card:hover .home-project-media img {
	transform: scale(1.03);
}

.home-project-index {
	position: absolute;
	top: 0.85rem;
	left: 0.85rem;
	z-index: 2;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.9);
}

.home-project-media::after {
	content: '';
	position: absolute;
	inset: auto 0 0 0;
	height: 45%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
	pointer-events: none;
}

.home-project-fallback {
	display: grid;
	place-items: center;
	height: 100%;
	color: rgba(255, 255, 255, 0.82);
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	background: linear-gradient(145deg, #3d362f, #141414);
}

.home-project-meta {
	position: absolute;
	inset: auto 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 1rem;
	padding: 1rem 1rem 0.95rem;
	min-height: 120px;
	background: linear-gradient(to top, rgba(7, 7, 7, 0.84), rgba(7, 7, 7, 0.14) 72%, transparent);
}

.home-project-meta h3 {
	margin: 0 0 0.25rem;
	font-size: clamp(1.55rem, 2.6vw, 2rem);
	text-transform: uppercase;
}

.home-project-meta p {
	margin: 0;
	font-size: 0.82rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.74);
}

.home-project-meta span {
	font-size: 1.5rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.84);
}

.home-supporting {
	display: grid;
	grid-template-columns: 1.2fr 1fr 0.9fr;
	gap: 1rem;
	padding: 1rem 0 0.35rem;
	align-items: start;
	border-top: 1px solid var(--line);
	margin-top: 0.5rem;
}

.home-supporting-copy {
	padding-top: 0.4rem;
}

.home-supporting-copy p:last-child {
	max-width: 34ch;
	line-height: 1.7;
	margin-bottom: 0;
}

.home-supporting-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
}

.home-supporting-stats > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 110px;
	padding-top: 0.3rem;
	border-bottom: 1px solid var(--line);
}

.home-supporting-stats span {
	display: block;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
	padding-bottom: 0.45rem;
	border-bottom: 1px solid var(--line);
	max-width: 6rem;
}

.home-supporting-stats strong {
	display: block;
	font-size: 2.1rem;
	font-family: 'Barlow Condensed', sans-serif;
	line-height: 0.9;
	margin-top: 0.75rem;
}

.project-card {
	background: var(--surface);
	border: 1px solid var(--line);
}

.work-page {
	background: #fff;
	padding-bottom: 2.4rem;
}

.work-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.8rem;
	align-items: start;
	padding-top: clamp(1.5rem, 3vw, 2.5rem);
	padding-bottom: 0.95rem;
	border-bottom: 1px solid var(--line);
}

.work-hero h1 {
	max-width: 9ch;
	margin-bottom: 0.45rem;
	font-size: clamp(2.35rem, 5.4vw, 4.8rem);
	line-height: 0.95;
}

.work-summary {
	max-width: 42ch;
	font-size: 0.95rem;
	line-height: 1.62;
	color: var(--muted);
}

.work-kicker {
	margin-top: 0.7rem;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.84rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
}

.work-kicker span {
	padding-inline: 0.35rem;
	color: #aaa296;
}

.work-hero .studio-cta {
	align-self: start;
	padding: 0.45rem 0.8rem;
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	background: transparent;
	color: var(--text);
	border: 1px solid var(--line);
}

.work-hero .studio-cta:hover {
	border-color: var(--text);
}

.work-filters-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	padding-top: 0.8rem;
	padding-bottom: 0.9rem;
	border-bottom: 1px solid var(--line);
}

.work-filters-wrap .filter-pill {
	border: 0;
	border-radius: 0;
	padding: 0.2rem 0;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.84rem;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--muted);
	background: transparent;
	border-bottom: 1px solid transparent;
}

.work-filters-wrap .filter-pill.active {
	color: var(--text);
	border-color: var(--text);
}

.work-grid {
	display: block;
	column-count: 2;
	column-gap: 1.15rem;
	padding-top: 1.2rem;
}

.work-grid .project-card {
	border: 0;
	background: #fff;
	color: var(--text);
	overflow: hidden;
	break-inside: avoid;
	margin-bottom: 1.15rem;
}

.work-grid .project-card a {
	display: grid;
	grid-template-rows: minmax(300px, 1fr) auto;
	height: 100%;
	color: inherit;
}

.work-grid .project-card-image {
	aspect-ratio: 1 / 1;
	min-height: 0;
	position: relative;
}

.work-grid .project-card--landscape .project-card-image,
.work-grid .project-card--architecture .project-card-image {
	aspect-ratio: 16 / 10;
	min-height: 0;
}

.work-grid .project-card--portrait .project-card-image {
	aspect-ratio: 4 / 5;
	min-height: 0;
}

.work-grid .project-card--square .project-card-image {
	aspect-ratio: 1 / 1;
	min-height: 0;
}

.work-grid .project-card-image::after {
	content: '';
	position: absolute;
	inset: auto 0 0 0;
	height: 18%;
	background: linear-gradient(to top, rgba(16, 16, 16, 0.12), rgba(16, 16, 16, 0));
	pointer-events: none;
}

.work-grid .project-cover {
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.work-grid .project-card:hover .project-cover {
	transform: scale(1.03);
}

.work-grid .project-card-meta {
	padding: 0.72rem 0.05rem 0.15rem;
	min-height: 74px;
	border-top: 1px solid var(--line);
	align-items: end;
}

.work-grid .project-card-meta h3 {
	margin: 0;
	font-size: clamp(1.12rem, 1.5vw, 1.36rem);
	text-transform: uppercase;
	line-height: 1;
}

.work-grid .project-card-meta p {
	color: var(--muted);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin: 0;
	display: flex;
	gap: 0.45rem;
}

.work-empty {
	color: var(--muted);
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.96rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding-block: 0.8rem;
}

.project-card-image {
	aspect-ratio: 4 / 5;
	overflow: hidden;
}

.project-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.project-card:hover .project-cover {
	transform: scale(1.03);
}

.project-card-meta {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 0.5rem;
	padding: 0.85rem;
}

.project-card-meta p {
	display: flex;
	gap: 0.5rem;
	color: var(--muted);
	font-size: 0.85rem;
}

.split-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.compact-list {
	display: grid;
	gap: 0.45rem;
	margin-top: 1rem;
}

.about-page {
	padding-bottom: 2rem;
	background: #fff;
}

.about-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: clamp(1.2rem, 3vw, 2.4rem);
	padding-top: clamp(1.6rem, 3vw, 2.8rem);
	align-items: start;
}

.about-copy {
	padding-top: 0.35rem;
}

.about-copy h1 {
	max-width: 7.4ch;
	margin-bottom: 1rem;
}

.about-summary {
	max-width: 30ch;
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	line-height: 1.45;
	color: var(--text);
	margin-bottom: 1.35rem;
}

.about-summary p {
	margin: 0 0 0.85rem;
}

.about-summary p:last-child {
	margin-bottom: 0;
}

.about-references {
	display: grid;
	gap: 0.55rem;
	max-width: 34rem;
	padding-top: 1rem;
	border-top: 1px solid var(--line);
}

.about-references span,
.about-visual-note,
.about-service-list li {
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.about-references span {
	font-size: 0.78rem;
	color: var(--muted);
}

.about-references ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.7rem;
	margin: 0;
}

.about-references li {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(1.05rem, 1.55vw, 1.35rem);
	letter-spacing: 0.02em;
	line-height: 0.95;
	text-transform: uppercase;
}

.about-references li:not(:last-child)::after {
	content: ',';
}

.about-cta {
	margin-top: 2rem;
}

.about-visual {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.9rem;
	align-items: stretch;
}

.about-portrait-frame {
	position: relative;
	min-height: clamp(460px, 54vw, 760px);
	overflow: hidden;
	background: #e8e0d2;
}

.about-portrait,
.about-portrait-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about-visual-note {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: var(--muted);
	padding: 0.4rem 0;
	min-height: clamp(460px, 54vw, 760px);
	font-size: 0.82rem;
}

.about-visual-note span,
.about-visual-note small {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	white-space: nowrap;
}

.about-panels {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	padding-top: 1.6rem;
}

.about-panel {
	padding-top: 0.9rem;
	border-top: 1px solid var(--line);
}

.about-panel h2 {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	margin-bottom: 0.7rem;
}

.about-panel p {
	max-width: 34ch;
	line-height: 1.7;
	color: var(--muted);
}

.about-manifest-list {
	display: grid;
	gap: 0.6rem;
	max-width: 34ch;
	margin-top: 0.55rem;
}

.about-manifest-list li {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid var(--line);
	font-size: 0.96rem;
	line-height: 1.5;
	color: var(--text);
}

.about-service-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem 1rem;
	margin-top: 0.9rem;
}

.about-service-list li {
	padding-bottom: 0.55rem;
	border-bottom: 1px solid var(--line);
	font-size: 0.95rem;
	color: var(--text);
}

.two-col {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stats-row {
	border: 1px solid var(--line);
	background: var(--surface);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.stats-row > div {
	padding: 1rem;
	border-right: 1px solid var(--line);
}

.stats-row > div:last-child {
	border-right: 0;
}

.stats-row strong {
	display: block;
	font-size: 2rem;
	font-family: 'Barlow Condensed', sans-serif;
}

.filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	margin-bottom: 1rem;
}

.filter-pill {
	border: 1px solid var(--line);
	padding: 0.45rem 0.75rem;
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--muted);
	background: var(--surface);
}

.filter-pill.active {
	border-color: var(--text);
	color: var(--text);
}

.gallery-grid {
	display: block;
	column-count: 2;
	column-gap: 0.8rem;
}

.image-card {
	aspect-ratio: 1 / 1;
	break-inside: avoid;
	margin: 0 0 0.8rem;
	overflow: hidden;
}

.image-card--landscape {
	aspect-ratio: 16 / 10;
}

.image-card--portrait {
	aspect-ratio: 4 / 5;
}

.image-card--square {
	aspect-ratio: 1 / 1;
}

.gallery-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.meta-list {
	display: grid;
	gap: 0.6rem;
}

.meta-list li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid var(--line);
	padding-bottom: 0.4rem;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

.service-item {
	border: 1px solid var(--line);
	background: var(--surface);
	padding: 1rem;
}

.services-page,
.contact-page {
	background: #fff;
	padding-bottom: 2rem;
}

.services-hero,
.contact-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	align-items: end;
	padding-top: clamp(1.6rem, 3vw, 2.8rem);
	padding-bottom: 1.2rem;
	border-bottom: 1px solid var(--line);
}

.services-hero h1,
.contact-hero h1 {
	max-width: 8.4ch;
	margin-bottom: 0.7rem;
}

.services-summary,
.contact-summary {
	max-width: 34ch;
	line-height: 1.6;
	color: var(--muted);
}

.services-cta {
	margin-top: 0;
	align-self: center;
}

.services-stage {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.95rem;
	padding-top: 1.4rem;
}

.services-card {
	border-top: 1px solid var(--line);
	padding-top: 0.75rem;
	padding-bottom: 0.9rem;
	min-height: 190px;
	display: grid;
	align-content: start;
	gap: 0.55rem;
}

.services-index {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.9rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
}

.services-card h2 {
	font-size: clamp(1.55rem, 2.6vw, 2.2rem);
	margin: 0;
	text-transform: uppercase;
}

.services-card p {
	margin: 0;
	max-width: 27ch;
	line-height: 1.55;
	color: var(--muted);
	font-size: 0.95rem;
}

.services-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.8rem;
	margin-top: 1.2rem;
	padding-top: 0.8rem;
	border-top: 1px solid var(--line);
}

.services-process div {
	display: grid;
	align-content: start;
	gap: 0.3rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid var(--line);
}

.services-process span {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--muted);
}

.services-process i {
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
	font-size: clamp(1.1rem, 1.6vw, 1.45rem);
	line-height: 1;
	color: var(--text);
}

.services-process strong {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	line-height: 0.95;
	text-transform: uppercase;
}

.contact-direct {
	display: grid;
	gap: 0.7rem;
	justify-items: end;
	text-align: right;
}

.contact-direct p {
	margin: 0;
	display: grid;
	gap: 0.2rem;
}

.contact-direct span {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.78rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
}

.contact-direct a {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(1.15rem, 1.9vw, 1.45rem);
	line-height: 1;
	color: var(--text);
}

.price-page {
	background: #fff;
	padding-bottom: 2.6rem;
}

.price-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	padding-top: clamp(1.4rem, 3vw, 2.7rem);
	padding-bottom: clamp(1rem, 2vw, 1.5rem);
	border-bottom: 1px solid var(--line);
}

.price-hero h1 {
	max-width: 9.2ch;
	margin-bottom: 0.7rem;
	font-size: clamp(3.4rem, 8vw, 7rem);
}

.price-summary {
	max-width: 42ch;
	line-height: 1.62;
	color: var(--muted);
}

.price-meta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	margin-top: 1.2rem;
	padding-top: 0.72rem;
	border-top: 1px solid var(--line);
	max-width: 42rem;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	color: var(--muted);
}

.price-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
	gap: clamp(1.1rem, 3vw, 2.4rem);
	padding-top: clamp(1.1rem, 2.5vw, 1.8rem);
	align-items: start;
}

.price-form-panel,
.price-note-panel {
	border-top: 1px solid var(--line);
	padding-top: 1rem;
}

.price-form {
	display: grid;
	gap: 1rem;
	max-width: 58rem;
}

.price-form-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid var(--line);
}

.price-form-head span,
.price-form-head strong {
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
}

.price-form-head span {
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	color: var(--muted);
}

.price-form-head strong {
	max-width: 15ch;
	text-align: right;
	font-size: clamp(1.25rem, 2vw, 1.7rem);
	line-height: 0.95;
	letter-spacing: 0.01em;
}

.price-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem 0.8rem;
}

.price-form label {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.86rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.price-form input,
.price-form textarea {
	width: 100%;
	padding: 0.82rem 0.78rem;
	border: 1px solid #e5e0d8;
	background: #f7f5f0;
	font-family: 'Manrope', sans-serif;
	font-size: 0.98rem;
	letter-spacing: 0;
	text-transform: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.price-form input:focus,
.price-form textarea:focus {
	outline: 0;
	background: #fff;
	border-color: var(--text);
}

.price-form textarea {
	resize: vertical;
	min-height: 185px;
	line-height: 1.55;
}

.price-form button {
	width: fit-content;
	border-radius: 30px;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.72rem 1.3rem;
	margin-top: 0.2rem;
}

.form-hidden {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.price-note-panel {
	display: grid;
	align-content: start;
	gap: 0.85rem;
	position: sticky;
	top: 96px;
}

.price-note-panel h2 {
	font-size: clamp(2rem, 3.4vw, 2.9rem);
	max-width: 9ch;
}

.price-note-panel ul {
	display: grid;
	gap: 0.55rem;
	margin-bottom: 0.4rem;
}

.price-note-panel li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.75rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid var(--line);
	line-height: 1.5;
	color: var(--muted);
}

.price-note-panel li span {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	color: var(--text);
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
	gap: 1rem;
	padding-top: 1.2rem;
}

.contact-form-panel,
.contact-side-panel {
	border-top: 1px solid var(--line);
	padding-top: 0.95rem;
}

.contact-form {
	max-width: 42rem;
}

.contact-form input,
.contact-form textarea {
	padding: 0.72rem;
	border: 1px solid var(--line);
	background: #fff;
}

.contact-form button {
	border-radius: 30px;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 0.72rem 1.3rem;
	width: fit-content;
}

.contact-side-panel h2 {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	max-width: 10ch;
	margin-bottom: 0.75rem;
}

.contact-side-panel ul {
	display: grid;
	gap: 0.45rem;
	margin-bottom: 1rem;
}

.contact-side-panel li {
	padding-bottom: 0.45rem;
	border-bottom: 1px solid var(--line);
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.94rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.process-grid ol {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.8rem;
	margin-top: 1rem;
}

.process-grid li {
	border-top: 2px solid var(--text);
	padding-top: 0.6rem;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.4rem;
}

.process-grid li span {
	display: block;
	font-size: 0.8rem;
	color: var(--muted);
}

.contact-form,
.admin-form {
	display: grid;
	gap: 0.8rem;
}

label {
	display: grid;
	gap: 0.35rem;
	font-size: 0.9rem;
	color: var(--muted);
}

input,
textarea,
select {
	border: 1px solid var(--line);
	background: #fff;
	color: var(--text);
	padding: 0.6rem;
}

.alert {
	border: 1px solid;
	padding: 0.75rem;
	margin-bottom: 1rem;
}

.alert.success {
	border-color: #1d7f39;
	color: #1d7f39;
}

.alert.error {
	border-color: #b92020;
	color: #b92020;
}

.cta-block {
	border: 1px solid var(--line);
	background: var(--surface);
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
}

.site-footer {
	margin-top: 2rem;
	border-top: 1px solid var(--line);
	padding-top: 1.5rem;
	padding-bottom: 2rem;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 1rem;
}

.footer-logo-link {
	display: inline-flex;
	width: fit-content;
}

.footer-logo {
	display: block;
	width: min(190px, 44vw);
	height: auto;
}

.footer-grid h3,
.footer-grid h4 {
	margin-bottom: 0.5rem;
}

.footer-grid a {
	display: block;
	margin-bottom: 0.25rem;
	color: var(--muted);
}

.footer-meta {
	margin-top: 1rem;
	color: var(--muted);
}

.reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

/* ===================================================
   STUDIO HOMEPAGE — cinematic editorial canvas
   =================================================== */

.studio-homepage {
	background: #fff;
}

.studio-homepage + .site-footer {
	display: none;
}

.studio-horizontal-hero {
	position: relative;
	height: 1400vh;
	background: #fff;
}

.studio-hero-sticky {
	position: sticky;
	top: 74px;
	height: calc(100vh - 74px);
	background: #fff;
	overflow: hidden;
}

.studio-hero-copy {
	position: absolute;
	left: clamp(1rem, 1.7vw, 2rem);
	top: clamp(1.25rem, 3vw, 2.6rem);
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: min(58vw, 940px);
	min-height: calc(100% - 4rem);
	padding: 0;
	background: transparent;
}

.studio-headline {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(4.6rem, 8.1vw, 10.4rem);
	line-height: 0.86;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--text);
	max-width: 13.8ch;
	margin: 0 0 0.95rem;
}

.studio-headline span {
	color: #9a9a9a;
}

.studio-sub,
.studio-location {
	max-width: 38ch;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(1.08rem, 1.22vw, 1.42rem);
	font-weight: 800;
	line-height: 1.02;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--text);
	margin: 0 0 0.85rem;
}

.studio-location {
	display: grid;
	gap: 0.15rem;
	max-width: none;
	margin-top: 0.1rem;
	margin-bottom: 0.55rem;
}

.studio-location span {
	font-size: clamp(0.92rem, 0.95vw, 1.08rem);
	font-weight: 600;
	letter-spacing: 0.14em;
	color: #8b8b8b;
}

.studio-location strong {
	font-size: clamp(1.45rem, 1.8vw, 2.15rem);
	font-weight: 800;
	letter-spacing: -0.01em;
	color: var(--text);
}

.studio-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	width: fit-content;
	margin-top: 0.55rem;
	margin-bottom: 0;
	padding: 0.7rem 1.25rem;
	border: 1px solid var(--text);
	border-radius: 30px;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(1rem, 1.12vw, 1.28rem);
	font-weight: 600;
	line-height: 0.95;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--text);
	text-decoration: none;
}

.studio-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	margin-top: 0.55rem;
}

.studio-cta-row .studio-cta {
	margin-top: 0;
}

.studio-cta-muted {
	background: var(--text);
	color: #fff;
}

.studio-stats {
	display: none;
}

.studio-stats > div {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.studio-stats strong {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.55rem;
	font-weight: 700;
	line-height: 1;
}

.studio-stats span {
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--muted);
}

.studio-image-stage {
	position: absolute;
	inset: auto 0 0 0;
	z-index: 2;
	height: min(64vh, 660px);
	overflow: hidden;
	background: transparent;
}

.studio-image-stage::before {
	content: '';
	position: absolute;
	inset: 0 auto 0 0;
	z-index: 3;
	width: min(34vw, 560px);
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
}

.studio-image-track {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 360vw;
	height: 100%;
	will-change: transform;
	transform: translate3d(0, 0, 0);
}

.studio-image-item {
	position: absolute;
	left: var(--x);
	bottom: 0;
	width: clamp(150px, 16.5vw, 292px);
	height: clamp(150px, 16.5vw, 292px);
	aspect-ratio: 1 / 1;
	margin: 0;
	overflow: hidden;
	transform: scale(var(--scale, 1));
	transform-origin: left bottom;
	will-change: transform;
	backface-visibility: hidden;
}

.studio-image-item:nth-child(1) {
	--x: 0vw;
}

.studio-image-item:nth-child(2) {
	--x: 18vw;
}

.studio-image-item:nth-child(3) {
	--x: 36vw;
}

.studio-image-item:nth-child(4) {
	--x: 54vw;
}

.studio-image-item:nth-child(5) {
	--x: 72vw;
}

.studio-image-item:nth-child(6) {
	--x: 90vw;
}

.studio-image-item:nth-child(7) {
	--x: 108vw;
}

.studio-image-item:nth-child(8) {
	--x: 126vw;
}

.studio-image-item:nth-child(9) {
	--x: 144vw;
}

.studio-image-item:nth-child(10) {
	--x: 162vw;
}

.studio-image-item:nth-child(n + 11) {
	--x: 180vw;
}

.studio-image-item a {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
}

.studio-img,
.studio-image-item img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.studio-image-item:hover .studio-img,
.studio-image-item:hover img {
	transform: none;
}

.studio-img-placeholder {
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, rgba(218, 210, 196, 0.9), rgba(247, 242, 235, 0.8)),
		repeating-linear-gradient(45deg, rgba(12, 12, 12, 0.03), rgba(12, 12, 12, 0.03) 12px, rgba(12, 12, 12, 0.06) 12px, rgba(12, 12, 12, 0.06) 24px);
}

.stage-image--small {
	width: clamp(150px, 16.5vw, 292px);
	height: clamp(150px, 16.5vw, 292px);
}

.stage-image--medium {
	width: clamp(150px, 16.5vw, 292px);
	height: clamp(150px, 16.5vw, 292px);
}

.stage-image--large {
	width: clamp(150px, 16.5vw, 292px);
	height: clamp(150px, 16.5vw, 292px);
}

.stage-image--portrait {
	width: clamp(150px, 16.5vw, 292px);
	height: clamp(150px, 16.5vw, 292px);
}

.stage-image--tall {
	width: clamp(150px, 16.5vw, 292px);
	height: clamp(150px, 16.5vw, 292px);
}

.stage-image--wide {
	width: clamp(150px, 16.5vw, 292px);
	height: clamp(150px, 16.5vw, 292px);
}

.studio-info-strip {
	display: grid;
	grid-template-columns: 1.25fr 1fr auto;
	gap: 1.2rem;
	padding: 1.8rem 0 2.2rem;
	border-top: 1px solid var(--line);
}

.studio-info-links {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	align-items: flex-end;
	justify-content: flex-start;
}

.studio-info-links a {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--muted);
}

.studio-info-links a:hover {
	color: var(--text);
}
