/*
Theme Name: Makam Perde
Author: Makam Perde
Description: Makam Perde için özel hazırlanmış tanıtım ve çalışmalar teması.
Version: 2.3.0
Text Domain: makam-perde
*/

:root {
	--green-950: #09271f;
	--green-900: #0d3025;
	--green-800: #123a2d;
	--green-700: #1c503d;
	--gold-500: #c9a55b;
	--gold-400: #d9bd7f;
	--cream-100: #f8f4e9;
	--cream-200: #eee7d7;
	--cream-300: #ddd2bc;
	--ink: #18201c;
	--muted: #687069;
	--white: #fffef9;
	--line: rgba(24, 32, 28, 0.14);
	--shadow: 0 28px 70px rgba(9, 39, 31, 0.16);
	--radius-sm: 12px;
	--radius-md: 24px;
	--radius-lg: 42px;
	--container: 1240px;
	--serif: Georgia, "Times New Roman", serif;
	--sans: "Segoe UI", Inter, Arial, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

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

body.menu-open {
	overflow: hidden;
}

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

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

button,
input,
textarea,
select {
	font: inherit;
}

button {
	color: inherit;
}

.container {
	width: min(calc(100% - 48px), var(--container));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link {
	position: fixed;
	z-index: 9999;
	top: 10px;
	left: 10px;
	padding: 10px 16px;
	background: var(--white);
	color: var(--green-950);
	transform: translateY(-150%);
	transition: transform 180ms ease;
}

.skip-link:focus {
	transform: translateY(0);
}

:focus-visible {
	outline: 3px solid var(--gold-500);
	outline-offset: 4px;
}

.site-header {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	padding: 18px 0;
	color: var(--white);
	transition: padding 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.admin-bar .site-header {
	top: 32px;
}

.site-header.is-scrolled,
body:not(.home) .site-header,
.home.no-home-hero .site-header {
	padding: 10px 0;
	background: rgba(9, 39, 31, 0.96);
	box-shadow: 0 10px 32px rgba(2, 17, 13, 0.16);
	backdrop-filter: blur(14px);
}

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

.brand {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	min-width: 210px;
}

.brand > img,
.brand-custom-logo img {
	width: 58px;
	height: 58px;
	border: 1px solid rgba(217, 189, 127, 0.65);
	border-radius: 50%;
	object-fit: cover;
}

.brand-custom-logo,
.brand-custom-logo .custom-logo-link {
	display: flex;
}

.brand-copy {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}

.brand-copy strong {
	font-family: var(--serif);
	font-size: 21px;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.brand-copy small {
	margin-top: 6px;
	color: var(--gold-400);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-nav {
	display: flex;
	align-items: center;
	gap: 34px;
}

.nav-list {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav-list a {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	color: rgba(255, 254, 249, 0.82);
	font-size: 14px;
	font-weight: 600;
}

.nav-list a::after {
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	height: 1px;
	background: var(--gold-400);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 220ms ease;
}

.nav-list a:hover {
	color: var(--white);
}

.nav-list a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.menu-toggle {
	display: none;
	width: 46px;
	height: 46px;
	padding: 11px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
	background: transparent;
}

.menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 100%;
	height: 1px;
	margin: 5px 0;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 14px 24px;
	border: 1px solid var(--green-800);
	border-radius: 999px;
	background: var(--green-800);
	color: var(--white);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
	border-color: var(--green-700);
	background: var(--green-700);
	transform: translateY(-2px);
}

.button-small {
	min-height: 44px;
	padding: 10px 19px;
	border-color: var(--gold-500);
	background: var(--gold-500);
	color: var(--green-950);
}

.button-small:hover {
	border-color: var(--gold-400);
	background: var(--gold-400);
}

.button-light {
	border-color: var(--cream-100);
	background: var(--cream-100);
	color: var(--green-950);
}

.button-light:hover {
	border-color: var(--gold-400);
	background: var(--gold-400);
}

.button-gold {
	border-color: var(--gold-500);
	background: var(--gold-500);
	color: var(--green-950);
}

.button-gold:hover {
	border-color: var(--gold-400);
	background: var(--gold-400);
}

.button-outline {
	border-color: var(--green-800);
	background: transparent;
	color: var(--green-800);
}

.button-outline:hover {
	background: var(--green-800);
	color: var(--white);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 2px;
	border-bottom: 1px solid currentColor;
	font-size: 14px;
	font-weight: 700;
}

.text-link span {
	transition: transform 180ms ease;
}

.text-link:hover span {
	transform: translateX(5px);
}

.hero {
	position: relative;
	display: flex;
	min-height: 820px;
	overflow: hidden;
	background:
		linear-gradient(105deg, rgba(9, 39, 31, 0.99) 0%, rgba(13, 48, 37, 0.96) 54%, rgba(18, 58, 45, 0.98) 100%);
	color: var(--white);
}

.hero::before {
	position: absolute;
	top: -20%;
	right: 42%;
	width: 1px;
	height: 150%;
	background: rgba(217, 189, 127, 0.14);
	content: "";
	transform: rotate(18deg);
}

.hero::after {
	position: absolute;
	right: -160px;
	bottom: -260px;
	width: 620px;
	height: 620px;
	border: 1px solid rgba(217, 189, 127, 0.16);
	border-radius: 50%;
	content: "";
}

.hero-glow {
	position: absolute;
	top: 8%;
	left: 8%;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	background: rgba(201, 165, 91, 0.08);
	filter: blur(90px);
}

.hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
	align-items: center;
	gap: 90px;
	padding-top: 140px;
	padding-bottom: 80px;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	color: var(--green-700);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.eyebrow > span {
	width: 35px;
	height: 1px;
	background: var(--gold-500);
}

.hero .eyebrow,
.eyebrow-light {
	color: var(--gold-400);
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2 {
	font-family: var(--serif);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.98;
}

h1 em,
h2 em {
	color: var(--gold-400);
	font-weight: 400;
}

.hero h1 {
	max-width: 760px;
	margin-bottom: 30px;
	font-size: clamp(58px, 6.1vw, 96px);
}

.hero-lead {
	max-width: 650px;
	margin-bottom: 32px;
	color: rgba(255, 254, 249, 0.72);
	font-size: 18px;
	line-height: 1.75;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 30px;
}

.hero-actions .button {
	border-color: var(--gold-500);
	background: var(--gold-500);
	color: var(--green-950);
}

.hero-actions .button:hover {
	border-color: var(--gold-400);
	background: var(--gold-400);
}

.hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
	margin-top: 40px;
	color: rgba(255, 254, 249, 0.64);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.hero-points span {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.hero-points span::before {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--gold-500);
	content: "";
}

.hero-visual {
	position: relative;
	width: min(100%, 510px);
	justify-self: end;
}

.hero-image-wrap {
	position: relative;
	height: min(69vh, 650px);
	min-height: 550px;
	overflow: hidden;
	border-radius: 48% 48% 18px 18px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.hero-image-wrap::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(9, 39, 31, 0.66));
	content: "";
}

.hero-image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 45%;
}

.hero-badge {
	position: absolute;
	z-index: 2;
	right: 24px;
	bottom: 22px;
	display: flex;
	flex-direction: column;
	padding: 15px 20px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 13px;
	background: rgba(9, 39, 31, 0.82);
	backdrop-filter: blur(8px);
}

.hero-badge span {
	color: var(--gold-400);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hero-badge strong {
	font-family: var(--serif);
	font-size: 22px;
	font-weight: 400;
}

.fabric-swatch {
	position: absolute;
	border: 1px solid rgba(217, 189, 127, 0.28);
	border-radius: 50%;
	pointer-events: none;
}

.swatch-one {
	top: 65px;
	right: -48px;
	width: 100px;
	height: 100px;
}

.swatch-two {
	top: 47px;
	right: -65px;
	width: 134px;
	height: 134px;
}

.scroll-cue {
	position: absolute;
	z-index: 3;
	bottom: 35px;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.48);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.scroll-cue i {
	display: block;
	width: 1px;
	height: 36px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.2);
}

.scroll-cue i::after {
	display: block;
	width: 100%;
	height: 45%;
	background: var(--gold-400);
	content: "";
	animation: scroll-line 2s ease-in-out infinite;
}

@keyframes scroll-line {
	0% { transform: translateY(-130%); }
	55%,
	100% { transform: translateY(250%); }
}

.section {
	padding: 120px 0;
}

.section-heading {
	display: grid;
	grid-template-columns: 1.25fr 0.75fr;
	align-items: end;
	gap: 100px;
	margin-bottom: 65px;
}

.section-heading h2,
.about h2,
.faq h2,
.contact h2 {
	margin-bottom: 0;
	font-size: clamp(45px, 5vw, 72px);
}

.section-heading h2 em,
.faq h2 em {
	color: var(--green-700);
}

.section-heading > p {
	max-width: 480px;
	margin-bottom: 4px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.8;
}

.services {
	background:
		linear-gradient(rgba(24, 32, 28, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(24, 32, 28, 0.055) 1px, transparent 1px),
		var(--cream-100);
	background-size: 80px 80px;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.service-card {
	position: relative;
	display: flex;
	min-height: 285px;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	overflow: hidden;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: rgba(248, 244, 233, 0.76);
	transition: color 250ms ease, background-color 250ms ease;
}

.service-card::before {
	position: absolute;
	inset: 0;
	background: var(--green-800);
	content: "";
	transform: translateY(101%);
	transition: transform 300ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.service-card > * {
	position: relative;
	z-index: 1;
}

.service-card:hover {
	color: var(--white);
}

.service-card:hover::before {
	transform: translateY(0);
}

.service-number {
	color: var(--gold-500);
	font-family: var(--serif);
	font-size: 16px;
}

.service-card h3 {
	margin-bottom: 12px;
	font-family: var(--serif);
	font-size: 29px;
	font-weight: 400;
	line-height: 1.1;
}

.service-card p {
	max-width: 310px;
	margin-bottom: 0;
	color: var(--muted);
	font-size: 14px;
	transition: color 250ms ease;
}

.service-card:hover p {
	color: rgba(255, 254, 249, 0.68);
}

.service-line {
	position: absolute;
	right: 30px;
	bottom: 31px;
	width: 24px;
	height: 1px;
	background: var(--gold-500);
	transition: width 250ms ease;
}

.service-card:hover .service-line {
	width: 46px;
}

.about {
	padding: 0;
	background: var(--green-900);
	color: var(--white);
}

.about-grid {
	display: grid;
	grid-template-columns: 1.02fr 0.98fr;
	min-height: 850px;
}

.about-visual {
	position: relative;
	min-height: 780px;
	padding: 90px 90px 90px 0;
}

.about-image-main {
	width: 72%;
	height: 600px;
	overflow: hidden;
	border-radius: 180px 180px 12px 12px;
}

.about-image-main img,
.about-image-detail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-image-detail {
	position: absolute;
	right: 40px;
	bottom: 80px;
	width: 42%;
	height: 380px;
	overflow: hidden;
	border: 12px solid var(--green-900);
	border-radius: 10px 10px 120px 120px;
}

.about-note {
	position: absolute;
	top: 118px;
	right: 10px;
	color: var(--gold-400);
	font-family: var(--serif);
	font-size: 19px;
	font-style: italic;
	line-height: 1.4;
	transform: rotate(4deg);
}

.about-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 110px 0 110px 80px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.about h2 {
	margin-bottom: 35px;
}

.about-copy > p:not(.eyebrow) {
	max-width: 570px;
	margin-bottom: 16px;
	color: rgba(255, 254, 249, 0.66);
}

.about-values {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin: 34px 0 40px;
}

.about-values > div {
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.about-values strong {
	display: block;
	margin-bottom: 8px;
	color: var(--gold-400);
	font-family: var(--serif);
	font-size: 22px;
	font-weight: 400;
}

.about-values span {
	color: rgba(255, 254, 249, 0.75);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}

.process {
	background: var(--cream-200);
}

.process-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0;
	margin: 0;
	border-top: 1px solid var(--line);
	list-style: none;
}

.process-list li {
	position: relative;
	min-height: 310px;
	padding: 30px 28px;
	border-right: 1px solid var(--line);
}

.process-list li:last-child {
	border-right: 0;
}

.process-list li::before {
	position: absolute;
	top: -4px;
	left: 28px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--gold-500);
	content: "";
}

.process-list li > span {
	color: rgba(24, 32, 28, 0.28);
	font-family: var(--serif);
	font-size: 54px;
}

.process-list li > div {
	position: absolute;
	right: 28px;
	bottom: 28px;
	left: 28px;
}

.process-list h3 {
	margin-bottom: 10px;
	font-family: var(--serif);
	font-size: 25px;
	font-weight: 400;
}

.process-list p {
	margin-bottom: 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.7;
}

.works {
	background: var(--cream-100);
}

.works-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 44px 24px;
}

.work-card {
	min-width: 0;
}

.work-card a,
.work-card-video {
	display: block;
}

.work-media {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 10px;
	background: var(--cream-300);
	cursor: pointer;
}

.work-media img,
.work-media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.work-card:nth-child(3n + 2) .work-media {
	aspect-ratio: 4 / 5.55;
}

.work-card:nth-child(3n + 2) {
	margin-top: 42px;
}

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

.work-open {
	position: absolute;
	right: 16px;
	bottom: 16px;
	display: grid;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 254, 249, 0.92);
	color: var(--green-900);
	font-size: 18px;
	place-items: center;
	transform: translateY(6px);
	transition: transform 200ms ease, background-color 200ms ease;
}

.work-card:hover .work-open {
	background: var(--gold-400);
	transform: translateY(0);
}

.work-meta {
	padding: 17px 2px 0;
}

.work-meta span {
	display: block;
	margin-bottom: 6px;
	color: var(--green-700);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.work-meta h2,
.work-meta h3 {
	margin-bottom: 0;
	font-family: var(--serif);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.25;
}

.center-action {
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.works-empty {
	padding: 48px 28px;
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	background: rgba(255, 254, 249, 0.55);
	text-align: center;
}

.works-empty p {
	margin-bottom: 20px;
	color: var(--muted);
	font-family: var(--serif);
	font-size: 24px;
}

.lightbox {
	width: min(92vw, 1050px);
	max-width: none;
	max-height: 92vh;
	padding: 0;
	overflow: visible;
	border: 0;
	background: transparent;
}

.lightbox::backdrop {
	background: rgba(4, 16, 12, 0.9);
	backdrop-filter: blur(8px);
}

.lightbox img {
	width: 100%;
	max-height: 82vh;
	border-radius: 8px;
	object-fit: contain;
}

.lightbox p {
	margin: 12px 0 0;
	color: var(--white);
	text-align: center;
}

.lightbox-close {
	position: absolute;
	z-index: 2;
	top: -22px;
	right: -22px;
	display: grid;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--gold-400);
	color: var(--green-950);
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	place-items: center;
}

.faq {
	border-top: 1px solid var(--line);
	background: var(--cream-200);
}

.faq-grid {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 120px;
}

.faq-intro > p:last-child {
	max-width: 430px;
	margin-top: 30px;
	color: var(--muted);
}

.faq-list {
	border-top: 1px solid var(--line);
}

.faq-list details {
	border-bottom: 1px solid var(--line);
}

.faq-list summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 26px 4px;
	font-family: var(--serif);
	font-size: 21px;
	cursor: pointer;
	list-style: none;
}

.faq-list summary::-webkit-details-marker {
	display: none;
}

.faq-list summary span {
	display: grid;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	border: 1px solid var(--line);
	border-radius: 50%;
	color: var(--green-700);
	font-family: var(--sans);
	font-size: 18px;
	font-weight: 300;
	place-items: center;
	transition: transform 180ms ease, background-color 180ms ease;
}

.faq-list details[open] summary span {
	background: var(--gold-400);
	transform: rotate(45deg);
}

.faq-list details p {
	max-width: 620px;
	padding: 0 48px 24px 4px;
	margin: 0;
	color: var(--muted);
	font-size: 14px;
}

.contact {
	padding: 90px 0;
	background: var(--cream-100);
}

.contact-card {
	display: grid;
	grid-template-columns: 1.18fr 0.82fr;
	min-height: 610px;
	overflow: hidden;
	border-radius: var(--radius-lg);
	background: var(--green-900);
	color: var(--white);
	box-shadow: var(--shadow);
}

.contact-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 76px;
}

.contact h2 {
	margin-bottom: 28px;
}

.contact-copy > p:not(.eyebrow) {
	max-width: 580px;
	color: rgba(255, 254, 249, 0.68);
}

.contact-actions {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 20px;
}

.contact-text-link {
	padding-bottom: 4px;
	border-bottom: 1px solid var(--gold-400);
	color: var(--gold-400);
	font-weight: 700;
}

.contact-details {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 42px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.contact-details span {
	display: block;
	margin-bottom: 8px;
	color: var(--gold-400);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.contact-details p {
	margin-bottom: 0;
	color: rgba(255, 254, 249, 0.74);
	font-size: 13px;
	line-height: 1.55;
}

.contact-details a {
	text-decoration: underline;
	text-decoration-color: rgba(217, 189, 127, 0.45);
	text-underline-offset: 3px;
}

.owner-note {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 20px;
	padding: 17px 20px;
	border: 1px solid rgba(217, 189, 127, 0.4);
	border-radius: 10px;
	background: rgba(217, 189, 127, 0.1);
	font-size: 13px;
}

.owner-note a {
	color: var(--gold-400);
	text-decoration: underline;
}

.contact-image {
	position: relative;
	min-height: 610px;
}

.contact-image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(9, 39, 31, 0.78));
	content: "";
}

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

.contact-image > span {
	position: absolute;
	z-index: 2;
	right: 28px;
	bottom: 24px;
	left: 28px;
	font-family: var(--serif);
	font-size: 30px;
	text-align: right;
}

.contact-map {
	margin-top: 28px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius-lg);
	background: var(--cream-200);
	box-shadow: var(--shadow);
}

.contact-map-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	padding: 30px 34px;
}

.contact-map-heading .eyebrow {
	margin-bottom: 8px;
}

.contact-map-heading h3 {
	margin: 0;
	font-family: var(--serif);
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 400;
}

.contact-map-frame {
	height: 480px;
	overflow: hidden;
	border-top: 1px solid var(--line);
	background: #ddd;
}

.contact-map-frame iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.site-footer {
	padding: 65px 0 24px;
	background: var(--green-950);
	color: var(--white);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 0.65fr 0.65fr;
	gap: 60px;
	padding-bottom: 48px;
}

.footer-brand {
	display: flex;
	align-items: center;
	gap: 18px;
}

.footer-brand img {
	width: 72px;
	height: 72px;
	border: 1px solid rgba(217, 189, 127, 0.45);
	border-radius: 50%;
	object-fit: cover;
}

.footer-brand strong {
	font-family: var(--serif);
	font-size: 25px;
	font-weight: 400;
}

.footer-brand p {
	margin: 5px 0 0;
	color: rgba(255, 254, 249, 0.48);
	font-size: 12px;
}

.footer-links,
.footer-contact {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-self: center;
}

.footer-links a,
.footer-contact a {
	color: rgba(255, 254, 249, 0.65);
	font-size: 13px;
}

.footer-links a:hover,
.footer-contact a:hover {
	color: var(--gold-400);
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	color: rgba(255, 254, 249, 0.38);
	font-size: 11px;
}

.footer-bottom p {
	margin-bottom: 0;
}

.whatsapp-float {
	position: fixed;
	z-index: 900;
	right: 20px;
	bottom: 20px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 18px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: #167d52;
	box-shadow: 0 14px 35px rgba(9, 39, 31, 0.25);
	color: var(--white);
	font-size: 13px;
	font-weight: 800;
	transition: transform 180ms ease;
}

.whatsapp-float:hover {
	transform: translateY(-3px);
}

.whatsapp-dot {
	width: 9px;
	height: 9px;
	border: 2px solid var(--white);
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.16);
}

.inner-page {
	min-height: 70vh;
	padding: 150px 0 100px;
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 22px;
	color: var(--muted);
	font-size: 12px;
}

.breadcrumbs a {
	color: var(--green-700);
	font-weight: 700;
}

.breadcrumbs a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.inner-hero {
	max-width: 820px;
	padding: 70px 0;
}

.inner-hero h1 {
	margin-bottom: 24px;
	font-size: clamp(52px, 7vw, 90px);
}

.inner-hero > p:last-child {
	max-width: 620px;
	color: var(--muted);
	font-size: 18px;
}

.archive-works {
	margin-bottom: 60px;
}

.work-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: -20px 0 52px;
}

.work-filter a {
	padding: 8px 15px;
	border: 1px solid var(--line);
	border-radius: 999px;
	color: var(--muted);
	font-size: 12px;
	font-weight: 700;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.work-filter a:hover,
.work-filter a.is-active {
	border-color: var(--green-800);
	background: var(--green-800);
	color: var(--white);
}

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

.post-card {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	background: var(--white);
}

.post-card-image {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.post-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card > div {
	padding: 28px;
}

.post-card h2 {
	margin-bottom: 15px;
	font-size: 34px;
}

.post-date {
	color: var(--green-700);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.single-cover {
	max-height: 760px;
	overflow: hidden;
	border-radius: var(--radius-md);
}

.single-cover img {
	width: 100%;
	max-height: 760px;
	object-fit: cover;
}

.single-content {
	width: min(100%, 820px);
	margin: 60px auto;
	font-size: 18px;
}

.single-content img,
.single-content video {
	border-radius: var(--radius-sm);
}

.single-content h2,
.single-content h3 {
	margin-top: 1.6em;
	font-family: var(--serif);
	font-weight: 400;
}

.work-detail-hero {
	max-width: 1000px;
	margin: 52px auto 68px;
	padding: 68px 54px;
	border: 1px solid var(--line);
	border-radius: 160px;
	background: rgba(255, 254, 249, 0.72);
	text-align: center;
}

.work-detail-hero .eyebrow {
	justify-content: center;
}

.work-detail-hero h1 {
	margin-bottom: 0;
	font-size: clamp(52px, 7vw, 92px);
}

.work-intro-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.45fr);
	align-items: stretch;
	gap: 36px;
	margin: 0 auto 100px;
}

.work-intro-media {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	border-radius: 80px 20px 80px 20px;
	background: var(--green-950);
	box-shadow: 0 22px 55px rgba(9, 39, 31, 0.14);
}

.work-intro-media > button {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 520px;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.work-intro-media img,
.work-intro-media video {
	width: 100%;
	height: 100%;
	min-height: 520px;
	max-height: 680px;
	object-fit: cover;
}

.work-intro-media.is-video video {
	object-fit: contain;
}

.work-intro-media button > span {
	position: absolute;
	right: 18px;
	bottom: 18px;
	display: grid;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(255, 254, 249, 0.94);
	color: var(--green-900);
	font-size: 18px;
	place-items: center;
}

.work-intro-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 58px 64px;
	border: 1px solid var(--line);
	border-radius: 22px;
	background: rgba(255, 254, 249, 0.72);
}

.work-intro-copy .single-content {
	width: 100%;
	margin: 0;
	font-size: 17px;
}

.work-intro-lead {
	margin-bottom: 24px;
	color: var(--green-800);
	font-family: var(--serif);
	font-size: clamp(25px, 3vw, 36px);
	line-height: 1.3;
}

.work-intro-no-media {
	grid-template-columns: 1fr;
}

.work-intro-no-media .work-intro-copy {
	width: min(100%, 900px);
	margin-inline: auto;
}

.work-intro-media-missing {
	display: flex;
	min-height: 300px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px;
	border: 1px dashed var(--gold-500);
	border-radius: 22px;
	background: rgba(201, 165, 91, 0.09);
	text-align: center;
}

.work-intro-media-missing strong {
	color: var(--green-800);
}

.work-intro-media-missing p {
	max-width: 350px;
	margin: 8px 0;
	color: var(--muted);
}

.work-intro-media-missing a {
	color: var(--green-700);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.project-gallery-section {
	margin: 90px 0;
	padding-top: 70px;
	border-top: 1px solid var(--line);
}

.project-gallery-heading {
	max-width: 620px;
	margin: 0 auto 42px;
	text-align: center;
}

.project-gallery-heading .eyebrow {
	justify-content: center;
}

.project-gallery-heading h2 {
	margin-bottom: 0;
	font-family: var(--serif);
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 400;
	line-height: 1.05;
}

.project-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.project-gallery-item {
	margin: 0;
}

.project-gallery-item button {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 12px;
	background: var(--cream-300);
	cursor: pointer;
}

.project-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.project-gallery-item button:hover img {
	transform: scale(1.025);
}

.project-gallery-item button > span {
	position: absolute;
	right: 16px;
	bottom: 16px;
	display: grid;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 254, 249, 0.94);
	color: var(--green-900);
	font-size: 18px;
	place-items: center;
}

.project-gallery-item figcaption {
	padding: 10px 2px 0;
	color: var(--muted);
	font-size: 13px;
}

@media (max-width: 1020px) {
	.work-intro-layout {
		grid-template-columns: minmax(250px, 0.85fr) minmax(0, 1.15fr);
	}

	.work-intro-copy {
		padding: 42px;
	}

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

.single-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
	font-size: 13px;
	font-weight: 700;
}

.navigation.pagination {
	margin-top: 45px;
}

.nav-links {
	display: flex;
	gap: 8px;
}

.page-numbers {
	display: grid;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid var(--line);
	border-radius: 50%;
	place-items: center;
}

.page-numbers.current {
	background: var(--green-800);
	color: var(--white);
}

.reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.reveal-delay {
	transition-delay: 130ms;
}

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

.no-js .reveal {
	opacity: 1;
	transform: none;
}

@media (max-width: 1120px) {
	.site-nav {
		gap: 22px;
	}

	.nav-list {
		gap: 18px;
	}

	.hero-grid {
		grid-template-columns: minmax(0, 1fr) 410px;
		gap: 55px;
	}

	.hero h1 {
		font-size: clamp(56px, 6vw, 76px);
	}

	.about-copy {
		padding-left: 55px;
	}

	.faq-grid {
		gap: 70px;
	}

	.contact-copy {
		padding: 58px;
	}
}

@media (max-width: 960px) {
	.admin-bar .site-header {
		top: 32px;
	}

	.menu-toggle {
		position: relative;
		z-index: 1002;
		display: block;
	}

	.menu-toggle[aria-expanded="true"] > span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
		opacity: 0;
	}

	.menu-toggle[aria-expanded="true"] > span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.site-nav {
		position: fixed;
		z-index: 1001;
		inset: 0;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: center;
		padding: 100px 34px 50px;
		background: var(--green-950);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-15px);
		transition: opacity 200ms ease, transform 200ms ease;
	}

	.site-nav.is-open {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.nav-list {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.nav-list a {
		display: block;
		padding: 15px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.11);
		font-family: var(--serif);
		font-size: 29px;
		font-weight: 400;
	}

	.nav-list a::after {
		display: none;
	}

	.header-cta {
		align-self: flex-start;
		margin-top: 20px;
	}

	.hero {
		min-height: auto;
	}

	.hero-grid {
		grid-template-columns: 1fr 0.8fr;
		gap: 35px;
		padding-top: 150px;
		padding-bottom: 110px;
	}

	.hero h1 {
		font-size: 58px;
	}

	.hero-image-wrap {
		height: 520px;
		min-height: 0;
	}

	.section {
		padding: 95px 0;
	}

	.section-heading {
		gap: 50px;
	}

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

	.about-grid {
		grid-template-columns: 0.9fr 1.1fr;
	}

	.about-visual {
		padding-right: 30px;
	}

	.about-image-main {
		width: 84%;
	}

	.about-image-detail {
		right: 0;
		width: 48%;
	}

	.about-note {
		display: none;
	}

	.about-copy {
		padding: 90px 0 90px 45px;
	}

	.about-values {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.about-values > div {
		display: flex;
		align-items: center;
		gap: 18px;
	}

	.about-values strong {
		margin-bottom: 0;
	}

	.about-values span br {
		display: none;
	}

	.process-list {
		grid-template-columns: repeat(2, 1fr);
		border-left: 1px solid var(--line);
	}

	.process-list li:nth-child(2) {
		border-right: 0;
	}

	.process-list li:nth-child(-n + 2) {
		border-bottom: 1px solid var(--line);
	}

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

	.work-card:nth-child(3n + 2) {
		margin-top: 0;
	}

	.work-card:nth-child(even) {
		margin-top: 42px;
	}

	.faq-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.contact-card {
		grid-template-columns: 1.1fr 0.9fr;
	}

	.contact-details {
		grid-template-columns: 1fr;
	}

	.footer-grid {
		grid-template-columns: 1.2fr 0.7fr 0.7fr;
	}
}

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

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

	.site-header {
		padding: 10px 0;
		background: rgba(9, 39, 31, 0.94);
		backdrop-filter: blur(14px);
	}

	.brand {
		min-width: 0;
	}

	.brand > img,
	.brand-custom-logo img {
		width: 48px;
		height: 48px;
	}

	.brand-copy strong {
		font-size: 18px;
	}

	.brand-copy small {
		font-size: 7px;
	}

	.hero-grid {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 55px;
		padding-top: 135px;
		padding-bottom: 95px;
	}

	.hero-copy {
		position: relative;
		z-index: 2;
	}

	.hero h1 {
		font-size: clamp(48px, 14vw, 68px);
	}

	.hero-lead {
		font-size: 16px;
	}

	.hero-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	.hero-points {
		gap: 10px 14px;
		margin-top: 30px;
	}

	.hero-visual {
		width: 100%;
	}

	.hero-image-wrap {
		height: 560px;
		border-radius: 150px 150px 14px 14px;
	}

	.scroll-cue {
		display: none;
	}

	.section {
		padding: 80px 0;
	}

	.section-heading {
		grid-template-columns: 1fr;
		gap: 25px;
		margin-bottom: 45px;
	}

	.section-heading h2,
	.about h2,
	.faq h2,
	.contact h2 {
		font-size: clamp(40px, 12vw, 56px);
	}

	.service-grid {
		grid-template-columns: 1fr;
	}

	.service-card {
		min-height: 245px;
	}

	.about-grid {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.about-visual {
		min-height: 650px;
		padding: 70px 16px 50px;
	}

	.about-image-main {
		width: 78%;
		height: 520px;
	}

	.about-image-detail {
		right: 16px;
		bottom: 40px;
		width: 44%;
		height: 300px;
	}

	.about-copy {
		padding: 70px 16px 80px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-left: 0;
	}

	.process-list {
		grid-template-columns: 1fr;
	}

	.process-list li,
	.process-list li:nth-child(2) {
		min-height: 245px;
		border-right: 0;
		border-bottom: 1px solid var(--line);
	}

	.process-list li:last-child {
		border-bottom: 0;
	}

	.works-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.work-card:nth-child(even) {
		margin-top: 0;
	}

	.work-media,
	.work-card:nth-child(3n + 2) .work-media {
		aspect-ratio: 4 / 5;
	}

	.faq-grid {
		gap: 35px;
	}

	.faq-list summary {
		font-size: 18px;
	}

	.contact {
		padding: 50px 0;
	}

	.contact-card {
		display: flex;
		flex-direction: column;
		border-radius: 24px;
	}

	.contact-copy {
		padding: 50px 26px;
	}

	.contact-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.contact-image {
		min-height: 480px;
		order: -1;
	}

	.contact-map {
		margin-top: 18px;
		border-radius: 24px;
	}

	.contact-map-heading {
		align-items: flex-start;
		flex-direction: column;
		padding: 25px 22px;
	}

	.contact-map-frame {
		height: 390px;
	}

	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}

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

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.lightbox-close {
		top: -18px;
		right: -8px;
	}

	.inner-page {
		padding-top: 100px;
	}

	.inner-hero {
		padding: 55px 0;
	}

	.post-grid {
		grid-template-columns: 1fr;
	}

	.single-nav {
		align-items: flex-start;
		flex-direction: column;
	}

	.work-detail-hero {
		margin: 38px auto 48px;
		padding: 50px 22px;
		border-radius: 70px;
	}

	.work-intro-layout {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-bottom: 70px;
	}

	.work-intro-media,
	.work-intro-media > button,
	.work-intro-media img,
	.work-intro-media video {
		min-height: 480px;
	}

	.work-intro-media {
		border-radius: 55px 16px 55px 16px;
	}

	.work-intro-copy {
		padding: 36px 25px;
	}

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

	.project-gallery-item button {
		aspect-ratio: 4 / 5;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.reveal {
		opacity: 1;
		transform: none;
	}
}
