:root {
	--arvenoa-primary: var(--sg-color-primary, #03363d);
	--arvenoa-secondary: var(--sg-color-secondary, #bdd9d7);
	--arvenoa-accent: var(--sg-color-accent, #d8c9a8);
	--arvenoa-assistant-paper: #f8fbfa;
	--arvenoa-assistant-ink: #03363d;
	--arvenoa-assistant-muted: #60787b;
	--arvenoa-assistant-line: rgba(3, 54, 61, 0.16);
}

/* Product catalogue assistant ------------------------------------------------ */
.arvenoa-catalog {
	padding: clamp(56px, 8vw, 112px) 0 30px;
	border-top: 1px solid var(--arvenoa-assistant-line);
	scroll-margin-top: 104px;
}

.arvenoa-catalog__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 36px;
	margin-bottom: 38px;
}

.arvenoa-catalog__header > div {
	max-width: 880px;
}

.arvenoa-catalog__header h2 {
	margin: 12px 0 18px;
	color: var(--arvenoa-primary) !important;
	font-family: var(--sg-font-sans, inherit) !important;
	font-size: clamp(2.5rem, 5vw, 5rem) !important;
	font-weight: 820 !important;
	letter-spacing: -0.055em !important;
	line-height: 0.98 !important;
}

.arvenoa-catalog__header p,
.arvenoa-catalog-stage__header p,
.arvenoa-catalog-results__group > header p {
	margin: 0;
	color: var(--arvenoa-assistant-muted);
	font-family: var(--sg-font-sans, inherit);
	font-size: var(--sg-body-size, 1.18rem);
	line-height: 1.55;
}

.arvenoa-catalog__restart,
.arvenoa-catalog-results__profile {
	flex: 0 0 auto;
	padding: 13px 18px;
	background: transparent;
	border: 1px solid rgba(3, 54, 61, 0.28);
	border-radius: 12px;
	color: var(--arvenoa-primary) !important;
	cursor: pointer;
	font-family: var(--sg-font-sans, inherit);
	font-size: 0.92rem;
	font-weight: 750;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.arvenoa-catalog__restart:hover,
.arvenoa-catalog__restart:focus-visible,
.arvenoa-catalog-results__profile:hover,
.arvenoa-catalog-results__profile:focus-visible {
	background: var(--arvenoa-primary) !important;
	color: var(--arvenoa-secondary) !important;
	outline: none;
	transform: translateY(-2px);
}

.arvenoa-catalog__progress {
	display: grid;
	margin: 0 0 30px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.arvenoa-catalog-progress__step {
	display: flex;
	min-width: 0;
	min-height: 70px;
	padding: 12px 14px;
	align-items: center;
	gap: 12px;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid var(--arvenoa-assistant-line);
	border-radius: 13px;
	color: var(--arvenoa-primary);
	cursor: pointer;
	font-family: var(--sg-font-sans, inherit);
	text-align: left;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.arvenoa-catalog-progress__step:disabled {
	cursor: default;
	opacity: 0.55;
}

.arvenoa-catalog-progress__step > span:first-child {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	place-items: center;
	background: rgba(189, 217, 215, 0.58);
	border-radius: 50%;
	font-size: 0.84rem;
	font-weight: 850;
}

.arvenoa-catalog-progress__step > span:last-child {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.arvenoa-catalog-progress__step small {
	color: var(--arvenoa-assistant-muted);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.arvenoa-catalog-progress__step strong {
	overflow: hidden;
	font-size: 0.92rem;
	font-weight: 760;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.arvenoa-catalog-progress__step.is-current {
	background: var(--arvenoa-primary);
	border-color: var(--arvenoa-primary);
	color: #fff;
}

.arvenoa-catalog-progress__step.is-current small {
	color: var(--arvenoa-secondary);
}

.arvenoa-catalog__stage {
	min-height: 380px;
	padding: clamp(28px, 4vw, 56px);
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid var(--arvenoa-assistant-line);
	border-radius: 24px;
	box-shadow: 0 28px 70px rgba(3, 54, 61, 0.08);
}

.arvenoa-catalog-stage__header {
	position: relative;
	max-width: 920px;
	margin-bottom: 30px;
}

.arvenoa-catalog-stage__header > span:first-child {
	display: block;
	margin-bottom: 8px;
	color: #668185;
	font-family: var(--sg-font-sans, inherit);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.arvenoa-catalog-stage__header h3,
.arvenoa-catalog-results__group > header h3 {
	margin: 0 0 12px;
	color: var(--arvenoa-primary) !important;
	font-family: var(--sg-font-sans, inherit) !important;
	font-size: clamp(1.85rem, 3vw, 3.2rem) !important;
	font-weight: 820 !important;
	letter-spacing: -0.035em !important;
	line-height: 1.04 !important;
}

.arvenoa-catalog-results__profile {
	margin-top: 20px;
}

.arvenoa-catalog-options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.arvenoa-catalog-option {
	display: grid;
	min-height: 112px;
	padding: 18px;
	grid-template-columns: 46px minmax(0, 1fr) 24px;
	align-items: center;
	gap: 14px;
	background: rgba(248, 251, 250, 0.9);
	border: 1px solid rgba(3, 54, 61, 0.17);
	border-radius: 16px;
	color: var(--arvenoa-primary) !important;
	cursor: pointer;
	font-family: var(--sg-font-sans, inherit);
	text-align: left;
	transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.arvenoa-catalog-option:hover,
.arvenoa-catalog-option:focus-visible {
	background: var(--arvenoa-secondary) !important;
	border-color: rgba(3, 54, 61, 0.38);
	box-shadow: 5px 6px 0 var(--arvenoa-accent);
	color: var(--arvenoa-primary) !important;
	outline: none;
	transform: translate(-2px, -3px);
}

.arvenoa-catalog-option__icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	background: rgba(189, 217, 215, 0.52);
	border-radius: 13px;
}

.arvenoa-catalog-option__icon svg,
.arvenoa-catalog-product__recommendation svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
}

.arvenoa-catalog-option__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
}

.arvenoa-catalog-option__copy strong {
	font-size: 1.08rem;
	font-weight: 790;
	line-height: 1.16;
}

.arvenoa-catalog-option__copy small {
	color: var(--arvenoa-assistant-muted);
	font-size: 0.82rem;
}

.arvenoa-catalog-option__arrow {
	font-size: 1.45rem;
	transition: transform 180ms ease;
}

.arvenoa-catalog-option:hover .arvenoa-catalog-option__arrow,
.arvenoa-catalog-option:focus-visible .arvenoa-catalog-option__arrow {
	transform: translateX(4px);
}

.arvenoa-catalog-results__group + .arvenoa-catalog-results__group {
	margin-top: 52px;
	padding-top: 44px;
	border-top: 1px solid var(--arvenoa-assistant-line);
}

.arvenoa-catalog-results__group > header {
	max-width: 900px;
	margin-bottom: 24px;
}

.arvenoa-catalog-results__grid,
.arvenoa-landing-products__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.arvenoa-catalog-product {
	position: relative;
	display: grid;
	min-width: 0;
	overflow: hidden;
	grid-template-rows: 230px 1fr;
	background: #fff;
	border: 1px solid rgba(3, 54, 61, 0.16);
	border-radius: 18px;
	box-shadow: 0 16px 38px rgba(3, 54, 61, 0.07);
}

.arvenoa-catalog-product__image {
	display: grid;
	padding: 20px;
	place-items: center;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(189, 217, 215, 0.2));
}

.arvenoa-catalog-product__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.arvenoa-catalog-product:hover .arvenoa-catalog-product__image img {
	transform: scale(1.035);
}

.arvenoa-catalog-product__body {
	display: flex;
	padding: 22px;
	flex-direction: column;
}

.arvenoa-catalog-product__meta,
.arvenoa-catalog-product__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.arvenoa-catalog-product__meta {
	margin-bottom: 10px;
	color: #668185;
	font-size: 0.73rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.arvenoa-catalog-product__meta .is-stock {
	color: #755f31;
	letter-spacing: 0;
	text-transform: none;
}

.arvenoa-catalog-product h4 {
	margin: 0 0 12px;
	color: var(--arvenoa-primary) !important;
	font-family: var(--sg-font-sans, inherit) !important;
	font-size: 1.25rem !important;
	font-weight: 780 !important;
	letter-spacing: -0.025em !important;
	line-height: 1.18 !important;
}

.arvenoa-catalog-product__price {
	margin-bottom: 18px;
	color: var(--arvenoa-primary);
	font-size: 1.08rem;
}

.arvenoa-catalog-product__recommendation {
	display: grid;
	margin-top: auto;
	padding: 13px;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 10px;
	background: rgba(189, 217, 215, 0.35);
	border-radius: 13px;
	color: var(--arvenoa-primary);
}

.arvenoa-catalog-product.is-not-recommended .arvenoa-catalog-product__recommendation {
	background: rgba(216, 201, 168, 0.48);
}

.arvenoa-catalog-product__recommendation > span:last-child {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.arvenoa-catalog-product__recommendation strong {
	font-size: 0.83rem;
	line-height: 1.22;
}

.arvenoa-catalog-product__recommendation small {
	color: var(--arvenoa-assistant-muted);
	font-size: 0.75rem;
	line-height: 1.35;
}

.arvenoa-catalog-product__footer {
	margin-top: 18px;
}

.arvenoa-catalog-product__view,
.arvenoa-catalog-product__current {
	color: var(--arvenoa-primary) !important;
	font-size: 0.86rem;
	font-weight: 790;
}

.arvenoa-catalog-product__view {
	margin-left: auto;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 4px;
}

.arvenoa-catalog-product__view:hover,
.arvenoa-catalog-product__view:focus-visible {
	color: var(--arvenoa-primary) !important;
	text-decoration-color: var(--arvenoa-accent);
}

.arvenoa-catalog-product__current {
	padding: 5px 8px;
	background: var(--arvenoa-accent);
	border-radius: 8px;
}

/* SEO catalogue landing pages. */
.arvenoa-landing-products {
	width: min(1320px, calc(100% - clamp(36px, 8vw, 120px)));
	margin: clamp(72px, 10vw, 140px) auto;
}

.arvenoa-landing-products > header {
	max-width: 880px;
	margin-bottom: 48px;
}

.arvenoa-landing-products > header > span {
	color: #668185;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.arvenoa-landing-products > header h1 {
	margin: 12px 0 20px;
	color: var(--arvenoa-primary) !important;
	font-size: clamp(3rem, 7vw, 7rem) !important;
	font-weight: 840 !important;
	letter-spacing: -0.06em !important;
	line-height: 0.94 !important;
}

.arvenoa-landing-products > header p {
	font-size: var(--sg-body-size, 1.18rem);
}

.arvenoa-landing-product a {
	display: flex;
	height: 100%;
	padding: 24px;
	flex-direction: column;
	background: #fff;
	border: 1px solid rgba(3, 54, 61, 0.16);
	border-radius: 18px;
	color: var(--arvenoa-primary) !important;
	box-shadow: 0 16px 38px rgba(3, 54, 61, 0.07);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.arvenoa-landing-product a:hover,
.arvenoa-landing-product a:focus-visible {
	border-color: rgba(3, 54, 61, 0.34);
	box-shadow: 5px 6px 0 var(--arvenoa-accent);
	outline: none;
	transform: translateY(-3px);
}

.arvenoa-landing-product img {
	width: 100%;
	height: 230px;
	margin-bottom: 22px;
	object-fit: contain;
}

.arvenoa-landing-product span {
	color: #668185;
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.arvenoa-landing-product h2 {
	margin: 8px 0 16px;
	color: inherit !important;
	font-size: 1.3rem !important;
	font-weight: 780 !important;
	letter-spacing: -0.025em !important;
	line-height: 1.18 !important;
}

.arvenoa-landing-product strong {
	margin-top: auto;
}

html[data-sg-theme="dark"] .arvenoa-catalog__stage,
html[data-sg-theme="dark"] .arvenoa-catalog-progress__step,
html[data-sg-theme="dark"] .arvenoa-catalog-option,
html[data-sg-theme="dark"] .arvenoa-catalog-product,
html[data-sg-theme="dark"] .arvenoa-landing-product a {
	background: rgba(5, 42, 48, 0.82);
	border-color: rgba(189, 217, 215, 0.2);
	color: var(--arvenoa-secondary) !important;
}

html[data-sg-theme="dark"] .arvenoa-catalog-progress__step.is-current,
html[data-sg-theme="dark"] .arvenoa-catalog-option:hover,
html[data-sg-theme="dark"] .arvenoa-catalog-option:focus-visible {
	background: var(--arvenoa-secondary) !important;
	color: var(--arvenoa-primary) !important;
}

html[data-sg-theme="dark"] .arvenoa-catalog__header h2,
html[data-sg-theme="dark"] .arvenoa-catalog-stage__header h3,
html[data-sg-theme="dark"] .arvenoa-catalog-results__group > header h3,
html[data-sg-theme="dark"] .arvenoa-catalog-product h4,
html[data-sg-theme="dark"] .arvenoa-catalog-product__price,
html[data-sg-theme="dark"] .arvenoa-catalog-product__view,
html[data-sg-theme="dark"] .arvenoa-landing-products > header h1,
html[data-sg-theme="dark"] .arvenoa-landing-product strong {
	color: var(--arvenoa-secondary) !important;
}

html[data-sg-theme="dark"] .arvenoa-catalog-product__image {
	background: linear-gradient(145deg, rgba(189, 217, 215, 0.1), rgba(3, 54, 61, 0.5));
}

html[data-sg-theme="dark"] .arvenoa-catalog-product__recommendation {
	background: rgba(189, 217, 215, 0.13);
	color: var(--arvenoa-secondary);
}

html[data-sg-theme="dark"] .arvenoa-catalog-product.is-not-recommended .arvenoa-catalog-product__recommendation {
	background: rgba(216, 201, 168, 0.2);
}

/* Native WooCommerce purchase controls ------------------------------------ */
body.single-product div.product .summary > form.cart {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 clamp(22px, 3vw, 36px) !important;
	padding: 0;
	border: 0;
	font-family: var(--sg-font-sans, inherit);
}

body.single-product form.variations_form table.variations {
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse !important;
}

body.single-product form.variations_form table.variations tr {
	display: grid;
	grid-template-columns: minmax(110px, 0.26fr) minmax(0, 1fr);
	align-items: center;
	gap: 16px;
}

body.single-product form.variations_form table.variations th,
body.single-product form.variations_form table.variations td {
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	text-align: left !important;
}

body.single-product form.variations_form table.variations th label {
	margin: 0;
	color: var(--arvenoa-primary);
	font-size: 0.78rem;
	font-weight: 820;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

body.single-product form.variations_form table.variations td.value {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
}

body.single-product form.variations_form table.variations select {
	box-sizing: border-box;
	width: 100% !important;
	min-height: 58px;
	margin: 0 !important;
	padding: 12px 48px 12px 17px !important;
	background: rgba(255, 255, 255, 0.72) !important;
	border: 1px solid rgba(3, 54, 61, 0.22) !important;
	border-radius: 14px !important;
	box-shadow: none !important;
	color: var(--arvenoa-primary) !important;
	font: 650 clamp(1rem, 1.25vw, 1.12rem)/1.25 var(--sg-font-sans, inherit) !important;
}

body.single-product form.variations_form table.variations select:focus {
	border-color: var(--arvenoa-primary) !important;
	box-shadow: 0 0 0 3px rgba(189, 217, 215, 0.46) !important;
	outline: 0;
}

body.single-product form.variations_form .reset_variations {
	color: #526d70 !important;
	font-size: 0.78rem;
	font-weight: 720;
	text-decoration-color: var(--arvenoa-accent) !important;
	text-underline-offset: 3px;
}

body.single-product form.variations_form .single_variation_wrap {
	margin-top: 18px;
}

body.single-product form.variations_form .woocommerce-variation-price {
	display: none !important;
}

body.single-product form.variations_form .woocommerce-variation-description:empty,
body.single-product form.variations_form .woocommerce-variation-availability:empty {
	display: none;
}

body.single-product form.variations_form .woocommerce-variation-add-to-cart {
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

body.single-product div.product .summary > form.cart:not(.variations_form) {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: nowrap;
}

body.single-product div.product .summary > form.cart:not(.variations_form) .quantity,
body.single-product div.product .summary > form.cart:not(.variations_form) .btx-quantity {
	flex: 0 0 auto;
}

body.single-product div.product .summary > form.cart:not(.variations_form) .single_add_to_cart_button {
	width: auto !important;
	min-width: 0;
	flex: 1 1 auto;
}

body.single-product form.cart .quantity,
body.single-product form.cart .btx-quantity {
	align-items: center;
}

body.single-product form.cart .single_add_to_cart_button {
	min-height: 56px;
	padding: 14px 25px !important;
	background: transparent !important;
	border: 1px solid var(--arvenoa-primary) !important;
	border-radius: 14px !important;
	box-shadow: none !important;
	color: var(--arvenoa-primary) !important;
	font: 800 0.88rem/1.1 var(--sg-font-sans, inherit) !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease !important;
}

body.single-product form.cart .single_add_to_cart_button:hover,
body.single-product form.cart .single_add_to_cart_button:focus-visible {
	background: rgba(189, 217, 215, 0.3) !important;
	border-color: var(--arvenoa-primary) !important;
	color: var(--arvenoa-primary) !important;
	outline: none;
	transform: translateY(-2px);
}

/* Recommendation on the current product ----------------------------------- */
.arvenoa-product-price-note {
	box-sizing: border-box;
	display: block;
	width: 100%;
	margin: 0 0 clamp(22px, 2.8vw, 34px);
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(3, 54, 61, 0.16);
	border-radius: 14px;
	color: var(--arvenoa-primary);
	font-family: var(--sg-font-sans, inherit);
	overflow: hidden;
}

.arvenoa-product-price-note__summary {
	display: grid;
	min-height: 62px;
	padding: 12px 15px;
	grid-template-columns: 30px minmax(0, 1fr) 24px;
	align-items: center;
	gap: 11px;
	cursor: pointer;
	list-style: none;
}

.arvenoa-product-price-note__summary::-webkit-details-marker {
	display: none;
}

.arvenoa-product-price-note__icon {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	background: transparent;
	border-radius: 0;
	color: #60787b;
}

.arvenoa-product-price-note__icon svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.arvenoa-product-price-note__title {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.arvenoa-product-price-note__title strong {
	display: block;
	color: var(--arvenoa-primary);
	font-size: clamp(1.08rem, 1.22vw, 1.24rem);
	font-weight: 790;
	line-height: 1.2;
}

.arvenoa-product-price-note__title small {
	color: #60787b;
	font-size: clamp(0.86rem, 0.96vw, 0.96rem);
	font-weight: 520;
	line-height: 1.3;
}

.arvenoa-product-price-note__chevron {
	color: var(--arvenoa-primary);
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	transition: transform 180ms ease;
}

.arvenoa-product-price-note[open] .arvenoa-product-price-note__chevron {
	transform: rotate(180deg);
}

.arvenoa-product-price-note__copy {
	padding: 0 15px 16px 56px;
}

.arvenoa-product-price-note__copy p {
	margin: 0;
	color: #365b60;
	font-size: clamp(0.9rem, 1vw, 1rem);
	line-height: 1.5;
}

.arvenoa-product-price-note__copy button,
.arvenoa-product-price-note__copy a {
	display: inline;
	margin: 0;
	padding: 0;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	color: var(--arvenoa-primary) !important;
	cursor: pointer;
	font: inherit;
	font-weight: 750;
	text-decoration: underline !important;
	text-decoration-color: var(--arvenoa-accent) !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 3px;
}

.arvenoa-product-price-note__copy button:hover,
.arvenoa-product-price-note__copy button:focus-visible,
.arvenoa-product-price-note__copy a:hover,
.arvenoa-product-price-note__copy a:focus-visible {
	color: #07505a !important;
	text-decoration-color: var(--arvenoa-primary) !important;
}

.arvenoa-product-fit[hidden] {
	display: none !important;
}

.arvenoa-product-fit {
	box-sizing: border-box;
	display: grid;
	width: 100%;
	margin: clamp(26px, 3.5vw, 46px) 0 30px;
	padding: clamp(22px, 3vw, 34px);
	grid-template-columns: 1fr;
	gap: 24px;
	background: linear-gradient(135deg, rgba(189, 217, 215, 0.42), rgba(255, 255, 255, 0.82));
	border: 1px solid rgba(3, 54, 61, 0.2);
	border-radius: 22px;
	color: var(--arvenoa-primary);
	font-family: var(--sg-font-sans, inherit);
	box-shadow: 0 12px 34px rgba(3, 54, 61, 0.07);
}

.arvenoa-product-fit.is-not-recommended {
	background: linear-gradient(135deg, rgba(216, 201, 168, 0.58), rgba(255, 255, 255, 0.86));
}

.arvenoa-product-fit__header,
.arvenoa-product-fit.is-compatible:not(:has(.arvenoa-product-fit__header)) {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
}

.arvenoa-product-fit__header {
	grid-template-columns: 58px minmax(0, 1fr);
}

.arvenoa-product-fit.is-compatible.is-empty:not(:has(.arvenoa-product-fit__header)) {
	grid-template-columns: minmax(0, 1fr);
	align-items: start;
	gap: 18px;
}

.arvenoa-product-fit.is-compatible.is-empty .arvenoa-product-fit__profile {
	width: 100%;
	justify-self: stretch;
}

.arvenoa-product-fit__status-icon {
	position: relative;
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	background: var(--arvenoa-primary);
	border-radius: 17px;
	color: var(--arvenoa-secondary);
	isolation: isolate;
}

.arvenoa-product-fit.is-recommended .arvenoa-product-fit__status-icon::after {
	position: absolute;
	inset: -1px;
	z-index: -1;
	border: 2px solid rgba(216, 201, 168, 0.72);
	border-radius: inherit;
	content: "";
	pointer-events: none;
	animation: arvenoa-approval-ring 900ms 180ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.arvenoa-product-fit.is-not-recommended .arvenoa-product-fit__status-icon {
	background: #694f31;
	color: #fff8eb;
}

.arvenoa-product-fit__status-icon svg {
	width: 31px;
	height: 31px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.arvenoa-product-fit.is-recommended .arvenoa-product-fit__status-icon svg {
	transform-box: fill-box;
	transform-origin: 38% 92%;
	animation: arvenoa-thumb-approval-loop 3.4s 90ms cubic-bezier(0.16, 1, 0.3, 1) infinite both;
}

.arvenoa-product-fit.is-recommended:hover .arvenoa-product-fit__status-icon svg {
	animation: arvenoa-thumb-confirm 620ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes arvenoa-thumb-approval {
	0% { opacity: 0; transform: translateY(7px) rotate(-13deg) scale(0.72); }
	48% { opacity: 1; transform: translateY(-3px) rotate(5deg) scale(1.16); }
	72% { transform: translateY(1px) rotate(-2deg) scale(0.96); }
	100% { opacity: 1; transform: translateY(0) rotate(0) scale(1); }
}

@keyframes arvenoa-thumb-approval-loop {
	0% { opacity: 0; transform: translateY(7px) rotate(-13deg) scale(0.72); }
	13% { opacity: 1; transform: translateY(-3px) rotate(5deg) scale(1.16); }
	20% { transform: translateY(1px) rotate(-2deg) scale(0.96); }
	27%, 100% { opacity: 1; transform: translateY(0) rotate(0) scale(1); }
}

@keyframes arvenoa-thumb-confirm {
	0%, 100% { transform: translateY(0) rotate(0) scale(1); }
	42% { transform: translateY(-4px) rotate(7deg) scale(1.12); }
	70% { transform: translateY(1px) rotate(-2deg) scale(0.98); }
}

@keyframes arvenoa-approval-ring {
	0% { opacity: 0.72; transform: scale(0.82); }
	70% { opacity: 0.28; }
	100% { opacity: 0; transform: scale(1.42); }
}

@media (prefers-reduced-motion: reduce) {
	.arvenoa-product-fit.is-recommended .arvenoa-product-fit__status-icon::after,
	.arvenoa-product-fit.is-recommended .arvenoa-product-fit__status-icon svg,
	.arvenoa-product-fit.is-recommended:hover .arvenoa-product-fit__status-icon svg {
		animation: none;
	}
}

.arvenoa-product-fit__copy {
	min-width: 0;
}

.arvenoa-product-fit__eyebrow {
	display: inline-flex;
	margin-bottom: 5px;
	align-items: center;
	gap: 7px;
	color: #60787b;
	font-size: 0.74rem;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.arvenoa-product-fit__eyebrow svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
}

.arvenoa-product-fit h3 {
	margin: 0 0 7px !important;
	color: var(--arvenoa-primary) !important;
	font-family: var(--sg-font-sans, inherit) !important;
	font-size: clamp(1.35rem, 2.1vw, 2rem) !important;
	font-weight: 820 !important;
	letter-spacing: -0.035em !important;
	line-height: 1.05 !important;
}

.arvenoa-product-fit__copy p {
	margin: 0;
	color: #264e53;
	font-size: clamp(1rem, 1.25vw, 1.13rem);
	font-weight: 520;
	line-height: 1.48;
}

.arvenoa-product-fit__profile-summary {
	display: grid;
	padding: 11px 14px;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 10px 16px;
	background: rgba(255, 255, 255, 0.38);
	border: 1px solid rgba(3, 54, 61, 0.12);
	border-radius: 14px;
}

.arvenoa-product-fit__profile-summary-title {
	color: var(--arvenoa-primary);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.arvenoa-product-fit__profile-summary-list {
	display: flex;
	min-width: 0;
	margin: 0;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 0;
}

.arvenoa-product-fit__profile-summary-list > div {
	display: inline-flex;
	min-width: 0;
	margin: 0;
	align-items: baseline;
	gap: 5px;
	font-size: 0;
	line-height: 1;
}

.arvenoa-product-fit__profile-summary-list > div:not(:last-child)::after {
	margin: 0 10px;
	color: rgba(3, 54, 61, 0.38);
	content: "·";
	font-size: 0.84rem;
}

.arvenoa-product-fit__profile-summary-list dt,
.arvenoa-product-fit__profile-summary-list dd {
	display: inline;
	width: auto;
	padding: 0;
	float: none;
	clear: none;
	margin: 0;
	line-height: 1.25;
}

.arvenoa-product-fit__profile-summary-list dt {
	color: #668185;
	font-size: 0.72rem;
	font-weight: 700;
}

.arvenoa-product-fit__profile-summary-list dd {
	color: var(--arvenoa-primary);
	font-size: 0.84rem;
	font-weight: 780;
}

/* Secondary trust marker, intentionally quieter than the recommendation. */
.arvenoa-installer-trust {
	box-sizing: border-box;
	display: flex;
	width: min(100%, 988px);
	margin: clamp(12px, 1.4vw, 18px) 0 0;
	padding: 20px 22px;
	align-items: center;
	gap: 14px;
	background: rgba(255, 255, 255, 0.42);
	border: 1px solid rgba(3, 54, 61, 0.18);
	border-radius: 18px;
	color: var(--arvenoa-primary);
	font-family: var(--sg-font-sans, inherit);
}

.arvenoa-installer-trust__icon {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	place-items: center;
	background: transparent;
	border-radius: 0;
	color: var(--arvenoa-primary);
}

.arvenoa-installer-trust__icon svg {
	width: 35px;
	height: 35px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.75;
}

.arvenoa-installer-trust__copy {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.arvenoa-installer-trust__copy small {
	color: #60787b;
	font-size: 0.91rem;
	font-weight: 780;
	letter-spacing: 0.09em;
	line-height: 1.2;
	text-transform: uppercase;
}

.arvenoa-installer-trust__copy strong {
	color: var(--arvenoa-primary);
	font-size: clamp(1.3rem, 1.5vw, 1.48rem);
	font-weight: 720;
	line-height: 1.3;
}

.arvenoa-product-fit__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 11px;
}

.arvenoa-product-fit__metric {
	display: flex;
	min-width: 0;
	min-height: 116px;
	padding: 17px;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(3, 54, 61, 0.14);
	border-radius: 15px;
}

.arvenoa-product-fit__metric small {
	color: #668185;
	font-size: 0.69rem;
	font-weight: 820;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.arvenoa-product-fit__metric strong {
	color: var(--arvenoa-primary);
	font-size: clamp(1.22rem, 1.8vw, 1.65rem);
	line-height: 1.1;
}

.arvenoa-product-fit__metric span {
	color: #526d70;
	font-size: 0.83rem;
	line-height: 1.3;
}

.arvenoa-product-fit__footer {
	display: flex;
	padding-top: 16px;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	border-top: 1px solid rgba(3, 54, 61, 0.15);
}

.arvenoa-product-fit__footer small {
	max-width: 760px;
	color: #60787b;
	font-size: 0.78rem;
	line-height: 1.4;
}

.arvenoa-product-fit__actions {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 10px;
}

.arvenoa-product-fit__profile {
	display: inline-flex;
	box-sizing: border-box;
	flex: 0 0 auto;
	min-height: 46px;
	min-width: 0;
	padding: 11px 16px;
	align-items: center;
	justify-content: center;
	background: var(--arvenoa-primary) !important;
	border: 1px solid var(--arvenoa-primary) !important;
	border-radius: 12px;
	color: #fff !important;
	cursor: pointer;
	font: 800 0.85rem/1.1 var(--sg-font-sans, inherit);
	line-height: 1.25 !important;
	overflow-wrap: anywhere;
	text-align: center;
	text-decoration: none !important;
	white-space: normal !important;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.arvenoa-product-fit__profile.is-edit {
	background: transparent !important;
	color: var(--arvenoa-primary) !important;
}

.arvenoa-product-fit__profile:hover,
.arvenoa-product-fit__profile:focus-visible {
	background: var(--arvenoa-accent) !important;
	color: var(--arvenoa-primary) !important;
	outline: none;
	transform: translateY(-2px);
}

/* En tablet el texto metodológico ocupa una fila completa y las acciones
 * comparten una segunda fila. Así ninguna columna queda comprimida. */
@media (max-width: 1180px) {
	.arvenoa-product-fit__footer {
		align-items: stretch;
		flex-direction: column;
		gap: 16px;
	}

	.arvenoa-product-fit__footer small {
		width: 100%;
		max-width: none;
		font-size: 0.9rem;
	}

	.arvenoa-product-fit__actions {
		display: grid;
		width: 100%;
		align-items: stretch;
		grid-auto-rows: 1fr;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.arvenoa-product-fit__profile {
		height: 100% !important;
		align-self: stretch;
		width: 100%;
	}
}

html[data-sg-theme="dark"] .arvenoa-product-fit {
	background: linear-gradient(135deg, rgba(189, 217, 215, 0.12), rgba(3, 54, 61, 0.72));
	border-color: rgba(189, 217, 215, 0.25);
	color: #f1f8f7;
}

html[data-sg-theme="dark"] .arvenoa-product-fit.is-not-recommended {
	background: linear-gradient(135deg, rgba(216, 201, 168, 0.18), rgba(3, 54, 61, 0.82));
}

html[data-sg-theme="dark"] .arvenoa-product-fit.is-recommended .arvenoa-product-fit__status-icon {
	background: var(--arvenoa-secondary);
	color: var(--arvenoa-primary);
	box-shadow: 0 0 0 4px rgba(216, 201, 168, 0.28), 0 10px 24px rgba(0, 0, 0, 0.2);
}

html[data-sg-theme="dark"] .arvenoa-product-fit h3,
html[data-sg-theme="dark"] .arvenoa-product-fit__metric strong {
	color: #f1f8f7 !important;
}

html[data-sg-theme="dark"] .arvenoa-product-fit__copy p,
html[data-sg-theme="dark"] .arvenoa-product-fit__metric span,
html[data-sg-theme="dark"] .arvenoa-product-fit__footer small {
	color: #b6cbca;
}

html[data-sg-theme="dark"] .arvenoa-product-fit__profile-summary {
	background: rgba(189, 217, 215, 0.07);
	border-color: rgba(189, 217, 215, 0.2);
}

html[data-sg-theme="dark"] .arvenoa-product-fit__profile-summary-title,
html[data-sg-theme="dark"] .arvenoa-product-fit__profile-summary-list dd {
	color: #f1f8f7;
}

html[data-sg-theme="dark"] .arvenoa-product-fit__profile-summary-list dt {
	color: #a9c2c1;
}

html[data-sg-theme="dark"] .arvenoa-product-fit__profile-summary-list > div:not(:last-child)::after {
	color: rgba(216, 201, 168, 0.58);
}

html[data-sg-theme="dark"] .arvenoa-product-fit__eyebrow,
html[data-sg-theme="dark"] .arvenoa-product-fit__metric small {
	color: var(--arvenoa-secondary);
}

html[data-sg-theme="dark"] .arvenoa-product-fit__metric {
	background: rgba(189, 217, 215, 0.075);
	border-color: rgba(189, 217, 215, 0.2);
}

html[data-sg-theme="dark"] .arvenoa-product-fit__profile.is-edit {
	border-color: var(--arvenoa-secondary) !important;
	color: var(--arvenoa-secondary) !important;
}

html[data-sg-theme="dark"] .arvenoa-product-fit.is-empty .arvenoa-product-fit__profile {
	background: var(--arvenoa-secondary) !important;
	border-color: var(--arvenoa-secondary) !important;
	box-shadow: 0 6px 0 rgba(216, 201, 168, 0.82);
	color: var(--arvenoa-primary) !important;
}

html[data-sg-theme="dark"] .arvenoa-product-fit.is-empty .arvenoa-product-fit__profile:hover,
html[data-sg-theme="dark"] .arvenoa-product-fit.is-empty .arvenoa-product-fit__profile:focus-visible {
	background: var(--arvenoa-accent) !important;
	border-color: var(--arvenoa-accent) !important;
	box-shadow: 0 4px 0 rgba(189, 217, 215, 0.82);
	color: var(--arvenoa-primary) !important;
}

html[data-sg-theme="dark"] .arvenoa-product-price-note {
	background: rgba(189, 217, 215, 0.06);
	border-color: rgba(189, 217, 215, 0.2);
}

html[data-sg-theme="dark"] .arvenoa-product-price-note__icon {
	background: transparent;
	color: var(--arvenoa-secondary);
}

html[data-sg-theme="dark"] .arvenoa-product-price-note__title strong {
	color: #f1f8f7;
}

html[data-sg-theme="dark"] .arvenoa-product-price-note__title small {
	color: #9eb8b7;
}

html[data-sg-theme="dark"] .arvenoa-product-price-note__copy p {
	color: #b6cbca;
}

html[data-sg-theme="dark"] .arvenoa-product-price-note__copy button,
html[data-sg-theme="dark"] .arvenoa-product-price-note__copy a {
	color: var(--arvenoa-secondary) !important;
	text-decoration-color: var(--arvenoa-accent) !important;
}

html[data-sg-theme="dark"] .arvenoa-installer-trust {
	background: rgba(189, 217, 215, 0.06);
	border-color: rgba(189, 217, 215, 0.2);
	color: #f1f8f7;
}

html[data-sg-theme="dark"] .arvenoa-installer-trust__icon {
	background: transparent;
	color: var(--arvenoa-secondary);
}

html[data-sg-theme="dark"] .arvenoa-installer-trust__copy small {
	color: #9eb8b7;
}

html[data-sg-theme="dark"] .arvenoa-installer-trust__copy strong {
	color: #e9f3f2;
}

/* Financing simulation ---------------------------------------------------- */
.arvenoa-product-financing {
	box-sizing: border-box;
	width: 100%;
	margin: clamp(30px, 4vw, 50px) 0 28px;
	padding: clamp(22px, 3.4vw, 38px);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(3, 54, 61, 0.17);
	border-radius: 22px;
	color: var(--arvenoa-primary);
	font-family: var(--sg-font-sans, inherit);
	box-shadow: 0 15px 38px rgba(3, 54, 61, 0.06);
}

.arvenoa-product-financing__header {
	max-width: 900px;
	margin-bottom: 24px;
}

.arvenoa-product-financing__header > span {
	display: block;
	margin-bottom: 8px;
	color: #60787b;
	font-size: 0.76rem;
	font-weight: 820;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.arvenoa-product-financing__header h2 {
	margin: 0 0 12px !important;
	color: var(--arvenoa-primary) !important;
	font-family: var(--sg-font-sans, inherit) !important;
	font-size: clamp(1.65rem, 2.7vw, 2.55rem) !important;
	font-weight: 820 !important;
	letter-spacing: -0.035em !important;
	line-height: 1.08 !important;
}

.arvenoa-product-financing__header p {
	margin: 0;
	color: #49676b;
	font-size: clamp(1rem, 1.2vw, 1.16rem);
	line-height: 1.55;
}

.arvenoa-product-financing__header p strong {
	color: var(--arvenoa-primary);
	white-space: nowrap;
}

.arvenoa-product-financing__table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid rgba(3, 54, 61, 0.16);
	border-radius: 16px;
}

.arvenoa-product-financing table {
	width: 100% !important;
	min-width: 570px;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	background: transparent !important;
}

.arvenoa-product-financing th,
.arvenoa-product-financing td {
	box-sizing: border-box;
	padding: 15px 17px !important;
	border: 0 !important;
	border-right: 1px solid rgba(3, 54, 61, 0.12) !important;
	border-bottom: 1px solid rgba(3, 54, 61, 0.12) !important;
	color: var(--arvenoa-primary) !important;
	font-size: clamp(0.94rem, 1.15vw, 1.08rem) !important;
	line-height: 1.3 !important;
	text-align: left !important;
}

.arvenoa-product-financing thead th {
	background: var(--arvenoa-primary) !important;
	color: #fff !important;
	font-weight: 780 !important;
}

.arvenoa-product-financing tbody th {
	background: rgba(189, 217, 215, 0.22) !important;
	font-weight: 760 !important;
}

.arvenoa-product-financing tbody td {
	background: rgba(255, 255, 255, 0.58) !important;
}

.arvenoa-product-financing tr > *:last-child {
	border-right: 0 !important;
}

.arvenoa-product-financing tbody tr:last-child > * {
	border-bottom: 0 !important;
}

.arvenoa-product-financing__notes {
	display: grid;
	margin-top: 18px;
	gap: 5px;
}

.arvenoa-product-financing__notes p {
	margin: 0;
	color: #60787b;
	font-size: 0.84rem;
	line-height: 1.45;
}

html[data-sg-theme="dark"] .arvenoa-product-financing {
	background: rgba(189, 217, 215, 0.07);
	border-color: rgba(189, 217, 215, 0.22);
	color: #eef7f5;
}

html[data-sg-theme="dark"] .arvenoa-product-financing__header > span,
html[data-sg-theme="dark"] .arvenoa-product-financing__notes p {
	color: #9eb8b7;
}

html[data-sg-theme="dark"] .arvenoa-product-financing__header h2,
html[data-sg-theme="dark"] .arvenoa-product-financing__header p strong {
	color: #f1f8f7 !important;
}

html[data-sg-theme="dark"] .arvenoa-product-financing__header p {
	color: #b6cbca;
}

html[data-sg-theme="dark"] .arvenoa-product-financing__table-wrap {
	border-color: rgba(189, 217, 215, 0.22);
}

html[data-sg-theme="dark"] .arvenoa-product-financing thead th {
	background: var(--arvenoa-secondary) !important;
	color: var(--arvenoa-primary) !important;
}

html[data-sg-theme="dark"] .arvenoa-product-financing tbody th {
	background: rgba(189, 217, 215, 0.14) !important;
	color: #f1f8f7 !important;
}

html[data-sg-theme="dark"] .arvenoa-product-financing tbody td {
	background: rgba(3, 54, 61, 0.58) !important;
	color: #e7f1ef !important;
}

html[data-sg-theme="dark"] .arvenoa-product-financing th,
html[data-sg-theme="dark"] .arvenoa-product-financing td {
	border-color: rgba(189, 217, 215, 0.16) !important;
}

/* Long description and paginated customer reviews ------------------------ */
.arvenoa-product-description,
.arvenoa-product-reviews {
	box-sizing: border-box;
	width: 100%;
	margin: clamp(34px, 5vw, 62px) 0 0;
	padding-top: clamp(24px, 3.5vw, 40px);
	border-top: 1px solid rgba(3, 54, 61, 0.16);
	color: var(--arvenoa-primary);
	font-family: var(--sg-font-sans, inherit);
}

.arvenoa-product-section-heading {
	margin-bottom: clamp(18px, 2.5vw, 28px);
}

.arvenoa-product-section-heading > span {
	display: block;
	margin-bottom: 7px;
	color: #60787b;
	font-size: 0.74rem;
	font-weight: 820;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.arvenoa-product-section-heading h2 {
	margin: 0 !important;
	color: var(--arvenoa-primary) !important;
	font-family: inherit !important;
	font-size: clamp(1.75rem, 3vw, 2.75rem) !important;
	font-weight: 820 !important;
	letter-spacing: -0.04em !important;
	line-height: 1.07 !important;
}

.arvenoa-product-description__shortcut {
	display: flex;
	max-width: 880px;
	margin-top: 15px;
	align-items: center;
	gap: 12px 18px;
}

.arvenoa-product-description__shortcut p {
	min-width: 0;
	margin: 0 !important;
	color: #60787b;
	font-size: clamp(0.96rem, 1.15vw, 1.08rem) !important;
	font-weight: 500;
	line-height: 1.45 !important;
}

.arvenoa-product-description__specs-link {
	display: inline-flex;
	flex: 0 0 auto;
	min-height: 48px;
	margin-top: 0;
	padding: 11px 17px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	background: rgba(189, 217, 215, 0.34) !important;
	border: 1px solid rgba(3, 54, 61, 0.18);
	border-radius: 12px;
	color: var(--arvenoa-primary) !important;
	font: 780 0.9rem/1.1 var(--sg-font-sans, inherit);
	text-decoration: none !important;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.arvenoa-product-description__specs-link span {
	font-size: 1.15em;
	transition: transform 180ms ease;
}

.arvenoa-product-description__specs-link:hover,
.arvenoa-product-description__specs-link:focus-visible {
	background: var(--arvenoa-accent) !important;
	border-color: var(--arvenoa-accent);
	color: var(--arvenoa-primary) !important;
	outline: none;
	transform: translateY(-2px);
}

.arvenoa-product-description__specs-link:hover span,
.arvenoa-product-description__specs-link:focus-visible span {
	transform: translateY(3px);
}

.arvenoa-product-description__content {
	color: #4d696d;
	font-size: var(--sg-type-body, 1.35rem);
	font-weight: 400;
	line-height: var(--sg-leading-body, 1.7);
}

body.single-product .arvenoa-product-description__content p,
body.single-product .arvenoa-product-description__content li,
body.single-product .arvenoa-product-description__content blockquote {
	font-size: var(--sg-type-body, 1.35rem) !important;
	line-height: var(--sg-leading-body, 1.7) !important;
}

.arvenoa-product-description__content > *:first-child {
	margin-top: 0 !important;
}

.arvenoa-product-description__content > *:last-child {
	margin-bottom: 0 !important;
}

.arvenoa-product-description__content h2,
.arvenoa-product-description__content h3,
.arvenoa-product-description__content h4 {
	color: var(--arvenoa-primary) !important;
	font-family: inherit !important;
}

.arvenoa-product-description__content img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
}

.arvenoa-product-description__content > div:has(.title-scroll-hoz-productos-marca) {
	display: none !important;
}

/* Product editorial layer: factual, model-specific and server rendered. ---- */
.arvenoa-product-editorial {
	display: grid;
	margin-bottom: clamp(30px, 4vw, 48px);
	gap: clamp(24px, 3vw, 38px);
}

.arvenoa-product-editorial__lead {
	max-width: 74ch;
	margin: 0 !important;
	color: #425f63;
	font-size: var(--sg-type-body, 1.35rem) !important;
	font-weight: 480;
	line-height: var(--sg-leading-body, 1.7) !important;
}

.arvenoa-product-editorial__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	border-top: 1px solid rgba(3, 54, 61, 0.18);
	border-bottom: 1px solid rgba(3, 54, 61, 0.18);
}

.arvenoa-product-editorial__facts > div {
	min-width: 0;
	padding: clamp(16px, 2.2vw, 25px) clamp(12px, 1.8vw, 22px);
	border-right: 1px solid rgba(3, 54, 61, 0.12);
}

.arvenoa-product-editorial__facts > div:nth-child(3n) {
	border-right: 0;
}

.arvenoa-product-editorial__facts dt {
	margin-bottom: 6px;
	color: #60787b;
	font-size: clamp(0.72rem, 0.9vw, 0.84rem);
	font-weight: 800;
	letter-spacing: 0.075em;
	line-height: 1.25;
	text-transform: uppercase;
}

.arvenoa-product-editorial__facts dd {
	margin: 0;
	color: var(--arvenoa-primary);
	font-size: clamp(1rem, 1.25vw, 1.18rem);
	font-weight: 720;
	line-height: 1.38;
}

.arvenoa-product-editorial__section {
	max-width: 78ch;
}

.arvenoa-product-editorial__section h3,
.arvenoa-product-editorial__expert h3,
.arvenoa-product-editorial__faqs > h3,
.arvenoa-product-description__detail-title {
	margin: 0 0 11px !important;
	color: var(--arvenoa-primary) !important;
	font-family: var(--sg-font-sans, inherit) !important;
	font-size: clamp(1.35rem, 2vw, 1.8rem) !important;
	font-weight: 800 !important;
	letter-spacing: -0.025em;
	line-height: 1.18 !important;
}

.arvenoa-product-editorial__section p,
.arvenoa-product-editorial__expert p,
.arvenoa-product-editorial__faqs p {
	margin: 0 !important;
	color: #4d696d;
	font-size: var(--sg-type-body, 1.35rem) !important;
	line-height: var(--sg-leading-body, 1.7) !important;
}

.arvenoa-product-editorial__expert {
	position: relative;
	padding: clamp(23px, 3.5vw, 38px);
	overflow: hidden;
	background: linear-gradient(135deg, rgba(189, 217, 215, 0.42), rgba(255, 255, 255, 0.78) 58%, rgba(216, 201, 168, 0.2));
	border: 1px solid rgba(3, 54, 61, 0.18);
	border-radius: clamp(18px, 2vw, 26px);
}

.arvenoa-product-editorial__expert > span {
	display: block;
	margin-bottom: 8px;
	color: #60787b;
	font-size: clamp(0.72rem, 0.9vw, 0.84rem);
	font-weight: 820;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.arvenoa-product-editorial__expert > small {
	display: block;
	margin-top: 18px;
	color: #60787b;
	font-size: clamp(0.78rem, 0.95vw, 0.9rem);
	font-weight: 560;
	line-height: 1.5;
}

.arvenoa-product-editorial__source {
	margin-top: 12px !important;
	font-size: clamp(0.78rem, 0.95vw, 0.9rem) !important;
}

.arvenoa-product-editorial__source a {
	color: var(--arvenoa-primary) !important;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.arvenoa-product-editorial__faqs {
	display: grid;
	gap: 10px;
}

.arvenoa-product-editorial__faqs > h3 {
	margin-bottom: 5px !important;
}

.arvenoa-product-editorial__faqs details {
	padding: 0;
	background: rgba(255, 255, 255, 0.44);
	border-top: 1px solid rgba(3, 54, 61, 0.16);
}

.arvenoa-product-editorial__faqs details:last-child {
	border-bottom: 1px solid rgba(3, 54, 61, 0.16);
}

.arvenoa-product-editorial__faqs summary {
	position: relative;
	padding: 18px 46px 18px 0;
	color: var(--arvenoa-primary);
	cursor: pointer;
	font-size: clamp(1rem, 1.25vw, 1.16rem);
	font-weight: 760;
	line-height: 1.35;
	list-style: none;
}

.arvenoa-product-editorial__faqs summary::-webkit-details-marker {
	display: none;
}

.arvenoa-product-editorial__faqs summary::after {
	position: absolute;
	top: 50%;
	right: 4px;
	content: "+";
	font-size: 1.35rem;
	font-weight: 500;
	transform: translateY(-50%);
}

.arvenoa-product-editorial__faqs details[open] summary::after {
	content: "−";
}

.arvenoa-product-editorial__faqs details p {
	padding: 0 0 21px;
}

.arvenoa-product-description__detail-title {
	margin-top: clamp(28px, 4vw, 50px) !important;
	padding-top: clamp(24px, 3vw, 36px);
	border-top: 1px solid rgba(3, 54, 61, 0.16);
}

/* Boiler specifications in customer language ----------------------------- */
.arvenoa-product-specs,
.arvenoa-brand-carousel {
	box-sizing: border-box;
	width: 100%;
	margin: clamp(34px, 5vw, 62px) 0 0;
	padding-top: clamp(24px, 3.5vw, 40px);
	border-top: 1px solid rgba(3, 54, 61, 0.16);
	color: var(--arvenoa-primary);
	font-family: var(--sg-font-sans, inherit);
}

#ficha-tecnica-equipo {
	scroll-margin-top: 220px;
}

html:has(body.single-product) {
	scroll-behavior: smooth;
}

.arvenoa-product-specs .arvenoa-product-section-heading p {
	margin: 10px 0 0;
	color: #60787b;
	font-size: var(--sg-type-body, 1.35rem) !important;
	line-height: var(--sg-leading-body, 1.7) !important;
}

.arvenoa-product-specs__wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid rgba(3, 54, 61, 0.16);
	border-radius: 16px;
}

.arvenoa-product-specs table {
	width: 100% !important;
	min-width: 650px;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	background: transparent !important;
}

.arvenoa-product-specs th,
.arvenoa-product-specs td {
	box-sizing: border-box;
	padding: 15px 17px !important;
	border: 0 !important;
	border-right: 1px solid rgba(3, 54, 61, 0.11) !important;
	border-bottom: 1px solid rgba(3, 54, 61, 0.11) !important;
	color: #405f63 !important;
	font-size: var(--sg-type-body, 1.35rem) !important;
	line-height: var(--sg-leading-body, 1.7) !important;
	text-align: left !important;
	vertical-align: top !important;
}

.arvenoa-product-specs thead th {
	background: var(--arvenoa-primary) !important;
	color: #fff !important;
	font-weight: 780 !important;
}

.arvenoa-product-specs tbody th {
	width: 28%;
	background: rgba(189, 217, 215, 0.2) !important;
	color: var(--arvenoa-primary) !important;
	font-weight: 760 !important;
}

.arvenoa-product-specs tbody td:nth-child(2) {
	width: 22%;
	background: rgba(255, 255, 255, 0.62) !important;
	color: var(--arvenoa-primary) !important;
}

.arvenoa-product-specs tbody td:nth-child(3) {
	background: rgba(255, 255, 255, 0.38) !important;
}

.arvenoa-product-specs tr > *:last-child {
	border-right: 0 !important;
}

.arvenoa-product-specs tbody tr:last-child > * {
	border-bottom: 0 !important;
}

/* Horizontal same-brand model carousel ----------------------------------- */
.arvenoa-brand-carousel__header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
}

.arvenoa-brand-carousel__header .arvenoa-product-section-heading {
	margin-bottom: 22px;
}

.arvenoa-brand-carousel__controls {
	display: flex;
	margin-bottom: 22px;
	gap: 8px;
}

.arvenoa-brand-carousel__controls button {
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	place-items: center;
	background: rgba(189, 217, 215, 0.26) !important;
	border: 1px solid rgba(3, 54, 61, 0.16) !important;
	border-radius: 12px;
	box-shadow: none !important;
	color: var(--arvenoa-primary) !important;
	cursor: pointer;
	font-size: 1.2rem;
	transition: background 160ms ease, transform 160ms ease;
}

.arvenoa-brand-carousel__controls button:hover,
.arvenoa-brand-carousel__controls button:focus-visible {
	background: var(--arvenoa-secondary) !important;
	outline: none;
	transform: translateY(-2px);
}

.arvenoa-brand-carousel__track {
	display: grid;
	/*
	 * El desplazamiento horizontal convierte este elemento en el área de
	 * recorte del carrusel. Reservamos espacio vertical para que la elevación
	 * de las tarjetas en hover/focus conserve íntegros el borde y la sombra.
	 * Esta pista es común a fabricantes, modelos de la marca y equivalentes.
	 */
	padding: 10px 2px 20px;
	grid-auto-columns: minmax(230px, calc((100% - 28px) / 3));
	grid-auto-flow: column;
	gap: 14px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-color: rgba(3, 54, 61, 0.24) transparent;
	scrollbar-width: thin;
}

/* Manufacturer navigation ------------------------------------------------ */
.arvenoa-manufacturer-carousel .arvenoa-product-section-heading p {
	max-width: 720px;
	margin: 9px 0 0;
	color: #60787b;
	font-size: var(--sg-type-body, 1.35rem) !important;
	line-height: 1.5 !important;
}

.arvenoa-manufacturer-carousel__track {
	grid-auto-columns: minmax(220px, calc((100% - 42px) / 4));
}

.arvenoa-manufacturer-card {
	display: grid;
	min-width: 0;
	min-height: 250px;
	padding: 12px;
	grid-template-rows: 118px 1fr;
	background: rgba(255, 255, 255, 0.56);
	border: 1px solid rgba(3, 54, 61, 0.16);
	border-radius: 17px;
	color: var(--arvenoa-primary) !important;
	scroll-snap-align: start;
	text-decoration: none !important;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.arvenoa-manufacturer-card:hover,
.arvenoa-manufacturer-card:focus-visible {
	border-color: rgba(3, 54, 61, 0.38);
	box-shadow: 0 15px 30px rgba(3, 54, 61, 0.08);
	outline: none;
	transform: translateY(-3px);
}

.arvenoa-manufacturer-card.is-current {
	border-color: var(--arvenoa-primary);
}

.arvenoa-manufacturer-card__logo {
	display: grid;
	width: 100%;
	height: 118px;
	padding: 15px 14px;
	box-sizing: border-box;
	place-items: center;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
}

.arvenoa-manufacturer-card__logo img {
	display: block !important;
	width: 100% !important;
	max-width: 230px !important;
	height: 100% !important;
	max-height: 88px !important;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
	transform-origin: center;
}

/*
 * Los archivos originales tienen proporciones, márgenes internos y colores
 * muy distintos. Estos ajustes igualan su tamaño óptico sin deformarlos.
 */
.arvenoa-manufacturer-card--baxi-roca .arvenoa-manufacturer-card__logo img {
	transform: scale(2.85);
}

.arvenoa-manufacturer-card--bosch-junkers .arvenoa-manufacturer-card__logo img {
	max-width: 190px !important;
	max-height: 92px !important;
	transform: none;
}

.arvenoa-manufacturer-card--ferroli .arvenoa-manufacturer-card__logo img {
	filter: brightness(0) saturate(100%) invert(16%) sepia(24%) saturate(1590%) hue-rotate(139deg) brightness(87%) contrast(103%);
	transform: scale(1.28);
}

.arvenoa-manufacturer-card--kosner .arvenoa-manufacturer-card__logo img {
	filter: brightness(0) saturate(100%) invert(16%) sepia(24%) saturate(1590%) hue-rotate(139deg) brightness(87%) contrast(103%);
	transform: scale(1.12);
}

.arvenoa-manufacturer-card__wordmark {
	color: var(--arvenoa-primary);
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
}

.arvenoa-manufacturer-card__body {
	display: flex;
	min-width: 0;
	padding: 15px 5px 3px;
	flex-direction: column;
}

.arvenoa-manufacturer-card__body strong {
	color: inherit;
	font-size: clamp(1.06rem, 1.35vw, 1.22rem);
	font-weight: 790;
	line-height: 1.2;
}

.arvenoa-manufacturer-card__body small {
	margin-top: 4px;
	color: #60787b;
	font-size: 0.78rem;
	font-weight: 680;
}

.arvenoa-manufacturer-card__action {
	display: inline-flex;
	width: fit-content;
	margin-top: auto;
	padding-top: 13px;
	align-items: center;
	gap: 6px;
	border-bottom: 0;
	color: inherit;
	font-size: 0.78rem;
	font-weight: 780;
}

.arvenoa-manufacturer-card__action > span {
	transition: transform 160ms ease;
}

.arvenoa-manufacturer-card:hover .arvenoa-manufacturer-card__action > span,
.arvenoa-manufacturer-card:focus-visible .arvenoa-manufacturer-card__action > span {
	transform: translateX(4px);
}

.arvenoa-model-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 390px;
	padding: 12px;
	flex-direction: column;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(3, 54, 61, 0.16);
	border-radius: 17px;
	scroll-snap-align: start;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.arvenoa-model-card:hover {
	border-color: rgba(3, 54, 61, 0.32);
	box-shadow: 0 15px 30px rgba(3, 54, 61, 0.08);
	transform: translateY(-3px);
}

.arvenoa-model-card.is-current {
	border-color: var(--arvenoa-primary);
}

.arvenoa-model-card__image {
	position: relative;
	display: grid;
	height: 188px;
	margin-bottom: 12px;
	padding: 14px;
	box-sizing: border-box;
	flex: 0 0 188px;
	place-items: center;
	background: rgba(255, 255, 255, 0.66);
	border-radius: 12px;
	overflow: hidden;
}

.arvenoa-model-card__image img {
	position: static !important;
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: 100% !important;
	object-fit: contain !important;
	object-position: center center !important;
}

.arvenoa-model-card__badge {
	display: inline-flex;
	width: fit-content;
	max-width: calc(100% + 16px);
	min-height: 30px;
	margin: 1px 0 11px -16px;
	padding: 6px 10px 6px 16px;
	align-items: center;
	gap: 6px;
	background: rgba(189, 217, 215, 0.28);
	border-radius: 0 999px 999px 0;
	color: var(--arvenoa-primary);
	font-size: 0.82rem;
	font-weight: 780;
	line-height: 1.22;
}

.arvenoa-model-card__badge-icons {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 2px;
}

.arvenoa-model-card__badge svg {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

.arvenoa-model-card__badge.is-recommended .arvenoa-model-card__badge-icons svg:last-child {
	color: var(--arvenoa-primary);
	transform: rotate(-3deg);
}

.arvenoa-model-card__badge.is-recommended {
	background: var(--arvenoa-secondary);
}

.arvenoa-model-card__badge.is-not-recommended {
	background: rgba(216, 201, 168, 0.55);
	color: #61482d;
}

.arvenoa-model-card__content {
	position: relative;
	display: flex;
	min-height: 158px;
	padding: 0 4px 3px;
	flex: 1;
	flex-direction: column;
	z-index: 1;
}

.arvenoa-model-card h3 {
	position: relative;
	z-index: 1;
	margin: 1px 0 9px !important;
	font-family: inherit !important;
	font-size: clamp(1.08rem, 1.35vw, 1.24rem) !important;
	font-weight: 780 !important;
	line-height: 1.2 !important;
	overflow-wrap: anywhere;
}

.arvenoa-model-card h3 a {
	color: var(--arvenoa-primary) !important;
	text-decoration: none !important;
}

.arvenoa-model-card h3 a:hover,
.arvenoa-model-card h3 a:focus-visible {
	text-decoration: underline !important;
	text-decoration-color: var(--arvenoa-accent) !important;
	text-underline-offset: 3px;
}

.arvenoa-model-card__meta {
	display: flex;
	margin-bottom: 8px;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 12px;
	color: #60787b;
	font-size: 0.76rem;
	font-weight: 680;
}

.arvenoa-model-card__meta span + span::before {
	margin-right: 10px;
	color: rgba(3, 54, 61, 0.3);
	content: "•";
}

.arvenoa-model-card__price {
	display: flex;
	margin: 0;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 3px 7px;
	color: var(--arvenoa-primary);
	font-size: clamp(1.15rem, 1.55vw, 1.36rem);
	line-height: 1.15;
}

.arvenoa-model-card__price small {
	color: #60787b;
	font-size: 0.64rem;
	font-weight: 670;
}

.arvenoa-model-card__current {
	margin-top: 7px;
	color: #60787b;
	font-size: 0.7rem;
	font-weight: 720;
}

.arvenoa-model-card__link {
	display: inline-flex;
	width: fit-content;
	margin-top: auto;
	padding-top: 11px;
	align-items: center;
	gap: 6px;
	border-bottom: 1px solid rgba(3, 54, 61, 0.35);
	color: var(--arvenoa-primary) !important;
	font-size: 0.78rem;
	font-weight: 780;
	text-decoration: none !important;
}

.arvenoa-model-card__link span {
	transition: transform 160ms ease;
}

.arvenoa-model-card__link:hover span,
.arvenoa-model-card__link:focus-visible span {
	transform: translateX(4px);
}

.arvenoa-product-reviews .woocommerce-Reviews-title {
	display: none !important;
}

.arvenoa-product-reviews #reviews,
.arvenoa-product-reviews #comments {
	width: 100%;
}

.arvenoa-product-reviews .commentlist {
	display: grid;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0;
	list-style: none !important;
}

.arvenoa-product-reviews .commentlist > li {
	margin: 0 !important;
	padding: clamp(20px, 3vw, 30px) 0 !important;
	border-top: 1px solid rgba(3, 54, 61, 0.14);
}

.arvenoa-product-reviews .commentlist > li:last-child {
	border-bottom: 1px solid rgba(3, 54, 61, 0.14);
}

.arvenoa-product-reviews .comment_container {
	display: block;
}

.arvenoa-product-reviews .avatar {
	display: none !important;
}

.arvenoa-product-reviews .comment-text {
	box-sizing: border-box;
	display: grid;
	width: 100% !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	column-gap: 18px;
}

.arvenoa-product-reviews .star-rating {
	grid-column: 2;
	grid-row: 1;
	color: var(--arvenoa-primary) !important;
}

.arvenoa-product-reviews .meta {
	grid-column: 1;
	grid-row: 1;
	margin: 0 !important;
	color: #60787b !important;
	font-size: 0.88rem !important;
	line-height: 1.3 !important;
}

.arvenoa-product-reviews .meta .woocommerce-review__author {
	display: inline-block;
	margin-right: 5px;
	color: var(--arvenoa-primary);
	font-size: clamp(1.28rem, 1.8vw, 1.58rem);
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

.arvenoa-product-reviews .meta .woocommerce-review__verified {
	display: inline-flex;
	min-height: 28px;
	padding: 4px 9px 4px 6px;
	align-items: center;
	gap: 6px;
	background: rgba(189, 217, 215, 0.2);
	border: 1px solid rgba(3, 54, 61, 0.16);
	border-radius: 999px;
	color: var(--arvenoa-primary);
	font-size: 0;
	font-style: normal;
	line-height: 1;
	vertical-align: middle;
}

.arvenoa-product-reviews .meta .woocommerce-review__verified::before {
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	background: var(--arvenoa-primary);
	border-radius: 50%;
	color: #fff;
	content: "✓";
	font-size: 0.68rem;
	font-weight: 850;
}

.arvenoa-product-reviews .meta .woocommerce-review__verified::after {
	content: "Propietario verificado";
	font-size: 0.72rem;
	font-weight: 760;
	letter-spacing: 0.015em;
}

.arvenoa-product-reviews .description {
	grid-column: 1 / -1;
	margin-top: 12px;
	color: #405f63;
	font-size: clamp(1rem, 1.2vw, 1.12rem);
	line-height: 1.55;
}

.arvenoa-product-reviews .woocommerce-pagination {
	margin: 24px 0 0;
}

.arvenoa-product-reviews .woocommerce-pagination ul {
	display: flex !important;
	margin: 0 !important;
	padding: 0 !important;
	flex-wrap: wrap;
	gap: 8px;
	border: 0 !important;
	list-style: none !important;
}

.arvenoa-product-reviews .woocommerce-pagination li {
	margin: 0 !important;
	border: 0 !important;
}

.arvenoa-product-reviews .woocommerce-pagination a,
.arvenoa-product-reviews .woocommerce-pagination span {
	display: grid !important;
	min-width: 42px;
	height: 42px;
	padding: 0 11px !important;
	place-items: center;
	background: rgba(189, 217, 215, 0.22) !important;
	border: 1px solid rgba(3, 54, 61, 0.14) !important;
	border-radius: 11px !important;
	color: var(--arvenoa-primary) !important;
	font-weight: 760 !important;
	text-decoration: none !important;
}

.arvenoa-product-reviews .woocommerce-pagination .current,
.arvenoa-product-reviews .woocommerce-pagination a:hover,
.arvenoa-product-reviews .woocommerce-pagination a:focus-visible {
	background: var(--arvenoa-primary) !important;
	color: #fff !important;
}

.arvenoa-product-reviews #review_form_wrapper {
	margin-top: clamp(32px, 4vw, 48px);
}

html[data-sg-theme="dark"] body.single-product div.product .summary > form.cart {
	border-bottom-color: rgba(189, 217, 215, 0.19);
}

html[data-sg-theme="dark"] body.single-product form.cart .single_add_to_cart_button {
	background: transparent !important;
	border-color: var(--arvenoa-secondary) !important;
	color: #f1f8f7 !important;
}

html[data-sg-theme="dark"] body.single-product form.cart .single_add_to_cart_button:hover,
html[data-sg-theme="dark"] body.single-product form.cart .single_add_to_cart_button:focus-visible {
	background: rgba(189, 217, 215, 0.14) !important;
	border-color: var(--arvenoa-secondary) !important;
	color: #fff !important;
}

html[data-sg-theme="dark"] body.single-product form.variations_form table.variations th label {
	color: #e7f1ef;
}

html[data-sg-theme="dark"] body.single-product form.variations_form table.variations select {
	background: rgba(189, 217, 215, 0.08) !important;
	border-color: rgba(189, 217, 215, 0.24) !important;
	color: #f1f8f7 !important;
}

html[data-sg-theme="dark"] body.single-product form.variations_form table.variations select option {
	background: var(--arvenoa-primary);
	color: #f1f8f7;
}

html[data-sg-theme="dark"] body.single-product form.variations_form .reset_variations {
	color: var(--arvenoa-secondary) !important;
}

html[data-sg-theme="dark"] .arvenoa-product-description,
html[data-sg-theme="dark"] .arvenoa-product-reviews,
html[data-sg-theme="dark"] .arvenoa-product-specs,
html[data-sg-theme="dark"] .arvenoa-brand-carousel {
	border-top-color: rgba(189, 217, 215, 0.2);
	color: #e7f1ef;
}

html[data-sg-theme="dark"] .arvenoa-product-section-heading > span,
html[data-sg-theme="dark"] .arvenoa-product-reviews .meta {
	color: #9eb8b7 !important;
}

html[data-sg-theme="dark"] .arvenoa-product-section-heading h2,
html[data-sg-theme="dark"] .arvenoa-product-description__content h2,
html[data-sg-theme="dark"] .arvenoa-product-description__content h3,
html[data-sg-theme="dark"] .arvenoa-product-description__content h4 {
	color: #f1f8f7 !important;
}

html[data-sg-theme="dark"] .arvenoa-product-description__content,
html[data-sg-theme="dark"] .arvenoa-product-reviews .description {
	color: #b6cbca;
}

html[data-sg-theme="dark"] .arvenoa-product-description__shortcut p {
	color: #b6cbca;
}

html[data-sg-theme="dark"] .arvenoa-product-editorial__lead,
html[data-sg-theme="dark"] .arvenoa-product-editorial__section p,
html[data-sg-theme="dark"] .arvenoa-product-editorial__expert p,
html[data-sg-theme="dark"] .arvenoa-product-editorial__faqs p {
	color: #c4d6d4;
}

html[data-sg-theme="dark"] .arvenoa-product-editorial__facts {
	border-color: rgba(189, 217, 215, 0.26);
}

html[data-sg-theme="dark"] .arvenoa-product-editorial__facts > div {
	border-color: rgba(189, 217, 215, 0.16);
}

html[data-sg-theme="dark"] .arvenoa-product-editorial__facts dt,
html[data-sg-theme="dark"] .arvenoa-product-editorial__expert > span,
html[data-sg-theme="dark"] .arvenoa-product-editorial__expert > small {
	color: #9eb8b7;
}

html[data-sg-theme="dark"] .arvenoa-product-editorial__facts dd,
html[data-sg-theme="dark"] .arvenoa-product-editorial__section h3,
html[data-sg-theme="dark"] .arvenoa-product-editorial__expert h3,
html[data-sg-theme="dark"] .arvenoa-product-editorial__faqs > h3,
html[data-sg-theme="dark"] .arvenoa-product-editorial__faqs summary,
html[data-sg-theme="dark"] .arvenoa-product-description__detail-title {
	color: #f1f8f7 !important;
}

html[data-sg-theme="dark"] .arvenoa-product-editorial__expert {
	background: linear-gradient(135deg, rgba(189, 217, 215, 0.12), rgba(3, 54, 61, 0.32) 58%, rgba(216, 201, 168, 0.12));
	border-color: rgba(189, 217, 215, 0.26);
}

html[data-sg-theme="dark"] .arvenoa-product-editorial__faqs details,
html[data-sg-theme="dark"] .arvenoa-product-editorial__faqs details:last-child,
html[data-sg-theme="dark"] .arvenoa-product-description__detail-title {
	background: transparent;
	border-color: rgba(189, 217, 215, 0.2);
}

html[data-sg-theme="dark"] .arvenoa-product-description__specs-link {
	background: rgba(189, 217, 215, 0.12) !important;
	border-color: rgba(189, 217, 215, 0.28);
	color: #e7f1ef !important;
}

html[data-sg-theme="dark"] .arvenoa-product-description__specs-link:hover,
html[data-sg-theme="dark"] .arvenoa-product-description__specs-link:focus-visible {
	background: var(--arvenoa-accent) !important;
	border-color: var(--arvenoa-accent);
	color: var(--arvenoa-primary) !important;
}

html[data-sg-theme="dark"] .arvenoa-product-specs .arvenoa-product-section-heading p {
	color: #9eb8b7;
}

html[data-sg-theme="dark"] .arvenoa-product-specs__wrap,
html[data-sg-theme="dark"] .arvenoa-product-specs th,
html[data-sg-theme="dark"] .arvenoa-product-specs td {
	border-color: rgba(189, 217, 215, 0.18) !important;
}

html[data-sg-theme="dark"] .arvenoa-product-specs__wrap {
	background: rgba(2, 29, 34, 0.46);
}

html[data-sg-theme="dark"] .arvenoa-product-specs thead th {
	background: var(--arvenoa-secondary) !important;
	color: var(--arvenoa-primary) !important;
}

html[data-sg-theme="dark"] .arvenoa-product-specs tbody th,
html[data-sg-theme="dark"] .arvenoa-product-specs tbody td:nth-child(2),
html[data-sg-theme="dark"] .arvenoa-product-specs tbody td:nth-child(3) {
	color: #e7f1ef !important;
}

html[data-sg-theme="dark"] .arvenoa-product-specs tbody th {
	background: rgba(189, 217, 215, 0.12) !important;
}

html[data-sg-theme="dark"] .arvenoa-product-specs tbody td:nth-child(2) {
	background: rgba(189, 217, 215, 0.085) !important;
}

html[data-sg-theme="dark"] .arvenoa-product-specs tbody td:nth-child(2) strong {
	color: #f1f8f7 !important;
}

html[data-sg-theme="dark"] .arvenoa-product-specs tbody td:nth-child(3) {
	background: rgba(189, 217, 215, 0.045) !important;
	color: #d5e3e1 !important;
}

.arvenoa-product-specs th,
.arvenoa-product-specs td {
	hyphens: auto;
	overflow-wrap: anywhere;
}

/* At tablet widths the three-column table becomes a readable stack instead
 * of forcing part of the explanation outside the viewport. */
@media (max-width: 980px) {
	.arvenoa-product-specs__wrap {
		overflow: visible;
		background: transparent !important;
		border: 0;
		border-radius: 0;
	}

	.arvenoa-product-specs table,
	.arvenoa-product-specs tbody,
	.arvenoa-product-specs tr,
	.arvenoa-product-specs th,
	.arvenoa-product-specs td {
		display: block;
		width: 100% !important;
		min-width: 0 !important;
	}

	.arvenoa-product-specs thead {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		overflow: hidden;
		white-space: nowrap;
	}

	.arvenoa-product-specs tbody {
		display: grid;
		gap: 13px;
	}

	.arvenoa-product-specs tbody tr {
		overflow: hidden;
		border: 1px solid rgba(3, 54, 61, 0.16);
		border-radius: 14px;
	}

	.arvenoa-product-specs tbody tr > * {
		box-sizing: border-box;
		border-right: 0 !important;
		border-bottom: 1px solid rgba(3, 54, 61, 0.12) !important;
	}

	.arvenoa-product-specs tbody tr > *:last-child {
		border-bottom: 0 !important;
	}

	.arvenoa-product-specs tbody td::before {
		display: block;
		margin-bottom: 5px;
		color: #668185;
		font-size: 0.68rem;
		font-weight: 820;
		letter-spacing: 0.09em;
		text-transform: uppercase;
	}

	.arvenoa-product-specs tbody td:nth-child(2)::before {
		content: "Dato";
	}

	.arvenoa-product-specs tbody td:nth-child(3)::before {
		content: "Qué significa para ti";
	}

	html[data-sg-theme="dark"] .arvenoa-product-specs tbody tr {
		border-color: rgba(189, 217, 215, 0.22);
	}

	html[data-sg-theme="dark"] .arvenoa-product-specs tbody tr > * {
		border-bottom-color: rgba(189, 217, 215, 0.16) !important;
	}

	html[data-sg-theme="dark"] .arvenoa-product-specs tbody td::before {
		color: var(--arvenoa-secondary);
	}
}

html[data-sg-theme="dark"] .arvenoa-brand-carousel__controls button {
	background: rgba(189, 217, 215, 0.09) !important;
	border-color: rgba(189, 217, 215, 0.2) !important;
	color: #e7f1ef !important;
}

html[data-sg-theme="dark"] .arvenoa-model-card {
	background: rgba(189, 217, 215, 0.06);
	border-color: rgba(189, 217, 215, 0.18);
}

html[data-sg-theme="dark"] .arvenoa-manufacturer-carousel .arvenoa-product-section-heading p,
html[data-sg-theme="dark"] .arvenoa-manufacturer-card__body small {
	color: #aec4c2;
}

html[data-sg-theme="dark"] .arvenoa-manufacturer-card {
	background: rgba(189, 217, 215, 0.06);
	border-color: rgba(189, 217, 215, 0.2);
	color: #f1f8f7 !important;
}

html[data-sg-theme="dark"] .arvenoa-manufacturer-card:hover,
html[data-sg-theme="dark"] .arvenoa-manufacturer-card:focus-visible,
html[data-sg-theme="dark"] .arvenoa-manufacturer-card.is-current {
	border-color: var(--arvenoa-secondary);
}

html[data-sg-theme="dark"] .arvenoa-manufacturer-card__logo {
	background: rgba(255, 255, 255, 0.94);
}

html[data-sg-theme="dark"] .arvenoa-manufacturer-card__action {
	border-bottom-color: rgba(189, 217, 215, 0.55);
}

html[data-sg-theme="dark"] .arvenoa-model-card.is-current {
	border-color: var(--arvenoa-secondary);
}

html[data-sg-theme="dark"] .arvenoa-model-card__image {
	background: rgba(255, 255, 255, 0.88);
}

html[data-sg-theme="dark"] .arvenoa-model-card__badge {
	background: var(--arvenoa-secondary) !important;
	color: var(--arvenoa-primary) !important;
}

html[data-sg-theme="dark"] .arvenoa-model-card__badge.is-not-recommended {
	background: var(--arvenoa-accent) !important;
	color: var(--arvenoa-primary) !important;
}

html[data-sg-theme="dark"] .arvenoa-model-card__badge span,
html[data-sg-theme="dark"] .arvenoa-model-card__badge svg {
	color: inherit !important;
}

html[data-sg-theme="dark"] .arvenoa-model-card h3 a,
html[data-sg-theme="dark"] .arvenoa-model-card__price,
html[data-sg-theme="dark"] .arvenoa-model-card__link {
	color: #f1f8f7 !important;
}

html[data-sg-theme="dark"] .arvenoa-model-card__meta,
html[data-sg-theme="dark"] .arvenoa-model-card__price small {
	color: #9eb8b7;
}

/* Product sidebar: compact service assurances ---------------------------- */
body.single-product aside.btx-sidebar.has-arvenoa-sidebar-cards .btx-widgets {
	padding: 0 !important;
}

.arvenoa-product-sidebar-cards {
	display: grid;
	padding: 4px;
	gap: 13px;
	color: var(--arvenoa-primary);
	font-family: var(--sg-font-sans, inherit);
}

.arvenoa-product-sidebar-card {
	position: relative;
	display: flex;
	min-width: 0;
	padding: 24px 22px 25px;
	flex-direction: column;
	align-items: start;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(189, 217, 215, 0.19));
	border: 1px solid rgba(3, 54, 61, 0.16);
	border-radius: 19px;
	box-shadow: 0 12px 28px rgba(3, 54, 61, 0.06);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.arvenoa-product-sidebar-card:hover {
	border-color: rgba(3, 54, 61, 0.28);
	box-shadow: 0 16px 34px rgba(3, 54, 61, 0.1);
	transform: translateY(-2px);
}

.arvenoa-product-sidebar-card__icon {
	position: relative;
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	background: var(--arvenoa-accent, #d8c9a8);
	border: 1px solid rgba(3, 54, 61, 0.14);
	border-radius: 15px;
	color: var(--arvenoa-primary);
	box-shadow: 0 7px 16px rgba(3, 54, 61, 0.1);
}

.arvenoa-product-sidebar-card__icon svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.arvenoa-product-sidebar-card__icon.is-guarantee strong {
	position: absolute;
	font-size: 15px;
	font-weight: 850;
}

.arvenoa-product-sidebar-card > div {
	width: 100%;
	margin-top: 17px;
}

.arvenoa-product-sidebar-card div > span {
	display: block;
	margin-bottom: 7px;
	color: #60787b;
	font-size: 12px !important;
	font-weight: 780;
	letter-spacing: 0.07em;
	line-height: 1.3;
	text-transform: uppercase;
}

.arvenoa-product-sidebar-card h3 {
	margin: 0 0 12px !important;
	color: var(--arvenoa-primary) !important;
	font-family: inherit !important;
	font-size: 22px !important;
	font-weight: 820 !important;
	letter-spacing: -0.025em;
	line-height: 1.08 !important;
	text-transform: none !important;
}

body.single-product aside.btx-sidebar.has-arvenoa-sidebar-cards .btx-widgets .arvenoa-product-sidebar-card p {
	margin: 0 !important;
	color: #536d70;
	font-size: 17px !important;
	line-height: 1.52 !important;
}

html[data-sg-theme="dark"] .arvenoa-product-sidebar-card {
	background: linear-gradient(145deg, rgba(189, 217, 215, 0.1), rgba(3, 54, 61, 0.66));
	border-color: rgba(189, 217, 215, 0.22);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

html[data-sg-theme="dark"] .arvenoa-product-sidebar-card__icon {
	background: var(--arvenoa-accent, #d8c9a8);
	border-color: rgba(216, 201, 168, 0.5);
	color: var(--arvenoa-primary);
}

html[data-sg-theme="dark"] .arvenoa-product-sidebar-card h3 {
	color: #f1f8f7 !important;
}

html[data-sg-theme="dark"] .arvenoa-product-sidebar-card div > span {
	color: var(--arvenoa-secondary, #bdd9d7) !important;
}

html[data-sg-theme="dark"] body.single-product aside.btx-sidebar.has-arvenoa-sidebar-cards .btx-widgets .arvenoa-product-sidebar-card p {
	color: #c9dad8 !important;
}

@media (max-width: 991px) {
	body.single-product aside.btx-sidebar.has-arvenoa-sidebar-cards {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.arvenoa-product-sidebar-cards,
	.arvenoa-product-sidebar-card {
		box-sizing: border-box;
		width: 100% !important;
		max-width: none !important;
	}

	.arvenoa-product-sidebar-cards {
		padding-right: 0;
		padding-left: 0;
	}
}

html[data-sg-theme="dark"] .arvenoa-model-card__current {
	color: #9eb8b7;
}

html[data-sg-theme="dark"] .arvenoa-product-reviews .commentlist > li {
	border-color: rgba(189, 217, 215, 0.18);
}

html[data-sg-theme="dark"] .arvenoa-product-reviews .avatar {
	border-color: rgba(189, 217, 215, 0.2) !important;
}

html[data-sg-theme="dark"] .arvenoa-product-reviews .star-rating {
	color: var(--arvenoa-accent) !important;
}

/* WooCommerce paints empty and filled stars with separate pseudo-elements.
 * Override both layers so inherited theme colours cannot make the fill dark. */
html[data-sg-theme="dark"] body.single-product .star-rating::before {
	color: rgba(189, 217, 215, 0.34) !important;
}

html[data-sg-theme="dark"] body.single-product .star-rating span::before {
	color: var(--arvenoa-accent, #d8c9a8) !important;
}

html[data-sg-theme="dark"] body.single-product #review_form p.stars a::before {
	color: rgba(189, 217, 215, 0.55) !important;
}

html[data-sg-theme="dark"] body.single-product #review_form p.stars:hover a::before,
html[data-sg-theme="dark"] body.single-product #review_form p.stars.selected a::before {
	color: var(--arvenoa-accent, #d8c9a8) !important;
}

html[data-sg-theme="dark"] .arvenoa-product-reviews .meta .woocommerce-review__author {
	color: #f1f8f7;
}

html[data-sg-theme="dark"] .arvenoa-product-reviews .meta .woocommerce-review__verified {
	background: rgba(189, 217, 215, 0.12);
	border-color: rgba(189, 217, 215, 0.28);
	color: #dce9e7;
}

html[data-sg-theme="dark"] .arvenoa-product-reviews .meta .woocommerce-review__verified::before {
	background: var(--arvenoa-secondary);
	color: var(--arvenoa-primary);
}

html[data-sg-theme="dark"] .arvenoa-product-reviews .woocommerce-pagination a,
html[data-sg-theme="dark"] .arvenoa-product-reviews .woocommerce-pagination span {
	background: rgba(189, 217, 215, 0.09) !important;
	border-color: rgba(189, 217, 215, 0.2) !important;
	color: #e7f1ef !important;
}

html[data-sg-theme="dark"] .arvenoa-product-reviews .woocommerce-pagination .current,
html[data-sg-theme="dark"] .arvenoa-product-reviews .woocommerce-pagination a:hover,
html[data-sg-theme="dark"] .arvenoa-product-reviews .woocommerce-pagination a:focus-visible {
	background: var(--arvenoa-secondary) !important;
	color: var(--arvenoa-primary) !important;
}

@media (max-width: 620px) {
	.arvenoa-product-description__shortcut {
		align-items: flex-start;
		flex-direction: column;
	}

	.arvenoa-product-editorial__facts {
		grid-template-columns: 1fr 1fr;
	}

	.arvenoa-product-editorial__facts > div,
	.arvenoa-product-editorial__facts > div:nth-child(3n) {
		border-right: 1px solid rgba(3, 54, 61, 0.12);
	}

	.arvenoa-product-editorial__facts > div:nth-child(2n) {
		border-right: 0;
	}

	body.single-product form.variations_form table.variations tr {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	body.single-product form.variations_form table.variations td.value {
		grid-template-columns: 1fr;
	}

	body.single-product form.variations_form .reset_variations {
		width: fit-content;
	}

	body.single-product form.variations_form .woocommerce-variation-add-to-cart {
		align-items: stretch;
		flex-direction: column;
	}

	body.single-product form.variations_form .single_add_to_cart_button {
		width: 100%;
	}

	body.single-product div.product .summary > form.cart:not(.variations_form) {
		gap: 12px;
	}

	body.single-product div.product .summary > form.cart:not(.variations_form) .single_add_to_cart_button {
		padding-right: clamp(12px, 3vw, 25px) !important;
		padding-left: clamp(12px, 3vw, 25px) !important;
		font-size: clamp(0.74rem, 3vw, 0.88rem) !important;
	}

	.arvenoa-product-price-note {
		grid-template-columns: 28px minmax(0, 1fr);
		gap: 10px;
	}

	.arvenoa-product-price-note__icon {
		width: 28px;
		height: 28px;
	}

	.arvenoa-product-financing {
		padding: 20px 16px;
	}

	.arvenoa-product-financing th,
	.arvenoa-product-financing td {
		padding: 13px 14px !important;
	}

	.arvenoa-product-price-note__copy {
		padding-left: 15px;
	}

	.arvenoa-brand-carousel__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
	}

	.arvenoa-brand-carousel__track {
		grid-auto-columns: minmax(240px, 86%);
	}

	.arvenoa-manufacturer-carousel__track {
		grid-auto-columns: minmax(220px, 78%);
	}

	.arvenoa-product-reviews .comment-text {
		grid-template-columns: 1fr;
		row-gap: 8px;
	}

	.arvenoa-product-reviews .star-rating,
	.arvenoa-product-reviews .meta,
	.arvenoa-product-reviews .description {
		grid-column: 1;
		grid-row: auto;
	}
}

@media (max-width: 760px) {
	.arvenoa-product-fit,
	.arvenoa-product-fit__header,
	.arvenoa-product-fit.is-compatible:not(:has(.arvenoa-product-fit__header)) {
		grid-template-columns: 1fr;
	}

	.arvenoa-product-fit__profile-summary {
		grid-template-columns: 1fr;
	}

	.arvenoa-product-fit__metrics {
		grid-template-columns: 1fr;
	}

	.arvenoa-product-fit__metric {
		min-height: 0;
	}

	.arvenoa-product-fit__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.arvenoa-product-fit__profile {
		height: auto !important;
		width: 100%;
	}

	.arvenoa-product-fit__actions {
		display: flex;
		width: 100%;
		align-items: stretch;
		flex-direction: column;
	}
}

@media (max-width: 980px) {
	.arvenoa-catalog-options,
	.arvenoa-catalog-results__grid,
	.arvenoa-landing-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.arvenoa-catalog__progress {
		overflow-x: auto;
		grid-template-columns: repeat(4, minmax(180px, 1fr));
		padding-bottom: 7px;
	}
}

@media (max-width: 680px) {
	.arvenoa-catalog {
		padding-top: 48px;
	}

	.arvenoa-catalog__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	.arvenoa-catalog__stage {
		min-height: 320px;
		padding: 24px 18px;
		border-radius: 18px;
	}

	.arvenoa-catalog-options,
	.arvenoa-catalog-results__grid,
	.arvenoa-landing-products__grid {
		grid-template-columns: 1fr;
	}

	.arvenoa-catalog-option {
		min-height: 96px;
	}

	.arvenoa-catalog-product {
		grid-template-rows: 200px 1fr;
	}

	.arvenoa-landing-products {
		width: calc(100% - 32px);
	}
}

html.arvenoa-home-open,
html.arvenoa-home-open body {
	overflow: hidden !important;
}

.arvenoa-assistant-symbols {
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	pointer-events: none !important;
}

svg.arvenoa-assistant-icon {
	display: inline-block;
	background-color: currentColor;
	-webkit-mask: url("arvenoa-assistant-icon.svg") center / contain no-repeat;
	mask: url("arvenoa-assistant-icon.svg") center / contain no-repeat;
	fill: none !important;
	stroke: none !important;
}

svg.arvenoa-assistant-icon use {
	display: none;
}

.arvenoa-home-tab {
	position: fixed;
	z-index: 100080;
	top: 50%;
	left: 0;
	display: inline-flex;
	min-height: 176px;
	padding: 18px 11px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: linear-gradient(180deg, var(--arvenoa-secondary), #d9e9e7);
	border: 1px solid rgba(3, 54, 61, 0.22);
	border-left: 0;
	border-radius: 0 18px 18px 0;
	box-shadow: 0 7px 0 rgba(216, 201, 168, 0.8), 8px 18px 38px rgba(3, 54, 61, 0.13);
	color: var(--arvenoa-primary) !important;
	cursor: pointer;
	font-family: var(--sg-font-sans, inherit);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.15;
	text-transform: uppercase;
	overflow: hidden;
	transform: translate3d(0, -50%, 0);
	transform-origin: left center;
	transition: background 360ms ease, border-color 360ms ease, box-shadow 440ms cubic-bezier(0.22, 1, 0.36, 1), transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform, box-shadow;
	writing-mode: vertical-rl;
}

.arvenoa-home-tab[hidden] {
	display: none !important;
}

.arvenoa-home-tab::before {
	position: absolute;
	z-index: 0;
	top: -35%;
	bottom: -35%;
	left: -60%;
	width: 48%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
	content: "";
	pointer-events: none;
	transform: translate3d(-160%, 0, 0) rotate(12deg);
	transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.arvenoa-home-tab > span {
	position: relative;
	z-index: 1;
}

.arvenoa-home-tab:hover,
.arvenoa-home-tab:focus-visible {
	background: linear-gradient(180deg, #dceceb, var(--arvenoa-secondary));
	border-color: rgba(3, 54, 61, 0.34);
	box-shadow: 0 9px 0 var(--arvenoa-accent), 13px 22px 48px rgba(3, 54, 61, 0.2);
	color: var(--arvenoa-primary) !important;
	outline: none;
	transform: translate3d(0, -50%, 0) scaleX(1.065) scaleY(1.018);
}

.arvenoa-home-tab:hover::before,
.arvenoa-home-tab:focus-visible::before {
	transform: translate3d(470%, 0, 0) rotate(12deg);
}

.arvenoa-home-tab:hover *,
.arvenoa-home-tab:focus-visible * {
	color: inherit !important;
}

.arvenoa-home-tab__icon {
	display: grid;
	width: 27px;
	height: 27px;
	place-items: center;
	writing-mode: horizontal-tb;
	transition: transform 440ms cubic-bezier(0.22, 1, 0.36, 1);
}

.arvenoa-home-tab__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.arvenoa-home-tab__arrow {
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	writing-mode: horizontal-tb;
}

.arvenoa-home-tab__arrow svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform 180ms ease;
}

.arvenoa-home-tab:hover .arvenoa-home-tab__arrow svg,
.arvenoa-home-tab:focus-visible .arvenoa-home-tab__arrow svg {
	transform: translateX(5px);
}

.arvenoa-home-tab:hover .arvenoa-home-tab__icon,
.arvenoa-home-tab:focus-visible .arvenoa-home-tab__icon {
	transform: translateY(-2px) scale(1.08);
}

.arvenoa-home-assistant {
	position: fixed;
	z-index: 2147483000;
	inset: 0;
	overflow: hidden auto;
	background: var(--arvenoa-assistant-paper);
	color: var(--arvenoa-assistant-ink);
	opacity: 0;
	pointer-events: none;
	transform: translate3d(-100%, 0, 0);
	transition: transform 580ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease;
}

.arvenoa-home-assistant.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 0);
}

.arvenoa-home-assistant__surface {
	position: relative;
	min-height: 100dvh;
	background:
		linear-gradient(118deg, transparent 0 47%, rgba(189, 217, 215, 0.18) 47% 64%, transparent 64%),
		radial-gradient(circle at 82% 18%, rgba(216, 201, 168, 0.22), transparent 32%),
		var(--arvenoa-assistant-paper);
}

.arvenoa-home-assistant__header {
	position: sticky;
	z-index: 4;
	top: 0;
	display: grid;
	height: 86px;
	padding: 0 clamp(22px, 4vw, 72px);
	grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
	align-items: center;
	background: rgba(248, 251, 250, 0.78);
	border-bottom: 1px solid var(--arvenoa-assistant-line);
	-webkit-backdrop-filter: blur(28px) saturate(150%);
	backdrop-filter: blur(28px) saturate(150%);
}

.arvenoa-home-assistant__brand {
	display: inline-flex;
	width: 58px;
	height: 58px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.arvenoa-home-assistant__brand img {
	display: block !important;
	box-sizing: border-box !important;
	width: 54px !important;
	max-width: 54px !important;
	height: 54px !important;
	max-height: 54px !important;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
}

.arvenoa-home-assistant__eyebrow,
.arvenoa-home-assistant__kicker {
	color: #668185;
	font-family: var(--sg-font-sans, inherit);
	font-size: 0.79rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.arvenoa-home-assistant__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.arvenoa-home-assistant__eyebrow > svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.arvenoa-home-assistant__close,
.arvenoa-profile-modal__close {
	display: inline-grid;
	width: 52px;
	height: 52px;
	margin-left: auto;
	padding: 0;
	place-items: center;
	background: rgba(189, 217, 215, 0.62);
	border: 1px solid rgba(3, 54, 61, 0.2);
	border-radius: 15px;
	color: var(--arvenoa-primary);
	cursor: pointer;
	font: 400 2rem/1 var(--sg-font-sans, inherit);
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.arvenoa-home-assistant__close:hover,
.arvenoa-home-assistant__close:focus-visible,
.arvenoa-profile-modal__close:hover,
.arvenoa-profile-modal__close:focus-visible {
	background: var(--arvenoa-primary) !important;
	border-color: var(--arvenoa-secondary) !important;
	color: #fff !important;
	outline: none;
	transform: rotate(4deg);
}

.arvenoa-home-assistant__close:hover *,
.arvenoa-home-assistant__close:focus-visible *,
.arvenoa-profile-modal__close:hover *,
.arvenoa-profile-modal__close:focus-visible * {
	color: inherit !important;
}

.arvenoa-home-assistant__content {
	box-sizing: border-box;
	width: min(1240px, calc(100% - clamp(40px, 8vw, 136px)));
	margin: 0 auto;
	padding: clamp(42px, 5vw, 76px) 0 72px;
}

.arvenoa-home-intro {
	display: flex;
	min-height: min(540px, calc(100dvh - 170px));
	align-items: center;
}

.arvenoa-home-intro__copy {
	width: min(1060px, 100%);
}

.arvenoa-home-intro[hidden],
.arvenoa-home-summary[hidden],
.arvenoa-profile-modal[hidden] {
	display: none !important;
}

.arvenoa-home-intro h2,
.arvenoa-home-summary h2 {
	max-width: 1030px;
	margin: 18px 0 24px;
	color: var(--arvenoa-primary) !important;
	font-family: var(--sg-font-sans, inherit) !important;
	font-size: clamp(3rem, 5vw, 5.55rem) !important;
	font-weight: 800 !important;
	letter-spacing: -0.052em !important;
	line-height: 0.98 !important;
}

.arvenoa-home-intro p {
	max-width: 920px;
	margin: 0 0 36px;
	color: var(--arvenoa-assistant-muted);
	font-family: var(--sg-font-sans, inherit);
	font-size: clamp(1.2rem, 1.55vw, 1.55rem);
	line-height: 1.55;
}

.arvenoa-home-intro__cta,
.arvenoa-profile-form > button {
	display: inline-flex;
	min-height: 62px;
	padding: 15px 25px;
	align-items: center;
	justify-content: center;
	gap: 22px;
	background: var(--arvenoa-secondary);
	border: 1px solid rgba(3, 54, 61, 0.25);
	border-radius: 14px;
	box-shadow: 6px 7px 0 var(--arvenoa-accent);
	color: var(--arvenoa-primary);
	cursor: pointer;
	font-family: var(--sg-font-sans, inherit);
	font-size: 0.93rem;
	font-weight: 850;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.arvenoa-home-intro__cta:hover,
.arvenoa-home-intro__cta:focus-visible,
.arvenoa-profile-form > button:hover,
.arvenoa-profile-form > button:focus-visible {
	background: #cde3e1;
	box-shadow: 3px 4px 0 var(--arvenoa-accent);
	color: var(--arvenoa-primary) !important;
	outline: none;
	transform: translate(2px, 2px);
}

.arvenoa-profile-form > button:hover,
.arvenoa-profile-form > button:focus-visible,
html[data-sg-theme="dark"] .arvenoa-profile-form > button:hover,
html[data-sg-theme="dark"] .arvenoa-profile-form > button:focus-visible {
	background: var(--arvenoa-primary) !important;
	border-color: var(--arvenoa-primary) !important;
	box-shadow: 3px 4px 0 var(--arvenoa-accent) !important;
	color: var(--arvenoa-secondary) !important;
}

.arvenoa-profile-form > button:hover *,
.arvenoa-profile-form > button:focus-visible * {
	color: inherit !important;
}

.arvenoa-home-intro__cta span,
.arvenoa-profile-form > button span {
	font-size: 1.35em;
}

.arvenoa-home-summary {
	padding-top: 10px;
}

.arvenoa-home-summary__header {
	display: flex;
	margin-bottom: clamp(36px, 5vw, 72px);
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.arvenoa-home-summary__header h2 {
	margin-bottom: 0;
}

.arvenoa-home-summary__actions {
	display: flex;
	align-items: center;
	gap: 22px;
}

.arvenoa-home-summary__actions button {
	padding: 10px 0;
	background: transparent !important;
	border: 0;
	border-bottom: 2px solid transparent;
	color: var(--arvenoa-primary);
	cursor: pointer;
	font-family: var(--sg-font-sans, inherit);
	font-size: 0.92rem;
	font-weight: 650;
	transition: border-color 180ms ease, color 180ms ease, font-weight 180ms ease;
}

.arvenoa-home-summary__actions button:first-child {
	color: var(--arvenoa-primary) !important;
}

.arvenoa-home-summary__actions button:last-child {
	color: var(--arvenoa-assistant-muted) !important;
}

.arvenoa-home-summary__actions button:hover,
.arvenoa-home-summary__actions button:focus-visible {
	background: transparent !important;
	border-bottom-color: var(--arvenoa-accent);
	color: var(--arvenoa-primary) !important;
	font-weight: 800;
	outline: none;
}

.arvenoa-home-summary__actions button:hover *,
.arvenoa-home-summary__actions button:focus-visible * {
	color: inherit !important;
}

.arvenoa-home-delete-confirm[hidden] {
	display: none !important;
}

.arvenoa-home-delete-confirm {
	display: grid;
	margin: clamp(-48px, -3vw, -24px) 0 clamp(32px, 4vw, 54px);
	padding: 22px 24px;
	align-items: center;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 26px;
	background: rgba(216, 201, 168, 0.3);
	border: 1px solid rgba(3, 54, 61, 0.22);
	border-radius: 16px;
	color: var(--arvenoa-primary);
	opacity: 0;
	transform: translateY(-8px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.arvenoa-home-delete-confirm.is-open {
	opacity: 1;
	transform: translateY(0);
}

.arvenoa-home-delete-confirm strong {
	display: block;
	margin-bottom: 4px;
	font-size: 1.08rem;
	font-weight: 850;
}

.arvenoa-home-delete-confirm p {
	margin: 0;
	color: var(--arvenoa-assistant-muted);
	font-size: 0.94rem;
	line-height: 1.45;
}

.arvenoa-home-delete-confirm__actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.arvenoa-home-delete-confirm__actions button {
	min-height: 48px;
	padding: 10px 17px;
	background: var(--arvenoa-primary) !important;
	border: 1px solid var(--arvenoa-primary);
	border-radius: 12px;
	color: var(--arvenoa-secondary) !important;
	cursor: pointer;
	font-family: var(--sg-font-sans, inherit);
	font-size: 0.88rem;
	font-weight: 800;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.arvenoa-home-delete-confirm__actions button:last-child {
	background: transparent !important;
	color: var(--arvenoa-primary) !important;
}

.arvenoa-home-delete-confirm__actions button:hover,
.arvenoa-home-delete-confirm__actions button:focus-visible {
	background: var(--arvenoa-accent) !important;
	border-color: var(--arvenoa-primary) !important;
	color: var(--arvenoa-primary) !important;
	outline: none;
	transform: translateY(-2px);
}

.arvenoa-home-summary__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.arvenoa-home-summary__item {
	display: flex;
	min-height: 175px;
	padding: 24px;
	flex-direction: column;
	justify-content: space-between;
	gap: 26px;
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid var(--arvenoa-assistant-line);
	border-radius: 19px;
}

.arvenoa-home-summary__icon {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	background: var(--arvenoa-secondary);
	border-radius: 13px;
	color: var(--arvenoa-primary);
}

.arvenoa-home-summary__icon svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.arvenoa-home-summary__item > span:last-child {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 4px;
}

.arvenoa-home-summary__item small {
	color: var(--arvenoa-assistant-muted);
	font-family: var(--sg-font-sans, inherit);
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.arvenoa-home-summary__item strong {
	overflow-wrap: anywhere;
	color: var(--arvenoa-primary);
	font-family: var(--sg-font-sans, inherit);
	font-size: clamp(1.15rem, 1.5vw, 1.45rem);
	line-height: 1.18;
}

.arvenoa-home-summary__completion {
	display: flex;
	margin-top: 34px;
	padding: 22px 24px 22px 28px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	background: linear-gradient(100deg, var(--arvenoa-primary), #14535a);
	border-radius: 16px;
}

.arvenoa-home-summary__note {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: var(--sg-font-sans, inherit);
	font-size: clamp(1.08rem, 1.4vw, 1.3rem);
	line-height: 1.5;
}

.arvenoa-home-summary__close {
	display: inline-flex;
	min-height: 50px;
	padding: 12px 20px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	background: var(--arvenoa-secondary) !important;
	border: 1px solid var(--arvenoa-secondary) !important;
	border-radius: 12px;
	color: var(--arvenoa-primary) !important;
	cursor: pointer;
	font: 800 0.9rem/1 var(--sg-font-sans, inherit);
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.arvenoa-home-summary__close:hover,
.arvenoa-home-summary__close:focus-visible {
	background: var(--arvenoa-accent) !important;
	border-color: var(--arvenoa-accent) !important;
	color: var(--arvenoa-primary) !important;
	outline: none;
	transform: translateY(-2px);
}

.arvenoa-home-next {
	margin-top: clamp(64px, 9vw, 120px);
	padding-top: 30px;
	border-top: 1px solid var(--arvenoa-assistant-line);
}

.arvenoa-home-next span {
	color: var(--arvenoa-assistant-muted);
	font-family: var(--sg-font-sans, inherit);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.arvenoa-home-next h3 {
	margin: 8px 0 0;
	color: var(--arvenoa-primary) !important;
	font-family: var(--sg-font-sans, inherit) !important;
	font-size: clamp(1.4rem, 2.2vw, 2.3rem) !important;
}

.arvenoa-profile-modal {
	position: fixed;
	z-index: 2147483010;
	inset: 0;
	display: grid;
	padding: clamp(14px, 3vw, 38px);
	place-items: center;
	opacity: 0;
	transition: opacity 220ms ease;
}

.arvenoa-profile-modal.is-open { opacity: 1; }

.arvenoa-profile-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(3, 54, 61, 0.34);
	border: 0;
	-webkit-backdrop-filter: blur(26px) saturate(85%);
	backdrop-filter: blur(26px) saturate(85%);
}

.arvenoa-profile-modal__dialog {
	position: relative;
	width: min(1080px, 100%);
	max-height: calc(100dvh - clamp(28px, 6vw, 76px));
	overflow: auto;
	padding: clamp(30px, 5vw, 62px);
	background: rgba(248, 251, 250, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.88);
	border-radius: 26px;
	box-shadow: 0 36px 100px rgba(2, 30, 35, 0.25);
	color: var(--arvenoa-primary);
	outline: none;
	transform: translateY(26px) scale(0.98);
	transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1);
}

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

.arvenoa-profile-modal__close {
	position: absolute;
	top: 22px;
	right: 22px;
}

.arvenoa-profile-modal__dialog > header {
	padding-right: 60px;
}

.arvenoa-profile-modal__dialog > header > span {
	color: var(--arvenoa-assistant-muted);
	font-family: var(--sg-font-sans, inherit);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.arvenoa-profile-modal__dialog h2 {
	margin: 10px 0 12px;
	color: var(--arvenoa-primary) !important;
	font-family: var(--sg-font-sans, inherit) !important;
	font-size: clamp(2.15rem, 4.5vw, 4rem) !important;
	font-weight: 800 !important;
	letter-spacing: -0.045em !important;
	line-height: 1 !important;
}

.arvenoa-profile-modal__dialog header p {
	margin: 0;
	color: var(--arvenoa-assistant-muted);
	font-family: var(--sg-font-sans, inherit);
	font-size: 1.04rem;
	line-height: 1.5;
}

.arvenoa-profile-form {
	display: grid;
	margin-top: 34px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.arvenoa-profile-form [hidden] {
	display: none !important;
}

.arvenoa-profile-goals {
	margin: 0;
	padding: 0;
	border: 0;
}

.arvenoa-profile-goals legend,
.arvenoa-profile-rooms > header > span {
	margin-bottom: 12px;
	color: var(--arvenoa-primary);
	font-family: var(--sg-font-sans, inherit);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.arvenoa-profile-goals legend b { color: #987044; }

.arvenoa-profile-goals__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
	gap: 10px;
}

.arvenoa-profile-goals__grid label {
	position: relative;
	display: block;
	cursor: pointer;
}

.arvenoa-profile-goals__grid input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.arvenoa-profile-goals__grid label > span {
	display: flex;
	min-height: 104px;
	box-sizing: border-box;
	padding: 15px;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px;
	background: rgba(255, 255, 255, 0.68);
	border: 1px solid rgba(3, 54, 61, 0.18);
	border-radius: 14px;
	color: var(--arvenoa-primary);
	font-family: var(--sg-font-sans, inherit);
	font-size: 0.96rem !important;
	font-weight: 800;
	letter-spacing: 0.015em !important;
	line-height: 1.15;
	overflow-wrap: normal;
	min-width: 0;
	text-transform: uppercase;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.arvenoa-profile-goals__grid label > span small {
	min-height: 0;
	color: var(--arvenoa-assistant-muted);
	font-size: 0.75rem !important;
	font-weight: 500;
	letter-spacing: 0.025em !important;
	line-height: 1.3;
	text-transform: uppercase;
}

.arvenoa-profile-goals__grid label:last-child > span { hyphens: auto; }

.arvenoa-profile-goals__grid label:hover > span,
.arvenoa-profile-goals__grid input:focus-visible + span {
	transform: translateY(-2px);
	border-color: var(--arvenoa-primary);
	box-shadow: 0 7px 0 rgba(216, 201, 168, 0.62);
}

.arvenoa-profile-goals__grid input:checked + span {
	background: var(--arvenoa-secondary);
	border-color: var(--arvenoa-primary);
	box-shadow: inset 0 0 0 1px var(--arvenoa-primary), 0 7px 0 rgba(216, 201, 168, 0.78);
}

.arvenoa-profile-form__context {
	padding: 14px 17px;
	background: rgba(189, 217, 215, 0.25);
	border-left: 3px solid var(--arvenoa-primary);
	border-radius: 0 12px 12px 0;
	color: var(--arvenoa-primary);
	font-family: var(--sg-font-sans, inherit);
	font-size: 1rem;
	line-height: 1.45;
}

.arvenoa-profile-rooms {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.arvenoa-profile-rooms > header {
	grid-column: 1 / -1;
}

.arvenoa-profile-rooms > header p {
	margin: 5px 0 0;
	color: var(--arvenoa-assistant-muted);
	font-size: 0.95rem;
}

.arvenoa-profile-room {
	display: grid;
	padding: 17px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
	background: rgba(189, 217, 215, 0.14);
	border: 1px solid rgba(3, 54, 61, 0.15);
	border-radius: 15px;
}

.arvenoa-profile-room h3 {
	margin: 0;
	grid-column: 1 / -1;
	color: var(--arvenoa-primary) !important;
	font-family: var(--sg-font-sans, inherit) !important;
	font-size: 1.18rem !important;
}

.arvenoa-profile-form label {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 8px;
}

.arvenoa-profile-form label > span:first-child {
	color: var(--arvenoa-primary);
	font-family: var(--sg-font-sans, inherit);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.arvenoa-profile-form label b { color: #987044; }

.arvenoa-profile-form input,
.arvenoa-profile-form select {
	box-sizing: border-box;
	width: 100%;
	height: 58px;
	padding: 0 17px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(3, 54, 61, 0.24);
	border-radius: 12px;
	color: var(--arvenoa-primary);
	font-family: var(--sg-font-sans, inherit);
	font-size: 1.08rem;
	outline: none;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.arvenoa-profile-form input:focus,
.arvenoa-profile-form select:focus {
	border-color: var(--arvenoa-primary);
	box-shadow: 0 0 0 4px rgba(189, 217, 215, 0.58);
}

.arvenoa-profile-form input[aria-invalid="true"],
.arvenoa-profile-form select[aria-invalid="true"] {
	border-color: #9a5a46;
	box-shadow: 0 0 0 3px rgba(154, 90, 70, 0.12);
}

.arvenoa-profile-form small {
	min-height: 18px;
	color: #884e3c;
	font-family: var(--sg-font-sans, inherit);
	font-size: 0.8rem;
}

.arvenoa-profile-form__wide { grid-column: 1 / -1; }

.arvenoa-profile-form__unit { position: relative; display: block !important; }
.arvenoa-profile-form__unit input { padding-right: 56px; }
.arvenoa-profile-form__unit em { position: absolute; top: 50%; right: 18px; color: var(--arvenoa-assistant-muted); font: 700 0.95rem/1 var(--sg-font-sans, inherit); transform: translateY(-50%); }

.arvenoa-profile-form__feedback {
	min-height: 20px;
	grid-column: 1 / -1;
	color: #884e3c;
	font-family: var(--sg-font-sans, inherit);
	font-weight: 700;
}

.arvenoa-profile-form > button {
	width: 100%;
	grid-column: 1 / -1;
}

html[data-sg-theme="dark"] {
	--arvenoa-assistant-paper: #052a30;
	--arvenoa-assistant-ink: #f1f8f7;
	--arvenoa-assistant-muted: #b6cbca;
	--arvenoa-assistant-line: rgba(189, 217, 215, 0.24);
}

html[data-sg-theme="dark"] .arvenoa-home-tab {
	background: linear-gradient(180deg, #cce1df, #a9cecb);
}

html[data-sg-theme="dark"] .arvenoa-home-assistant__surface {
	background:
		linear-gradient(118deg, transparent 0 47%, rgba(189, 217, 215, 0.06) 47% 64%, transparent 64%),
		radial-gradient(circle at 82% 18%, rgba(216, 201, 168, 0.1), transparent 32%),
		#052a30;
}

html[data-sg-theme="dark"] .arvenoa-home-assistant__header {
	background: rgba(3, 38, 44, 0.82);
}

html[data-sg-theme="dark"] .arvenoa-home-assistant__brand img {
	filter: brightness(0) invert(1);
	opacity: 0.92;
}

html[data-sg-theme="dark"] .arvenoa-home-assistant h2,
html[data-sg-theme="dark"] .arvenoa-home-assistant h3,
html[data-sg-theme="dark"] .arvenoa-home-summary__item strong,
html[data-sg-theme="dark"] .arvenoa-home-summary__actions button:first-child,
html[data-sg-theme="dark"] .arvenoa-profile-modal__dialog h2,
html[data-sg-theme="dark"] .arvenoa-profile-form label > span:first-child {
	color: #f1f8f7 !important;
}

html[data-sg-theme="dark"] .arvenoa-home-summary__item {
	background: rgba(189, 217, 215, 0.08);
}

html[data-sg-theme="dark"] .arvenoa-home-summary__item small { color: #b6cbca; }

html[data-sg-theme="dark"] .arvenoa-home-summary__actions button:hover,
html[data-sg-theme="dark"] .arvenoa-home-summary__actions button:focus-visible {
	color: var(--arvenoa-secondary) !important;
}

html[data-sg-theme="dark"] .arvenoa-home-delete-confirm {
	background: rgba(216, 201, 168, 0.12);
	border-color: rgba(189, 217, 215, 0.28);
	color: #f1f8f7;
}

html[data-sg-theme="dark"] .arvenoa-home-delete-confirm p {
	color: #b6cbca;
}

html[data-sg-theme="dark"] .arvenoa-home-delete-confirm__actions button:last-child {
	border-color: var(--arvenoa-secondary);
	color: var(--arvenoa-secondary) !important;
}

html[data-sg-theme="dark"] .arvenoa-profile-modal__backdrop {
	background: rgba(0, 13, 16, 0.55);
}

html[data-sg-theme="dark"] .arvenoa-profile-modal__dialog {
	background: rgba(4, 38, 44, 0.97);
	border-color: rgba(189, 217, 215, 0.22);
	color: #f1f8f7;
}

html[data-sg-theme="dark"] .arvenoa-profile-form input,
html[data-sg-theme="dark"] .arvenoa-profile-form select {
	background: rgba(189, 217, 215, 0.09);
	border-color: rgba(189, 217, 215, 0.32);
	color: #f1f8f7;
}

html[data-sg-theme="dark"] .arvenoa-profile-goals legend,
html[data-sg-theme="dark"] .arvenoa-profile-rooms > header > span,
html[data-sg-theme="dark"] .arvenoa-profile-room h3 {
	color: #f1f8f7 !important;
}

html[data-sg-theme="dark"] .arvenoa-profile-goals__grid label > span,
html[data-sg-theme="dark"] .arvenoa-profile-room {
	background: rgba(189, 217, 215, 0.08);
	border-color: rgba(189, 217, 215, 0.25);
	color: #f1f8f7;
}

html[data-sg-theme="dark"] .arvenoa-profile-goals__grid input:checked + span {
	background: rgba(189, 217, 215, 0.22);
	border-color: var(--arvenoa-secondary);
	box-shadow: inset 0 0 0 1px var(--arvenoa-secondary), 0 7px 0 rgba(216, 201, 168, 0.55);
}

html[data-sg-theme="dark"] .arvenoa-profile-form__context {
	background: rgba(189, 217, 215, 0.1);
	border-color: var(--arvenoa-secondary);
	color: #f1f8f7;
}

@media (max-width: 900px) {
	.arvenoa-profile-goals__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.arvenoa-profile-goals__grid label {
		display: block !important;
		margin: 0 !important;
	}

	.arvenoa-profile-goals__grid input {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.arvenoa-profile-goals__grid label > span { overflow-wrap: anywhere; }

	.arvenoa-profile-rooms { grid-template-columns: 1fr; }
	.arvenoa-profile-room { grid-template-columns: 1fr; }
	.arvenoa-profile-room h3 { grid-column: auto; }
}

html[data-sg-theme="dark"] .arvenoa-profile-form select option {
	background: #052a30;
	color: #f1f8f7;
}

@media (max-width: 900px) {
	.arvenoa-home-assistant__header {
		height: 72px;
		padding: 0 18px;
		grid-template-columns: 1fr auto;
	}

	.arvenoa-home-assistant__eyebrow { display: none; }
	.arvenoa-home-assistant__brand { width: 48px; height: 48px; }
	.arvenoa-home-assistant__brand img { width: 44px !important; max-width: 44px !important; height: 44px !important; max-height: 44px !important; }
	.arvenoa-home-assistant__close { width: 46px; height: 46px; }
	.arvenoa-home-assistant__content { width: min(100% - 40px, 720px); padding-top: 48px; }
	.arvenoa-home-intro { min-height: auto; }
	.arvenoa-home-summary__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.arvenoa-home-summary__item:last-child { grid-column: 1 / -1; }
	.arvenoa-home-delete-confirm { grid-template-columns: 1fr; }
	.arvenoa-home-delete-confirm__actions { justify-content: flex-start; }
}

@media (max-width: 620px) {
	.arvenoa-home-tab {
		top: 50%;
		bottom: auto;
		min-height: 176px;
		padding: 18px 11px;
		gap: 12px;
		border-radius: 0 18px 18px 0;
		transform: translate3d(0, -50%, 0);
		writing-mode: vertical-rl;
	}

	.arvenoa-home-tab:hover,
	.arvenoa-home-tab:focus-visible { transform: translate3d(0, -50%, 0) scaleX(1.065) scaleY(1.018); }
	.arvenoa-home-tab__label { display: inline; }
	.arvenoa-home-tab__icon { width: 27px; height: 27px; }
	.arvenoa-home-tab__arrow { width: 25px; height: 25px; }
	.arvenoa-home-assistant__content { width: calc(100% - 28px); padding: 36px 0 54px; }
	.arvenoa-home-intro h2,
	.arvenoa-home-summary h2 { font-size: clamp(2.65rem, 14vw, 4.7rem) !important; }
	.arvenoa-home-intro p { font-size: 1.13rem; }
	.arvenoa-home-intro__cta { width: 100%; padding-right: 17px; padding-left: 17px; }
	.arvenoa-home-summary__header { align-items: flex-start; flex-direction: column; }
	.arvenoa-home-summary__actions { width: 100%; justify-content: space-between; }
	.arvenoa-home-summary__grid { grid-template-columns: 1fr; }
	.arvenoa-home-summary__item:last-child { grid-column: auto; }
	.arvenoa-home-summary__item { min-height: 130px; padding: 19px; flex-direction: row; align-items: center; justify-content: flex-start; }
	.arvenoa-home-summary__completion { padding: 21px; align-items: stretch; flex-direction: column; }
	.arvenoa-home-summary__close { width: 100%; }
	.arvenoa-profile-modal { padding: 0; align-items: end; }
	.arvenoa-profile-modal__dialog { width: 100%; max-height: 92dvh; padding: 34px 18px 24px; border-radius: 24px 24px 0 0; }
	.arvenoa-profile-modal__close { top: 16px; right: 16px; width: 44px; height: 44px; }
	.arvenoa-profile-modal__dialog > header { padding-right: 50px; }
	.arvenoa-profile-form { grid-template-columns: 1fr; gap: 12px; }
	.arvenoa-profile-form__wide,
	.arvenoa-profile-form__feedback,
	.arvenoa-profile-form > button { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
	.arvenoa-home-tab,
	.arvenoa-home-tab::before,
	.arvenoa-home-tab__icon,
	.arvenoa-home-tab__arrow svg,
	.arvenoa-home-assistant,
	.arvenoa-profile-modal,
	.arvenoa-profile-modal__dialog { transition-duration: 1ms !important; }
}
