/*
 * Abrizo Designs / Luminous Materialism
 * The experience layer intentionally lives apart from the starter CSS so the
 * homepage can evolve without making the WordPress theme hard to maintain.
 */

html {
	scroll-behavior: smooth;
}

body.abrizo-site {
	overflow-x: hidden;
	background: var(--abrizo-paper);
	color: var(--abrizo-ink);
	font-size: 1.0625rem;
}

body.abrizo-site:has(.abrizo-home) .site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 50;
	background: transparent;
	color: var(--abrizo-paper);
	box-shadow: none;
}

body.abrizo-site:has(.abrizo-home) .site-header.is-scrolled {
	background: rgba(24, 35, 30, 0.92);
	box-shadow: 0 1px 0 rgba(242, 238, 230, 0.16);
	backdrop-filter: blur(16px);
}

body.abrizo-site:has(.abrizo-home) .site-header a,
body.abrizo-site:has(.abrizo-home) .site-header .wordmark,
body.abrizo-site:has(.abrizo-home) .site-header .menu-toggle {
	color: var(--abrizo-paper);
}

body.abrizo-site:has(.abrizo-home) .site-header .button--light {
	border-color: var(--abrizo-paper);
	background: var(--abrizo-paper);
	color: var(--abrizo-ink);
}

body.abrizo-site:has(.abrizo-home) .site-header .button--light:hover,
body.abrizo-site:has(.abrizo-home) .site-header .button--light:focus-visible {
	background: transparent;
	color: var(--abrizo-paper);
}

.abrizo-home {
	position: relative;
	overflow: clip;
}

.home-shell {
	width: min(var(--abrizo-shell), calc(100% - 2rem));
	margin-inline: auto;
}

.home-kicker {
	margin: 0;
	color: currentColor;
	font-family: var(--sans);
	font-size: 0.64rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1.4;
	text-transform: uppercase;
}

.home-arrow-link,
.home-outline-link,
.home-mini-link {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	width: max-content;
	color: inherit;
	font-family: var(--sans);
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

.home-arrow-link b,
.home-outline-link span,
.home-mini-link span {
	display: grid;
	place-items: center;
	width: 2.1rem;
	height: 2.1rem;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	transition: transform 350ms var(--abrizo-ease), background-color 350ms ease, color 350ms ease;
}

.home-arrow-link:hover b,
.home-arrow-link:focus-visible b,
.home-outline-link:hover span,
.home-outline-link:focus-visible span,
.home-mini-link:hover span,
.home-mini-link:focus-visible span {
	background: currentColor;
	color: var(--abrizo-forest);
	transform: rotate(45deg);
}

.home-arrow-link--ink:hover b,
.home-arrow-link--ink:focus-visible b {
	background: var(--abrizo-ink);
	color: var(--abrizo-paper);
}

.home-hero {
	position: relative;
	display: flex;
	min-height: 100svh;
	background: var(--abrizo-forest);
	color: var(--abrizo-paper);
	isolation: isolate;
}

.home-hero__media,
.home-hero__veil,
.home-hero__grid {
	position: absolute;
	inset: 0;
}

.home-hero__media {
	overflow: hidden;
	z-index: -3;
}

.home-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.08) translate3d(0, var(--home-hero-y, 0px), 0);
	transition: transform 150ms linear;
}

.home-hero__veil {
	z-index: -2;
	background:
		linear-gradient(105deg, rgba(12, 18, 15, 0.84) 0%, rgba(16, 23, 19, 0.42) 46%, rgba(10, 15, 13, 0.16) 100%),
		linear-gradient(0deg, var(--abrizo-forest) 0%, rgba(24, 35, 30, 0.88) 5%, rgba(16, 22, 18, 0.48) 20%, transparent 48%);
}

.home-hero__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	z-index: -1;
	padding-inline: 1rem;
	pointer-events: none;
	transform: translate3d(0, var(--scroll-offset, 0px), 0);
}

.home-hero__grid i {
	border-right: 1px solid rgba(242, 238, 230, 0.15);
}

.home-hero__grid i:first-child {
	border-left: 1px solid rgba(242, 238, 230, 0.15);
}

.home-hero__orb {
	position: absolute;
	top: 37%;
	left: 56%;
	z-index: -1;
	width: min(32vw, 28rem);
	aspect-ratio: 1;
	border: 1px solid rgba(239, 194, 157, 0.55);
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(242, 238, 230, 0.08), 0 0 80px rgba(203, 143, 102, 0.14);
	transform: translate3d(calc(var(--pointer-x, 0px) * 0.12), calc((var(--pointer-y, 0px) * 0.12) + var(--scroll-offset, 0px)), 0);
	transition: transform 800ms var(--abrizo-ease);
}

.home-hero__orb::after {
	position: absolute;
	inset: 13%;
	border: 1px solid rgba(239, 194, 157, 0.28);
	border-radius: inherit;
	content: "";
}

.home-hero__topline,
.home-hero__corner {
	position: absolute;
	z-index: 2;
	font-family: var(--sans);
	font-size: 0.6rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.4;
	text-transform: uppercase;
}

.home-hero__topline {
	display: flex;
	justify-content: space-between;
	width: min(var(--abrizo-shell), calc(100% - 2rem));
	top: 7.2rem;
	left: 50%;
	color: rgba(242, 238, 230, 0.72);
	transform: translateX(-50%);
}

.home-hero__corner {
	bottom: 1.25rem;
	color: rgba(242, 238, 230, 0.52);
	writing-mode: vertical-rl;
}

.home-hero__corner--left {
	left: 1rem;
	transform: rotate(180deg);
}

.home-hero__corner--right {
	right: 1rem;
}

.home-hero__content {
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	justify-content: flex-end;
	align-self: stretch;
	width: min(var(--abrizo-shell), calc(100% - 2rem));
	margin-inline: auto;
	padding: 10rem 0 4.3rem;
	opacity: var(--hero-copy-opacity, 1);
	transform: translate3d(0, var(--hero-copy-offset, 0px), 0);
}

.home-hero__eyebrow {
	margin-bottom: 1.3rem;
	color: rgba(242, 238, 230, 0.72);
	font-family: var(--sans);
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.home-hero__title {
	max-width: 11ch;
	margin: 0;
	color: var(--abrizo-paper);
	font-size: clamp(4.5rem, 13vw, 11.5rem);
	font-weight: 400;
	letter-spacing: -0.075em;
	line-height: 0.78;
	text-wrap: balance;
}

.home-hero__title span {
	display: block;
}

.home-hero__title em {
	color: #e8b894;
	font-style: italic;
}

.home-hero__bottom {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.8rem;
	margin-top: 3rem;
	padding-top: 1.1rem;
	border-top: 1px solid var(--abrizo-line-light);
}

.home-hero__bottom > p {
	max-width: 25rem;
	margin: 0;
	color: rgba(242, 238, 230, 0.74);
	font-size: 0.98rem;
	line-height: 1.65;
}

.home-hero__index {
	display: grid;
	gap: 0.25rem;
	align-content: end;
	padding-left: 1rem;
	border-left: 1px solid var(--abrizo-line-light);
	font-family: var(--sans);
}

.home-hero__index span,
.home-hero__index small {
	color: rgba(242, 238, 230, 0.55);
	font-size: 0.62rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.home-hero__index strong {
	font-family: var(--serif);
	font-size: 1.1rem;
	font-weight: 400;
}

.home-hero__index small {
	font-size: 0.58rem;
	letter-spacing: 0.08em;
}

.home-hero__scroll {
	position: absolute;
	right: 1rem;
	bottom: 1.15rem;
	display: flex;
	align-items: center;
	gap: 0.7rem;
	color: rgba(242, 238, 230, 0.68);
	font-family: var(--sans);
	font-size: 0.6rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-decoration: none;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.home-hero__scroll i {
	display: block;
	width: 1px;
	height: 3.5rem;
	background: currentColor;
	transform-origin: top;
	animation: abrizo-scroll-line 2.4s ease-in-out infinite;
}

@keyframes abrizo-scroll-line {
	0%, 100% { transform: scaleY(0.35); opacity: 0.35; }
	50% { transform: scaleY(1); opacity: 1; }
}

.home-scroll-progress {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 70;
	width: 100%;
	height: 2px;
	background: transparent;
	pointer-events: none;
}

.home-scroll-progress span {
	display: block;
	width: 100%;
	height: 100%;
	background: #e8b894;
	transform: scaleX(0);
	transform-origin: left;
}

.js-reveal {
	opacity: 0;
	transform: translateY(2rem);
	transition: opacity 800ms var(--abrizo-ease), transform 800ms var(--abrizo-ease);
}

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

.home-hero__title .js-reveal:nth-child(2) { transition-delay: 120ms; }
.home-hero__bottom.js-reveal { transition-delay: 260ms; }

.home-manifesto {
	position: relative;
	min-height: 88svh;
	overflow: hidden;
	background: var(--abrizo-forest);
	color: var(--abrizo-paper);
}

.home-manifesto__inner {
	position: relative;
	z-index: 1;
	display: grid;
	align-content: center;
	min-height: 88svh;
	padding-block: 7rem;
}

.home-manifesto__line {
	display: none;
}

.home-manifesto__title {
	max-width: 10ch;
	margin: 2rem 0 4rem 8%;
	font-size: clamp(4rem, 10vw, 10rem);
	font-weight: 400;
	letter-spacing: -0.08em;
	line-height: 0.79;
	text-wrap: balance;
}

.home-manifesto__title span {
	display: block;
}

.home-manifesto__title em {
	color: #e8b894;
	font-style: italic;
}

.home-manifesto__foot {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2rem;
	align-items: end;
	margin-left: 33%;
	padding-top: 1.2rem;
	border-top: 1px solid var(--abrizo-line-light);
}

.home-manifesto__foot p {
	max-width: 22rem;
	margin: 0;
	color: rgba(242, 238, 230, 0.68);
	font-size: 0.99rem;
	line-height: 1.65;
}

.home-manifesto__glyph {
	position: absolute;
	right: -7rem;
	bottom: -6rem;
	width: min(42vw, 38rem);
	opacity: 0.35;
	transform: translate3d(0, var(--scroll-offset, 0px), 0) rotate(18deg);
}

.home-manifesto__glyph svg {
	width: 100%;
	height: auto;
	fill: none;
	stroke: #e8b894;
	stroke-width: 0.7;
	animation: abrizo-rotate 36s linear infinite;
}

@keyframes abrizo-rotate {
	to { transform: rotate(360deg); }
}

.home-marquee {
	position: absolute;
	top: 5rem;
	left: 0;
	display: flex;
	width: max-content;
	color: rgba(242, 238, 230, 0.15);
	font-family: var(--serif);
	font-size: clamp(2rem, 5vw, 4.5rem);
	font-style: italic;
	white-space: nowrap;
	animation: abrizo-marquee 28s linear infinite;
}

.home-marquee span { padding-right: 2rem; }

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

.home-projects {
	position: relative;
	padding-block: 7rem 9rem;
	background: var(--abrizo-paper);
	color: var(--abrizo-ink);
	isolation: isolate;
}

.home-projects > .home-shell, .home-services > .home-shell, .home-process > .home-shell, .home-studio > .home-shell, .home-faq > .home-shell, .home-cta > .home-shell { position: relative; z-index: 1; }

.home-projects h2,
.home-projects h3,
.home-studio h2,
.home-studio h3,
.home-cta h2 {
	color: var(--abrizo-ink);
}

.home-section-head {
	position: relative;
	display: grid;
	gap: 2rem;
	align-items: end;
	margin-bottom: 4.5rem;
}

.home-section-head::before { position: absolute; top: -1.8rem; left: 0; width: 4rem; height: 1px; background: var(--abrizo-clay); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 850ms var(--abrizo-ease); }
.home-section-head.is-visible::before { transform: scaleX(1); }

.home-section-head h2 {
	max-width: 10ch;
	margin: 1.2rem 0 0;
	font-size: clamp(3.5rem, 8vw, 8rem);
	font-weight: 400;
	letter-spacing: -0.075em;
	line-height: 0.8;
	text-wrap: balance;
}

.home-section-head h2 em {
	color: var(--abrizo-clay);
	font-style: italic;
}

.home-projects__layout {
	display: grid;
	gap: 3rem;
}

.home-projects__aside {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 18rem;
}

.home-projects__aside-number {
	color: var(--abrizo-clay);
	font-family: var(--sans);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.14em;
}

.home-projects__aside p {
	margin: 0;
	color: rgba(23, 29, 25, 0.62);
	font-size: 0.99rem;
	line-height: 1.65;
}

.home-projects__gallery {
	min-width: 0;
}

.home-project {
	position: relative;
}

.home-project a {
	color: inherit;
	text-decoration: none;
}

.home-project figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	background: var(--abrizo-sand);
}

.home-project figure::before { position: absolute; inset: 0; z-index: 2; background: var(--abrizo-sand); content: ""; transform: scaleX(1); transform-origin: left; transition: transform 900ms var(--abrizo-ease) 120ms; }
.home-project.js-reveal.is-visible figure::before { transform: scaleX(0); transform-origin: right; }

.home-project--primary figure { aspect-ratio: 1.55; }
.home-project--small figure { aspect-ratio: 1.08; }

.home-project img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate3d(0, var(--scroll-offset, 0px), 0) scale(1.01);
	transition: transform 900ms var(--abrizo-ease), filter 600ms ease;
}

.home-project:hover img,
.home-project:focus-within img {
	filter: saturate(0.85);
	transform: translate3d(0, var(--scroll-offset, 0px), 0) scale(1.045);
}

.home-project__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(24, 35, 30, 0.26), transparent 45%);
	opacity: 0;
	z-index: 1;
	transition: opacity 500ms ease;
}

.home-project:hover .home-project__veil,
.home-project:focus-within .home-project__veil { opacity: 1; }

.home-project__open {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: grid;
	place-items: center;
	width: 2.6rem;
	height: 2.6rem;
	border: 1px solid rgba(242, 238, 230, 0.72);
	border-radius: 50%;
	color: var(--abrizo-paper);
	font-size: 1.1rem;
	opacity: 0;
	z-index: 3;
	transform: translateY(0.5rem) rotate(-20deg);
	transition: opacity 450ms ease, transform 450ms var(--abrizo-ease);
}

.home-project:hover .home-project__open,
.home-project:focus-within .home-project__open { opacity: 1; transform: translateY(0) rotate(0); }

.home-project__caption {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 0.8rem;
	transform: translate3d(0, var(--scroll-offset, 0px), 0);
	font-family: var(--sans);
}

.home-project__caption span { display: grid; gap: 0.25rem; }
.home-project__caption strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.home-project__caption small,
.home-project__caption em { color: rgba(23, 29, 25, 0.56); font-size: 0.61rem; font-style: normal; letter-spacing: 0.1em; text-transform: uppercase; }

.home-projects__pair {
	display: grid;
	gap: 3rem;
	margin-top: 3.5rem;
}

.home-project--offset { margin-top: 1.5rem; }

.home-services {
	position: relative;
	padding-block: 7rem 5rem;
	background: var(--abrizo-forest);
	color: var(--abrizo-paper);
	isolation: isolate;
}

.home-section-head--light h2 em { color: #e8b894; }
.home-section-head--light > p { max-width: 22rem; margin: 0; color: rgba(242, 238, 230, 0.7); font-size: 1rem; line-height: 1.65; }

.home-services__stage {
	display: grid;
	gap: 3rem;
	align-items: start;
}

.home-services__preview {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1.1;
	background: #29362f;
}

.home-services__preview::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(24, 35, 30, 0.78), transparent 55%);
	content: "";
}

.home-services__preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate3d(0, var(--scroll-offset, 0px), 0) scale(1.01);
	transition: opacity 350ms ease, transform 800ms var(--abrizo-ease);
}

.home-services__preview.is-changing img { opacity: 0.25; transform: translate3d(0, var(--scroll-offset, 0px), 0) scale(1.06); }

.home-services__preview-label {
	position: absolute;
	right: 1.2rem;
	bottom: 1.2rem;
	left: 1.2rem;
	z-index: 1;
	display: grid;
	gap: 0.3rem;
}

.home-services__preview-label span { color: rgba(242, 238, 230, 0.56); font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.13em; text-transform: uppercase; }
.home-services__preview-label strong { color: var(--abrizo-paper); font-family: var(--serif); font-size: 1.75rem; font-weight: 400; }

.home-services__list { border-top: 1px solid var(--abrizo-line-light); }

.home-service { border-bottom: 1px solid var(--abrizo-line-light); }

.home-service summary {
	display: grid;
	grid-template-columns: 2.5rem minmax(0, 1fr) 1.9rem;
	gap: 0.8rem;
	align-items: center;
	min-height: 5.8rem;
	color: var(--abrizo-paper);
	cursor: pointer;
	list-style: none;
}

.home-service summary::-webkit-details-marker { display: none; }
.home-service__number { align-self: start; padding-top: 1.8rem; color: #e8b894; font-family: var(--sans); font-size: 0.64rem; letter-spacing: 0.12em; }
.home-service__title { font-family: var(--serif); font-size: clamp(1.55rem, 4vw, 3rem); line-height: 0.9; }

.home-service__plus {
	position: relative;
	display: block;
	width: 1.9rem;
	height: 1.9rem;
	border: 1px solid var(--abrizo-line-light);
	border-radius: 50%;
}

.home-service__plus::before,
.home-service__plus::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.65rem;
	height: 1px;
	background: currentColor;
	content: "";
	transform: translate(-50%, -50%);
	transition: transform 350ms var(--abrizo-ease);
}

.home-service__plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.home-service[open] .home-service__plus::after { transform: translate(-50%, -50%) rotate(0); }

.home-service__detail {
	max-width: 35rem;
	margin-left: 3.3rem;
	padding: 0 0 1.8rem;
	color: rgba(242, 238, 230, 0.66);
	font-size: 0.98rem;
	line-height: 1.65;
	opacity: 0;
	transform: translate3d(0, -0.5rem, 0);
	transition: opacity 280ms ease, transform 420ms var(--abrizo-ease);
}

.home-service[open] .home-service__detail { opacity: 1; transform: translate3d(0, 0, 0); }

.home-service__detail p { margin: 0 0 1rem; }
.home-mini-link { gap: 0.65rem; font-size: 0.62rem; }
.home-mini-link span { width: 1.6rem; height: 1.6rem; font-size: 0.85rem; }
.home-services__footer { display: flex; flex-wrap: wrap; gap: 0.8rem 1.2rem; align-items: center; padding-top: 2rem; color: rgba(242, 238, 230, 0.6); font-family: var(--sans); font-size: 0.68rem; letter-spacing: 0.06em; }
.home-services__footer span { color: #e8b894; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; }
.home-services__footer a { color: inherit; text-decoration: none; }
.home-services__footer a:hover, .home-services__footer a:focus-visible { color: var(--abrizo-paper); }

.home-floorplan {
	--floorplan-popover-x: 74%;
	--floorplan-popover-y: 61%;
	position: relative;
	overflow: hidden;
	padding: 7rem 0 0;
	background: var(--abrizo-forest);
	color: var(--abrizo-paper);
	isolation: isolate;
}
.home-floorplan > .home-shell { position: relative; z-index: 1; width: 100%; max-width: none; }
.home-floorplan__heading { display: grid; gap: 1.5rem; width: min(var(--abrizo-shell), calc(100% - 2.5rem)); margin-inline: auto; }
.home-floorplan__heading .home-kicker { color: rgba(242, 238, 230, 0.62); }
.home-floorplan__heading h2 { max-width: 10ch; margin: 1.2rem 0 0; color: var(--abrizo-paper); font-size: clamp(3.7rem, 9vw, 9rem); font-weight: 400; letter-spacing: -0.08em; line-height: 0.79; text-wrap: balance; }
.home-floorplan__heading h2 em { color: var(--abrizo-clay); font-style: italic; }
.home-floorplan__heading > p:last-child { max-width: 30rem; margin: 0; color: rgba(242, 238, 230, 0.68); font-size: 1.02rem; line-height: 1.7; }
.home-floorplan__layout { margin-top: 4.5rem; }
.home-floorplan__board { position: relative; overflow: hidden; min-height: min(92svh, 58rem); padding: 4.5rem 1rem 3.5rem; background: #14231d; isolation: isolate; }
.home-floorplan__board::before { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle, rgba(242, 238, 230, 0.12) 0 0.6px, transparent 0.75px); background-position: 1.5rem 1.5rem; background-size: 3rem 3rem; content: ""; opacity: 0.22; pointer-events: none; }
.home-floorplan__board::after { display: none; }
.home-floorplan__board-label, .home-floorplan__board-meta { position: absolute; top: 1.4rem; z-index: 7; font-family: var(--sans); }
.home-floorplan__board-label { left: 1.5rem; display: grid; grid-template-columns: 0.55rem auto; gap: 0.12rem 0.65rem; align-items: center; padding: 0.72rem 0.9rem; background: rgba(8, 18, 13, 0.82); box-shadow: 0 0.9rem 2.4rem rgba(3, 10, 6, 0.22); color: var(--abrizo-paper); backdrop-filter: blur(10px); transition: opacity 220ms ease, transform 320ms var(--abrizo-ease); }
.home-floorplan__board-label::before { grid-row: 1 / 3; width: 0.45rem; height: 0.45rem; border-radius: 50%; background: #e8b894; box-shadow: 0 0 0 0 rgba(232, 184, 148, 0.42); content: ""; animation: abrizo-floorplan-prompt 2.2s ease-out infinite; }
.home-floorplan__board-label strong { font-size: 0.67rem; font-weight: 700; letter-spacing: 0.13em; line-height: 1.2; text-transform: uppercase; }
.home-floorplan__board-label small { color: rgba(242, 238, 230, 0.68); font-size: 0.56rem; font-weight: 500; letter-spacing: 0.03em; line-height: 1.2; }
.home-floorplan.is-interacted .home-floorplan__board-label { opacity: 0.46; transform: translate3d(0, -0.15rem, 0); }
@keyframes abrizo-floorplan-prompt { 0% { box-shadow: 0 0 0 0 rgba(232, 184, 148, 0.42); } 70%, 100% { box-shadow: 0 0 0 0.55rem rgba(232, 184, 148, 0); } }
.home-floorplan__board-meta { right: 1.5rem; display: none; color: rgba(242, 238, 230, 0.64); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.home-floorplan__blueprint { position: relative; z-index: 1; display: block; width: min(100%, 100rem); height: auto; margin-inline: auto; transform: translate3d(0, var(--scroll-offset, 0px), 0); transition: transform 700ms var(--abrizo-ease); }
.home-floorplan__surface { fill: rgba(17, 30, 24, 0.35); }
.home-floorplan__source { pointer-events: none; }
.home-floorplan__blueprint > g[aria-hidden="true"], .home-floorplan__room-link .home-floorplan__furniture { display: none; }
.home-floorplan__walls rect, .home-floorplan__walls line, .home-floorplan__walls path { fill: none; stroke: rgba(242, 238, 230, 0.76); stroke-width: 5; stroke-linecap: square; stroke-linejoin: miter; vector-effect: non-scaling-stroke; }
.home-floorplan__walls .wall-outer { stroke: rgba(242, 238, 230, 0.94); stroke-width: 10; }
.home-floorplan__walls .wall-inner { stroke: rgba(242, 238, 230, 0.82); stroke-width: 4; }
.home-floorplan__walls .wall-minor { stroke: rgba(242, 238, 230, 0.28); stroke-width: 1.5; }
.home-floorplan__room-link { --room-accent: #e8b894; cursor: pointer; outline: none; }
.home-floorplan__room-fill { fill: rgba(242, 238, 230, 0.012); stroke: transparent; stroke-width: 1; vector-effect: non-scaling-stroke; transition: fill 180ms ease, opacity 180ms ease, stroke 180ms ease; }
.home-floorplan__room-link.is-active .home-floorplan__room-fill,
.home-floorplan.is-keyboard-mode .home-floorplan__room-link:focus-within .home-floorplan__room-fill { fill: var(--room-accent); opacity: 0.52; stroke: var(--room-accent); }
.home-floorplan__room-link.is-active .home-floorplan__room-name,
.home-floorplan.is-keyboard-mode .home-floorplan__room-link:focus-within .home-floorplan__room-name { fill: rgba(23, 29, 25, 0.64); }
.home-floorplan__room-link.is-active .home-floorplan__room-type,
.home-floorplan.is-keyboard-mode .home-floorplan__room-link:focus-within .home-floorplan__room-type,
.home-floorplan__room-link.is-active .home-floorplan__room-dim,
.home-floorplan.is-keyboard-mode .home-floorplan__room-link:focus-within .home-floorplan__room-dim,
.home-floorplan__room-link.is-active .home-floorplan__annotation,
.home-floorplan.is-keyboard-mode .home-floorplan__room-link:focus-within .home-floorplan__annotation { fill: var(--abrizo-ink); }
.home-floorplan__room-name, .home-floorplan__room-type, .home-floorplan__room-dim, .home-floorplan__annotation { pointer-events: none; }
.home-floorplan__room-name, .home-floorplan__room-type, .home-floorplan__room-dim { text-anchor: middle; }
.home-floorplan__room-name { fill: rgba(242, 238, 230, 0.58); font-family: var(--sans); font-size: 7.25px; font-weight: 600; letter-spacing: 0.19em; transition: fill 180ms ease; }
.home-floorplan__room-type { fill: var(--abrizo-paper); font-family: var(--sans); font-size: 14.5px; font-weight: 700; letter-spacing: 0.012em; transition: fill 180ms ease; }
.home-floorplan__room-dim { fill: rgba(242, 238, 230, 0.42); font-family: var(--sans); font-size: 5.9px; font-weight: 600; letter-spacing: 0.12em; transition: fill 180ms ease; }
.home-floorplan__annotation { fill: rgba(242, 238, 230, 0.4); font-family: var(--sans); font-size: 7px; font-weight: 600; letter-spacing: 1.3px; text-transform: uppercase; }
.home-floorplan__furniture { fill: none; stroke: rgba(242, 238, 230, 0.62); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; transition: stroke 180ms ease, opacity 180ms ease; }
.home-floorplan__furniture--soft { fill: rgba(242, 238, 230, 0.045); }
.home-floorplan__furniture--rug { fill: transparent; stroke: rgba(242, 238, 230, 0.26); stroke-dasharray: 5 4; }
.home-floorplan__room-link.is-active .home-floorplan__furniture,
.home-floorplan.is-keyboard-mode .home-floorplan__room-link:focus-within .home-floorplan__furniture { stroke: rgba(23, 29, 25, 0.82); opacity: 0.95; }
.home-floorplan__door { fill: none; stroke: rgba(242, 238, 230, 0.42); stroke-width: 1; vector-effect: non-scaling-stroke; }
.home-floorplan__entry { fill: none; stroke: var(--abrizo-clay); stroke-width: 1.5; stroke-linecap: square; vector-effect: non-scaling-stroke; }
.home-floorplan__terrace path, .home-floorplan__terrace ellipse { fill: none; stroke: rgba(242, 238, 230, 0.46); stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.home-floorplan__north { fill: none; stroke: #e8b894; stroke-width: 1.5; vector-effect: non-scaling-stroke; }
.home-floorplan__north-label { fill: #e8b894; font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: 2px; }
.home-floorplan__active { position: relative; z-index: 8; display: grid; grid-template-rows: auto auto auto auto minmax(2.75rem, auto); gap: 0.78rem; width: calc(100% - 2rem); max-width: 30rem; margin: 1rem auto 0; padding: 1.2rem 1.25rem 1.1rem; border: 1px solid rgba(23, 29, 25, 0.16); background: rgba(247, 244, 237, 0.985); color: var(--abrizo-ink); box-shadow: 0 1.6rem 4rem rgba(6, 14, 10, 0.3); }
.home-floorplan__active[aria-hidden="true"] { visibility: hidden; opacity: 0; pointer-events: none; }
.home-floorplan__active::before { position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--floorplan-active, var(--abrizo-clay)); content: ""; transition: background-color 180ms ease; }
.home-floorplan__active-meta { display: flex; justify-content: space-between; gap: 1rem; color: rgba(23, 29, 25, 0.52); font-family: var(--sans); font-size: 0.58rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.home-floorplan__active-room { display: flex; align-items: baseline; gap: 0.55rem; margin: 0.25rem 0 -0.2rem; color: rgba(23, 29, 25, 0.55); font-family: var(--sans); font-size: 0.62rem; letter-spacing: 0.13em; text-transform: uppercase; }
.home-floorplan__active-room strong { color: var(--abrizo-ink); font-size: 0.68rem; font-weight: 600; }
.home-floorplan__active-name { max-width: 14ch; margin: 0; color: var(--floorplan-active, var(--abrizo-clay)); font-family: var(--serif); font-size: clamp(2.15rem, 3.2vw, 3.35rem); font-weight: 400; letter-spacing: -0.055em; line-height: 0.91; text-wrap: balance; transition: color 180ms ease; }
.home-floorplan__active-copy { max-width: 29rem; margin: 0; color: rgba(23, 29, 25, 0.72); font-size: 0.86rem; line-height: 1.55; }
.home-floorplan__active-link { align-self: end; display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; width: 100%; min-height: 2.75rem; margin-top: 0.2rem; padding-top: 0.72rem; border-top: 1px solid rgba(23, 29, 25, 0.18); color: var(--abrizo-ink); font-family: var(--sans); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.15em; line-height: 1.2; opacity: 1; visibility: visible; text-decoration: none; text-transform: uppercase; transition: color 160ms ease, opacity 160ms ease; }
.home-floorplan__active-link b { display: grid; place-items: center; width: 2rem; height: 2rem; border: 1px solid currentColor; border-radius: 50%; font-size: 0.9rem; font-weight: 400; transition: transform 140ms cubic-bezier(0.22, 1, 0.36, 1); }
.home-floorplan__active-link:active b { transform: scale(0.97); }
.home-floorplan__board-foot { position: relative; z-index: 7; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.75rem; margin: 2rem 0.5rem 0; color: rgba(242, 238, 230, 0.4); font-family: var(--sans); font-size: 0.5rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }

@media (hover: hover) and (pointer: fine) {
	.home-floorplan__room-link:hover .home-floorplan__room-fill { fill: var(--room-accent); opacity: 0.52; stroke: var(--room-accent); }
	.home-floorplan__room-link:hover .home-floorplan__room-name { fill: rgba(23, 29, 25, 0.64); }
	.home-floorplan__room-link:hover .home-floorplan__room-type, .home-floorplan__room-link:hover .home-floorplan__room-dim, .home-floorplan__room-link:hover .home-floorplan__annotation { fill: var(--abrizo-ink); }
	.home-floorplan__room-link:hover .home-floorplan__furniture { stroke: rgba(23, 29, 25, 0.82); opacity: 0.95; }
	.home-floorplan__active-link:hover { color: var(--floorplan-active, var(--abrizo-clay)); }
	.home-floorplan__active-link:hover b { transform: translate3d(0.18rem, -0.18rem, 0); }
}

@media (min-width: 900px) {
	.home-floorplan__board { display: grid; min-height: min(100svh, 70rem); place-items: center; padding: 5rem 2.5rem 4.5rem; }
	.home-floorplan__board-meta { display: block; }
	.home-floorplan__blueprint { width: min(94vw, 105rem); }
	.home-floorplan__active { position: absolute; top: clamp(8.5rem, var(--floorplan-popover-y), calc(100% - 25rem)); left: clamp(12.5rem, var(--floorplan-popover-x), calc(100% - 12.5rem)); width: min(22rem, calc(100% - 3rem)); margin: 0; opacity: 0; visibility: hidden; pointer-events: none; transform: translate3d(-50%, 0.55rem, 0) scale(0.97); transform-origin: 50% 0; transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1), opacity 110ms ease-out, visibility 0s linear 180ms; }
	.home-floorplan.is-interacted .home-floorplan__active { opacity: 1; visibility: visible; pointer-events: auto; transform: translate3d(-50%, 0, 0) scale(1); transition-delay: 0s; }
	.home-floorplan.is-keyboard-mode .home-floorplan__active { transition-duration: 0ms; }
	.home-floorplan__board-foot { position: absolute; right: 2.5rem; bottom: 1.6rem; left: 2.5rem; margin: 0; }
}
.home-process {
	position: relative;
	padding-block: 7rem 6rem;
	background: #e9e5da;
	color: var(--abrizo-ink);
	isolation: isolate;
}

.home-process__heading { display: grid; gap: 1.5rem; max-width: 50rem; }
.home-process__heading h2 { max-width: 9ch; margin: 0; font-size: clamp(3.7rem, 9vw, 8.5rem); font-weight: 400; letter-spacing: -0.08em; line-height: 0.79; text-wrap: balance; }
.home-process__heading h2 em { color: var(--abrizo-clay); font-style: italic; }
.home-process__heading > p:last-child { max-width: 25rem; margin: 0; color: rgba(23, 29, 25, 0.72); font-size: 1.02rem; line-height: 1.65; }

.home-process__rail { position: relative; height: 1px; margin: 6rem 0 2.2rem; background: rgba(23, 29, 25, 0.3); }
.home-process__rail span { display: block; width: 100%; height: 100%; background: var(--abrizo-ink); transform: scaleX(0); transform-origin: left; transition: transform 650ms var(--abrizo-ease); }
.home-process__list { display: grid; gap: 1.5rem; margin: 0; padding: 0; list-style: none; }
.home-process__step { position: relative; display: grid; grid-template-columns: 1.4rem minmax(0, 1fr); gap: 1rem; opacity: 0.62; transition: opacity 500ms ease; }
.home-process__step.is-active, .home-process__step.is-past { opacity: 1; }
.home-process__dot { display: block; width: 0.85rem; height: 0.85rem; margin-top: 0.2rem; border: 1px solid var(--abrizo-ink); border-radius: 50%; background: var(--abrizo-sage); transition: background-color 400ms ease, transform 400ms var(--abrizo-ease); }
.home-process__step.is-active .home-process__dot { background: var(--abrizo-ink); transform: scale(1.18); }
.home-process__content { min-width: 0; }
.home-process__icon { display: block; width: 3.4rem; height: 3.4rem; margin: 0 0 1.3rem; overflow: visible; color: rgba(23, 29, 25, 0.55); transition: color 350ms ease, opacity 350ms ease, transform 450ms var(--abrizo-ease); }
.home-process__icon-art { transform-box: fill-box; transform-origin: center; transition: transform 450ms var(--abrizo-ease); }
.home-process__icon path, .home-process__icon circle, .home-process__icon rect, .home-process__icon line, .home-process__icon polyline, .home-process__icon polygon { fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.home-process__icon .fill { fill: currentColor; stroke: none; }
.home-process__step.is-active .home-process__icon, .home-process__step.is-past .home-process__icon { color: var(--abrizo-ink); }
.home-process__step.is-active .home-process__icon { transform: translateY(-0.18rem); }
.home-process__step.is-active .home-process__icon-art { transform: scale(1.04) rotate(-2deg); }
.home-process__step small { color: rgba(23, 29, 25, 0.64); font-family: var(--sans); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.home-process__step h3 { margin: 0.5rem 0 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.3rem); font-weight: 400; letter-spacing: -0.04em; line-height: 0.9; }
.home-process__step p { max-width: 23rem; margin: 0.8rem 0 0; color: rgba(23, 29, 25, 0.74); font-size: 1rem; line-height: 1.6; }
.home-process__meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1rem; border-top: 1px solid rgba(23, 29, 25, 0.22); color: rgba(23, 29, 25, 0.65); font-family: var(--sans); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }
.home-process__meta a { color: var(--abrizo-ink); text-decoration: none; }
.home-process__meta b { font-size: 1rem; font-weight: 400; }

.home-studio { position: relative; padding-block: 7rem 9rem; background: var(--abrizo-paper); color: var(--abrizo-ink); isolation: isolate; }
.home-studio__copy h2 { color: var(--abrizo-ink); }
.home-studio__grid { display: grid; gap: 3rem; align-items: center; }
.home-studio__copy { max-width: 33rem; }
.home-studio__copy h2 { margin: 1.5rem 0 2rem; font-size: clamp(3.7rem, 8vw, 8rem); font-weight: 400; letter-spacing: -0.08em; line-height: 0.8; }
.home-studio__copy h2 em { color: var(--abrizo-clay); font-style: italic; }
.home-studio__copy > p:not(.home-kicker) { max-width: 25rem; margin: 0 0 2rem; color: rgba(23, 29, 25, 0.7); font-size: 1rem; line-height: 1.7; }
.home-studio__image { position: relative; }
.home-studio__image figure { margin: 0; }
.home-studio__image img { display: block; width: 100%; aspect-ratio: 0.9; object-fit: cover; transform: translate3d(0, var(--scroll-offset, 0px), 0) scale(1.02); }
.home-studio__image figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: 0.8rem; color: rgba(23, 29, 25, 0.58); font-family: var(--sans); font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; }
.home-studio__seal { position: absolute; top: -2.3rem; right: -0.5rem; display: grid; place-items: center; width: 5.4rem; height: 5.4rem; border: 1px solid var(--abrizo-clay); border-radius: 50%; background: var(--abrizo-paper); color: var(--abrizo-clay); font-family: var(--serif); font-size: 2.2rem; line-height: 0.7; text-align: center; transform: rotate(12deg); }
.home-studio__seal small { font-family: var(--sans); font-size: 0.43rem; letter-spacing: 0.18em; }

.home-faq { position: relative; padding-block: 6rem; background: var(--abrizo-ink); color: var(--abrizo-paper); isolation: isolate; }
.home-faq .home-shell { display: grid; gap: 3rem; }
.home-faq__intro h2 { max-width: 10ch; margin: 1.3rem 0 1.3rem; font-size: clamp(3.3rem, 7vw, 7rem); font-weight: 400; letter-spacing: -0.075em; line-height: 0.8; text-wrap: balance; }
.home-faq__intro h2 em { color: #e8b894; font-style: italic; }
.home-faq__intro > p:not(.home-kicker) { max-width: 20rem; margin: 0 0 1.6rem; color: rgba(242, 238, 230, 0.7); font-size: 1rem; line-height: 1.6; }
.home-faq__list { border-top: 1px solid var(--abrizo-line-light); }
.home-faq__list details { border-bottom: 1px solid var(--abrizo-line-light); }
.home-faq__list summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.3rem 0; color: var(--abrizo-paper); cursor: pointer; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; list-style: none; }
.home-faq__list summary::-webkit-details-marker { display: none; }
.home-faq__list summary span { color: #e8b894; font-family: var(--sans); font-size: 1rem; }
.home-faq__list details[open] summary span { transform: rotate(45deg); }
.home-faq__list p { max-width: 32rem; margin: 0 2rem 1.5rem 0; color: rgba(242, 238, 230, 0.7); font-size: 1rem; line-height: 1.65; }

.home-cta { position: relative; overflow: hidden; padding-block: clamp(6rem, 10vw, 10rem); background: var(--abrizo-clay); color: var(--abrizo-ink); isolation: isolate; }
.home-cta__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr); gap: 3rem; align-items: start; }
.home-cta__copy { position: relative; z-index: 1; max-width: 35rem; }
.home-cta h2 { max-width: 9ch; margin: 1.4rem 0 2rem; font-size: clamp(4rem, 10vw, 10rem); font-weight: 400; letter-spacing: -0.085em; line-height: 0.78; text-wrap: balance; }
.home-cta h2 em { color: var(--abrizo-paper); font-style: italic; }
.home-cta__copy > p:not(.home-kicker) { max-width: 25rem; margin: 0 0 2.4rem; color: rgba(23, 29, 25, 0.76); font-size: 1.02rem; line-height: 1.65; }
.home-cta__assurances { display: grid; gap: 0; max-width: 31rem; margin: 0; padding: 0; border-top: 1px solid rgba(23, 29, 25, 0.28); list-style: none; }
.home-cta__assurances li { display: grid; grid-template-columns: 2.3rem minmax(0, 1fr); gap: 0.8rem; padding: 1rem 0; border-bottom: 1px solid rgba(23, 29, 25, 0.2); }
.home-cta__assurances li > span { color: rgba(23, 29, 25, 0.58); font-family: var(--sans); font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; }
.home-cta__assurances strong, .home-cta__assurances small { display: block; }
.home-cta__assurances strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; letter-spacing: -0.025em; line-height: 1; }
.home-cta__assurances small { margin-top: 0.35rem; color: rgba(23, 29, 25, 0.7); font-size: 0.9rem; line-height: 1.5; }
.home-cta__button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; width: max-content; min-width: 14rem; padding: 0.85rem 0.85rem 0.85rem 1.25rem; border: 1px solid var(--abrizo-ink); color: var(--abrizo-ink); font-family: var(--sans); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.14em; text-decoration: none; text-transform: uppercase; transition: background-color 350ms ease, color 350ms ease; }
.home-cta__button span { display: grid; place-items: center; width: 2.1rem; height: 2.1rem; border: 1px solid currentColor; border-radius: 50%; font-size: 1rem; font-weight: 400; }
.home-cta__button:hover, .home-cta__button:focus-visible { background: var(--abrizo-ink); color: var(--abrizo-paper); }
.home-cta__rings { position: absolute; right: -15vw; bottom: -20vw; width: min(70vw, 56rem); aspect-ratio: 1; transform: translate3d(0, var(--scroll-offset, 0px), 0); }
.home-cta__rings span { position: absolute; inset: 0; border: 1px solid rgba(23, 29, 25, 0.32); border-radius: 50%; animation: abrizo-ring 10s ease-in-out infinite; }
.home-cta__rings span:nth-child(2) { inset: 12%; animation-delay: -3s; }
.home-cta__rings span:nth-child(3) { inset: 24%; animation-delay: -6s; }
@keyframes abrizo-ring { 0%, 100% { transform: translate3d(0, 0, 0) rotate(0); } 50% { transform: translate3d(-2%, -3%, 0) rotate(9deg); } }

.home-cursor { position: fixed; top: 0; left: 0; z-index: 90; display: grid; place-items: center; width: 4rem; height: 4rem; border: 1px solid rgba(242, 238, 230, 0.72); border-radius: 50%; background: rgba(24, 35, 30, 0.78); color: var(--abrizo-paper); font-family: var(--sans); font-size: 0.55rem; font-weight: 600; letter-spacing: 0.1em; pointer-events: none; text-transform: uppercase; opacity: 0; transform: translate(-50%, -50%) scale(0.6); transition: opacity 250ms ease, transform 350ms var(--abrizo-ease); }
.home-cursor.is-visible { opacity: 1; transform: translate(-50%, -50%) scale(1); }

@media (min-width: 700px) {
	.home-shell { width: min(var(--abrizo-shell), calc(100% - 4rem)); }
	.home-hero__grid { padding-inline: 2rem; }
	.home-hero__topline { width: min(var(--abrizo-shell), calc(100% - 4rem)); }
	.home-hero__content { width: min(var(--abrizo-shell), calc(100% - 4rem)); padding-bottom: 5rem; }
	.home-hero__bottom { grid-template-columns: minmax(0, 1fr) auto minmax(12rem, 0.52fr); align-items: end; gap: 2.5rem; }
	.home-hero__scroll { right: 2rem; }
	.home-hero__corner--left { left: 2rem; }
	.home-hero__corner--right { right: 2rem; }
	.home-section-head { grid-template-columns: minmax(0, 1fr) auto; }
	.home-projects__layout { grid-template-columns: minmax(10rem, 0.32fr) minmax(0, 1fr); gap: 4rem; }
	.home-projects__aside { position: sticky; top: 8rem; align-self: start; }
	.home-projects__pair { grid-template-columns: minmax(0, 0.72fr) minmax(0, 0.78fr); gap: 5rem; margin-top: 5rem; }
	.home-project--offset { margin-top: 7rem; }
	.home-services__stage { grid-template-columns: minmax(16rem, 0.56fr) minmax(0, 1fr); gap: 5rem; }
	.home-services__preview { position: sticky; top: 8rem; }
	.home-service summary { grid-template-columns: 3.5rem minmax(0, 1fr) 2rem; min-height: 7.2rem; }
	.home-service__number { padding-top: 2.5rem; }
	.home-service__detail { margin-left: 4.3rem; }
	.home-floorplan__heading { grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.38fr); align-items: end; width: min(var(--abrizo-shell), calc(100% - 4rem)); }
	.home-floorplan__heading > p:last-child { justify-self: end; padding-bottom: 0.35rem; }
	.home-process__list { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; }
	.home-process__step { display: block; min-height: 21rem; padding-right: 1rem; border-right: 1px solid rgba(23, 29, 25, 0.18); }
	.home-process__step:last-child { border-right: 0; }
	.home-process__dot { margin-bottom: 2rem; }
	.home-process__icon { width: 4.1rem; height: 4.1rem; margin-bottom: 1.3rem; }
	.home-studio__grid { grid-template-columns: minmax(0, 0.78fr) minmax(18rem, 0.6fr); gap: 9rem; }
	.home-studio__image img { aspect-ratio: 0.86; }
	.home-faq .home-shell { grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr); gap: 6rem; }
	.home-faq__intro { position: sticky; top: 8rem; align-self: start; }
	.home-cta__inner { grid-template-columns: minmax(0, 0.72fr) minmax(24rem, 1fr); gap: clamp(3rem, 7vw, 8rem); padding-left: 0; }
}

@media (min-width: 700px) and (max-width: 899px) {
	.home-projects__layout,
	.home-services__stage,
	.home-studio__grid,
	.home-faq .home-shell,
	.home-cta__inner {
		grid-template-columns: 1fr;
	}

	.home-projects__aside,
	.home-services__preview,
	.home-faq__intro {
		position: relative;
		top: auto;
	}

	.home-projects__aside {
		max-width: 30rem;
	}

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

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

	.home-process__step {
		min-height: 16rem;
		padding-right: 1rem;
		border-right: 1px solid rgba(23, 29, 25, 0.18);
	}

	.home-process__step:nth-child(2n) {
		border-right: 0;
	}

	.home-floorplan__heading {
		grid-template-columns: 1fr;
	}

	.home-floorplan__heading > p:last-child {
		justify-self: start;
	}

}

@media (min-width: 1100px) {
	.home-shell { width: min(var(--abrizo-shell), calc(100% - 6rem)); }
	.home-hero__grid { padding-inline: 3rem; }
	.home-hero__topline { width: min(var(--abrizo-shell), calc(100% - 6rem)); }
	.home-hero__content { width: min(var(--abrizo-shell), calc(100% - 6rem)); padding-bottom: 5.5rem; }
	.home-section-head { margin-bottom: 6.5rem; }
	.home-projects__layout { grid-template-columns: minmax(12rem, 0.34fr) minmax(0, 1fr); gap: 8rem; }
	.home-services__stage { grid-template-columns: minmax(19rem, 0.53fr) minmax(0, 1fr); gap: 8rem; }
	.home-floorplan__heading { width: min(var(--abrizo-shell), calc(100% - 6rem)); }
	.home-process__rail { margin-top: 8rem; }
	.home-process__step { min-height: 23rem; }
}

@media (pointer: fine) {
	.home-cursor { display: grid; }
}

@media (pointer: coarse) {
	.home-cursor { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
	.home-hero__media img { transform: scale(1.04); }
	.home-hero__content, .home-hero__grid, .home-hero__orb, .home-manifesto__glyph, .home-project img, .home-project__caption, .home-services__preview img, .home-floorplan__blueprint, .home-studio__image img, .home-cta__rings { transform: none !important; }
	.home-project figure::before { transform: scaleX(0); transition: none; }
	.home-service__detail { opacity: 1; transform: none; transition: none; }
	.js-reveal { opacity: 1; transform: none; }
	.home-process__step.is-active .home-process__icon, .home-process__step.is-active .home-process__icon-art { transform: none; }
	.home-marquee, .home-manifesto__glyph, .home-cta__rings { animation: none; }
}
