@font-face { font-family: "Montserrat"; src: url("../fonts/montserrat-300.ttf") format("truetype"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("../fonts/montserrat-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("../fonts/montserrat-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("../fonts/montserrat-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("../fonts/montserrat-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
	--ink: #17171f;
	--muted: #65656a;
	--dark: #191a23;
	--yellow: #ffbd00;
	--soft: #f5f5f5;
	--white: #fff;
	--page-pad: clamp(24px, 5.208vw, 100px);
	--header-height: 126px;
	--ease: cubic-bezier(.22, 1, .36, 1);
}

/* Catálogo de tejidos */
.fabrics-page h1,
.fabrics-page h2,
.fabrics-page h3,
.fabrics-page p { margin-top: 0; }

.fabrics-hero {
	position: relative;
	height: 690px;
	padding-top: 50px;
	overflow: hidden;
}

.fabrics-hero .breadcrumbs { margin: 0; font-size: 18px; }
.fabrics-hero__copy { position: absolute; left: var(--page-pad); top: 145px; width: 765px; z-index: 2; }
.fabrics-hero h1 { margin-bottom: 29px; color: var(--yellow); font-size: 52px; font-weight: 400; line-height: 1.12; }
.fabrics-hero__copy > p { margin-bottom: 28px; font-size: 18px; line-height: 1.5; }
.fabrics-hero__facts { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.fabrics-hero__facts span { padding: 7px 16px; border-radius: 2px; background: #e8e8e8; font-size: 17px; line-height: 1.35; white-space: nowrap; }
.fabrics-hero__grid { position: absolute; right: var(--page-pad); top: 121px; display: grid; grid-template-columns: repeat(3, 280px); grid-template-rows: repeat(3, 126px); gap: 10px; width: 860px; height: 398px; }
.fabrics-hero__swatch { min-width: 0; overflow: hidden; }
.fabrics-hero__swatch img { width: 100%; height: 100%; object-fit: cover; }

.fabrics-catalog {
	height: 1400px;
	padding-top: 42px;
	overflow: hidden;
	background: var(--white);
}

.fabrics-page h2 {
	margin-bottom: 25px;
	font-size: 52px;
	font-weight: 400;
	line-height: 1.12;
}

.fabrics-lead { max-width: 1200px; margin-bottom: 32px; font-size: 19px; line-height: 1.5; }
.fabrics-catalog__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); grid-auto-rows: 97px; gap: 10px; }
.fabrics-swatch { min-width: 0; overflow: hidden; background: #ddd; }
.fabrics-swatch img { width: 100%; height: 100%; object-fit: cover; }
.fabrics-swatch:nth-child(6n + 2) { transition-delay: .04s; }
.fabrics-swatch:nth-child(6n + 3) { transition-delay: .08s; }
.fabrics-swatch:nth-child(6n + 4) { transition-delay: .12s; }
.fabrics-swatch:nth-child(6n + 5) { transition-delay: .16s; }
.fabrics-swatch:nth-child(6n + 6) { transition-delay: .2s; }

.fabrics-valances {
	height: 850px;
	padding-top: 44px;
	overflow: hidden;
}

.fabrics-valances .fabrics-lead { max-width: 1400px; margin-bottom: 24px; }
.fabrics-valances__grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 193px); column-gap: 52px; row-gap: 14px; }
.fabrics-valance { position: relative; min-width: 0; }
.fabrics-valance .gallery-button { width: 100%; height: 167px; overflow: hidden; background: #fff; }
.fabrics-valance img { width: 100%; height: 100%; object-fit: contain; object-position: center top; }
.fabrics-valance h3 { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.fabrics-valance .gallery-button::after { border-radius: 0; }

.fabrics-cta {
	display: grid;
	grid-template-columns: 755px minmax(0, 1fr);
	gap: 80px;
	height: 553px;
	padding: 50px var(--page-pad) 50px 80px;
	overflow: hidden;
}

.fabrics-cta__media { width: 755px; height: 453px; overflow: hidden; }
.fabrics-cta__media img { width: 100%; height: 100%; object-fit: cover; }
.fabrics-cta__content { padding-top: 61px; }
.fabrics-cta h2 { margin-bottom: 28px; font-size: 48px; font-weight: 400; line-height: 1.18; }
.fabrics-cta h2 strong,
.fabrics-why h2 strong { color: var(--yellow); font-weight: 700; }
.fabrics-cta p { max-width: 810px; margin-bottom: 31px; font-size: 18px; line-height: 1.48; }
.fabrics-cta .button { min-width: 274px; }

.fabrics-works {
	height: 2763px;
	padding-top: 50px;
	overflow: hidden;
}

.fabrics-works .eyebrow { margin-bottom: 27px; }
.fabrics-works h2 { margin: 0 0 40px; font-size: 60px; font-weight: 400; line-height: 1.12; }
.fabrics-works__grid { position: relative; height: 2420px; }
.fabrics-works__grid .fabrics-work { position: absolute; min-width: 0; overflow: hidden; }
.fabrics-work img { width: 100%; height: 100%; object-fit: cover; }
.fabrics-works__grid .fabrics-work--1 { left: 0; top: 0; width: 42.85%; height: 790px; }
.fabrics-works__grid .fabrics-work--2 { right: 0; top: 0; width: 56.57%; height: 790px; }
.fabrics-works__grid .fabrics-work--3 { left: 0; top: 800px; width: 45.88%; height: 720px; }
.fabrics-works__grid .fabrics-work--4 { right: 0; top: 800px; width: 53.54%; height: 720px; }
.fabrics-works__grid .fabrics-work--5 { left: 0; top: 1530px; width: 100%; height: 890px; }

.fabrics-why {
	display: grid;
	grid-template-columns: 824px minmax(0, 1fr);
	gap: 43px;
	height: 600px;
	padding-top: 60px;
	overflow: hidden;
}

.fabrics-why__media { width: 824px; height: 477px; overflow: hidden; }
.fabrics-why__media img { width: 100%; height: 100%; object-fit: cover; }
.fabrics-why__content h2 { margin-bottom: 36px; color: var(--yellow); font-size: 53px; font-weight: 400; line-height: 1.1; }
.fabrics-why__content p { margin: 0 0 18px; font-size: 18px; line-height: 1.5; }
.fabrics-why__content .button { min-width: 430px; }
.fabrics-page + .site-footer .site-footer__inner { min-height: 306px; }

@media (max-width: 1500px) {
	.fabrics-hero,
	.fabrics-catalog,
	.fabrics-valances,
	.fabrics-cta,
	.fabrics-works,
	.fabrics-why { height: auto; }

	.fabrics-hero { display: flex; flex-direction: column; gap: 27px; padding-top: 35px; padding-bottom: 48px; }
	.fabrics-hero .breadcrumbs { order: 0; }
	.fabrics-hero__copy { display: contents; }
	.fabrics-hero h1 { order: 1; margin: 0; font-size: 43px; }
	.fabrics-hero__copy > p { order: 2; margin: 0; font-size: 17px; line-height: 1.55; }
	.fabrics-hero__facts { order: 3; margin: 0; }
	.fabrics-hero__grid { position: static; order: 4; width: 100%; height: auto; grid-template-columns: repeat(3, 1fr); grid-template-rows: none; grid-auto-rows: auto; }
	.fabrics-hero__swatch { aspect-ratio: 2.2 / 1; }
	.fabrics-hero .button { order: 5; align-self: flex-start; }

	.fabrics-page h2 { font-size: 38px; }
	.fabrics-catalog,
	.fabrics-valances,
	.fabrics-works { padding-block: 44px; }
	.fabrics-lead { font-size: 16px; }
	.fabrics-catalog__grid { grid-auto-rows: auto; }
	.fabrics-swatch { aspect-ratio: 2.6 / 1; }

	.fabrics-valances__grid { grid-template-rows: none; }
	.fabrics-valance { min-height: 190px; }
	.fabrics-valance .gallery-button { height: 160px; }

	.fabrics-cta { display: flex; flex-direction: column; gap: 28px; padding: 42px var(--page-pad); }
	.fabrics-cta__media { width: 100%; height: auto; aspect-ratio: 1.67 / 1; }
	.fabrics-cta__content { padding-top: 0; }
	.fabrics-cta h2 { margin-bottom: 25px; font-size: 38px; }
	.fabrics-cta p { font-size: 16px; }

	.fabrics-works h2 { font-size: 42px; }
	.fabrics-works__grid { position: static; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 8px; height: auto; }
	.fabrics-work,
	.fabrics-work[class] { position: static; width: auto; height: auto; aspect-ratio: 1.25 / 1; }
	.fabrics-work--5 { aspect-ratio: 1.9 / 1; }

	.fabrics-why { display: flex; flex-direction: column; gap: 30px; padding-block: 42px; }
	.fabrics-why__media { width: 100%; height: auto; aspect-ratio: 1.54 / 1; }
	.fabrics-why__content h2 { margin-bottom: 25px; font-size: 38px; }
	.fabrics-why__content p { font-size: 15px; }
}

@media (max-width: 820px) {
	.fabrics-hero h1 { font-size: 35px; }
	.fabrics-page h2 { font-size: 32px; }
	.fabrics-hero__grid { grid-template-columns: repeat(2, 1fr); }
	.fabrics-catalog__grid { grid-template-columns: repeat(3, 1fr); gap: 7px; }
	.fabrics-valances__grid { grid-template-columns: 1fr; }
	.fabrics-valance:nth-child(1) { order: 1; }
	.fabrics-valance:nth-child(3) { order: 2; }
	.fabrics-valance:nth-child(5) { order: 3; }
	.fabrics-valance:nth-child(2) { order: 4; }
	.fabrics-valance:nth-child(4) { order: 5; }
	.fabrics-valance:nth-child(6) { order: 6; }
	.fabrics-works__grid { grid-template-columns: 1fr; }
	.fabrics-work,
	.fabrics-work[class] { grid-column: auto; grid-row: auto; aspect-ratio: 1.25 / 1; }
	.fabrics-work--5 { aspect-ratio: 1.5 / 1 !important; }
	.fabrics-why__content .button { min-width: 0; }
}

@media (max-width: 520px) {
	.fabrics-hero__facts { display: grid; grid-template-columns: 1fr 1fr; }
	.fabrics-hero__facts span { white-space: normal; }
	.fabrics-catalog__grid { grid-template-columns: repeat(2, 1fr); }
	.fabrics-swatch { aspect-ratio: 2.2 / 1; }
	.fabrics-valance .gallery-button { height: 140px; }
	.fabrics-cta__media { aspect-ratio: 1.25 / 1; }
	.fabrics-cta h2 { font-size: 32px; }
}


/* Toldo horizontal (de brazo articulado) */
.arm-page h1,
.arm-page h2,
.arm-page h3,
.arm-page p,
.arm-page dl { margin-top: 0; }

.arm-hero {
	position: relative;
	height: 707px;
	padding-top: 52px;
	overflow: hidden;
}

.arm-hero .breadcrumbs { margin: 0; font-size: 20px; }
.arm-hero__copy { position: relative; z-index: 2; width: 920px; padding-top: 107px; }
.arm-hero h1 { margin-bottom: 30px; color: var(--yellow); font-size: 51px; font-weight: 400; line-height: 1.12; }
.arm-hero__copy > p { width: 840px; margin-bottom: 35px; font-size: 23px; line-height: 1.28; }
.arm-hero__facts { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 31px; }
.arm-hero__facts span { padding: 7px 16px; border-radius: 2px; background: #e8e8e8; font-size: 18px; line-height: 1.35; white-space: nowrap; }
.arm-hero__media { position: absolute; top: 130px; right: 0; width: 45.89%; max-width: 881px; height: 528px; overflow: hidden; }
.arm-hero__media img { width: 100%; height: 100%; object-fit: cover; }

.arm-motion { height: 1018px; padding-top: 50px; background: var(--soft); }
.arm-motion h2,
.arm-benefits > h2,
.arm-selector h2,
.arm-product h2,
.arm-structure h2,
.arm-customize > h2 { margin-bottom: 31px; font-size: 52px; font-weight: 400; line-height: 1.12; }
.arm-motion__lead { margin-bottom: 29px; font-size: 20px; line-height: 1.5; }
.arm-motion__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.arm-state { background: #fff; }
.arm-state__media { height: 596px; overflow: hidden; }
.arm-state__media img { width: 100%; height: 100%; object-fit: cover; }
.arm-state > div:last-child { min-height: 195px; padding: 29px 30px 20px; }
.arm-state h3 { margin-bottom: 11px; font-size: 23px; font-weight: 500; }
.arm-state p { margin-bottom: 0; font-size: 19px; line-height: 1.55; }

.arm-benefits { height: 650px; padding-top: 53px; }
.arm-benefits > h2 { margin-bottom: 45px; }
.arm-benefits__grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 42px; row-gap: 42px; }
.arm-benefits article { min-height: 92px; padding-left: 20px; border-left: 3px solid var(--yellow); }
.arm-benefits h3 { margin-bottom: 12px; font-size: 21px; font-weight: 500; }
.arm-benefits p { margin-bottom: 0; font-size: 18px; line-height: 1.48; }

.arm-selector { height: 259px; padding-top: 35px; }
.arm-selector h2 { margin-bottom: 43px; }
.arm-selector__links { display: grid; grid-template-columns: repeat(5, 210px); gap: 52px; padding: 0 8px 43px; border-bottom: 1px solid #999; }
.arm-selector__links a { display: flex; align-items: center; justify-content: center; height: 45px; border-radius: 3px; background: var(--yellow); font-size: 20px; font-weight: 700; text-decoration: none; transition: background-color .3s ease, color .3s ease, transform .3s var(--ease); }
.arm-selector__links a:hover,
.arm-selector__links a:focus-visible { background: #000; color: #fff; transform: translateY(-2px); }

.arm-product { position: relative; display: grid; grid-template-columns: 1fr 1fr; column-gap: 43px; overflow: hidden; scroll-margin-top: 100px; }
.arm-product--left .arm-product__copy { grid-column: 1; }
.arm-product--left .arm-product__render { grid-column: 2; }
.arm-product--right .arm-product__render { grid-column: 1; }
.arm-product--right .arm-product__copy { grid-column: 2; }
.arm-product__copy,
.arm-product__render { grid-row: 1; }
.arm-product h2 { margin-bottom: 27px; }
.arm-product__copy { align-self: start; padding: 0 7px; }
.arm-product__copy > p { margin: 29px 0 29px; font-size: 18px; line-height: 1.47; }
.arm-tags { display: flex; gap: 30px; }
.arm-tags span,
.arm-tags strong { display: inline-flex; min-width: 210px; min-height: 42px; align-items: center; justify-content: center; padding: 7px 18px; border-radius: 2px; font-size: 18px; font-weight: 400; }
.arm-tags span { background: #444; color: #fff; }
.arm-tags strong { background: var(--yellow); color: #111; }
.arm-specs { display: grid; gap: 11px; margin-bottom: 0; font-size: 18px; line-height: 1.32; }
.arm-specs > div { display: grid; grid-template-columns: 245px 1fr; gap: 18px; }
.arm-specs dt { font-weight: 700; }
.arm-specs dd { margin: 0; }
.arm-product__render { align-self: start; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.arm-product__render img { width: 100%; height: 100%; object-fit: contain; }
.arm-product__gallery-title { grid-column: 1 / -1; margin: 0 0 29px 7px; font-size: 47px; font-weight: 400; line-height: 1.1; }
.arm-product__strip { grid-column: 1 / -1; height: 401px; }
.arm-product__strip img { width: 100%; height: 100%; object-fit: cover; }
.arm-product__gallery-two,
.arm-product__gallery-four { grid-column: 1 / -1; display: grid; gap: 10px; }
.arm-product__gallery-two { grid-template-columns: 1fr 1fr; height: 458px; }
.arm-product__gallery-four { grid-template-columns: repeat(4, 1fr); height: 405px; }
.arm-product__gallery-two img,
.arm-product__gallery-four img { width: 100%; height: 100%; object-fit: cover; }

#tipo-600 { height: 1334px; padding-top: 0; }
#tipo-600 .arm-product__copy { padding-top: 0; }
#tipo-600 .arm-product__render { height: 545px; padding-top: 43px; }
#tipo-600 .arm-product__gallery-title { align-self: end; margin-bottom: 29px; }
#tipo-600 .arm-product__strip { align-self: end; }

#tipo-710 { height: 1416px; padding-top: 0; border-top: 1px solid #aaa; }
#tipo-710 .arm-product__copy { padding-top: 51px; }
#tipo-710 .arm-product__render { height: 695px; padding-top: 41px; }
#tipo-710 .arm-product__gallery-title { align-self: end; margin-bottom: 28px; }
#tipo-710 .arm-product__strip { align-self: end; height: 569px; }

#tipo-720 { height: 1307px; padding-top: 30px; border-top: 1px solid #aaa; }
#tipo-720 .arm-product__copy { padding-top: 0; }
#tipo-720 .arm-product__render { height: 640px; }
#tipo-720 .arm-product__gallery-title { align-self: end; margin-bottom: 28px; }
#tipo-720 .arm-product__strip { align-self: end; height: 418px; }

.arm-structure { display: grid; grid-template-columns: 650px 1fr; gap: 50px; height: 893px; padding-top: 40px; border-top: 1px solid #aaa; overflow: hidden; }
.arm-structure h2 { margin-bottom: 35px; }
.arm-structure__copy > p { margin-bottom: 37px; font-size: 18px; line-height: 1.55; }
.arm-structure ol { display: grid; gap: 11px; margin: 0; padding-left: 63px; font-size: 18px; line-height: 1.35; }
.arm-structure li { padding-left: 12px; }
.arm-structure__media { align-self: center; height: 635px; }
.arm-structure__media img { width: 100%; height: 100%; object-fit: contain; }

#discus { height: 1353px; padding-top: 0; }
#discus .arm-product__copy { padding-top: 0; }
#discus .arm-product__render { height: 650px; }
#discus .arm-product__gallery-title { align-self: end; margin-bottom: 28px; }
#discus .arm-product__gallery-two { align-self: end; }

#sin-viga { height: 1422px; padding-top: 53px; border-top: 1px solid #aaa; }
#sin-viga .arm-product__render--beamless { position: relative; display: block; height: 625px; }
#sin-viga .arm-product__render--beamless img { position: absolute; object-fit: contain; }
#sin-viga .arm-product__render--beamless img:nth-child(1) { left: 0; top: 35px; width: 54%; height: 350px; }
#sin-viga .arm-product__render--beamless img:nth-child(2) { right: 0; top: 0; width: 45%; height: 340px; }
#sin-viga .arm-product__render--beamless img:nth-child(3) { right: 0; bottom: 0; width: 88%; height: 320px; }
#sin-viga .arm-product__gallery-title { align-self: end; margin-bottom: 28px; }
#sin-viga .arm-product__gallery-four { align-self: end; }

.arm-cta { display: grid; grid-template-columns: 755px 1fr; gap: 30px; height: 506px; padding: 0 100px 0 80px; }
.arm-cta__media { width: 755px; height: 453px; overflow: hidden; }
.arm-cta__media img { width: 100%; height: 100%; object-fit: cover; }
.arm-cta__content { align-self: center; padding: 0 0 35px 0; }
.arm-cta h2 { margin-bottom: 45px; font-size: 49px; font-weight: 400; line-height: 1.28; }
.arm-cta h2 strong { color: var(--yellow); font-weight: 700; }
.arm-cta p { margin-bottom: 31px; font-size: 18px; line-height: 1.5; }
.arm-cta .button { min-width: 274px; }

.arm-customize { height: 1516px; padding-top: 43px; overflow: hidden; }
.arm-customize > h2 { margin-bottom: 36px; }
.arm-customize__scene { position: relative; height: 1720px; overflow: hidden; color: #fff; }
.arm-customize__scene > img { width: 100%; height: 100%; object-fit: cover; }
.arm-customize__scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.17), transparent 35%, transparent 68%, rgba(0,0,0,.16)); pointer-events: none; }
.arm-callout { position: absolute; z-index: 2; display: grid; grid-template-columns: 75px 1fr; gap: 17px; width: 390px; color: #fff; }
.arm-callout--light { left: 35px; top: 610px; }
.arm-callout--fabric { right: 34px; top: 375px; }
.arm-callout__icon { display: grid; place-items: center; width: 75px; height: 75px; border-radius: 50%; background: #17171f; font-size: 45px; line-height: 1; }
.arm-callout__icon svg { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.arm-callout h3 { margin-bottom: 8px; font-size: 20px; font-weight: 500; }
.arm-callout p { margin-bottom: 0; font-size: 18px; line-height: 1.5; }

.arm-works { height: 2539px; padding-top: 53px; }
.arm-works .eyebrow { margin-bottom: 28px; }
.arm-works h2 { margin: 0 0 36px; font-size: 60px; font-weight: 400; line-height: 1.1; }
.arm-works__grid { display: grid; grid-template-columns: 640px 1fr; grid-template-rows: 802px 795px 687px; gap: 10px; }
.arm-work img { width: 100%; height: 100%; object-fit: cover; }
.arm-work--1 { grid-column: 1; grid-row: 1; }
.arm-work--2 { grid-column: 2; grid-row: 1; }
.arm-work--3 { grid-column: 1 / -1; grid-row: 2; }
.arm-work--4 { grid-column: 1; grid-row: 3; }
.arm-work--5 { grid-column: 2; grid-row: 3; }

.arm-why { display: grid; grid-template-columns: 824px 1fr; gap: 43px; height: 600px; padding-top: 60px; }
.arm-why__media { width: 824px; height: 477px; overflow: hidden; }
.arm-why__media img { width: 100%; height: 100%; object-fit: cover; }
.arm-why__content h2 { margin-bottom: 42px; color: var(--yellow); font-size: 53px; font-weight: 400; line-height: 1.1; }
.arm-why__content h2 strong { font-weight: 700; }
.arm-why__content p { margin-bottom: 21px; font-size: 18px; line-height: 1.5; }
.arm-why__content .button { min-width: 430px; }

@media (max-width: 1380px) {
	.arm-hero,
	.arm-motion,
	.arm-benefits,
	.arm-selector,
	.arm-product,
	.arm-structure,
	.arm-cta,
	.arm-customize,
	.arm-works,
	.arm-why { height: auto; }
	#tipo-600,
	#tipo-710,
	#tipo-720,
	#discus,
	#sin-viga { height: auto; }
	.arm-hero { display: flex; flex-direction: column; gap: 28px; padding-top: 35px; padding-bottom: 48px; }
	.arm-hero .breadcrumbs { order: 0; }
	.arm-hero__copy { display: contents; }
	.arm-hero h1 { order: 1; margin: 0; font-size: 42px; }
	.arm-hero__copy > p { order: 2; width: auto; margin: 0; font-size: 17px; line-height: 1.55; }
	.arm-hero__facts { order: 3; margin: 0; }
	.arm-hero__facts span { font-size: 14px; }
	.arm-hero__media { position: static; order: 4; width: calc(100% + 2 * var(--page-pad)); height: auto; margin-left: calc(-1 * var(--page-pad)); aspect-ratio: 1.45 / 1; }
	.arm-hero .button { order: 5; align-self: flex-start; }
	.arm-motion { padding-block: 44px; }
	.arm-motion h2,
	.arm-benefits > h2,
	.arm-selector h2,
	.arm-product h2,
	.arm-structure h2,
	.arm-customize > h2 { font-size: 36px; }
	.arm-motion__lead { font-size: 16px; }
	.arm-motion__grid { grid-template-columns: 1fr; }
	.arm-state__media { height: auto; aspect-ratio: 1.45 / 1; }
	.arm-state > div:last-child { min-height: 0; }
	.arm-benefits { padding-block: 44px; }
	.arm-benefits__grid { grid-template-columns: 1fr; gap: 22px; }
	.arm-benefits article { min-height: 0; }
	.arm-benefits p { font-size: 16px; }
	.arm-selector { padding-block: 22px 44px; overflow-x: auto; }
	.arm-selector__links { display: flex; gap: 12px; min-width: 730px; padding-bottom: 24px; }
	.arm-selector__links a { min-width: 135px; font-size: 15px; }
	.arm-product { display: flex; flex-direction: column; gap: 26px; padding-top: 38px !important; padding-bottom: 42px; border-top: 1px solid #aaa; }
	.arm-product__copy { order: 1; padding: 0; }
	.arm-product__render { order: 2; width: 100%; height: auto !important; min-height: 280px; padding: 0 !important; }
	.arm-product__copy > p { font-size: 16px; }
	.arm-tags { flex-wrap: wrap; gap: 10px; }
	.arm-tags span,
	.arm-tags strong { min-width: 0; font-size: 15px; }
	.arm-specs { gap: 0; font-size: 15px; }
	.arm-specs > div { grid-template-columns: 1fr; gap: 3px; padding-block: 9px; border-bottom: 1px solid #e1e1e1; }
	.arm-product__gallery-title { order: 3; margin: 6px 0 0; font-size: 32px; }
	.arm-product__strip,
	.arm-product__gallery-two,
	.arm-product__gallery-four { order: 4; height: auto !important; }
	.arm-product__strip { aspect-ratio: 3 / 1; }
	.arm-product__gallery-two { grid-template-columns: 1fr 1fr; }
	.arm-product__gallery-two .gallery-button { aspect-ratio: 1.4 / 1; }
	.arm-product__gallery-four { grid-template-columns: 1fr 1fr; }
	.arm-product__gallery-four .gallery-button { aspect-ratio: 1.25 / 1; }
	.arm-product__render--beamless { min-height: 520px !important; }
	.arm-structure { display: flex; flex-direction: column; gap: 25px; padding-block: 42px; }
	.arm-structure__copy > p { font-size: 16px; }
	.arm-structure ol { padding-left: 42px; font-size: 15px; }
	.arm-structure__media { height: auto; aspect-ratio: 1.67 / 1; }
	.arm-cta { display: flex; flex-direction: column; gap: 28px; padding: 42px var(--page-pad); }
	.arm-cta__media { width: 100%; height: auto; aspect-ratio: 1.5 / 1; }
	.arm-cta h2 { margin-bottom: 25px; font-size: 36px; }
	.arm-cta p { font-size: 16px; }
	.arm-customize { padding-block: 42px; }
	.arm-customize__scene { display: flex; flex-direction: column; gap: 15px; overflow: visible; color: var(--ink); }
	.arm-customize__scene > img { aspect-ratio: 1 / 1; object-fit: cover; }
	.arm-customize__scene::after { display: none; }
	.arm-callout { position: static; width: 100%; padding: 18px; background: var(--soft); color: var(--ink); }
	.arm-callout p { font-size: 15px; }
	.arm-works { padding-block: 44px; }
	.arm-works h2 { font-size: 40px; }
	.arm-works__grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 8px; }
	.arm-work,
	.arm-work[class] { grid-column: auto; grid-row: auto; aspect-ratio: 1 / 1; }
	.arm-work--3 { grid-column: 1 / -1 !important; aspect-ratio: 1.6 / 1 !important; }
	.arm-why { display: flex; flex-direction: column; gap: 28px; padding-block: 42px; }
	.arm-why__media { width: 100%; height: auto; aspect-ratio: 1.4 / 1; }
	.arm-why__content h2 { margin-bottom: 25px; font-size: 38px; }
	.arm-why__content p { font-size: 15px; }
}

@media (max-width: 560px) {
	.arm-hero h1 { font-size: 34px; }
	.arm-hero__facts { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
	.arm-hero__facts span { padding: 8px 10px; white-space: normal; }
	.arm-product__render { min-height: 220px; }
	.arm-product__strip { aspect-ratio: 1.7 / 1; }
	.arm-product__gallery-two,
	.arm-product__gallery-four { grid-template-columns: 1fr; }
	.arm-product__render--beamless { min-height: 420px !important; }
	.arm-callout { grid-template-columns: 60px 1fr; }
	.arm-callout__icon { width: 60px; height: 60px; font-size: 34px; }
	.arm-works__grid { grid-template-columns: 1fr; }
	.arm-work,
	.arm-work[class] { grid-column: auto !important; aspect-ratio: 1.25 / 1 !important; }
	.arm-why__content .button { min-width: 0; }
}

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

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.48;
	overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

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

a { color: inherit; }

button,
input { font: inherit; }

button { color: inherit; }

.skip-link {
	position: fixed;
	left: 16px;
	top: -60px;
	z-index: 9999;
	background: var(--yellow);
	padding: 12px 18px;
	transition: top .2s ease;
}

.skip-link:focus { top: 16px; }

.content-wide {
	width: 100%;
	max-width: 1920px;
	margin-inline: auto;
	padding-inline: var(--page-pad);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	height: var(--header-height);
	background: rgba(255, 255, 255, .98);
	transition: height .35s var(--ease), box-shadow .35s ease;
}

.site-header.is-scrolled {
	height: 92px;
	box-shadow: 0 10px 35px rgba(12, 12, 18, .08);
}

.site-header__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	max-width: 1920px;
	margin-inline: auto;
	padding-inline: var(--page-pad);
}

.site-header__inner::after {
	content: "";
	position: absolute;
	left: var(--page-pad);
	right: var(--page-pad);
	bottom: 0;
	height: 1px;
	background: #d8d8d8;
}

.site-logo {
	display: block;
	flex: 0 0 auto;
	width: 110px;
	height: 82px;
}

.site-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: filter .25s ease;
}

.site-nav {
	display: flex;
	align-items: center;
	gap: clamp(40px, 5.94vw, 114px);
	margin-right: 20px;
}

.site-nav__list,
.site-nav ul {
	display: flex;
	align-items: center;
	gap: clamp(40px, 5.42vw, 104px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-nav a {
	position: relative;
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
	white-space: nowrap;
}

.site-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: -7px;
	height: 2px;
	background: var(--yellow);
	transition: right .3s var(--ease);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after { right: 0; }

.language-switcher {
	position: relative;
	z-index: 2;
}

.language-link,
.language-dropdown__current {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 20px;
	font-weight: 400;
	white-space: nowrap;
	cursor: pointer;
}

.language-link svg,
.language-dropdown__current svg {
	width: 28px;
	height: 28px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.4;
}

.language-link::after {
	content: "";
	position: absolute;
	left: 35px;
	right: calc(100% - 35px);
	bottom: -7px;
	height: 2px;
	background: var(--yellow);
	transition: right .3s var(--ease);
}

.language-link:hover::after,
.language-link:focus-visible::after,
.language-switcher.is-open > .language-link::after { right: 0; }

.language-dropdown {
	position: absolute;
	top: -16px;
	right: -16px;
	width: 191px;
	height: 320px;
	padding: 10px 14px;
	background: var(--white);
	box-shadow: 0 18px 45px rgba(17, 17, 24, .14);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity .22s ease, transform .28s var(--ease), visibility .22s;
}

.language-switcher.is-open .language-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.language-dropdown__current { margin-bottom: 9px; }

.language-dropdown__list {
	display: grid !important;
	gap: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.language-dropdown__list a,
.language-dropdown__list span {
	display: inline-block;
	font-size: 20px;
	line-height: 1.2;
	white-space: nowrap;
}

.language-dropdown__list span[aria-disabled="true"] { cursor: not-allowed; }

.menu-toggle {
	display: none;
	position: relative;
	width: 46px;
	height: 46px;
	padding: 11px 9px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.menu-toggle span {
	position: absolute;
	left: 9px;
	right: 9px;
	display: block;
	height: 2px;
	background: var(--ink);
	transition: transform .25s ease, opacity .2s ease;
}

.menu-toggle span:nth-child(1) { top: 14px; }
.menu-toggle span:nth-child(2) { top: 22px; }
.menu-toggle span:nth-child(3) { top: 30px; }

.hero {
	position: relative;
	display: flex;
	align-items: center;
	height: clamp(680px, 55.625vw, 1068px);
	min-height: 680px;
	background-image: var(--hero-image);
	background-position: center;
	background-size: cover;
	color: var(--white);
	isolation: isolate;
}

.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(10, 8, 6, .12), transparent 65%);
}

.hero__content {
	width: min(760px, calc(100% - 2 * var(--page-pad)));
	margin-left: max(var(--page-pad), calc((100vw - 1920px) / 2 + 100px));
	transform: translateY(clamp(100px, 11.46vw, 220px));
}

.hero__eyebrow {
	margin: 0 0 60px;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: .12em;
}

.hero__title {
	margin: 0 0 58px;
	font-size: clamp(48px, 3.23vw, 62px);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: .035em;
}

.hero__title span { color: var(--yellow); }

.hero__text {
	max-width: 715px;
	margin: 0 0 66px;
	font-size: 23px;
	line-height: 1.42;
}

.hero__scroll {
	display: none;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 22px;
	border: 0;
	border-radius: 3px;
	background: var(--yellow);
	color: #0d0d0d;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color .3s ease, color .3s ease;
}

.button:hover,
.button:focus-visible {
	background: #000;
	color: #fff;
}

.button:focus-visible {
	outline: 2px solid var(--yellow);
	outline-offset: 3px;
}

.button--small {
	min-height: 36px;
	padding: 7px 20px;
	font-size: 16px;
}

.choice-intro {
	min-height: 253px;
	padding-block: 50px 0;
	background: var(--white);
}

.choice-intro h2 {
	max-width: 1720px;
	margin: 0 0 30px;
	font-size: 60px;
	font-weight: 400;
	line-height: 1.2;
}

.choice-intro p {
	margin: 0;
	font-size: 20px;
	line-height: 29px;
}

.product-feature {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(480px, 910px);
	gap: 100px;
	min-height: 549px;
	padding: 50px 0 49px var(--page-pad);
	background: var(--white);
}

.product-feature--soft { background: var(--soft); }

.product-feature__content {
	align-self: center;
	max-width: 810px;
}

.product-feature h2 {
	margin: 0 0 5px;
	color: var(--yellow);
	font-size: 50px;
	font-weight: 400;
	line-height: 1.12;
}

.product-feature h3 {
	margin: 0 0 28px;
	font-size: 23px;
	font-weight: 400;
}

.product-feature__copy {
	font-size: 20px;
	line-height: 1.5;
}

.product-feature__copy p { margin: 0 0 20px; }

.product-feature__media {
	align-self: center;
	height: 450px;
	overflow: hidden;
}

.product-feature__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.1s var(--ease);
}

.product-feature:hover .product-feature__media img { transform: scale(1.035); }

.section-dark {
	background: var(--dark);
	color: var(--white);
}

.eyebrow {
	margin: 0 0 28px;
	color: var(--yellow);
	font-size: 18px;
	font-weight: 500;
}

.project {
	padding-block: 50px 51px;
}

.project .eyebrow {
	margin-bottom: 32px;
	font-size: 20px;
}

.project h2 {
	margin: 0 0 40px;
	font-size: clamp(46px, 3.125vw, 60px);
	font-weight: 400;
	line-height: 1.15;
}

.project h2 strong { font-weight: 700; }

.project__intro {
	max-width: 1720px;
	margin: 0 0 32px;
	font-size: 20px;
}

.project__stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(160px, 290px));
	gap: 35px;
	margin-bottom: 41px;
}

.project__stats div {
	display: grid;
	gap: 4px;
	text-align: center;
}

.project__stats strong {
	color: var(--yellow);
	font-size: 40px;
	line-height: 1;
}

.project__stats span { font-size: 18px; }

.project__gallery {
	display: grid;
	grid-template-columns: 440fr 460fr 804fr;
	gap: 10px;
}

.project__main { grid-column: 1 / -1; }

.gallery-button {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: #0f1016;
	text-align: left;
	cursor: zoom-in;
}

.gallery-button::after {
	content: "+";
	position: absolute;
	top: 18px;
	right: 18px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255,255,255,.75);
	border-radius: 50%;
	background: rgba(18,18,24,.28);
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	opacity: 0;
	transform: scale(.75);
	transition: opacity .25s ease, transform .35s var(--ease), background .25s ease;
}

.gallery-button:hover::after,
.gallery-button:focus-visible::after {
	opacity: 1;
	transform: scale(1);
	background: rgba(255,189,0,.86);
}

.gallery-button img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s var(--ease), filter .5s ease;
}

.gallery-button:hover img,
.gallery-button:focus-visible img {
	filter: brightness(.88);
	transform: scale(1.025);
}

.project__main { aspect-ratio: 1720 / 918; }
.project__detail {
	height: 282px;
	aspect-ratio: auto;
}

.cta-split {
	display: grid;
	grid-template-columns: minmax(480px, 735px) minmax(0, 1fr);
	align-items: center;
	gap: 30px;
	min-height: 552px;
	padding: 50px var(--page-pad);
}

.cta-split__media { height: 452px; }

.cta-split__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cta-split__content { padding-left: 0; }

.cta-split h2,
.why-us h2 {
	margin: 0 0 40px;
	font-size: clamp(38px, 2.6vw, 50px);
	font-weight: 400;
	line-height: 1.25;
}

.cta-split h2 strong,
.why-us h2,
.why-us h2 strong { color: var(--yellow); }

.cta-split h2 strong,
.why-us h2 strong { font-weight: 700; }

.cta-split p {
	max-width: 920px;
	margin: 0 0 28px;
	font-size: 20px;
}

.cta-split .button { min-width: 273px; }

.why-us {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(480px, 736px);
	gap: 30px;
	min-height: 600px;
	padding: 50px var(--page-pad);
}

.why-us__content { align-self: center; }

.why-us h2 { margin-bottom: 30px; }

.why-us h2 { font-size: clamp(46px, 3.125vw, 60px); }

.why-us__copy {
	max-width: 970px;
	font-size: 20px;
	line-height: 1.48;
}

.why-us__copy p { margin: 0 0 22px; }

.why-us .button { min-width: 429px; }

.why-us__media {
	align-self: center;
	height: 480px;
}

.why-us__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.process {
	min-height: 454px;
	padding-block: 50px;
}

.process h2 {
	height: 50px;
	margin: 0 0 30px;
	font-size: clamp(38px, 2.6vw, 50px);
	font-weight: 500;
	line-height: 50px;
	letter-spacing: .02em;
	text-align: center;
}

.process__grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	height: 274px;
}

.process-card {
	display: grid;
	grid-template-columns: 200px 1fr;
	align-items: center;
	gap: 30px;
	min-width: 0;
}

.process-card__icon {
	--progress: 25%;
	position: relative;
	display: grid;
	place-items: center;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: conic-gradient(from 90deg, var(--yellow) 0 var(--progress), var(--white) var(--progress) 100%);
}

.process-card__icon::before {
	content: "";
	position: absolute;
	inset: 2px;
	border-radius: inherit;
	background: var(--dark);
}

.process-card__icon::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--yellow);
	transform: translateY(-50%);
	z-index: 2;
}

.process-card:nth-child(1) .process-card__icon { --progress: 25%; }
.process-card:nth-child(2) .process-card__icon { --progress: 50%; }
.process-card:nth-child(3) .process-card__icon { --progress: 75%; }
.process-card:nth-child(4) .process-card__icon { --progress: 100%; }

.process-card svg {
	position: relative;
	z-index: 1;
	width: 110px;
	height: 110px;
	fill: none;
	stroke: var(--white);
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.process-card__number {
	display: block;
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 35px;
}

.process-card h3 {
	margin: 0 0 18px;
	font-size: 24px;
	font-weight: 600;
	line-height: 35px;
}

.process-card p {
	margin: 0;
	color: #e2e2e5;
	font-size: 20px;
	line-height: 30px;
}

.process-card:nth-child(1) p { width: 151px; }
.process-card:nth-child(2) p { width: 206px; }
.process-card:nth-child(3) p { width: 144px; }
.process-card:nth-child(4) p { width: 202px; }

.works {
	padding-block: 50px;
}

.works h2 {
	margin: 0 0 30px;
	font-size: clamp(40px, 3vw, 58px);
	font-weight: 400;
}

.works__grid {
	position: relative;
	width: 100%;
	aspect-ratio: 1720 / 2829;
}

.work {
	position: absolute;
	color: var(--white);
}

.work span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 44px 20px 14px;
	background: linear-gradient(transparent, rgba(10,10,14,.76));
	font-size: 15px;
	line-height: 1.3;
}

.work--01 { left: 0; top: 0; width: 64.42%; height: 31.15%; }
.work--02 { left: 65%; top: 0; width: 35%; height: 18.75%; }
.work--03 { left: 65%; top: 18.88%; width: 35%; height: 16.79%; }
.work--04 { left: 0; top: 31.69%; width: 64.42%; height: 22.59%; }
.work--05 { left: 65%; top: 36.01%; width: 35%; height: 18.27%; }
.work--06 { left: 0; top: 54.48%; width: 47.68%; height: 15.91%; }
.work--07 { left: 48.26%; top: 54.48%; width: 51.74%; height: 22.59%; }
.work--08 { left: 0; top: 70.73%; width: 47.68%; height: 14.3%; }
.work--09 { left: 0; top: 85.37%; width: 47.68%; height: 14.63%; }
.work--10 { left: 48.26%; top: 77.41%; width: 51.74%; height: 22.59%; }

.site-footer {
	background: var(--dark);
	color: var(--white);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 210px minmax(620px, 1.5fr) minmax(140px, .45fr) minmax(310px, .7fr);
	align-items: start;
	gap: 90px;
	width: 100%;
	max-width: 1920px;
	min-height: 306px;
	margin-inline: auto;
	padding: 50px var(--page-pad);
	border-top: 1px solid rgba(255,255,255,.18);
}

.catalog-page + .site-footer .site-footer__inner { min-height: 306px; }

.footer-logo img {
	width: 210px;
	height: 160px;
	object-fit: contain;
}

.footer-title,
.footer-about {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 18px;
	text-decoration: none;
}

.footer-title { border-bottom: 1px solid var(--yellow); }

.footer-catalog__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(260px, 1fr));
	gap: 25px;
}

.footer-catalog ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-catalog li { margin: 0 0 7px; }

.footer-catalog a,
.footer-contact a {
	text-decoration: none;
	transition: color .2s ease;
}

.footer-catalog a:hover,
.footer-contact a:hover { color: var(--yellow); }

.footer-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	text-align: right;
}

.footer-contact .button { margin-bottom: 13px; }

.footer-contact .button { min-width: 133px; }

.footer-socials {
	display: flex;
	gap: 12px;
	margin-top: 10px;
}

.footer-socials a {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	color: var(--white);
}

.footer-socials .social-link {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	color: var(--white);
}

.footer-socials .is-disabled { opacity: .45; }

.footer-socials svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.footer-socials .social-dot {
	fill: currentColor;
	stroke: none;
}

.modal,
.lightbox {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: grid;
	place-items: center;
	padding: 24px;
	opacity: 0;
	pointer-events: none;
	transition: opacity .25s ease;
}

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

.modal__backdrop,
.lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(12, 12, 17, .8);
	backdrop-filter: blur(8px);
}

.modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 620px);
	padding: 56px;
	background: var(--white);
	box-shadow: 0 35px 90px rgba(0,0,0,.35);
	transform: translateY(20px) scale(.98);
	transition: transform .35s var(--ease);
}

.modal.is-open .modal__dialog { transform: translateY(0) scale(1); }

.modal__close,
.lightbox__close {
	position: absolute;
	top: 18px;
	right: 20px;
	z-index: 2;
	width: 42px;
	height: 42px;
	border: 0;
	background: transparent;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
}

.modal h2 {
	margin: 0 0 18px;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.16;
}

.modal p { margin: 0 0 28px; }

.request-form { display: grid; gap: 18px; }

.request-form label:not(.privacy-check):not(.honeypot) {
	display: grid;
	gap: 7px;
	font-size: 14px;
	font-weight: 600;
}

.request-form input[type="text"],
.request-form input[type="tel"] {
	width: 100%;
	height: 52px;
	padding: 11px 14px;
	border: 1px solid #b9b9bd;
	border-radius: 0;
	outline: none;
}

.request-form input:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,189,0,.18); }

.privacy-check {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	font-size: 13px;
}

.privacy-check input { margin-top: 4px; }

.honeypot {
	position: absolute !important;
	left: -10000px !important;
}

.request-form__status {
	min-height: 24px;
	margin: 0 !important;
	font-size: 14px;
}

.lightbox__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	width: min(1500px, calc(100vw - 80px));
	height: min(900px, calc(100vh - 80px));
	background: #111119;
	box-shadow: 0 35px 100px rgba(0,0,0,.55);
}

.lightbox__image {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: contain;
}

.lightbox__caption {
	margin: 0;
	padding: 18px 72px 20px 24px;
	color: var(--white);
	font-size: 15px;
}

.lightbox__close { color: var(--white); }

.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .8s var(--ease), transform .8s var(--ease);
}

.reveal--delay-1 { transition-delay: .1s; }
.reveal--delay-2 { transition-delay: .2s; }
.reveal--delay-3 { transition-delay: .3s; }

.button.reveal {
	transition-property: opacity, transform, background-color, color;
	transition-duration: .8s, .8s, .3s, .3s;
	transition-timing-function: var(--ease), var(--ease), ease, ease;
	transition-delay: 0s, 0s, 0s, 0s;
}

.button.reveal--delay-1 { transition-delay: .1s, .1s, 0s, 0s; }
.button.reveal--delay-2 { transition-delay: .2s, .2s, 0s, 0s; }
.button.reveal--delay-3 { transition-delay: .3s, .3s, 0s, 0s; }

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

.generic-page {
	min-height: 60vh;
	padding: 80px var(--page-pad);
}

.generic-page__inner {
	width: min(100%, var(--content-width));
	margin-inline: auto;
}

.generic-page h1 {
	margin: 0 0 32px;
	font-size: clamp(40px, 4vw, 72px);
	line-height: 1.05;
}

/* Catalog page */
.site-nav a.is-current::after { right: 0; }

.catalog-intro {
	min-height: 480px;
	padding-top: 50px;
	padding-bottom: 42px;
}

.breadcrumbs {
	display: flex;
	gap: 8px;
	margin-bottom: 32px;
	font-size: 16px;
}

.breadcrumbs a { text-decoration: none; }
.breadcrumbs a:hover { color: var(--yellow); }

.catalog-kicker {
	margin: 0 0 22px;
	color: var(--yellow);
	font-size: clamp(28px, 2.08vw, 40px);
	font-weight: 400;
	line-height: 1.2;
}

.catalog-intro h1 {
	margin: 0 0 22px;
	font-size: clamp(42px, 3.02vw, 58px);
	font-weight: 400;
	line-height: 1.08;
}

.catalog-intro__text {
	max-width: 1710px;
	margin: 0 0 30px;
	font-size: 18px;
}

.catalog-facts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: start;
	max-width: 1120px;
	margin-inline: auto;
	text-align: center;
}

.catalog-facts div { display: grid; gap: 3px; }
.catalog-facts strong { color: var(--yellow); font-size: 36px; line-height: 1; }
.catalog-facts span { font-size: 16px; line-height: 1.35; }

.catalog-family { padding-block: 50px; }
.catalog-family--soft { background: #f5f5f5; }

.catalog-family h2,
.fabric-preview h2 {
	margin: 0 0 12px;
	color: var(--yellow);
	font-size: clamp(36px, 2.6vw, 50px);
	font-weight: 400;
	line-height: 1.12;
}

.catalog-family__lead {
	margin: 0 0 48px;
	font-size: 18px;
}

.catalog-grid {
	display: grid;
	gap: 50px 24px;
}

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

.catalog-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	background: #f1f1f1;
	overflow: hidden;
}

.catalog-card--half { grid-column: 1; }

.catalog-card__media {
	display: block;
	aspect-ratio: 1.52 / 1;
	overflow: hidden;
}

.catalog-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s var(--ease), filter .4s ease;
}

.catalog-card:hover .catalog-card__media img { transform: scale(1.025); }

.catalog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
}

.catalog-card h3 {
	margin: 0 0 22px;
	font-size: clamp(27px, 1.67vw, 32px);
	font-weight: 500;
	line-height: 1.15;
}

.catalog-card p {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 1.48;
}

.catalog-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin: auto 0 22px;
	padding: 0;
	list-style: none;
}

.catalog-tags li {
	padding: 7px 14px;
	background: #fff;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
}

.catalog-card .button { min-height: 46px; padding: 10px 20px; font-size: 16px; }

.fabric-preview { padding-block: 50px; }
.fabric-preview p { margin: 0 0 20px; font-size: 18px; }

.fabric-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 136px;
	gap: 6px;
	margin-bottom: 18px;
}

.fabric-swatch {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: #eee;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
	overflow: hidden;
	cursor: zoom-in;
}

.fabric-swatch img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s var(--ease), filter .3s ease;
}

.fabric-swatch:hover img,
.fabric-swatch:focus-visible img { filter: brightness(.96); transform: scale(1.025); }

.catalog-cta,
.catalog-why {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 70px;
	min-height: 552px;
	padding: 50px var(--page-pad);
}

.catalog-cta { max-width: 1920px; margin-inline: auto; }
.catalog-cta__content { padding-left: 0; }
.catalog-cta__media { height: 430px; }
.catalog-cta__media img,
.catalog-why__media img { width: 100%; height: 100%; object-fit: cover; }

.catalog-cta h2,
.catalog-why h2 {
	margin: 0 0 30px;
	font-size: clamp(38px, 2.6vw, 50px);
	font-weight: 400;
	line-height: 1.24;
}

.catalog-cta h2 strong,
.catalog-why h2,
.catalog-why h2 strong { color: var(--yellow); }

.catalog-cta p,
.catalog-why p { margin: 0 0 24px; font-size: 17px; }

.catalog-why {
	grid-template-columns: minmax(480px, .9fr) minmax(0, 1.1fr);
	max-width: 1920px;
	margin-inline: auto;
}

.catalog-why__media { height: 480px; }
.catalog-why__content strong { font-weight: 700; }

.catalog-works { padding-block: 50px; }
.catalog-works .eyebrow { margin-bottom: 28px; }
.catalog-works h2 { margin: 0 0 30px; font-size: clamp(40px, 3vw, 58px); font-weight: 400; line-height: 1.15; }

.catalog-works__grid {
	display: grid;
	grid-template-columns: 1.65fr .9fr;
	grid-template-rows: 700px 700px 950px;
	gap: 8px;
}

.catalog-work { position: relative; width: 100%; height: 100%; }
.catalog-work--1 { grid-column: 1; grid-row: 1 / 3; }
.catalog-work--2 { grid-column: 2; grid-row: 1; }
.catalog-work--3 { grid-column: 2; grid-row: 2; }
.catalog-work--4 { grid-column: 1; grid-row: 3; }
.catalog-work--5 { grid-column: 2; grid-row: 3; }
.catalog-work--6 { grid-column: 1; grid-row: 4; }
.catalog-work--7 { grid-column: 2; grid-row: 4; }

.catalog-work span {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 16px;
	z-index: 2;
	color: #fff;
	font-size: 15px;
	text-align: left;
	text-shadow: 0 2px 12px rgba(0,0,0,.65);
}

/* About page */
.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.about-intro {
	min-height: 1113px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.about-intro__kicker {
	margin: 0;
	color: var(--yellow);
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
}

.about-intro h1 {
	margin: 0;
	font-size: 58px;
	font-weight: 400;
	line-height: 1.15;
}

.about-intro h1 strong { font-weight: 700; }

.about-intro__lead,
.about-intro__text {
	margin: 0;
	font-size: 20px;
}

.about-intro__text { line-height: 2; }

.about-intro h2 {
	margin: 0;
	font-size: 50px;
	font-weight: 500;
	line-height: 1.2;
}

.about-benefits {
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-benefits li {
	display: flex;
	align-items: center;
	height: 40px;
	padding-left: 17px;
	border-left: 3px solid var(--yellow);
	font-size: 18px;
	line-height: 30px;
}

.about-stats {
	display: grid;
	grid-template-columns: repeat(2, 330px);
	justify-content: center;
	gap: 135px;
	text-align: center;
}

.about-stats div { display: grid; gap: 14px; }
.about-stats strong { color: var(--yellow); font-size: 40px; line-height: 48px; }
.about-stats span { font-size: 18px; line-height: 30px; }

.about-components {
	display: flex;
	align-items: center;
	gap: 28px;
	font-size: 20px;
}

.about-components > span { flex: 0 0 auto; }

.about-components ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1 1 auto;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-components li {
	padding: 4px 18px;
	border-radius: 5px;
	background: #696969;
	color: #fff;
	line-height: 30px;
	white-space: nowrap;
}

.about-components strong { color: var(--yellow); }

.about-consultation {
	position: relative;
	height: 991px;
	overflow: hidden;
	background: url("../images/about/consultation-bg.jpg") 85% 21% / 110.42% auto no-repeat;
	color: #fff;
}

.about-consultation__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .53);
}

.about-consultation__copy {
	position: absolute;
	top: 98px;
	left: var(--page-pad);
	right: var(--page-pad);
	z-index: 1;
}

.about-consultation__copy h2 {
	margin: 0 0 46px;
	font-size: 50px;
	font-weight: 400;
	line-height: 60px;
}

.about-consultation__copy h2 strong { color: var(--yellow); font-weight: 700; }

.about-consultation__copy p {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
}

.about-consultation__card {
	position: absolute;
	top: 297px;
	left: 50%;
	z-index: 1;
	width: 1000px;
	height: 575px;
	padding: 38px 110px 35px;
	background: rgba(255, 255, 255, .91);
	color: var(--ink);
	text-align: center;
	transform: translateX(-50%);
}

.about-consultation__card > img {
	width: 184px;
	height: 137px;
	margin: 0 auto 28px;
	object-fit: contain;
}

.about-consultation__card h3 {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
}

.about-consultation__form {
	display: grid;
	gap: 12px;
	text-align: left;
}

.about-consultation__form label {
	position: relative;
	display: block;
	height: 48px;
}

.about-consultation__form label span {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 30px;
}

.about-consultation__form input {
	width: 100%;
	height: 48px;
	padding: 18px 0 0;
	border: 0;
	border-bottom: 2px solid #737373;
	border-radius: 0;
	outline: 0;
	background: transparent;
}

.about-consultation__form input:focus { border-color: var(--yellow); }
.about-consultation__form .request-form__status { position: absolute; left: 110px; bottom: 20px; }

.about-consultation__messenger {
	margin: 26px 0 8px;
	font-size: 20px;
	line-height: 30px;
}

.about-consultation__whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--ink);
	font-size: 20px;
	line-height: 32px;
	text-decoration: none;
}

.about-consultation__whatsapp svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.about-project__gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: 918px 536px 598px;
	gap: 10px;
}

.about-project__main,
.about-project__wide { grid-column: 1 / -1; }
.about-project__gallery img { object-fit: cover; }

.about-project__main img {
	position: absolute;
	left: -27.7%;
	top: -30.8%;
	width: 159%;
	height: 150%;
	max-width: none;
	object-fit: fill;
}

.about-works {
	height: 2130px;
	padding-block: 50px;
}

.about-works .eyebrow { margin-bottom: 28px; }

.about-works h2 {
	margin: 0 0 30px;
	font-size: 58px;
	font-weight: 400;
	line-height: 1.15;
}

.about-works__grid { display: grid; gap: 10px; }
.about-works__row { display: grid; gap: 10px; }
.about-works__row--1 { grid-template-columns: 981fr 729fr; height: 751px; }
.about-works__row--2 { grid-template-columns: 1040fr 670fr; height: 589px; }
.about-works__row--3 { grid-template-columns: 777fr 933fr; height: 503px; }

/* Contact page */
.contact-intro {
	position: relative;
	height: 337px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact-intro .breadcrumbs {
	position: absolute;
	top: 50px;
	left: var(--page-pad);
	margin: 0;
}

.contact-intro__kicker {
	position: absolute;
	top: 89px;
	left: var(--page-pad);
	margin: 0;
	color: var(--yellow);
	font-size: 40px;
	font-weight: 400;
	line-height: 1.2;
}

.contact-intro h1 {
	position: absolute;
	top: 160px;
	left: var(--page-pad);
	margin: 0;
	font-size: 58px;
	font-weight: 400;
	line-height: 1.15;
}

.contact-intro h1 strong { font-weight: 700; }

.contact-intro__lead {
	position: absolute;
	top: 264px;
	left: var(--page-pad);
	margin: 0;
	font-size: 20px;
	line-height: 1.48;
}

.contact-info {
	height: 228px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.contact-info h2 {
	margin: 0 0 24px;
	font-size: 50px;
	font-weight: 400;
	line-height: 1;
}

.contact-info__grid {
	display: grid;
	grid-template-columns: 308px 402px minmax(0, 1fr);
	align-items: center;
	gap: 0;
}

.contact-info__item {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	font-size: 20px;
	line-height: 1.3;
	text-decoration: none;
	transition: color .25s ease;
}

.contact-info__item:hover,
.contact-info__item:focus-visible { color: #c58f00; }

.contact-info__item svg {
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	fill: none;
	stroke: currentColor;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.contact-info__item:nth-child(2) svg { width: 58px; height: 58px; }
.contact-info__item:nth-child(3) svg { width: 48px; height: 48px; fill: currentColor; stroke: none; }
.contact-info__item:nth-child(3) svg circle { fill: var(--white); }

.contact-works {
	height: 2542px;
	padding-block: 50px;
}

.contact-works .eyebrow { margin-bottom: 28px; }

.contact-works h2 {
	margin: 0 0 30px;
	font-size: 58px;
	font-weight: 400;
	line-height: 1.15;
}

.contact-works__grid {
	display: grid;
	grid-template-rows: 805px 808px 642px;
	gap: 10px;
}

.contact-works__row { display: grid; gap: 10px; min-width: 0; }
.contact-works__row--1 { grid-template-columns: 681fr 1017fr; }
.contact-works__row--2 { grid-template-columns: 1015fr 695fr; }
.contact-works__row--3 { grid-template-columns: 856fr 854fr; }

.contact-why {
	grid-template-columns: 736px minmax(0, 1fr);
	gap: 30px;
	height: 600px;
	min-height: 600px;
}

.contact-why .catalog-why__media { height: 480px; }
.contact-page + .site-footer .site-footer__inner { min-height: 306px; }

@media (min-width: 1501px) {
	.about-intro { position: relative; height: 1113px; min-height: 0; }
	.about-intro .breadcrumbs { position: absolute; top: 50px; left: var(--page-pad); margin: 0; }
	.about-intro__kicker { position: absolute; top: 89px; left: var(--page-pad); }
	.about-intro h1 { position: absolute; top: 160px; left: var(--page-pad); }
	.about-intro__lead { position: absolute; top: 264px; left: var(--page-pad); }
	.about-intro h2 { position: absolute; top: 373px; left: var(--page-pad); }
	.about-intro__text { position: absolute; top: 454px; left: var(--page-pad); }
	.about-benefits { position: absolute; top: 563px; left: var(--page-pad); }
	.about-benefits li:not(:last-child) { margin-bottom: 40px; }
	.about-stats { position: absolute; top: 858px; left: 0; right: 0; }
	.about-components { position: absolute; top: 1002px; left: var(--page-pad); right: var(--page-pad); }
	.process .content-wide { padding-inline: 50px; }
	.process-card { gap: 40px; }
	.about-project { height: 2549px; min-height: 0; }
	.about-page + .site-footer .site-footer__inner { min-height: 306px; }
}

@media (min-width: 1501px) {
	.catalog-intro { min-height: 494px; }
	.catalog-family--soft { min-height: 1209px; }
	#toldos { min-height: 3160px; }
	.fabric-preview { min-height: 703px; }
	.catalog-cta {
		grid-template-columns: minmax(0, 1fr) 736px;
		gap: 96px;
		min-height: 580px;
	}
	.catalog-why {
		grid-template-columns: 736px minmax(0, 1fr);
		gap: 96px;
		min-height: 640px;
	}
	.catalog-works { padding-top: 66px; padding-bottom: 0; }
	.catalog-works__grid { grid-template-rows: 457px 457px 676px; }
}

@media (max-width: 1500px) {
	body { font-size: 16px; }
	.site-nav,
	.site-nav__list,
	.site-nav ul { gap: 48px; }
	.product-feature { grid-template-columns: minmax(0, 1fr) minmax(460px, 47.4vw); gap: 55px; }
	.product-feature__copy { font-size: 17px; }
	.product-feature h2 { font-size: 42px; }
	.site-footer__inner { grid-template-columns: 170px minmax(520px, 1.5fr) 130px minmax(280px, .7fr); gap: 42px; }
	.footer-logo img { width: 170px; height: auto; }
	.process-card { grid-template-columns: 110px 1fr; gap: 12px; }
	.process-card__icon { width: 106px; height: 106px; }
	.process-card svg { width: 58px; height: 58px; }
	.process-card__number { font-size: 15px; line-height: 1.2; }
	.process-card h3 { margin-bottom: 12px; font-size: 18px; line-height: 1.2; }
	.process-card p { font-size: 14px; line-height: 1.4; }
	.process__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
	.process-card p { width: auto; }
	.catalog-card p { font-size: 15px; }
	.catalog-tags li { font-size: 12px; }
	.catalog-works__grid { grid-template-rows: 560px 560px 740px; }
}

@media (max-width: 1180px) {
	:root { --header-height: 96px; }
	.menu-toggle { display: block; z-index: 3; }
	.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
	.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
	.site-logo { width: 86px; height: 66px; }
	.site-nav {
		position: fixed;
		inset: 0;
		margin-right: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 30px;
		padding: 120px var(--page-pad) 60px;
		background: rgba(25,26,35,.98);
		color: var(--white);
		opacity: 0;
		visibility: hidden;
		transform: translateX(30px);
		transition: opacity .3s ease, transform .35s var(--ease), visibility .3s;
	}
	.site-nav.is-open { opacity: 1; visibility: visible; transform: translateX(0); }
	.site-nav__list,
	.site-nav ul { flex-direction: column; align-items: flex-start; gap: 24px; }
	.site-nav a { font-size: clamp(26px, 5vw, 46px); }
	.language-switcher { margin-top: 12px; }
	.language-link { font-size: clamp(26px, 5vw, 46px); }
	.language-dropdown {
		position: static;
		width: min(320px, calc(100vw - 2 * var(--page-pad)));
		height: auto;
		min-height: 0;
		max-height: 0;
		margin-top: 16px;
		padding: 0 16px;
		overflow: hidden;
		box-shadow: none;
		background: rgba(255,255,255,.07);
		transform: translateY(-8px);
		transition: max-height .35s var(--ease), padding .35s var(--ease), opacity .22s ease, transform .28s var(--ease), visibility .22s;
	}
	.language-switcher.is-open .language-dropdown { max-height: 360px; padding: 16px; }
	.language-dropdown__current { display: none; }
	.language-dropdown__list a { font-size: 20px; }
	.menu-toggle[aria-expanded="true"] span { background: var(--white); }
	.site-header.is-menu-open .site-logo { position: relative; z-index: 3; }
	.site-header.is-menu-open .site-logo img { filter: grayscale(1) brightness(0) invert(1); }
	.hero { min-height: 680px; }
	.hero__content { transform: none; }
	.product-feature,
	.cta-split,
	.why-us { grid-template-columns: 1fr 1fr; gap: 32px; }
	.catalog-cta,
	.catalog-why { gap: 32px; }
	.catalog-why { grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); }
	.catalog-cta__media,
	.catalog-why__media { height: 390px; }
	.catalog-works__grid { grid-template-rows: 430px 430px 580px; }
	.product-feature { padding-left: var(--page-pad); }
	.product-feature__media { height: 100%; min-height: 450px; }
	.product-feature h2 { font-size: 38px; }
	.product-feature h3 { font-size: 19px; }
	.product-feature__copy { font-size: 15px; }
	.process__grid { grid-template-columns: repeat(2, 1fr); row-gap: 42px; height: auto; }
	.site-footer__inner { grid-template-columns: 170px 1fr 1fr; }
	.footer-catalog { grid-column: span 2; order: 3; }
	.footer-contact { align-items: flex-start; text-align: left; }
	.footer-about { justify-self: center; }
}

@media (max-width: 820px) {
	:root { --page-pad: 20px; --header-height: 80px; }
	body { font-size: 15px; }
	.site-header.is-scrolled { height: 72px; }
	.site-logo { width: 72px; height: 54px; }
	.hero {
		align-items: flex-end;
		height: calc(100svh - var(--header-height));
		min-height: 640px;
		max-height: 900px;
		background-position: 58% center;
	}
	.hero::before {
		content: "";
		position: absolute;
		inset: 0;
		z-index: -1;
		background: linear-gradient(180deg, rgba(7,6,5,.06) 18%, rgba(7,6,5,.78) 100%);
	}
	.hero__content {
		width: auto;
		margin: 0 var(--page-pad) 70px;
	}
	.hero__eyebrow { margin-bottom: 24px; font-size: 16px; }
	.hero__title { margin-bottom: 24px; font-size: clamp(31px, 8.6vw, 46px); line-height: 1.12; letter-spacing: .01em; }
	.hero__text { margin-bottom: 28px; font-size: 16px; }
	.choice-intro { min-height: 0; padding-block: 42px; }
	.choice-intro h2 { font-size: 31px; }
	.choice-intro p { font-size: 16px; line-height: 1.5; }
	.product-feature,
	.product-feature--soft,
	.cta-split,
	.why-us {
		display: flex;
		flex-direction: column;
		gap: 30px;
		padding: 42px var(--page-pad);
	}
	.product-feature__content { order: 2; }
	.product-feature__media { order: 1; width: 100%; min-height: 0; height: auto; aspect-ratio: 1.45; }
	.product-feature h2 { font-size: 38px; }
	.product-feature h3 { margin-bottom: 22px; }
	.product-feature__copy { font-size: 16px; }
	.cta-split__media,
	.why-us__media { width: 100%; height: auto; aspect-ratio: 1.45; }
	.cta-split__content { padding-bottom: 4px; }
	.cta-split h2,
	.why-us h2 { margin-bottom: 24px; font-size: 34px; }
	.cta-split p { font-size: 16px; }
	.why-us__copy { font-size: 15px; }
	.catalog-intro { min-height: 0; padding-top: 36px; padding-bottom: 42px; }
	.breadcrumbs { margin-bottom: 26px; font-size: 13px; }
	.catalog-kicker { margin-bottom: 14px; font-size: 27px; }
	.catalog-intro h1 { font-size: 39px; }
	.catalog-intro__text { margin-bottom: 28px; font-size: 15px; }
	.catalog-facts { gap: 12px; }
	.catalog-facts strong { font-size: 28px; }
	.catalog-facts span { font-size: 11px; }
	.catalog-family { padding-block: 42px; }
	.catalog-family h2,
	.fabric-preview h2 { font-size: 35px; }
	.catalog-family__lead { margin-bottom: 30px; font-size: 15px; }
	.catalog-grid--two { grid-template-columns: 1fr; }
	.catalog-card--half { grid-column: auto; }
	.catalog-card__body { padding: 20px; }
	.catalog-card h3 { font-size: 26px; }
	.catalog-card p { font-size: 15px; }
	.catalog-tags { gap: 7px; }
	.fabric-preview { padding-block: 42px; }
	.fabric-preview p { font-size: 15px; }
	.fabric-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 92px; }
	.catalog-cta,
	.catalog-why {
		display: flex;
		flex-direction: column;
		gap: 30px;
		min-height: 0;
		padding: 42px var(--page-pad);
	}
	.catalog-cta__content { order: 2; }
	.catalog-cta__media { order: 1; }
	.catalog-cta__media,
	.catalog-why__media { width: 100%; height: auto; aspect-ratio: 1.45; }
	.catalog-cta h2,
	.catalog-why h2 { margin-bottom: 22px; font-size: 34px; }
	.catalog-cta p,
	.catalog-why p { font-size: 15px; }
	.catalog-works { padding-block: 42px; }
	.catalog-works h2 { font-size: 36px; }
	.catalog-works__grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: none; height: auto; }
	.catalog-work,
	.catalog-work[class] { grid-column: auto; grid-row: auto; height: auto; aspect-ratio: 1 / 1; }
	.catalog-work--1,
	.catalog-work--4 { grid-column: 1 / -1 !important; aspect-ratio: 1.5 / 1 !important; }
	.catalog-work span { left: 10px; right: 10px; bottom: 9px; font-size: 10px; }
	.project { padding-block: 42px; }
	.project h2 { margin-bottom: 24px; font-size: 36px; }
	.project__intro { font-size: 16px; }
	.project__stats { grid-template-columns: repeat(3, 1fr); gap: 10px; }
	.project__stats strong { font-size: 30px; }
	.project__stats span { font-size: 11px; }
	.project__gallery { grid-template-columns: 1fr 1fr; }
	.project__detail { height: auto; aspect-ratio: 1.56 / 1; }
	.project__main { grid-column: 1 / -1; }
	.project__detail:last-child { grid-column: 1 / -1; aspect-ratio: 2 / 1; }
	.process { padding-block: 42px; }
	.process h2 { height: auto; margin-bottom: 36px; line-height: 1.25; text-align: left; }
	.process__grid { grid-template-columns: 1fr; }
	.process-card { grid-template-columns: 110px 1fr; }
	.process-card__icon { width: 104px; height: 104px; }
	.process-card svg { width: 55px; height: 55px; }
	.works { padding-block: 42px; }
	.works__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		aspect-ratio: auto;
	}
	.work,
	.work[class] { position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 1 / 1; }
	.work--01,
	.work--04,
	.work--10 { grid-column: 1 / -1; aspect-ratio: 1.55 / 1 !important; }
	.work span { padding: 42px 12px 10px; font-size: 11px; }
	.site-footer__inner {
		grid-template-columns: 1fr;
		gap: 34px;
		padding-block: 44px;
	}
	.footer-logo img { width: 180px; }
	.footer-catalog { grid-column: auto; order: initial; }
	.footer-catalog__columns { grid-template-columns: 1fr; gap: 0; }
	.footer-about { justify-self: start; }
	.footer-contact { align-items: flex-start; }
	.modal__dialog { padding: 48px 24px 28px; }
	.modal h2 { font-size: 30px; }
	.lightbox { padding: 12px; }
	.lightbox__dialog { width: calc(100vw - 24px); height: calc(100vh - 24px); }
	.why-us .button { min-width: 0; }
}

@media (max-width: 520px) {
	.hero__title { font-size: 32px; }
	.hero__text { max-width: 340px; }
	.button { width: 100%; }
	.project__stats { grid-template-columns: 1fr; gap: 18px; }
	.project__gallery { grid-template-columns: 1fr; }
	.project__detail:last-child { grid-column: auto; aspect-ratio: 1.56 / 1; }
	.works__grid { grid-template-columns: 1fr; }
	.work,
	.work[class] { grid-column: auto; aspect-ratio: 1.22 / 1 !important; }
	.catalog-facts { grid-template-columns: 1fr; gap: 20px; }
	.catalog-facts br { display: none; }
	.fabric-grid { grid-template-columns: 1fr; grid-auto-rows: 80px; }
	.catalog-works__grid { grid-template-columns: 1fr; }
	.catalog-work,
	.catalog-work[class] { grid-column: auto !important; aspect-ratio: 1.22 / 1 !important; }
}

/* Toldo vertical (cortina ZIP, Reflexol) */
.zip-page h1,
.zip-page h2,
.zip-page h3,
.zip-page p,
.zip-page dl { margin-top: 0; }

.zip-page h2 { font-size: 52px; font-weight: 400; line-height: 1.12; }
.zip-page h2 strong { font-weight: 700; }
.zip-lead { font-size: 20px; line-height: 1.5; }

.zip-hero { position: relative; height: 670px; padding-top: 52px; overflow: hidden; }
.zip-hero .breadcrumbs { margin: 0; font-size: 20px; }
.zip-hero__copy { position: relative; z-index: 2; width: 960px; padding-top: 80px; }
.zip-hero h1 { margin-bottom: 42px; color: var(--yellow); font-size: 51px; font-weight: 400; line-height: 1.12; }
.zip-hero__copy > p { width: 840px; margin-bottom: 31px; font-size: 23px; line-height: 1.28; }
.zip-hero__facts { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 31px; }
.zip-hero__facts span { padding: 7px 16px; border-radius: 2px; background: #e8e8e8; font-size: 18px; line-height: 1.35; white-space: nowrap; }
.zip-hero__media { position: absolute; top: 136px; right: 0; width: 843px; height: 562px; overflow: hidden; }
.zip-hero__media img { width: 100%; height: 100%; object-fit: cover; }

.zip-solutions { height: 1115px; padding-top: 45px; background: var(--soft); overflow: hidden; }
.zip-solutions h2 { margin-bottom: 33px; }
.zip-solutions .zip-lead { margin-bottom: 30px; }
.zip-solutions__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.zip-solution { min-width: 0; background: #fff; }
.zip-solution__media { width: 100%; height: 521px; }
.zip-solution__media img { width: 100%; height: 100%; object-fit: cover; }
.zip-solution__body { padding: 28px 30px 25px; }
.zip-label { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 8px 18px; border-radius: 3px; background: var(--yellow); font-size: 18px; font-weight: 600; line-height: 1.2; }
.zip-label--dark { background: #414141; color: #fff; }
.zip-solution h3 { margin: 22px 0 23px; font-size: 23px; font-weight: 500; line-height: 1.25; }
.zip-solution p { margin-bottom: 0; font-size: 18px; line-height: 1.48; }

.zip-benefits { position: relative; height: 646px; padding-top: 47px; background: #eee var(--benefit-bg) center/cover no-repeat; overflow: hidden; isolation: isolate; }
.zip-benefits::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(255,255,255,.79); }
.zip-benefits h2 { margin-bottom: 52px; }
.zip-benefits__grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 42px; row-gap: 43px; }
.zip-benefits article { min-height: 92px; padding-left: 20px; border-left: 3px solid var(--yellow); }
.zip-benefits h3 { margin-bottom: 12px; font-size: 21px; font-weight: 500; line-height: 1.25; }
.zip-benefits p { margin-bottom: 0; font-size: 18px; line-height: 1.48; }

.zip-sizes { height: 462px; padding-top: 46px; background: var(--soft); overflow: hidden; }
.zip-sizes h2 { margin-bottom: 27px; }
.zip-sizes .zip-lead { margin-bottom: 39px; }
.zip-sizes__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.zip-sizes article { display: flex; min-height: 166px; flex-direction: column; align-items: center; justify-content: center; padding: 20px; background: #fff; text-align: center; }
.zip-sizes strong { margin-bottom: 14px; font-size: 32px; line-height: 1; }
.zip-sizes span { font-size: 21px; line-height: 1.35; }

.zip-technical { display: grid; grid-template-columns: 680px 1fr; gap: 70px; height: 826px; padding-top: 40px; overflow: hidden; }
.zip-technical h2 { margin-bottom: 34px; }
.zip-technical__copy { position: relative; z-index: 2; }
.zip-specs { display: grid; gap: 10px; font-size: 18px; line-height: 1.28; }
.zip-specs > div { display: grid; grid-template-columns: 290px 1fr; gap: 18px; }
.zip-specs dt { font-weight: 700; }
.zip-specs dd { margin: 0; }
.zip-technical__media { align-self: start; width: calc(100% + 100px); height: 642px; margin-top: 12px; overflow: hidden; }
.zip-technical__media img { width: 100%; height: 100%; object-fit: cover; }

.zip-structure { height: 665px; padding-top: 31px; overflow: hidden; }
.zip-structure h2 { margin-bottom: 37px; }
.zip-structure__profiles { display: grid; grid-template-columns: repeat(4, 1fr) 430px; align-items: center; gap: 18px; height: 500px; }
.zip-structure__profiles > img { width: 100%; height: 450px; object-fit: contain; }
.zip-structure__profiles .zip-structure__sections { height: 430px; }

.zip-enclosure { height: 770px; padding-top: 19px; overflow: hidden; }
.zip-enclosure h2 { margin-bottom: 31px; }
.zip-enclosure .zip-lead { margin-bottom: 32px; }
.zip-enclosure__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; height: 590px; }
.zip-enclosure__grid .gallery-button { width: 100%; height: 100%; background: #fff; }
.zip-enclosure__grid img { width: 100%; height: 100%; object-fit: contain; }
.zip-enclosure__grid .gallery-button:last-child img { object-fit: cover; }

.zip-details { height: 479px; padding-top: 35px; overflow: hidden; }
.zip-details h2 { margin-bottom: 29px; font-size: 43px; }
.zip-details__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; height: 420px; }
.zip-details__grid img { width: 100%; height: 100%; object-fit: cover; }

.zip-benefits--reflexol { height: 647px; }
.zip-benefits--reflexol::before { background: rgba(255,255,255,.78); }

.zip-technical--reflexol { grid-template-columns: 720px 1fr; height: 644px; padding-top: 62px; }
.zip-technical--reflexol .zip-technical__media { height: 575px; margin-top: -70px; }

.reflexol-structure { height: 1110px; padding-top: 39px; overflow: hidden; }
.reflexol-structure h2 { margin-bottom: 34px; }
.reflexol-structure__grid { display: grid; grid-template-columns: 520px 520px 1fr; grid-template-rows: 420px 420px; gap: 20px; height: 940px; }
.reflexol-structure__grid > img { width: 100%; height: 100%; object-fit: contain; }
.reflexol-structure__grid > img:nth-child(1) { grid-column: 1; grid-row: 1; }
.reflexol-structure__grid > img:nth-child(2) { grid-column: 2; grid-row: 1; }
.reflexol-structure__grid > img:nth-child(3) { grid-column: 1; grid-row: 2; }
.reflexol-structure__grid .reflexol-structure__product { grid-column: 3; grid-row: 1 / 3; }

.zip-details--reflexol { height: 481px; padding-top: 8px; }
.zip-details--reflexol .zip-details__grid { height: 398px; }

.zip-cta { display: grid; grid-template-columns: 755px 1fr; gap: 30px; height: 573px; padding: 70px 100px 0 80px; border-top: 1px solid #aaa; overflow: hidden; }
.zip-cta__media { width: 755px; height: 453px; overflow: hidden; }
.zip-cta__media img { width: 100%; height: 100%; object-fit: cover; }
.zip-cta__content { align-self: center; padding-bottom: 55px; }
.zip-cta h2 { margin-bottom: 36px; font-size: 49px; line-height: 1.28; }
.zip-cta h2 strong { color: var(--yellow); }
.zip-cta p { margin-bottom: 31px; font-size: 18px; line-height: 1.5; }
.zip-cta .button { min-width: 274px; }

.zip-works { height: 2314px; padding-top: 50px; overflow: hidden; }
.zip-works .eyebrow { margin-bottom: 27px; }
.zip-works h2 { margin: 0 0 47px; font-size: 60px; font-weight: 400; line-height: 1.1; }
.zip-works__grid { display: grid; grid-template-columns: 1007px 1fr; grid-template-rows: 786px 670px 621px; gap: 10px; }
.zip-work img { width: 100%; height: 100%; object-fit: cover; }
.zip-work--1 { grid-column: 1 / -1; grid-row: 1; }
.zip-work--2 { grid-column: 1; grid-row: 2; }
.zip-work--3 { grid-column: 2; grid-row: 2; }
.zip-work--4 { grid-column: 1; grid-row: 3; }
.zip-work--5 { grid-column: 2; grid-row: 3; }

.zip-why { display: grid; grid-template-columns: 735px 1fr; gap: 32px; height: 600px; padding-top: 60px; overflow: hidden; }
.zip-why__media { width: 735px; height: 540px; overflow: hidden; }
.zip-why__media img { width: 100%; height: 100%; object-fit: cover; }
.zip-why__content { padding-top: 0; transform: translateY(-17px); }
.zip-why__content h2 { margin-bottom: 48px; color: var(--yellow); font-size: 53px; }
.zip-why__content p { margin-bottom: 19px; font-size: 20px; line-height: 1.5; }
.zip-why__content p:last-of-type { margin-bottom: 29px; }
.zip-why__content .button { min-width: 430px; }

@media (max-width: 1500px) {
	.zip-hero,
	.zip-solutions,
	.zip-benefits,
	.zip-sizes,
	.zip-technical,
	.zip-structure,
	.zip-enclosure,
	.zip-details,
	.reflexol-structure,
	.zip-cta,
	.zip-works,
	.zip-why { height: auto; }
	.zip-page h2 { font-size: 38px; }
	.zip-hero { display: flex; flex-direction: column; gap: 27px; padding-top: 35px; padding-bottom: 48px; }
	.zip-hero .breadcrumbs { order: 0; }
	.zip-hero__copy { display: contents; }
	.zip-hero h1 { order: 1; margin: 0; font-size: 43px; }
	.zip-hero__copy > p { order: 2; width: auto; margin: 0; font-size: 17px; line-height: 1.55; }
	.zip-hero__facts { order: 3; margin: 0; }
	.zip-hero__facts span { font-size: 14px; }
	.zip-hero__media { position: static; order: 4; width: calc(100% + 2 * var(--page-pad)); height: auto; margin-left: calc(-1 * var(--page-pad)); aspect-ratio: 1.5 / 1; }
	.zip-hero .button { order: 5; align-self: flex-start; }
	.zip-solutions { padding-block: 44px; }
	.zip-solutions__grid { grid-template-columns: 1fr 1fr; }
	.zip-solution__media { height: auto; aspect-ratio: 1.45 / 1; }
	.zip-solution p,
	.zip-benefits p,
	.zip-lead { font-size: 16px; }
	.zip-benefits { padding-block: 44px; }
	.zip-benefits__grid { row-gap: 28px; }
	.zip-sizes { padding-block: 44px; }
	.zip-sizes__grid { grid-template-columns: 1fr 1fr; }
	.zip-sizes span { font-size: 17px; }
	.zip-technical { display: flex; flex-direction: column; gap: 30px; padding-block: 44px; }
	.zip-technical__media,
	.zip-technical--reflexol .zip-technical__media { width: 100%; height: auto; margin: 0; aspect-ratio: 1.5 / 1; }
	.zip-specs { font-size: 15px; }
	.zip-structure { padding-block: 42px; }
	.zip-structure__profiles { grid-template-columns: 1fr 1fr; height: auto; }
	.zip-structure__profiles > img { height: 320px; }
	.zip-structure__profiles .zip-structure__sections { grid-column: 1 / -1; height: 400px; }
	.zip-enclosure { padding-block: 42px; }
	.zip-enclosure__grid { height: auto; }
	.zip-enclosure__grid .gallery-button { aspect-ratio: 1.45 / 1; }
	.zip-details { padding-block: 42px; }
	.zip-details__grid,
	.zip-details--reflexol .zip-details__grid { height: auto; }
	.zip-details__grid .gallery-button { aspect-ratio: 1.35 / 1; }
	.reflexol-structure { padding-block: 42px; }
	.reflexol-structure__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; height: auto; }
	.reflexol-structure__grid > img { min-height: 320px; }
	.reflexol-structure__grid .reflexol-structure__product { grid-column: 2; grid-row: 2 / 4; min-height: 660px; }
	.zip-cta { display: flex; flex-direction: column; gap: 28px; padding: 42px var(--page-pad); }
	.zip-cta__media { width: 100%; height: auto; aspect-ratio: 1.6 / 1; }
	.zip-cta h2 { font-size: 38px; }
	.zip-works { padding-block: 44px; }
	.zip-works h2 { font-size: 42px; }
	.zip-works__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
	.zip-work,
	.zip-work[class] { grid-column: auto; grid-row: auto; aspect-ratio: 1.2 / 1; }
	.zip-work--1 { grid-column: 1 / -1 !important; aspect-ratio: 1.9 / 1 !important; }
	.zip-why { display: flex; flex-direction: column; gap: 30px; padding-block: 42px; }
	.zip-why__media { width: 100%; height: auto; aspect-ratio: 1.45 / 1; }
	.zip-why__content h2 { font-size: 38px; }
	.zip-why__content p { font-size: 15px; }
	.zip-why__content { transform: none; }
}

@media (max-width: 820px) {
	.zip-page h2 { font-size: 32px; }
	.zip-hero h1 { font-size: 35px; }
	.zip-solutions__grid,
	.zip-benefits__grid,
	.zip-enclosure__grid,
	.zip-details__grid { grid-template-columns: 1fr; }
	.zip-solutions__grid { gap: 22px; }
	.zip-solution__body { padding: 22px; }
	.zip-solution h3 { font-size: 20px; }
	.zip-benefits__grid { gap: 23px; }
	.zip-benefits article { min-height: 0; }
	.zip-sizes__grid { gap: 12px; }
	.zip-sizes article { min-height: 135px; }
	.zip-specs { gap: 0; }
	.zip-specs > div { grid-template-columns: 1fr; gap: 3px; padding-block: 9px; border-bottom: 1px solid #e1e1e1; }
	.zip-structure__profiles > img { height: 250px; }
	.zip-structure__profiles .zip-structure__sections { height: 330px; }
	.zip-details__grid .gallery-button { aspect-ratio: 1.4 / 1; }
	.reflexol-structure__grid > img { min-height: 230px; }
	.reflexol-structure__grid .reflexol-structure__product { min-height: 480px; }
	.zip-works__grid { grid-template-columns: 1fr; }
	.zip-work,
	.zip-work[class] { grid-column: auto !important; aspect-ratio: 1.25 / 1 !important; }
	.zip-why__content .button { min-width: 0; }
}

@media (max-width: 520px) {
	.zip-hero__facts { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
	.zip-hero__facts span { white-space: normal; }
	.zip-sizes__grid { grid-template-columns: 1fr; }
	.zip-structure__profiles { grid-template-columns: 1fr 1fr; }
	.zip-structure__profiles > img { height: 190px; }
	.zip-structure__profiles .zip-structure__sections { height: 250px; }
	.reflexol-structure__grid { grid-template-columns: 1fr; }
	.reflexol-structure__grid > img,
	.reflexol-structure__grid .reflexol-structure__product { grid-column: auto; grid-row: auto; min-height: 250px; }
	.zip-cta__media { aspect-ratio: 1.25 / 1; }
	.zip-cta h2 { font-size: 32px; }
}

@media (max-width: 1500px) {
	.about-intro { min-height: 0; padding-block: 50px; }
	.about-intro .breadcrumbs { margin-bottom: 20px; }
	.about-intro__kicker { margin-bottom: 20px; }
	.about-intro h1 { margin-bottom: 34px; }
	.about-intro__lead { margin-bottom: 42px; }
	.about-intro h2 { margin-bottom: 24px; }
	.about-intro__text { margin-bottom: 30px; }
	.about-benefits li:not(:last-child) { margin-bottom: 20px; }
	.about-stats { margin-block: 38px; }
	.about-components { align-items: flex-start; }
	.about-components ul { flex-wrap: wrap; justify-content: flex-start; }
	.about-components li { font-size: 16px; }
	.about-project__gallery { grid-template-rows: none; }
	.about-project__main { aspect-ratio: 1720 / 918; }
	.about-project__detail { aspect-ratio: 855 / 536; }
	.about-project__wide { aspect-ratio: 1720 / 598; }
	.about-works { height: auto; }
	.about-works__row { height: auto; }
	.about-works__row--1 { aspect-ratio: 1720 / 751; }
	.about-works__row--2 { aspect-ratio: 1720 / 589; }
	.about-works__row--3 { aspect-ratio: 1720 / 503; }
}

@media (max-width: 820px) {
	.desktop-only { display: none; }
	.about-intro { padding-block: 36px 44px; }
	.about-intro__kicker { font-size: 27px; }
	.about-intro h1 { margin-bottom: 24px; font-size: 39px; line-height: 1.12; }
	.about-intro__lead,
	.about-intro__text { font-size: 15px; line-height: 1.55; }
	.about-intro__lead { margin-bottom: 34px; }
	.about-intro h2 { font-size: 34px; }
	.about-benefits li { height: auto; min-height: 44px; font-size: 15px; line-height: 1.45; }
	.about-stats { grid-template-columns: 1fr 1fr; gap: 18px; margin-block: 34px; }
	.about-stats strong { font-size: 30px; }
	.about-stats span { font-size: 13px; line-height: 1.4; }
	.about-components { display: block; font-size: 16px; }
	.about-components > span { display: block; margin-bottom: 14px; }
	.about-components ul { gap: 8px; }
	.about-components li { padding: 4px 10px; font-size: 13px; line-height: 24px; }
	.about-consultation {
		display: flex;
		flex-direction: column;
		height: auto;
		min-height: 850px;
		padding: 42px var(--page-pad);
		background-position: center;
		background-size: cover;
	}
	.about-consultation__copy,
	.about-consultation__card { position: relative; inset: auto; z-index: 1; transform: none; }
	.about-consultation__copy h2 { margin-bottom: 22px; font-size: 34px; line-height: 1.2; }
	.about-consultation__copy p { font-size: 15px; line-height: 1.55; }
	.about-consultation__card { width: 100%; height: auto; margin-top: 32px; padding: 32px 24px 30px; }
	.about-consultation__card > img { width: 140px; height: 105px; margin-bottom: 18px; }
	.about-consultation__card h3 { margin-bottom: 16px; font-size: 20px; }
	.about-consultation__form .request-form__status { position: static; }
	.about-consultation__messenger { margin-top: 22px; font-size: 16px; }
	.about-consultation__whatsapp { font-size: 17px; }
	.about-project__gallery { grid-template-columns: 1fr; }
	.about-project__main,
	.about-project__wide { grid-column: auto; }
	.about-project__main,
	.about-project__detail,
	.about-project__wide { aspect-ratio: 1.4 / 1; }
	.about-project__main img,
	.about-project__detail:nth-child(3) img {
		position: static;
		width: 100%;
		height: 100%;
		max-width: 100%;
		object-fit: cover;
	}
	.about-works { padding-block: 42px; }
	.about-works h2 { font-size: 36px; }
	.about-works__row,
	.about-works__row[class] { grid-template-columns: 1fr; aspect-ratio: auto; }
	.about-works__row .gallery-button { aspect-ratio: 1.3 / 1; }
}

@media (max-width: 520px) {
	.about-stats { grid-template-columns: 1fr; }
	.about-components ul { display: grid; grid-template-columns: 1fr 1fr; }
	.about-components li { white-space: normal; }
	.about-consultation { min-height: 900px; }
	.about-project__main,
	.about-project__detail,
	.about-project__wide,
	.about-works__row .gallery-button { aspect-ratio: 1.15 / 1; }
}

@media (max-width: 1500px) {
	.contact-intro {
		display: flex;
		flex-direction: column;
		height: auto;
		padding-block: 50px;
	}
	.contact-intro .breadcrumbs,
	.contact-intro__kicker,
	.contact-intro h1,
	.contact-intro__lead { position: static; }
	.contact-intro .breadcrumbs { margin-bottom: 20px; }
	.contact-intro__kicker { margin-bottom: 20px; }
	.contact-intro h1 { margin-bottom: 34px; }
	.contact-info { height: auto; padding-block: 50px; }
	.contact-works { height: auto; }
	.contact-works__grid {
		grid-template-rows: repeat(3, minmax(420px, 46vw));
	}
	.contact-why { height: auto; min-height: 0; }
}

@media (max-width: 820px) {
	.contact-intro { padding-block: 36px 44px; }
	.contact-intro__kicker { font-size: 27px; }
	.contact-intro h1 { margin-bottom: 24px; font-size: 39px; line-height: 1.12; }
	.contact-intro__lead { font-size: 15px; line-height: 1.55; }
	.contact-info { padding-block: 42px; }
	.contact-info h2 { margin-bottom: 30px; font-size: 36px; }
	.contact-info__grid { display: flex; align-items: flex-start; flex-direction: column; gap: 24px; }
	.contact-info__item { font-size: 16px; }
	.contact-info__item svg,
	.contact-info__item:nth-child(2) svg { width: 42px; height: 42px; }
	.contact-info__item:nth-child(3) svg { width: 38px; height: 38px; }
	.contact-works { padding-block: 42px; }
	.contact-works h2 { font-size: 36px; }
	.contact-works__grid {
		grid-template-rows: none;
		gap: 8px;
	}
	.contact-works__row { gap: 8px; }
	.contact-works__row--1,
	.contact-works__row--2,
	.contact-works__row--3 { grid-template-columns: 1fr 1fr; }
	.contact-works__row .gallery-button { aspect-ratio: 1 / 1; }
}

@media (max-width: 520px) {
	.contact-intro h1 { font-size: 34px; }
	.contact-info__item { width: 100%; overflow-wrap: anywhere; }
	.contact-works__row--1,
	.contact-works__row--2,
	.contact-works__row--3 { grid-template-columns: 1fr; }
	.contact-works__row .gallery-button { grid-column: auto; aspect-ratio: 1.18 / 1; }
}

@media (min-width: 1501px) {
	.contact-why { gap: 30px; height: 600px; min-height: 600px; }
}

@media (min-width: 821px) {
	.about-consultation__card.reveal { transform: translateX(-50%) translateY(28px); }
	.about-consultation__card.reveal.is-visible { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.reveal { opacity: 1; transform: none; }
}

/* Aluminum pergola product page */
.aluminum-page h1,
.aluminum-page h2,
.aluminum-page h3 { letter-spacing: .01em; }

.aluminum-hero {
	position: relative;
	height: 920px;
	overflow: hidden;
}

.aluminum-hero .breadcrumbs {
	position: absolute;
	top: 49px;
	left: var(--page-pad);
	margin: 0;
}

.aluminum-hero__copy {
	position: absolute;
	top: 116px;
	left: var(--page-pad);
	z-index: 2;
	width: 875px;
}

.aluminum-hero h1 {
	margin: 0 0 28px;
	color: var(--yellow);
	font-size: 50px;
	font-weight: 400;
	line-height: 1.2;
}

.aluminum-hero__lead {
	margin: 0;
	font-size: 20px;
	line-height: 30px;
}

.aluminum-hero__features {
	display: grid;
	gap: 34px;
	margin-top: 46px;
}

.aluminum-hero__features h2 {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	margin: 0 0 1px;
	padding: 4px 22px;
	border-radius: 2px;
	background: #e5e5e5;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.aluminum-hero__features p {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
}

.aluminum-hero .button { margin-top: 36px; }

.aluminum-hero__media {
	position: absolute;
	top: 108px;
	left: 50.78%;
	right: 0;
	height: 744px;
	overflow: hidden;
}

.aluminum-hero__media img,
.aluminum-mode > img,
.aluminum-technical__media img,
.aluminum-customize__scene > img,
.aluminum-cta__media img,
.aluminum-works .gallery-button img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aluminum-hero__media img {
	object-position: 50% 50%;
	transition: transform 1.2s var(--ease);
}

.aluminum-hero:hover .aluminum-hero__media img { transform: scale(1.018); }

.aluminum-modes {
	height: 916px;
	background: var(--soft);
}

.aluminum-modes .content-wide { padding-top: 39px; }

.aluminum-modes h2,
.aluminum-benefits > h2,
.aluminum-technical h2,
.aluminum-customize > h2 {
	margin: 0;
	font-size: 50px;
	font-weight: 400;
	line-height: 60px;
}

.aluminum-modes__lead {
	margin: 28px 0 39px;
	font-size: 20px;
	line-height: 30px;
}

.aluminum-modes__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 35px;
}

.aluminum-mode {
	height: 670px;
	overflow: hidden;
	background: var(--white);
}

.aluminum-mode > img {
	height: 467px;
	transition: transform .9s var(--ease);
}

.aluminum-mode:hover > img { transform: scale(1.025); }

.aluminum-mode__body {
	display: grid;
	grid-template-columns: 95px minmax(0, 1fr);
	gap: 5px;
	height: 203px;
	padding: 24px 25px;
}

.aluminum-mode__icon {
	width: 74px;
	height: 74px;
	fill: none;
	stroke: #080808;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.aluminum-mode__icon--sun { stroke: var(--yellow); }

.aluminum-mode h3 {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}

.aluminum-mode p {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
}

.aluminum-benefits {
	height: 646px;
	padding-top: 38px;
	padding-bottom: 73px;
}

.aluminum-benefits > h2 { margin-bottom: 39px; }

.aluminum-benefits__grid {
	display: grid;
	grid-template-columns: 805px minmax(0, 1fr);
	grid-template-rows: repeat(3, 110px);
	column-gap: 80px;
	row-gap: 53px;
}

.aluminum-benefit {
	padding: 5px 0 4px 20px;
	border-left: 3px solid var(--yellow);
}

.aluminum-benefit h3 {
	margin: 0 0 13px;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

.aluminum-benefit p {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
}

.aluminum-technical {
	position: relative;
	height: 845px;
	background: var(--soft);
}

.aluminum-technical__inner {
	position: relative;
	height: 100%;
	overflow: visible;
}

.aluminum-technical h2 {
	position: absolute;
	top: 38px;
	left: var(--page-pad);
	z-index: 2;
}

.aluminum-specs {
	position: absolute;
	top: 137px;
	left: var(--page-pad);
	z-index: 2;
	width: 890px;
	margin: 0;
	font-size: 18px;
	line-height: 30px;
}

.aluminum-specs > div {
	display: grid;
	grid-template-columns: 337px minmax(0, 1fr);
	min-height: 40px;
}

.aluminum-specs dt { font-weight: 700; }
.aluminum-specs dd { margin: 0; }

.aluminum-technical__media {
	position: absolute;
	top: 58px;
	left: 1039px;
	right: 0;
	z-index: 1;
	height: 1108px;
	overflow: hidden;
}

.aluminum-technical__media img { object-position: 50% 50%; }

.aluminum-customize {
	position: relative;
	z-index: 3;
	height: 1511px;
	padding-top: 38px;
}

.aluminum-customize > h2 { margin-bottom: 39px; }

.aluminum-customize__scene {
	position: relative;
	height: 1374px;
	overflow: hidden;
	color: var(--white);
}

.aluminum-customize__scene::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 8, 12, .15), transparent 35%, transparent 66%, rgba(8, 8, 12, .1));
	pointer-events: none;
}

.aluminum-customize__lines {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	fill: var(--white);
	stroke: var(--white);
	stroke-width: 2;
}

.aluminum-callout {
	position: absolute;
	z-index: 3;
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	align-items: start;
	gap: 16px;
	width: 390px;
}

.aluminum-callout--light { top: 342px; left: 1206px; }
.aluminum-callout--screen { top: 776px; left: 20px; width: 430px; }

.aluminum-callout__icon {
	display: grid;
	place-items: center;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: rgba(10, 10, 14, .94);
}

.aluminum-callout__icon svg {
	width: 52px;
	height: 52px;
	fill: none;
	stroke: var(--white);
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.aluminum-callout__icon--butterfly svg {
	fill: var(--white);
	stroke: none;
}

.aluminum-callout h3 {
	margin: 0 0 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}

.aluminum-callout p {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
}

.aluminum-callout__icon { animation: aluminum-pulse 3.4s ease-in-out infinite; }

@keyframes aluminum-pulse {
	0%, 100% { box-shadow: 0 0 0 0 rgba(255, 189, 0, 0); }
	50% { box-shadow: 0 0 0 9px rgba(255, 189, 0, .18); }
}

.aluminum-cta {
	display: grid;
	grid-template-columns: 735px minmax(0, 1fr);
	align-items: center;
	gap: 30px;
	height: 603px;
	padding-top: 100px;
	padding-bottom: 50px;
}

.aluminum-cta__media { height: 453px; overflow: hidden; }
.aluminum-cta__media img { object-position: center; transition: transform .9s var(--ease); }
.aluminum-cta:hover .aluminum-cta__media img { transform: scale(1.02); }

.aluminum-cta__content { padding-left: 0; }

.aluminum-cta h2 {
	margin: 0 0 47px;
	font-size: 50px;
	font-weight: 400;
	line-height: 77px;
}

.aluminum-cta h2 strong { color: var(--yellow); font-weight: 700; }

.aluminum-cta p {
	margin: 0 0 26px;
	font-size: 18px;
	line-height: 30px;
}

.aluminum-cta .button { min-width: 275px; }

.aluminum-works {
	height: 1578px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.aluminum-works .eyebrow { margin-bottom: 29px; }

.aluminum-works h2 {
	margin: 0 0 52px;
	font-size: 58px;
	font-weight: 400;
	line-height: 1.03;
}

.aluminum-works__grid {
	display: grid;
	grid-template-columns: 809px 899px;
	grid-template-rows: 606px 695px;
	gap: 10px 13px;
}

.aluminum-works__grid .gallery-button:nth-child(3) {
	grid-column: 1;
	width: 928px;
}

.aluminum-works__grid .gallery-button:nth-child(4) {
	grid-column: 2;
	margin-left: 115px;
	width: 784px;
}

.aluminum-works .gallery-button::after {
	opacity: 0;
	transition: opacity .25s ease, transform .25s var(--ease);
}

.aluminum-works .gallery-button:hover::after,
.aluminum-works .gallery-button:focus-visible::after { opacity: 1; }

.aluminum-page + .site-footer .site-footer__inner { min-height: 306px; }

@media (max-width: 1500px) {
	.aluminum-hero,
	.aluminum-modes,
	.aluminum-benefits,
	.aluminum-technical,
	.aluminum-customize,
	.aluminum-cta,
	.aluminum-works { height: auto; }

	.aluminum-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; padding-top: 45px; padding-bottom: 55px; }
	.aluminum-hero .breadcrumbs { position: static; grid-column: 1 / -1; }
	.aluminum-hero__copy { position: static; width: auto; }
	.aluminum-hero__media { position: relative; inset: auto; height: auto; min-height: 620px; }
	.aluminum-hero h1 { font-size: 44px; }
	.aluminum-hero__lead { font-size: 17px; line-height: 1.55; }
	.aluminum-hero__features { gap: 20px; }
	.aluminum-hero__features h2 { font-size: 17px; }
	.aluminum-hero__features p { font-size: 15px; line-height: 1.5; }

	.aluminum-modes { padding-block: 50px; }
	.aluminum-modes .content-wide { padding-top: 0; }
	.aluminum-modes h2,
	.aluminum-benefits > h2,
	.aluminum-technical h2,
	.aluminum-customize > h2 { font-size: 42px; line-height: 1.2; }
	.aluminum-modes__grid { gap: 20px; }
	.aluminum-mode { height: auto; }
	.aluminum-mode > img { height: auto; aspect-ratio: 1.17 / 1; }
	.aluminum-mode__body { grid-template-columns: 72px 1fr; height: auto; min-height: 190px; padding: 22px 18px; }
	.aluminum-mode__icon { width: 58px; height: 58px; }
	.aluminum-mode h3 { font-size: 20px; }
	.aluminum-mode p { font-size: 15px; line-height: 1.5; }

	.aluminum-benefits { padding-block: 50px; }
	.aluminum-benefits__grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 32px 50px; }
	.aluminum-benefit { min-height: 110px; }

	.aluminum-technical { padding-block: 50px; }
	.aluminum-technical__inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); gap: 42px; height: auto; }
	.aluminum-technical h2,
	.aluminum-specs,
	.aluminum-technical__media { position: static; }
	.aluminum-technical h2 { grid-column: 1 / -1; }
	.aluminum-specs { width: auto; }
	.aluminum-specs > div { grid-template-columns: minmax(180px, .75fr) minmax(0, 1.25fr); }
	.aluminum-technical__media { height: auto; aspect-ratio: 1 / 1.15; }

	.aluminum-customize { padding-top: 50px; padding-bottom: 50px; }
	.aluminum-customize__scene { height: auto; aspect-ratio: 1720 / 1374; }
	.aluminum-callout--light { top: 25%; left: 68%; }
	.aluminum-callout--screen { top: 57%; left: 2%; }
	.aluminum-callout { width: 30%; grid-template-columns: 62px 1fr; gap: 12px; }
	.aluminum-callout__icon { width: 62px; height: 62px; }
	.aluminum-callout__icon svg { width: 42px; height: 42px; }
	.aluminum-callout h3 { font-size: 17px; line-height: 1.35; }
	.aluminum-callout p { font-size: 14px; line-height: 1.45; }

	.aluminum-cta { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); padding-block: 50px; }
	.aluminum-cta__media { height: auto; aspect-ratio: 1.62 / 1; }
	.aluminum-cta h2 { margin-bottom: 24px; font-size: 42px; line-height: 1.3; }

	.aluminum-works { padding-block: 50px; }
	.aluminum-works__grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, minmax(420px, 45vw)); gap: 10px; }
	.aluminum-works__grid .gallery-button:nth-child(3),
	.aluminum-works__grid .gallery-button:nth-child(4) { grid-column: auto; width: auto; margin-left: 0; }
}

@media (max-width: 820px) {
	.aluminum-hero { display: flex; flex-direction: column; gap: 28px; padding-top: 36px; padding-bottom: 44px; }
	.aluminum-hero .breadcrumbs { order: 0; }
	.aluminum-hero__copy { display: contents; }
	.aluminum-hero h1 { order: 1; margin-bottom: 0; font-size: 39px; }
	.aluminum-hero__lead { order: 2; font-size: 16px; }
	.aluminum-hero__media { order: 3; width: calc(100% + 2 * var(--page-pad)); min-height: 0; margin-left: calc(-1 * var(--page-pad)); aspect-ratio: 1.28 / 1; }
	.aluminum-hero__features { order: 4; gap: 24px; margin-top: 0; }
	.aluminum-hero__features h2 { min-height: 0; padding: 7px 12px; font-size: 16px; line-height: 1.35; }
	.aluminum-hero__features p { margin-top: 5px; font-size: 16px; }
	.aluminum-hero .button { order: 5; margin-top: 0; }

	.aluminum-modes { padding-block: 42px; }
	.aluminum-modes h2,
	.aluminum-benefits > h2,
	.aluminum-technical h2,
	.aluminum-customize > h2 { font-size: 34px; }
	.aluminum-modes__lead { margin: 20px 0 28px; font-size: 16px; line-height: 1.55; }
	.aluminum-modes__grid { grid-template-columns: 1fr; gap: 22px; }
	.aluminum-mode__body { grid-template-columns: 68px 1fr; min-height: 180px; }
	.aluminum-mode h3 { font-size: 21px; }
	.aluminum-mode p { font-size: 16px; }

	.aluminum-benefits { padding-block: 42px; }
	.aluminum-benefits > h2 { margin-bottom: 30px; }
	.aluminum-benefits__grid { grid-template-columns: 1fr; gap: 20px; }
	.aluminum-benefit { min-height: 0; padding-block: 2px; }
	.aluminum-benefit h3 { font-size: 19px; }
	.aluminum-benefit p { font-size: 16px; line-height: 1.5; }

	.aluminum-technical { padding-block: 42px; }
	.aluminum-technical__inner { display: flex; flex-direction: column; gap: 28px; }
	.aluminum-specs { order: 2; font-size: 15px; line-height: 1.45; }
	.aluminum-specs > div { grid-template-columns: 1fr; gap: 2px; min-height: 0; padding-block: 10px; border-bottom: 1px solid #ddd; }
	.aluminum-specs br { display: none; }
	.aluminum-technical__media { order: 1; aspect-ratio: 1.28 / 1; }

	.aluminum-customize { padding-block: 42px; }
	.aluminum-customize > h2 { margin-bottom: 24px; }
	.aluminum-customize__scene { display: flex; flex-direction: column; gap: 16px; aspect-ratio: auto; overflow: visible; color: var(--ink); }
	.aluminum-customize__scene > img { height: auto; aspect-ratio: 1 / 1.08; object-position: center; }
	.aluminum-customize__scene::after,
	.aluminum-customize__lines { display: none; }
	.aluminum-callout { position: static; width: 100%; grid-template-columns: 58px 1fr; padding: 18px; background: var(--soft); }
	.aluminum-callout__icon { width: 58px; height: 58px; }
	.aluminum-callout h3 { font-size: 18px; }
	.aluminum-callout p { font-size: 15px; }

	.aluminum-cta { display: flex; flex-direction: column; gap: 28px; padding-block: 42px; }
	.aluminum-cta__media { width: 100%; aspect-ratio: 1.35 / 1; }
	.aluminum-cta h2 { font-size: 34px; }
	.aluminum-cta p { font-size: 16px; }

	.aluminum-works { padding-block: 42px; }
	.aluminum-works h2 { font-size: 36px; }
	.aluminum-works__grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 8px; }
	.aluminum-works__grid .gallery-button { aspect-ratio: 1 / 1; }
	.aluminum-works .gallery-button::after { display: none; }
}

@media (max-width: 520px) {
	.aluminum-hero h1 { font-size: 34px; }
	.aluminum-mode__body { grid-template-columns: 58px 1fr; padding-inline: 16px; }
	.aluminum-mode__icon { width: 48px; height: 48px; }
	.aluminum-callout { grid-template-columns: 1fr; }
	.aluminum-cta__media { aspect-ratio: 1.1 / 1; }
	.aluminum-works__grid { grid-template-columns: 1fr; }
	.aluminum-works__grid .gallery-button { aspect-ratio: 1.2 / 1; }
}

/* Fabric-roof pergola product page */
.canvas-page h1,
.canvas-page h2,
.canvas-page h3 { letter-spacing: .01em; }

.canvas-page img { width: 100%; height: 100%; object-fit: cover; }

.canvas-hero { position: relative; height: 650px; overflow: hidden; }
.canvas-hero .breadcrumbs { position: absolute; top: 49px; left: var(--page-pad); margin: 0; }
.canvas-hero__copy { position: absolute; top: 172px; left: var(--page-pad); width: 795px; z-index: 2; }
.canvas-hero h1 { margin: 0 0 29px; color: var(--yellow); font-size: 50px; font-weight: 400; line-height: 60px; }
.canvas-hero__copy p { margin: 0; font-size: 20px; line-height: 30px; }
.canvas-hero .button { margin-top: 29px; }
.canvas-hero__media { position: absolute; top: 92px; left: 1002px; right: 0; height: 508px; overflow: hidden; }
.canvas-hero__media img { object-position: 50% 58%; transition: transform 1s var(--ease); }
.canvas-hero:hover .canvas-hero__media img { transform: scale(1.018); }

.canvas-motion { height: 911px; background: var(--soft); }
.canvas-motion .content-wide { padding-top: 39px; }
.canvas-motion h2,
.canvas-benefits > h2,
.canvas-types-intro h2,
.canvas-technical h2,
.canvas-customize > h2 { margin: 0; font-size: 50px; font-weight: 400; line-height: 60px; }
.canvas-motion__lead { margin: 29px 0 30px; font-size: 20px; line-height: 30px; }
.canvas-motion__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.canvas-state { height: 635px; overflow: hidden; background: var(--white); }
.canvas-state__media { height: 473px; overflow: hidden; }
.canvas-state__media img { transition: transform .9s var(--ease); }
.canvas-state:hover .canvas-state__media img { transform: scale(1.025); }
.canvas-state > div:last-child { height: 162px; padding: 26px 31px; }
.canvas-state h3 { margin: 0 0 9px; font-size: 24px; font-weight: 500; line-height: 30px; }
.canvas-state p { margin: 0; font-size: 18px; line-height: 30px; }

.canvas-benefits { height: 695px; padding-top: 68px; padding-bottom: 60px; }
.canvas-benefits > h2 { margin-bottom: 48px; }
.canvas-benefits__grid { display: grid; grid-template-columns: 805px minmax(0,1fr); grid-template-rows: repeat(3, 130px); gap: 20px 80px; }
.canvas-benefits article { padding: 5px 0 4px 20px; border-left: 3px solid var(--yellow); }
.canvas-benefits h3 { margin: 0 0 13px; font-size: 20px; font-weight: 500; line-height: 30px; }
.canvas-benefits p { margin: 0; font-size: 18px; line-height: 30px; }

.canvas-types-intro { height: 630px; background: var(--soft); }
.canvas-types-intro > .content-wide { position: relative; height: 100%; }
.canvas-types-intro__copy { position: absolute; top: 39px; left: var(--page-pad); width: 770px; z-index: 2; }
.canvas-types-intro__copy > p { width: 700px; margin: 45px 0 35px; font-size: 20px; line-height: 30px; }
.canvas-types-table { width: 760px; border-collapse: collapse; font-size: 18px; line-height: 35px; text-align: left; }
.canvas-types-table th { font-weight: 700; }
.canvas-types-table th:first-child { width: 106px; }
.canvas-types-table th:nth-child(2) { width: 333px; }
.canvas-types-table td,
.canvas-types-table th { padding: 0; }
.canvas-types-intro__media { position: absolute; top: 22px; left: 978px; right: 0; height: 564px; overflow: hidden; }
.canvas-types-intro__media img { object-position: center; }

.canvas-models { height: 3370px; padding-top: 0; overflow: hidden; }
.canvas-model { height: 681px; padding-top: 61px; }
.canvas-model:first-child { height: 646px; padding-top: 39px; }
.canvas-model:last-child { height: 681px; }
.canvas-model h2 { margin: 0 0 34px; color: var(--yellow); font-size: 50px; font-weight: 400; line-height: 60px; }
.canvas-model__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.canvas-model figure { position: relative; height: 535px; margin: 0; }
.canvas-model figcaption { position: relative; z-index: 2; font-size: 18px; line-height: 30px; }
.canvas-model img { position: absolute; inset: 51px 0 auto; width: 100%; height: 438px; object-fit: contain; object-position: center top; }
.canvas-model:first-child img { top: 42px; }

.canvas-technical { height: 814px; background: var(--soft); overflow: hidden; }
.canvas-technical > .content-wide { position: relative; height: 100%; }
.canvas-technical h2 { position: absolute; top: 38px; left: var(--page-pad); z-index: 2; }
.canvas-specs { position: absolute; top: 132px; left: var(--page-pad); z-index: 2; width: 875px; margin: 0; font-size: 18px; line-height: 30px; }
.canvas-specs > div { display: grid; grid-template-columns: 300px minmax(0,1fr); min-height: 57px; }
.canvas-specs dt { font-weight: 700; }
.canvas-specs dd { margin: 0; }
.canvas-technical__media { position: absolute; top: 50px; left: 1039px; right: 0; height: 696px; overflow: hidden; }
.canvas-technical__media img { object-position: center; }

.canvas-cta { display: grid; grid-template-columns: 735px minmax(0,1fr); align-items: start; gap: 30px; height: 621px; padding-top: 50px; padding-bottom: 50px; }
.canvas-cta__media { height: 453px; overflow: hidden; }
.canvas-cta__media img { transition: transform .9s var(--ease); }
.canvas-cta:hover .canvas-cta__media img { transform: scale(1.02); }
.canvas-cta__content { padding: 58px 0 0; }
.canvas-cta h2 { margin: 0 0 47px; font-size: 50px; font-weight: 400; line-height: 77px; }
.canvas-cta h2 strong { color: var(--yellow); font-weight: 700; }
.canvas-cta p { margin: 0 0 26px; font-size: 18px; line-height: 30px; }
.canvas-cta .button { min-width: 275px; }

.canvas-customize { position: relative; height: 1356px; padding-top: 0; }
.canvas-customize > h2 { margin-bottom: -4px; }
.canvas-customize__scene { position: relative; height: 1290px; overflow: hidden; color: var(--white); }
.canvas-customize__scene::after { content: ""; position: absolute; inset: 0; background: rgba(5,5,8,.06); pointer-events: none; }
.canvas-customize__lines { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; fill: var(--white); stroke: var(--white); stroke-width: 2; }
.canvas-callout { position: absolute; z-index: 3; display: grid; grid-template-columns: 78px minmax(0,1fr); align-items: start; gap: 16px; width: 360px; }
.canvas-callout--light { top: 430px; left: 30px; }
.canvas-callout--fabric { top: 495px; left: 1135px; }
.canvas-callout--screen { top: 1005px; left: 120px; width: 410px; }
.canvas-callout__icon { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 50%; background: rgba(10,10,14,.94); animation: aluminum-pulse 3.4s ease-in-out infinite; }
.canvas-callout__icon svg { width: 52px; height: 52px; fill: none; stroke: var(--white); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.canvas-callout__icon--butterfly svg { fill: var(--white); stroke: none; }
.canvas-callout h3 { margin: 0 0 5px; font-size: 20px; font-weight: 700; line-height: 30px; }
.canvas-callout p { margin: 0; font-size: 18px; line-height: 30px; }

.canvas-works { height: 2318px; padding-top: 50px; padding-bottom: 25px; }
.canvas-works .eyebrow { margin-bottom: 29px; }
.canvas-works h2 { margin: 0 0 52px; font-size: 58px; font-weight: 400; line-height: 1.03; }
.canvas-works__grid { display: grid; grid-template-columns: 590px 516px 596px; grid-template-rows: 688px 799px 578px; gap: 10px; }
.canvas-works__grid .gallery-button img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s var(--ease); }
.canvas-works__grid .gallery-button:hover img { transform: scale(1.025); }
.canvas-work--4 { grid-column: 1; }
.canvas-work--5 { grid-column: 2 / 4; }
.canvas-work--6 { grid-column: 1 / 3; }
.canvas-work--7 { grid-column: 3; }

.canvas-why { display: grid; grid-template-columns: 736px minmax(0,1fr); align-items: center; gap: 30px; height: 600px; padding-top: 60px; padding-bottom: 60px; }
.canvas-why__media { height: 480px; overflow: hidden; }
.canvas-why__content h2 { margin: 0 0 28px; color: var(--yellow); font-size: 50px; font-weight: 400; line-height: 1.1; }
.canvas-why__content h2 strong { font-weight: 700; }
.canvas-why__content p { margin: 0 0 18px; font-size: 18px; line-height: 30px; }
.canvas-why__content .button { min-width: 452px; }
.canvas-page + .site-footer .site-footer__inner { min-height: 306px; }

@media (max-width: 1500px) {
	.canvas-hero,
	.canvas-motion,
	.canvas-benefits,
	.canvas-types-intro,
	.canvas-models,
	.canvas-technical,
	.canvas-cta,
	.canvas-customize,
	.canvas-works,
	.canvas-why { height: auto; }
	.canvas-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; padding-top: 45px; padding-bottom: 55px; }
	.canvas-hero .breadcrumbs { position: static; grid-column: 1 / -1; }
	.canvas-hero__copy,
	.canvas-hero__media { position: static; width: auto; }
	.canvas-hero__media { height: auto; min-height: 560px; }
	.canvas-hero h1 { font-size: 44px; }
	.canvas-hero__copy p { font-size: 17px; line-height: 1.55; }
	.canvas-motion { padding-block: 50px; }
	.canvas-motion .content-wide { padding-top: 0; }
	.canvas-motion h2,
	.canvas-benefits > h2,
	.canvas-types-intro h2,
	.canvas-technical h2,
	.canvas-customize > h2 { font-size: 42px; line-height: 1.2; }
	.canvas-motion__grid { gap: 20px; }
	.canvas-state { height: auto; }
	.canvas-state__media { height: auto; aspect-ratio: 1.78 / 1; }
	.canvas-state > div:last-child { height: auto; min-height: 175px; }
	.canvas-benefits { padding-block: 50px; }
	.canvas-benefits__grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 30px 50px; }
	.canvas-benefits article { min-height: 120px; }
	.canvas-types-intro { padding-block: 50px; }
	.canvas-types-intro > .content-wide { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; height: auto; }
	.canvas-types-intro__copy,
	.canvas-types-intro__media { position: static; width: auto; }
	.canvas-types-intro__copy > p,
	.canvas-types-table { width: 100%; }
	.canvas-types-intro__media { height: auto; min-height: 540px; }
	.canvas-models { padding-block: 30px; }
	.canvas-model,
	.canvas-model:first-child,
	.canvas-model:last-child { height: auto; min-height: 600px; padding-top: 35px; }
	.canvas-model h2 { font-size: 42px; line-height: 1.2; }
	.canvas-model figure { height: auto; min-height: 480px; }
	.canvas-model img,
	.canvas-model:first-child img { top: 42px; height: 420px; }
	.canvas-technical { padding-block: 50px; }
	.canvas-technical > .content-wide { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(420px,.9fr); gap: 42px; height: auto; }
	.canvas-technical h2 { position: static; grid-column: 1 / -1; }
	.canvas-specs,
	.canvas-technical__media { position: static; width: auto; }
	.canvas-specs > div { grid-template-columns: minmax(190px,.7fr) minmax(0,1.3fr); }
	.canvas-technical__media { height: auto; min-height: 690px; }
	.canvas-cta { grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); padding-block: 50px; }
	.canvas-cta__media { height: auto; aspect-ratio: 1.62 / 1; }
	.canvas-cta__content { padding-top: 0; }
	.canvas-cta h2 { margin-bottom: 24px; font-size: 42px; line-height: 1.3; }
	.canvas-customize { padding-block: 50px; }
	.canvas-customize__scene { height: auto; aspect-ratio: 1720 / 1290; }
	.canvas-callout { width: 30%; grid-template-columns: 62px 1fr; gap: 12px; }
	.canvas-callout--light { top: 33%; left: 2%; }
	.canvas-callout--fabric { top: 39%; left: 66%; }
	.canvas-callout--screen { top: 76%; left: 7%; }
	.canvas-callout__icon { width: 62px; height: 62px; }
	.canvas-callout__icon svg { width: 42px; height: 42px; }
	.canvas-callout h3 { font-size: 17px; line-height: 1.35; }
	.canvas-callout p { font-size: 14px; line-height: 1.45; }
	.canvas-works { padding-block: 50px; }
	.canvas-works__grid { grid-template-columns: repeat(3,1fr); grid-template-rows: repeat(3,minmax(430px,45vw)); gap: 10px; }
	.canvas-why { grid-template-columns: minmax(360px,.9fr) minmax(0,1.1fr); gap: 32px; padding-block: 50px; }
	.canvas-why__media { height: 440px; }
}

@media (max-width: 820px) {
	.canvas-hero { display: flex; flex-direction: column; gap: 28px; padding-top: 36px; padding-bottom: 44px; }
	.canvas-hero .breadcrumbs { order: 0; }
	.canvas-hero__copy { display: contents; }
	.canvas-hero h1 { order: 1; margin: 0; font-size: 39px; }
	.canvas-hero__copy p { order: 2; font-size: 16px; }
	.canvas-hero__media { order: 3; width: calc(100% + 2 * var(--page-pad)); min-height: 0; margin-left: calc(-1 * var(--page-pad)); aspect-ratio: 1.32 / 1; }
	.canvas-hero .button { order: 4; margin-top: 0; }
	.canvas-motion { padding-block: 42px; }
	.canvas-motion h2,
	.canvas-benefits > h2,
	.canvas-types-intro h2,
	.canvas-technical h2,
	.canvas-customize > h2 { font-size: 34px; }
	.canvas-motion__lead { margin: 20px 0 28px; font-size: 16px; line-height: 1.55; }
	.canvas-motion__grid { grid-template-columns: 1fr; gap: 22px; }
	.canvas-state > div:last-child { min-height: 0; padding: 22px 20px; }
	.canvas-state h3 { font-size: 21px; }
	.canvas-state p { font-size: 16px; line-height: 1.5; }
	.canvas-benefits { padding-block: 42px; }
	.canvas-benefits > h2 { margin-bottom: 30px; }
	.canvas-benefits__grid { grid-template-columns: 1fr; gap: 20px; }
	.canvas-benefits article { min-height: 0; }
	.canvas-benefits h3 { font-size: 19px; }
	.canvas-benefits p { font-size: 16px; line-height: 1.5; }
	.canvas-types-intro { padding-block: 42px; }
	.canvas-types-intro > .content-wide { display: flex; flex-direction: column; gap: 28px; }
	.canvas-types-intro__copy > p { margin: 22px 0 26px; font-size: 16px; line-height: 1.5; }
	.canvas-types-table { font-size: 13px; line-height: 1.4; }
	.canvas-types-table th,
	.canvas-types-table td { padding: 7px 5px; border-bottom: 1px solid #ddd; vertical-align: top; }
	.canvas-types-table th:first-child { width: 46px; }
	.canvas-types-table th:nth-child(2) { width: auto; }
	.canvas-types-intro__media { min-height: 0; aspect-ratio: 1.55 / 1; }
	.canvas-models { padding-block: 20px 38px; }
	.canvas-model,
	.canvas-model:first-child,
	.canvas-model:last-child { min-height: 0; padding-top: 32px; }
	.canvas-model h2 { margin-bottom: 26px; font-size: 34px; }
	.canvas-model__grid { grid-template-columns: 1fr; gap: 20px; }
	.canvas-model figure { min-height: 330px; padding: 16px 8px; background: var(--soft); }
	.canvas-model figcaption { font-size: 15px; }
	.canvas-model img,
	.canvas-model:first-child img { position: static; height: 270px; margin-top: 12px; }
	.canvas-technical { padding-block: 42px; }
	.canvas-technical > .content-wide { display: flex; flex-direction: column; gap: 28px; }
	.canvas-technical__media { order: 1; min-height: 0; aspect-ratio: 1.28 / 1; }
	.canvas-specs { order: 2; font-size: 15px; line-height: 1.45; }
	.canvas-specs > div { grid-template-columns: 1fr; gap: 2px; min-height: 0; padding-block: 10px; border-bottom: 1px solid #ddd; }
	.canvas-cta { display: flex; flex-direction: column; gap: 28px; padding-block: 42px; }
	.canvas-cta__media { width: 100%; aspect-ratio: 1.35 / 1; }
	.canvas-cta h2 { font-size: 34px; }
	.canvas-cta p { font-size: 16px; }
	.canvas-customize { padding-block: 42px; }
	.canvas-customize > h2 { margin-bottom: 24px; }
	.canvas-customize__scene { display: flex; flex-direction: column; gap: 16px; aspect-ratio: auto; overflow: visible; color: var(--ink); }
	.canvas-customize__scene > img { height: auto; aspect-ratio: 1 / 1.08; }
	.canvas-customize__scene::after,
	.canvas-customize__lines { display: none; }
	.canvas-callout { position: static; width: 100%; grid-template-columns: 58px 1fr; padding: 18px; background: var(--soft); }
	.canvas-callout__icon { width: 58px; height: 58px; }
	.canvas-callout h3 { font-size: 18px; }
	.canvas-callout p { font-size: 15px; }
	.canvas-works { padding-block: 42px; }
	.canvas-works h2 { font-size: 36px; }
	.canvas-works__grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 8px; }
	.canvas-work,
	.canvas-work[class] { grid-column: auto; aspect-ratio: 1 / 1; }
	.canvas-work--4,
	.canvas-work--5 { grid-column: 1 / -1 !important; aspect-ratio: 1.5 / 1 !important; }
	.canvas-why { display: flex; flex-direction: column; gap: 30px; padding-block: 42px; }
	.canvas-why__media { width: 100%; height: auto; aspect-ratio: 1.45 / 1; }
	.canvas-why__content h2 { font-size: 34px; }
	.canvas-why__content p { font-size: 15px; line-height: 1.55; }
	.canvas-why__content .button { min-width: 0; }
}

@media (max-width: 520px) {
	.canvas-hero h1 { font-size: 34px; }
	.canvas-types-table { display: block; overflow-x: auto; }
	.canvas-model figure { min-height: 285px; }
	.canvas-model img,
	.canvas-model:first-child img { height: 225px; }
	.canvas-callout { grid-template-columns: 1fr; }
	.canvas-cta__media { aspect-ratio: 1.1 / 1; }
	.canvas-works__grid { grid-template-columns: 1fr; }
	.canvas-work,
	.canvas-work[class] { grid-column: auto !important; aspect-ratio: 1.2 / 1 !important; }
}

/* Toldo de brazo caído */
.drop-page h1,
.drop-page h2,
.drop-page h3,
.drop-page p,
.drop-page dl { margin-top: 0; }

.drop-page h2 { font-size: 52px; font-weight: 400; line-height: 1.12; }
.drop-lead { font-size: 20px; line-height: 1.5; }

.drop-hero { position: relative; height: 692px; padding-top: 52px; overflow: hidden; }
.drop-hero .breadcrumbs { margin: 0; font-size: 20px; }
.drop-hero__copy { position: relative; z-index: 2; width: 900px; padding-top: 64px; }
.drop-hero h1 { margin-bottom: 36px; color: var(--yellow); font-size: 51px; font-weight: 400; line-height: 1.12; }
.drop-hero__copy > p { width: 900px; margin-bottom: 34px; font-size: 23px; line-height: 1.3; }
.drop-hero__facts { display: flex; flex-wrap: wrap; gap: 10px 9px; width: 900px; margin-bottom: 27px; }
.drop-hero__facts span { display: inline-flex; min-height: 40px; align-items: center; padding: 7px 16px; border-radius: 2px; background: #e5e5e5; font-size: 18px; line-height: 1.35; white-space: nowrap; }
.drop-hero__media { position: absolute; top: 25px; right: 0; width: 900px; height: 675px; overflow: hidden; }
.drop-hero__media img { width: 100%; height: 100%; object-fit: cover; }

.drop-angle { height: 956px; padding-top: 46px; background: var(--soft); overflow: hidden; }
.drop-angle h2 { margin-bottom: 32px; }
.drop-angle .drop-lead { margin-bottom: 2px; }
.drop-angle__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.drop-state { background: #fff; }
.drop-state__media { width: 100%; height: 555px; overflow: hidden; }
.drop-state__media img { width: 100%; height: 100%; object-fit: cover; }
.drop-state > div:last-child { min-height: 145px; padding: 15px 30px 20px; }
.drop-state h3 { margin-bottom: 10px; font-size: 23px; font-weight: 500; line-height: 1.35; }
.drop-state p { margin-bottom: 0; font-size: 19px; line-height: 1.55; }

.drop-benefits { height: 646px; padding-top: 46px; overflow: hidden; }
.drop-benefits > h2 { margin-bottom: 55px; }
.drop-benefits__grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 42px; row-gap: 43px; }
.drop-benefits article { min-height: 92px; padding-left: 20px; border-left: 3px solid var(--yellow); }
.drop-benefits h3 { margin-bottom: 12px; font-size: 21px; font-weight: 500; line-height: 1.25; }
.drop-benefits p { margin-bottom: 0; font-size: 18px; line-height: 1.48; }

.drop-engineering { height: 1304px; padding-top: 46px; background: var(--soft); overflow: hidden; }
.drop-engineering > .content-wide > h2 { margin-bottom: 16px; }
.drop-structure__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; height: 440px; }
.drop-structure__grid article { min-width: 0; height: 440px; background: #fff; text-align: center; }
.drop-structure__grid img { width: 100%; height: 336px; object-fit: contain; }
.drop-structure__grid p { display: flex; min-height: 86px; align-items: center; justify-content: center; margin: 0; padding: 12px 10px 15px; font-size: 20px; line-height: 1.35; }
.drop-technical { display: grid; grid-template-columns: 780px 1fr; gap: 97px; height: 707px; margin-top: 58px; }
.drop-technical__copy { padding-top: 42px; }
.drop-technical h2 { margin-bottom: 36px; }
.drop-specs { display: grid; gap: 9px; margin: 0; font-size: 18px; line-height: 1.35; }
.drop-specs > div { display: grid; grid-template-columns: 251px 1fr; gap: 18px; min-height: 31px; align-items: start; }
.drop-specs dt { font-weight: 700; }
.drop-specs dd { margin: 0; }
.drop-technical__media { width: calc(100% + 100px); height: 707px; overflow: hidden; }
.drop-technical__media img { width: 100%; height: 100%; object-fit: cover; }

.drop-cta { display: grid; grid-template-columns: 755px 1fr; gap: 30px; height: 553px; padding: 50px 100px 0 80px; overflow: hidden; }
.drop-cta__media { width: 755px; height: 453px; overflow: hidden; }
.drop-cta__media img { width: 100%; height: 100%; object-fit: cover; }
.drop-cta__content { padding-top: 68px; }
.drop-cta h2 { margin-bottom: 38px; font-size: 49px; font-weight: 400; line-height: 1.28; }
.drop-cta h2 strong { color: var(--yellow); font-weight: 700; }
.drop-cta p { margin-bottom: 29px; font-size: 18px; line-height: 1.5; }
.drop-cta .button { min-width: 274px; }

.drop-works { height: 3021px; padding-top: 50px; overflow: hidden; }
.drop-works .eyebrow { margin-bottom: 33px; }
.drop-works h2 { margin: 0 0 41px; font-size: 60px; font-weight: 400; line-height: 1.1; }
.drop-works__grid { position: relative; width: 100%; height: 2754px; }
.drop-work { position: absolute; overflow: hidden; }
.drop-work img { width: 100%; height: 100%; object-fit: cover; }
.drop-work--1 { left: 0; top: 0; width: 100%; height: 673px; }
.drop-work--2 { left: 0; top: 683px; width: 775px; height: 546px; }
.drop-work--3 { left: 785px; top: 683px; width: 935px; height: 546px; }
.drop-work--4 { left: 0; top: 1239px; width: 1035px; height: 773px; }
.drop-work--5 { left: 1045px; top: 1239px; width: 675px; height: 773px; }
.drop-work--6 { left: 0; top: 2022px; width: 100%; height: 732px; }

.drop-why { display: grid; grid-template-columns: 735px 1fr; gap: 32px; height: 600px; padding-top: 60px; overflow: hidden; }
.drop-why__media { width: 735px; height: 540px; overflow: hidden; }
.drop-why__media img { width: 100%; height: 100%; object-fit: cover; }
.drop-why__content { transform: translateY(-10px); }
.drop-why__content h2 { margin-bottom: 46px; color: var(--yellow); font-size: 53px; font-weight: 400; line-height: 1.1; }
.drop-why__content h2 strong { font-weight: 700; }
.drop-why__content p { margin-bottom: 18px; font-size: 20px; line-height: 1.5; }
.drop-why__content p:last-of-type { margin-bottom: 25px; }
.drop-why__content .button { min-width: 430px; }

@media (max-width: 1500px) {
	.drop-hero,
	.drop-angle,
	.drop-benefits,
	.drop-engineering,
	.drop-technical,
	.drop-cta,
	.drop-works,
	.drop-why { height: auto; }
	.drop-page h2 { font-size: 38px; }
	.drop-hero { display: flex; flex-direction: column; gap: 27px; padding-top: 35px; padding-bottom: 48px; }
	.drop-hero .breadcrumbs { order: 0; }
	.drop-hero__copy { display: contents; }
	.drop-hero h1 { order: 1; margin: 0; font-size: 43px; }
	.drop-hero__copy > p { order: 2; width: auto; margin: 0; font-size: 17px; line-height: 1.55; }
	.drop-hero__facts { order: 3; width: 100%; margin: 0; }
	.drop-hero__facts span { font-size: 14px; }
	.drop-hero__media { position: static; order: 4; width: calc(100% + 2 * var(--page-pad)); height: auto; margin-left: calc(-1 * var(--page-pad)); aspect-ratio: 4 / 3; }
	.drop-hero .button { order: 5; align-self: flex-start; }
	.drop-angle { padding-block: 44px; }
	.drop-angle .drop-lead { margin-bottom: 28px; font-size: 16px; }
	.drop-angle__grid { grid-template-columns: 1fr 1fr; }
	.drop-state__media { height: auto; aspect-ratio: 1.5 / 1; }
	.drop-state p { font-size: 16px; }
	.drop-benefits { padding-block: 44px; }
	.drop-benefits__grid { row-gap: 28px; }
	.drop-benefits p { font-size: 16px; }
	.drop-engineering { padding-block: 44px; }
	.drop-structure__grid { grid-template-columns: repeat(3, 1fr); height: auto; }
	.drop-structure__grid article { height: auto; }
	.drop-structure__grid img { height: auto; aspect-ratio: 1 / 1; }
	.drop-structure__grid p { font-size: 16px; }
	.drop-technical { display: flex; flex-direction: column; gap: 30px; margin-top: 48px; }
	.drop-technical__copy { padding-top: 0; }
	.drop-specs { gap: 0; font-size: 15px; }
	.drop-specs > div { grid-template-columns: 230px 1fr; gap: 15px; padding-block: 9px; border-bottom: 1px solid #ddd; }
	.drop-technical__media { width: 100%; height: auto; aspect-ratio: 4 / 3; }
	.drop-cta { display: flex; flex-direction: column; gap: 28px; padding: 42px var(--page-pad); }
	.drop-cta__media { width: 100%; height: auto; aspect-ratio: 1.67 / 1; }
	.drop-cta__content { padding-top: 0; }
	.drop-cta h2 { margin-bottom: 25px; font-size: 38px; }
	.drop-cta p { font-size: 16px; }
	.drop-works { padding-block: 44px; }
	.drop-works h2 { font-size: 42px; }
	.drop-works__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; height: auto; }
	.drop-work,
	.drop-work[class] { position: static; width: auto; height: auto; aspect-ratio: 1.25 / 1; }
	.drop-work--1,
	.drop-work--6 { grid-column: 1 / -1; aspect-ratio: 1.9 / 1 !important; }
	.drop-why { display: flex; flex-direction: column; gap: 30px; padding-block: 42px; }
	.drop-why__media { width: 100%; height: auto; aspect-ratio: 1.45 / 1; }
	.drop-why__content { transform: none; }
	.drop-why__content h2 { margin-bottom: 25px; font-size: 38px; }
	.drop-why__content p { font-size: 15px; }
}

@media (max-width: 820px) {
	.drop-page h2 { font-size: 32px; }
	.drop-hero h1 { font-size: 35px; }
	.drop-angle__grid,
	.drop-benefits__grid { grid-template-columns: 1fr; }
	.drop-state > div:last-child { min-height: 0; padding: 22px; }
	.drop-benefits__grid { gap: 23px; }
	.drop-benefits article { min-height: 0; }
	.drop-structure__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
	.drop-specs > div { grid-template-columns: 1fr; gap: 3px; }
	.drop-works__grid { grid-template-columns: 1fr; }
	.drop-work,
	.drop-work[class] { grid-column: auto; aspect-ratio: 1.25 / 1 !important; }
	.drop-why__content .button { min-width: 0; }
}

@media (max-width: 520px) {
	.drop-hero__facts { display: grid; grid-template-columns: 1fr 1fr; }
	.drop-hero__facts span { white-space: normal; }
	.drop-structure__grid { grid-template-columns: 1fr; }
	.drop-cta__media { aspect-ratio: 1.25 / 1; }
	.drop-cta h2 { font-size: 32px; }
}

/* Toldo capota (tipo cofre) */
.capota-page h1,
.capota-page h2,
.capota-page h3,
.capota-page p,
.capota-page dl { margin-top: 0; }

.capota-page h2 {
	font-size: 52px;
	font-weight: 400;
	line-height: 1.12;
}

.capota-hero {
	position: relative;
	height: 692px;
	padding-top: 52px;
	overflow: hidden;
}

.capota-hero .breadcrumbs { margin: 0; font-size: 20px; }

.capota-hero__copy {
	position: relative;
	z-index: 2;
	width: 920px;
	padding-top: 72px;
}

.capota-hero h1 {
	margin-bottom: 29px;
	color: var(--yellow);
	font-size: 51px;
	font-weight: 400;
	line-height: 1.12;
}

.capota-hero__copy > p {
	width: 905px;
	margin-bottom: 28px;
	font-size: 21px;
	line-height: 1.35;
}

.capota-hero__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	width: 910px;
	margin-bottom: 28px;
}

.capota-hero__facts span {
	padding: 7px 16px;
	border-radius: 2px;
	background: #e8e8e8;
	font-size: 17px;
	line-height: 1.35;
	white-space: nowrap;
}

.capota-hero__media {
	position: absolute;
	top: 130px;
	right: 0;
	width: 46.1%;
	max-width: 885px;
	height: 503px;
	overflow: hidden;
}

.capota-hero__media img,
.capota-facade__media img,
.capota-technical__media img,
.capota-cta__media img,
.capota-why__media img,
.capota-work img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.capota-facades {
	height: 858px;
	padding-top: 46px;
	background: var(--soft);
}

.capota-facades h2 { margin-bottom: 27px; }

.capota-lead {
	max-width: 1500px;
	margin-bottom: 31px;
	font-size: 20px;
	line-height: 1.45;
}

.capota-facades__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
}

.capota-facade {
	background: var(--white);
	box-shadow: 0 10px 28px rgba(18, 18, 25, .035);
}

.capota-facade__media {
	width: 100%;
	height: 367px;
	overflow: hidden;
}

.capota-facade > div:last-child {
	min-height: 225px;
	padding: 22px 29px 27px;
}

.capota-facade h3 {
	margin-bottom: 13px;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.25;
}

.capota-facade p {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 1.46;
}

.capota-benefits {
	height: 612px;
	padding-top: 47px;
}

.capota-benefits h2 { margin-bottom: 43px; }

.capota-benefits__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 73px;
	row-gap: 32px;
}

.capota-benefits article {
	min-height: 123px;
	padding-left: 27px;
	border-left: 4px solid var(--yellow);
}

.capota-benefits h3 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
}

.capota-benefits p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.45;
}

.capota-structure {
	height: 1310px;
	padding-top: 62px;
	overflow: hidden;
}

.capota-structure__top {
	display: grid;
	grid-template-columns: 860px minmax(0, 1fr);
	gap: 95px;
	height: 626px;
}

.capota-structure__visual {
	position: relative;
	height: 540px;
}

.capota-sketch {
	position: absolute;
	fill: #bcbcbc;
	stroke: #9a9a9a;
	stroke-width: 2;
	stroke-linejoin: round;
}

.capota-sketch__valance { fill: #aaa; stroke-width: 1; }
.capota-sketch--box { top: 18px; left: 16px; width: 376px; transform: rotate(-2deg); }
.capota-sketch--dome { top: 187px; right: 19px; width: 410px; }
.capota-sketch--side { left: 98px; bottom: 0; width: 350px; transform: rotate(4deg); }

.capota-structure__copy { padding-top: 3px; }
.capota-structure__copy h2 { margin-bottom: 27px; }

.capota-structure__copy p,
.capota-structure__copy li {
	font-size: 18px;
	line-height: 1.47;
}

.capota-structure__copy p { margin-bottom: 25px; }

.capota-structure__copy ul {
	margin: 0;
	padding-left: 24px;
}

.capota-structure__copy li { margin-bottom: 15px; }
.capota-structure > h2 { margin-bottom: 40px; }

.capota-shapes {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 35px 39px;
	height: 516px;
	align-content: start;
}

.capota-shape {
	position: relative;
	height: 190px;
	margin: 0 auto 38px;
	background: #bdbdbd;
	box-shadow: inset 0 -13px 0 #a7a7a7;
}

.capota-shape::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	height: 30px;
	background: radial-gradient(circle at 13px 0, #a7a7a7 14px, transparent 14.5px) 0 0 / 26px 30px repeat-x;
}

.capota-shape::after {
	content: "";
	position: absolute;
	inset: 12px 16px 24px;
	border: 1px solid rgba(255,255,255,.42);
	border-bottom: 0;
	border-radius: inherit;
}

.capota-shape--gable { width: 238px; clip-path: polygon(50% 0,100% 35%,100% 100%,0 100%,0 35%); }
.capota-shape--dome { width: 230px; border-radius: 48% 48% 0 0; }
.capota-shape--round { width: 230px; border-radius: 115px 115px 0 0; }
.capota-shape--quarter { width: 230px; border-radius: 0 100% 0 0; }
.capota-shape--box { width: 230px; height: 170px; border-radius: 4px; transform: perspective(550px) rotateX(-7deg); }
.capota-shape--oval { width: 230px; height: 175px; border-radius: 50% 50% 0 0 / 85% 85% 0 0; }
.capota-shape--half { width: 230px; height: 150px; border-radius: 115px 115px 0 0; }
.capota-shape--soft { width: 230px; height: 162px; border-radius: 40% 65% 0 0; }
.capota-shape--soft-small { width: 230px; height: 138px; border-radius: 65% 45% 0 0; }

.capota-technical {
	height: 709px;
	background: var(--soft);
	overflow: hidden;
}

.capota-technical > .content-wide {
	display: grid;
	grid-template-columns: 830px minmax(0, 1fr);
	gap: 41px;
	height: 100%;
	padding-top: 48px;
}

.capota-technical__copy h2 { margin-bottom: 30px; }

.capota-specs {
	display: grid;
	gap: 9px;
	margin-bottom: 0;
	font-size: 17px;
	line-height: 1.35;
}

.capota-specs > div {
	display: grid;
	grid-template-columns: 176px 1fr;
	gap: 16px;
}

.capota-specs dt { font-weight: 600; }
.capota-specs dd { margin: 0; }

.capota-technical__media {
	width: calc(100% + var(--page-pad));
	height: 594px;
	overflow: hidden;
}

.capota-cta {
	display: grid;
	grid-template-columns: 755px minmax(0, 1fr);
	gap: 80px;
	height: 553px;
	padding: 50px var(--page-pad) 50px 80px;
}

.capota-cta__media {
	width: 755px;
	height: 453px;
	overflow: hidden;
}

.capota-cta__content { padding-top: 61px; }

.capota-cta h2 {
	margin-bottom: 28px;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.18;
}

.capota-cta h2 strong,
.capota-why h2 strong { color: var(--yellow); font-weight: 500; }

.capota-cta p {
	max-width: 810px;
	margin-bottom: 31px;
	font-size: 18px;
	line-height: 1.48;
}

.capota-cta .button { min-width: 274px; }

.capota-why {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 735px;
	gap: 48px;
	height: 600px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.capota-why__content { padding-top: 8px; }

.capota-why h2 {
	margin-bottom: 26px;
	color: var(--yellow);
	font-size: 50px;
}

.capota-why p {
	margin-bottom: 18px;
	font-size: 17px;
	line-height: 1.43;
}

.capota-why__content .button { min-width: 430px; }

.capota-why__media {
	width: 735px;
	height: 480px;
	overflow: hidden;
}

.capota-works {
	height: 2803px;
	padding-top: 49px;
	overflow: hidden;
}

.capota-works .eyebrow { margin-bottom: 27px; }

.capota-works h2 {
	margin: 0 0 40px;
	font-size: 60px;
	font-weight: 400;
	line-height: 1.12;
}

.capota-works__grid {
	position: relative;
	height: 2538px;
}

.capota-work {
	position: absolute;
	overflow: hidden;
}

.capota-work--1 { left: 0; top: 0; width: 54.83%; height: 735px; }
.capota-work--2 { right: 0; top: 0; width: 44.59%; height: 735px; }
.capota-work--3 { left: 0; top: 745px; width: 54.83%; height: 594px; }
.capota-work--4 { right: 0; top: 745px; width: 44.59%; height: 594px; }
.capota-work--5 { left: 0; top: 1349px; width: 54.83%; height: 535px; }
.capota-work--6 { right: 0; top: 1349px; width: 44.59%; height: 1189px; }
.capota-work--7 { left: 0; top: 1894px; width: 54.83%; height: 644px; }

.capota-page + .site-footer .site-footer__inner { min-height: 306px; }

@media (max-width: 1500px) {
	.capota-hero,
	.capota-facades,
	.capota-benefits,
	.capota-structure,
	.capota-technical,
	.capota-cta,
	.capota-why,
	.capota-works { height: auto; }

	.capota-page h2 { font-size: 38px; }

	.capota-hero {
		display: flex;
		flex-direction: column;
		gap: 27px;
		padding-top: 35px;
		padding-bottom: 48px;
	}

	.capota-hero .breadcrumbs { order: 0; }
	.capota-hero__copy { display: contents; }
	.capota-hero h1 { order: 1; margin: 0; font-size: 43px; }
	.capota-hero__copy > p { order: 2; width: auto; margin: 0; font-size: 17px; line-height: 1.55; }
	.capota-hero__facts { order: 3; width: 100%; margin: 0; }
	.capota-hero__facts span { font-size: 14px; }
	.capota-hero__media {
		position: static;
		order: 4;
		width: calc(100% + 2 * var(--page-pad));
		height: auto;
		max-width: none;
		margin-left: calc(-1 * var(--page-pad));
		aspect-ratio: 4 / 3;
	}
	.capota-hero .button { order: 5; align-self: flex-start; }

	.capota-facades,
	.capota-benefits,
	.capota-structure,
	.capota-technical,
	.capota-works { padding-block: 44px; }

	.capota-lead,
	.capota-facade p,
	.capota-benefits p,
	.capota-structure__copy p,
	.capota-structure__copy li { font-size: 16px; }

	.capota-facades__grid { gap: 18px; }
	.capota-facade__media { height: auto; aspect-ratio: 1.32 / 1; }
	.capota-facade > div:last-child { min-height: 265px; padding: 20px; }

	.capota-benefits__grid { row-gap: 27px; }
	.capota-benefits article { min-height: 0; }

	.capota-structure__top {
		grid-template-columns: minmax(430px, .85fr) minmax(0, 1fr);
		gap: 45px;
		height: auto;
		margin-bottom: 50px;
	}
	.capota-structure__visual { height: 500px; }
	.capota-shapes { grid-template-columns: repeat(3, 1fr); height: auto; }

	.capota-technical > .content-wide {
		display: flex;
		flex-direction: column;
		gap: 30px;
		height: auto;
		padding-top: 0;
	}
	.capota-specs { gap: 0; font-size: 15px; }
	.capota-specs > div { grid-template-columns: 230px 1fr; gap: 15px; padding-block: 9px; border-bottom: 1px solid #ddd; }
	.capota-technical__media { width: 100%; height: auto; aspect-ratio: 4 / 3; }

	.capota-cta {
		display: flex;
		flex-direction: column;
		gap: 28px;
		padding: 42px var(--page-pad);
	}
	.capota-cta__media { width: 100%; height: auto; aspect-ratio: 1.67 / 1; }
	.capota-cta__content { padding-top: 0; }
	.capota-cta h2 { margin-bottom: 25px; font-size: 38px; }
	.capota-cta p { font-size: 16px; }

	.capota-why {
		display: flex;
		flex-direction: column;
		gap: 30px;
		padding-block: 42px;
	}
	.capota-why__media { width: 100%; height: auto; aspect-ratio: 1.54 / 1; }
	.capota-why__content { padding-top: 0; }
	.capota-why h2 { margin-bottom: 25px; font-size: 38px; }
	.capota-why p { font-size: 15px; }

	.capota-works h2 { font-size: 42px; }
	.capota-works__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		height: auto;
	}
	.capota-work,
	.capota-work[class] { position: static; width: auto; height: auto; aspect-ratio: 1.25 / 1; }
	.capota-work--1,
	.capota-work--6 { grid-column: 1 / -1; aspect-ratio: 1.9 / 1 !important; }
}

@media (max-width: 820px) {
	.capota-page h2 { font-size: 32px; }
	.capota-hero h1 { font-size: 35px; }
	.capota-facades__grid,
	.capota-benefits__grid { grid-template-columns: 1fr; }
	.capota-facade > div:last-child { min-height: 0; }
	.capota-benefits__grid { gap: 23px; }
	.capota-structure__top { display: flex; flex-direction: column-reverse; }
	.capota-structure__visual { width: 100%; height: 430px; }
	.capota-shapes { grid-template-columns: 1fr 1fr; gap: 30px 12px; }
	.capota-specs > div { grid-template-columns: 1fr; gap: 3px; }
	.capota-works__grid { grid-template-columns: 1fr; }
	.capota-work,
	.capota-work[class] { grid-column: auto; aspect-ratio: 1.25 / 1 !important; }
	.capota-why__content .button { min-width: 0; }
}

@media (max-width: 520px) {
	.capota-hero__facts { display: grid; grid-template-columns: 1fr 1fr; }
	.capota-hero__facts span { white-space: normal; }
	.capota-structure__visual { height: 330px; transform: scale(.75); transform-origin: left top; width: 133%; margin-bottom: -80px; }
	.capota-shapes { grid-template-columns: 1fr; }
	.capota-cta__media { aspect-ratio: 1.25 / 1; }
	.capota-cta h2 { font-size: 32px; }
}

/* Toldo para jardín de invierno */
.garden-page h1,
.garden-page h2,
.garden-page h3,
.garden-page p,
.garden-page dl { margin-top: 0; }

.garden-page h2 {
	font-size: 52px;
	font-weight: 400;
	line-height: 1.12;
}

.garden-hero {
	position: relative;
	height: 686px;
	padding-top: 52px;
	overflow: hidden;
}

.garden-hero .breadcrumbs { margin: 0; font-size: 20px; }

.garden-hero__copy {
	position: relative;
	z-index: 2;
	width: 900px;
	padding-top: 62px;
}

.garden-hero h1 {
	margin-bottom: 28px;
	color: var(--yellow);
	font-size: 51px;
	font-weight: 400;
	line-height: 1.12;
}

.garden-hero__copy > p {
	width: 895px;
	margin-bottom: 27px;
	font-size: 21px;
	line-height: 1.34;
}

.garden-hero__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	width: 900px;
	margin-bottom: 28px;
}

.garden-hero__facts span {
	padding: 7px 16px;
	border-radius: 2px;
	background: #e8e8e8;
	font-size: 17px;
	line-height: 1.35;
	white-space: nowrap;
}

.garden-hero__media {
	position: absolute;
	top: 130px;
	right: 0;
	width: 45.85%;
	max-width: 880px;
	height: 503px;
	overflow: hidden;
}

.garden-hero__media img,
.garden-state__media img,
.garden-technical__media img,
.garden-cta__media img,
.garden-work img,
.garden-why__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.garden-states {
	height: 1014px;
	padding-top: 49px;
	background: var(--soft);
	overflow: hidden;
}

.garden-states h2 { margin-bottom: 27px; }

.garden-lead {
	max-width: 1650px;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.48;
}

.garden-states__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.garden-state {
	background: #fff;
	box-shadow: 0 10px 28px rgba(18, 18, 25, .035);
}

.garden-state__media {
	width: 100%;
	height: 609px;
	overflow: hidden;
}

.garden-state > div:last-child {
	min-height: 195px;
	padding: 28px 30px 24px;
}

.garden-state h3 {
	margin-bottom: 11px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
}

.garden-state p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.52;
}

.garden-benefits {
	height: 612px;
	padding-top: 49px;
	overflow: hidden;
}

.garden-benefits h2 { margin-bottom: 43px; }

.garden-benefits__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 73px;
	row-gap: 32px;
}

.garden-benefits article {
	min-height: 123px;
	padding-left: 27px;
	border-left: 4px solid var(--yellow);
}

.garden-benefits h3 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
}

.garden-benefits p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.45;
}

.garden-technical {
	height: 875px;
	background: var(--soft);
	overflow: hidden;
}

.garden-technical > .content-wide {
	display: grid;
	grid-template-columns: 985px minmax(0, 1fr);
	gap: 44px;
	height: 100%;
	padding-top: 47px;
}

.garden-technical h2 { margin-bottom: 28px; }

.garden-specs {
	display: grid;
	gap: 8px;
	margin: 0;
	font-size: 15px;
	line-height: 1.33;
}

.garden-specs > div {
	display: grid;
	grid-template-columns: 245px 1fr;
	gap: 16px;
}

.garden-specs dt { font-weight: 600; }
.garden-specs dd { margin: 0; }

.garden-technical__media {
	width: calc(100% + var(--page-pad));
	height: 752px;
	overflow: hidden;
}

.garden-structure {
	height: 3030px;
	padding-top: 57px;
	overflow: hidden;
}

.garden-structure > h2 { margin-bottom: 25px; }

.garden-structure__intro {
	max-width: 1650px;
	margin-bottom: 46px;
	font-size: 18px;
	line-height: 1.52;
}

.garden-structure__overview {
	display: grid;
	grid-template-columns: 520px 1fr;
	gap: 75px;
	align-items: center;
	height: 535px;
	margin-bottom: 58px;
}

.garden-structure__overview ol {
	display: grid;
	gap: 19px;
	margin: 0;
	padding-left: 65px;
	font-size: 21px;
	line-height: 1.35;
}

.garden-structure__overview li { padding-left: 12px; }

.garden-diagram--overview {
	justify-self: center;
	width: 920px;
	height: 520px;
}

.garden-diagram--overview img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	image-rendering: auto;
}

.garden-diagrams {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 710px 1030px;
	column-gap: 80px;
	row-gap: 60px;
}

.garden-diagrams article {
	position: relative;
	overflow: hidden;
}

.garden-diagrams h3 {
	margin-bottom: 27px;
	font-size: 37px;
	font-weight: 400;
	line-height: 1.15;
}

.garden-diagrams p {
	margin: 14px 0 0;
	font-size: 17px;
	line-height: 1.44;
}

.garden-crop {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 500px;
	background: #fff;
	overflow: hidden;
}

.garden-crop img {
	width: 72%;
	height: 100%;
	object-fit: contain;
}

.garden-crop--guides img { width: 79%; transform: translateY(5%); }
.garden-crop--segments { height: 790px; }
.garden-crop--segments img { width: 82%; height: 122%; transform: translateY(-4%); }

.garden-flex-axis {
	position: relative;
	height: 790px;
	border: 1px solid #efefef;
	background:
		linear-gradient(#eee 1px, transparent 1px) 0 0 / 100% 80px,
		linear-gradient(90deg, #eee 1px, transparent 1px) 0 0 / 90px 100%;
}

.garden-flex-axis span {
	position: absolute;
	left: 11%;
	right: 11%;
	top: 45%;
	height: 28px;
	border: 2px solid #555;
	background: linear-gradient(#eee, #bdbdbd 48%, #f5f5f5 52%, #aaa);
}

.garden-flex-axis i {
	position: absolute;
	left: 50%;
	top: 29%;
	width: 16px;
	height: 350px;
	border: 2px solid #555;
	background: #c5c5c5;
	transform: translateX(-50%);
}

.garden-flex-axis b,
.garden-flex-axis em {
	position: absolute;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}

.garden-flex-axis b { left: 27%; top: 41%; }
.garden-flex-axis em { right: 11%; top: 41%; }

.garden-cta {
	display: grid;
	grid-template-columns: 755px minmax(0, 1fr);
	gap: 80px;
	height: 553px;
	padding: 50px var(--page-pad) 50px 80px;
	overflow: hidden;
}

.garden-cta__media {
	width: 755px;
	height: 453px;
	overflow: hidden;
}

.garden-cta__content { padding-top: 61px; }

.garden-cta h2 {
	margin-bottom: 28px;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.18;
}

.garden-cta h2 strong,
.garden-why h2 strong { color: var(--yellow); font-weight: 500; }

.garden-cta p {
	max-width: 810px;
	margin-bottom: 31px;
	font-size: 18px;
	line-height: 1.48;
}

.garden-cta .button { min-width: 274px; }

.garden-works {
	height: 2320px;
	padding-top: 50px;
	overflow: hidden;
}

.garden-works .eyebrow { margin-bottom: 27px; }

.garden-works h2 {
	margin: 0 0 40px;
	font-size: 60px;
	font-weight: 400;
	line-height: 1.12;
}

.garden-works__grid {
	position: relative;
	height: 2070px;
}

.garden-work {
	position: absolute;
	overflow: hidden;
}

.garden-work--1 { left: 0; top: 0; width: 61.8%; height: 650px; }
.garden-work--2 { right: 0; top: 0; width: 37.62%; height: 650px; }
.garden-work--3 { left: 0; top: 660px; width: 61.8%; height: 690px; }
.garden-work--4 { right: 0; top: 660px; width: 37.62%; height: 690px; }
.garden-work--5 { left: 0; top: 1360px; width: 61.8%; height: 620px; }
.garden-work--6 { right: 0; top: 1360px; width: 37.62%; height: 620px; }

.garden-why {
	display: grid;
	grid-template-columns: 735px minmax(0, 1fr);
	gap: 48px;
	height: 564px;
	padding-top: 44px;
	padding-bottom: 40px;
	overflow: hidden;
}

.garden-why__media {
	width: 735px;
	height: 480px;
	overflow: hidden;
}

.garden-why__content { padding-top: 5px; }

.garden-why h2 {
	margin-bottom: 26px;
	color: var(--yellow);
	font-size: 50px;
}

.garden-why p {
	margin-bottom: 18px;
	font-size: 17px;
	line-height: 1.43;
}

.garden-why__content .button { min-width: 430px; }

.garden-page + .site-footer .site-footer__inner { min-height: 306px; }

@media (max-width: 1500px) {
	.garden-hero,
	.garden-states,
	.garden-benefits,
	.garden-technical,
	.garden-structure,
	.garden-cta,
	.garden-works,
	.garden-why { height: auto; }

	.garden-page h2 { font-size: 38px; }

	.garden-hero {
		display: flex;
		flex-direction: column;
		gap: 27px;
		padding-top: 35px;
		padding-bottom: 48px;
	}

	.garden-hero .breadcrumbs { order: 0; }
	.garden-hero__copy { display: contents; }
	.garden-hero h1 { order: 1; margin: 0; font-size: 43px; }
	.garden-hero__copy > p { order: 2; width: auto; margin: 0; font-size: 17px; line-height: 1.55; }
	.garden-hero__facts { order: 3; width: 100%; margin: 0; }
	.garden-hero__facts span { font-size: 14px; }
	.garden-hero__media {
		position: static;
		order: 4;
		width: calc(100% + 2 * var(--page-pad));
		height: auto;
		max-width: none;
		margin-left: calc(-1 * var(--page-pad));
		aspect-ratio: 4 / 3;
	}
	.garden-hero .button { order: 5; align-self: flex-start; }

	.garden-states,
	.garden-benefits,
	.garden-technical,
	.garden-structure,
	.garden-works { padding-block: 44px; }

	.garden-lead,
	.garden-state p,
	.garden-benefits p,
	.garden-structure__intro { font-size: 16px; }

	.garden-state__media { height: auto; aspect-ratio: 1.35 / 1; }
	.garden-state > div:last-child { min-height: 195px; }
	.garden-benefits__grid { row-gap: 27px; }
	.garden-benefits article { min-height: 0; }

	.garden-technical > .content-wide {
		display: flex;
		flex-direction: column;
		gap: 30px;
		height: auto;
		padding-top: 0;
	}
	.garden-specs { gap: 0; font-size: 15px; }
	.garden-specs > div { grid-template-columns: 230px 1fr; gap: 15px; padding-block: 9px; border-bottom: 1px solid #ddd; }
	.garden-technical__media { width: 100%; height: auto; aspect-ratio: 4 / 3; }

	.garden-structure__overview { grid-template-columns: 330px 1fr; gap: 30px; height: auto; margin-bottom: 55px; }
	.garden-diagram--overview { width: 100%; height: auto; aspect-ratio: 1.75 / 1; }
	.garden-diagrams { grid-template-rows: auto; column-gap: 35px; row-gap: 50px; }
	.garden-diagrams h3 { font-size: 29px; }
	.garden-crop,
	.garden-crop--segments,
	.garden-flex-axis { height: 480px; }

	.garden-cta {
		display: flex;
		flex-direction: column;
		gap: 28px;
		padding: 42px var(--page-pad);
	}
	.garden-cta__media { width: 100%; height: auto; aspect-ratio: 1.67 / 1; }
	.garden-cta__content { padding-top: 0; }
	.garden-cta h2 { margin-bottom: 25px; font-size: 38px; }
	.garden-cta p { font-size: 16px; }

	.garden-works h2 { font-size: 42px; }
	.garden-works__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; height: auto; }
	.garden-work,
	.garden-work[class] { position: static; width: auto; height: auto; aspect-ratio: 1.25 / 1; }
	.garden-work--1,
	.garden-work--5 { grid-column: 1 / -1; aspect-ratio: 1.9 / 1 !important; }

	.garden-why { display: flex; flex-direction: column; gap: 30px; padding-block: 42px; }
	.garden-why__media { width: 100%; height: auto; aspect-ratio: 1.54 / 1; }
	.garden-why__content { padding-top: 0; }
	.garden-why h2 { margin-bottom: 25px; font-size: 38px; }
	.garden-why p { font-size: 15px; }
}

@media (max-width: 820px) {
	.garden-page h2 { font-size: 32px; }
	.garden-hero h1 { font-size: 35px; }
	.garden-states__grid,
	.garden-benefits__grid,
	.garden-diagrams { grid-template-columns: 1fr; }
	.garden-state > div:last-child { min-height: 0; }
	.garden-benefits__grid { gap: 23px; }
	.garden-structure__overview { display: flex; flex-direction: column; align-items: stretch; }
	.garden-structure__overview ol { padding-left: 38px; }
	.garden-crop,
	.garden-crop--segments,
	.garden-flex-axis { height: 420px; }
	.garden-works__grid { grid-template-columns: 1fr; }
	.garden-work,
	.garden-work[class] { grid-column: auto; aspect-ratio: 1.25 / 1 !important; }
	.garden-why__content .button { min-width: 0; }
}

@media (max-width: 520px) {
	.garden-hero__facts { display: grid; grid-template-columns: 1fr 1fr; }
	.garden-hero__facts span { white-space: normal; }
	.garden-crop,
	.garden-crop--segments,
	.garden-flex-axis { height: 330px; }
	.garden-diagrams h3 { font-size: 25px; }
	.garden-cta__media { aspect-ratio: 1.25 / 1; }
	.garden-cta h2 { font-size: 32px; }
}
