:root {
	--idez-bg: #232323;
	--idez-surface: #232323;
	--idez-surface-soft: #2d2d2d;
	--idez-card: #ffffff;
	--idez-line: rgba(255, 255, 255, 0.12);
	--idez-line-dark: rgba(0, 0, 0, 0.12);
	--idez-text: #ffffff;
	--idez-text-muted: rgba(255, 255, 255, 0.72);
	--idez-dark-text: #222222;
	--idez-dark-muted: #6d6d6d;
	--idez-light-bg: #f8f5f1;
	--idez-light-surface: #f2ede7;
	--idez-light-card: #ffffff;
	--idez-light-line: #e7dfd6;
	--idez-light-line-strong: #d8cec3;
	--idez-light-muted: #6a625b;
	--idez-accent: #fa6036;
	--idez-accent-soft: #fa6036;
	--idez-shadow: none;
	--idez-radius: 0;
	--idez-radius-sm: 0;
	--idez-container: min(1240px, calc(100vw - 32px));
	--idez-copy-size: 0.98rem;
	--idez-copy-line: 1.76;
	--idez-label-size: 0.78rem;
	--idez-heading-weight: 700;
	--idez-copy-weight: 400;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #232323;
	color: var(--idez-text);
	font-family: "Jost", sans-serif;
	font-size: 15px;
	font-weight: var(--idez-copy-weight);
	line-height: var(--idez-copy-line);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: var(--idez-heading-weight);
	line-height: 1.14;
	letter-spacing: -0.02em;
}

p,
li,
dd {
	font-size: var(--idez-copy-size);
	font-weight: var(--idez-copy-weight);
	line-height: var(--idez-copy-line);
}

strong,
b {
	font-weight: 700;
}

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

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

iframe {
	width: 100%;
	border: 0;
}

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

.site-main {
	padding-bottom: 72px;
}

.section-kicker {
	margin: 0 0 14px;
	color: var(--idez-accent);
	font-size: var(--idez-label-size);
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	gap: 24px 40px;
	align-items: end;
	margin-bottom: 32px;
}

.section-heading h2,
.site-footer h2 {
	margin: 0;
	font-family: "Jost", sans-serif;
	font-size: clamp(1.7rem, 2.6vw, 2.8rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.025em;
}

.page-hero h1 {
	margin: 0;
	font-family: "Jost", sans-serif;
	font-size: clamp(1.9rem, 2.4vw, 2.7rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.hero-slide__content h1 {
	margin: 0;
	font-family: "Jost", sans-serif;
	font-size: clamp(2.35rem, 3.45vw, 3.75rem);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.035em;
}

.section-heading p:last-child,
.hero-slide__content p,
.site-footer p,
.archive-description,
.content-card__excerpt,
.prose-card,
.post-card__content p {
	color: var(--idez-text-muted);
	font-size: var(--idez-copy-size);
	line-height: 1.84;
}

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

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 0;
	background: var(--idez-accent);
	color: #fff;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background-color 0.24s ease, border-color 0.24s ease;
}

.button:hover,
.button:focus-visible {
	background: #ef5a31;
}

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

.button--ghost:hover,
.button--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.06);
}

.text-link {
	color: var(--idez-accent);
	font-weight: 700;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 120;
	padding: 8px 0 14px;
	background: #232323;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	transition: padding 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.site-branding {
	flex: 0 0 96px;
	max-width: 96px;
}

.site-header__identity {
	display: flex;
	align-items: center;
	gap: 30px;
	flex: 1 1 auto;
	min-width: 0;
}

.site-header__top,
.site-header__nav-shell,
.site-header__search-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	transition: margin 0.25s ease, padding 0.25s ease, opacity 0.25s ease, max-height 0.25s ease;
}

.site-header__top {
	align-items: center;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.site-header__nav-shell {
	flex: 1 1 auto;
	justify-content: flex-start;
	gap: 18px;
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
	min-width: 0;
}

.site-header__search-shell {
	margin-top: 14px;
	max-height: 120px;
	overflow: visible;
	align-items: center;
	position: relative;
	z-index: 3;
}

.custom-logo {
	max-height: 82px;
	width: auto;
	transition: max-height 0.25s ease;
}

.site-branding__wordmark {
	display: inline-flex;
	align-items: center;
	padding: 12px 16px;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.site-branding__label {
	font-family: "Jost", sans-serif;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.contact-chip {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	min-width: 208px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.contact-chip__eyebrow {
	color: var(--idez-accent);
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.contact-chip__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-bottom: 8px;
	color: var(--idez-accent);
}

.contact-chip__icon svg {
	width: 24px;
	height: 24px;
	display: block;
}

.contact-chip__value {
	font-weight: 600;
	font-size: 0.98rem;
	line-height: 1.25;
}

.site-header__contact {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 44px;
	position: relative;
	z-index: 2;
	transition: opacity 0.22s ease, transform 0.22s ease, max-height 0.22s ease;
}

.primary-navigation {
	min-width: 0;
}

.primary-navigation ul {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.primary-navigation a {
	display: inline-flex;
	align-items: center;
	padding: 3px 0;
	border-radius: 0;
	color: var(--idez-text);
	font-size: 0.96rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	line-height: 1.1;
}

.primary-navigation .current-menu-item > a,
.primary-navigation a:hover,
.primary-navigation a:focus-visible {
	background: transparent;
	color: #ffffff;
	font-weight: 600;
}

.site-header__tools {
	display: flex;
	align-items: center;
	margin-left: auto;
}

.language-switcher {
	display: flex;
	gap: 8px;
	margin-left: 0;
}

.language-switcher__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	min-height: 30px;
	padding: 0 4px;
	border-radius: 0;
	border: 0;
	background: transparent;
	font-size: 0.96rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.language-switcher__item.is-current {
	color: var(--idez-accent);
}

.site-header__tagline {
	margin: 0 0 0 auto;
	font-size: clamp(1rem, 1.15vw, 1.18rem);
	font-weight: 500;
	line-height: 1.2;
	color: var(--idez-text-muted);
	transition: opacity 0.25s ease;
	white-space: nowrap;
}

.site-header__search {
	flex: 0 0 428px;
	max-width: 428px;
}

.product-search-form {
	display: grid;
	grid-template-columns: 1fr auto;
	width: 100%;
	position: relative;
	border-radius: 0;
	overflow: visible;
	border: 0;
	background: #ffffff;
}

.product-search-form__input {
	min-height: 54px;
	padding: 0 20px;
	border: 0;
	background: #ffffff;
	color: #5c5c5c;
	font-size: 0.96rem;
	font-weight: 400;
}

.product-search-form__input::placeholder {
	color: #aaaaaa;
	font-weight: 400;
}

.product-search-form__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	min-height: 54px;
	border: 0;
	background: #5f5f5f;
	color: #fff;
	cursor: pointer;
	font-size: 1.22rem;
}

.product-search-form__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
}

.product-search-form__icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.product-search-form.is-loading .product-search-form__button {
	opacity: 0.82;
}

.product-search-form__suggestions {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	z-index: 180;
	display: grid;
	gap: 0;
	padding-top: 8px;
	border: 1px solid #d9d9d9;
	background: #ffffff;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.product-search-form__suggestion,
.product-search-form__footer {
	text-decoration: none;
}

.product-search-form__suggestion {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	padding: 12px 16px;
	color: var(--idez-dark-text);
	border-bottom: 1px solid #ededed;
}

.product-search-form__suggestion:hover,
.product-search-form__suggestion:focus-visible,
.product-search-form__suggestion.is-active {
	background: var(--idez-light-bg);
}

.product-search-form__suggestion-image {
	display: block;
	width: 64px;
	height: 64px;
	background: #f4f4f4;
	overflow: hidden;
}

.product-search-form__suggestion-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-search-form__suggestion-copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.product-search-form__suggestion-title {
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--idez-dark-text);
}

.product-search-form__suggestion-meta,
.product-search-form__suggestion-text,
.product-search-form__empty {
	font-size: 0.82rem;
	line-height: 1.55;
	color: var(--idez-dark-muted);
}

.product-search-form__empty {
	padding: 12px 16px 8px;
}

.product-search-form__footer {
	display: block;
	padding: 13px 16px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--idez-accent);
	background: #fff4ee;
}

.product-search-form__footer:hover,
.product-search-form__footer:focus-visible {
	background: #ffe9df;
}

.site-header.is-scrolled {
	padding: 6px 0 8px;
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
	background: rgba(35, 35, 35, 0.98);
	backdrop-filter: blur(12px);
}

.site-header.is-scrolled .custom-logo {
	max-height: 58px;
}

.site-header.is-scrolled .site-header__top {
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header.is-scrolled .site-header__contact {
	max-height: 72px;
	opacity: 1;
	overflow: visible;
	transform: none;
	pointer-events: auto;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.site-header.is-scrolled .site-header__nav-shell {
	margin-top: 0;
	padding-top: 0;
	gap: 14px;
}

.site-header.is-scrolled .site-header__search-shell {
	max-height: 0;
	margin-top: 0;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}

.site-header.is-scrolled .site-header__tagline {
	opacity: 0;
}

.site-header.is-scrolled .site-header__search {
	flex: 0 0 360px;
	max-width: 360px;
}

.site-header.is-scrolled .primary-navigation ul {
	gap: 20px;
}

.site-header.is-scrolled .primary-navigation a {
	padding: 3px 0;
	font-size: 0.9rem;
}

.site-header.is-scrolled .language-switcher__item {
	min-height: 28px;
}

.site-header.is-scrolled .contact-chip {
	min-width: 0;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
}

.site-header.is-scrolled .contact-chip__icon {
	width: 18px;
	height: 18px;
	margin-bottom: 0;
	flex: 0 0 18px;
}

.site-header.is-scrolled .contact-chip__icon svg {
	width: 18px;
	height: 18px;
}

.site-header.is-scrolled .contact-chip__eyebrow {
	display: none;
}

.site-header.is-scrolled .contact-chip__value {
	font-size: 0.82rem;
	line-height: 1.2;
	white-space: nowrap;
}

.site-header.is-scrolled .contact-chip--email .contact-chip__value {
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.03);
	color: var(--idez-text);
}

.hero-block {
	padding: 36px 0 0;
}

.header-slider-embed {
	padding-top: 18px;
	background: #232323;
	position: relative;
	z-index: 1;
}

.header-slider-embed__inner {
	overflow: hidden;
}

.header-slider-embed iframe,
.header-slider-embed .rev_slider_wrapper,
.header-slider-embed .rs-module-wrap {
	max-width: 100%;
}

.hero-slider {
	position: relative;
}

.hero-slide {
	display: none;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	align-items: stretch;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background: #ffffff;
	box-shadow: var(--idez-shadow);
}

.hero-slide.is-active {
	display: grid;
}

.hero-slide__media {
	min-height: 480px;
}

.hero-slide__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-slide__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(28px, 5vw, 54px);
	background: #ffffff;
	color: var(--idez-dark-text);
}

.hero-slide__content p,
.hero-slide__text {
	color: var(--idez-dark-muted);
	font-size: 1.15rem;
	line-height: 1.62;
}

.hero-slide__content h1 {
	color: var(--idez-dark-text);
}

.hero-slide .button {
	min-height: 34px;
	padding: 0 14px;
	background: #000000;
	font-size: 0.84rem;
}

.hero-slide__text > *:first-child {
	margin-top: 0;
}

.hero-slide__text > *:last-child {
	margin-bottom: 0;
}

.hero-slider__controls {
	position: absolute;
	right: 24px;
	bottom: 24px;
	display: flex;
	gap: 10px;
}

.hero-slider__control {
	width: 48px;
	height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 0;
	background: rgba(35, 35, 35, 0.9);
	color: #fff;
}

.signal-strip {
	padding: 18px 0;
	margin-top: 18px;
	background: #232323;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.signal-strip__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
}

.signal-strip p {
	margin: 0;
	font-size: 0.94rem;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.overview-section,
.catalog-preview,
.facility-section,
.brands-section,
.insights-section,
.catalog-shell,
.contact-page,
.single-product-shell {
	padding: 80px 0;
}

.metrics-grid,
.brand-grid,
.post-grid,
.contact-page__locations,
.site-footer__grid,
.site-footer__locations {
	display: grid;
	gap: 24px;
}

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

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

.service-card {
	min-height: 220px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
}

.service-card h3 {
	margin: 0 0 14px;
	font-size: 1.26rem;
	font-weight: 700;
	line-height: 1.18;
}

.service-card p {
	margin: 0;
	color: var(--idez-text-muted);
	font-size: 0.96rem;
	line-height: 1.78;
}

.metric-card {
	padding: 28px;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.metric-card strong {
	display: block;
	margin-bottom: 10px;
	font-family: "Jost", sans-serif;
	font-size: 1.95rem;
	font-weight: 700;
	color: var(--idez-accent);
}

.catalog-preview__actions,
.catalog-shell__head,
.catalog-shell__tools,
.catalog-grid-shell__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 28px;
}

.catalog-preview__seo {
	margin-top: 30px;
	padding: 18px 0 0;
	text-align: center;
}

.catalog-preview__seo h3 {
	margin: 0 0 12px;
	font-family: "Jost", sans-serif;
	font-size: 1.85rem;
	font-weight: 700;
}

.catalog-preview__seo-text {
	max-width: 980px;
	margin: 0 auto;
	font-size: 0.98rem;
	line-height: 1.82;
}

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

.product-card,
.post-card,
.content-card,
.prose-card,
.location-card,
.cta-section__card,
.product-contact-card {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.03);
	overflow: hidden;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.product-card {
	display: flex;
	flex-direction: column;
}

.product-card__media {
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.03);
}

.product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-card__content,
.post-card__content,
.content-card,
.prose-card,
.location-card__content,
.product-contact-card {
	padding: 22px;
}

.product-card__meta,
.single-product-grid__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 12px;
}

.meta-pill {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border-radius: 0;
	background: rgba(255, 107, 53, 0.16);
	color: var(--idez-accent);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.meta-pill--alt {
	background: rgba(255, 255, 255, 0.08);
	color: var(--idez-text);
}

.product-card__title,
.post-card__title,
.content-card__title {
	margin: 0 0 10px;
	font-family: "Jost", sans-serif;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.32;
}

.product-card__text {
	margin: 0 0 18px;
	color: var(--idez-text-muted);
	font-size: 0.95rem;
	line-height: 1.74;
}

.facility-section__grid,
.single-product-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 30px;
}

.facility-section__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0;
	padding-block: 18px;
}

.facility-section__content h2,
.facility-section__content p,
.facility-section__content .button {
	margin-top: 0;
}

.facility-section__content p {
	max-width: 560px;
}

.facility-section__content .button {
	align-self: flex-start;
	margin-top: 10px;
}

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

.facility-gallery__item {
	overflow: hidden;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--idez-shadow);
}

.facility-gallery__item img {
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
}

.brands-slider-embed {
	padding: 10px 0 18px;
}

.brands-slider-embed iframe,
.brands-slider-embed .rev_slider_wrapper,
.brands-slider-embed .rs-module-wrap {
	max-width: 100%;
}

.brand-marquee {
	position: relative;
	overflow: hidden;
	padding-top: 8px;
}

.brand-marquee::before,
.brand-marquee::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 64px;
	z-index: 1;
	pointer-events: none;
}

.brand-marquee::before {
	left: 0;
	background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.brand-marquee::after {
	right: 0;
	background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.brand-marquee__track {
	display: flex;
	width: max-content;
	animation: idez-brand-marquee 34s linear infinite;
	will-change: transform;
}

.brand-marquee:hover .brand-marquee__track {
	animation-play-state: paused;
}

.brand-marquee__group {
	display: flex;
	align-items: center;
	gap: 38px;
	flex: 0 0 auto;
	padding-right: 38px;
}

.brand-card {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 clamp(160px, 11vw, 188px);
	min-height: 150px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.brand-card__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 150px;
}

.brand-card img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 150px;
	height: auto;
	object-fit: contain;
}

.brand-card__text {
	font-family: "Jost", sans-serif;
	font-size: 1.05rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.04em;
}

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

.post-card__media,
.post-card__placeholder,
.prose-card__media img {
	display: block;
	aspect-ratio: 16 / 10;
	background: rgba(255, 255, 255, 0.03);
}

.post-card__media img,
.prose-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card__meta,
.content-card__meta {
	margin: 0 0 10px;
	color: var(--idez-accent);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.cta-section {
	padding: 80px 0 0;
	background: #ffffff;
}

.cta-section__card {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px 28px;
	padding: 32px;
	background: #232323;
}

.site-footer {
	position: relative;
	margin-top: 0;
	padding: 72px 0 30px;
	border-top: 0;
	background: #000000;
	overflow: hidden;
}

.site-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 18px;
	background: repeating-linear-gradient(-45deg, var(--idez-accent) 0 12px, #141414 12px 24px);
}

.site-footer__globe {
	position: absolute;
	top: 48px;
	right: -130px;
	width: 560px;
	height: 560px;
	border-radius: 50%;
	opacity: 0.2;
	background:
		radial-gradient(circle, rgba(255, 255, 255, 0.22) 1px, transparent 1.8px),
		radial-gradient(circle, rgba(255, 255, 255, 0.16) 1px, transparent 1.8px);
	background-size: 14px 14px, 14px 14px;
	background-position: 0 0, 7px 7px;
	-webkit-mask-image: radial-gradient(circle at 50% 50%, #000 58%, transparent 60%);
	mask-image: radial-gradient(circle at 50% 50%, #000 58%, transparent 60%);
	pointer-events: none;
}

.site-footer > .container {
	position: relative;
	z-index: 1;
}

.site-footer__grid {
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

.site-footer__locations {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 28px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--idez-text-muted);
}

.site-footer__column h3,
.site-footer__location h3 {
	margin: 0 0 16px;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.footer-list li,
.footer-social-link,
.footer-link,
.site-footer__bottom p,
.footer-to-top span:last-child {
	font-size: 0.96rem;
}

.footer-social-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.footer-social-link__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: var(--idez-accent);
}

.footer-social-link__icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

.footer-link--strong {
	font-size: 1.08rem;
	font-weight: 700;
	color: var(--idez-accent);
}

.footer-to-top {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.footer-to-top__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 50%;
	color: #ffffff;
}

.footer-to-top__icon svg {
	width: 14px;
	height: 14px;
	display: block;
}

.page-hero {
	padding: 48px 0 0;
}

.page-hero--compact .container {
	padding: 28px 32px;
	border: 0;
	border-radius: 0;
	background: var(--idez-light-surface);
}

.page-hero--compact .page-breadcrumbs {
	margin-bottom: 18px;
	color: #7d746b;
}

.page-hero--compact .page-breadcrumbs a {
	color: #6f675f;
}

.page-hero--compact .page-breadcrumbs span {
	color: #867d74;
}

.page-hero--compact h1 {
	color: var(--idez-dark-text);
}

.page-hero--compact .archive-description {
	margin: 18px 0 0;
	max-width: 980px;
	color: var(--idez-light-muted);
	font-size: 1.02rem;
	line-height: 1.82;
}

.page-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
	color: var(--idez-text-muted);
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.prose-shell {
	padding-top: 32px;
}

.prose-card,
.content-card {
	margin-bottom: 24px;
}

.prose-card h2,
.prose-card h3 {
	font-family: "Jost", sans-serif;
}

.about-page {
	padding-bottom: 0;
}

.about-intro,
.about-story,
.about-highlights,
.about-brands {
	padding: 80px 0;
}

.about-intro {
	padding-top: 32px;
}

.about-intro__grid,
.about-highlights__grid {
	display: grid;
	gap: 24px 30px;
}

.about-intro__grid {
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
	align-items: stretch;
}

.about-intro__content,
.about-intro__media,
.about-highlight {
	border: 1px solid var(--idez-light-line);
	background: var(--idez-light-card);
}

.about-intro__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px;
}

.about-intro__lead {
	margin: 0 0 16px;
	font-size: 1.04rem;
	font-weight: 500;
	line-height: 1.78;
	color: var(--idez-dark-text);
}

.about-intro__text > *:first-child,
.about-capability__text > *:first-child {
	margin-top: 0;
}

.about-intro__text > *:last-child,
.about-capability__text > *:last-child {
	margin-bottom: 0;
}

.about-intro__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.about-intro__media {
	min-height: 420px;
	overflow: hidden;
}

.about-intro__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-highlights {
	padding-top: 0;
}

.about-story {
	background: #232323;
	color: #ffffff;
}

.about-story__text {
	max-width: 1080px;
}

.about-story__text p {
	margin: 0 0 46px;
	color: rgba(255, 255, 255, 0.94);
	font-size: clamp(1.08rem, 1.45vw, 1.28rem);
	font-weight: 500;
	line-height: 1.72;
}

.about-story__text p:last-child {
	margin-bottom: 0;
}

.about-highlights__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-highlight {
	padding: 28px;
}

.about-highlight h3 {
	margin: 0 0 14px;
	font-size: 1.22rem;
	line-height: 1.2;
}

.about-highlight p {
	margin: 0;
}

.about-capability {
	background: #232323;
	color: #ffffff;
}

body.page:not(.home) .about-capability h2 {
	color: #ffffff;
}

body.page:not(.home) .about-capability p:not(.section-kicker),
body.page:not(.home) .about-capability .about-capability__text {
	color: rgba(255, 255, 255, 0.74);
}

.about-capability .facility-gallery__item {
	border-color: rgba(255, 255, 255, 0.08);
}

.about-capability .button--ghost {
	border-color: rgba(255, 255, 255, 0.16);
	color: #ffffff;
}

.about-brands {
	padding-top: 80px;
}

.floating-whatsapp {
	position: fixed;
	top: 50%;
	right: 0;
	bottom: auto;
	transform: translateY(-50%);
	z-index: 70;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 58px;
	padding: 0 18px 0 14px;
	border-radius: 18px 0 0 18px;
	background: #25d366;
	color: #ffffff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
	font-weight: 600;
	transition: padding 0.2s ease, background-color 0.2s ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
	padding-right: 22px;
	background: #1fbe5b;
}

.floating-whatsapp__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
}

.floating-whatsapp__icon svg {
	width: 24px;
	height: 24px;
	display: block;
}

.floating-whatsapp__text {
	line-height: 1;
}

.contact-page__intro {
	margin-bottom: 26px;
}

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

.location-card {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.location-card__map iframe {
	min-height: 320px;
}

.single-product-grid__gallery,
.single-product-grid__content {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.03);
}

.single-product-grid__lead {
	margin-top: 0;
	font-size: 1rem;
	line-height: 1.8;
	color: var(--idez-text-muted);
}

.single-product-gallery {
	display: grid;
	gap: 16px;
}

.single-product-gallery__primary,
.single-product-gallery__placeholder {
	margin: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #ffffff;
}

.single-product-gallery__primary a,
.single-product-gallery__thumb {
	display: block;
}

.single-product-gallery__primary-link,
.single-product-gallery__thumb {
	cursor: zoom-in;
}

.single-product-gallery__image {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.single-product-gallery__placeholder {
	padding: 24px;
}

.single-product-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(84px, 1fr));
	gap: 12px;
}

.single-product-gallery__thumb {
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #ffffff;
	padding: 8px;
}

.single-product-gallery__thumb img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.product-lightbox {
	position: fixed;
	inset: 0;
	z-index: 220;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
}

.product-lightbox[hidden] {
	display: none;
}

.product-lightbox__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(0, 0, 0, 0.82);
	cursor: pointer;
}

.product-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(1120px, calc(100vw - 56px));
	max-height: calc(100vh - 56px);
	padding: 18px;
	background: #ffffff;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

.product-lightbox__image {
	display: block;
	max-width: 100%;
	max-height: calc(100vh - 92px);
	object-fit: contain;
}

.product-lightbox__close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	background: rgba(35, 35, 35, 0.94);
	color: #ffffff;
	font-size: 1.9rem;
	line-height: 1;
	cursor: pointer;
}

body.has-lightbox-open {
	overflow: hidden;
}

.detail-row {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.detail-row strong {
	color: var(--idez-text);
	font-weight: 600;
}

.single-product-grid__text {
	margin-top: 24px;
}

.product-contact-card {
	margin-top: 24px;
}

.product-contact-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.related-products-section {
	margin-top: 48px;
}

.woocommerce .quantity,
.woocommerce div.product .product_meta,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce-result-count {
	color: var(--idez-text-muted);
}

.woocommerce .woocommerce-ordering select,
select,
textarea,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"] {
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.03);
	color: var(--idez-text);
}

.woocommerce .woocommerce-ordering select {
	min-height: 52px;
	padding: 0 16px;
}

.pagination,
.woocommerce-pagination {
	margin-top: 28px;
}

.pagination .nav-links,
.woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0;
	list-style: none;
}

.pagination a,
.pagination span,
.woocommerce-pagination a,
.woocommerce-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 0 14px;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.03);
}

.empty-state {
	padding: 28px;
	border: 1px dashed rgba(255, 255, 255, 0.16);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.02);
}

.overview-section,
.insights-section {
	background: #000000;
	color: #ffffff;
}

.catalog-preview,
.contact-page,
.catalog-shell,
.single-product-shell,
.prose-shell,
body.blog .site-main,
body.single-post .site-main,
body.archive:not(.post-type-archive-product) .site-main,
body.search .site-main,
body.page:not(.home) .site-main,
body.error404 .site-main {
	background: var(--idez-light-bg);
	color: var(--idez-dark-text);
}

.brands-section {
	background: #ffffff;
	color: var(--idez-dark-text);
}

.catalog-preview .section-heading p:last-child,
.brands-section .section-heading p:last-child,
.contact-page p,
.catalog-shell p,
.single-product-shell p,
.prose-shell,
body.blog .site-main p,
body.single-post .site-main p,
body.archive:not(.post-type-archive-product) .site-main p,
body.search .site-main p,
body.page:not(.home) .site-main p,
body.error404 .site-main p {
	color: var(--idez-light-muted);
}

.catalog-preview h1,
.catalog-preview h2,
.catalog-preview h3,
.brands-section h1,
.brands-section h2,
.brands-section h3,
.contact-page h1,
.contact-page h2,
.contact-page h3,
.catalog-shell h1,
.catalog-shell h2,
.catalog-shell h3,
.single-product-shell h1,
.single-product-shell h2,
.single-product-shell h3,
.prose-shell h1,
.prose-shell h2,
.prose-shell h3,
body.blog .site-main h1,
body.blog .site-main h2,
body.blog .site-main h3,
body.single-post .site-main h1,
body.single-post .site-main h2,
body.single-post .site-main h3,
body.archive:not(.post-type-archive-product) .site-main h1,
body.archive:not(.post-type-archive-product) .site-main h2,
body.archive:not(.post-type-archive-product) .site-main h3,
body.search .site-main h1,
body.search .site-main h2,
body.search .site-main h3,
body.page:not(.home) .site-main h1,
body.page:not(.home) .site-main h2,
body.page:not(.home) .site-main h3,
body.error404 .site-main h1,
body.error404 .site-main h2,
body.error404 .site-main h3 {
	color: var(--idez-dark-text);
}

.page-hero .section-kicker,
body.page:not(.home) .page-hero .section-kicker,
body.blog .page-hero .section-kicker,
body.archive .page-hero .section-kicker,
body.search .page-hero .section-kicker {
	color: var(--idez-accent);
}

.catalog-preview .product-card,
.brands-section .brand-card,
.catalog-shell .product-card,
.single-product-shell .product-contact-card,
.single-product-shell .single-product-grid__gallery,
.single-product-shell .single-product-grid__content,
.single-product-shell .single-product-gallery__primary,
.single-product-shell .single-product-gallery__placeholder,
.single-product-shell .single-product-gallery__thumb,
.contact-page .location-card,
.contact-page .prose-card,
.prose-shell .content-card,
.prose-shell .prose-card,
body.blog .post-card,
body.single-post .prose-card,
body.archive:not(.post-type-archive-product) .post-card,
body.search .post-card,
body.page:not(.home) .prose-card,
body.error404 .content-card {
	border-color: var(--idez-light-line);
	background: var(--idez-light-card);
	box-shadow: none;
}

.catalog-preview .product-card__text,
.catalog-shell .product-card__text,
.single-product-shell .single-product-grid__lead,
.contact-page .location-card p,
.prose-shell .content-card__excerpt,
.catalog-preview .catalog-preview__seo-text,
body.blog .post-card__content p,
body.archive:not(.post-type-archive-product) .post-card__content p,
body.search .post-card__content p {
	color: var(--idez-light-muted);
}

.catalog-preview .meta-pill,
.catalog-shell .meta-pill,
.single-product-shell .meta-pill {
	background: #fff1eb;
	color: var(--idez-accent);
}

.catalog-preview .meta-pill--alt,
.catalog-shell .meta-pill--alt,
.single-product-shell .meta-pill--alt {
	background: #f3eee8;
	color: var(--idez-dark-text);
}

.catalog-preview .button--ghost,
.single-product-shell .button--ghost,
.contact-page .button--ghost {
	border-color: var(--idez-light-line-strong);
	color: var(--idez-dark-text);
}

.catalog-preview .button--ghost:hover,
.single-product-shell .button--ghost:hover,
.contact-page .button--ghost:hover,
body.page:not(.home) .button--ghost:hover,
body.page:not(.home) .button--ghost:focus-visible,
body.blog .button--ghost:hover,
body.archive .button--ghost:hover,
body.search .button--ghost:hover {
	background: #efe9e1;
	border-color: #cfc2b5;
}

body.blog .page-hero h1,
body.single-post .page-hero h1,
body.archive .page-hero h1,
body.search .page-hero h1,
body.page:not(.home) .page-hero h1,
body.error404 .page-hero h1,
body.is-woocommerce-view .page-hero h1 {
	color: var(--idez-dark-text);
}

body.blog .page-breadcrumbs,
body.single-post .page-breadcrumbs,
body.archive .page-breadcrumbs,
body.search .page-breadcrumbs,
body.page:not(.home) .page-breadcrumbs,
body.error404 .page-breadcrumbs,
body.is-woocommerce-view .page-breadcrumbs {
	color: var(--idez-light-muted);
}

body.is-woocommerce-view .catalog-shell,
body.is-woocommerce-view .single-product-shell {
	background: #ffffff;
	color: var(--idez-dark-text);
}

body.is-woocommerce-view .woocommerce-result-count,
body.is-woocommerce-view .woocommerce .quantity,
body.is-woocommerce-view .woocommerce div.product .product_meta,
body.is-woocommerce-view .woocommerce div.product p.price,
body.is-woocommerce-view .woocommerce div.product span.price,
body.is-woocommerce-view .woocommerce ul.products li.product .price {
	color: var(--idez-dark-muted);
}

body.is-woocommerce-view .woocommerce .woocommerce-ordering select,
body.is-woocommerce-view select,
body.is-woocommerce-view textarea,
body.is-woocommerce-view input[type="text"],
body.is-woocommerce-view input[type="search"],
body.is-woocommerce-view input[type="email"],
body.is-woocommerce-view input[type="url"],
body.blog input[type="text"],
body.blog input[type="search"],
body.single-post input[type="text"],
body.single-post input[type="search"],
body.archive input[type="text"],
body.archive input[type="search"],
body.page:not(.home) input[type="text"],
body.page:not(.home) input[type="search"] {
	border-color: var(--idez-light-line-strong);
	background: var(--idez-light-card);
	color: var(--idez-dark-text);
}

body.is-woocommerce-view .pagination a,
body.is-woocommerce-view .pagination span,
body.is-woocommerce-view .woocommerce-pagination a,
body.is-woocommerce-view .woocommerce-pagination span,
body.blog .pagination a,
body.blog .pagination span,
body.archive .pagination a,
body.archive .pagination span,
body.search .pagination a,
body.search .pagination span {
	border-color: var(--idez-light-line);
	background: var(--idez-light-card);
	color: var(--idez-dark-text);
}

.brands-section {
	border-bottom: 12px solid var(--idez-accent);
}

.brands-section .brand-card {
	border: 0;
	background: transparent;
}

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

@keyframes idez-brand-marquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

@media (max-width: 1100px) {
	.section-heading,
	.about-intro__grid,
	.facility-section__grid,
	.single-product-grid,
	.location-card,
	.service-grid,
	.site-footer__grid,
	.site-footer__locations {
		grid-template-columns: 1fr;
	}

	.metrics-grid,
	.product-grid,
	.post-grid,
	.brand-grid,
	.about-highlights__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.hero-slide__media {
		min-height: 320px;
	}

	.brand-marquee__group {
		gap: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 820px) {
	body {
		font-size: 14px;
	}

	.section-heading h2,
	.site-footer h2 {
		font-size: clamp(1.55rem, 7vw, 2.1rem);
	}

	.page-hero h1 {
		font-size: clamp(1.6rem, 7.5vw, 2.1rem);
	}

	.hero-slide__content h1 {
		font-size: clamp(1.9rem, 8vw, 2.6rem);
	}

	.hero-slide__content p,
	.hero-slide__text,
	.catalog-preview__seo-text {
		font-size: 0.95rem;
		line-height: 1.76;
	}

	.site-header {
		padding-bottom: 12px;
	}

	.site-header__top,
	.site-header__identity,
	.site-header__nav-shell,
	.site-header__search-shell,
	.catalog-preview__actions,
	.catalog-shell__head,
	.catalog-shell__tools,
	.signal-strip__inner,
	.cta-section__card {
		flex-direction: column;
		align-items: stretch;
	}

	.site-header__top {
		align-items: stretch;
		padding-bottom: 12px;
	}

	.site-branding,
	.site-header__search {
		flex-basis: auto;
		max-width: none;
	}

	.site-header__identity {
		gap: 14px;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.primary-navigation {
		display: none;
		width: 100%;
	}

	.primary-navigation.is-open {
		display: block;
	}

	.primary-navigation ul {
		flex-direction: column;
	}

	.primary-navigation a {
		font-size: 1rem;
	}

	.brand-marquee::before,
	.brand-marquee::after {
		width: 28px;
	}

	.brand-marquee__track {
		animation-duration: 24s;
	}

	.brand-marquee__group {
		gap: 22px;
		padding-right: 22px;
	}

	.brand-card {
		flex-basis: 132px;
		min-height: 110px;
	}

	.brand-card__link {
		min-height: 110px;
	}

	.brand-card img {
		max-height: 110px;
	}

	.site-header__tools,
	.language-switcher {
		justify-content: flex-start;
		margin-left: 0;
	}

	.metrics-grid,
	.service-grid,
	.product-grid,
	.post-grid,
	.brand-grid,
	.facility-gallery,
	.about-highlights__grid {
		grid-template-columns: 1fr;
	}

	.contact-chip {
		min-width: 0;
		width: 100%;
	}

	.site-header.is-scrolled .contact-chip {
		width: 100%;
		padding: 0;
		border: 0;
		background: transparent;
		flex-direction: column;
		align-items: flex-start;
		gap: 2px;
	}

	.site-header.is-scrolled .contact-chip__eyebrow {
		display: inline;
	}

	.site-header.is-scrolled .contact-chip__icon {
		margin-bottom: 4px;
	}

	.site-header.is-scrolled .contact-chip__value,
	.site-header.is-scrolled .contact-chip--email .contact-chip__value {
		max-width: none;
		overflow: visible;
		text-overflow: clip;
		white-space: normal;
	}

	.site-header__tagline {
		margin-left: 0;
		font-size: 0.96rem;
		white-space: normal;
	}

	.product-search-form__suggestion {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 12px;
		padding: 11px 14px;
	}

	.product-search-form__suggestion-image {
		width: 56px;
		height: 56px;
	}

	.site-header.is-scrolled .site-header__contact,
	.site-header.is-scrolled .site-header__contact {
		max-height: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.site-header.is-scrolled .site-header__search-shell {
		max-height: 0;
		margin-top: 0;
		opacity: 0;
		pointer-events: none;
		overflow: hidden;
	}

	.site-header.is-scrolled .site-header__nav-shell {
		margin-top: 0;
		padding-top: 0;
	}

	.page-hero--compact .container,
	.about-intro__content,
	.single-product-grid__gallery,
	.single-product-grid__content {
		padding: 22px;
	}

	.about-intro,
	.about-highlights,
	.about-brands {
		padding: 64px 0;
	}

	.about-intro {
		padding-top: 24px;
	}

	.about-story__text p {
		margin-bottom: 32px;
		font-size: 1rem;
		line-height: 1.74;
	}

	.about-intro__media {
		min-height: 300px;
	}

	.site-footer__globe {
		right: -180px;
		width: 380px;
		height: 380px;
		opacity: 0.14;
	}

	.floating-whatsapp {
		top: auto;
		right: 12px;
		bottom: 14px;
		transform: none;
		padding-inline: 14px;
		min-height: 50px;
		border-radius: 999px;
	}

	.floating-whatsapp__text {
		display: none;
	}
}
