/*
 * Toros Tile experience enhancements.
 * Navigation, hero slider, footer, and guided assistant live here so the
 * catalog design system remains independently maintainable in site.css.
 */

/* Contrast lock for every dark-gold CTA state. */
body.toros-site .toros-button,
body.toros-site .toros-button:link,
body.toros-site .toros-button:visited,
body.toros-site .toros-button:hover,
body.toros-site .toros-button:focus,
body.toros-site .toros-button:active,
body.toros-site .woocommerce a.button,
body.toros-site .woocommerce a.button:visited,
body.toros-site .woocommerce button.button,
body.toros-site .woocommerce input.button {
	color: #ffffff !important;
}

/* Utility bar and centered global navigation. */
.toros-service-bar {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(105deg, #101113 0%, #1c1915 34%, #806039 66%, #2b2117 100%);
}

.toros-service-bar::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent 15%, rgba(255, 255, 255, 0.08) 50%, transparent 85%);
	content: "";
	pointer-events: none;
	transform: translateX(-100%);
	animation: toros-service-sheen 11s var(--toros-ease) infinite;
}

.toros-service-bar__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 24px;
}

.toros-service-bar__address {
	justify-self: center;
}

.toros-service-bar__inner > a:last-child {
	justify-self: end;
}

.toros-header {
	background:
		linear-gradient(110deg, rgba(255, 255, 255, 0.98), rgba(239, 241, 243, 0.96) 48%, rgba(255, 255, 255, 0.98));
}

.toros-header__inner {
	position: static;
	grid-template-columns: minmax(180px, 1fr) auto minmax(220px, 1fr);
	gap: clamp(20px, 2.6vw, 48px);
}

.toros-brand {
	justify-self: start;
}

.toros-mega-nav {
	position: static;
	justify-self: center;
}

.toros-mega-nav .toros-nav__list {
	justify-content: center;
	gap: clamp(20px, 2.2vw, 36px);
}

.toros-header__actions {
	justify-self: end;
}

.toros-mega-item {
	position: static !important;
}

.toros-mega-trigger {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 0;
	border: 0;
	background: transparent !important;
	color: var(--toros-ink) !important;
	font-size: 13px;
	font-weight: 750;
	line-height: 1;
	white-space: nowrap;
	box-shadow: none;
}

.toros-mega-trigger > span {
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg);
	transition: transform 220ms ease;
}

.toros-mega-trigger::after {
	position: absolute;
	right: 0;
	bottom: 5px;
	left: 0;
	height: 1px;
	background: var(--toros-accent);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 260ms var(--toros-ease);
}

.toros-mega-trigger:hover::after,
.toros-mega-trigger[aria-expanded="true"]::after {
	transform: scaleX(1);
	transform-origin: left;
}

.toros-mega-trigger[aria-expanded="true"] > span {
	transform: translateY(3px) rotate(225deg);
}

.toros-mega-panel {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 40;
	border-top: 1px solid var(--toros-line);
	border-bottom: 1px solid rgba(23, 25, 28, 0.22);
	background:
		radial-gradient(circle at 82% 20%, rgba(198, 166, 106, 0.13), transparent 26%),
		linear-gradient(120deg, #f7f8f9 0%, #e7eaed 100%);
	box-shadow: 0 30px 70px rgba(45, 35, 38, 0.18);
}

.toros-mega-panel[hidden] {
	display: none !important;
}

.toros-mega-panel__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.2fr) 0.72fr 0.72fr minmax(280px, 1.1fr);
	gap: clamp(30px, 4.5vw, 74px);
	align-items: stretch;
	padding-block: 42px;
}

.toros-mega-panel__grid--tile {
	grid-template-columns: minmax(280px, 1.05fr) minmax(320px, 1.2fr) minmax(250px, 0.8fr);
}

.toros-mega-panel__intro {
	align-self: center;
}

.toros-mega-panel__intro > p {
	margin: 0 0 14px;
	color: var(--toros-accent);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.toros-mega-panel__intro h2 {
	max-width: 460px;
	margin: 0;
	font-size: clamp(30px, 3vw, 50px);
	font-weight: 730;
	letter-spacing: -0.052em;
	line-height: 0.98;
}

.toros-mega-panel__intro > a {
	display: inline-block;
	margin-top: 22px;
	border-bottom: 1px solid currentColor;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
}

.toros-mega-panel__links {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
	padding-top: 4px;
}

.toros-mega-panel__links h3 {
	margin: 0 0 10px;
	color: var(--toros-muted);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.toros-mega-panel__links a {
	position: relative;
	font-size: 15px;
	font-weight: 650;
	letter-spacing: -0.015em;
	text-decoration: none;
}

.toros-mega-panel__links a::after {
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 1px;
	background: var(--toros-accent);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 220ms ease;
}

.toros-mega-panel__links a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.toros-mega-panel__links--columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 34px;
	align-content: center;
}

.toros-mega-panel__feature {
	position: relative;
	display: block;
	min-height: 210px;
	overflow: hidden;
	background: #d8dbde;
	text-decoration: none;
}

.toros-mega-panel__feature img {
	width: 100%;
	height: 100%;
	min-height: 210px;
	object-fit: cover;
	transition: transform 700ms var(--toros-ease);
}

.toros-mega-panel__feature--large img {
	object-position: center 28%;
}

.toros-mega-panel__feature:hover img {
	transform: scale(1.04);
}

.toros-mega-panel__feature span {
	position: absolute;
	right: 14px;
	bottom: 14px;
	left: 14px;
	padding: 12px 14px;
	background: rgba(247, 248, 249, 0.92);
	color: var(--toros-ink);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.toros-mega-panel__rooms {
	display: grid;
	grid-template-columns: 1fr 1fr 0.72fr;
	gap: 18px;
	padding-block: 36px;
}

.toros-mega-panel__rooms > a {
	display: grid;
	grid-template-columns: 112px 1fr;
	grid-template-rows: auto auto;
	gap: 6px 22px;
	align-items: end;
	min-height: 190px;
	padding: 20px;
	border: 1px solid var(--toros-line-dark);
	background: rgba(255, 255, 255, 0.58);
	text-decoration: none;
}

.toros-mega-panel__rooms > a img {
	grid-row: 1 / span 2;
	width: 112px;
	height: 148px;
	object-fit: cover;
	transition: transform 500ms var(--toros-ease);
}

.toros-mega-panel__rooms > a:hover img {
	transform: scale(1.03);
}

.toros-mega-panel__rooms strong {
	font-size: 26px;
	font-weight: 730;
	letter-spacing: -0.04em;
}

.toros-mega-panel__rooms span {
	align-self: start;
	color: var(--toros-muted);
	font-size: 13px;
}

/* Hero slider with real photography and motivated motion. */
.toros-hero-slider {
	position: relative;
	min-height: calc(100dvh - 108px);
	padding: 0 !important;
	overflow: hidden;
	isolation: isolate;
}

.toros-hero-slider__stage {
	position: relative;
	min-height: calc(100dvh - 108px);
}

.toros-hero-slide {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 720ms var(--toros-ease);
}

.toros-hero-slide.is-active {
	z-index: 1;
	opacity: 1;
	pointer-events: auto;
}

.toros-hero-slide__visual {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 57%;
	overflow: hidden;
	background: #d8dbde;
}

.toros-hero-slide__visual::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(23, 25, 28, 0.14), transparent 32%),
		linear-gradient(180deg, transparent 68%, rgba(23, 25, 28, 0.14));
	content: "";
	pointer-events: none;
}

.toros-hero-slide__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.01);
}

.toros-hero-slide:nth-child(1) .toros-hero-slide__visual img {
	object-position: 53% center;
}

.toros-hero-slide:nth-child(2) .toros-hero-slide__visual img {
	object-position: center 54%;
}

.toros-hero-slide:nth-child(3) .toros-hero-slide__visual img {
	object-position: center 45%;
}

.toros-hero-slide.is-active .toros-hero-slide__visual img {
	animation: toros-ken-burns 8.5s ease-out both;
}

.toros-hero-slide__wash {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 49%;
	overflow: hidden;
	background:
		radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.95), transparent 35%),
		radial-gradient(circle at 88% 78%, rgba(198, 166, 106, 0.11), transparent 30%),
		linear-gradient(132deg, #f8f9fa 0%, #e7eaed 100%);
}

.toros-hero-slide__wash::before {
	position: absolute;
	top: -20%;
	bottom: -20%;
	left: -55%;
	width: 34%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
	content: "";
	filter: blur(8px);
	transform: skewX(-13deg);
}

.toros-hero-slide.is-active .toros-hero-slide__wash::before {
	animation: toros-copy-sheen 1.2s 180ms var(--toros-ease) both;
}

.toros-hero-slide__layout {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: calc(100dvh - 108px);
	padding-top: clamp(34px, 5vh, 68px);
	padding-bottom: clamp(104px, 14vh, 142px);
}

.toros-hero-slide__copy {
	position: relative;
	width: 45%;
	max-width: 690px;
	padding: 32px clamp(28px, 5vw, 82px) 32px clamp(20px, 3.8vw, 60px);
}

.toros-hero-slide__copy::before {
	position: absolute;
	top: 32px;
	bottom: 32px;
	left: 0;
	width: 4px;
	background: linear-gradient(180deg, var(--toros-accent), rgba(198, 166, 106, 0.14));
	content: "";
	transform: scaleY(0);
	transform-origin: top;
}

.toros-hero-slide.is-active .toros-hero-slide__copy::before {
	transform: scaleY(1);
	transition: transform 900ms 180ms var(--toros-ease);
}

.toros-hero-slide__copy > * {
	opacity: 0;
	transform: translateY(28px);
}

.toros-hero-slide.is-active .toros-hero-slide__copy > * {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 680ms var(--toros-ease), transform 680ms var(--toros-ease);
}

.toros-hero-slide.is-active .toros-hero-slide__copy > :nth-child(1) {
	transition-delay: 160ms;
}

.toros-hero-slide.is-active .toros-hero-slide__copy > :nth-child(2) {
	transition-delay: 240ms;
}

.toros-hero-slide.is-active .toros-hero-slide__copy > :nth-child(3) {
	transition-delay: 330ms;
}

.toros-hero-slide.is-active .toros-hero-slide__copy > :nth-child(4) {
	transition-delay: 420ms;
}

.toros-hero-slide__copy h1,
.toros-hero-slide__copy h2 {
	max-width: 9.4ch;
	margin: 0;
	font-size: clamp(3.3rem, 5.4vw, 6.6rem);
	font-weight: 750;
	letter-spacing: -0.066em;
	line-height: 0.9;
}

.toros-hero-slide__copy .toros-hero__lede {
	max-width: 33rem;
	margin-top: 30px;
	font-size: clamp(16px, 1.18vw, 20px);
}

.toros-hero-slide__copy .toros-hero__actions {
	gap: 26px;
	margin-top: 34px;
}

.toros-hero-slider__controls {
	position: absolute;
	right: 0;
	bottom: 24px;
	left: 0;
	z-index: 6;
	display: grid;
	grid-template-columns: minmax(0, 45%) 1fr;
	align-items: end;
}

.toros-hero-slider__tabs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	padding-left: clamp(20px, 3.8vw, 60px);
}

.toros-hero-slider__tab {
	position: relative;
	min-height: 48px;
	padding: 0 0 12px;
	border: 0;
	border-bottom: 1px solid var(--toros-line-dark);
	background: transparent !important;
	color: var(--toros-muted) !important;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.085em;
	text-align: left;
	text-transform: uppercase;
}

.toros-hero-slider__tab::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	background: var(--toros-accent);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
}

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

.toros-hero-slider__tab.is-active::after {
	animation: toros-slide-progress 6.5s linear both;
}

.toros-hero-slider.is-paused .toros-hero-slider__tab.is-active::after {
	animation-play-state: paused;
}

.toros-hero-slider__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.toros-hero-slider__arrow,
.toros-hero-slider__pause {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 48px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background: rgba(23, 25, 28, 0.72) !important;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	color: #ffffff !important;
	box-shadow: none;
}

.toros-hero-slider__pause {
	min-width: 74px;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.toros-hero-slider__arrow > span:last-child {
	position: relative;
	display: block;
	width: 16px;
	height: 12px;
}

.toros-hero-slider__arrow > span:last-child::before,
.toros-hero-slider__arrow > span:last-child::after {
	position: absolute;
	content: "";
}

.toros-hero-slider__arrow > span:last-child::before {
	top: 5px;
	left: 0;
	width: 16px;
	height: 1px;
	background: currentColor;
}

.toros-hero-slider__arrow > span:last-child::after {
	top: 2px;
	width: 7px;
	height: 7px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
}

.toros-hero-slider__arrow--prev > span:last-child::after {
	left: 0;
	transform: rotate(-135deg);
}

.toros-hero-slider__arrow--next > span:last-child::after {
	right: 0;
	transform: rotate(45deg);
}

/* Stronger footer close. */
.toros-footer {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 84% 12%, rgba(198, 166, 106, 0.22), transparent 28%),
		linear-gradient(145deg, #1b1c20 0%, #111216 100%);
	color: #f5f5f3;
}

.toros-footer::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.035) 50%, transparent 60%);
	content: "";
	pointer-events: none;
}

.toros-footer__cta,
.toros-footer__grid,
.toros-footer__signature,
.toros-footer__bottom {
	position: relative;
	z-index: 1;
}

.toros-footer__cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 54px;
	align-items: end;
	padding-block: clamp(70px, 8vw, 122px);
}

.toros-footer__cta p {
	margin: 0 0 18px;
	color: #cfb47c;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.toros-footer__cta h2 {
	max-width: 900px;
	margin: 0;
	color: #f5f5f3;
	font-size: clamp(3rem, 5.8vw, 6.9rem);
	font-weight: 720;
	letter-spacing: -0.066em;
	line-height: 0.92;
}

.toros-footer__cta-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}

.toros-footer__outline-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
	border: 1px solid rgba(255, 255, 255, 0.62);
	color: #ffffff !important;
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.06em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background 180ms ease, color 180ms ease;
}

.toros-footer__outline-button:hover {
	background: #ffffff;
	color: #17191c !important;
}

.toros-footer__rule {
	position: relative;
	z-index: 1;
	width: var(--toros-shell);
	height: 1px;
	margin-inline: auto;
	background: linear-gradient(90deg, var(--toros-accent), rgba(255, 255, 255, 0.18) 45%, transparent);
}

.toros-footer__grid {
	grid-template-columns: 1.35fr repeat(3, 0.72fr);
	padding-block: 70px;
}

.toros-footer__brand img {
	width: 210px;
	filter: grayscale(1) brightness(0) invert(1);
}

.toros-footer__brand p,
.toros-footer address,
.toros-footer a,
.toros-footer li,
.toros-footer__column p {
	color: #b7b9bd;
}

.toros-footer__brand p {
	font-size: 15px;
}

.toros-footer__phone {
	display: inline-block;
	margin-top: 24px;
	color: #ffffff !important;
	font-size: clamp(20px, 2vw, 28px) !important;
	font-weight: 730;
	letter-spacing: -0.03em;
	text-decoration: none;
}

.toros-footer h2 {
	color: #ffffff;
}

.toros-footer__column p {
	max-width: 230px;
	margin: 18px 0 0;
	font-size: 12px;
}

.toros-footer__column a {
	transition: color 180ms ease;
}

.toros-footer__column a:hover {
	color: #ffffff;
}

.toros-footer__signature {
	margin-top: 10px;
	overflow: hidden;
	color: transparent;
	font-size: clamp(6rem, 14vw, 14rem);
	font-weight: 850;
	letter-spacing: -0.075em;
	line-height: 0.68;
	white-space: nowrap;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.16);
}

.toros-footer__bottom {
	border-color: rgba(255, 255, 255, 0.14);
	color: #85888e;
}

/* Guided material assistant. */
.toros-assistant-launcher {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1800;
	display: inline-flex;
	align-items: center;
	gap: 11px;
	min-height: 56px;
	padding: 7px 18px 7px 7px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 0;
	background: linear-gradient(120deg, #806039, #4f381e) !important;
	box-shadow: 0 18px 50px rgba(64, 16, 24, 0.28);
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.toros-assistant-launcher:hover {
	box-shadow: 0 22px 56px rgba(64, 16, 24, 0.36);
	transform: translateY(-2px);
}

.toros-assistant-launcher__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.toros-assistant {
	position: fixed;
	right: 24px;
	bottom: 92px;
	z-index: 1801;
	width: min(410px, calc(100vw - 32px));
	border: 1px solid #aeb4ba;
	border-radius: 0;
	background: #f4f5f6;
	box-shadow: 0 30px 90px rgba(30, 25, 27, 0.3);
	color: var(--toros-ink);
}

.toros-assistant[hidden] {
	display: none !important;
}

.toros-assistant__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 20px 20px 18px;
	background: linear-gradient(115deg, #17191c, #3b171e 68%, #671522);
	color: #ffffff;
}

.toros-assistant__header p {
	margin: 0 0 5px;
	color: #d9a5ad;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.toros-assistant__header h2 {
	margin: 0;
	color: #ffffff;
	font-size: 19px;
	font-weight: 730;
	letter-spacing: -0.025em;
}

.toros-assistant__close {
	position: relative;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.38);
	background: transparent !important;
	color: #ffffff !important;
}

.toros-assistant__close span:not(.screen-reader-text) {
	position: absolute;
	top: 19px;
	left: 11px;
	width: 18px;
	height: 1px;
	background: currentColor;
}

.toros-assistant__close span:nth-child(2) {
	transform: rotate(45deg);
}

.toros-assistant__close span:nth-child(3) {
	transform: rotate(-45deg);
}

.toros-assistant__body {
	padding: 20px;
}

.toros-assistant__message {
	min-height: 72px;
	padding: 16px;
	border-left: 3px solid var(--toros-accent);
	background: #ffffff;
	color: #3e4248;
	font-size: 14px;
}

.toros-assistant__message p {
	margin: 0;
}

.toros-assistant__message a {
	display: inline-block;
	margin-top: 10px;
	border-bottom: 1px solid currentColor;
	color: var(--toros-accent);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.055em;
	text-decoration: none;
	text-transform: uppercase;
}

.toros-assistant__choices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 14px;
}

.toros-assistant__choices button {
	min-height: 42px;
	padding: 9px 11px;
	border: 1px solid var(--toros-line-dark);
	border-radius: 0;
	background: transparent !important;
	color: var(--toros-ink) !important;
	font-size: 11px;
	font-weight: 750;
	line-height: 1.2;
	text-align: left;
}

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

.toros-assistant__form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	border-top: 1px solid var(--toros-line-dark);
}

.toros-assistant__form input {
	min-width: 0;
	height: 56px;
	padding: 0 16px;
	border: 0;
	border-radius: 0;
	background: #ffffff;
	color: var(--toros-ink);
}

.toros-assistant__form button {
	min-width: 76px;
	border: 0;
	border-radius: 0;
	background: var(--toros-accent) !important;
	color: #ffffff !important;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@keyframes toros-service-sheen {
	0%,
	72% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

@keyframes toros-ken-burns {
	from {
		transform: scale(1.01);
	}
	to {
		transform: scale(1.09);
	}
}

@keyframes toros-copy-sheen {
	from {
		transform: translateX(0) skewX(-13deg);
	}
	to {
		transform: translateX(540%) skewX(-13deg);
	}
}

@keyframes toros-slide-progress {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}

@media (max-width: 1220px) {
	.toros-header__inner {
		grid-template-columns: 158px auto 1fr;
		gap: 22px;
	}

	.toros-mega-nav .toros-nav__list {
		gap: 18px;
	}

	.toros-mega-trigger,
	.toros-mega-nav .toros-nav__list > li > a {
		font-size: 12px;
	}

	.toros-mega-panel__grid {
		grid-template-columns: 1.05fr 0.72fr 0.72fr 0.9fr;
		gap: 28px;
	}

	.toros-hero-slide__copy {
		width: 48%;
	}

	.toros-hero-slider__controls {
		grid-template-columns: minmax(0, 48%) 1fr;
	}
}

@media (max-width: 980px) {
	.toros-service-bar__inner {
		grid-template-columns: 1fr 1fr;
	}

	.toros-service-bar__address {
		display: none;
	}

	.toros-mega-panel {
		display: none !important;
	}

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

	.toros-hero-slide__visual {
		top: auto;
		width: 100%;
		height: 340px;
	}

	.toros-hero-slide__wash {
		top: 0;
		bottom: auto;
		width: 100%;
		height: 540px;
	}

	.toros-hero-slide__layout {
		align-items: flex-start;
		min-height: 540px;
		padding-top: 54px;
		padding-bottom: 72px;
	}

	.toros-hero-slide__copy {
		width: min(100%, 690px);
		padding-top: 28px;
	}

	.toros-hero-slide__copy h1,
	.toros-hero-slide__copy h2 {
		max-width: 9ch;
		font-size: clamp(3.7rem, 10vw, 5.9rem);
	}

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

	.toros-hero-slider__tabs {
		padding-left: clamp(20px, 3.8vw, 60px);
	}

	.toros-hero-slider__actions {
		padding-left: 14px;
	}

	.toros-hero-slider__arrow,
	.toros-hero-slider__pause {
		border-color: var(--toros-line-dark);
		background: rgba(243, 244, 245, 0.92) !important;
		color: var(--toros-ink) !important;
	}

	.toros-footer__cta {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.toros-footer__cta-actions {
		justify-content: flex-start;
	}

	.toros-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 680px) {
	.toros-service-bar__inner {
		grid-template-columns: 1fr;
	}

	.toros-service-bar__inner > a:last-child {
		justify-self: center;
	}

	.toros-hero-slider,
	.toros-hero-slider__stage {
		min-height: 900px;
	}

	.toros-hero-slide__visual {
		height: 340px;
	}

	.toros-hero-slide__wash,
	.toros-hero-slide__layout {
		height: 560px;
		min-height: 560px;
	}

	.toros-hero-slide__layout {
		padding-top: 28px;
		padding-bottom: 64px;
	}

	.toros-hero-slide__copy {
		padding: 28px 0 24px 18px;
	}

	.toros-hero-slide__copy::before {
		top: 28px;
		bottom: 24px;
	}

	.toros-hero-slide__copy h1,
	.toros-hero-slide__copy h2 {
		max-width: 8.5ch;
		font-size: clamp(3.25rem, 14.5vw, 4.7rem);
		line-height: 0.9;
	}

	.toros-hero-slide__copy .toros-hero__lede {
		max-width: 32ch;
		margin-top: 22px;
		font-size: 15px;
	}

	.toros-hero-slide__copy .toros-hero__actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		margin-top: 24px;
	}

	.toros-hero-slide__copy .toros-button {
		min-height: 50px;
	}

	.toros-hero-slider__controls {
		top: 500px;
		display: block;
	}

	.toros-hero-slider__tabs {
		gap: 8px;
		padding: 0;
	}

	.toros-hero-slider__tab {
		font-size: 9px;
	}

	.toros-hero-slider__actions {
		display: none;
	}

	.toros-footer__cta-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.toros-footer__cta-actions a {
		width: 100%;
	}

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

	.toros-footer__signature {
		font-size: 23vw;
	}

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

	.toros-assistant {
		right: 12px;
		bottom: 82px;
		left: 12px;
		width: auto;
		max-height: calc(100dvh - 102px);
		overflow-y: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	.toros-service-bar::after,
	.toros-hero-slide.is-active .toros-hero-slide__visual img,
	.toros-hero-slide.is-active .toros-hero-slide__wash::before,
	.toros-hero-slider__tab.is-active::after {
		animation: none !important;
	}

	.toros-hero-slide__copy > *,
	.toros-hero-slide.is-active .toros-hero-slide__copy > * {
		opacity: 1;
		transform: none;
		transition: none;
	}
}
