:root {
	--bg: #0f0f12;
	--bg-soft: #17171c;
	--panel: rgba(255, 255, 255, 0.08);
	--panel-strong: rgba(255, 255, 255, 0.12);
	--line: rgba(255, 255, 255, 0.12);
	--text: #f6f0e5;
	--muted: rgba(246, 240, 229, 0.72);
	--gold: #caa66a;
	--gold-soft: #f0d2a1;
	--shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
	--radius-lg: 32px;
	--radius-md: 22px;
	--radius-sm: 16px;
	--container: min(1180px, calc(100% - 40px));
	--transition: 320ms ease;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Noto Serif TC", serif;
	background:
		radial-gradient(circle at top left, rgba(202, 166, 106, 0.14), transparent 34%),
		radial-gradient(circle at 85% 12%, rgba(130, 98, 42, 0.15), transparent 28%),
		linear-gradient(180deg, #0a0a0d 0%, #131319 48%, #0c0d10 100%);
	color: var(--text);
	line-height: 1.7;
	overflow-x: hidden;
}

img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

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

button,
input,
textarea {
	font: inherit;
}

.page-noise {
	position: fixed;
	inset: 0;
	pointer-events: none;
	background-image:
		radial-gradient(rgba(255, 255, 255, 0.05) 0.6px, transparent 0.6px),
		radial-gradient(rgba(255, 255, 255, 0.03) 0.6px, transparent 0.6px);
	background-size: 22px 22px, 34px 34px;
	background-position: 0 0, 11px 11px;
	opacity: 0.28;
	z-index: -1;
}

.scroll-progress {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
	z-index: 60;
	background: rgba(255, 255, 255, 0.05);
	pointer-events: none;
}

.scroll-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: linear-gradient(90deg, #f2d7ae, #c79a59, #f2d7ae);
	box-shadow: 0 0 18px rgba(202, 166, 106, 0.52);
	transition: width 120ms linear;
}

.container {
	width: var(--container);
	margin: 0 auto;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 30;
	padding: 18px 0;
	transition: background-color var(--transition), backdrop-filter var(--transition), border-color var(--transition);
	border-bottom: 1px solid transparent;
}

.site-header.scrolled {
	background: rgba(10, 10, 13, 0.72);
	backdrop-filter: blur(20px);
	border-color: rgba(255, 255, 255, 0.08);
}

.nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

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

.brand-mark {
	width: 50px;
	height: 50px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #f3ddb8, #9f7639);
	color: #17130d;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.4rem;
	font-weight: 700;
	box-shadow: 0 10px 28px rgba(202, 166, 106, 0.28);
}

.brand-copy {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.brand-copy strong,
.brand-copy em {
	white-space: nowrap;
	font-style: normal;
}

.brand-copy strong {
	font-size: 1rem;
	letter-spacing: 0.03em;
}

.brand-copy em {
	font-size: 0.78rem;
	color: var(--muted);
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.nav-links {
	display: inline-flex;
	gap: 26px;
	color: var(--muted);
	font-size: 0.95rem;
}

.nav-links a,
.nav-cta,
.button,
.faq-question,
.slider-arrow,
.mobile-cta a {
	transition:
		transform var(--transition),
		color var(--transition),
		background-color var(--transition),
		border-color var(--transition),
		box-shadow var(--transition);
}

.nav-links a:hover,
.nav-cta:hover,
.button:hover,
.mobile-cta a:hover {
	transform: translateY(-2px);
}

.nav-cta,
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 22px;
	border-radius: 999px;
	border: 1px solid rgba(202, 166, 106, 0.32);
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	cursor: pointer;
	text-align: center;
}

.nav-cta,
.button-primary {
	background: linear-gradient(135deg, #f2d7ae 0%, #c79a59 100%);
	color: #1b1611;
	box-shadow: 0 18px 36px rgba(202, 166, 106, 0.24);
}

.button-secondary {
	background: transparent;
	color: var(--text);
	border-color: rgba(255, 255, 255, 0.18);
}

.button-block {
	width: 100%;
}

.hero-section {
	position: relative;
	padding: 42px 0 90px;
	overflow: clip;
}

.hero-gradient {
	position: absolute;
	border-radius: 999px;
	filter: blur(10px);
	opacity: 0.65;
	pointer-events: none;
	animation: drift 9s ease-in-out infinite alternate;
}

.hero-gradient-a {
	width: 340px;
	height: 340px;
	left: -100px;
	top: 110px;
	background: radial-gradient(circle, rgba(209, 170, 109, 0.28), transparent 68%);
}

.hero-gradient-b {
	width: 420px;
	height: 420px;
	right: -120px;
	top: 40px;
	background: radial-gradient(circle, rgba(109, 130, 190, 0.16), transparent 70%);
	animation-delay: 1.4s;
}

.hero-shell {
	position: relative;
	display: grid;
	gap: 26px;
}

.hero-frame {
	position: relative;
	display: grid;
	gap: 22px;
}

.eyebrow,
.section-tag,
.mini-label,
.panel-label {
	margin: 0 0 14px;
	font-size: 0.82rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold-soft);
	font-weight: 600;
}

.hero-copy h1,
.section-head h2,
.story-copy h2,
.process-copy h2,
.faq-copy h2,
.contact-copy h2 {
	margin: 0;
	font-family: "Cormorant Garamond", serif;
	line-height: 0.98;
	letter-spacing: -0.03em;
	font-weight: 600;
}

.hero-copy h1 {
	font-size: clamp(3.4rem, 6vw, 6rem);
	max-width: 10.5ch;
	text-wrap: balance;
}

.hero-text,
.section-head p,
.story-copy p,
.process-copy p,
.faq-copy p,
.contact-copy p,
.feature-card p,
.service-card p,
.process-step p,
.media-panel p,
.floating-card p,
.contact-points span,
.form-note,
.gallery-card figcaption,
.testimonial-card p,
.inspection-card li {
	color: var(--muted);
}

.hero-text {
	max-width: 640px;
	font-size: 1.06rem;
	margin: 26px 0 0;
}

.hero-actions {
	display: flex;
	gap: 14px;
	margin: 34px 0 0;
	flex-wrap: wrap;
}

.hero-points {
	list-style: none;
	padding: 0;
	margin: 28px 0 0;
	display: grid;
	gap: 14px;
}

.hero-points li,
.contact-points div {
	position: relative;
	padding-left: 22px;
	color: var(--text);
}

.hero-points li::before,
.contact-points div::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.78em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, #f2dcb8, #c79a59);
	box-shadow: 0 0 0 6px rgba(202, 166, 106, 0.12);
}

.hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 0;
}

.glass-card,
.feature-card,
.service-card,
.gallery-card,
.testimonial-card,
.contact-form,
.process-step,
.faq-item {
	background: var(--panel);
	border: 1px solid var(--line);
	backdrop-filter: blur(18px);
	box-shadow: var(--shadow);
	border-radius: var(--radius-md);
}

.stat-card,
.feature-card,
.service-card,
.gallery-card,
.testimonial-card,
.contact-form,
.faq-item {
	transition:
		transform var(--transition),
		border-color var(--transition),
		background-color var(--transition),
		box-shadow var(--transition);
}

.stat-card:hover,
.feature-card:hover,
.service-card:hover,
.testimonial-card:hover,
.contact-form:hover,
.faq-item:hover {
	transform: translateY(-6px);
	border-color: rgba(202, 166, 106, 0.28);
	box-shadow: 0 26px 64px rgba(0, 0, 0, 0.4);
}

.dark-card {
	background: linear-gradient(180deg, rgba(25, 25, 30, 0.95), rgba(12, 13, 16, 0.95));
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: var(--shadow);
	border-radius: var(--radius-md);
}

.stat-card {
	padding: 22px 20px;
	min-height: 136px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
}

.stat-number {
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1;
	color: var(--gold-soft);
}

.hero-stage {
	position: relative;
	min-height: 640px;
	padding: 40px 0;
	transform-style: preserve-3d;
}

.hero-stage-premium {
	min-height: auto;
	padding: 0;
	border-radius: 40px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 40px 100px rgba(0, 0, 0, 0.42);
	background: #0d0d11;
}

.hero-stage-photo {
	position: relative;
	min-height: 0;
}

.hero-photo-shell {
	position: relative;
	overflow: hidden;
}

.hero-image-title {
	position: absolute;
	left: 36px;
	top: 34px;
	z-index: 2;
	max-width: min(460px, calc(100% - 72px));
	padding: 0;
}

.hero-image-title h1 {
	margin: 0;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(2.6rem, 4.4vw, 4.6rem);
	line-height: 0.96;
	letter-spacing: -0.03em;
	font-weight: 600;
	color: #fff8ee;
	text-shadow: 0 10px 26px rgba(0, 0, 0, 0.42);
	max-width: 8.6ch;
}

.hero-photo-shell::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 7, 9, 0.04) 0%, rgba(7, 7, 9, 0.18) 52%, rgba(7, 7, 9, 0.42) 100%);
	pointer-events: none;
}

.hero-photo {
	position: absolute;
	inset: 10px 10px 90px 80px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: 0 34px 80px rgba(0, 0, 0, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-photo-large {
	inset: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.hero-photo-large img {
	height: 760px;
	filter: saturate(0.9) contrast(1.02) brightness(0.62);
	object-position: center;
}

.hero-photo-large-image {
	display: block;
	width: 100%;
	height: clamp(360px, 58vw, 760px);
	object-fit: cover;
	object-position: center;
	filter: saturate(0.92) contrast(1.03) brightness(0.76);
}

.hero-photo::after,
.services-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 30%, rgba(5, 5, 7, 0.34) 100%);
	pointer-events: none;
}

.hero-photo-large::after {
	background:
		linear-gradient(90deg, rgba(7, 7, 9, 0.82) 0%, rgba(7, 7, 9, 0.52) 34%, rgba(7, 7, 9, 0.14) 60%, rgba(7, 7, 9, 0.55) 100%),
		linear-gradient(180deg, rgba(7, 7, 9, 0.05) 0%, rgba(7, 7, 9, 0.25) 58%, rgba(7, 7, 9, 0.86) 100%);
}

.hero-intro {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.54fr);
	gap: 18px;
	align-items: stretch;
}

.hero-copy-panel {
	padding: 34px 38px 36px;
	background:
		linear-gradient(135deg, rgba(202, 166, 106, 0.12), transparent 42%),
		var(--panel);
}

.hero-copy-panel .eyebrow {
	margin-bottom: 18px;
	padding: 8px 14px;
	display: inline-flex;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(14px);
}

.hero-copy-panel h1 {
	font-size: clamp(3rem, 5.4vw, 5.4rem);
	line-height: 0.96;
	max-width: 10.5ch;
}

.hero-copy-panel .hero-text {
	max-width: 100%;
	color: rgba(246, 240, 229, 0.82);
}

.hero-overlay {
	position: absolute;
	inset: 0;
	padding: 62px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 28px;
	z-index: 2;
}

.hero-copy-overlay {
	max-width: 720px;
	padding-top: 26px;
}

.hero-copy-overlay .eyebrow {
	margin-bottom: 18px;
	padding: 8px 14px;
	display: inline-flex;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(14px);
}

.hero-copy-overlay h1 {
	font-size: clamp(4rem, 7vw, 6.5rem);
	line-height: 0.94;
	max-width: 9.8ch;
	text-shadow: 0 14px 38px rgba(0, 0, 0, 0.32);
}

.hero-copy-overlay .hero-text {
	font-size: 1.08rem;
	max-width: 560px;
	color: rgba(246, 240, 229, 0.82);
}

.hero-side-note {
	align-self: stretch;
	max-width: none;
	padding: 24px 26px;
	backdrop-filter: blur(16px);
	background: rgba(10, 10, 13, 0.72);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero-lower {
	display: grid;
	grid-template-columns: 0.9fr 1fr 1.3fr;
	gap: 18px;
	align-items: stretch;
}

.hero-pillar {
	padding: 22px 0 0;
	max-width: 300px;
}

.hero-pillar p {
	margin: 0;
	color: var(--muted);
}

.hero-points-inline {
	margin: 0;
	padding: 22px 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	align-content: center;
}

.hero-points-inline li {
	color: rgba(246, 240, 229, 0.9);
}

.floating-card {
	position: absolute;
	max-width: 270px;
	padding: 24px;
	z-index: 2;
}

.floating-top {
	top: 0;
	right: 20px;
}

.floating-bottom {
	left: 0;
	bottom: 20px;
}

.floating-card strong,
.media-panel h3,
.feature-card h3,
.service-card h3,
.process-step h3 {
	display: block;
	font-size: 1.18rem;
	line-height: 1.35;
	margin-bottom: 10px;
}

.marquee-section {
	padding: 10px 0 24px;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(14px);
}

.marquee-track {
	display: flex;
	gap: 38px;
	white-space: nowrap;
	padding-left: 30px;
	animation: marquee 30s linear infinite;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.2rem, 2vw, 1.7rem);
	color: rgba(246, 240, 229, 0.78);
	letter-spacing: 0.1em;
}

.section {
	padding: 110px 0;
	position: relative;
}

.section-story {
	padding-top: 96px;
}

.story-grid,
.process-grid,
.faq-grid,
.contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px;
	align-items: start;
}

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

.feature-card {
	padding: 28px;
	min-height: 220px;
}

.feature-card:last-child {
	grid-column: 1 / -1;
	background:
		linear-gradient(135deg, rgba(202, 166, 106, 0.14), transparent 54%),
		var(--panel);
}

.section-head {
	max-width: 760px;
	margin-bottom: 34px;
}

.section-head h2,
.story-copy h2,
.process-copy h2,
.faq-copy h2,
.contact-copy h2 {
	font-size: clamp(2.6rem, 4.6vw, 4rem);
	max-width: 14ch;
	text-wrap: balance;
}

.services-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
	gap: 28px;
	align-items: start;
}

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

.service-card {
	padding: 28px;
	min-height: 218px;
	position: relative;
	overflow: hidden;
}

.service-card::before {
	content: "";
	position: absolute;
	inset: auto -20% -46% auto;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(202, 166, 106, 0.12), transparent 65%);
}

.service-card span {
	display: inline-flex;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	background: rgba(255, 255, 255, 0.07);
	color: var(--gold-soft);
	font-family: "Cormorant Garamond", serif;
	font-size: 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.services-media {
	position: sticky;
	top: 104px;
	border-radius: var(--radius-lg);
	overflow: hidden;
	min-height: 100%;
	box-shadow: var(--shadow);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.services-media img {
	height: 100%;
	min-height: 660px;
	object-position: center;
}

.media-panel {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	padding: 24px;
	z-index: 1;
}

.process-grid {
	align-items: center;
}

.process-steps {
	display: grid;
	gap: 16px;
	margin-top: 28px;
}

.process-step {
	padding: 22px 24px;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 18px;
	align-items: start;
}

.process-step strong {
	font-family: "Cormorant Garamond", serif;
	font-size: 2.5rem;
	line-height: 1;
	color: var(--gold-soft);
}

.process-photo-wrap {
	position: relative;
	padding: 40px 0 70px 60px;
}

.process-photo {
	border-radius: var(--radius-lg);
	height: 680px;
	box-shadow: var(--shadow);
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.inspection-card {
	position: absolute;
	left: 0;
	bottom: 0;
	width: min(320px, calc(100% - 40px));
	padding: 24px;
}

.inspection-card ul {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 10px;
}

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

.gallery-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-height: 0;
	grid-column: auto;
}

.gallery-card img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	transform: scale(1.02);
	transition: transform 700ms ease;
}

.gallery-card:hover img {
	transform: scale(1.08);
}

.gallery-card figcaption {
	position: static;
	flex: 1;
	margin: 0;
	padding: 20px 20px 22px;
	font-size: 0.95rem;
	background: linear-gradient(180deg, rgba(24, 24, 30, 0.9), rgba(13, 13, 18, 0.98));
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gallery-caption-title {
	display: block;
	margin-bottom: 8px;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--text);
}

.gallery-card figcaption p {
	margin: 0;
	color: rgba(246, 240, 229, 0.74);
	line-height: 1.65;
}

.gallery-card.tall {
	grid-column: auto;
	grid-row: auto;
}

.gallery-card.wide {
	grid-column: auto;
}

.testimonial-shell {
	position: relative;
}

.testimonial-slider {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) 64px;
	gap: 18px;
	align-items: center;
}

.slides-window {
	overflow: hidden;
	position: relative;
	min-height: 270px;
}

.slides-track {
	display: flex;
	transition: transform 480ms ease;
	will-change: transform;
}

.testimonial-card {
	min-width: 100%;
	padding: 36px;
	background:
		linear-gradient(135deg, rgba(202, 166, 106, 0.08), transparent 40%),
		var(--panel);
}

.testimonial-card p {
	font-size: 1.08rem;
	margin: 0 0 24px;
}

.slider-arrow {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.04);
	color: var(--text);
	cursor: pointer;
	font-size: 1.3rem;
}

.slider-arrow:hover,
.faq-question:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(202, 166, 106, 0.3);
}

.slider-dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 22px;
}

.slider-dots button {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
	cursor: pointer;
	transition: transform var(--transition), background-color var(--transition);
}

.slider-dots button.active {
	background: var(--gold);
	transform: scale(1.2);
}

.faq-list {
	display: grid;
	gap: 14px;
}

.faq-item {
	overflow: hidden;
}

.faq-question {
	width: 100%;
	padding: 22px 24px;
	border: 0;
	background: transparent;
	color: var(--text);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	cursor: pointer;
	text-align: left;
}

.faq-question span {
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.45;
}

.faq-question i {
	position: relative;
	width: 18px;
	height: 18px;
	flex: none;
}

.faq-question i::before,
.faq-question i::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 2px;
	background: var(--gold-soft);
	transform: translate(-50%, -50%);
	transition: transform var(--transition), opacity var(--transition);
}

.faq-question i::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-question i::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 360ms ease;
}

.faq-answer p {
	margin: 0;
	padding: 0 24px 24px;
}

.contact-grid {
	align-items: stretch;
	padding: 42px;
	border-radius: var(--radius-lg);
	background:
		linear-gradient(135deg, rgba(202, 166, 106, 0.1), transparent 45%),
		rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(16px);
	box-shadow: var(--shadow);
}

.contact-points {
	display: grid;
	gap: 18px;
	margin-top: 30px;
}

.contact-points strong {
	display: block;
	margin-bottom: 4px;
	font-size: 1rem;
}

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

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

.contact-form span {
	font-size: 0.94rem;
	color: var(--text);
	font-weight: 600;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	padding: 14px 16px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.05);
	color: var(--text);
	outline: none;
	transition: border-color var(--transition), box-shadow var(--transition), background-color var(--transition);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: rgba(246, 240, 229, 0.38);
}

.contact-form input:focus,
.contact-form textarea:focus {
	border-color: rgba(202, 166, 106, 0.62);
	box-shadow: 0 0 0 4px rgba(202, 166, 106, 0.12);
	background: rgba(255, 255, 255, 0.07);
}

.form-note {
	font-size: 0.9rem;
	margin: 0;
}

.site-footer {
	padding: 32px 0 110px;
	color: rgba(246, 240, 229, 0.52);
	font-size: 0.9rem;
}

.footer-wrap {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 22px;
}

.footer-block {
	min-width: 0;
}

.footer-label,
.footer-value {
	margin: 0;
}

.footer-label {
	margin-bottom: 8px;
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(246, 240, 229, 0.52);
}

.footer-value {
	color: var(--text);
}

.footer-value a {
	color: inherit;
}

.footer-policy-nav {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 8px;
}

.footer-policy-button {
	padding: 10px 16px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.04);
	color: var(--text);
	cursor: pointer;
	transition: background-color var(--transition), border-color var(--transition), transform var(--transition);
}

.footer-policy-button:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(202, 166, 106, 0.36);
}

.policy-modal {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	pointer-events: none;
	transition: opacity var(--transition);
	z-index: 80;
}

.policy-modal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.policy-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(7, 7, 10, 0.72);
	backdrop-filter: blur(10px);
}

.policy-modal-dialog {
	position: relative;
	width: min(760px, 100%);
	max-height: min(80vh, 860px);
	overflow: auto;
	padding: 24px;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(24, 24, 30, 0.98), rgba(12, 12, 16, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: var(--shadow);
	z-index: 1;
}

.policy-modal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.policy-modal-head h3 {
	margin: 0;
	font-size: 1.5rem;
	font-family: "Cormorant Garamond", serif;
	color: var(--text);
}

.policy-modal-close {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.04);
	color: var(--text);
	cursor: pointer;
	font-size: 1.5rem;
	line-height: 1;
	transition: background-color var(--transition), border-color var(--transition), transform var(--transition);
}

.policy-modal-close:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(202, 166, 106, 0.36);
}

.policy-modal-body {
	padding-top: 18px;
	color: var(--muted);
	line-height: 1.8;
}

.policy-modal-body p {
	margin: 0 0 14px;
}

.policy-modal-body strong {
	color: var(--text);
}

.policy-modal-body a {
	color: var(--gold-soft);
}

body.modal-open {
	overflow: hidden;
}

.mobile-cta {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 35;
	display: none;
}

.mobile-cta a {
	display: flex;
	justify-content: center;
	padding: 15px 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, #f2d7ae, #c79a59);
	color: #1b1611;
	font-weight: 700;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
}

.toast {
	position: fixed;
	right: 20px;
	bottom: 24px;
	max-width: min(420px, calc(100% - 40px));
	padding: 14px 18px;
	border-radius: 16px;
	background: rgba(16, 16, 20, 0.92);
	border: 1px solid rgba(202, 166, 106, 0.24);
	box-shadow: var(--shadow);
	color: var(--text);
	font-size: 0.92rem;
	opacity: 0;
	transform: translate3d(0, 18px, 0);
	pointer-events: none;
	transition: opacity var(--transition), transform var(--transition);
	z-index: 50;
}

.toast.show {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

[data-reveal] {
	opacity: 0;
	transform: translate3d(0, 36px, 0);
	transition: opacity 700ms ease, transform 700ms ease;
	transition-delay: var(--delay, 0ms);
}

[data-reveal="left"] {
	transform: translate3d(40px, 0, 0);
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

@keyframes drift {
	from {
		transform: translate3d(0, 0, 0) scale(1);
	}
	to {
		transform: translate3d(22px, -18px, 0) scale(1.08);
	}
}

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

@media (max-width: 1180px) {
	.services-layout,
	.story-grid,
	.process-grid,
	.faq-grid,
	.contact-grid {
		grid-template-columns: 1fr;
	}

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

	.hero-stage-premium {
		min-height: auto;
	}

	.hero-lower {
		grid-template-columns: 1fr;
	}

	.hero-intro {
		grid-template-columns: 1fr;
	}

	.hero-pillar {
		max-width: 100%;
		padding-top: 0;
	}

	.services-media {
		position: relative;
		top: auto;
	}

	.services-media img {
		min-height: 540px;
	}

	.process-photo-wrap {
		padding: 20px 0 90px;
	}

	.process-photo {
		height: 560px;
	}

	.story-cards,
	.services-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gallery-card,
	.gallery-card.tall,
	.gallery-card.wide {
		grid-column: auto;
		grid-row: auto;
		min-height: 0;
	}

	.contact-grid {
		padding: 34px;
	}

	.section-head h2,
	.story-copy h2,
	.process-copy h2,
	.faq-copy h2,
	.contact-copy h2 {
		max-width: 100%;
	}
	}

@media (max-width: 820px) {
	body {
		padding-bottom: 96px;
	}

	.site-header {
		padding: 14px 0;
	}

	.nav-links,
	.nav-cta {
		display: none;
	}

	.hero-section,
	.section {
		padding: 78px 0;
	}

	.hero-shell {
		gap: 18px;
	}

	.hero-copy-panel {
		padding: 24px;
	}

	.hero-image-title {
		left: 18px;
		right: 18px;
		top: 18px;
		max-width: 72%;
	}

	.hero-copy-panel h1 {
		font-size: clamp(2.9rem, 12vw, 4.6rem);
		max-width: 100%;
	}

	.hero-image-title h1 {
		font-size: clamp(2.1rem, 8vw, 3.4rem);
		max-width: 100%;
	}

	.hero-copy-panel .hero-text {
		font-size: 1rem;
	}

	.hero-stats,
	.story-cards,
	.services-list {
		grid-template-columns: 1fr;
	}

	.hero-stage-premium {
		border-radius: 28px;
	}

	.hero-photo-large-image {
		height: clamp(300px, 62vw, 480px);
	}

	.hero-side-note {
		max-width: 100%;
		align-self: stretch;
		padding: 18px 20px;
	}

	.marquee-track {
		gap: 22px;
		font-size: 1rem;
	}

	.section-head h2,
	.story-copy h2,
	.process-copy h2,
	.faq-copy h2,
	.contact-copy h2 {
		font-size: clamp(2.2rem, 10vw, 3.2rem);
	}

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

	.process-photo {
		height: 420px;
	}

	.inspection-card {
		position: relative;
		width: 100%;
		margin-top: 16px;
	}

	.gallery-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.gallery-card,
	.gallery-card.tall,
	.gallery-card.wide {
		grid-column: auto;
		min-height: 0;
	}

	.gallery-card img {
		aspect-ratio: 4 / 3;
	}

	.testimonial-slider {
		grid-template-columns: 1fr;
	}

	.slider-arrow {
		display: none;
	}

	.slides-window {
		min-height: 300px;
	}

	.contact-grid {
		padding: 24px;
	}

	.mobile-cta {
		display: block;
	}

	.toast {
		right: 12px;
		left: 12px;
		bottom: 82px;
		max-width: none;
	}

	.site-footer {
		padding-bottom: 16px;
	}
	}

@media (max-width: 560px) {
	:root {
		--container: min(100% - 24px, 100% - 24px);
	}

	.hero-actions {
		flex-direction: column;
	}

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

	.footer-policy-nav {
		flex-direction: column;
	}

	.footer-policy-button {
		width: 100%;
	}

	.policy-modal {
		padding: 12px;
	}

	.policy-modal-dialog {
		padding: 18px;
		border-radius: 20px;
	}

	.hero-actions .button,
	.footer-wrap p {
		width: 100%;
	}

	.hero-stage-premium {
		border-radius: 22px;
	}

	.hero-photo-large-image {
		height: clamp(260px, 66vw, 360px);
	}

	.hero-image-title {
		left: 14px;
		right: 14px;
		top: 14px;
		max-width: 74%;
	}

	.hero-copy-panel h1 {
		font-size: clamp(2.4rem, 11vw, 3.4rem);
		line-height: 0.98;
	}

	.hero-image-title h1 {
		font-size: clamp(1.8rem, 8vw, 2.45rem);
		line-height: 1;
	}

	.process-photo,
	.services-media img {
		height: 360px;
		min-height: 360px;
	}

	.testimonial-card,
	.contact-form,
	.feature-card,
	.service-card,
	.process-step,
	.stat-card {
		padding: 22px;
	}

	.gallery-card,
	.gallery-card.tall,
	.gallery-card.wide {
		min-height: 0;
	}

	.gallery-card img {
		aspect-ratio: 4 / 3;
	}

	.gallery-caption-title {
		font-size: 1rem;
	}
	}
