/* Tailwind v4 design system for Rulouri Ambient Pro. */

:root {
	--color-primary: #b63a2d;
	--color-primary-50: #fff5f3;
	--color-primary-100: #fde7e2;
	--color-primary-500: #b63a2d;
	--color-primary-600: #b63a2d;
	--color-primary-700: #952f25;
	--color-primary-900: #5f1d17;

	--color-secondary: #6c736f;
	--color-secondary-50: #f8f7f4;
	--color-secondary-100: #efede8;
	--color-secondary-200: #dfdbd2;
	--color-secondary-300: #c9c2b7;
	--color-secondary-500: #8a8176;
	--color-secondary-600: #6c655c;
	--color-secondary-700: #4d4a45;
	--color-secondary-900: #282824;

	--color-neutral: #171a1d;
	--color-background: #fbfaf7;

	--font-sans: "Manrope", "Segoe UI", sans-serif;
	--font-serif: "Cormorant Garamond", Georgia, serif;

	--text-sm: 0.875rem;
	--text-base: 1rem;
	--text-lg: 1.125rem;
	--text-xl: 1.25rem;
	--text-2xl: 1.5rem;
	--text-3xl: 1.875rem;
	--text-4xl: 2.25rem;
	--text-5xl: 3rem;
}

@layer base {
	html { scroll-behavior: smooth; }
	body {
		margin: 0;
		background: var(--color-background);
		color: var(--color-neutral);
		font-family: var(--font-sans);
		-webkit-font-smoothing: antialiased;
		text-rendering: optimizeLegibility;
	}
	img { display: block; max-width: 100%; }
	a { color: inherit; }
	::selection { background: #b63a2d; color: #fff; }
	h1,h2,h3,p { text-wrap: pretty; }
}

@layer components {
	.sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0,0,0,0);
		white-space: nowrap;
		border: 0;
	}

	.site-header {
		position: sticky;
		top: 0;
		z-index: 50;
		background: rgba(251,250,247,.96);
		backdrop-filter: blur(14px);
		border-bottom: 1px solid rgba(23,26,29,.08);
	}
	.site-header__bar { border-bottom: 1px solid rgba(23,26,29,.07); }
	.site-header__inner,
	.primary-navigation__inner {
		max-width: 1320px;
		margin: 0 auto;
		padding: 0 32px;
	}
	.site-header__inner {
		min-height: 84px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 24px;
	}
	.brand {
		display: inline-flex;
		align-items: center;
		gap: 13px;
		text-decoration: none;
	}
	.brand__mark {
		width: 42px;
		height: 42px;
		color: var(--color-primary-600);
	}
	.brand__mark svg { width: 100%; height: 100%; }
	.brand__text { display: grid; gap: 2px; }
	.brand__text strong {
		font-size: 20px;
		letter-spacing: -.035em;
	}
	.brand__text small {
		color: #666a67;
		font-size: 11px;
		font-weight: 700;
		letter-spacing: .08em;
		text-transform: uppercase;
	}
	.site-header__actions { display: flex; align-items: center; gap: 12px; }
	.menu-toggle {
		display: none;
		width: 42px;
		height: 42px;
		align-items: center;
		justify-content: center;
		background: transparent;
		border: 1px solid rgba(23,26,29,.16);
		cursor: pointer;
	}
	.menu-toggle svg { width: 22px; }
	.header-cta,
	.nav-contact {
		text-decoration: none;
		background: var(--color-neutral);
		color: #fff;
		padding: 12px 18px;
		font-size: 13px;
		font-weight: 800;
		letter-spacing: .02em;
		transition: transform .2s ease, background .2s ease;
	}
	.header-cta:hover,
	.nav-contact:hover { background: var(--color-primary-600); transform: translateY(-1px); }
	.primary-navigation { background: #fff; }
	.primary-navigation__inner {
		min-height: 54px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 18px;
	}
	.primary-navigation__menu {
		display: flex;
		align-items: center;
		gap: 4px;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.primary-navigation__menu a {
		display: block;
		padding: 18px 14px;
		text-decoration: none;
		font-size: 13px;
		font-weight: 800;
		letter-spacing: .015em;
	}
	.primary-navigation__menu a:hover,
	.primary-navigation__menu .current-menu-item > a { color: var(--color-primary-600); }
	.nav-contact { display: none; }

	.eyebrow {
		margin: 0 0 15px;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: .14em;
		text-transform: uppercase;
		color: #e7a59d;
	}
	.eyebrow--dark { color: var(--color-primary-700); }
	.eyebrow--light { color: #fff; }

	.hero {
		background: #15181b;
		color: #fff;
		overflow: hidden;
	}
	.hero__grid {
		max-width: 1440px;
		margin: 0 auto;
		display: grid;
		grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
		min-height: 690px;
	}
	.hero__copy {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 88px 72px 72px clamp(32px,6vw,92px);
		position: relative;
	}
	.hero__copy::after {
		content: "";
		position: absolute;
		right: 34px;
		top: 84px;
		width: 1px;
		height: 70px;
		background: rgba(255,255,255,.2);
	}
	.hero h1 {
		margin: 0;
		max-width: 760px;
		font-family: var(--font-serif);
		font-size: clamp(58px,6vw,92px);
		font-weight: 600;
		line-height: .92;
		letter-spacing: -.045em;
	}
	.hero__lead {
		max-width: 660px;
		margin: 28px 0 0;
		color: #d3d7da;
		font-size: 18px;
		line-height: 1.72;
	}
	.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
	.button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 48px;
		padding: 0 22px;
		text-decoration: none;
		font-size: 13px;
		font-weight: 800;
		letter-spacing: .025em;
		border: 1px solid transparent;
		transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
	}
	.button:hover { transform: translateY(-2px); }
	.button--accent { background: var(--color-primary-600); color: #fff; }
	.button--accent:hover { background: var(--color-primary-700); }
	.button--ghost { border-color: rgba(255,255,255,.38); color: #fff; }
	.button--ghost:hover { border-color: #fff; background: rgba(255,255,255,.06); }
	.button--dark { background: var(--color-neutral); color: #fff; }
	.button--light { background: #fff; color: var(--color-neutral); }
	.hero__proof {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		margin-top: 40px;
		color: #9fa6ab;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: .1em;
		text-transform: uppercase;
	}
	.hero__proof span { position: relative; padding-left: 14px; }
	.hero__proof span::before {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		width: 5px;
		height: 5px;
		border-radius: 999px;
		background: var(--color-primary-500);
		transform: translateY(-50%);
	}
	.hero__media { position: relative; min-height: 690px; background: #222; }
	.hero__media img { width: 100%; height: 100%; object-fit: cover; }
	.hero__media::after {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(90deg,rgba(21,24,27,.25),transparent 35%);
		pointer-events: none;
	}
	.hero__badge {
		position: absolute;
		right: 24px;
		bottom: 24px;
		z-index: 2;
		min-width: 220px;
		padding: 18px 20px;
		background: rgba(251,250,247,.94);
		color: var(--color-neutral);
		border: 1px solid rgba(255,255,255,.35);
		backdrop-filter: blur(10px);
	}
	.hero__badge span { display: block; color: #6f6b66; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
	.hero__badge strong { display: block; margin-top: 4px; font-size: 16px; }

	.section {
		max-width: 1320px;
		margin: 0 auto;
		padding: 112px 32px;
	}
	.section-heading { max-width: 820px; margin: 0 auto 52px; text-align: center; }
	.section-heading--left { margin-left: 0; text-align: left; }
	.section-heading h2,
	.split-feature h2,
	.smart-section h2,
	.projects h2,
	.final-cta h2,
	.site-footer__brand h2 {
		margin: 0;
		font-family: var(--font-serif);
		font-size: clamp(44px,5vw,70px);
		font-weight: 600;
		line-height: .98;
		letter-spacing: -.035em;
	}
	.section-heading > p:last-child {
		max-width: 690px;
		margin: 22px auto 0;
		color: #666a67;
		font-size: 17px;
		line-height: 1.7;
	}

	.product-grid {
		display: grid;
		grid-template-columns: repeat(3,minmax(0,1fr));
		gap: 22px;
	}
	.product-card {
		display: block;
		background: #fff;
		border: 1px solid #e6e1d8;
		text-decoration: none;
		overflow: hidden;
		transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
	}
	.product-card:hover {
		transform: translateY(-5px);
		border-color: #d7d0c5;
		box-shadow: 0 22px 56px rgba(23,26,29,.09);
	}
	.product-card__media {
		position: relative;
		aspect-ratio: 4/3;
		overflow: hidden;
		background: #e7e3dc;
	}
	.product-card__media img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform .45s cubic-bezier(.2,.8,.2,1);
	}
	.product-card:hover .product-card__media img { transform: scale(1.035); }
.product-card__graphic {
	position: absolute;
	inset: 0;
	overflow: hidden;
	background: linear-gradient(145deg,#e9e5dd,#cfc7bc);
}
.product-card__graphic span { position: absolute; display: block; }
.product-card__graphic--raffstore span {
	left: 12%; right: 12%; height: 7%; border-radius: 999px;
	background: #444a4d; box-shadow: 0 14px 0 #555b5e,0 28px 0 #666c6f,0 42px 0 #777d80,0 56px 0 #888e91,0 70px 0 #999fa2;
	transform: skewY(-4deg);
}
.product-card__graphic--raffstore span:nth-child(1){top:24%}
.product-card__graphic--raffstore span:nth-child(n+2){display:none}
.product-card__graphic--plasa::before {
	content:""; position:absolute; inset:16% 18%;
	border:5px solid #4c5356; background:
		linear-gradient(90deg,rgba(76,83,86,.22) 1px,transparent 1px),
		linear-gradient(rgba(76,83,86,.22) 1px,transparent 1px);
	background-size:8px 8px;
}
.product-card__graphic--plasa::after {
	content:""; position:absolute; left:14%; right:14%; bottom:12%; height:10px; background:#4c5356;
}
.product-card__graphic--plasa span{display:none}
.product-card__graphic--smart::before {
	content:""; position:absolute; width:34%; aspect-ratio:.55; left:33%; top:13%;
	border-radius:22px; background:#f8f7f3; border:6px solid #2c3134;
	box-shadow:0 18px 30px rgba(23,26,29,.18);
}
.product-card__graphic--smart::after {
	content:""; position:absolute; width:16%; aspect-ratio:1; left:42%; top:33%;
	border-radius:50%; border:3px solid var(--color-primary-600);
	box-shadow:0 0 0 9px rgba(182,58,45,.12);
}
.product-card__graphic--smart span:nth-child(1),
.product-card__graphic--smart span:nth-child(2),
.product-card__graphic--smart span:nth-child(3) {
	width:5px; background:#2c3134; border-radius:9px; top:58%; bottom:19%;
}
.product-card__graphic--smart span:nth-child(1){left:41%}
.product-card__graphic--smart span:nth-child(2){left:49%}
.product-card__graphic--smart span:nth-child(3){left:57%}
.product-card__graphic--smart span:nth-child(4){display:none}
	.product-card__label {
		position: absolute;
		left: 14px;
		top: 14px;
		padding: 8px 10px;
		background: rgba(21,24,27,.86);
		color: #fff;
		font-size: 10px;
		font-weight: 800;
		letter-spacing: .1em;
		text-transform: uppercase;
		backdrop-filter: blur(8px);
	}
	.product-card__body { padding: 26px 26px 28px; }
	.product-card h3 { margin: 0; font-size: 22px; letter-spacing: -.025em; }
	.product-card p { margin: 11px 0 0; color: #696d69; font-size: 14px; line-height: 1.62; }
	.product-card__link {
		display: inline-block;
		margin-top: 18px;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: .035em;
		text-transform: uppercase;
	}

	.split-feature {
		max-width: 1440px;
		margin: 0 auto;
		display: grid;
		grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
		background: #171a1d;
		color: #fff;
	}
	.split-feature__media { min-height: 650px; }
	.split-feature__media img { width: 100%; height: 100%; object-fit: cover; }
	.split-feature__copy { padding: 90px clamp(34px,6vw,88px); display: flex; flex-direction: column; justify-content: center; }
	.split-feature__copy p { color: #c4c9c7; font-size: 17px; line-height: 1.72; }
	.feature-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0;
		margin: 28px 0 30px;
		border-top: 1px solid rgba(255,255,255,.16);
		border-left: 1px solid rgba(255,255,255,.16);
	}
	.feature-list div {
		display: grid;
		gap: 5px;
		padding: 18px;
		border-right: 1px solid rgba(255,255,255,.16);
		border-bottom: 1px solid rgba(255,255,255,.16);
	}
	.feature-list strong { color: #efa49b; font-size: 11px; letter-spacing: .12em; }
	.feature-list span { font-size: 13px; font-weight: 750; }
	.text-link { display: inline-flex; width: max-content; text-decoration: none; font-size: 13px; font-weight: 800; }
	.text-link:hover { color: var(--color-primary-600); }
	.text-link--light { color: #fff; }

	.smart-section {
		max-width: 1320px;
		margin: 0 auto;
		padding: 112px 32px;
		display: grid;
		grid-template-columns: 1fr .82fr;
		gap: 70px;
		align-items: center;
	}
	.smart-section__copy > p:not(.eyebrow) { color: #666a67; font-size: 17px; line-height: 1.72; margin: 22px 0 28px; }
	.smart-section__media {
		background: #e8e3da;
		padding: 30px;
	}
	.smart-section__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

	.projects {
		background: #171a1d;
		color: #fff;
		padding: 108px max(32px,calc((100vw - 1320px)/2));
	}
	.projects__head {
		display: flex;
		align-items: end;
		justify-content: space-between;
		gap: 30px;
		margin-bottom: 42px;
	}
	.projects__head > div { max-width: 760px; }
	.projects__grid {
		display: grid;
		grid-template-columns: 1.35fr .825fr .825fr;
		gap: 12px;
	}
	.projects__grid figure { margin: 0; overflow: hidden; min-height: 420px; background: #25292c; }
	.projects__grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
	.projects__grid figure:hover img { transform: scale(1.025); }

	.process__grid {
		display: grid;
		grid-template-columns: repeat(4,minmax(0,1fr));
		border-top: 1px solid #dcd6cd;
		border-left: 1px solid #dcd6cd;
	}
	.process__grid > div {
		padding: 28px;
		border-right: 1px solid #dcd6cd;
		border-bottom: 1px solid #dcd6cd;
	}
	.process__grid span { color: var(--color-primary-600); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
	.process__grid h3 { margin: 26px 0 8px; font-size: 18px; }
	.process__grid p { margin: 0; color: #6d706d; font-size: 14px; line-height: 1.58; }

	.final-cta {
		max-width: 1320px;
		margin: 0 auto 112px;
		padding: 62px 68px;
		background: var(--color-primary-600);
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 40px;
	}
	.final-cta > div { max-width: 850px; }
	.final-cta h2 { font-size: clamp(42px,4.5vw,66px); }
	.final-cta > div > p:last-child { margin: 18px 0 0; font-size: 16px; color: #fff; }

	.site-footer {
		background: #111416;
		color: #fff;
		padding: 86px max(32px,calc((100vw - 1320px)/2)) 28px;
	}
	.site-footer__grid {
		display: grid;
		grid-template-columns: 1.8fr .75fr .75fr 1fr;
		gap: 48px;
	}
	.site-footer__brand h2 { font-size: 42px; }
	.site-footer__brand > p:last-child,
	.site-footer__contact p { color: #aeb5b2; line-height: 1.7; }
	.site-footer h3 { margin: 0 0 18px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #d9ddda; }
	.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
	.site-footer li a { color: #aeb5b2; text-decoration: none; font-size: 14px; }
	.site-footer li a:hover { color: #fff; }
	.site-footer__bottom {
		margin-top: 64px;
		padding-top: 22px;
		border-top: 1px solid rgba(255,255,255,.12);
		display: flex;
		justify-content: space-between;
		gap: 20px;
		color: #858c88;
		font-size: 11px;
		letter-spacing: .05em;
		text-transform: uppercase;
	}

	.content-area { min-height: 55vh; }
.content-shell { width: min(100% - 40px, 1320px); margin: 0 auto; }
.content-shell--narrow { max-width: 860px; }
.content-shell--wide { max-width: 1120px; }
.content-header { padding: 82px 0 34px; border-bottom: 1px solid #ded8cf; }
.content-header h1,
.listing-header h1,
.error-page h1 { margin: 0; font-family: var(--font-serif); font-size: clamp(44px,5vw,70px); line-height: .98; letter-spacing: -.035em; font-weight: 600; }
.content-meta { margin: 0 0 12px; color: #5e625f; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.content-featured { margin: 34px 0; }
.content-featured img { width: 100%; height: auto; }
.prose { padding: 34px 0 88px; color: #3f4441; font-size: 17px; line-height: 1.78; }
.prose h2,.prose h3 { color: var(--color-neutral); line-height: 1.15; margin-top: 2em; }
.prose h2 { font-family: var(--font-serif); font-size: 36px; font-weight: 600; }
.prose h3 { font-size: 22px; }
.prose a { color: var(--color-primary-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose img { max-width: 100%; height: auto; }
.post-navigation { display: flex; justify-content: space-between; gap: 24px; padding: 0 0 82px; }
.post-navigation a { max-width: 46%; color: var(--color-primary-700); font-weight: 700; text-decoration: none; }
.listing-header { padding: 82px 0 38px; border-bottom: 1px solid #ded8cf; }
.listing-description { max-width: 760px; margin-top: 18px; color: #5e625f; line-height: 1.7; }
.listing-grid { display: grid; gap: 0; padding: 38px 0 82px; }
.listing-card { padding: 30px 0; border-bottom: 1px solid #ded8cf; }
.listing-card:first-child { padding-top: 0; }
.listing-card h2 { margin: 0; font-size: 26px; line-height: 1.18; }
.listing-card h2 a { text-decoration: none; }
.listing-card h2 a:hover { color: var(--color-primary-700); }
.listing-excerpt { margin-top: 12px; color: #5e625f; line-height: 1.68; }
.listing-excerpt p { margin: 0; }
.pagination-wrap { padding-bottom: 82px; }
.pagination-wrap .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.pagination-wrap .page-numbers { padding: 9px 12px; border: 1px solid #ded8cf; text-decoration: none; }
.pagination-wrap .current { background: var(--color-neutral); color: #fff; border-color: var(--color-neutral); }
.search-form-wrap { max-width: 560px; margin-top: 28px; }
.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid #cfc8be; background: #fff; font: inherit; box-sizing: border-box; }
.search-submit { min-height: 46px; padding: 0 18px; border: 0; background: var(--color-neutral); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.error-page { padding: 110px 0; text-align: center; }
.error-page > p:not(.eyebrow) { max-width: 650px; margin: 20px auto 0; color: #5e625f; font-size: 17px; line-height: 1.7; }
.error-page .search-form-wrap { margin-left: auto; margin-right: auto; margin-bottom: 28px; }


		.contact-hero, .portfolio-hero { background:#f3f0ea; border-bottom:1px solid #ded8cf; }
		.contact-hero__inner { max-width:1320px; margin:0 auto; padding:92px 32px; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr); gap:72px; align-items:start; }
		.contact-hero h1, .portfolio-hero h1 { margin:0; font-family:var(--font-serif); font-size:clamp(52px,6vw,84px); line-height:.94; letter-spacing:-.04em; font-weight:600; }
		.contact-hero__inner > div:first-child > p:last-child, .portfolio-hero__inner > p:last-child { max-width:720px; margin:24px 0 0; color:#5e625f; font-size:17px; line-height:1.7; }
		.contact-panel { background:#171a1d; color:#fff; padding:34px; }
		.contact-panel h2 { margin:0 0 24px; font-family:var(--font-serif); font-size:30px; font-weight:600; }
		.contact-panel dl { margin:0; display:grid; gap:0; }
		.contact-panel dl > div { padding:16px 0; border-top:1px solid rgba(255,255,255,.14); }
		.contact-panel dt { color:#c4c9c7; font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
		.contact-panel dd { margin:5px 0 0; font-size:16px; }
		.contact-panel a { color:#fff; text-decoration-color:rgba(255,255,255,.4); text-underline-offset:3px; }
			.quote-form-section { padding-top:84px; padding-bottom:84px; }
			.quote-form-section__grid { display:grid; grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr); gap:64px; align-items:start; }
			.quote-form-section__intro { position:sticky; top:126px; }
			.quote-form-section__intro h2 { margin:0; font-family:var(--font-serif); font-size:clamp(44px,5vw,68px); line-height:.98; letter-spacing:-.035em; font-weight:600; }
			.quote-form-section__intro > p:last-child { margin:20px 0 0; color:#5e625f; font-size:16px; line-height:1.72; }
			.quote-form-card { background:#fff; border:1px solid #ddd7ce; padding:34px; box-shadow:0 20px 50px rgba(23,26,29,.06); }
			.quote-form__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
			.quote-form-card label { display:grid; gap:8px; margin:0 0 20px; color:#25292c; font-size:13px; font-weight:800; line-height:1.45; }
			.quote-form-card input:not([type="submit"]), .quote-form-card select, .quote-form-card textarea { width:100%; box-sizing:border-box; border:1px solid #cbc5bc; background:#fbfaf7; color:#171a1d; border-radius:0; padding:13px 14px; font:inherit; font-weight:500; transition:border-color .2s ease, box-shadow .2s ease, background .2s ease; }
			.quote-form-card input:not([type="submit"]), .quote-form-card select { min-height:48px; }
			.quote-form-card textarea { min-height:150px; resize:vertical; }
			.quote-form-card input:focus, .quote-form-card select:focus, .quote-form-card textarea:focus { outline:0; border-color:var(--color-primary-600); box-shadow:0 0 0 3px rgba(182,58,45,.12); background:#fff; }
			.quote-form-card input[type="file"] { padding:10px; background:#fff; }
			.quote-form-card input[type="submit"] { min-height:50px; padding:0 22px; border:0; background:var(--color-primary-600); color:#fff; font:inherit; font-size:13px; font-weight:800; letter-spacing:.025em; cursor:pointer; transition:background .2s ease, transform .2s ease; }
			.quote-form-card input[type="submit"]:hover { background:var(--color-primary-700); transform:translateY(-1px); }
			.form-optional { color:#666a67; font-weight:600; }
			.quote-form__privacy { margin:0 0 18px; color:#686d69; font-size:12px; line-height:1.6; }
			.quote-form-card .wpcf7-not-valid-tip { margin-top:5px; color:#8d2a20; font-size:12px; font-weight:700; }
			.quote-form-card .wpcf7-response-output { margin:20px 0 0; padding:12px 14px; border:1px solid #c8c2b9; font-size:13px; line-height:1.55; }
		.contact-guide__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1px; background:#ded8cf; border:1px solid #ded8cf; }
		.contact-guide__grid article { background:#fbfaf7; padding:28px; }
		.contact-guide__grid article > span { color:var(--color-primary-700); font-size:12px; font-weight:800; letter-spacing:.1em; }
		.contact-guide__grid h3 { margin:20px 0 0; font-size:21px; }
		.contact-guide__grid p { margin:10px 0 0; color:#5e625f; line-height:1.65; font-size:14px; }
		.portfolio-hero__inner { max-width:1120px; margin:0 auto; padding:92px 32px 66px; }
		.portfolio-grid { max-width:1320px; margin:0 auto; padding:62px 32px 28px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
		.portfolio-item { margin:0; background:#fff; border:1px solid #e2ddd5; }
		.portfolio-item img { display:block; width:100%; aspect-ratio:4/3; height:auto; object-fit:cover; }
		.portfolio-item figcaption { padding:14px 16px; color:#5e625f; font-size:12px; font-weight:700; letter-spacing:.04em; text-transform:uppercase; }
		.portfolio-item:nth-child(3) { grid-column:1 / -1; }
		.portfolio-item:nth-child(3) img { aspect-ratio:16/7; }
.mobile-contact-bar { display: none; }

@media (max-width: 680px) {
	body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
	.mobile-contact-bar {
		display: grid;
		grid-template-columns: 1fr 1fr;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9999;
		min-height: 68px;
		padding-bottom: env(safe-area-inset-bottom);
		box-shadow: 0 -8px 24px rgba(23,26,29,.16);
	}
	.mobile-contact-bar__item {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		min-height: 68px;
		color: #fff;
		text-decoration: none;
		font-size: 18px;
		font-weight: 800;
		letter-spacing: -.01em;
	}
	.mobile-contact-bar__item svg { width: 24px; height: 24px; flex: 0 0 24px; }
	.mobile-contact-bar__call { background: #9b4d00; }
	.mobile-contact-bar__whatsapp { background: #087a4b; }
}

@media (max-width: 1024px) {
		.site-header__inner { min-height: 76px; }
		.menu-toggle { display: inline-flex; }
		.header-cta { display: none; }
		.primary-navigation {
			display: none;
			border-top: 1px solid rgba(23,26,29,.08);
		}
		.primary-navigation.is-open { display: block; }
		.primary-navigation__inner { display: block; padding-top: 10px; padding-bottom: 18px; }
		.primary-navigation__menu { display: grid; gap: 0; }
		.primary-navigation__menu a { padding: 13px 0; border-bottom: 1px solid rgba(23,26,29,.07); }
		.nav-contact { display: inline-flex; margin-top: 16px; }
		.hero__grid { grid-template-columns: 1fr; }
		.hero__copy { order: 2; padding: 64px 32px; }
		.hero__copy::after { display: none; }
		.hero__media { min-height: 480px; order: 1; }
		.product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
			.contact-hero__inner { grid-template-columns: 1fr; gap: 38px; }
			.quote-form-section__grid { grid-template-columns:1fr; gap:36px; }
			.quote-form-section__intro { position:static; }
			.contact-guide__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
			.portfolio-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
		.split-feature { grid-template-columns: 1fr; }
		.split-feature__media { min-height: 520px; }
		.smart-section { grid-template-columns: 1fr; gap: 40px; }
		.projects__grid { grid-template-columns: 1fr 1fr; }
		.projects__grid figure:first-child { grid-column: 1/-1; }
		.process__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
		.site-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
		.site-footer__contact { grid-column: 1/-1; }
	}

	@media (max-width: 680px) {
		.site-header__inner,
		.primary-navigation__inner { padding-left: 18px; padding-right: 18px; }
		.brand__text small { display: none; }
		.brand__text strong { font-size: 18px; }
		.hero__media { min-height: 340px; }
		.hero__copy { padding: 48px 20px 54px; }
		.hero h1 { font-size: clamp(48px,14vw,64px); }
		.hero__lead { font-size: 16px; }
		.hero__proof { gap: 13px; }
		.hero__badge { right: 14px; bottom: 14px; min-width: 180px; }
		.section { padding: 78px 18px; }
		.product-grid { grid-template-columns: 1fr; }
			.contact-hero__inner { padding: 64px 18px; }
			.contact-guide__grid { grid-template-columns: 1fr; }
			.quote-form__grid { grid-template-columns:1fr; gap:0; }
			.quote-form-card { padding:22px; }
			.portfolio-hero__inner { padding: 64px 18px 46px; }
			.portfolio-grid { grid-template-columns: 1fr; padding: 42px 18px 22px; }
			.portfolio-item:nth-child(3) { grid-column: auto; }
			.portfolio-item:nth-child(3) img { aspect-ratio: 4/3; }
		.split-feature__media { min-height: 360px; }
		.split-feature__copy { padding: 64px 20px; }
		.feature-list { grid-template-columns: 1fr; }
		.smart-section { padding: 78px 18px; }
		.projects { padding: 76px 18px; }
		.projects__head { align-items: flex-start; flex-direction: column; }
		.projects__grid { grid-template-columns: 1fr; }
		.projects__grid figure:first-child { grid-column: auto; }
		.projects__grid figure { min-height: 300px; }
		.process__grid { grid-template-columns: 1fr; }
		.final-cta {
			margin: 0 18px 78px;
			padding: 44px 22px;
			align-items: flex-start;
			flex-direction: column;
		}
		.site-footer { padding: 68px 20px 26px; }
		.site-footer__grid { grid-template-columns: 1fr; }
		.site-footer__contact { grid-column: auto; }
		.site-footer__bottom { flex-direction: column; }
	}
}









