/*
 * Toros Tile brand balance.
 * Black granite is reserved for high-impact surfaces. White granite carries
 * the browsing sections so photography and product detail remain easy to scan.
 */

:root {
	--toros-canvas: #f6f6f4;
	--toros-surface: #ffffff;
	--toros-surface-2: #eff0ef;
	--toros-ink: #17181a;
	--toros-muted: #64676b;
	--toros-line: #d7d7d3;
	--toros-line-dark: #a8aaa9;
	--toros-accent: #806039;
	--toros-accent-hover: #624624;
	--toros-gold: #c9aa70;
	--toros-gold-soft: #a88752;
	--toros-gold-dark: #6f4f29;
	--toros-granite: #101113;
	--toros-granite-2: #17181b;
	--toros-on-granite: #f2f0eb;
	--toros-on-granite-muted: #aaa8a3;
	--toros-granite-line: rgba(201, 170, 112, 0.24);
	--toros-font: "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	--toros-display: "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	--toros-black-granite:
		linear-gradient(128deg, transparent 0 22%, rgba(201, 170, 112, 0.055) 22.15%, transparent 22.8%),
		linear-gradient(42deg, transparent 0 58%, rgba(255, 255, 255, 0.035) 58.1%, transparent 58.75%),
		radial-gradient(circle at 86% 14%, rgba(201, 170, 112, 0.1), transparent 24%),
		radial-gradient(circle at 12% 72%, rgba(255, 255, 255, 0.04), transparent 20%),
		linear-gradient(145deg, var(--toros-granite-2), var(--toros-granite));
	--toros-white-granite:
		linear-gradient(128deg, transparent 0 24%, rgba(24, 26, 29, 0.035) 24.1%, transparent 24.7%),
		linear-gradient(38deg, transparent 0 66%, rgba(128, 96, 57, 0.045) 66.1%, transparent 66.65%),
		radial-gradient(circle at 90% 8%, rgba(128, 96, 57, 0.055), transparent 22%),
		radial-gradient(circle at 8% 76%, rgba(24, 26, 29, 0.035), transparent 19%),
		linear-gradient(145deg, #fbfbf9, #f1f2f1);
}

body.toros-site,
body.toros-site button,
body.toros-site input,
body.toros-site select,
body.toros-site textarea {
	font-family: var(--toros-font) !important;
}

body.toros-site h1,
body.toros-site h2,
body.toros-site h3,
body.toros-site h4,
body.toros-site .woocommerce-loop-product__title,
body.toros-site .product_title {
	font-family: var(--toros-display) !important;
	font-weight: 650;
}

body.toros-site :focus-visible {
	outline-color: var(--toros-gold);
}

/* Compact, centered button system. */
body.toros-site a.toros-button,
body.toros-site a.button,
body.toros-site button.button,
body.toros-site input.button,
body.toros-site a.button.toros-quote-button,
body.toros-site .woocommerce a.button,
body.toros-site .woocommerce button.button,
body.toros-site .woocommerce input.button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	max-width: 100%;
	height: auto !important;
	min-height: 44px !important;
	margin: 0;
	padding: 0 20px !important;
	border: 1px solid #9b7948 !important;
	border-radius: 0 !important;
	background: #76542c !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
	color: #ffffff !important;
	font-family: var(--toros-font) !important;
	font-size: 13px !important;
	font-weight: 650 !important;
	letter-spacing: 0.005em !important;
	line-height: 1 !important;
	text-align: center;
	text-decoration: none !important;
	text-transform: none !important;
	white-space: nowrap;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms var(--toros-ease);
}

body.toros-site a.toros-button:hover,
body.toros-site a.button:hover,
body.toros-site button.button:hover,
body.toros-site input.button:hover,
body.toros-site a.button.toros-quote-button:hover,
body.toros-site .woocommerce a.button:hover,
body.toros-site .woocommerce button.button:hover,
body.toros-site .woocommerce input.button:hover {
	border-color: var(--toros-gold) !important;
	background: #5d411f !important;
	color: #ffffff !important;
	transform: translateY(-2px);
}

body.toros-site a.toros-button:active,
body.toros-site a.button:active,
body.toros-site button.button:active {
	transform: translateY(0) scale(0.985);
}

body.toros-site .toros-button--compact {
	min-height: 40px !important;
	padding-inline: 18px !important;
	font-size: 12px !important;
}

body.toros-site.woocommerce-shop ul.products li.product a.button.toros-quote-button,
body.toros-site.archive ul.products li.product a.button.toros-quote-button,
body.toros-site.post-type-archive-product ul.products li.product a.button.toros-quote-button {
	min-height: 42px !important;
	margin-top: 14px !important;
	padding-inline: 18px !important;
	border-color: #9b7948 !important;
	background: #17181a !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
	color: #ffffff !important;
}

body.toros-site.woocommerce-shop ul.products li.product a.button.toros-quote-button:hover,
body.toros-site.archive ul.products li.product a.button.toros-quote-button:hover,
body.toros-site.post-type-archive-product ul.products li.product a.button.toros-quote-button:hover {
	border-color: var(--toros-gold) !important;
	background: #76542c !important;
}

body.toros-site.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.toros-site.archive ul.products li.product .woocommerce-loop-product__title {
	margin-top: 16px;
	font-size: 17px !important;
	font-weight: 600 !important;
	letter-spacing: -0.018em !important;
	line-height: 1.35 !important;
}

/* Black granite header and consistent menu typography. */
.toros-service-bar {
	border-bottom: 1px solid rgba(201, 170, 112, 0.28);
	background: linear-gradient(118deg, #0b0c0e 0%, #211b13 44%, #76542c 72%, #17120d 100%);
}

.toros-service-bar::after {
	background: linear-gradient(90deg, transparent 18%, rgba(238, 213, 165, 0.12) 50%, transparent 82%);
}

.toros-header {
	border-bottom-color: rgba(201, 170, 112, 0.28);
	background: var(--toros-black-granite);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16);
}

.toros-header__inner {
	grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr);
	min-height: 78px;
}

.toros-brand {
	width: 64px;
	height: 64px;
	overflow: hidden;
	border: 1px solid rgba(201, 170, 112, 0.44);
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(201, 170, 112, 0.045);
}

.toros-brand img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.toros-site .toros-mega-trigger,
body.toros-site .toros-mega-nav .toros-nav__list > li > a {
	min-height: 44px;
	color: #eceae5 !important;
	font-family: var(--toros-font) !important;
	font-size: 14px !important;
	font-weight: 650 !important;
	letter-spacing: -0.012em !important;
	line-height: 1 !important;
}

body.toros-site .toros-mega-trigger {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-transform: none !important;
}

.toros-header__saved {
	color: var(--toros-gold) !important;
	font-size: 12px;
	font-weight: 650;
}

.toros-mega-trigger::after,
.toros-mega-nav .toros-nav__list > li > a::after {
	background: var(--toros-gold);
}

.toros-mega-trigger > span {
	border-color: var(--toros-gold);
}

.toros-mega-panel {
	border-top-color: rgba(201, 170, 112, 0.42);
	border-bottom-color: rgba(201, 170, 112, 0.32);
	background: var(--toros-black-granite) !important;
	box-shadow: 0 34px 82px rgba(0, 0, 0, 0.46);
	color: var(--toros-on-granite);
}

.toros-mega-panel::before {
	position: absolute;
	top: -18px;
	right: 0;
	left: 0;
	height: 18px;
	background: transparent;
	content: "";
}

.toros-mega-panel::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(132deg, transparent 0 31%, rgba(201, 170, 112, 0.07) 31.1%, transparent 31.7%),
		linear-gradient(22deg, transparent 0 73%, rgba(255, 255, 255, 0.03) 73.1%, transparent 73.8%);
	content: "";
	pointer-events: none;
}

.toros-mega-panel > .toros-shell {
	position: relative;
	z-index: 1;
}

.toros-mega-panel__intro > p,
.toros-mega-panel__intro > a,
.toros-mega-panel__feature span {
	color: var(--toros-gold) !important;
}

.toros-mega-panel__intro h2,
.toros-mega-panel__links a,
.toros-mega-panel__rooms strong {
	color: var(--toros-on-granite) !important;
}

.toros-mega-panel__links h3,
.toros-mega-panel__rooms span {
	color: var(--toros-on-granite-muted) !important;
}

.toros-mega-panel__links a {
	font-family: var(--toros-font);
	font-weight: 550;
}

.toros-mega-panel__links a::after {
	background: var(--toros-gold);
}

.toros-mega-panel__feature {
	border: 1px solid var(--toros-granite-line);
	background: #202125;
}

.toros-mega-panel__feature::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 42%, rgba(5, 5, 6, 0.82));
	content: "";
	pointer-events: none;
}

.toros-mega-panel__feature span {
	z-index: 1;
	border-top: 1px solid rgba(201, 170, 112, 0.48);
	background: rgba(12, 13, 15, 0.74);
}

.toros-mega-panel__rooms > a {
	border-color: var(--toros-granite-line);
	background: rgba(255, 255, 255, 0.035);
}

.toros-mega-panel__rooms > a:hover {
	border-color: rgba(201, 170, 112, 0.66);
	background: rgba(201, 170, 112, 0.06);
}

.toros-mobile-menu {
	border-top-color: rgba(201, 170, 112, 0.28);
	background: var(--toros-black-granite);
	color: var(--toros-on-granite);
}

.toros-mobile-menu .toros-nav__list a,
.toros-mobile-menu__actions > a:not(.toros-button) {
	color: var(--toros-on-granite);
}

.toros-menu-toggle > span:not(.screen-reader-text) {
	background: var(--toros-on-granite);
}

/* White-first homepage with deliberate black granite pauses. */
body.home.toros-site,
body.home .toros-main {
	background: #f7f7f5;
	color: var(--toros-ink);
}

body.home .toros-main > section {
	position: relative;
	isolation: isolate;
}

body.home .toros-main > section:not(.toros-hero)::after {
	position: absolute;
	top: 0;
	left: max(24px, calc((100% - 1440px) / 2));
	z-index: 2;
	width: min(220px, 28vw);
	height: 1px;
	background: linear-gradient(90deg, var(--toros-gold-dark), transparent);
	content: "";
	pointer-events: none;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 900ms var(--toros-ease);
}

body.home .toros-main > section.is-section-visible::after {
	transform: scaleX(1);
}

body.home .toros-kicker {
	color: var(--toros-accent);
}

body.home .toros-text-link,
body.home .toros-quote-link {
	color: var(--toros-accent);
}

body.home .toros-text-link::after {
	background: var(--toros-accent);
}

/* White granite hero copy panel, full-bleed showroom photography. */
body.home .toros-hero-slider,
body.home .toros-hero-slider__stage {
	background: var(--toros-white-granite) !important;
	color: var(--toros-ink);
}

body.home .toros-hero-slide__wash {
	background: var(--toros-white-granite) !important;
}

body.home .toros-hero-slide__wash::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(136deg, transparent 0 27%, rgba(128, 96, 57, 0.045) 27.1%, transparent 27.7%),
		radial-gradient(circle at 4% 12%, rgba(255, 255, 255, 0.68), transparent 23%);
	content: "";
	pointer-events: none;
}

body.home .toros-hero-slide__copy h1,
body.home .toros-hero-slide__copy h2 {
	color: var(--toros-ink);
	font-weight: 650;
	text-shadow: none;
}

body.home .toros-hero-slide__copy .toros-hero__lede {
	color: #55595e;
}

body.home .toros-hero-slide__copy::before {
	background: linear-gradient(180deg, var(--toros-accent), rgba(128, 96, 57, 0.08));
}

body.home .toros-hero-slide__visual {
	background: #dedfdd;
}

body.home .toros-hero-slider__tab {
	border-color: rgba(23, 24, 26, 0.22);
	color: #71757a !important;
}

body.home .toros-hero-slider__tab.is-active {
	color: var(--toros-ink) !important;
}

body.home .toros-hero-slider__tab::after {
	background: var(--toros-accent);
}

body.home .toros-hero-slider__arrow,
body.home .toros-hero-slider__pause {
	border-color: rgba(201, 170, 112, 0.58);
	background: rgba(17, 18, 20, 0.88) !important;
	color: #ffffff !important;
}

/* Open proof rail. */
body.home .toros-proof {
	border-color: var(--toros-line);
	background: #ffffff;
	color: var(--toros-ink);
}

body.home .toros-proof__item {
	border-color: var(--toros-line);
	transition: background 220ms ease, transform 220ms var(--toros-ease);
}

body.home .toros-proof__item:hover {
	background: rgba(128, 96, 57, 0.045);
	transform: translateY(-3px);
}

body.home .toros-proof__item strong {
	color: var(--toros-accent);
}

body.home .toros-proof__item span {
	color: var(--toros-muted);
}

/* White granite category wall. */
body.home .toros-categories {
	overflow: hidden;
	background: var(--toros-white-granite);
	color: var(--toros-ink);
}

body.home .toros-section-heading h2,
body.home .toros-collection__heading h2,
body.home .toros-story__content h2 {
	color: var(--toros-ink);
}

body.home .toros-section-heading > p:last-child,
body.home .toros-story__content p {
	color: var(--toros-muted);
}

body.home .toros-section-heading::after,
body.home .toros-collection__heading::after {
	display: block;
	width: 84px;
	height: 1px;
	margin-top: 32px;
	background: var(--toros-accent);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 800ms 160ms var(--toros-ease);
}

body.home .is-section-visible .toros-section-heading::after,
body.home .is-section-visible .toros-collection__heading::after {
	transform: scaleX(1);
}

body.home .toros-category-card {
	border-color: #d0d0cc;
	background: #ffffff;
	box-shadow: 0 22px 58px rgba(34, 35, 37, 0.08);
	transition: border-color 260ms ease, box-shadow 260ms ease, transform 420ms var(--toros-ease);
}

body.home .toros-category-card:hover {
	border-color: rgba(128, 96, 57, 0.62);
	box-shadow: 0 30px 68px rgba(34, 35, 37, 0.14);
	transform: translateY(-6px);
}

body.home .toros-category-card figure {
	position: relative;
	background: #e6e7e5;
}

body.home .toros-category-card figure::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 70%, rgba(12, 13, 15, 0.14));
	content: "";
	pointer-events: none;
}

body.home .toros-category-card__content {
	border-color: #dededb;
	background: #ffffff;
}

body.home .toros-category-card__content h3 {
	color: var(--toros-ink);
	font-weight: 620;
}

body.home .toros-category-card__content p {
	color: var(--toros-muted);
}

body.home .toros-category-card__content span {
	color: var(--toros-accent);
}

/* Calm, light product collection. */
body.home .toros-collection {
	border-color: var(--toros-line);
	background:
		linear-gradient(35deg, transparent 0 68%, rgba(128, 96, 57, 0.035) 68.1%, transparent 68.8%),
		#f0f1f0;
	color: var(--toros-ink);
}

body.home .toros-product-card__image {
	border: 1px solid rgba(23, 24, 26, 0.1);
	background: #e4e5e3;
	transition: border-color 220ms ease, transform 420ms var(--toros-ease);
}

body.home .toros-product-card:hover .toros-product-card__image {
	border-color: rgba(128, 96, 57, 0.5);
	transform: translateY(-4px);
}

body.home .toros-product-card h3 a {
	color: var(--toros-ink);
}

body.home .toros-product-card__actions a:first-child {
	color: #464a4e;
}

body.home .toros-stock-line {
	color: #286345;
}

/* One deliberate black granite showroom section. */
body.home .toros-showroom {
	overflow: hidden;
	border-color: var(--toros-granite-line);
	background: var(--toros-black-granite);
	color: var(--toros-on-granite);
}

body.home .toros-showroom .toros-kicker {
	color: var(--toros-gold);
}

body.home .toros-showroom__content h2 {
	color: var(--toros-on-granite);
}

body.home .toros-showroom__content > p:not(.toros-kicker) {
	color: var(--toros-on-granite-muted);
}

body.home .toros-showroom__photo {
	border: 1px solid rgba(201, 170, 112, 0.3);
	box-shadow: 24px 28px 0 rgba(201, 170, 112, 0.05);
}

body.home .toros-showroom__photo::before {
	background: var(--toros-gold);
}

body.home .toros-showroom__photo img {
	transform: scale(1.045);
	transition: transform 1100ms var(--toros-ease);
}

body.home .toros-showroom__photo.is-visible img {
	transform: scale(1);
}

body.home .toros-showroom__details {
	border-color: rgba(201, 170, 112, 0.24);
}

body.home .toros-showroom__details address,
body.home .toros-showroom__details a,
body.home .toros-showroom .toros-text-link {
	color: var(--toros-on-granite);
}

/* White granite story, black granite closing CTA. */
body.home .toros-story {
	overflow: hidden;
	border-color: var(--toros-line);
	background: var(--toros-white-granite);
	color: var(--toros-ink);
}

body.home .toros-story__facts div {
	border-color: rgba(128, 96, 57, 0.28);
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 620ms var(--toros-ease), transform 620ms var(--toros-ease);
}

body.home .toros-story__facts.is-visible div {
	opacity: 1;
	transform: translateY(0);
}

body.home .toros-story__facts.is-visible div:nth-child(2) {
	transition-delay: 120ms;
}

body.home .toros-story__facts strong {
	color: var(--toros-accent);
}

body.home .toros-story__facts span {
	color: var(--toros-muted);
}

body.home .toros-final-cta {
	overflow: hidden;
	border-color: var(--toros-granite-line);
	background:
		radial-gradient(circle at 80% 28%, rgba(201, 170, 112, 0.13), transparent 23%),
		var(--toros-black-granite);
	color: var(--toros-on-granite);
}

body.home .toros-final-cta h2 {
	color: var(--toros-on-granite);
}

body.home .toros-final-cta .toros-kicker {
	color: var(--toros-gold);
}

body.home .toros-final-cta__inner {
	position: relative;
}

/* Footer and a quieter assistant launcher. */
.toros-footer {
	background: var(--toros-black-granite);
}

.toros-footer::before {
	background:
		linear-gradient(124deg, transparent 0 44%, rgba(201, 170, 112, 0.05) 44.1%, transparent 44.75%),
		linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.025) 50%, transparent 60%);
}

.toros-footer__cta p,
.toros-footer__phone {
	color: var(--toros-gold) !important;
}

.toros-footer__rule {
	background: linear-gradient(90deg, var(--toros-gold), rgba(255, 255, 255, 0.18) 45%, transparent);
}

.toros-footer__brand img {
	width: 186px;
	height: 186px;
	border: 1px solid rgba(201, 170, 112, 0.4);
	border-radius: 50%;
	filter: none;
	object-fit: cover;
}

.toros-assistant-launcher {
	right: 86px;
	bottom: 20px;
	min-height: 50px;
	padding: 6px 16px 6px 6px;
	border-color: rgba(201, 170, 112, 0.55);
	background: var(--toros-black-granite) !important;
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
	color: #ffffff !important;
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.035em;
}

.toros-assistant-launcher:hover {
	border-color: var(--toros-gold);
	box-shadow: 0 20px 52px rgba(0, 0, 0, 0.34);
}

.toros-assistant-launcher__mark {
	width: 36px;
	height: 36px;
	background: rgba(201, 170, 112, 0.12);
	color: var(--toros-gold);
}

.toros-assistant {
	border-color: rgba(201, 170, 112, 0.32);
	background: #f5f5f2;
}

.toros-assistant__header {
	background:
		linear-gradient(128deg, rgba(201, 170, 112, 0.075), transparent 55%),
		#16171a;
}

.toros-assistant__header p {
	color: var(--toros-gold);
}

.toros-assistant__choices button:hover,
.toros-assistant__choices button:focus-visible {
	border-color: var(--toros-accent);
	color: var(--toros-accent) !important;
}

.toros-assistant__form button {
	background: #76542c !important;
}

/* Purposeful section motion. */
.toros-js body.home .toros-reveal {
	opacity: 0;
	transform: translateY(36px) scale(0.99);
	transition-duration: 760ms;
}

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

.toros-js body.home .toros-category-card:nth-child(2n),
.toros-js body.home .toros-product-card:nth-child(2n) {
	transform: translateY(52px) scale(0.99);
}

.toros-js body.home .toros-category-card:nth-child(2n).is-visible,
.toros-js body.home .toros-product-card:nth-child(2n).is-visible {
	transform: translateY(0) scale(1);
}

@media (max-width: 1220px) {
	.toros-header__inner {
		grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
	}

	.toros-brand {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 980px) {
	.toros-header__inner {
		grid-template-columns: 64px minmax(0, 1fr) auto;
		min-height: 72px;
	}

	.toros-brand {
		width: 54px;
		height: 54px;
	}

	body.home .toros-hero-slider,
	body.home .toros-hero-slider__stage {
		min-height: 900px;
		background: #f8f8f6 !important;
	}

	body.home .toros-hero-slide__wash,
	body.home .toros-hero-slide__layout {
		height: 520px;
		min-height: 520px;
	}

	body.home .toros-hero-slide__visual {
		top: auto;
		bottom: 0;
		height: 380px;
	}

	body.home .toros-hero-slider__controls {
		top: auto;
		bottom: 18px;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: end;
	}

	body.home .toros-hero-slider__tabs {
		max-width: 520px;
		padding: 13px 18px 10px !important;
		background: rgba(249, 249, 247, 0.9);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
	}

	body.home .toros-hero-slider__actions {
		padding-left: 12px;
	}

	body.home .toros-hero-slider__arrow,
	body.home .toros-hero-slider__pause {
		border-color: rgba(201, 170, 112, 0.52);
		background: rgba(17, 18, 20, 0.9) !important;
		color: #ffffff !important;
	}
}

@media (max-width: 680px) {
	.toros-header__inner {
		grid-template-columns: 58px minmax(0, 1fr) auto;
	}

	.toros-brand {
		width: 50px;
		height: 50px;
	}

	body.home .toros-hero-slider,
	body.home .toros-hero-slider__stage {
		min-height: 880px;
	}

	body.home .toros-hero-slide__wash,
	body.home .toros-hero-slide__layout {
		height: 520px;
		min-height: 520px;
	}

	body.home .toros-hero-slide__visual {
		height: 360px;
	}

	body.home .toros-hero-slider__controls {
		top: auto;
		bottom: 16px;
		display: block;
	}

	body.home .toros-hero-slider__tabs {
		width: 100%;
		max-width: none;
		padding: 12px 14px 9px !important;
	}

	body.home .toros-category-card:hover,
	body.home .toros-product-card:hover .toros-product-card__image {
		transform: none;
	}

	body.home .toros-showroom__photo {
		box-shadow: 12px 14px 0 rgba(201, 170, 112, 0.05);
	}

	.toros-footer__brand img {
		width: 150px;
		height: 150px;
	}

	.toros-assistant-launcher {
		right: 70px;
		bottom: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.home .toros-main > section:not(.toros-hero)::after,
	body.home .toros-section-heading::after,
	body.home .toros-collection__heading::after,
	body.home .toros-showroom__photo img,
	body.home .toros-story__facts div,
	.toros-category-card,
	.toros-product-card__image {
		transition: none !important;
	}

	.toros-js body.home .toros-reveal,
	.toros-js body.home .toros-category-card:nth-child(2n),
	.toros-js body.home .toros-product-card:nth-child(2n) {
		opacity: 1;
		transform: none;
	}
}

/* Larger brand mark and an explicit responsive header grid. */
.toros-header__inner {
	grid-template-columns: minmax(132px, 1fr) auto minmax(170px, 1fr);
	min-height: 124px;
}

.toros-brand {
	width: 112px;
	height: 112px;
}

body.toros-site button.toros-menu-toggle,
body.toros-site button.toros-menu-toggle:hover,
body.toros-site button.toros-menu-toggle:focus {
	border-color: rgba(201, 170, 112, 0.52) !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--toros-on-granite) !important;
}

body.toros-site button.toros-menu-toggle:focus-visible {
	outline: 3px solid var(--toros-gold) !important;
	outline-offset: 4px !important;
}

@media (max-width: 1220px) {
	.toros-header__inner {
		grid-template-columns: minmax(116px, 1fr) auto minmax(150px, 1fr);
		min-height: 116px;
	}

	.toros-brand {
		width: 104px;
		height: 104px;
	}
}

@media (max-width: 980px) {
	.toros-header__inner {
		grid-template-columns: auto minmax(0, 1fr) auto;
		min-height: 110px;
	}

	.toros-brand {
		grid-column: 1;
		width: 98px;
		height: 98px;
	}

	.toros-menu-toggle {
		grid-column: 3;
		align-self: center;
		justify-self: end;
	}

	.toros-mobile-menu {
		position: absolute;
		inset: 100% 0 auto;
		width: 100%;
		max-height: calc(100dvh - 143px);
		overflow-y: auto;
	}
}

@media (max-width: 680px) {
	.toros-header__inner {
		grid-template-columns: auto minmax(0, 1fr) auto;
		min-height: 110px;
	}

	.toros-brand {
		width: 98px;
		height: 98px;
	}
}

/* Conventional guided chat surface. */
.toros-assistant-launcher {
	right: 22px;
	bottom: 22px;
	display: grid;
	width: 58px;
	height: 58px;
	min-height: 58px;
	padding: 0;
	border: 1px solid rgba(201, 170, 112, 0.62);
	border-radius: 50%;
	background: var(--toros-black-granite) !important;
	box-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
	place-items: center;
}

.toros-assistant-launcher:hover,
.toros-assistant-launcher:focus-visible {
	border-color: var(--toros-gold);
	box-shadow: 0 20px 46px rgba(0, 0, 0, 0.34);
	transform: translateY(-2px);
}

.toros-assistant-launcher > .dashicons {
	width: 25px;
	height: 25px;
	color: #ffffff;
	font-size: 25px;
	line-height: 1;
}

.toros-assistant-launcher__tooltip {
	position: absolute;
	right: calc(100% + 10px);
	bottom: 8px;
	width: max-content;
	padding: 8px 10px;
	border: 1px solid var(--toros-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
	color: var(--toros-ink);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: 0;
	opacity: 0;
	pointer-events: none;
	text-transform: none;
	transform: translateX(4px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.toros-assistant-launcher:hover .toros-assistant-launcher__tooltip,
.toros-assistant-launcher:focus-visible .toros-assistant-launcher__tooltip {
	opacity: 1;
	transform: translateX(0);
}

.toros-assistant {
	right: 22px;
	bottom: 94px;
	display: flex;
	width: min(392px, calc(100vw - 32px));
	height: min(560px, calc(100dvh - 118px));
	max-height: calc(100dvh - 118px);
	overflow: hidden;
	border: 1px solid rgba(201, 170, 112, 0.4);
	border-radius: 20px;
	background: #f5f5f2;
	box-shadow: 0 28px 84px rgba(0, 0, 0, 0.28);
	flex-direction: column;
}

.toros-assistant:not([hidden]) {
	animation: toros-assistant-enter 180ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.toros-assistant__header {
	justify-content: flex-start;
	gap: 12px;
	min-height: 76px;
	padding: 14px 14px 14px 16px;
	background: var(--toros-black-granite);
}

.toros-assistant__avatar {
	width: 42px;
	height: 42px;
	border: 1px solid rgba(201, 170, 112, 0.52);
	border-radius: 50%;
	object-fit: cover;
}

.toros-assistant__identity {
	min-width: 0;
	flex: 1;
}

.toros-assistant__identity h2 {
	margin: 0;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.toros-assistant__identity p,
.toros-assistant__header .toros-assistant__identity p {
	margin: 3px 0 0;
	color: var(--toros-on-granite-muted);
	font-size: 11px;
	font-weight: 550;
	letter-spacing: 0;
	text-transform: none;
}

.toros-assistant__close {
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	border-color: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	place-items: center;
}

.toros-assistant__close span.dashicons,
.toros-assistant__close span.dashicons:nth-child(2) {
	position: static;
	width: 24px;
	height: 24px;
	background: transparent;
	font-size: 24px;
	line-height: 1;
	transform: none !important;
}

.toros-assistant__body {
	display: flex;
	min-height: 0;
	padding: 0;
	background: var(--toros-white-granite);
	flex: 1;
	flex-direction: column;
}

.toros-assistant__thread {
	display: flex;
	min-height: 0;
	overflow-y: auto;
	padding: 20px 16px 12px;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	scroll-behavior: smooth;
}

.toros-assistant__bubble {
	width: fit-content;
	max-width: 86%;
	padding: 12px 14px;
	border-radius: 15px;
	font-size: 13px;
	line-height: 1.45;
}

.toros-assistant__bubble p {
	margin: 0;
}

.toros-assistant__bubble--assistant {
	align-self: flex-start;
	border: 1px solid #deded9;
	border-bottom-left-radius: 5px;
	background: #ffffff;
	color: #34373b;
}

.toros-assistant__bubble--user {
	align-self: flex-end;
	border-bottom-right-radius: 5px;
	background: #1b1c1f;
	color: #ffffff;
}

.toros-assistant__bubble a {
	display: inline-block;
	margin-top: 8px;
	border-bottom: 1px solid currentColor;
	color: var(--toros-accent);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.toros-assistant__choices {
	display: flex;
	margin: 0;
	overflow-x: auto;
	padding: 8px 16px 10px;
	gap: 8px;
	scrollbar-width: none;
}

.toros-assistant__choices::-webkit-scrollbar {
	display: none;
}

.toros-assistant__choices button {
	min-width: max-content;
	min-height: 44px;
	padding: 9px 14px;
	border: 1px solid #d3d2cd;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86) !important;
	color: var(--toros-ink) !important;
	font-size: 12px;
	font-weight: 650;
	text-align: center;
}

.toros-assistant__privacy {
	margin: 0;
	padding: 0 16px 12px;
	color: #73767a;
	font-size: 10px;
	line-height: 1.35;
}

.toros-assistant__form {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px;
	border-top: 1px solid #deded9;
	background: #ffffff;
}

.toros-assistant__form input {
	height: 46px;
	padding: 0 16px;
	border: 1px solid #cbcbc6;
	border-radius: 999px;
	background: #f7f7f5;
	font-size: 13px;
	flex: 1;
}

.toros-assistant__form input:focus {
	border-color: var(--toros-gold-dark);
	outline: 2px solid rgba(201, 170, 112, 0.28);
	outline-offset: 1px;
}

.toros-assistant__form button {
	display: grid;
	width: 46px;
	height: 46px;
	min-width: 46px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #76542c !important;
	place-items: center;
}

.toros-assistant__form button .dashicons {
	width: 21px;
	height: 21px;
	font-size: 21px;
	line-height: 1;
}

@keyframes toros-assistant-enter {
	from {
		opacity: 0;
		transform: translateY(10px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@media (max-width: 680px) {
	.toros-assistant-launcher {
		right: 16px;
		bottom: calc(16px + env(safe-area-inset-bottom));
	}

	.toros-assistant {
		right: 12px;
		bottom: calc(84px + env(safe-area-inset-bottom));
		left: 12px;
		width: auto;
		height: min(620px, calc(100dvh - 108px));
		max-height: calc(100dvh - 108px);
		border-radius: 18px;
	}

	.toros-assistant-launcher__tooltip {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.toros-assistant:not([hidden]) {
		animation: none;
	}

	.toros-assistant__thread {
		scroll-behavior: auto;
	}
}
