@charset "UTF-8";
/*!
Theme Name: DEVOLLI GROUP_XYZ
Theme URI: https://dev.xyz-ks.com/dgroup/devolligroup/theme
Author: XYZ
Author URI: https://xyz-ks.com
Description: Custom WP Theme made for Devolli Group
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: devolligroup-xyz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Custom WordPress theme for Devolli Group, developed by XYZ Agency - https://xyz-ks.com/. The theme embraces a modular architecture, rich editorial tooling, and performance-minded front-end experiences tailored for Devolli Group's digital presence.

DevolliGroup_XYZ is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/


.white {
	color: #ffffff !important;
}

.black {
	color: #000000;
}

.transparent {
	background-color: transparent;
}

.background-white {
	background-color: #ffffff;
}

.background-black {
	background-color: #363030;
}

.background-transparent {
	background-color: transparent;
}

.yellow {
	color: #F2C200;
}

.background-yellow {
	background-color: #F2C200;
}

.accent {
	color: #363030;
}

.background-accent {
	background-color: #363030;
}


@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}





html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}



body {
	margin: 0;
}


main {
	display: block;
}


h1 {
	font-size: 2em;
	margin: 0.67em 0;
}



hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}


pre {
	font-family: monospace, monospace;
	font-size: 1em;
}



a {
	background-color: transparent;
}


abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}


b,
strong {
	font-weight: bolder;
}


code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


small {
	font-size: 80%;
}


sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}



img {
	border-style: none;
}



button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}


button,
input {
	overflow: visible;
}


button,
select {
	text-transform: none;
}


button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}


button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}


button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


fieldset {
	padding: 0.35em 0.75em 0.625em;
}


legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}


progress {
	vertical-align: baseline;
}


textarea {
	overflow: auto;
}


[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}


[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}


[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}


[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}


::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}



details {
	display: block;
}


summary {
	display: list-item;
}



template {
	display: none;
}


[hidden] {
	display: none;
}



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

html {
	box-sizing: border-box;
}



body,
button,
input,
select,
optgroup,
textarea {
	color: #343232;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Ogg", "Bodoni Moda", "Playfair Display", serif;
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 1rem 0;
	color: #343232;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
	margin-bottom: 0;
}

h1 {
	font-size: clamp(2.75rem, 7vw, 4.75rem);
}

h2 {
	font-size: clamp(2rem, 6vw, 4rem);
}

h3 {
	font-size: clamp(1.5rem, 4vw, 2.5rem);
}

h4 {
	font-size: clamp(1.25rem, 3vw, 2rem);
}

h5 {
	font-size: clamp(1.125rem, 2.5vw, 1.75rem);
}

h6 {
	font-size: clamp(1rem, 2vw, 1.5rem);
}

p {
	margin-bottom: 1.15rem;
	font-size: clamp(1rem, 2vw, 1.115rem);
}
p:last-child {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5rem;
	font-style: italic;
	color: rgb(255, 255, 255);
	border-left: 4px solid #363030;
	padding-left: 1rem;
}

address {
	margin: 0 0 1.5rem 0;
}

pre {
	background: rgba(255, 255, 255, 0.05);
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6rem;
	max-width: 100%;
	overflow: auto;
	padding: 1.6rem;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

code,
kbd,
tt,
var {
	font-family: "Courier 10 Pitch", courier, monospace;
	background: rgba(255, 255, 255, 0.1);
	padding: 0.2rem 0.4rem;
	border-radius: 3px;
	font-size: 0.9em;
}

abbr,
acronym {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
	cursor: help;
}

mark,
ins {
	background: rgba(186, 173, 106, 0.2);
	text-decoration: none;
	padding: 0.1rem 0.3rem;
	border-radius: 3px;
}

big {
	font-size: 125%;
}

a {
	color: #363030;
	text-decoration: none;
	transition: color 0.3s ease;
}
a:hover, a:focus {
	color: #514848;
	text-decoration: underline;
}

ul,
ol {
	margin: 0 0 1.5rem 0;
	padding-left: 2rem;
}
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

li {
	margin-bottom: 0.5rem;
}
li:last-child {
	margin-bottom: 0;
}

.the-script {
	font-family: "Ogg", sans-serif !important;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1.5rem;
}

th,
td {
	padding: 0.75rem;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

th {
	font-weight: 600;
	color: #363030;
}

hr {
	border: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	margin: 2rem 0;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-primary {
	color: #343232;
}

.text-secondary {
	color: rgb(255, 255, 255);
}

.text-muted {
	color: rgb(255, 255, 255);
}

.text-accent {
	color: #363030;
}

.font-heading {
	font-family: "Ogg", "Bodoni Moda", "Playfair Display", serif;
}

.font-main {
	font-family: "Ogg", sans-serif;
}

.font-code {
	font-family: "Courier 10 Pitch", courier, monospace;
}

@media (max-width: 768px) {
	body {
		font-size: 1rem;
	}
	h1 {
		font-size: clamp(1.75rem, 8vw, 3rem);
	}
	h2 {
		font-size: clamp(1.5rem, 6vw, 2.5rem);
	}
	h3 {
		font-size: clamp(1.25rem, 5vw, 2rem);
	}
	h4 {
		font-size: clamp(1.125rem, 4vw, 1.75rem);
	}
	h5 {
		font-size: clamp(1rem, 3vw, 1.5rem);
	}
	h6 {
		font-size: clamp(0.9rem, 2.5vw, 1.25rem);
	}
	blockquote {
		margin: 0 1rem;
		padding-left: 0.75rem;
	}
	pre {
		padding: 1rem;
		font-size: 0.85rem;
	}
}
@media (max-width: 480px) {
	h1 {
		font-size: clamp(1.5rem, 10vw, 2.5rem);
	}
	h2 {
		font-size: clamp(1.25rem, 8vw, 2rem);
	}
	h3 {
		font-size: clamp(1.125rem, 6vw, 1.75rem);
	}
	blockquote {
		margin: 0 0.5rem;
		padding-left: 0.5rem;
	}
}
@media print {
	body {
		font-size: 14pt;
		color: #000;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #000;
		page-break-after: avoid;
	}
	a {
		color: #000;
		text-decoration: underline;
	}
	blockquote {
		border-left-color: #000;
		color: #000;
	}
}
.section-title {
	font-family: "Ogg", sans-serif;
	font-weight: 800;
	line-height: 1.25;
	position: relative;
	letter-spacing: 0.0755em;
}

.section-title.xl {
	font-size: clamp(4rem, 10vw, 10rem);
}

.section-title.l {
	font-size: clamp(3rem, 8vw, 8rem);
}

.section-title.m {
	font-size: clamp(2rem, 6vw, 4rem);
}

.sub-title {
	font-family: "Ogg", sans-serif;
	letter-spacing: 0.1em;
	width: 100%;
	display: block;
}

.above-title {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.1em;
	width: 100%;
	display: block;
	margin-bottom: 0;
}


.text-align-right {
	text-align: right !important;
}

.text-align-left {
	text-align: left !important;
}

.text-align-center {
	text-align: center !important;
}







main {
	position: relative;
	z-index: 10;
}


section {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

.my-xl {
	margin: 4rem 0 !important;
}

.mt-xl {
	margin: 4rem 0 0 0 !important;
}


.container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}


.section-header {
	margin-bottom: 4rem;
	position: relative;
}


.img-crop {
	overflow: hidden;
	border-radius: 8px;
}

.img-crop img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.5s cubic-bezier(0.51, 0.54, 0.28, 0.81);
}

.img-crop:hover img {
	transform: scale(1.05) !important;
}


.img-responsive {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}


.featured-news-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}


.news-card-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}


.scale-s,
.scale-s img {
	transition: transform 0.5s cubic-bezier(0.51, 0.54, 0.28, 0.81);
}

.scale-s:hover,
.scale-s:hover img {
	transform: scale(1.05) !important;
}


.with-written {
	position: relative;
}

.with-written--above:before {
	content: attr(data-written);
	position: absolute;
	top: -2rem;
	left: 0;
	font-family: "bonvivant", "Bodoni Moda", "Playfair Display", sans-serif;
	font-weight: 300;
	font-size: 2rem;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: 0.05em;
	text-align: var(--written-align, center);
	width: 100%;
	display: block;
}

.with-written--below:after {
	content: attr(data-written);
	width: 100%;
	display: block;
	font-family: "bonvivant", "Bodoni Moda", "Playfair Display", sans-serif;
	font-weight: 300;
	font-size: 2rem;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: 0.05em;
	text-align: var(--written-align, center);
	margin-top: -2%;
}

.with-written[data-written-align=left] {
	--written-align: left;
}

.with-written[data-written-align=center] {
	--written-align: center;
}

.with-written[data-written-align=right] {
	--written-align: right;
}



.img-crop img,
.curzr,
.main-header,
.single-product-image,
.next-product-image-container {
	will-change: transform;
}


.mouse {
	width: 40px;
	height: 72px;
	border: 2px solid #fff;
	border-radius: 60px;
	position: relative;
}

.mouse::before {
	content: "";
	width: 4px;
	height: 12px;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 10%;
	opacity: 1;
	animation: wheel 2s infinite;
	-webkit-animation: wheel 2s infinite;
}

.mouse {
	cursor: pointer;
	z-index: 55;
}

.mousea {
	cursor: pointer;
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 50px;
	}
}
@keyframes reveal-fade {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.5);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after, .progress-wrap::before {
	position: absolute;
	font-family: "Font Awesome 7 Free";
	content: "\f062";
	font-weight: 600;
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}

.progress-wrap::after {
	color: rgba(186, 173, 106, 0.55);
}

.progress-wrap::before {
	opacity: 0;
	background-image: linear-gradient(45deg, var(--accent), rgba(186, 173, 106, 0.85));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 2;
}

.progress-wrap:hover::after {
	opacity: 0;
}

.progress-wrap:hover::before {
	opacity: 1;
}

.progress-wrap svg path {
	fill: none;
	stroke: #b00208;
	stroke-width: 4;
}

.progress-wrap svg path.progress-circle path {
	stroke: var(--accent);
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}


.valign-middle {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


.position-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.position-center-bottom {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(0, -50%);
}

.forward {
	z-index: 1000;
}


.faded {
	position: relative;
	display: inline-block;
	color: white;
}

.faded:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-collapse: separate;
}

.faded.faded-left:after {
	box-shadow: inset 40px 0 40px -16px;
}

.faded.faded-right:after {
	box-shadow: inset -40px 0 40px -16px;
}


.divider {
	max-width: 95dvw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	z-index: 20;
	position: relative;
}


.page-empty-state {
	min-height: calc(100vh - 200px); 
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4rem 2rem;
	text-align: center;
}

.page-empty-content {
	max-width: 600px;
	margin: 0 auto;
}

.page-empty-title {
	font-size: clamp(2rem, 5vw, 3.5rem);
	margin-bottom: 1.5rem;
	font-weight: 700;
	color: inherit;
}

.page-empty-message {
	font-size: clamp(1.125rem, 2.5vw, 1.5rem);
	color: inherit;
	opacity: 0.7;
	margin: 0;
}




* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion) {
	html {
		scroll-behavior: initial;
	}
}
body {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100%;
	overflow-x: hidden;
	position: relative;
	scroll-behavior: smooth;
}

body > footer {
	position: sticky;
	top: 100vh;
}





.our-story-section {
	position: relative;
	z-index: 10;
}

.story-flex {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
	justify-items: center;
	justify-content: center;
}

.story-img-wrapper {
	min-width: 300px;
	max-width: 50vw;
	aspect-ratio: 3/4;
	overflow: hidden;
}

.story-img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.story-text {
	max-width: 100vw;
	padding: 2rem;
}

.story-text h3 {
	margin-bottom: 2rem;
}

.story-text p {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1rem;
	line-height: 1.8;
	color: rgb(255, 255, 255);
}











.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.header-line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
	transform: scaleX(0);
	transform-origin: left;
}

.header-bg {
	position: absolute;
	inset: 0;
	background: rgba(39, 39, 39, 0.95);
	backdrop-filter: blur(10px);
	opacity: 0;
}

.main-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

body.has-scroll-reveal-hero .main-header {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-20px);
}

body.has-scroll-reveal-hero.srh-header-visible .main-header {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.nav-bar {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2rem;
	position: relative;
	height: 90px;
}


.logo-container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	gap: 1rem;
	transition: none;
	will-change: transform, left, top;
}

.logo-link {
	display: flex;
	align-items: center;
	gap: 1rem;
	text-decoration: none;
}

.logo-icon,
.logo-text {
	display: flex;
	align-items: center;
	opacity: 1;
}

.logo-icon img {
	height: 60px;
	width: auto;
	display: block;
}

.logo-text img {
	height: 40px;
	width: auto;
	display: block;
}

.nav-brand {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.nav-active-section {
	font-size: 0.75rem;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
	opacity: 0;
}

.logo {
	margin: 10px 0px;
	height: 80px;
	width: auto;
}

.navigation {
	margin-left: auto;
}

.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 3.5rem;
	background: transparent;
	transition: all 0.25s ease-in-out;
}

.navigation .menu,
.navigation .nav-menu {
	align-items: center;
	justify-content: flex-end;
	opacity: 0;
	position: relative;
}

.navigation .menu > li,
.navigation .nav-menu > li {
	position: relative;
	padding-bottom: 0;
}

.nav-item {
	position: relative;
}

.navigation .sub-menu,
.navigation .dropdown {
	display: none;
	position: absolute;
	
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(39, 39, 39, 0.98);
	min-width: 260px;
	padding: 25px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.navigation .menu > li:hover > .sub-menu,
.navigation .menu > li:hover > .dropdown,
.navigation .nav-menu > li:hover > .sub-menu,
.navigation .nav-menu > li:hover > .dropdown,
.navigation .menu > li:focus-within > .sub-menu,
.navigation .menu > li.focus > .sub-menu,
.navigation .menu > li.current-menu-parent > .sub-menu,
.navigation .menu > li.current-menu-ancestor > .sub-menu {
	display: block;
	pointer-events: auto;
}

.dropdown-line {
	position: absolute;
	top: -1px;
	left: 0;
	width: 0;
	height: 2px;
	background: #F2C200;
}

.navigation a,
.nav-link {
	position: relative;
	display: inline-block;
	font-size: 0.95rem;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	transition: color 0.2s;
	padding: 5px 0;
}

.nav-link-line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #F2C200;
	transform: scaleX(0);
	transform-origin: right;
}

.navigation .sub-menu a,
.dropdown-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	font-size: 0.875rem;
	letter-spacing: 0.12em;
	text-transform: none;
}

.navigation .menu > li.current-menu-item > a .nav-link-line,
.navigation .menu > li.current_page_item > a .nav-link-line,
.navigation .menu > li.current-menu-ancestor > a .nav-link-line,
.navigation .menu > li.current-menu-parent > a .nav-link-line {
	transform: scaleX(1);
	transform-origin: left;
}

.navigation a:after,
.navigation a:before {
	content: "";
	position: absolute;
	top: calc(100% - 0px);
	width: 0;
	right: 0;
	height: 2px;
}

.navigation a:after {
	transition: width 0.25s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	background: #F2C200;
}

.navigation a:before {
	transition: width 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
	background: var(--accent);
}

.navigation a:hover:after,
.navigation a:hover:before {
	width: 100%;
	left: 0;
}

.menu-btn {
	display: none;
}

.menu-icon {
	display: none;
	padding: 28px 20px;
	right: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.menu-icon .navicon {
	background: #fff;
	display: block;
	height: 2px;
	width: 18px;
	position: relative;
	transition: all 0.4s ease;
}

.menu-icon .navicon:before,
.menu-icon .navicon:after {
	content: "";
	background: #fff;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	transition: all 0.2s ease-out;
}

.menu-icon .navicon:before {
	top: 5px;
}

.menu-icon .navicon:after {
	top: -5px;
}

.menu-btn:checked ~ .navigation .menu {
	
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}

.menu-btn:checked ~ .navigation .menu > li {
	width: 100%;
}

.menu-btn:checked ~ .navigation .menu > li > .sub-menu {
	position: static;
	transform: none;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin: 0.35rem 0 0.25rem;
	white-space: normal;
}

@media (max-width: 767px) {
	.nav-bar {
		padding: 1rem 1.5rem;
	}
	.nav-active-section {
		display: none;
	}
	.menu-icon {
		display: block;
		position: fixed;
		top: 1.6rem;
		right: 1.5rem;
		z-index: 1002;
	}
	.menu-btn {
		display: block;
		position: fixed;
		right: 1.2rem;
		top: 1.6rem;
		width: 50px;
		height: 50px;
		opacity: 0;
		z-index: 1003;
		cursor: pointer;
	}
	.navigation {
		position: fixed;
		inset: 0;
		pointer-events: none;
		z-index: 1001;
	}
	.navigation::before {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(10, 10, 10, 0.6);
		opacity: 0;
		transition: opacity 0.3s ease;
	}
	.navigation .menu {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: min(80vw, 320px);
		flex-direction: column;
		align-items: flex-start;
		gap: 1.25rem;
		padding: 7rem 2rem 2.5rem;
		background: rgba(22, 22, 22, 0.98);
		transform: translateX(100%);
		transition: transform 0.3s ease;
		box-shadow: -24px 0 60px rgba(0, 0, 0, 0.45);
		opacity: 1;
	}
	.menu-btn:checked ~ .navigation {
		pointer-events: auto;
	}
	.menu-btn:checked ~ .navigation::before {
		opacity: 1;
	}
	.menu-btn:checked ~ .navigation .menu {
		transform: translateX(0);
	}
	.navigation .menu > li {
		width: 100%;
		padding-bottom: 0;
	}
	.navigation .menu > li {
		opacity: 1;
	}
	.navigation .menu > li > a {
		font-size: 1.1rem;
		letter-spacing: 0.12em;
	}
	.navigation .menu > li > .sub-menu {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
		margin: 0.35rem 0 0;
		padding-left: 1rem;
		border-left: 2px solid rgba(255, 255, 255, 0.1);
	}
	.navigation .sub-menu a {
		font-size: 0.9rem;
		letter-spacing: 0.1em;
	}
}
.menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}

.menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
	top: 0;
}

.menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
	top: 0;
}



@media (max-width: 768px) {
	
	.mobile-menu-toggle {
		position: fixed;
		top: 1.5rem;
		right: 1.5rem;
		width: 44px;
		height: 44px;
		background: transparent;
		border: none;
		cursor: pointer;
		z-index: 9999;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 6px;
		transition: transform 0.3s ease;
	}
	.mobile-menu-toggle:hover {
		transform: scale(1.05);
	}
	.mobile-menu-toggle span {
		display: block;
		width: 24px;
		height: 2px;
		background: #fff;
		transition: all 0.3s ease;
		border-radius: 2px;
	}
	.mobile-menu-toggle.is-active span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}
	.mobile-menu-toggle.is-active span:nth-child(2) {
		opacity: 0;
		transform: translateX(-20px);
	}
	.mobile-menu-toggle.is-active span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}
	
	.mobile-menu-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		z-index: 9997;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	.mobile-menu-overlay.is-open {
		opacity: 1;
		visibility: visible;
	}
	
	.mobile-menu {
		position: fixed;
		top: 0;
		right: 0;
		width: min(85vw, 360px);
		height: 100%;
		background: #161616;
		z-index: 9998;
		transform: translateX(100%);
		transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		overflow-y: auto;
		overflow-x: hidden;
		box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
	}
	.mobile-menu.is-open {
		transform: translateX(0);
	}
	.mobile-menu::-webkit-scrollbar {
		width: 6px;
	}
	.mobile-menu::-webkit-scrollbar-track {
		background: rgba(255, 255, 255, 0.05);
	}
	.mobile-menu::-webkit-scrollbar-thumb {
		background: rgba(255, 255, 255, 0.2);
		border-radius: 3px;
	}
	
	.mobile-menu__header {
		padding: 2rem 1.5rem 1.5rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.mobile-menu__header .mobile-menu__logo {
		display: flex;
		align-items: center;
		gap: 0.75rem;
	}
	.mobile-menu__header .mobile-menu__logo img {
		height: 40px;
		width: auto;
	}
	
	.mobile-menu__nav {
		padding: 1rem 0;
	}
	.mobile-menu__list {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.mobile-menu__item {
		position: relative;
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}
	.mobile-menu__item.mobile-menu__item--parent > .mobile-menu__link {
		padding-right: 3.5rem;
	}
	.mobile-menu__link {
		display: block;
		padding: 1rem 1.5rem;
		color: #fff;
		text-decoration: none;
		font-size: 1rem;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		transition: all 0.2s ease;
		position: relative;
	}
	.mobile-menu__link:hover, .mobile-menu__link:active {
		background: rgba(255, 255, 255, 0.05);
		color: #f4c430;
	}
	.mobile-menu__link.current-menu-item, .mobile-menu__link.current-menu-ancestor {
		color: #f4c430;
		background: rgba(244, 196, 48, 0.1);
	}
	
	.mobile-submenu-toggle {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 100%;
		background: transparent;
		border: none;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.2s ease;
	}
	.mobile-submenu-toggle::before, .mobile-submenu-toggle::after {
		content: "";
		position: absolute;
		background: #fff;
		transition: transform 0.2s ease;
	}
	.mobile-submenu-toggle::before {
		width: 14px;
		height: 2px;
	}
	.mobile-submenu-toggle::after {
		width: 2px;
		height: 14px;
	}
	.mobile-submenu-toggle.is-open::after {
		transform: rotate(90deg);
		opacity: 0;
	}
	.mobile-submenu-toggle.is-open::before {
		background: #f4c430;
	}
	.mobile-submenu-toggle:hover {
		background: rgba(255, 255, 255, 0.05);
	}
	
	.mobile-menu__submenu {
		list-style: none;
		margin: 0;
		padding: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		background: rgba(0, 0, 0, 0.3);
	}
	.mobile-menu__submenu.is-open {
		max-height: 1000px;
	}
	.mobile-menu__submenu .mobile-menu__item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.03);
	}
	.mobile-menu__submenu .mobile-menu__link {
		padding: 0.85rem 1.5rem 0.85rem 2.5rem;
		font-size: 0.9rem;
		text-transform: none;
		letter-spacing: 0.05em;
		font-weight: 400;
	}
	.mobile-menu__submenu .mobile-menu__link::before {
		content: "›";
		margin-right: 0.5rem;
		color: rgba(255, 255, 255, 0.5);
	}
	
	.mobile-menu__footer {
		padding: 1.5rem;
		margin-top: 2rem;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.mobile-menu__footer .mobile-menu__contact {
		font-size: 0.85rem;
		color: rgba(255, 255, 255, 0.6);
		line-height: 1.6;
	}
	.mobile-menu__footer .mobile-menu__contact a {
		color: #f4c430;
		text-decoration: none;
	}
	.mobile-menu__footer .mobile-menu__contact a:hover {
		text-decoration: underline;
	}
	
	body.mobile-menu-open {
		overflow: hidden;
		position: fixed;
		width: 100%;
	}
	
	.navigation {
		display: none !important;
	}
	.menu-icon,
	.menu-btn {
		display: none !important;
	}
}
@media (min-width: 769px) {
	.mobile-menu-toggle,
	.mobile-menu-overlay,
	.mobile-menu {
		display: none !important;
	}
}




.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


.custom-logo-link {
	display: inline-block;
}








@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.modern-hero {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	isolation: isolate;
}

.modern-hero__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.modern-hero__background--video {
	background-color: #000;
}
.modern-hero__background--video .modern-hero__video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.modern-hero__background--video .modern-hero__video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100vw;
	min-height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (min-aspect-ratio: 16/9) {
	.modern-hero__video iframe {
		height: 56.25vw;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media (max-aspect-ratio: 16/9) {
	.modern-hero__video iframe {
		width: 177.78vh;
		left: 50%;
		transform: translateX(-50%);
	}
}
.modern-hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	will-change: opacity;
}
.modern-hero__content {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1200px;
	padding: 2rem;
	text-align: center;
}
.modern-hero__content-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

.modern-hero__heading {
	font-size: clamp(2.5rem, 8vw, 5rem);
	font-weight: 900;
	font-family: "Bodoni Moda", "Playfair Display", serif;
	line-height: 1.1;
	margin: 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	max-width: 20ch;
	will-change: transform, opacity;
}

.modern-hero__subheading {
	font-size: clamp(1.125rem, 3vw, 1.5rem);
	font-weight: 300;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.6;
	margin: 0;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	max-width: 60ch;
	will-change: transform, opacity;
}

.modern-hero__scroll-indicator {
	position: absolute;
	bottom: 3rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

.modern-hero__scroll-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	background: transparent;
	border: none;
	cursor: pointer;
	color: #ffffff;
	transition: all 0.3s ease;
	padding: 0;
}
.modern-hero__scroll-btn:hover, .modern-hero__scroll-btn:focus {
	transform: translateY(-4px);
}
.modern-hero__scroll-btn:hover .modern-hero__scroll-arrow, .modern-hero__scroll-btn:focus .modern-hero__scroll-arrow {
	animation: bounce 1s ease-in-out infinite;
}
.modern-hero__scroll-btn:focus {
	outline: 2px solid rgba(255, 255, 255, 0.5);
	outline-offset: 4px;
}

.modern-hero__scroll-text {
	font-size: 0.875rem;
	font-weight: 500;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.9;
}

.modern-hero__scroll-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	animation: pulse 2s ease-in-out infinite;
}
.modern-hero__scroll-arrow svg {
	width: 20px;
	height: 20px;
	opacity: 0.9;
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
		opacity: 0.7;
	}
	50% {
		transform: scale(1.1);
		opacity: 1;
	}
}
@keyframes bounce {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(8px);
	}
}
@media (max-width: 768px) {
	.modern-hero {
		height: 100vh;
		min-height: 100vh;
		min-height: 100svh;
	}
	.modern-hero__content {
		padding: 1.5rem;
	}
	.modern-hero__content-inner {
		gap: 1.25rem;
	}
	.modern-hero__heading {
		font-size: clamp(2rem, 10vw, 3rem);
	}
	.modern-hero__subheading {
		font-size: clamp(1rem, 4vw, 1.25rem);
	}
	.modern-hero__cta {
		padding: 0.875rem 2rem;
		font-size: 0.9375rem;
	}
	.modern-hero__background {
		transform: none !important;
	}
}
@media (prefers-reduced-motion: reduce) {
	.modern-hero__background {
		transform: none !important;
	}
	.modern-hero__overlay {
		transition: none;
	}
	.modern-hero__cta {
		transition: none;
	}
	.modern-hero__cta--scroll::after {
		animation: none;
	}
}
@media (prefers-contrast: high) {
	.modern-hero__heading,
	.modern-hero__subheading {
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
	}
	.modern-hero__cta {
		border: 2px solid currentColor;
	}
}
.modern-hero__video:not(.loaded)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border: 3px solid rgba(255, 255, 255, 0.3);
	border-top-color: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	animation: spin 1s linear infinite;
	z-index: 10;
}

@keyframes spin {
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}



@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.parallax-hero {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	isolation: isolate;
}

.parallax-hero__layers {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.parallax-hero__layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	will-change: transform;
}
.parallax-hero__layer[data-layer-index="1"] {
	z-index: 1;
}
.parallax-hero__layer[data-layer-index="2"] {
	z-index: 2;
}
.parallax-hero__layer[data-layer-index="3"] {
	z-index: 3;
}
.parallax-hero__layer[data-layer-index="4"] {
	z-index: 4;
}

.parallax-hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	pointer-events: none;
}

.parallax-hero__content {
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: 1200px;
	padding: 2rem;
	text-align: center;
	will-change: transform;
}
.parallax-hero__content-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

.parallax-hero__heading {
	font-size: clamp(2.5rem, 8vw, 5rem);
	font-weight: 900;
	font-family: "Bodoni Moda", "Playfair Display", serif;
	line-height: 1.1;
	margin: 0;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
	max-width: 20ch;
}

.parallax-hero__subheading {
	font-size: clamp(1.125rem, 3vw, 1.5rem);
	font-weight: 300;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.6;
	margin: 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	max-width: 60ch;
}

.parallax-hero__scroll-indicator {
	position: absolute;
	bottom: 3rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
}

.parallax-hero__scroll-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	background: transparent;
	border: none;
	cursor: pointer;
	color: #ffffff;
	transition: all 0.3s ease;
	padding: 0;
}
.parallax-hero__scroll-btn:hover, .parallax-hero__scroll-btn:focus {
	transform: translateY(-4px);
}
.parallax-hero__scroll-btn:hover .parallax-hero__scroll-arrow, .parallax-hero__scroll-btn:focus .parallax-hero__scroll-arrow {
	animation: bounce 1s ease-in-out infinite;
}
.parallax-hero__scroll-btn:focus {
	outline: 2px solid rgba(255, 255, 255, 0.5);
	outline-offset: 4px;
}

.parallax-hero__scroll-text {
	font-size: 0.875rem;
	font-weight: 500;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.9;
}

.parallax-hero__scroll-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	animation: pulse 2s ease-in-out infinite;
}
.parallax-hero__scroll-arrow svg {
	width: 20px;
	height: 20px;
	opacity: 0.9;
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
		opacity: 0.7;
	}
	50% {
		transform: scale(1.1);
		opacity: 1;
	}
}
@keyframes bounce {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(8px);
	}
}
@media (max-width: 768px) {
	.parallax-hero {
		min-height: 100vh;
		min-height: 100svh;
	}
	.parallax-hero__content {
		padding: 1.5rem;
	}
	.parallax-hero__content-inner {
		gap: 1.25rem;
	}
	.parallax-hero__heading {
		font-size: clamp(2rem, 10vw, 3rem);
	}
	.parallax-hero__subheading {
		font-size: clamp(1rem, 4vw, 1.25rem);
	}
	.parallax-hero__layer,
	.parallax-hero__content {
		transform: none !important;
	}
}
@media (prefers-reduced-motion: reduce) {
	.parallax-hero__layer,
	.parallax-hero__content {
		transform: none !important;
		will-change: auto;
	}
	.parallax-hero__scroll-arrow {
		animation: none;
	}
	.parallax-hero__scroll-btn:hover .parallax-hero__scroll-arrow {
		animation: none;
	}
}
@media (prefers-contrast: high) {
	.parallax-hero__heading,
	.parallax-hero__subheading {
		text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
	}
	.parallax-hero__scroll-btn {
		border: 2px solid currentColor;
	}
}



@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.svg-clip-hero {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 100svh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 1;
}

.svg-clip-hero__container {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: var(--light, #f5f5f5);
	will-change: clip-path;
}

.svg-clip-hero__background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
}

.svg-clip-hero__gradient {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
	opacity: 0;
	pointer-events: none;
}

.svg-clip-hero__content {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	opacity: 0;
	max-width: 100vw;
	padding: 1rem;
}

.svg-clip-hero__heading {
	font-size: clamp(2.5rem, 8vw, 5rem);
	font-weight: 900;
	font-family: "Bodoni Moda", "Playfair Display", serif;
	line-height: 1.1;
	margin: 0 0 1rem 0;
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
	max-width: 20ch;
	margin-left: auto;
	margin-right: auto;
}

.svg-clip-hero__subheading {
	font-size: clamp(1.125rem, 3vw, 1.5rem);
	font-weight: 300;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.6;
	margin: 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	max-width: 60ch;
	margin-left: auto;
	margin-right: auto;
}

.svg-clip-hero__scroll-indicator {
	position: absolute;
	bottom: 3rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 30;
}

.svg-clip-hero__scroll-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	background: transparent;
	border: none;
	cursor: pointer;
	color: #ffffff;
	transition: all 0.3s ease;
	padding: 0;
}
.svg-clip-hero__scroll-btn:hover, .svg-clip-hero__scroll-btn:focus {
	transform: translateY(-4px);
}
.svg-clip-hero__scroll-btn:hover .svg-clip-hero__scroll-arrow, .svg-clip-hero__scroll-btn:focus .svg-clip-hero__scroll-arrow {
	animation: bounce 1s ease-in-out infinite;
}
.svg-clip-hero__scroll-btn:focus {
	outline: 2px solid rgba(255, 255, 255, 0.5);
	outline-offset: 4px;
}

.svg-clip-hero__scroll-text {
	font-size: 0.875rem;
	font-weight: 500;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.9;
}

.svg-clip-hero__scroll-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	animation: pulse 2s ease-in-out infinite;
}
.svg-clip-hero__scroll-arrow svg {
	width: 20px;
	height: 20px;
	opacity: 0.9;
}

@keyframes pulse {
	0%, 100% {
		transform: scale(1);
		opacity: 0.7;
	}
	50% {
		transform: scale(1.1);
		opacity: 1;
	}
}
@keyframes bounce {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(8px);
	}
}
#clip-container,
[id^=clip-container-] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	z-index: 0;
}

[id^=logo-path-] {
	transform-origin: center center;
	transform-box: fill-box;
}

@media (max-width: 768px) {
	.svg-clip-hero {
		min-height: 100vh;
		min-height: 100svh;
	}
	.svg-clip-hero__content {
		padding: 1.5rem;
	}
	.svg-clip-hero__heading {
		font-size: clamp(2rem, 10vw, 3rem);
	}
	.svg-clip-hero__subheading {
		font-size: clamp(1rem, 4vw, 1.25rem);
	}
}
@media (prefers-reduced-motion: reduce) {
	.svg-clip-hero__background,
	.svg-clip-hero__gradient,
	.svg-clip-hero__content {
		animation: none !important;
	}
	.svg-clip-hero__scroll-arrow {
		animation: none;
	}
	.svg-clip-hero__scroll-btn:hover .svg-clip-hero__scroll-arrow {
		animation: none;
	}
}
@media (prefers-contrast: high) {
	.svg-clip-hero__heading,
	.svg-clip-hero__subheading {
		text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
	}
	.svg-clip-hero__scroll-btn {
		border: 2px solid currentColor;
	}
}
@supports not (clip-path: url()) {
	.svg-clip-hero__container {
		clip-path: none;
	}
}


:root {
	--accent-color: #f4f4f4;
	--text-color: #333;
	--bg-color: #fafafa;
	--card-bg: #ffffff;
	--shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	--shadow-hover: 0 20px 60px rgba(0, 0, 0, 0.15);
}


@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.companies-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	margin: 2rem 0;
}

.company-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.company-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.company-card-inner {
	padding: 1.5rem;
}

.company-image {
	margin-bottom: 1rem;
}
.company-image img {
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px;
}

.company-gallery {
	margin-bottom: 2rem;
}
.company-gallery .gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
}
.company-gallery .gallery-grid img {
	width: 100%;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px;
	cursor: pointer;
	transition: transform 0.3s ease;
}
.company-gallery .gallery-grid img:hover {
	transform: scale(1.05);
}

.company-content {
	color: #555;
	line-height: 1.8;
}
.company-content h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #333;
	border-bottom: 2px solid #baad6a;
	padding-bottom: 0.5rem;
}
.company-content h3 {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
	color: #333;
}

.company-excerpt {
	color: #666;
	line-height: 1.6;
	margin: 1rem 0;
}

.company-description,
.company-history {
	margin-bottom: 3rem;
	line-height: 1.8;
	color: #555;
}

.company-meta-top {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
	align-items: center;
}
@media (min-width: 1024px) {
	.company-meta-top {
		justify-content: center;
	}
}

.company-type-badge {
	display: inline-block;
	background: #baad6a;
	color: #fff;
	padding: 0.5rem 1rem;
	border-radius: 25px;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
}

.company-founded {
	color: #666;
	font-size: 0.9rem;
}

.company-employees {
	font-size: 1.1rem;
	color: #baad6a;
	font-weight: 500;
}

.company-meta {
	color: #888;
	font-size: 0.9rem;
	margin-bottom: 1rem;
}

.company-actions {
	margin-top: 1rem;
}
.company-actions .btn, .company-actions .page-fallback .btn-outline, .page-fallback .company-actions .btn-outline {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background: #baad6a;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 500;
	transition: background 0.3s ease;
}
.company-actions .btn:hover, .company-actions .page-fallback .btn-outline:hover, .page-fallback .company-actions .btn-outline:hover {
	background: #a69c5a;
}

.view-all-products {
	text-align: center;
	margin-bottom: 3rem;
}

.company-brands {
	margin-bottom: 3rem;
}
.company-brands .brands-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.brand-tag {
	display: inline-block;
	background: #e9ecef;
	color: #495057;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	font-size: 0.9rem;
}

.company-contact {
	margin-bottom: 3rem;
}
.company-contact .contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}
.company-contact .contact-item strong {
	color: #333;
	display: block;
	margin-bottom: 0.5rem;
}
.company-contact .contact-item p {
	margin: 0;
	color: #666;
	line-height: 1.6;
}
.company-contact .contact-item a {
	color: #baad6a;
	text-decoration: none;
}
.company-contact .contact-item a:hover {
	text-decoration: underline;
}

.capabilities-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}

.capability-item {
	background: #f8f9fa;
	padding: 1.5rem;
	border-radius: 8px;
	border-left: 4px solid #baad6a;
}
.capability-item h3 {
	color: #333;
	margin-bottom: 0.5rem;
	font-size: 1.1rem;
}
.capability-item p {
	color: #666;
	line-height: 1.6;
}

.certifications-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}

.certification-item {
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 8px;
	padding: 1.5rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.certification-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}

.certification-logo {
	width: 50px;
	height: 50px;
	-o-object-fit: contain;
	object-fit: contain;
}

.certification-info h3 {
	margin-bottom: 0.25rem;
	color: #333;
}
.certification-info .certification-issuer,
.certification-info .certification-year {
	color: #666;
	font-size: 0.9rem;
	margin: 0;
}

.certification-description {
	color: #666;
	line-height: 1.6;
	margin: 0;
}

.company-products {
	margin-bottom: 3rem;
}
.company-products .products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.product-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}
.product-card:hover {
	transform: translateY(-3px);
}
.product-card .product-image {
	height: 150px;
	overflow: hidden;
}
.product-card .product-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.product-card .product-image .no-image {
	width: 100%;
	height: 100%;
	background: #f8f9fa;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
}
.product-card .product-info {
	padding: 1rem;
}
.product-card .product-info h3 {
	margin-bottom: 0.5rem;
	font-size: 1rem;
}
.product-card .product-info h3 a {
	color: #333;
	text-decoration: none;
}
.product-card .product-info h3 a:hover {
	color: #baad6a;
}
.product-card .product-info .product-type,
.product-card .product-info .product-abv {
	display: inline-block;
	background: #f8f9fa;
	color: #666;
	padding: 0.25rem 0.5rem;
	border-radius: 4px;
	font-size: 0.8rem;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
	.companies-grid,
	.capabilities-grid,
	.certifications-grid,
	.products-grid,
	.contact-grid {
		grid-template-columns: 1fr;
	}
	.company-card-inner {
		padding: 1rem;
	}
	.company-content h2 {
		font-size: 1.75rem;
	}
}
@media (max-width: 767px) {
	.companies-grid {
		gap: 1.5rem;
	}
	.company-meta-top {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 0.5rem;
	}
}




.single-brand {
	background-color: #363030;
	color: #fff;
	min-height: 100vh;
	
	
	
	
	
	
}
.single-brand .single-brand__header {
	padding: 8rem 0 6rem;
	text-align: center;
	position: relative;
}
@media (max-width: 768px) {
	.single-brand .single-brand__header {
		padding: 5rem 0 4rem;
	}
}
.single-brand .single-brand__logo {
	margin: 0 auto 2rem;
	max-width: 300px;
}
.single-brand .single-brand__logo img {
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 768px) {
	.single-brand .single-brand__logo {
		max-width: 200px;
	}
}
.single-brand .single-brand__categories {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}
.single-brand .brand-category-tag {
	display: inline-block;
	padding: 0.5rem 1.5rem;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	color: var(--color-gold, #F2C200);
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
}
.single-brand .brand-category-tag:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: var(--color-gold, #F2C200);
	transform: translateY(-2px);
}
.single-brand .single-brand__title {
	font-size: clamp(2.5rem, 5vw, 4.5rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	margin: 0 0 1.5rem;
	color: var(--color-white, #fff);
	text-transform: uppercase;
	font-family: var(--font-heading, serif);
}
.single-brand .single-brand__tagline {
	font-size: clamp(1.125rem, 2vw, 1.5rem);
	font-weight: 300;
	font-style: italic;
	color: var(--color-gold, #F2C200);
	margin-bottom: 1.5rem;
	letter-spacing: 0.03em;
}
.single-brand .single-brand__excerpt {
	font-size: 1.125rem;
	line-height: 1.8;
	max-width: 800px;
	margin: 0 auto 3rem;
	color: rgba(255, 255, 255, 0.85);
}
.single-brand .single-brand__info-cards {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-top: 3rem;
	flex-wrap: wrap;
}
.single-brand .brand-info-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 1.5rem 2rem;
	min-width: 200px;
	text-align: center;
	transition: all 0.3s ease;
}
.single-brand .brand-info-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
@media (max-width: 576px) {
	.single-brand .brand-info-card {
		min-width: 150px;
		padding: 1rem 1.5rem;
	}
}
.single-brand .brand-info-card__label {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.single-brand .brand-info-card__value {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--color-gold, #F2C200);
}
.single-brand .brand-info-card__link {
	color: var(--color-gold, #F2C200);
	text-decoration: none;
	font-weight: 600;
	font-size: 1.125rem;
	transition: color 0.3s ease;
}
.single-brand .brand-info-card__link:hover {
	color: rgb(255, 211.958677686, 38);
	text-decoration: underline;
}
.single-brand .brand-color-swatches {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 0.5rem;
}
.single-brand .brand-color-swatch {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	cursor: pointer;
	transition: transform 0.3s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.single-brand .brand-color-swatch:hover {
	transform: scale(1.15);
	border-color: rgba(255, 255, 255, 0.6);
}
.single-brand .single-brand__description {
	padding: 6rem 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 100%);
}
@media (max-width: 768px) {
	.single-brand .single-brand__description {
		padding: 4rem 0;
	}
}
.single-brand .brand-description-content {
	max-width: 900px;
	margin: 0 auto;
	font-size: 1.125rem;
	line-height: 1.9;
	color: #fff;
}
.single-brand .brand-description-content strong {
	color: var(--color-gold, #F2C200);
	font-weight: 600;
}
.single-brand .brand-description-content a {
	color: var(--color-gold, #F2C200);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: border-color 0.3s ease;
}
.single-brand .brand-description-content a:hover {
	border-bottom-color: var(--color-gold, #F2C200);
}
.single-brand .single-brand__content {
	padding: 6rem 0;
}
@media (max-width: 768px) {
	.single-brand .single-brand__content {
		padding: 4rem 0;
	}
}
.single-brand .single-brand__content .entry-content {
	max-width: 900px;
	margin: 0 auto;
	font-size: 1.125rem;
	line-height: 1.9;
	color: #fff;
}
.single-brand .single-brand__gallery {
	padding: 6rem 0;
	background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
	.single-brand .single-brand__gallery {
		padding: 4rem 0;
	}
}
.single-brand .single-brand__gallery-title {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 4rem;
	color: var(--color-white, #fff);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.single-brand .brand-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 2rem;
}
@media (max-width: 768px) {
	.single-brand .brand-gallery-grid {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
		gap: 1.5rem;
	}
}
@media (max-width: 576px) {
	.single-brand .brand-gallery-grid {
		grid-template-columns: 1fr;
	}
}
.single-brand .brand-gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	aspect-ratio: 4/3;
	background: rgba(255, 255, 255, 0.05);
	transition: transform 0.3s ease;
}
.single-brand .brand-gallery-item:hover {
	transform: translateY(-8px);
}
.single-brand .brand-gallery-item:hover img {
	transform: scale(1.05);
}
.single-brand .brand-gallery-item:hover .brand-gallery-item__caption {
	opacity: 1;
}
.single-brand .brand-gallery-item a {
	display: block;
	height: 100%;
}
.single-brand .brand-gallery-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.single-brand .brand-gallery-item__caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	color: var(--color-white, #fff);
	padding: 2rem 1.5rem 1rem;
	font-size: 0.875rem;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.single-brand .related-brands {
	padding: 6rem 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
}
@media (max-width: 768px) {
	.single-brand .related-brands {
		padding: 4rem 0;
	}
}
.single-brand .related-brands__title {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 4rem;
	color: var(--color-white, #fff);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.single-brand .related-brands__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 3rem;
}
@media (max-width: 768px) {
	.single-brand .related-brands__grid {
		gap: 2rem;
	}
}
.single-brand .brand-card-mini {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 2rem;
	text-align: center;
	transition: all 0.3s ease;
}
.single-brand .brand-card-mini:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-8px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}
.single-brand .brand-card-mini__logo {
	margin-bottom: 1.5rem;
}
.single-brand .brand-card-mini__logo img {
	width: 100%;
	max-width: 200px;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
.single-brand .brand-card-mini__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 0.75rem;
}
.single-brand .brand-card-mini__title a {
	color: var(--color-white, #fff);
	text-decoration: none;
	transition: color 0.3s ease;
}
.single-brand .brand-card-mini__title a:hover {
	color: var(--color-gold, #F2C200);
}
.single-brand .brand-card-mini__tagline {
	font-size: 0.95rem;
	font-style: italic;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
}


.brands-archive {
	background-color: var(--color-dark-blue, #363030);
	color: var(--color-white, #fff);
	min-height: 100vh;
	padding-bottom: 6rem;
	
	
	
}
.brands-archive .brands-archive__header {
	padding: 6rem 0 4rem;
	text-align: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}
@media (max-width: 768px) {
	.brands-archive .brands-archive__header {
		padding: 4rem 0 3rem;
	}
}
.brands-archive .brands-archive__title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 700;
	margin: 0 0 1.5rem;
	color: var(--color-white, #fff);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.brands-archive .brands-archive__description {
	font-size: 1.125rem;
	max-width: 700px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
}
.brands-archive .brands-archive__filters {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 4rem;
	flex-wrap: wrap;
	padding: 0 1rem;
}
.brands-archive .filter-btn {
	padding: 0.75rem 2rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
}
.brands-archive .filter-btn:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-2px);
}
.brands-archive .filter-btn.active {
	background: var(--color-gold, #F2C200);
	border-color: var(--color-gold, #F2C200);
	color: var(--color-dark-blue, #0a2540);
	font-weight: 600;
}
.brands-archive .brands-archive__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 3rem;
	padding: 0 1rem;
}
@media (max-width: 768px) {
	.brands-archive .brands-archive__grid {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
		gap: 2rem;
	}
}
@media (max-width: 576px) {
	.brands-archive .brands-archive__grid {
		grid-template-columns: 1fr;
	}
}
.brands-archive .brand-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.4s ease;
	display: flex;
	flex-direction: column;
}
.brands-archive .brand-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-12px);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}
.brands-archive .brand-card:hover .brand-card__logo img {
	transform: scale(1.05);
}
.brands-archive .brand-card__logo {
	background: rgba(255, 255, 255, 0.03);
	padding: 3rem 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 250px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.brands-archive .brand-card__logo a {
	display: block;
	width: 100%;
}
.brands-archive .brand-card__logo img {
	width: 100%;
	max-width: 280px;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	transition: transform 0.4s ease;
}
.brands-archive .brand-card__content {
	padding: 2rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.brands-archive .brand-card__category {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--color-gold, #F2C200);
	margin-bottom: 1rem;
	font-weight: 600;
}
.brands-archive .brand-card__title {
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0 0 1rem;
}
.brands-archive .brand-card__title a {
	color: var(--color-white, #fff);
	text-decoration: none;
	transition: color 0.3s ease;
}
.brands-archive .brand-card__title a:hover {
	color: var(--color-gold, #F2C200);
}
.brands-archive .brand-card__tagline {
	font-size: 1rem;
	font-style: italic;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 1rem;
	line-height: 1.5;
}
.brands-archive .brand-card__excerpt {
	font-size: 0.95rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 1.5rem;
	flex: 1;
}
.brands-archive .brand-card__meta {
	margin-bottom: 1.5rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.brands-archive .brand-card__year {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 500;
}
.brands-archive .brand-card__link {
	display: inline-block;
	padding: 0.875rem 2rem;
	background: transparent;
	border: 2px solid var(--color-gold, #F2C200);
	border-radius: 50px;
	color: var(--color-gold, #F2C200);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: all 0.3s ease;
	text-align: center;
}
.brands-archive .brand-card__link:hover {
	background: var(--color-gold, #F2C200);
	color: var(--color-dark-blue, #0a2540);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}


.brands-lightbox-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.95);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.brands-lightbox-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.brands-lightbox__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.brands-lightbox__container {
	position: relative;
	max-width: 90vw;
	max-height: 90vh;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brands-lightbox__close,
.brands-lightbox__prev,
.brands-lightbox__next {
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	transition: all 0.3s ease;
	color: #fff;
}
.brands-lightbox__close:hover,
.brands-lightbox__prev:hover,
.brands-lightbox__next:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.6);
	transform: scale(1.1);
}
.brands-lightbox__close svg,
.brands-lightbox__prev svg,
.brands-lightbox__next svg {
	stroke: #fff;
}
@media (max-width: 768px) {
	.brands-lightbox__close,
	.brands-lightbox__prev,
	.brands-lightbox__next {
		width: 36px;
		height: 36px;
	}
	.brands-lightbox__close svg,
	.brands-lightbox__prev svg,
	.brands-lightbox__next svg {
		width: 18px;
		height: 18px;
	}
}

.brands-lightbox__close {
	top: 1.5rem;
	right: 1.5rem;
}
@media (max-width: 768px) {
	.brands-lightbox__close {
		top: 0.5rem;
		right: 50%;
		transform: translateX(50%);
		background: rgba(0, 0, 0, 0.8);
		border-color: rgba(255, 255, 255, 0.5);
	}
}

.brands-lightbox__prev {
	left: 2rem;
}
@media (max-width: 768px) {
	.brands-lightbox__prev {
		left: auto;
		right: auto;
		top: auto;
		bottom: 0;
		position: static;
	}
}

.brands-lightbox__next {
	right: 2rem;
}
@media (max-width: 768px) {
	.brands-lightbox__next {
		left: auto;
		right: auto;
		top: auto;
		bottom: 0;
		position: static;
	}
}

.brands-lightbox__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}
@media (max-width: 768px) {
	.brands-lightbox__content {
		width: 100%;
		padding: 0 1rem;
	}
}

.brands-lightbox__image {
	max-width: 100%;
	max-height: 80vh;
	width: auto;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
	.brands-lightbox__image {
		max-height: 65vh;
	}
}

.brands-lightbox__caption {
	color: #fff;
	font-size: 1rem;
	text-align: center;
	padding: 0.5rem 1rem;
	max-width: 600px;
}

.brands-lightbox__counter {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.875rem;
	font-weight: 500;
}

.brands-lightbox__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}
@media (max-width: 768px) {
	.brands-lightbox__controls {
		width: 100%;
		margin-top: 0.5rem;
	}
}
@media (max-width: 768px) {
	.brands-lightbox__controls .brands-lightbox__prev,
	.brands-lightbox__controls .brands-lightbox__next {
		position: static;
		transform: none;
	}
}

body.lightbox-open {
	overflow: hidden;
}


.brand-products-section {
	padding: clamp(4rem, 8vw, 8rem) 0;
	background-color: rgba(54, 48, 48, 0.95);
}
.brand-products-section .brand-products__title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 500;
	text-align: center;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.brand-products-section .brand-products__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 2.5rem;
}
@media (max-width: 768px) {
	.brand-products-section .brand-products__grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}


.product-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}
.product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
	border-color: rgba(255, 255, 255, 0.2);
}
.product-card .product-card__image {
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
}
.product-card .product-card__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: contain;
	transition: transform 0.4s ease;
	aspect-ratio: 1/1;
}
.product-card .product-card__image a:hover img {
	transform: scale(1.05);
}
.product-card .product-card__type {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background: rgba(54, 48, 48, 0.9);
	color: #fff;
	padding: 0.4rem 0.8rem;
	border-radius: 4px;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
}
.product-card .product-card__content {
	padding: 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.product-card .product-card__title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 0.75rem;
	line-height: 1.3;
}
.product-card .product-card__title a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}
.product-card .product-card__title a:hover {
	color: rgba(255, 255, 255, 0.8);
}
.product-card .product-card__excerpt {
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.6;
	margin-bottom: 1.25rem;
	flex: 1;
}
.product-card .product-card__link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: gap 0.3s ease;
}
.product-card .product-card__link svg {
	transition: transform 0.3s ease;
}
.product-card .product-card__link:hover {
	gap: 0.75rem;
}
.product-card .product-card__link:hover svg {
	transform: translateX(4px);
}




.single-job {
	background-color: #363030;
	color: #fff;
	min-height: 100vh;
	
	
	
	
	
	
}
.single-job .single-job__header {
	padding: 6rem 0 4rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}
@media (max-width: 768px) {
	.single-job .single-job__header {
		padding: 4rem 0 3rem;
	}
}
.single-job .single-job__meta-top {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}
.single-job .job-meta-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.8);
}
.single-job .job-meta-item svg {
	color: #F2C200;
}
.single-job .single-job__title {
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 700;
	text-align: center;
	margin: 0 0 1.5rem;
	color: var(--color-white, #fff);
	line-height: 1.2;
}
.single-job .single-job__date {
	text-align: center;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.6);
}
.single-job .single-job__date time {
	color: #F2C200;
}
.single-job .single-job__layout {
	padding: 4rem 0;
}
.single-job .single-job__grid {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 4rem;
}
@media (max-width: 1024px) {
	.single-job .single-job__grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
}
.single-job .single-job__main .entry-content {
	font-size: 1.125rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.85);
}
.single-job .single-job__main .entry-content h2, .single-job .single-job__main .entry-content h3, .single-job .single-job__main .entry-content h4 {
	color: var(--color-white, #fff);
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}
.single-job .single-job__main .entry-content ul, .single-job .single-job__main .entry-content ol {
	margin: 1.5rem 0;
	padding-left: 1.5rem;
}
.single-job .single-job__main .entry-content li {
	margin-bottom: 0.75rem;
	line-height: 1.7;
}
.single-job .job-section {
	margin: 3rem 0;
	padding: 2.5rem;
	background: rgba(255, 255, 255, 0.03);
	border-left: 4px solid #F2C200;
	border-radius: 8px;
}
.single-job .job-section h2 {
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0 0 1.5rem;
	color: #F2C200;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
.single-job .job-section .job-section__content {
	font-size: 1.05rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.85);
}
.single-job .job-section .job-section__content ul, .single-job .job-section .job-section__content ol {
	margin: 1rem 0;
	padding-left: 1.5rem;
}
.single-job .job-section .job-section__content li {
	margin-bottom: 0.75rem;
}
.single-job .job-section .job-section__content li::marker {
	color: #F2C200;
}
@media (max-width: 1024px) {
	.single-job .single-job__sidebar {
		max-width: 600px;
		margin: 0 auto;
	}
}
.single-job .job-apply-box,
.single-job .job-share-box,
.single-job .job-info-box {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 2rem;
	margin-bottom: 2rem;
}
.single-job .job-apply-box {
	background: linear-gradient(135deg, rgba(242, 194, 0, 0.15) 0%, rgba(242, 194, 0, 0.05) 100%);
	border-color: rgba(242, 194, 0, 0.3);
	text-align: center;
}
.single-job .job-apply-box h3 {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 1rem;
	color: var(--color-white, #fff);
}
.single-job .job-apply-box p {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.8);
	margin: 0 0 1.5rem;
}
.single-job .btn-apply {
	display: inline-block;
	padding: 1rem 3rem;
	background: #F2C200;
	color: #363030;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 50px;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}
.single-job .btn-apply:hover {
	background: rgb(255, 211.958677686, 38);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(242, 194, 0, 0.4);
}
.single-job .job-share-box h4 {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 1.25rem;
	color: var(--color-white, #fff);
}
.single-job .share-buttons {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.single-job .share-btn {
	display: block;
	padding: 0.75rem 1.5rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease;
}
.single-job .share-btn:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--color-white, #fff);
	transform: translateX(4px);
}
.single-job .share-btn.share-btn--linkedin:hover, .single-job .share-btn.share-btn--twitter:hover, .single-job .share-btn.share-btn--email:hover {
	background: rgba(54, 48, 48, 0.2);
	border-color: #363030;
}
.single-job .job-info-box h4 {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 1.5rem;
	color: var(--color-white, #fff);
}
.single-job .job-details-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.single-job .job-details-list li {
	padding: 1rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.95rem;
	line-height: 1.6;
}
.single-job .job-details-list li:last-child {
	border-bottom: none;
}
.single-job .job-details-list li strong {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.single-job .deadline-expired {
	color: #363030;
	font-weight: 600;
}
.single-job .job-application-section {
	padding: 6rem 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
}
@media (max-width: 768px) {
	.single-job .job-application-section {
		padding: 4rem 0;
	}
}
.single-job .job-application-section h2 {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3rem;
	color: var(--color-white, #fff);
	text-transform: uppercase;
}
.single-job .related-jobs {
	padding: 6rem 0;
	background: rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
	.single-job .related-jobs {
		padding: 4rem 0;
	}
}
.single-job .related-jobs__title {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 4rem;
	color: var(--color-white, #fff);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.single-job .related-jobs__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}
.single-job .job-card-mini {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 2rem;
	transition: all 0.3s ease;
}
.single-job .job-card-mini:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-6px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.single-job .job-card-mini__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 1rem;
}
.single-job .job-card-mini__title a {
	color: var(--color-white, #fff);
	text-decoration: none;
	transition: color 0.3s ease;
}
.single-job .job-card-mini__title a:hover {
	color: #F2C200;
}
.single-job .job-card-mini__meta {
	display: flex;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
}
.single-job .job-card-mini__meta span {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.7);
}
.single-job .job-card-mini__link {
	display: inline-block;
	color: #F2C200;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}
.single-job .job-card-mini__link:hover {
	color: rgb(255, 211.958677686, 38);
	text-decoration: underline;
}


.jobs-archive {
	background-color: #363030;
	color: var(--color-white, #fff);
	min-height: 100vh;
	padding-bottom: 6rem;
	
	
	
	
	
}
.jobs-archive .jobs-archive__header {
	padding: 6rem 0 4rem;
	text-align: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}
@media (max-width: 768px) {
	.jobs-archive .jobs-archive__header {
		padding: 4rem 0 3rem;
	}
}
.jobs-archive .jobs-archive__title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 700;
	margin: 0 0 1.5rem;
	color: var(--color-white, #fff);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.jobs-archive .jobs-archive__description {
	font-size: 1.125rem;
	max-width: 700px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
}
.jobs-archive .jobs-archive__filters {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 3rem;
	flex-wrap: wrap;
	padding: 0 1rem;
}
@media (max-width: 768px) {
	.jobs-archive .jobs-archive__filters {
		flex-direction: column;
		align-items: stretch;
		gap: 1rem;
	}
}
.jobs-archive .filter-group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.jobs-archive .filter-group label {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 600;
}
.jobs-archive .filter-select {
	padding: 0.75rem 1.5rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	color: var(--color-white, #fff);
	font-size: 0.95rem;
	min-width: 200px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.jobs-archive .filter-select:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.3);
}
.jobs-archive .filter-select:focus {
	outline: none;
	border-color: #F2C200;
	box-shadow: 0 0 0 3px rgba(242, 194, 0, 0.2);
}
.jobs-archive .filter-select option {
	background: #363030;
	color: var(--color-white, #fff);
}
.jobs-archive .reset-filters-btn {
	padding: 0.75rem 2rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.875rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	align-self: flex-end;
}
.jobs-archive .reset-filters-btn:hover {
	background: rgba(255, 255, 255, 0.1);
	color: var(--color-white, #fff);
}
.jobs-archive .jobs-archive__count {
	text-align: center;
	font-size: 1.125rem;
	margin-bottom: 3rem;
	color: rgba(255, 255, 255, 0.7);
}
.jobs-archive .jobs-archive__count .jobs-count {
	color: #F2C200;
	font-weight: 700;
	font-size: 1.5rem;
}
.jobs-archive .jobs-archive__list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding: 0 1rem;
}
.jobs-archive .job-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 2.5rem;
	transition: all 0.3s ease;
}
.jobs-archive .job-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateX(8px);
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.jobs-archive .job-card--expired {
	opacity: 0.6;
	border-color: rgba(255, 68, 68, 0.3);
}
.jobs-archive .job-card--expired:hover {
	opacity: 0.75;
}
@media (max-width: 768px) {
	.jobs-archive .job-card {
		padding: 2rem 1.5rem;
	}
}
.jobs-archive .job-card__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1.5rem;
	gap: 1rem;
}
@media (max-width: 576px) {
	.jobs-archive .job-card__header {
		flex-direction: column;
	}
}
.jobs-archive .job-card__title {
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0;
}
.jobs-archive .job-card__title a {
	color: var(--color-white, #fff);
	text-decoration: none;
	transition: color 0.3s ease;
}
.jobs-archive .job-card__title a:hover {
	color: #F2C200;
}
.jobs-archive .job-card__badge {
	padding: 0.5rem 1rem;
	border-radius: 50px;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.jobs-archive .job-card__badge--expired {
	background: rgba(255, 68, 68, 0.2);
	color: #ff4444;
	border: 1px solid #ff4444;
}
.jobs-archive .job-card__meta {
	display: flex;
	gap: 2rem;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
}
@media (max-width: 576px) {
	.jobs-archive .job-card__meta {
		gap: 1rem;
	}
}
.jobs-archive .job-card__department,
.jobs-archive .job-card__location,
.jobs-archive .job-card__type,
.jobs-archive .job-card__salary {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.8);
}
.jobs-archive .job-card__department svg,
.jobs-archive .job-card__location svg,
.jobs-archive .job-card__type svg,
.jobs-archive .job-card__salary svg {
	color: #F2C200;
}
.jobs-archive .job-card__excerpt {
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 1.5rem;
}
.jobs-archive .job-card__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	gap: 1rem;
}
@media (max-width: 576px) {
	.jobs-archive .job-card__footer {
		flex-direction: column;
		align-items: flex-start;
	}
}
.jobs-archive .job-card__deadline {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 576px) {
	.jobs-archive .job-card__deadline {
		order: 2;
	}
}
.jobs-archive .job-card__link {
	display: inline-block;
	padding: 0.75rem 2rem;
	background: transparent;
	border: 2px solid #F2C200;
	border-radius: 50px;
	color: #F2C200;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: all 0.3s ease;
}
.jobs-archive .job-card__link:hover {
	background: #F2C200;
	color: #363030;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(242, 194, 0, 0.3);
}
@media (max-width: 576px) {
	.jobs-archive .job-card__link {
		order: 1;
	}
}
.jobs-archive .no-jobs {
	text-align: center;
	padding: 4rem 2rem;
	background: rgba(255, 255, 255, 0.03);
	border-radius: 12px;
	margin-top: 3rem;
}
.jobs-archive .no-jobs p {
	font-size: 1.125rem;
	color: rgba(255, 255, 255, 0.7);
}




.single-event {
	background-color: var(--color-dark-blue, #363030);
	color: var(--color-white, #fff);
	min-height: 100vh;
	
	
	
	
	
	
}
.single-event .single-event__hero {
	position: relative;
	height: 500px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.single-event .single-event__hero {
		height: 350px;
	}
}
.single-event .single-event__hero img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.single-event .single-event__hero::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(54, 48, 48, 0.3), rgba(54, 48, 48, 0.7));
}
.single-event .event-badge {
	position: absolute;
	top: 2rem;
	right: 2rem;
	padding: 0.75rem 1.5rem;
	border-radius: 50px;
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	z-index: 1;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.single-event .event-badge--upcoming {
	background: var(--color-gold, #F2C200);
	color: var(--color-dark-blue, #363030);
}
.single-event .event-badge--past {
	background: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 576px) {
	.single-event .event-badge {
		top: 1rem;
		right: 1rem;
		padding: 0.5rem 1rem;
		font-size: 0.75rem;
	}
}
.single-event .single-event__header {
	padding: 4rem 0 3rem;
}
@media (max-width: 768px) {
	.single-event .single-event__header {
		padding: 3rem 0 2rem;
	}
}
.single-event .single-event__categories {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}
.single-event .event-category-tag {
	display: inline-block;
	padding: 0.5rem 1.25rem;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	color: var(--color-gold, #F2C200);
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
}
.single-event .event-category-tag:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: var(--color-gold, #F2C200);
	transform: translateY(-2px);
}
.single-event .single-event__title {
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 700;
	text-align: center;
	margin: 0 0 2rem;
	color: var(--color-white, #fff);
	line-height: 1.2;
}
.single-event .single-event__meta-header {
	display: flex;
	justify-content: center;
	gap: 3rem;
	flex-wrap: wrap;
	margin-top: 2rem;
}
@media (max-width: 576px) {
	.single-event .single-event__meta-header {
		gap: 1.5rem;
	}
}
.single-event .event-meta-large {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 1.125rem;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
}
.single-event .event-meta-large svg {
	color: var(--color-gold, #F2C200);
	flex-shrink: 0;
}
@media (max-width: 576px) {
	.single-event .event-meta-large {
		font-size: 1rem;
	}
}
.single-event .single-event__layout {
	padding: 4rem 0;
}
.single-event .single-event__grid {
	display: grid;
	grid-template-columns: 1fr 380px;
	gap: 4rem;
}
@media (max-width: 1024px) {
	.single-event .single-event__grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
}
.single-event .single-event__main .entry-content {
	font-size: 1.125rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.85);
}
.single-event .single-event__main .entry-content h2, .single-event .single-event__main .entry-content h3, .single-event .single-event__main .entry-content h4 {
	color: var(--color-white, #fff);
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}
.single-event .single-event__main .entry-content h2 {
	font-size: 2rem;
	font-weight: 700;
}
.single-event .single-event__main .entry-content h3 {
	font-size: 1.5rem;
	font-weight: 600;
}
.single-event .single-event__main .entry-content p {
	margin-bottom: 1.5rem;
}
.single-event .single-event__main .entry-content ul, .single-event .single-event__main .entry-content ol {
	margin: 1.5rem 0;
	padding-left: 1.5rem;
}
.single-event .single-event__main .entry-content li {
	margin-bottom: 0.75rem;
	line-height: 1.7;
}
.single-event .event-gallery {
	margin: 4rem 0;
}
.single-event .event-gallery h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
	color: var(--color-gold, #F2C200);
	text-transform: uppercase;
}
.single-event .event-gallery__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 1.5rem;
}
@media (max-width: 576px) {
	.single-event .event-gallery__grid {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}
}
.single-event .event-gallery__item {
	position: relative;
	aspect-ratio: 4/3;
	overflow: hidden;
	border-radius: 8px;
	cursor: pointer;
	transition: transform 0.3s ease;
}
.single-event .event-gallery__item:hover {
	transform: scale(1.05);
}
.single-event .event-gallery__item:hover img {
	transform: scale(1.1);
}
.single-event .event-gallery__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.5s ease;
}
@media (max-width: 1024px) {
	.single-event .single-event__sidebar {
		max-width: 600px;
		margin: 0 auto;
	}
}
.single-event .event-register-box,
.single-event .event-details-box,
.single-event .event-share-box,
.single-event .event-map-box {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 2rem;
	margin-bottom: 2rem;
}
.single-event .event-register-box {
	background: linear-gradient(135deg, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.05) 100%);
	border-color: rgba(212, 175, 55, 0.3);
	text-align: center;
}
.single-event .event-register-box h3 {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 1rem;
	color: var(--color-white, #fff);
}
.single-event .event-register-box p {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.8);
	margin: 0 0 1.5rem;
}
.single-event .btn-register {
	display: inline-block;
	padding: 1rem 3rem;
	background: var(--color-gold, #F2C200);
	color: var(--color-dark-blue, #363030);
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 50px;
	transition: all 0.3s ease;
	border: none;
}
.single-event .btn-register:hover {
	background: rgb(255, 211.958677686, 38);
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(212, 175, 55, 0.4);
}
.single-event .event-details-box h3, .single-event .event-details-box h4 {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 1.5rem;
	color: var(--color-white, #fff);
}
.single-event .event-details-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.single-event .event-details-list li {
	padding: 1rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.95rem;
	line-height: 1.6;
}
.single-event .event-details-list li:last-child {
	border-bottom: none;
}
.single-event .event-details-list li strong {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0.5rem;
	font-weight: 600;
}
.single-event .event-details-list li a {
	color: var(--color-gold, #F2C200);
	text-decoration: none;
	transition: color 0.3s ease;
}
.single-event .event-details-list li a:hover {
	color: rgb(255, 211.958677686, 38);
	text-decoration: underline;
}
.single-event .event-share-box h4 {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 1.25rem;
	color: var(--color-white, #fff);
}
.single-event .share-buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75rem;
}
.single-event .share-btn {
	display: block;
	padding: 0.75rem 1rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.875rem;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease;
}
.single-event .share-btn:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--color-white, #fff);
	transform: translateY(-2px);
}
.single-event .share-btn.share-btn--facebook:hover {
	background: rgba(66, 103, 178, 0.2);
	border-color: #4267b2;
}
.single-event .share-btn.share-btn--twitter:hover {
	background: rgba(29, 161, 242, 0.2);
	border-color: #1da1f2;
}
.single-event .share-btn.share-btn--linkedin:hover {
	background: rgba(0, 119, 181, 0.2);
	border-color: #0077b5;
}
.single-event .share-btn.share-btn--email:hover {
	background: rgba(212, 175, 55, 0.2);
	border-color: var(--color-gold, #F2C200);
}
.single-event .event-map-box {
	text-align: center;
}
.single-event .event-map-box h4 {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 1.5rem;
	color: var(--color-white, #fff);
}
.single-event .btn-outline {
	display: inline-block;
	padding: 0.875rem 2rem;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: all 0.3s ease;
}
.single-event .btn-outline:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: var(--color-gold, #F2C200);
	color: var(--color-gold, #F2C200);
	transform: translateY(-2px);
}
.single-event .related-events {
	padding: 6rem 0;
	background: rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
	.single-event .related-events {
		padding: 4rem 0;
	}
}
.single-event .related-events__title {
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 4rem;
	color: var(--color-white, #fff);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.single-event .related-events__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}
.single-event .event-card-mini {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
}
.single-event .event-card-mini:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-6px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.single-event .event-card-mini__image {
	aspect-ratio: 16/9;
	overflow: hidden;
}
.single-event .event-card-mini__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.single-event .event-card-mini__image:hover img {
	transform: scale(1.05);
}
.single-event .event-card-mini__content {
	padding: 1.5rem;
}
.single-event .event-card-mini__date {
	font-size: 0.875rem;
	color: var(--color-gold, #F2C200);
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.single-event .event-card-mini__title {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 0.75rem;
}
.single-event .event-card-mini__title a {
	color: var(--color-white, #fff);
	text-decoration: none;
	transition: color 0.3s ease;
}
.single-event .event-card-mini__title a:hover {
	color: var(--color-gold, #F2C200);
}
.single-event .event-card-mini__location {
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.7);
}


.events-archive {
	background-color: var(--color-dark-blue, #0a2540);
	color: var(--color-white, #fff);
	min-height: 100vh;
	padding-bottom: 6rem;
	
	
	
	
}
.events-archive .events-archive__header {
	padding: 6rem 0 4rem;
	text-align: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}
@media (max-width: 768px) {
	.events-archive .events-archive__header {
		padding: 4rem 0 3rem;
	}
}
.events-archive .events-archive__title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 700;
	margin: 0 0 1.5rem;
	color: var(--color-white, #fff);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.events-archive .events-archive__description {
	font-size: 1.125rem;
	max-width: 700px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
}
.events-archive .events-archive__filters {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 4rem;
	flex-wrap: wrap;
	padding: 0 1rem;
}
.events-archive .filter-btn {
	padding: 0.75rem 2rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
}
.events-archive .filter-btn:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-2px);
}
.events-archive .filter-btn.active {
	background: var(--color-gold, #F2C200);
	border-color: var(--color-gold, #F2C200);
	color: var(--color-dark-blue, #363030);
	font-weight: 600;
}
.events-archive .events-archive__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 3rem;
	padding: 0 1rem;
}
@media (max-width: 768px) {
	.events-archive .events-archive__grid {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		gap: 2rem;
	}
}
@media (max-width: 576px) {
	.events-archive .events-archive__grid {
		grid-template-columns: 1fr;
	}
}
.events-archive .event-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.4s ease;
	display: flex;
	flex-direction: column;
}
.events-archive .event-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-12px);
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}
.events-archive .event-card:hover .event-card__image img {
	transform: scale(1.05);
}
.events-archive .event-card--past {
	opacity: 0.75;
}
.events-archive .event-card--past .event-card__badge--past {
	display: block;
}
.events-archive .event-card__image {
	position: relative;
	aspect-ratio: 16/9;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.03);
}
.events-archive .event-card__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.events-archive .event-card__badge {
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: 0.5rem 1rem;
	border-radius: 50px;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.events-archive .event-card__badge--upcoming {
	background: var(--color-gold, #F2C200);
	color: var(--color-dark-blue, #363030);
}
.events-archive .event-card__badge--past {
	background: rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.events-archive .event-card__content {
	padding: 2rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.events-archive .event-card__date {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	padding: 1rem;
	margin-bottom: 1.5rem;
	width: -moz-fit-content;
	width: fit-content;
}
.events-archive .event-card__date .event-date-day {
	font-size: 2rem;
	font-weight: 700;
	color: var(--color-gold, #F2C200);
	line-height: 1;
}
.events-archive .event-card__date .event-date-month {
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 0.25rem;
}
.events-archive .event-card__date .event-date-year {
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.6);
	margin-top: 0.25rem;
}
.events-archive .event-card__category {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--color-gold, #F2C200);
	margin-bottom: 1rem;
	font-weight: 600;
}
.events-archive .event-card__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 1rem;
}
.events-archive .event-card__title a {
	color: var(--color-white, #fff);
	text-decoration: none;
	transition: color 0.3s ease;
}
.events-archive .event-card__title a:hover {
	color: var(--color-gold, #F2C200);
}
.events-archive .event-card__meta {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}
.events-archive .event-meta-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.75);
}
.events-archive .event-meta-item svg {
	color: var(--color-gold, #F2C200);
	flex-shrink: 0;
}
.events-archive .event-card__excerpt {
	font-size: 0.95rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 1.5rem;
	flex: 1;
}
.events-archive .event-card__link {
	display: inline-block;
	padding: 0.875rem 2rem;
	background: transparent;
	border: 2px solid var(--color-gold, #F2C200);
	border-radius: 50px;
	color: var(--color-gold, #F2C200);
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition: all 0.3s ease;
	text-align: center;
}
.events-archive .event-card__link:hover {
	background: var(--color-gold, #F2C200);
	color: var(--color-dark-blue, #0a2540);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}
.events-archive .no-events {
	text-align: center;
	padding: 4rem 2rem;
	background: rgba(255, 255, 255, 0.03);
	border-radius: 12px;
	margin-top: 3rem;
}
.events-archive .no-events p {
	font-size: 1.125rem;
	color: rgba(255, 255, 255, 0.7);
}







.brands-archive {
	background-color: #363030;
	color: var(--color-white, #fff);
	min-height: 100vh;
	padding-bottom: 6rem;
	
	
	
}
.brands-archive .brands-archive__header {
	padding: 6rem 0 4rem;
	text-align: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}
@media (max-width: 768px) {
	.brands-archive .brands-archive__header {
		padding: 4rem 0 3rem;
	}
}
.brands-archive .brands-archive__title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 700;
	margin: 0 0 1.5rem;
	color: var(--color-white, #fff);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.brands-archive .brands-archive__description {
	font-size: 1.125rem;
	max-width: 700px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
}
.brands-archive .brands-archive__filters {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 3rem;
	flex-wrap: wrap;
	padding: 0 1rem;
}
.brands-archive .brands-archive__filters .filter-btn {
	padding: 0.75rem 1.5rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.95rem;
	cursor: pointer;
	transition: all 0.3s ease;
}
.brands-archive .brands-archive__filters .filter-btn:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--color-white, #fff);
}
.brands-archive .brands-archive__filters .filter-btn.active {
	background: #F2C200;
	border-color: #F2C200;
	color: #363030;
	font-weight: 600;
}
.brands-archive .brands-archive__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 2rem;
	padding: 0 1rem;
}
.brands-archive .brand-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 2rem;
	transition: all 0.3s ease;
	text-align: center;
}
.brands-archive .brand-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-6px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.brands-archive .brand-card__logo {
	margin-bottom: 1.5rem;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brands-archive .brand-card__logo img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.brands-archive .brand-card__content .brand-card__category {
	display: inline-block;
	padding: 0.4rem 1rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #F2C200;
	margin-bottom: 1rem;
}
.brands-archive .brand-card__content .brand-card__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 1rem;
}
.brands-archive .brand-card__content .brand-card__title a {
	color: var(--color-white, #fff);
	text-decoration: none;
	transition: color 0.3s ease;
}
.brands-archive .brand-card__content .brand-card__title a:hover {
	color: #F2C200;
}
.brands-archive .brand-card__content .brand-card__tagline {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 1rem;
	font-style: italic;
}
.brands-archive .brand-card__content .brand-card__excerpt {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 1.5rem;
	line-height: 1.6;
}
.brands-archive .brand-card__content .brand-card__meta {
	margin-bottom: 1.5rem;
}
.brands-archive .brand-card__content .brand-card__meta .brand-card__year {
	font-size: 0.875rem;
	color: #F2C200;
}
.brands-archive .brand-card__content .brand-card__link {
	display: inline-block;
	padding: 0.75rem 2rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: var(--color-white, #fff);
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}
.brands-archive .brand-card__content .brand-card__link:hover {
	background: #F2C200;
	color: #363030;
	transform: translateY(-2px);
}


.companies-archive {
	background-color: #363030;
	color: var(--color-white, #fff);
	min-height: 100vh;
	padding-bottom: 6rem;
	
	
	
}
.companies-archive .companies-archive__header {
	padding: 7rem 0 4rem;
	text-align: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}
@media (max-width: 768px) {
	.companies-archive .companies-archive__header {
		padding: 5rem 0 3rem;
	}
}
.companies-archive .companies-archive__title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 700;
	margin: 0 0 1.5rem;
	color: var(--color-white, #fff);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.companies-archive .companies-archive__description {
	font-size: 1.125rem;
	max-width: 700px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
}
.companies-archive .companies-archive__filters {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 3rem;
	flex-wrap: wrap;
	padding: 0 1rem;
}
.companies-archive .companies-archive__filters .filter-btn {
	padding: 0.75rem 1.5rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.95rem;
	cursor: pointer;
	transition: all 0.3s ease;
}
.companies-archive .companies-archive__filters .filter-btn:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--color-white, #fff);
}
.companies-archive .companies-archive__filters .filter-btn.active {
	background: #F2C200;
	border-color: #F2C200;
	color: #363030;
	font-weight: 600;
}
.companies-archive .companies-archive__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 2rem;
	padding: 0 1rem;
}
.companies-archive .company-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
}
.companies-archive .company-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-6px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.companies-archive .company-card__image {
	height: 200px;
	overflow: hidden;
	position: relative;
}
.companies-archive .company-card__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.companies-archive .company-card__image:hover img {
	transform: scale(1.1);
}
.companies-archive .company-card__content {
	padding: 2rem;
}
.companies-archive .company-card__content .company-card__category {
	display: inline-block;
	padding: 0.4rem 1rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #F2C200;
	margin-bottom: 1rem;
}
.companies-archive .company-card__content .company-card__title {
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0 0 1rem;
}
.companies-archive .company-card__content .company-card__title a {
	color: var(--color-white, #fff);
	text-decoration: none;
	transition: color 0.3s ease;
}
.companies-archive .company-card__content .company-card__title a:hover {
	color: #F2C200;
}
.companies-archive .company-card__content .company-card__tagline {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 1rem;
	font-style: italic;
}
.companies-archive .company-card__content .company-card__excerpt {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 1.5rem;
	line-height: 1.6;
}
.companies-archive .company-card__content .company-card__meta {
	display: flex;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
}
.companies-archive .company-card__content .company-card__meta .meta-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.7);
}
.companies-archive .company-card__content .company-card__meta .meta-item svg {
	color: #F2C200;
	width: 16px;
	height: 16px;
}
.companies-archive .company-card__content .company-card__link {
	display: inline-block;
	padding: 0.75rem 2rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: var(--color-white, #fff);
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}
.companies-archive .company-card__content .company-card__link:hover {
	background: #F2C200;
	color: #363030;
	transform: translateY(-2px);
}




.product-modal {
	position: fixed;
	top: 10%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
	opacity: 0;
	transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	
	
	
	
	
	
	
}
.product-modal.is-open {
	opacity: 1;
}
.product-modal.is-open .product-modal__container {
	transform: scale(1) translateY(0);
	opacity: 1;
}
.product-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	cursor: pointer;
	animation: fadeIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-modal__container {
	position: relative;
	width: 90vw;
	max-width: 1400px;
	margin: 5vh auto;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6), 0 10px 40px rgba(0, 0, 0, 0.4);
	z-index: 10000;
	transform: scale(0.95) translateY(20px);
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
	.product-modal__container {
		width: 95%;
		max-height: 95vh;
		margin: 2.5vh auto;
		border-radius: 16px;
	}
}
.product-modal__close {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 2px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	z-index: 10001;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.product-modal__close:hover {
	background: rgba(0, 0, 0, 0.9);
	border-color: rgba(255, 255, 255, 0.2);
	transform: rotate(90deg) scale(1.05);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}
.product-modal__close:focus {
	outline: 2px solid #F2C200;
	outline-offset: 2px;
}
@media (max-width: 768px) {
	.product-modal__close {
		top: 1rem;
		right: 1rem;
		width: 40px;
		height: 40px;
	}
}
.product-modal__close svg {
	width: 22px;
	height: 22px;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
	.product-modal__close svg {
		width: 20px;
		height: 20px;
	}
}
.product-modal__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	max-height: 650px;
	overflow: hidden;
}
@media (max-width: 968px) {
	.product-modal__content {
		grid-template-columns: 1fr;
		overflow-y: auto;
	}
}
.product-modal__image-section {
	background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
	display: flex;
	flex-direction: column;
	overflow-y: auto;
	max-height: 650px;
	
}
.product-modal__image-section::-webkit-scrollbar {
	width: 8px;
}
.product-modal__image-section::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}
.product-modal__image-section::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}
.product-modal__image-section::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 968px) {
	.product-modal__image-section {
		max-height: 50vh;
	}
}
.product-modal__main-image {
	flex-shrink: 0;
	width: 100%;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3rem;
	background: #fff;
	position: relative;
}
@media (max-width: 968px) {
	.product-modal__main-image {
		min-height: 300px;
		padding: 2rem;
	}
}
@media (max-width: 576px) {
	.product-modal__main-image {
		padding: 1.5rem;
		min-height: 250px;
	}
}
.product-modal__main-image img {
	max-width: 100%;
	max-height: 500px;
	width: auto;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
	filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 968px) {
	.product-modal__main-image img {
		max-height: 350px;
	}
}
@media (max-width: 576px) {
	.product-modal__main-image img {
		max-height: 280px;
	}
}
.product-modal__gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	gap: 0.75rem;
	padding: 1.5rem;
	background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 968px) {
	.product-modal__gallery {
		grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
		padding: 1rem;
		gap: 0.5rem;
	}
}
.product-modal__gallery-item {
	aspect-ratio: 1;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	position: relative;
	
}
@media (hover: none) and (pointer: coarse) {
	.product-modal__gallery-item {
		-webkit-tap-highlight-color: transparent;
	}
	.product-modal__gallery-item:active {
		transform: scale(0.95);
	}
}
.product-modal__gallery-item:hover {
	border-color: #F2C200;
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.product-modal__gallery-item.active {
	border-color: #F2C200;
	box-shadow: 0 0 0 3px rgba(242, 194, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}
.product-modal__gallery-item.active::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #F2C200;
	border-radius: 8px;
	pointer-events: none;
}
.product-modal__gallery-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-modal__gallery-item:not(.active):hover img {
	transform: scale(1.05);
}
.product-modal__details {
	padding: 3rem;
	overflow-y: auto;
	max-height: 90vh;
	background: #fff;
	scroll-behavior: smooth;
	
}
.product-modal__details::-webkit-scrollbar {
	width: 10px;
}
.product-modal__details::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.03);
	border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.product-modal__details::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	border: 2px solid #fff;
}
.product-modal__details::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.25);
}
@media (max-width: 968px) {
	.product-modal__details {
		padding: 2.5rem 2rem;
		max-height: none;
	}
}
@media (max-width: 576px) {
	.product-modal__details {
		padding: 2rem 1.5rem;
	}
}
.product-modal__type {
	display: inline-flex;
	align-items: center;
	padding: 0.625rem 1.25rem;
	background: linear-gradient(135deg, #F2C200 0%, rgb(255, 206.9008264463, 12.5) 100%);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-radius: 24px;
	margin-bottom: 1.5rem;
	box-shadow: 0 4px 12px rgba(242, 194, 0, 0.3);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-modal__type:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(242, 194, 0, 0.4);
}
.product-modal__title {
	font-size: 2.25rem;
	font-weight: 700;
	color: #525252;
	margin: 0 0 1.5rem;
	line-height: 1.2;
	letter-spacing: -0.02em;
}
@media (max-width: 968px) {
	.product-modal__title {
		font-size: 1.875rem;
	}
}
@media (max-width: 768px) {
	.product-modal__title {
		font-size: 1.5rem;
	}
}
.product-modal__description {
	font-size: 1rem;
	line-height: 1.8;
	color: #525252;
}
.product-modal__description h2, .product-modal__description h3, .product-modal__description h4, .product-modal__description h5, .product-modal__description h6 {
	color: #525252;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	font-weight: 700;
	line-height: 1.3;
}
.product-modal__description h2:first-child, .product-modal__description h3:first-child, .product-modal__description h4:first-child, .product-modal__description h5:first-child, .product-modal__description h6:first-child {
	margin-top: 0;
}
.product-modal__description h2 {
	font-size: 1.75rem;
	letter-spacing: -0.01em;
}
@media (max-width: 768px) {
	.product-modal__description h2 {
		font-size: 1.5rem;
	}
}
.product-modal__description h3 {
	font-size: 1.375rem;
}
@media (max-width: 768px) {
	.product-modal__description h3 {
		font-size: 1.25rem;
	}
}
.product-modal__description h4 {
	font-size: 1.125rem;
}
.product-modal__description p {
	margin-bottom: 1.25rem;
	color: #525252;
}
.product-modal__description p:last-child {
	margin-bottom: 0;
}
.product-modal__description ul, .product-modal__description ol {
	margin: 1.5rem 0;
	padding-left: 2rem;
}
.product-modal__description ul li, .product-modal__description ol li {
	margin-bottom: 0.75rem;
	color: #fff;
	position: relative;
}
.product-modal__description ul li::marker, .product-modal__description ol li::marker {
	color: #F2C200;
	font-weight: 700;
}
.product-modal__description ul {
	list-style-type: disc;
}
.product-modal__description ul li {
	padding-left: 0.5rem;
}
.product-modal__description a {
	color: #F2C200;
	text-decoration: none;
	font-weight: 600;
	border-bottom: 2px solid transparent;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-modal__description a:hover {
	color: rgb(191, 153.1157024793, 0);
	border-bottom-color: #F2C200;
}
.product-modal__description strong, .product-modal__description b {
	font-weight: 700;
	color: #363030;
}
.product-modal__description em, .product-modal__description i {
	font-style: italic;
}
.product-modal__description blockquote {
	border-left: 4px solid #F2C200;
	padding: 1.25rem 0 1.25rem 1.75rem;
	margin: 2rem 0;
	font-style: italic;
	color: #525252;
	background: rgba(242, 194, 0, 0.05);
	border-radius: 0 8px 8px 0;
	font-size: 1.0625rem;
}


@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.product-modal-trigger,
.product-modal-trigger-title {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font: inherit;
	color: #fff;
	cursor: pointer;
	text-align: inherit;
	width: 100%;
	display: block;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	
}
.product-modal-trigger:hover,
.product-modal-trigger-title:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}
.product-modal-trigger:focus,
.product-modal-trigger-title:focus {
	outline: 2px solid #F2C200;
	outline-offset: 2px;
}
@media (hover: none) and (pointer: coarse) {
	.product-modal-trigger,
	.product-modal-trigger-title {
		-webkit-tap-highlight-color: transparent;
	}
	.product-modal-trigger:active,
	.product-modal-trigger-title:active {
		transform: scale(0.98);
	}
}

.product-modal-trigger-title {
	text-align: left;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.product-data-json {
	display: none !important;
}


.product-modal__main-image.is-loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	border: 3px solid rgba(242, 194, 0, 0.2);
	border-top-color: #F2C200;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}
.product-modal__main-image.is-loading img {
	opacity: 0;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}






@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.timeline-section {
	padding: 8rem 0;
	position: relative;
	background: transparent;
}
.timeline-section .section-header {
	margin-bottom: 6rem;
	text-align: center;
}
.timeline-section .above-title {
	color: #363030;
	margin-bottom: 1rem;
}
.timeline-section .section-title {
	color: #fff;
}

.timeline-container {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.timeline-line {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(to bottom, transparent 0%, #363030 10%, #363030 90%, transparent 100%);
	transform: translateX(-50%);
	z-index: 1;
}

.timeline-item {
	position: relative;
	margin-bottom: 4rem;
	display: flex;
	align-items: center;
	z-index: 10;
}
.timeline-item:last-child {
	margin-bottom: 0;
}

.timeline-dot {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	background: #363030;
	border: 3px solid #363030;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 0 8px rgba(186, 173, 106, 0.1);
}

.timeline-year {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 900;
	font-size: 0.9rem;
	color: #363030;
	text-align: center;
	line-height: 1;
}

.timeline-content {
	width: calc(50% - 50px);
	padding: 2rem;
}
.timeline-content-inner {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(186, 173, 106, 0.2);
	border-radius: 12px;
	padding: 2rem;
	backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}
.timeline-content-inner:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(186, 173, 106, 0.4);
	transform: translateY(-5px);
}

.timeline-item-left .timeline-content {
	margin-left: 0;
	text-align: right;
}

.timeline-item-right .timeline-content {
	margin-left: auto;
	text-align: left;
}

.timeline-image {
	margin-bottom: 1.5rem;
}
.timeline-image img {
	width: 100%;
	max-width: 300px;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px;
	border: 2px solid #363030;
}

.timeline-item-left .timeline-image {
	text-align: right;
}

.timeline-item-right .timeline-image {
	text-align: left;
}

.timeline-title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	line-height: 1.2;
}

.timeline-description {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 300;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.6;
	margin-bottom: 1rem;
}
.timeline-description p {
	margin-bottom: 1rem;
}
.timeline-description p:last-child {
	margin-bottom: 0;
}

.timeline-product {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(186, 173, 106, 0.2);
}

.timeline-bottle-img {
	width: 60px;
	height: 60px;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.1);
	padding: 8px;
}

.timeline-product-label {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	color: #363030;
}

.timeline-item-left .timeline-product {
	justify-content: flex-end;
	flex-direction: row-reverse;
}

@media (max-width: 1024px) {
	.timeline-section {
		padding: 6rem 0;
	}
	.timeline-section .section-header {
		margin-bottom: 4rem;
	}
	.timeline-section .timeline-content {
		width: calc(50% - 40px);
		padding: 1.5rem;
	}
	.timeline-section .timeline-content-inner {
		padding: 1.5rem;
	}
	.timeline-section .timeline-dot {
		width: 70px;
		height: 70px;
	}
	.timeline-section .timeline-year {
		font-size: 0.8rem;
	}
}
@media (max-width: 768px) {
	.timeline-section {
		padding: 4rem 0;
	}
	.timeline-section .timeline-container {
		max-width: 100%;
	}
	.timeline-section .timeline-line {
		left: 30px;
	}
	.timeline-section .timeline-item {
		flex-direction: row;
		align-items: flex-start;
	}
	.timeline-section .timeline-dot {
		position: relative;
		left: 30px;
		transform: none;
		margin-right: 2rem;
		flex-shrink: 0;
		width: 60px;
		height: 60px;
		margin-top: 1rem;
	}
	.timeline-section .timeline-content {
		width: calc(100% - 100px);
		margin-left: 0 !important;
		text-align: left !important;
		padding: 0;
	}
	.timeline-section .timeline-content-inner {
		padding: 2rem;
	}
	.timeline-section .timeline-image {
		text-align: left !important;
	}
	.timeline-section .timeline-product {
		justify-content: flex-start !important;
		flex-direction: row !important;
	}
}
@media (max-width: 480px) {
	.timeline-section {
		padding: 3rem 0;
	}
	.timeline-section .section-header {
		margin-bottom: 3rem;
	}
	.timeline-section .timeline-dot {
		width: 50px;
		height: 50px;
		left: 25px;
		margin-right: 1.5rem;
	}
	.timeline-section .timeline-line {
		left: 25px;
	}
	.timeline-section .timeline-year {
		font-size: 0.7rem;
	}
	.timeline-section .timeline-content {
		width: calc(100% - 85px);
	}
	.timeline-section .timeline-content-inner {
		padding: 1rem;
	}
	.timeline-section .timeline-title {
		font-size: 1.25rem;
		margin-bottom: 0.75rem;
	}
	.timeline-section .timeline-description {
		font-size: 0.9rem;
	}
}



@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.about-hero {
	padding: clamp(3rem, 4.5059rem - 6.1465vw, 4.5rem) 0;
	background: transparent;
}

.about-hero-content {
	margin-bottom: clamp(3rem, 4.5059rem - 6.1465vw, 4.5rem);
}

.about-hero-title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 900;
	font-size: clamp(5.9605rem, 14.9885rem - 36.8492vw, 14.9531rem);
	line-height: 0.9;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.about-hero-video {
	margin-bottom: clamp(3rem, 4.5059rem - 6.1465vw, 4.5rem);
	border-radius: clamp(1rem, 0.2847rem + 2.9197vw, 3rem);
	overflow: hidden;
	background: #363030;
}

.hero-video {
	width: 100%;
	height: auto;
	min-height: 50vh;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.about-intro-content {
	display: flex;
	flex-direction: column;
	gap: clamp(1rem, 0.2847rem + 2.9197vw, 3rem);
	margin-bottom: clamp(3rem, 4.5059rem - 6.1465vw, 4.5rem);
}

.about-intro-left {
	flex: 1;
}

.about-intro-title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	font-size: clamp(2.4414rem, 4.745rem - 9.4025vw, 4.736rem);
	line-height: 1;
	color: #fff;
	margin: 0;
	max-width: 20ch;
}

.about-intro-right {
	flex: 1;
}

.about-intro-text {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: clamp(1.25rem, 2.0024rem - 3.0712vw, 1.9995rem);
	line-height: 1.125;
	color: rgba(255, 255, 255, 0.9);
	margin: 0;
	max-width: 40ch;
}

.about-content-grid {
	display: flex;
	flex-direction: column;
	gap: clamp(1rem, 0.2847rem + 2.9197vw, 3rem);
	margin-bottom: 20vw;
}

.about-content-text {
	position: sticky;
	top: clamp(0.75rem, 1.1265rem - 1.5366vw, 1.125rem);
	align-self: flex-start;
	flex: 1;
}

.about-content-title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	font-size: clamp(1.9531rem, 3.5592rem - 6.5553vw, 3.5529rem);
	color: #fff;
	margin: 0 0 clamp(1rem, 1.502rem - 2.0488vw, 1.5rem) 0;
}

.about-content-description {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem);
	line-height: 1.125;
	color: rgba(255, 255, 255, 0.9);
	max-width: 40ch;
}
.about-content-description p {
	margin: 0 0 clamp(1rem, 1.502rem - 2.0488vw, 1.5rem) 0;
}
.about-content-description p:last-child {
	margin-bottom: 0;
}

.about-content-image {
	flex: 1;
}
.about-content-image img {
	width: 100%;
	height: auto;
	border-radius: clamp(1rem, 0.2847rem + 2.9197vw, 3rem);
	border: 2px solid #1b1818;
}

.about-timeline {
	position: relative;
}

.year-number {
	position: sticky;
	top: 10vh;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 8vw;
	margin: 0;
	padding: 0;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;
	color: #F2C200;
	font-weight: 900;
}

.digit {
	display: inline-block;
	position: relative;
}

.year-section {
	min-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(3rem, 4.5059rem - 6.1465vw, 4.5rem) clamp(1rem, 0.2847rem + 2.9197vw, 3rem) clamp(2rem, 3.0039rem - 4.0977vw, 3rem);
}

.year-section-grid {
	display: grid;
	grid-template-rows: 1fr auto;
	grid-template-columns: 1fr;
	gap: clamp(2rem, 3.0039rem - 4.0977vw, 3rem);
	width: 100%;
	height: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.media-stack {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(2rem, 3.0039rem - 4.0977vw, 3rem);
	order: 1;
}

.media-item {
	position: absolute;
	max-height: 80%;
	max-width: 80%;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 8px;
	opacity: 0;
	transform: scale(0.95);
}

.media-placeholder {
	width: 300px;
	height: 600px;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid #F2C200;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.placeholder-text {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2rem;
	color: #F2C200;
	font-weight: 700;
}

.year-content {
	order: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	align-self: center;
}

.year-content-inner {
	text-align: left;
}

.year-title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	font-size: clamp(1.9531rem, 3.5592rem - 6.5553vw, 3.5529rem);
	margin: 0 0 clamp(0.5rem, 0.751rem - 1.0244vw, 0.75rem) 0;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

.year-description {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: clamp(1.25rem, 2.0024rem - 3.0712vw, 1.9995rem);
	line-height: 1.125;
	max-width: 40ch;
	margin: 0;
	color: rgba(255, 255, 255, 0.9);
}

.about-footer-spacer {
	height: 100vh;
	background: #363030;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-footer-text {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	font-size: clamp(1.5625rem, 2.6697rem - 4.5191vw, 2.6653rem);
	color: #fff;
	margin: 0;
}

@media (min-width: 768px) {
	.about-intro-content {
		flex-direction: row;
		align-items: baseline;
	}
	.about-content-grid {
		flex-direction: row;
	}
	.year-section-grid {
		grid-template-rows: 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.media-stack {
		order: 2;
		padding: clamp(3rem, 4.5059rem - 6.1465vw, 4.5rem);
	}
	.year-content {
		order: 1;
		justify-content: flex-end;
	}
}
@media (max-width: 768px) {
	.about-hero-title {
		font-size: clamp(3.8147rem, 8.4334rem - 18.852vw, 8.4153rem);
	}
	.about-intro-title {
		font-size: clamp(1.9531rem, 3.5592rem - 6.5553vw, 3.5529rem);
	}
	.about-intro-text {
		font-size: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem);
	}
	.year-number {
		font-size: 12vw;
	}
	.year-title {
		font-size: clamp(1.5625rem, 2.6697rem - 4.5191vw, 2.6653rem);
	}
	.year-description {
		font-size: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem);
	}
}
@media (max-width: 480px) {
	.year-section {
		padding: clamp(2rem, 3.0039rem - 4.0977vw, 3rem) clamp(1.5rem, 2.253rem - 3.0733vw, 2.25rem) clamp(1rem, 1.502rem - 2.0488vw, 1.5rem);
	}
	.media-stack {
		padding: clamp(1.5rem, 2.253rem - 3.0733vw, 2.25rem);
	}
	.year-number {
		font-size: 15vw;
	}
}
body {
	transition: background-color 0.6s ease;
}

.content {
	transform: scale(0.95);
	opacity: 0;
}



.about-page {
	--about-dark: #363030;
	--about-dark-2: rgb(32.4, 28.8, 28.8);
	--about-light: #F8F9FA;
	--about-ink: #363030;
	--about-ice: white;
}

.about-page .about-section {
	position: relative;
	padding: clamp(3rem, 8vw, 6rem) 0;
	background: var(--about-section-bg, var(--about-dark-2));
	color: var(--about-ice);
	overflow: hidden;
}

.about-page .about-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	pointer-events: none;
}

.about-page .about-section.has-map::before {
	opacity: 0.16;
}

.about-page .about-section > .container {
	position: relative;
	z-index: 1;
}

.about-page .about-section__header {
	max-width: 760px;
	margin: 0 auto clamp(2rem, 6vw, 3.5rem);
}

.about-page .about-section__eyebrow {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 0.7rem;
	margin-bottom: 0.75rem;
}

.about-page .about-section__title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: clamp(2.4rem, 6vw, 4.8rem);
	line-height: 1.1;
	margin-bottom: 0.75rem;
	color: rgb(255, 255, 255);
	overflow: hidden;
}

.about-page .about-section__script {
	font-size: clamp(1rem, 2.5vw, 1.6rem);
	margin-bottom: 1.25rem;
}

.about-page .about-section__description {
	font-size: 1rem;
	line-height: 1.7;
}

.about-page .about-section__description p {
	margin: 0 0 1rem;
}

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

.about-page .about-theme-light::before {
	opacity: 0.12;
	filter: grayscale(1);
}

@media (max-width: 768px) {
	.about-page .about-section__header {
		text-align: center;
	}
}



@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.about-story-hero {
	position: relative;
	min-height: clamp(32rem, 100vh, 56rem);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: clamp(2rem, 6vw, 5rem) 0;
	overflow: hidden;
}

.about-story-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	filter: saturate(0.7);
	transform: scale(1.02);
}

.about-story-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(54, 48, 48, 0.55);
}

.about-story-hero__inner {
	position: relative;
	z-index: 2;
}

.about-story-hero__title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 500;
	font-size: clamp(2.8rem, 7vw, 6.8rem);
	line-height: 0.95;
	margin: 0;
	color: rgb(255, 255, 255);
}

.about-story-hero__subtitle {
	margin: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem) 0 0;
	font-size: clamp(1.2rem, 2vw, 2rem);
	color: rgb(255, 255, 255);
}

.about-story-layout {
	display: grid;
	grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	padding: clamp(2rem, 6vw, 4rem) 0 clamp(4rem, 10vw, 7rem);
}

.about-story-nav {
	position: sticky;
	top: 30vh;
	align-self: flex-start;
	z-index: 20;
}

.about-story-nav__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.85rem;
}

.about-story-nav__link {
	display: grid;
	grid-template-columns: 2.2rem 1fr;
	gap: 0.75rem;
	text-decoration: none !important;
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-size: 0.9rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

.about-story-nav__index {
	font-size: 0.8rem;
}

.about-story-content {
	display: flex;
	flex-direction: column;
	gap: clamp(1rem, 3vw, 2.5rem);
}

.about-story-section {
	position: relative;
	padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 2vw, 1.5rem);
	border-radius: clamp(1rem, 3vw, 2.2rem);
}

.about-story-section::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.about-story-section.has-map::before {
	opacity: 0.18;
}

.about-story-section__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 3vw, 2.5rem);
	align-items: center;
}

.about-story-section__text {
	max-width: 36rem;
}

.about-story-section__lead {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.75rem;
	margin: 0 0 0.5rem;
}

.about-story-section__title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: 500;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	line-height: 1;
	margin: 0 0 0.75rem;
}

.about-story-section__script {
	margin: 0 0 1.5rem;
	font-size: clamp(1rem, 2vw, 1.6rem);
	color: rgb(255, 255, 255);
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 300;
	font-style: italic;
}

.about-story-section__body {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
}

.about-story-section__body p {
	margin: 0 0 1rem;
}

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

.about-story-section__stat {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.about-story-section__stat-value {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-size: clamp(2rem, 4vw, 3rem);
	letter-spacing: 0.12em;
}

.about-story-section__stat-label {
	font-size: 0.9rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.about-story-section__media {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-story-section__image {
	margin: 0;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
	border-radius: 16px;
	overflow: hidden;
	background: rgb(70.2, 62.4, 62.4);
}

.about-story-section__image img {
	display: block;
	width: 100%;
	height: auto;
}

.about-story-section__image--primary {
	width: min(100%, 460px);
}

.about-story-section__image--secondary {
	position: absolute;
	width: min(55%, 240px);
	bottom: -1.5rem;
	left: -1.5rem;
	transform: rotate(-6deg);
	border: 6px solid rgba(240, 240, 240, 0.9);
}

.layout-image_left .about-story-section__inner {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.layout-image_left .about-story-section__text {
	order: 2;
}

.layout-centered .about-story-section__inner {
	grid-template-columns: 1fr;
	text-align: center;
}

.layout-centered .about-story-section__text {
	margin: 0 auto;
}

.layout-centered .about-story-section__media {
	margin-top: 2rem;
	margin-left: 5rem;
}

.about-theme-light {
	background: #F8F9FA;
	color: #363030;
}

.about-theme-light .about-story-section__title,
.about-theme-light .about-story-section__stat-value {
	color: #363030;
}

.about-theme-light .about-story-section__lead,
.about-theme-light .about-story-section__stat-label,
.about-theme-light .about-story-section__script {
	color: rgba(54, 48, 48, 0.55);
}

.about-theme-light .about-story-section__body {
	color: rgba(54, 48, 48, 0.85);
}

.about-theme-light.has-map::before {
	opacity: 0.12;
	filter: grayscale(1);
}

.about-theme-light .about-story-section__image {
	box-shadow: 0 20px 50px rgba(54, 48, 48, 0.15);
}

.about-theme-light .about-story-section__image--secondary {
	border-color: rgba(255, 255, 255, 0.98);
}

@media (max-width: 1024px) {
	.about-story-layout {
		grid-template-columns: 1fr;
	}
	.about-story-nav {
		position: static;
	}
	.about-story-nav__list {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
		text-align: center;
		justify-content: center;
		align-content: center;
		align-items: center;
		justify-items: center;
	}
	.about-story-nav__link {
		grid-template-columns: 1fr;
	}
	.about-story-nav__index {
		font-size: 0.7rem;
	}
}
@media (max-width: 768px) {
	.about-story-section {
		padding: 2.5rem 2rem;
	}
	.about-story-section__inner {
		grid-template-columns: 1fr;
	}
	.layout-image_left .about-story-section__inner {
		grid-template-columns: 1fr;
	}
	.layout-centered .about-story-section__media {
		margin: 0;
	}
	.about-story-section__image--secondary {
		position: relative;
		width: min(70%, 260px);
		left: auto;
		bottom: auto;
		margin: 0;
	}
}
@media (max-width: 540px) {
	.about-story-section {
		padding: 2rem 1rem;
	}
}

.about-story-section[style*="--about-section-bg"] {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	width: 100vw;
}
.about-story-section[style*="--about-section-bg"] .about-story-section__inner {
	max-width: var(--container-width, 1200px);
	margin-left: auto;
	margin-right: auto;
	padding-left: clamp(1rem, 4vw, 3.5rem);
	padding-right: clamp(1rem, 4vw, 3.5rem);
}

.layout-centered .about-story-section__centered {
	text-align: center;
	padding: clamp(3rem, 8vw, 6rem) 0;
}
.layout-centered .about-story-section__title--centered {
	font-size: clamp(3rem, 8vw, 7rem);
	margin: 0;
}
.layout-centered .about-story-section__script {
	margin-top: 1rem;
	font-size: clamp(1.2rem, 3vw, 2.4rem);
}

.layout-two_column_text .about-story-section__two-column {
	display: flex;
	flex-direction: column;
	gap: clamp(2rem, 5vw, 4rem);
}
.layout-two_column_text .about-story-section__title {
	text-align: center;
	margin: 0 0 1rem;
}
.layout-two_column_text .about-story-section__script {
	text-align: center;
	margin: 0 0 2rem;
}
.layout-two_column_text .about-story-section__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 6vw, 5rem);
	align-items: flex-start;
}
.layout-two_column_text .about-story-section__column {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.7;
}
.layout-two_column_text .about-story-section__column p {
	margin: 0 0 1rem;
}
.layout-two_column_text .about-story-section__column p:last-child {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.layout-two_column_text .about-story-section__columns {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

.layout-team_grid .about-story-section__inner {
	grid-template-columns: 1fr;
}
.layout-team_grid .about-story-section__team {
	display: flex;
	flex-direction: column;
	gap: clamp(2rem, 5vw, 4rem);
}
.layout-team_grid .about-story-section__title--team {
	text-align: center;
	font-size: clamp(2.5rem, 6vw, 5rem);
	margin: 0;
}
.layout-team_grid .about-story-section__team-hero {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}
.layout-team_grid .about-story-section__team-hero img {
	display: block;
	width: 100%;
	height: auto;
}
.layout-team_grid .about-story-section__team-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 5vw, 4rem);
	margin-top: 2rem;
}
.layout-team_grid .team-member {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.layout-team_grid .team-member__photo {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	aspect-ratio: 1;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}
.layout-team_grid .team-member__photo img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.layout-team_grid .team-member__name {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-size: clamp(1.3rem, 2.5vw, 1.8rem);
	font-weight: 500;
	letter-spacing: 0.02em;
	margin: 0;
	color: #e7f2f7;
}
.layout-team_grid .team-member__position {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.95rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
	color: rgba(214, 230, 241, 0.65);
}
@media (max-width: 768px) {
	.layout-team_grid .about-story-section__team-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
}

.layout-full_width_image .about-story-section__inner {
	grid-template-columns: 1fr;
}
.layout-full_width_image .about-story-section__full-image {
	margin: calc(-1 * clamp(3rem, 8vw, 6rem)) calc(-1 * clamp(1rem, 4vw, 3.5rem));
}
.layout-full_width_image .about-story-section__image-bg {
	position: relative;
	min-height: clamp(400px, 60vh, 600px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 4vw, 3rem);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: clamp(1rem, 3vw, 2.2rem);
	overflow: hidden;
}
.layout-full_width_image .about-story-section__image-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(54, 48, 48, 0.75) 0%, rgba(54, 48, 48, 0.55) 100%);
	z-index: 0;
}
.layout-full_width_image .about-story-section__image-bg > * {
	position: relative;
	z-index: 1;
}
.layout-full_width_image .about-story-section__title--overlay {
	font-size: clamp(2.5rem, 7vw, 6rem);
	margin: 0;
	color: rgb(255, 255, 255);
	text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.layout-full_width_image .about-story-section__script {
	margin-top: 1rem;
	font-size: clamp(1.2rem, 3vw, 2rem);
	color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
	.layout-full_width_image .about-story-section__full-image {
		margin: -2.5rem -2rem;
	}
	.layout-full_width_image .about-story-section__image-bg {
		min-height: 350px;
		border-radius: 0;
	}
}
@media (max-width: 540px) {
	.layout-full_width_image .about-story-section__full-image {
		margin: -2rem -1rem;
	}
}

.about-theme-light.layout-team_grid .team-member__name {
	color: #363030;
}
.about-theme-light.layout-team_grid .team-member__position {
	color: rgba(54, 48, 48, 0.55);
}
.about-theme-light.layout-team_grid .team-member__photo {
	box-shadow: 0 12px 40px rgba(54, 48, 48, 0.15);
	background: rgba(54, 48, 48, 0.05);
}
.about-theme-light.layout-two_column_text .about-story-section__column {
	color: rgba(11, 34, 52, 0.85);
}
.about-theme-light.layout-full_width_image .about-story-section__image-bg::before {
	background: linear-gradient(135deg, rgba(248, 249, 250, 0.75) 0%, rgba(248, 249, 250, 0.55) 100%);
}
.about-theme-light.layout-full_width_image .about-story-section__title--overlay {
	color: #363030;
	text-shadow: 0 2px 10px rgba(255, 255, 255, 0.5);
}
.about-theme-light.layout-full_width_image .about-story-section__script {
	color: rgba(54, 48, 48, 0.75);
}





.text-layouts-section {
	position: relative;
	z-index: 10;
	min-height: 90dvh;
}
.text-layouts-section.with-spacing {
	padding: 8rem 0;
}
@media (max-width: 1024px) {
	.text-layouts-section.with-spacing {
		padding: 6rem 0;
	}
}
@media (max-width: 768px) {
	.text-layouts-section.with-spacing {
		padding: 4rem 0;
	}
}
.text-layouts-section.no-spacing {
	padding: 3rem 0;
}
@media (max-width: 768px) {
	.text-layouts-section.no-spacing {
		padding: 2rem 0;
	}
}

.text-layouts-section.bg-default {
	background: transparent;
}
.text-layouts-section.bg-dark {
	background: rgba(26, 26, 26, 0.6);
	backdrop-filter: blur(10px);
}
.text-layouts-section.bg-accent {
	background: linear-gradient(135deg, rgba(186, 173, 106, 0.1), rgba(125, 0, 18, 0.1));
}
.text-layouts-section.bg-card {
	background: rgba(26, 26, 26, 0.6);
	border-radius: 15px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin: 2rem 0;
}

.text-layouts-section.text-left {
	text-align: left;
}
.text-layouts-section.text-center {
	text-align: center;
}
.text-layouts-section.text-right {
	text-align: right;
}

.section-header {
	margin-bottom: 5rem;
}
@media (max-width: 1024px) {
	.section-header {
		margin-bottom: 4rem;
	}
}
@media (max-width: 768px) {
	.section-header {
		margin-bottom: 3rem;
	}
}

.header-content-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	max-width: 1400px;
	margin: 0 auto;
}
@media (max-width: 1024px) {
	.header-content-wrapper {
		gap: 1.5rem;
	}
}
@media (max-width: 768px) {
	.header-content-wrapper {
		flex-direction: column;
		gap: 1rem;
	}
}

.header-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 100;
	opacity: 0;
	line-height: 1;
	transform: scale(0.8);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.header-divider.in-view {
	opacity: 0.4;
	transform: scale(1);
}
@media (max-width: 768px) {
	.header-divider {
		display: none;
	}
}

.section-header .section-title {
	flex: 1;
	margin: 0;
	max-width: 50%;
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}
.section-header .section-title.in-view {
	opacity: 1;
	transform: translateY(0);
}
@media (max-width: 768px) {
	.section-header .section-title {
		max-width: 100%;
		text-align: center;
	}
}

.section-header .sub-title {
	flex: 1;
	font-size: clamp(1rem, 1.5vw, 1.1rem);
	font-weight: 300;
	letter-spacing: 0.01em;
	margin: 0;
	text-align: left;
	line-height: 1.6;
	max-width: 50%;
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	transition-delay: 0.2s;
}
.section-header .sub-title.in-view {
	opacity: 0.75;
	transform: translateY(0);
}
@media (max-width: 768px) {
	.section-header .sub-title {
		max-width: 100%;
		text-align: center;
	}
}

.text-layout-wrapper {
	margin-top: 4rem;
}
@media (max-width: 768px) {
	.text-layout-wrapper {
		margin-top: 3rem;
	}
}

.text-layout-wrapper[class*="1_column"] .text-column {
	max-width: 800px;
	margin: 0 auto;
}

.text-columns.two-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: start;
}
.text-columns.three-columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
	align-items: start;
}

.text-rows.two-rows {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.text-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
	align-items: start;
}

.content-block {
	margin-bottom: 2rem;
	transition: all 0.3s ease;
}
.content-block:last-child {
	margin-bottom: 0;
}

.block-title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.block-content {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.7;
	font-size: 1.115rem;
}
.block-content p {
	margin-bottom: 1rem;
}
.block-content p:last-child {
	margin-bottom: 0;
}
.block-content h4,
.block-content h5,
.block-content h6 {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	margin: 1.5rem 0 0.75rem;
	line-height: 1.3;
}
.block-content h4 {
	font-size: 1.75rem;
}
.block-content h5 {
	font-size: 1.25rem;
}
.block-content h6 {
	font-size: 1.05rem;
}
.block-content ul,
.block-content ol {
	margin: 1rem 0;
	padding-left: 1.5rem;
}
.block-content li {
	margin-bottom: 0.5rem;
}
.block-content a {
	text-decoration: underline;
	color: #4169e1 !important;
	transition: color 0.3s ease;
}
.block-content a:hover {
	color: #27408b !important;
}
.block-content blockquote {
	border-left: 3px solid #F2C200;
	padding-left: 1.5rem;
	margin: 1.5rem 0;
	font-style: italic;
}
.block-content code {
	background: #c1c1c1;
	padding: 0.2rem 0.4rem;
	border-radius: 3px;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	color: #F2C200;
}

.content-block.block-highlighted {
	background: #c1c1c1;
	border-radius: 15px;
	padding: 1.5rem;
	border: 1px solid rgba(186, 173, 106, 0.2);
}
.content-block.block-card {
	background: #c1c1c1;
	border-radius: 15px;
	padding: 2rem;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
}
.content-block.block-card:hover {
	border-color: #F2C200;
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.content-block.block-bordered {
	border: 2px solid #c1c1c1;
	border-radius: 5px;
	padding: 1.5rem;
}
.content-block.block-accent-border {
	border-left: 4px solid #F2C200;
	padding-left: 1.5rem;
	margin-left: 0.5rem;
}
.content-block.block-minimal {
	padding: 0.5rem 0;
}
.content-block.block-spacious {
	padding: 2.5rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.content-block.block-spacious:last-child {
	border-bottom: none;
}
.content-block.block-interactive {
	cursor: pointer;
	padding: 1.5rem;
	border-radius: 15px;
	transition: all 0.3s ease;
}
.content-block.block-interactive:hover {
	background: rgba(255, 255, 255, 0.05);
	transform: translateX(10px);
}

.text-layouts-section .block-title.large {
	font-size: 1.75rem;
}
.text-layouts-section .block-title.small {
	font-size: 1rem;
}
.text-layouts-section .block-content.large {
	font-size: 1.5rem;
}
.text-layouts-section .block-content.small {
	font-size: 0.95rem;
}

@media (max-width: 1024px) {
	.text-columns.three-columns {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
	.text-columns.two-columns {
		gap: 2.5rem;
	}
	.text-rows.two-rows {
		gap: 2.5rem;
	}
	.text-row {
		gap: 1.5rem;
	}
}
@media (max-width: 768px) {
	.text-layouts-section.with-spacing {
		padding: 3rem 0;
	}
	.text-layout-wrapper {
		margin-top: 2rem;
	}
	.text-columns.two-columns, .text-columns.three-columns {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.text-rows.two-rows {
		gap: 2rem;
	}
	.text-row {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
	.content-block {
		margin-bottom: 1.5rem;
	}
	.content-block.block-card {
		padding: 1.5rem;
	}
	.content-block.block-highlighted {
		padding: 1.25rem;
	}
	.block-title {
		font-size: clamp(1.125rem, 4vw, 1.5rem);
		margin-bottom: 0.75rem;
	}
	.block-content {
		font-size: 0.95rem;
		line-height: 1.6;
	}
}
@media (max-width: 480px) {
	.text-layouts-section.with-spacing {
		padding: 2rem 0;
	}
	.text-layout-wrapper {
		margin-top: 1.5rem;
	}
	.content-block {
		margin-bottom: 1.25rem;
	}
	.content-block.block-card, .content-block.block-highlighted {
		padding: 1rem;
	}
	.block-title {
		font-size: clamp(1rem, 5vw, 1.25rem);
		margin-bottom: 0.5rem;
	}
	.block-content {
		font-size: 0.9rem;
	}
	.block-content ul,
	.block-content ol {
		padding-left: 1.25rem;
	}
	.block-content blockquote {
		padding-left: 1rem;
		margin: 1rem 0;
	}
}
.content-block.animate-fade-in {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.3s ease;
}
.content-block.animate-fade-in.in-view {
	opacity: 1;
	transform: translateY(0);
}
.content-block.animate-slide-left {
	opacity: 0;
	transform: translateX(-30px);
	transition: all 0.3s ease;
}
.content-block.animate-slide-left.in-view {
	opacity: 1;
	transform: translateX(0);
}
.content-block.animate-slide-right {
	opacity: 0;
	transform: translateX(30px);
	transition: all 0.3s ease;
}
.content-block.animate-slide-right.in-view {
	opacity: 1;
	transform: translateX(0);
}

@media print {
	.text-layouts-section {
		background: transparent !important;
		padding: 1rem 0 !important;
		page-break-inside: avoid;
	}
	.content-block.block-card, .content-block.block-highlighted {
		background: transparent !important;
		border: 1px solid #343232 !important;
		box-shadow: none !important;
	}
	.block-title,
	.block-content,
	.block-content * {
		color: #343232 !important;
	}
	.text-columns,
	.text-rows {
		-moz-column-break-inside: avoid;
		break-inside: avoid;
	}
}

.contact-section {
	position: relative;
	z-index: 10;
	padding: 4rem 0;
}

.contact-content {
	margin-top: 3rem;
}

.contact-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: start;
}

.contact-info {
	background: rgba(26, 26, 26, 0.6);
	border-radius: 15px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
}
.contact-info:hover {
	transform: translateY(-5px);
	border-color: #363030;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.contact-info-inner {
	padding: 2rem;
}

.contact-info-title {
	font-family: "Ogg", "Bodoni Moda", "Playfair Display", serif;
	font-weight: 900;
	color: #343232;
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	margin-bottom: 2rem;
	line-height: 1.2;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.contact-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.contact-item-icon {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #363030, #1b1818);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #343232;
	font-size: 1.2rem;
}

.contact-item-content {
	flex: 1;
}
.contact-item-content h4 {
	font-family: "Ogg", "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	color: #343232;
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}

.contact-address,
.contact-hours,
.contact-additional {
	font-family: "Ogg", sans-serif;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.6;
}
.contact-address p,
.contact-hours p,
.contact-additional p {
	margin-bottom: 0.5rem;
}
.contact-address p:last-child,
.contact-hours p:last-child,
.contact-additional p:last-child {
	margin-bottom: 0;
}

.contact-link {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	font-family: "Ogg", sans-serif;
	font-weight: 300;
	transition: color 0.3s ease;
}
.contact-link:hover {
	color: #363030;
}

.contact-form-wrapper {
	background: rgba(26, 26, 26, 0.6);
	border-radius: 15px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
}
.contact-form-wrapper:hover {
	transform: translateY(-5px);
	border-color: #363030;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.contact-form-inner {
	padding: 2.5rem;
}

.contact-form-title {
	font-family: "Ogg", "Bodoni Moda", "Playfair Display", serif;
	font-weight: 900;
	color: #343232;
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	margin-bottom: 2rem;
	line-height: 1.2;
}

.contact-form {
	width: 100%;
}

.form-placeholder {
	padding: 2rem;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	border: 2px dashed rgba(255, 255, 255, 0.2);
	text-align: center;
}
.form-placeholder p {
	color: rgba(255, 255, 255, 0.7);
	font-family: "Ogg", sans-serif;
	font-weight: 300;
	margin-bottom: 0.5rem;
}
.form-placeholder small {
	color: rgba(255, 255, 255, 0.5);
	font-style: italic;
}

.contact-form .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.contact-form .wpcf7-form-control-wrap {
	position: relative;
	gap: 2rem;
	width: 100%;
}

.cf7-container {
	display: flex;
	gap: 2rem;
	flex-direction: column;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form select,
.contact-form textarea {
	width: 100%;
	padding: 1rem 1.5rem;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	color: #343232;
	font-family: "Ogg", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	transition: all 0.3s ease;
}
.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	outline: none;
	border-color: #363030;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: 0 0 0 3px rgba(125, 0, 18, 0.2);
}
.contact-form input[type=text]::-moz-placeholder, .contact-form input[type=email]::-moz-placeholder, .contact-form input[type=tel]::-moz-placeholder, .contact-form select::-moz-placeholder, .contact-form textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.contact-form textarea {
	min-height: 120px;
	resize: vertical;
}

.contact-form input[type=submit] {
	background: linear-gradient(135deg, #363030, #1b1818);
	border: none;
	color: #343232;
	padding: 1rem 2rem;
	font-family: "Ogg", "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	align-self: flex-start;
}
.contact-form input[type=submit]:hover {
	background: linear-gradient(135deg, #1b1818, black);
	transform: translateY(-2px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.contact-form .wpcf7-not-valid-tip {
	color: #363030;
	font-size: 0.875rem;
	margin-top: 0.5rem;
	font-family: "Ogg", sans-serif;
	font-weight: 300;
}

.contact-form .wpcf7-response-output {
	margin-top: 1rem;
	padding: 1rem;
	border-radius: 8px;
	font-family: "Ogg", sans-serif;
	font-weight: 300;
}

.contact-form .wpcf7-mail-sent-ok {
	background: rgba(3, 26, 54, 0.15);
	border: 1px solid rgba(3, 26, 54, 0.35);
	color: #363030;
}

.contact-form .wpcf7-mail-sent-ng,
.contact-form .wpcf7-validation-errors {
	background: rgba(3, 26, 54, 0.15);
	border: 1px solid rgba(3, 26, 54, 0.35);
	color: #363030;
}

@media (max-width: 1024px) {
	.contact-grid {
		gap: 3rem;
	}
	.contact-info-inner,
	.contact-form-inner {
		padding: 2rem;
	}
}
@media (max-width: 768px) {
	.contact-section {
		padding: 3rem 0;
	}
	.contact-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.contact-item {
		gap: 1rem;
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.contact-item-icon {
		width: 40px;
		height: 40px;
		font-size: 1rem;
	}
	.contact-info-inner,
	.contact-form-inner {
		padding: 1.5rem;
	}
	.contact-info-title,
	.contact-form-title {
		font-size: clamp(1.25rem, 6vw, 2rem);
		margin-bottom: 1.5rem;
	}
}
@media (max-width: 480px) {
	.contact-section {
		padding: 2rem 0;
	}
	.contact-info-inner,
	.contact-form-inner {
		padding: 1rem;
	}
	.contact-item {
		flex-direction: column;
		text-align: center;
		gap: 0.75rem;
	}
	.contact-item-icon {
		align-self: center;
	}
}

.intro-section {
	background-color: transparent;
	padding: 4rem 0;
	position: relative;
	z-index: 10;
}

.intro-grid {
	display: flex;
	align-items: center;
	gap: clamp(3rem, 4.5059rem - 6.1465vw, 4.5rem);
	justify-content: space-between;
}

.intro-left,
.intro-right {
	flex: 1;
	max-width: 50%;
}

.small-title {
	font-family: "Ogg", sans-serif;
	font-weight: 300;
	font-size: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem);
}

.main-heading {
	font-family: "Ogg", "Bodoni Moda", "Playfair Display", serif;
	font-weight: 900;
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	line-height: 1.1;
	margin-bottom: clamp(2rem, 3.0039rem - 4.0977vw, 3rem);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.description {
	font-family: "Ogg", sans-serif;
	font-weight: 300;
	font-size: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem);
	line-height: 1.6;
	margin-bottom: clamp(2rem, 3.0039rem - 4.0977vw, 3rem);
}

.cta-box {
	display: inline-block;
	padding: 0.85rem 1.75rem;
	background: linear-gradient(45deg, #363030, #363030);
	color: #343232;
	text-decoration: none;
	font-family: "Ogg", sans-serif;
	font-weight: 500;
	font-size: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 999px;
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.cta-box:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
	background: linear-gradient(45deg, #363030, #363030);
	color: #343232;
	text-decoration: none;
}

.ingredients-log {
	background: transparent;
	padding: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem) 0;
}

.ingredients-title {
	font-family: "Ogg", "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	font-size: clamp(1.25rem, 2.0024rem - 3.0712vw, 1.9995rem);
	color: #363030;
	margin-bottom: clamp(2rem, 3.0039rem - 4.0977vw, 3rem);
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0.05em;
}

.ingredient-item {
	display: flex;
	gap: clamp(2rem, 3.0039rem - 4.0977vw, 3rem);
	margin-bottom: clamp(2rem, 3.0039rem - 4.0977vw, 3rem);
	align-items: flex-start;
}
.ingredient-item:last-child {
	margin-bottom: 0;
}

.ingredient-qty {
	font-family: "Ogg", sans-serif;
	font-weight: 900;
	font-size: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem);
	color: #363030;
	min-width: 90px;
	text-align: left;
	line-height: 1;
	font-weight: 900;
}

.ingredient-text {
	flex: 1;
}
.ingredient-text strong {
	font-family: "Ogg", sans-serif;
	font-weight: 500;
	font-size: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem);
	display: block;
	margin-bottom: clamp(0.5rem, 0.751rem - 1.0244vw, 0.75rem);
}
.ingredient-text p {
	font-family: "Ogg", sans-serif;
	font-weight: 300;
	font-size: clamp(0.8rem, 1.1266rem - 1.3329vw, 1.1253rem);
	line-height: 1.5;
	margin: 0;
}

@media (max-width: 1024px) {
	.intro-grid {
		gap: clamp(2rem, 3.0039rem - 4.0977vw, 3rem);
	}
	.main-heading {
		font-size: clamp(2rem, 8vw, 3.5rem);
	}
	.ingredient-qty {
		font-size: clamp(0.8rem, 1.1266rem - 1.3329vw, 1.1253rem);
		min-width: 80px;
	}
}
@media (max-width: 768px) {
	.intro-section {
		padding: clamp(2rem, 3.0039rem - 4.0977vw, 3rem) 0;
	}
	.intro-grid {
		flex-direction: column;
		gap: clamp(2rem, 3.0039rem - 4.0977vw, 3rem);
		text-align: center;
	}
	.intro-left,
	.intro-right {
		max-width: 100%;
		width: 100%;
	}
	.main-heading {
		font-size: clamp(1.75rem, 10vw, 3rem);
		margin-bottom: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem);
	}
	.description {
		font-size: clamp(0.8rem, 1.1266rem - 1.3329vw, 1.1253rem);
		margin-bottom: clamp(2rem, 3.0039rem - 4.0977vw, 3rem);
	}
	.ingredients-title {
		text-align: center;
		font-size: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem);
		margin-bottom: clamp(2rem, 3.0039rem - 4.0977vw, 3rem);
	}
	.ingredient-item {
		flex-direction: column;
		text-align: center;
		align-items: center;
		gap: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem);
		margin-bottom: clamp(2rem, 3.0039rem - 4.0977vw, 3rem);
	}
	.ingredient-item .ingredient-qty {
		font-size: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem);
		text-align: center;
		min-width: auto;
	}
	.ingredient-item .ingredient-text {
		max-width: 100%;
		text-align: center;
	}
}
@media (max-width: 480px) {
	.intro-section {
		padding: clamp(2rem, 3.0039rem - 4.0977vw, 3rem) 0;
	}
	.intro-grid {
		gap: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem);
	}
	.main-heading {
		font-size: clamp(1.5rem, 12vw, 2.5rem);
	}
	.ingredients-title {
		font-size: clamp(0.8rem, 1.1266rem - 1.3329vw, 1.1253rem);
	}
	.ingredient-qty {
		font-size: clamp(0.8rem, 1.1266rem - 1.3329vw, 1.1253rem);
	}
	.ingredient-text strong {
		font-size: clamp(0.8rem, 1.1266rem - 1.3329vw, 1.1253rem);
	}
	.ingredient-text p {
		font-size: clamp(0.64rem, 0.845rem - 0.8366vw, 0.8442rem);
	}
	.cta-box {
		padding: clamp(1rem, 1.502rem - 2.0488vw, 1.5rem) clamp(1.5rem, 2.253rem - 3.0733vw, 2.25rem);
		font-size: clamp(0.8rem, 1.1266rem - 1.3329vw, 1.1253rem);
	}
}

section#product-showcase-section {
	position: relative;
	width: 100vw;
	height: 100vh !important;
	min-height: 100vh !important;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	overflow: visible;
	margin: 0;
	padding: 0;
	z-index: 100;
}

.showcase-header {
	position: absolute;
	top: clamp(3rem, 4.5059rem - 6.1465vw, 4.5rem);
	left: clamp(1rem, 0.2847rem + 2.9197vw, 3rem);
	z-index: 100;
}

.showcase-title {
	font-family: "Ogg", "Bodoni Moda", "Playfair Display", serif;
	font-weight: 900;
	font-size: clamp(3.8147rem, 8.4334rem - 18.852vw, 8.4153rem);
	line-height: 0.9;
	letter-spacing: -0.02em;
	color: #343232;
	text-transform: uppercase;
	margin: 0 0 clamp(0.75rem, 1.1265rem - 1.5366vw, 1.125rem) 0;
}

.showcase-subtitle {
	font-family: "Ogg", sans-serif;
	font-weight: 300;
	font-size: clamp(1.25rem, 2.0024rem - 3.0712vw, 1.9995rem);
	line-height: 1.125;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	max-width: 30ch;
}

.box img {
	max-width: 25vw;
	width: auto;
	height: auto;
	max-height: 80vh;
	transition: all 0.3s ease;
}

.box1 {
	z-index: 1;
	transform: translateY(-40px);
}

.box2 {
	z-index: 2;
	transform-origin: bottom center;
	transform: translateY(20px);
}

.box3 {
	z-index: 3;
	transform-origin: bottom center;
	transform: translateY(60px);
}

.box4 {
	z-index: 4;
	transform-origin: bottom center;
	transform: translateY(90px);
}

.box5 {
	z-index: 3;
	transform-origin: bottom center;
	transform: translateY(60px);
}

.box6 {
	z-index: 2;
	transform-origin: bottom center;
	transform: translateY(20px);
}

.box7 {
	z-index: 1;
	transform: translateY(-30px);
}

.box2 img {
	scale: 1.155;
}

.box3 img {
	scale: 1.255;
}

.box4 img {
	scale: 1.355;
}

.box5 img {
	scale: 1.255;
}

.box6 img {
	scale: 1.155;
}

.box_wrapper {
	display: flex;
	justify-content: center;
	max-width: 100vw;
	width: 100%;
	padding: 4rem 2rem;
	overflow: visible;
}

.box {
	width: 15%;
	height: 100dvh;
	max-height: 100dvh;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	margin: 0;
	padding: 0;
	overflow: visible;
}

.product-showcase-link {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
	position: relative;
	overflow: visible;
}
.product-showcase-link:hover {
	transform: translateY(-5px);
}

.product-image-wrapper {
	position: relative;
	transition: all 0.3s ease;
	display: block;
	width: 100%;
}
.product-image-wrapper:hover {
	filter: brightness(1.1);
}

.product-title-wrapper {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 10;
	pointer-events: none;
	width: -moz-max-content;
	width: max-content;
	max-width: 150%;
}

.product-title-wrapper .brand-slide-title {
	font-size: clamp(2rem, 3vw, 3.5rem);
	white-space: nowrap;
	overflow: visible;
}

.product-showcase-link:hover .brand-slide-title {
	color: #343232;
	text-shadow: 0px 0px 15px rgba(54, 48, 48, 0.5);
}

.bright {
	filter: brightness(1.45) contrast(90%) brightness(115%);
}

.brighter {
	filter: brightness(1.65) saturate(0.85) brightness(80%) contrast(90%);
}

.darker {
	filter: brightness(1.15) saturate(98%) brightness(105%) contrast(95%);
}

@media (max-width: 900px) {
	.box_wrapper {
		padding: 50px;
	}
}
@media (max-width: 600px) {
	.box img {
		max-width: 90vw;
	}
	.box {
		margin: 0 1vw;
	}
}



@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.google-maps-section {
	position: relative;
	z-index: 10;
	padding: 4rem 0;
}

.map-container {
	margin-top: 3rem;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	position: relative;
}

.google-map {
	width: 100%;
	border-radius: 15px;
	transition: all 0.3s ease;
}
.google-map:hover {
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.map-placeholder {
	background: rgba(26, 26, 26, 0.6);
	border-radius: 15px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 4rem 2rem;
	text-align: center;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.placeholder-content {
	max-width: 500px;
	width: 100%;
}
.placeholder-content i {
	font-size: 4rem;
	color: #363030;
	margin-bottom: 1.5rem;
	opacity: 0.7;
}
.placeholder-content h3 {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	color: #363030;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	line-height: 1.2;
}
.placeholder-content p {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6;
	margin-bottom: 2rem;
}

.placeholder-requirements {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	padding: 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
.placeholder-requirements h4 {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	color: #fff;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}
.placeholder-requirements ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.placeholder-requirements li {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8);
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.placeholder-requirements li:last-child {
	border-bottom: none;
}

.map-info-window {
	padding: 1rem;
	max-width: 300px;
}
.map-info-window h4 {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	color: #363030;
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
	line-height: 1.2;
}
.map-info-window p {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #333;
	line-height: 1.5;
	margin: 0;
	font-size: 0.9rem;
}

.gm-style-iw-gd {
	border-radius: 8px !important;
}

.gm-style-iw-t::after {
	background: linear-gradient(45deg, #363030, #363030) !important;
}

.gm-style .gm-style-iw-c {
	border-radius: 8px !important;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2) !important;
}

.google-map.loading {
	background: rgba(26, 26, 26, 0.6);
	position: relative;
}
.google-map.loading::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border: 3px solid rgba(255, 255, 255, 0.1);
	border-top: 3px solid #363030;
	border-radius: 50%;
	animation: mapLoading 1s linear infinite;
	z-index: 10;
}

@keyframes mapLoading {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
@media (max-width: 1024px) {
	.google-maps-section {
		padding: 3rem 0;
	}
	.map-container {
		margin-top: 2rem;
		border-radius: 12px;
	}
	.google-map {
		border-radius: 12px;
	}
	.map-placeholder {
		padding: 3rem 1.5rem;
		border-radius: 12px;
		min-height: 350px;
	}
	.placeholder-content i {
		font-size: 3rem;
	}
}
@media (max-width: 768px) {
	.google-maps-section {
		padding: 2rem 0;
	}
	.map-container {
		margin-top: 1.5rem;
		border-radius: 10px;
	}
	.google-map {
		border-radius: 10px;
		height: 300px !important;
	}
	.map-placeholder {
		padding: 2rem 1rem;
		border-radius: 10px;
		min-height: 300px;
	}
	.placeholder-content i {
		font-size: 2.5rem;
		margin-bottom: 1rem;
	}
	.placeholder-content h3 {
		font-size: 1.25rem;
		margin-bottom: 0.75rem;
	}
	.placeholder-content p {
		font-size: 0.9rem;
		margin-bottom: 1.5rem;
	}
	.placeholder-requirements {
		padding: 1rem;
	}
	.placeholder-requirements h4 {
		font-size: 1rem;
		margin-bottom: 0.75rem;
	}
	.placeholder-requirements li {
		font-size: 0.85rem;
		padding: 0.4rem 0;
	}
}
@media (max-width: 480px) {
	.google-maps-section {
		padding: 1.5rem 0;
	}
	.map-container {
		border-radius: 8px;
	}
	.google-map {
		border-radius: 8px;
		height: 250px !important;
	}
	.map-placeholder {
		padding: 1.5rem 0.75rem;
		border-radius: 8px;
		min-height: 250px;
	}
	.placeholder-content i {
		font-size: 2rem;
		margin-bottom: 0.75rem;
	}
	.placeholder-content h3 {
		font-size: 1.125rem;
		margin-bottom: 0.5rem;
	}
	.placeholder-content p {
		font-size: 0.85rem;
		margin-bottom: 1rem;
	}
	.placeholder-requirements {
		padding: 0.75rem;
	}
	.placeholder-requirements h4 {
		font-size: 0.9rem;
	}
	.placeholder-requirements li {
		font-size: 0.8rem;
	}
	.map-info-window {
		padding: 0.75rem;
		max-width: 250px;
	}
	.map-info-window h4 {
		font-size: 1rem;
		margin-bottom: 0.4rem;
	}
	.map-info-window p {
		font-size: 0.85rem;
	}
}


.stats-grid {
	padding: 5rem 0;
	background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
	position: relative;
	overflow: hidden;
}
@media (max-width: 768px) {
	.stats-grid {
		padding: 3rem 0;
	}
}
.stats-grid__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2rem;
}
@media (max-width: 768px) {
	.stats-grid__container {
		padding: 0 1.5rem;
	}
}
.stats-grid__header {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 4rem;
}
@media (max-width: 768px) {
	.stats-grid__header {
		margin-bottom: 3rem;
	}
}
.stats-grid__subtitle {
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--color-primary, #E6281A);
	margin-bottom: 1rem;
}
.stats-grid__title {
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	color: var(--color-text-dark, #1a1a1a);
}
.stats-grid__items {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 3rem;
}
@media (max-width: 992px) {
	.stats-grid__items {
		gap: 2rem;
	}
}
@media (max-width: 768px) {
	.stats-grid__items {
		gap: 1.5rem;
	}
}
.stats-grid__item {
	flex: 1;
	text-align: center;
	padding: 2.5rem 2rem;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
@media (max-width: 768px) {
	.stats-grid__item {
		padding: 2rem 1.5rem;
	}
}
.stats-grid__item:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.stats-grid__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--color-primary, #E6281A) 0%, #e55a28 100%);
	transform: scaleX(0);
	transition: transform 0.3s ease;
}
.stats-grid__item:hover::before {
	transform: scaleX(1);
}
.stats-grid__number {
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0.75rem;
	color: var(--color-primary, #E6281A);
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 0.25rem;
}
.stats-grid__number-value {
	display: inline-block;
}
.stats-grid__number-suffix {
	font-size: 0.6em;
	font-weight: 600;
	opacity: 0.8;
}
.stats-grid__label {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4;
	color: var(--color-text, #666);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
@media (max-width: 768px) {
	.stats-grid__label {
		font-size: 1rem;
	}
}
.stats-grid--layout-horizontal .stats-grid__items {
	flex-direction: row;
}
@media (max-width: 768px) {
	.stats-grid--layout-horizontal .stats-grid__items {
		flex-direction: column;
	}
}
.stats-grid--layout-grid .stats-grid__items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}
@media (max-width: 640px) {
	.stats-grid--layout-grid .stats-grid__items {
		grid-template-columns: 1fr;
	}
}
.stats-grid--animated .stats-grid__number-value {
	opacity: 0;
	animation: fadeInNumber 0.6s ease forwards;
}
.stats-grid__item {
	opacity: 0;
	animation: fadeInUp 0.6s ease forwards;
}
.stats-grid__item:nth-child(1) {
	animation-delay: 0.15s;
}
.stats-grid__item:nth-child(2) {
	animation-delay: 0.3s;
}
.stats-grid__item:nth-child(3) {
	animation-delay: 0.45s;
}
.stats-grid__item:nth-child(4) {
	animation-delay: 0.6s;
}
.stats-grid__item:nth-child(5) {
	animation-delay: 0.75s;
}
.stats-grid__item:nth-child(6) {
	animation-delay: 0.9s;
}
.stats-grid::before, .stats-grid::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	opacity: 0.03;
	pointer-events: none;
}
.stats-grid::before {
	width: 500px;
	height: 500px;
	background: var(--color-primary, #E6281A);
	top: -250px;
	right: -250px;
}
@media (max-width: 768px) {
	.stats-grid::before {
		width: 300px;
		height: 300px;
		top: -150px;
		right: -150px;
	}
}
.stats-grid::after {
	width: 400px;
	height: 400px;
	background: var(--color-primary, #E6281A);
	bottom: -200px;
	left: -200px;
}
@media (max-width: 768px) {
	.stats-grid::after {
		width: 250px;
		height: 250px;
		bottom: -125px;
		left: -125px;
	}
}

@keyframes fadeInNumber {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}


.cta-section {
	min-height: 50vh !important;
	padding: 6rem 0;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 768px) {
	.cta-section {
		padding: 4rem 0;
	}
}
.cta-section__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
	z-index: 1;
	transition: background 0.3s ease;
}
.cta-section__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
	position: relative;
	z-index: 2;
}
@media (max-width: 768px) {
	.cta-section__container {
		padding: 0 1.5rem;
	}
}
.cta-section__inner {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
.cta-section__subtitle {
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #F2C200;
	margin-bottom: 1rem;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
	.cta-section__subtitle {
		font-size: 0.75rem;
	}
}
.cta-section__title {
	font-size: clamp(2.5rem, 6vw, 4rem);
	font-weight: 700;
	line-height: 1.1;
	margin: 1.5rem auto;
	color: #7c797a;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
	.cta-section__title {
		margin: 1rem auto;
	}
}
.cta-section__description {
	font-size: 1.25rem;
	line-height: 1.6;
	color: #7c797a;
	margin: 0 0 2.5rem;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
	.cta-section__description {
		font-size: 1.125rem;
		margin-bottom: 2rem;
	}
}
.cta-section__buttons {
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	flex-wrap: wrap;
}
@media (max-width: 640px) {
	.cta-section__buttons {
		gap: 1rem;
		flex-direction: column;
	}
}
.cta-section__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2.5rem;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	border-radius: 50px;
	transition: all 0.3s ease;
	cursor: pointer;
	border: 2px solid transparent;
	white-space: nowrap;
	min-width: 180px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
@media (max-width: 640px) {
	.cta-section__button {
		width: 100%;
		padding: 1rem 2rem;
	}
}
.cta-section__button--primary {
	background: linear-gradient(135deg, #F2C200 0%, #FFD338 100%);
	color: #fff;
	box-shadow: 0 4px 15px rgba(242, 194, 0, 0.3);
}
.cta-section__button--primary:hover {
	background: linear-gradient(315deg, rgb(255, 205.3618090452, 30.5) 0%, #F2C200 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(242, 194, 0, 0.4);
	color: #fff;
}
.cta-section__button--primary:active {
	transform: translateY(0);
}
.cta-section__button--secondary {
	background: linear-gradient(135deg, #343232 0%, #F8F9FA 100%);
	color: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.cta-section__button--secondary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
	color: #fff;
}
.cta-section__button--secondary:active {
	transform: translateY(0);
}
.cta-section__button--outline {
	background: transparent;
	color: #F2C200;
	border-color: #FFD338;
}
.cta-section__button--outline:hover {
	background: #FFD338;
	color: #fff;
	transform: translateY(-2px);
}
.cta-section__button--outline:active {
	transform: translateY(0);
}
.cta-section--bg-gradient {
	background: linear-gradient(135deg, #F8F9FA 0%, rgb(230.15, 233.7, 237.25) 100%);
}
.cta-section--bg-gradient .cta-section__overlay {
	display: none;
}
.cta-section--bg-color .cta-section__overlay {
	display: none;
}
.cta-section--bg-image .cta-section__overlay {
	background: rgba(255, 211, 56, 0.25);
	mix-blend-mode: overlay;
}
.cta-section--bg-image .cta-section__title,
.cta-section--bg-image .cta-section__description {
	color: #fff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.cta-section--bg-image .cta-section__subtitle {
	color: #F2C200;
}
.cta-section--bg-image .cta-section__button--outline {
	border-color: #fff;
	color: #fff;
}
.cta-section--bg-image .cta-section__button--outline:hover {
	background: #fff;
	color: #343232;
}
.cta-section::before, .cta-section::after {
	content: " ";
	position: absolute;
	border-radius: 50%;
	opacity: 0.05;
	z-index: 1;
}
.cta-section::before {
	width: 400px;
	height: 400px;
	background: var(--color-primary, #F2C200);
	top: -40%;
	left: -10%;
}
@media (max-width: 768px) {
	.cta-section::before {
		width: 300px;
		height: 300px;
	}
}
.cta-section::after {
	width: 200px;
	height: 200px;
	background: var(--color-primary, #F2C200);
	bottom: -50%;
	right: -10%;
}
@media (max-width: 768px) {
	.cta-section::after {
		width: 200px;
		height: 200px;
	}
}
.cta-section__form {
	max-width: 600px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

.cta-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}
@media (max-width: 640px) {
	.cta-form__row {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}
.cta-form__field {
	margin-bottom: 1.5rem;
}
.cta-form__field label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 600;
	color: #fff;
	font-size: 0.95rem;
}
.cta-form__field input,
.cta-form__field textarea {
	width: 100%;
	padding: 0.875rem 1rem;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 1rem;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: all 0.3s ease;
}
.cta-form__field input::-moz-placeholder, .cta-form__field textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.cta-form__field input::placeholder,
.cta-form__field textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.cta-form__field input:focus,
.cta-form__field textarea:focus {
	outline: none;
	border-color: rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.15);
}
.cta-form__field textarea {
	resize: vertical;
	min-height: 120px;
}
.cta-form__submit {
	text-align: center;
	margin-top: 2rem;
}
.cta-form__submit button[disabled] {
	opacity: 0.6;
	cursor: not-allowed;
}
.cta-form__message {
	margin-top: 1.5rem;
	padding: 1rem 1.5rem;
	border-radius: 8px;
	text-align: center;
	font-weight: 600;
}
.cta-form__message--success {
	background: rgba(46, 204, 113, 0.2);
	border: 2px solid rgba(46, 204, 113, 0.5);
	color: #2ecc71;
}
.cta-form__message--error {
	background: rgba(231, 76, 60, 0.2);
	border: 2px solid rgba(231, 76, 60, 0.5);
	color: #e74c3c;
}




.about-page .leadership-grid-section {
	padding-top: clamp(2rem, 6vw, 4rem);
}

.leadership-featured {
	margin: 0 auto clamp(2.5rem, 6vw, 4rem);
	max-height: 450px;
	overflow: hidden;
	border-radius: 18px;
	text-align: center;
}

.leadership-featured img {
	width: 100%;
	height: auto;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.leadership-featured__caption {
	margin-top: 1rem;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: rgb(214, 230, 241);
}

.leadership-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
	gap: clamp(1.5rem, 4vw, 2.5rem);
}

.leadership-card {
	background: #343232;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leadership-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 50px rgba(0, 0, 0, 0.28);
}

.leadership-card__photo img {
	width: 100%;
	height: 280px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.leadership-card__info {
	padding: 1.5rem;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.leadership-card__name {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-size: 1.55rem;
	margin: 0 0 0.35rem;
	color: #eef5fb;
}

.leadership-card__position {
	font-size: 1rem;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 0.15em;
	color: rgba(206, 225, 238, 0.7);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}

.leadership-card__bio {
	font-size: 1rem;
	line-height: 1.6;
	color: rgb(255, 255, 255);
}

.leadership-card__bio p {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	font-weight: 400;
}

.leadership-card__bio p:last-child {
	margin-bottom: 0;
}

.leadership-card__linkedin {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1.25rem;
	color: #b7d2e6;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.75rem;
	text-decoration: none;
}

.leadership-card__linkedin:hover {
	color: #e6f1f7;
}

.about-page .about-theme-light .leadership-featured__caption,
.about-page .about-theme-light .leadership-card__position {
	color: rgba(11, 34, 52, 0.6);
}

.about-page .about-theme-light .leadership-card {
	background: #fff;
	border-color: rgba(11, 34, 52, 0.08);
	box-shadow: 0 18px 40px rgba(11, 34, 52, 0.12);
}

.about-page .about-theme-light .leadership-card__name {
	color: #0b2234;
}

.about-page .about-theme-light .leadership-card__bio {
	color: rgba(11, 34, 52, 0.85);
}

.about-page .about-theme-light .leadership-card__linkedin {
	color: rgba(11, 34, 52, 0.7);
}

@media (max-width: 768px) {
	.leadership-grid {
		grid-template-columns: 1fr;
	}
	.leadership-featured img {
		border-radius: 14px;
	}
	.leadership-card__photo img {
		height: 240px;
	}
}

.about-page .values-grid-section {
	padding-top: clamp(2rem, 6vw, 4rem);
}

.values-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: clamp(1.5rem, 4vw, 2.5rem);
}

.value-card {
	background: rgba(6, 20, 32, 0.65);
	border-radius: 16px;
	padding: 2rem;
	text-align: center;
	border: 1px solid rgba(185, 205, 221, 0.2);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 50px rgba(0, 0, 0, 0.28);
}

.value-card__icon {
	width: 72px;
	height: 72px;
	margin: 0 auto 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.value-card__icon img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.value-card__title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-size: 1.3rem;
	margin-bottom: 0.75rem;
	color: #eef5fb;
}

.value-card__description {
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(222, 235, 244, 0.85);
}

.about-page .about-theme-light .value-card {
	background: #fff;
	border-color: rgba(11, 34, 52, 0.1);
	box-shadow: 0 18px 40px rgba(11, 34, 52, 0.12);
}

.about-page .about-theme-light .value-card__title {
	color: #0b2234;
}

.about-page .about-theme-light .value-card__description {
	color: rgba(11, 34, 52, 0.85);
}


.about-page .awards-showcase-section {
	padding-top: clamp(2rem, 6vw, 4rem);
}

.awards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: clamp(1.5rem, 4vw, 2.5rem);
}

.awards-showcase-section.awards-timeline .awards-grid {
	display: block;
	position: relative;
	padding-left: 2.5rem;
}

.awards-showcase-section.awards-timeline .awards-grid::before {
	content: \"\";
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	width: 1px;
	background: rgba(206, 225, 238, 0.4);
}

.award-card {
	background: rgba(6, 20, 32, 0.7);
	border-radius: 16px;
	padding: 2rem;
	border: 1px solid rgba(185, 205, 221, 0.2);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.awards-showcase-section.awards-timeline .award-card {
	position: relative;
	margin-bottom: 2rem;
}

.awards-showcase-section.awards-timeline .award-card::before {
	content: \"\";
	position: absolute;
	left: -2.9rem;
	top: 2rem;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #eaf3f8;
}

.award-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 50px rgba(0, 0, 0, 0.28);
}

.award-card__image {
	margin-bottom: 1rem;
}

.award-card__image img {
	max-width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.award-card__year {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.7rem;
	color: rgba(206, 225, 238, 0.7);
	margin-bottom: 0.75rem;
}

.award-card__title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-size: 1.3rem;
	margin-bottom: 0.5rem;
	color: #eef5fb;
}

.award-card__org {
	font-size: 0.9rem;
	color: rgba(206, 225, 238, 0.7);
	margin-bottom: 0.75rem;
}

.award-card__description {
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgb(255, 255, 255);
}

.about-page .about-theme-light .award-card {
	background: #fff;
	border-color: rgba(11, 34, 52, 0.1);
	box-shadow: 0 18px 40px rgba(11, 34, 52, 0.12);
}

.about-page .about-theme-light .award-card__title {
	color: #0b2234;
}

.about-page .about-theme-light .award-card__year,
.about-page .about-theme-light .award-card__org {
	color: rgba(11, 34, 52, 0.6);
}

.about-page .about-theme-light .award-card__description {
	color: rgba(11, 34, 52, 0.85);
}


.image-text-section {
	padding: 80px 0;
}
.image-text-section__header {
	max-width: 800px;
	margin: 0 auto 60px;
	text-align: center;
}
.image-text-section__title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
@media (max-width: 768px) {
	.image-text-section__title {
		font-size: 2rem;
	}
}
.image-text-section__subtitle {
	font-size: 1.25rem;
	color: #7c797a;
}
.image-text-section__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.image-text-section__blocks {
	margin-top: 40px;
}

.content-block-img-text {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	margin-bottom: 80px;
}
@media (max-width: 968px) {
	.content-block-img-text {
		grid-template-columns: 1fr;
		gap: 40px;
		margin-bottom: 60px;
	}
}
.content-block-img-text:last-child {
	margin-bottom: 0;
}
.content-block-img-text--image-right .content-block__image {
	order: 2;
}
@media (max-width: 968px) {
	.content-block-img-text--image-right .content-block__image {
		order: 1;
	}
}
.content-block-img-text--image-right .content-block__text {
	order: 1;
}
@media (max-width: 968px) {
	.content-block-img-text--image-right .content-block__text {
		order: 2;
	}
}
.content-block-img-text--image-left .content-block__image {
	order: 1;
}
.content-block-img-text--image-left .content-block__text {
	order: 2;
}
.content-block-img-text__image {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.content-block-img-text__image img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease;
}
.content-block-img-text__image:hover img {
	transform: scale(1.05);
}
.content-block-img-text__text {
	padding: 20px;
}
@media (max-width: 968px) {
	.content-block-img-text__text {
		padding: 0;
	}
}
.content-block-img-text__title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: #343232;
}
@media (max-width: 768px) {
	.content-block-img-text__title {
		font-size: 1.75rem;
	}
}
.content-block-img-text__content {
	font-size: 1.125rem;
	line-height: 1.7;
	color: #6b6b6b;
	margin-bottom: 2rem;
}
.content-block-img-text__content p {
	margin-bottom: 1.25rem;
}
.content-block-img-text__content p:last-child {
	margin-bottom: 0;
}
.content-block-img-text__content ul, .content-block-img-text__content ol {
	margin-left: 1.5rem;
	margin-bottom: 1.25rem;
}
.content-block-img-text__content li {
	margin-bottom: 0.5rem;
}
.content-block-img-text__button {
	display: inline-block;
	padding: 14px 32px;
	background: #343232;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	font-size: 1rem;
	transition: all 0.3s ease;
	border: 2px solid #343232;
}
.content-block-img-text__button:hover {
	background: transparent;
	color: #343232;
}

.image-text-section__blocks .content-block:nth-child(odd) {
	padding: 60px 0;
	background: linear-gradient(135deg, #F8F9FA 0%, #fff 100%);
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 968px) {
	.image-text-section__blocks .content-block:nth-child(odd) {
		padding: 40px 0;
	}
}


.about-page .tech-showcase-section {
	padding-top: clamp(2rem, 6vw, 4rem);
}

.tech-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: clamp(1.5rem, 4vw, 2.5rem);
}

.tech-showcase-section.tech-features .tech-grid {
	display: grid;
	grid-template-columns: 1fr;
}

.tech-showcase-section.tech-features .tech-item {
	display: grid;
	grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
	align-items: stretch;
}

.tech-showcase-section.tech-features .tech-item__image img {
	height: 100%;
	min-height: 220px;
}

@media (max-width: 900px) {
	.tech-showcase-section.tech-features .tech-item {
		grid-template-columns: 1fr;
	}
	.tech-showcase-section.tech-features .tech-item__image img {
		height: 200px;
	}
}
.tech-item {
	background: rgba(6, 20, 32, 0.7);
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(185, 205, 221, 0.2);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tech-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 50px rgba(0, 0, 0, 0.28);
}

.tech-item__image img {
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.tech-item__content {
	padding: 1.5rem;
}

.tech-item__category {
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.65rem;
	color: rgba(206, 225, 238, 0.7);
	display: inline-block;
	margin-bottom: 0.75rem;
}

.tech-item__title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-size: 1.4rem;
	margin: 0 0 0.75rem;
	color: #eef5fb;
}

.tech-item__description {
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(222, 235, 244, 0.85);
	margin-bottom: 1rem;
}

.tech-item__features {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem;
}

.tech-item__features li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 0.5rem;
	color: rgba(222, 235, 244, 0.85);
	font-size: 0.9rem;
}

.tech-item__features li::before {
	content: "•";
	position: absolute;
	left: 0;
	color: #b7d2e6;
}

.tech-item__link {
	color: #b7d2e6;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.7rem;
	padding: 0;
}

.about-page .about-theme-light .tech-item {
	background: #fff;
	border-color: rgba(11, 34, 52, 0.1);
	box-shadow: 0 18px 40px rgba(11, 34, 52, 0.12);
}

.about-page .about-theme-light .tech-item__title {
	color: #0b2234;
}

.about-page .about-theme-light .tech-item__description,
.about-page .about-theme-light .tech-item__features li {
	color: rgba(11, 34, 52, 0.85);
}

.about-page .about-theme-light .tech-item__category,
.about-page .about-theme-light .tech-item__link {
	color: rgba(11, 34, 52, 0.6);
}

@media (max-width: 768px) {
	.tech-item__image img {
		height: 180px;
	}
}

.benefits-grid {
	padding: 80px 0;
}
.benefits-grid__header {
	max-width: 800px;
	margin: 0 auto 60px;
	text-align: center;
}
.benefits-grid__title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
@media (max-width: 768px) {
	.benefits-grid__title {
		font-size: 2rem;
	}
}
.benefits-grid__subtitle {
	font-size: 1.25rem;
	color: #666;
	margin-bottom: 1rem;
}
.benefits-grid__description {
	font-size: 1.125rem;
	line-height: 1.6;
	color: #555;
}
.benefits-grid__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.benefits-grid__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
	margin-top: 40px;
}
@media (max-width: 768px) {
	.benefits-grid__grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}
}

.benefit-card {
	background: #fff;
	border-radius: 8px;
	padding: 35px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: 1px solid #f0f0f0;
}
.benefit-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
	border-color: #e0e0e0;
}
.benefit-card__icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.benefit-card__icon img {
	max-width: 60%;
	max-height: 60%;
	-o-object-fit: contain;
	object-fit: contain;
}
.benefit-card__icon--emoji {
	font-size: 2.5rem;
	line-height: 1;
}
.benefit-card__title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #333;
}
.benefit-card__description {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #555;
}

.benefits-grid__grid .benefit-card:nth-child(6n+1) .benefit-card__icon {
	background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}
.benefits-grid__grid .benefit-card:nth-child(6n+2) .benefit-card__icon {
	background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
}
.benefits-grid__grid .benefit-card:nth-child(6n+3) .benefit-card__icon {
	background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}
.benefits-grid__grid .benefit-card:nth-child(6n+4) .benefit-card__icon {
	background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}
.benefits-grid__grid .benefit-card:nth-child(6n+5) .benefit-card__icon {
	background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
}
.benefits-grid__grid .benefit-card:nth-child(6n+6) .benefit-card__icon {
	background: linear-gradient(135deg, #e0f2f1 0%, #b2dfdb 100%);
}


.testimonials-section {
	padding: 80px 0;
}
.testimonials-section__header {
	max-width: 800px;
	margin: 0 auto 60px;
	text-align: center;
}
.testimonials-section__title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
@media (max-width: 768px) {
	.testimonials-section__title {
		font-size: 2rem;
	}
}
.testimonials-section__subtitle {
	font-size: 1.25rem;
	color: #666;
}
.testimonials-section__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.testimonials-section__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 40px;
	margin-top: 40px;
}
@media (max-width: 768px) {
	.testimonials-section__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}
.testimonials-section__slider {
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}
.testimonials-section__slider-track {
	display: flex;
	gap: 40px;
	transition: transform 0.5s ease;
}
.testimonials-section__slider-controls {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}
.testimonials-section__slider-btn {
	background: #333;
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}
.testimonials-section__slider-btn:hover {
	background: #555;
	transform: scale(1.1);
}
.testimonials-section__slider-btn:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}
.testimonials-section__slider-btn:disabled:hover {
	background: #333;
	transform: none;
}

.testimonial-card {
	background: #fff;
	border-radius: 8px;
	padding: 40px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.testimonial-card::before {
	content: '"';
	position: absolute;
	top: -10px;
	left: 30px;
	font-size: 6rem;
	line-height: 1;
	color: #f0f0f0;
	font-family: Georgia, serif;
	font-weight: 700;
}
.testimonial-card__quote {
	font-size: 1.125rem;
	line-height: 1.7;
	color: #333;
	font-style: italic;
	margin-bottom: 2rem;
	position: relative;
	z-index: 1;
}
.testimonial-card__footer {
	display: flex;
	align-items: center;
	gap: 20px;
}
.testimonial-card__photo {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #f0f0f0;
}
.testimonial-card__photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.testimonial-card__photo:empty::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e0e0e0 0%, #f0f0f0 100%);
}
.testimonial-card__info {
	flex-grow: 1;
}
.testimonial-card__name {
	font-size: 1.125rem;
	font-weight: 700;
	color: #333;
	margin-bottom: 0.25rem;
}
.testimonial-card__position {
	font-size: 0.95rem;
	color: #666;
	margin-bottom: 0.25rem;
}
.testimonial-card__company {
	font-size: 0.875rem;
	color: #999;
}
.testimonials-section__slider-track .testimonial-card {
	min-width: 400px;
	flex-shrink: 0;
}
@media (max-width: 768px) {
	.testimonials-section__slider-track .testimonial-card {
		min-width: 300px;
	}
}

.testimonials-section--carousel .testimonials-section__slider-track {
	justify-content: center;
}
.testimonials-section--carousel .testimonial-card {
	opacity: 0.5;
	transform: scale(0.9);
	transition: all 0.5s ease;
}
.testimonials-section--carousel .testimonial-card--active {
	opacity: 1;
	transform: scale(1);
}


.about-page .story-cards-section {
	padding-top: clamp(2rem, 6vw, 4rem);
}

.story-featured {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 4rem);
	align-items: center;
	margin-bottom: clamp(2rem, 6vw, 4rem);
}

.story-featured__image img {
	width: 100%;
	height: auto;
	border-radius: 18px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.story-featured__title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-size: clamp(1.8rem, 4vw, 2.8rem);
	margin-bottom: 1rem;
	color: #eaf3f8;
}

.story-featured__text {
	font-size: 1rem;
	line-height: 1.7;
	color: #6b6b6b;
}

.stories-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: clamp(1.5rem, 4vw, 2.5rem);
}

.story-cards-section.stories-masonry .stories-grid {
	display: block;
	-moz-column-count: 3;
	column-count: 3;
	-moz-column-gap: clamp(1.5rem, 4vw, 2.5rem);
	column-gap: clamp(1.5rem, 4vw, 2.5rem);
}

.story-cards-section.stories-masonry .story-card {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.story-card {
	background: rgba(6, 20, 32, 0.72);
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(185, 205, 221, 0.2);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.story-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 50px rgba(0, 0, 0, 0.28);
}

.story-card__image img {
	width: 100%;
	height: 220px;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.story-card__content {
	padding: 1.5rem;
}

.story-card__category {
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 0.65rem;
	color: rgba(206, 225, 238, 0.7);
	display: inline-block;
	margin-bottom: 0.75rem;
}

.story-card__title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-size: 1.3rem;
	margin: 0 0 1rem;
	color: #eef5fb;
}

.story-card__author {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	margin-bottom: 1rem;
}

.story-card__author-photo img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.story-card__author-name {
	font-weight: 600;
	color: #eaf3f8;
	margin: 0;
}

.story-card__author-position {
	font-size: 0.8rem;
	color: rgba(206, 225, 238, 0.7);
	margin: 0.15rem 0 0;
}

.story-card__excerpt {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #6b6b6b;
}

.story-card__read-more {
	margin-top: 1rem;
	color: #6b6b6b;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.7rem;
	padding: 0;
}

.about-page .about-theme-light .story-featured__title {
	color: #0b2234;
}

.about-page .about-theme-light .story-featured__text,
.about-page .about-theme-light .story-card__excerpt {
	color: rgba(11, 34, 52, 0.85);
}

.about-page .about-theme-light .story-card {
	background: #fff;
	border-color: rgba(11, 34, 52, 0.1);
	box-shadow: 0 18px 40px rgba(11, 34, 52, 0.12);
}

.about-page .about-theme-light .story-card__title,
.about-page .about-theme-light .story-card__author-name {
	color: #0b2234;
}

.about-page .about-theme-light .story-card__category,
.about-page .about-theme-light .story-card__author-position {
	color: rgba(11, 34, 52, 0.6);
}

.about-page .about-theme-light .story-card__read-more {
	color: rgba(11, 34, 52, 0.7);
}

@media (max-width: 900px) {
	.story-featured {
		grid-template-columns: 1fr;
	}
	.story-cards-section.stories-masonry .stories-grid {
		-moz-column-count: 2;
		column-count: 2;
	}
}
.story-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.story-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.story-modal__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.story-modal__container {
	position: relative;
	background: #fff;
	border-radius: 12px;
	max-width: 800px;
	width: 90%;
	max-height: 85vh;
	overflow-y: auto;
	z-index: 1;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.story-modal__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	transition: background 0.2s ease;
}
.story-modal__close:hover {
	background: rgba(0, 0, 0, 0.2);
}
.story-modal__close svg {
	stroke: #333;
}

.story-modal__content {
	padding: 3rem 2.5rem;
}

.story-modal__header {
	margin-bottom: 2rem;
}

.story-modal__person {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.story-modal__person-photo {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.story-modal__person-name {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 0;
	color: #0b2234;
}

.story-modal__person-position {
	font-size: 0.9rem;
	color: rgba(11, 34, 52, 0.6);
	margin: 0.25rem 0 0;
}

.story-modal__title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-size: 2rem;
	margin-bottom: 1.5rem;
	color: #0b2234;
}

.story-modal__body {
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(11, 34, 52, 0.85);
}
.story-modal__body p {
	margin-bottom: 1rem;
}

body.modal-open {
	overflow: hidden;
}

@media (max-width: 768px) {
	.story-card__image img {
		height: 200px;
	}
	.story-cards-section.stories-masonry .stories-grid {
		-moz-column-count: 1;
		column-count: 1;
	}
	.story-modal__container {
		width: 95%;
		max-height: 90vh;
	}
	.story-modal__content {
		padding: 2rem 1.5rem;
	}
	.story-modal__title {
		font-size: 1.5rem;
	}
}

.download-section {
	padding: 80px 0;
}
.download-section__header {
	max-width: 800px;
	margin: 0 auto 60px;
	text-align: center;
}
.download-section__title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
@media (max-width: 768px) {
	.download-section__title {
		font-size: 2rem;
	}
}
.download-section__subtitle {
	font-size: 1.25rem;
	color: #666;
	margin-bottom: 1rem;
}
.download-section__description {
	font-size: 1.125rem;
	line-height: 1.6;
	color: #555;
}
.download-section__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.download-section__categories {
	margin-top: 40px;
}

.download-category {
	background: #fff;
	border-radius: 8px;
	padding: 40px;
	margin-bottom: 40px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.download-category:last-child {
	margin-bottom: 0;
}
.download-category__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #f0f0f0;
}
@media (max-width: 768px) {
	.download-category__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
}
.download-category__title {
	font-size: 1.75rem;
	font-weight: 700;
	color: #333;
}
.download-category__count {
	font-size: 0.95rem;
	color: #666;
	font-weight: 600;
}
.download-category__count::before {
	content: "(";
}
.download-category__count::after {
	content: " files)";
}
.download-category__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 25px;
}
@media (max-width: 768px) {
	.download-category__grid {
		grid-template-columns: 1fr;
	}
}

.download-item {
	background: #f8f9fa;
	border-radius: 6px;
	padding: 25px;
	border: 1px solid #e9ecef;
	transition: all 0.3s ease;
}
.download-item:hover {
	background: #fff;
	border-color: #dee2e6;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.download-item__icon {
	width: 50px;
	height: 50px;
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.download-item__icon svg {
	width: 28px;
	height: 28px;
}
.download-item__icon--pdf {
	color: #dc3545;
}
.download-item__icon--doc, .download-item__icon--docx {
	color: #2b579a;
}
.download-item__icon--zip, .download-item__icon--rar {
	color: #ffc107;
}
.download-item__icon--jpg, .download-item__icon--png, .download-item__icon--svg {
	color: #28a745;
}
.download-item__icon--video {
	color: #6f42c1;
}
.download-item__title {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #333;
	line-height: 1.3;
}
.download-item__description {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #666;
	margin-bottom: 1rem;
}
.download-item__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #e9ecef;
}
.download-item__file-type {
	display: inline-block;
	padding: 4px 10px;
	background: #e9ecef;
	color: #495057;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 3px;
}
.download-item__file-size {
	font-size: 0.875rem;
	color: #6c757d;
	font-weight: 600;
}
.download-item__button {
	display: block;
	width: 100%;
	padding: 12px 20px;
	background: #333;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	font-weight: 600;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	border: 2px solid #333;
}
.download-item__button:hover {
	background: transparent;
	color: #333;
}
.download-item__button::before {
	content: "⬇ ";
	margin-right: 6px;
}

.download-category--empty {
	text-align: center;
	padding: 60px 40px;
}
.download-category--empty .download-category__empty-icon {
	font-size: 4rem;
	color: #dee2e6;
	margin-bottom: 1rem;
}
.download-category--empty .download-category__empty-text {
	font-size: 1.125rem;
	color: #6c757d;
}


.media-gallery {
	padding: 80px 0;
}
.media-gallery__header {
	max-width: 800px;
	margin: 0 auto 60px;
	text-align: center;
}
.media-gallery__title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
@media (max-width: 768px) {
	.media-gallery__title {
		font-size: 2rem;
	}
}
.media-gallery__subtitle {
	font-size: 1.25rem;
	color: #666;
	margin-bottom: 1rem;
}
.media-gallery__description {
	font-size: 1.125rem;
	line-height: 1.6;
	color: #555;
}
.media-gallery__container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}
.media-gallery__categories {
	margin-top: 40px;
}

.gallery-category {
	margin-bottom: 60px;
}
.gallery-category:last-child {
	margin-bottom: 0;
}
.gallery-category__header {
	max-width: 800px;
	margin: 0 auto 40px;
	text-align: center;
}
.gallery-category__title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #333;
}
@media (max-width: 768px) {
	.gallery-category__title {
		font-size: 1.75rem;
	}
}
.gallery-category__description {
	font-size: 1rem;
	color: #666;
}
.gallery-category__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 30px;
}
@media (max-width: 768px) {
	.gallery-category__grid {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		gap: 20px;
	}
}
.gallery-category__masonry {
	-moz-column-count: 4;
	column-count: 4;
	-moz-column-gap: 30px;
	column-gap: 30px;
}
@media (max-width: 1200px) {
	.gallery-category__masonry {
		-moz-column-count: 3;
		column-count: 3;
	}
}
@media (max-width: 768px) {
	.gallery-category__masonry {
		-moz-column-count: 2;
		column-count: 2;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}
.gallery-category__masonry .gallery-item {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.gallery-category__masonry .gallery-item {
		margin-bottom: 20px;
	}
}

.gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background: #fff;
}
.gallery-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.gallery-item:hover .gallery-item__overlay {
	opacity: 1;
}
.gallery-item:hover .gallery-item__image img {
	transform: scale(1.05);
}
.gallery-item__image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f9fa;
}
.gallery-item__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.gallery-item__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;
}
.gallery-item__title {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.gallery-item__caption {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.875rem;
	line-height: 1.4;
}
.gallery-item__download {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.3s ease;
	color: #333;
	font-size: 1.25rem;
	z-index: 2;
}
.gallery-item__download:hover {
	background: #fff;
	transform: scale(1.1);
}
.gallery-item:hover .gallery-item__download {
	opacity: 1;
}

.gallery-lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.95);
	z-index: 9999;
	padding: 40px;
}
.gallery-lightbox--active {
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery-lightbox__close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.5);
	font-size: 2rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
.gallery-lightbox__close:hover {
	background: rgba(255, 255, 255, 0.3);
	transform: rotate(90deg);
}
.gallery-lightbox__container {
	max-width: 90vw;
	max-height: 90vh;
	position: relative;
}
.gallery-lightbox__image {
	max-width: 100%;
	max-height: 90vh;
	display: block;
	border-radius: 8px;
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
	animation: lightboxZoomIn 0.3s ease;
}
.gallery-lightbox__caption {
	position: absolute;
	bottom: -60px;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 1.125rem;
	padding: 10px 20px;
}
.gallery-lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.5);
	font-size: 1.5rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
.gallery-lightbox__nav:hover {
	background: rgba(255, 255, 255, 0.3);
}
.gallery-lightbox__nav--prev {
	left: 30px;
}
.gallery-lightbox__nav--next {
	right: 30px;
}
.gallery-lightbox__download {
	position: absolute;
	bottom: -60px;
	right: 0;
	padding: 12px 24px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 25px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}
.gallery-lightbox__download:hover {
	background: rgba(255, 255, 255, 0.3);
}
.gallery-lightbox__download::before {
	content: "⬇ ";
	margin-right: 6px;
}

@keyframes lightboxZoomIn {
	from {
		opacity: 0;
		transform: scale(0.8);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.office-locations {
	padding: 80px 0;
}
.office-locations__header {
	max-width: 800px;
	margin: 0 auto 60px;
	text-align: center;
}
.office-locations__title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
@media (max-width: 768px) {
	.office-locations__title {
		font-size: 2rem;
	}
}
.office-locations__subtitle {
	font-size: 1.25rem;
	color: #7c797a;
	margin-bottom: 1rem;
}
.office-locations__description {
	font-size: 1.125rem;
	line-height: 1.6;
	color: #6b6b6b;
}
.office-locations__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.office-locations__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 40px;
	margin-top: 40px;
}
@media (max-width: 768px) {
	.office-locations__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

.office-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.office-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.office-card__header {
	padding: 30px;
	background: linear-gradient(135deg, #F8F9FA 0%, rgb(230.15, 233.7, 237.25) 100%);
	border-bottom: 2px solid rgb(224.2, 228.6, 233);
}
.office-card__name {
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #343232;
}
.office-card__type {
	display: inline-block;
	padding: 5px 12px;
	background: #343232;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-radius: 3px;
}
.office-card__content {
	padding: 30px;
}
.office-card__address {
	display: flex;
	gap: 15px;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgb(224.2, 228.6, 233);
}
.office-card__icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	color: #7c797a;
}
.office-card__icon svg {
	width: 100%;
	height: 100%;
}
.office-card__address-text {
	flex-grow: 1;
	font-size: 1rem;
	line-height: 1.6;
	color: #6b6b6b;
}
.office-card__contact-info {
	margin-bottom: 1.5rem;
}
.office-card__contact-item {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 1rem;
}
.office-card__contact-item:last-child {
	margin-bottom: 0;
}
.office-card__contact-icon {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	color: #7c797a;
}
.office-card__contact-icon svg {
	width: 100%;
	height: 100%;
}
.office-card__contact-link {
	color: #343232;
	text-decoration: none;
	font-size: 1rem;
	transition: color 0.3s ease;
}
.office-card__contact-link:hover {
	color: #363030;
}
.office-card__hours {
	background: #f8f9fa;
	padding: 15px 20px;
	border-radius: 6px;
	margin-top: 1.5rem;
}
.office-card__hours-title {
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #7c797a;
	margin-bottom: 0.75rem;
}
.office-card__hours-text {
	font-size: 0.95rem;
	color: #6b6b6b;
	line-height: 1.5;
}
.office-card__departments {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 2px solid rgb(224.2, 228.6, 233);
}
.office-card__departments-title {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #343232;
}
.office-card__departments-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.office-card__department-tag {
	display: inline-block;
	padding: 6px 12px;
	background: rgb(230.15, 233.7, 237.25);
	color: #7c797a;
	font-size: 0.875rem;
	font-weight: 600;
	border-radius: 20px;
	transition: all 0.3s ease;
}
.office-card__department-tag:hover {
	background: rgb(224.2, 228.6, 233);
}
.office-card__map-link {
	display: block;
	width: 100%;
	padding: 14px 20px;
	background: #343232;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	font-weight: 600;
	font-size: 1rem;
	margin-top: 1.5rem;
	transition: all 0.3s ease;
	border: 2px solid #343232;
}
.office-card__map-link:hover {
	background: transparent;
	color: #343232;
}
.office-card__map-link::before {
	content: "📍 ";
	margin-right: 6px;
}

.office-card__map {
	width: 100%;
	height: 250px;
	border: none;
	border-radius: 6px;
	margin-top: 1.5rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.office-card--headquarters {
	border: 2px solid #343232;
}
.office-card--headquarters .office-card__header {
	background: linear-gradient(135deg, #343232 0%, #7c797a 100%);
}
.office-card--headquarters .office-card__name,
.office-card--headquarters .office-card__type {
	color: #fff;
}
.office-card--headquarters .office-card__type {
	background: rgba(255, 255, 255, 0.2);
}



.job-application-section {
	padding: 4rem 0;
	background: #f9f9f9;
}

.job-application__title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-size: clamp(2rem, 4vw, 2.5rem);
	margin-bottom: 1rem;
	text-align: center;
	color: #1d2327;
}

.job-application__intro {
	max-width: 700px;
	margin: 0 auto 3rem;
	text-align: center;
	color: #646970;
}
.job-application__intro p {
	margin-bottom: 0.5rem;
}
.job-application__intro strong {
	color: #2271b1;
}

.job-application__expired {
	max-width: 600px;
	margin: 2rem auto;
	padding: 2rem;
	background: #fff3cd;
	border: 2px solid #ffc107;
	border-radius: 8px;
	text-align: center;
	color: #856404;
}


.job-application-form {
	color: #000;
	max-width: 900px;
	margin: 0 auto;
	background: #fff;
	padding: 2.5rem;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
	.job-application-form {
		padding: 1.5rem;
	}
}


.form-section {
	margin-bottom: 2.5rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid #e2e2e2;
}
.form-section:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.form-section__title {
	font-size: 1.25rem;
	font-weight: 600;
	color: #2271b1;
	margin-bottom: 1.5rem;
	padding-bottom: 0.75rem;
	border-bottom: 2px solid #2271b1;
}


.form-row {
	margin-bottom: 1.5rem;
}
.form-row--two-cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}
@media (max-width: 768px) {
	.form-row--two-cols {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}
.form-row--three-cols {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}
@media (max-width: 768px) {
	.form-row--three-cols {
		grid-template-columns: 1fr;
	}
}


.form-field {
	position: relative;
}
.form-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5rem;
	color: #1d2327;
	font-size: 0.9rem;
}
.form-field label .required {
	color: #d63638;
	font-weight: 700;
}
.form-field input[type=text],
.form-field input[type=email],
.form-field input[type=tel],
.form-field input[type=url],
.form-field select,
.form-field textarea {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 1rem;
	font-family: inherit;
	transition: all 0.2s ease;
}
.form-field input[type=text]:focus,
.form-field input[type=email]:focus,
.form-field input[type=tel]:focus,
.form-field input[type=url]:focus,
.form-field select:focus,
.form-field textarea:focus {
	outline: none;
	border-color: #2271b1;
	box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.1);
}
.form-field input[type=text]:disabled,
.form-field input[type=email]:disabled,
.form-field input[type=tel]:disabled,
.form-field input[type=url]:disabled,
.form-field select:disabled,
.form-field textarea:disabled {
	background: #f6f7f7;
	cursor: not-allowed;
}
.form-field textarea {
	resize: vertical;
	min-height: 120px;
}
.form-field select {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 40px;
}
.form-field input[type=file] {
	display: block;
	width: 100%;
	padding: 0.75rem;
	border: 2px dashed #ddd;
	border-radius: 4px;
	font-size: 0.9rem;
	cursor: pointer;
	transition: all 0.2s ease;
}
.form-field input[type=file]:hover {
	border-color: #2271b1;
	background: #f9f9f9;
}
.form-field input[type=file]:focus {
	outline: none;
	border-color: #2271b1;
	box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.1);
}
.form-field--checkbox label {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-weight: 400;
}
.form-field--checkbox input[type=checkbox] {
	width: 18px;
	height: 18px;
	margin-top: 3px;
	flex-shrink: 0;
	cursor: pointer;
}
.form-field--checkbox input[type=checkbox]:focus {
	outline: 2px solid #2271b1;
	outline-offset: 2px;
}
.form-field.has-error input,
.form-field.has-error select,
.form-field.has-error textarea {
	border-color: #d63638;
}
.form-field.has-error input:focus,
.form-field.has-error select:focus,
.form-field.has-error textarea:focus {
	box-shadow: 0 0 0 3px rgba(214, 54, 56, 0.1);
}


.form-help {
	display: block;
	margin-top: 0.4rem;
	font-size: 0.85rem;
	color: #646970;
}


.form-error {
	display: block;
	margin-top: 0.4rem;
	font-size: 0.85rem;
	color: #d63638;
	font-weight: 500;
}


.form-actions {
	margin-top: 2.5rem;
	padding-top: 2rem;
	border-top: 2px solid #e2e2e2;
	text-align: center;
}

.btn-submit {
	min-width: 200px;
	padding: 1rem 2.5rem;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	background: #2271b1;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.btn-submit:hover {
	background: #135e96;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(34, 113, 177, 0.3);
}
.btn-submit:active {
	transform: translateY(0);
}
.btn-submit:disabled {
	background: #a7aaad;
	cursor: not-allowed;
	transform: none;
}
.btn-submit .btn-loading {
	display: inline-block;
}


.form-message {
	margin-top: 2rem;
	padding: 1.5rem;
	border-radius: 4px;
	text-align: center;
	font-weight: 500;
}
.form-message--success {
	background: #d7f4dd;
	border: 2px solid #00a32a;
	color: #00662f;
}
.form-message--success p {
	margin: 0;
}
.form-message--error {
	background: #f9dddc;
	border: 2px solid #d63638;
	color: #8b0000;
}
.form-message--error p {
	margin: 0;
}


.btn-loading {
	position: relative;
}
.btn-loading::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-top-color: #fff;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

@media print {
	.job-application-form {
		box-shadow: none;
	}
	.btn-submit,
	.form-actions {
		display: none;
	}
}



.brands-grid-showcase {
	padding: clamp(4rem, 8vw, 8rem) 0;
	position: relative;
}
@media (max-width: 768px) {
	.brands-grid-showcase {
		padding: 3rem 0;
	}
}


.brands-showcase-header {
	text-align: center;
	margin-bottom: clamp(3rem, 6vw, 5rem);
}

.showcase-subtitle {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 0.9rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	opacity: 0.7;
	margin-bottom: 1rem;
}

.showcase-title {
	margin-bottom: 2rem;
}


.brands-filter {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}
@media (max-width: 640px) {
	.brands-filter {
		gap: 0.75rem;
	}
}
.brands-filter .filter-btn {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: inherit;
	padding: 0.75rem 1.5rem;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
}
@media (max-width: 640px) {
	.brands-filter .filter-btn {
		padding: 0.65rem 1.25rem;
		font-size: 0.85rem;
	}
}
.brands-filter .filter-btn:hover, .brands-filter .filter-btn.active {
	background: var(--accent);
	border-color: var(--accent);
	color: var(--main-red);
}


.brands-grid {
	display: grid;
	gap: 2rem;
	margin-top: 3rem;
}
.brands-grid[data-columns="2"] {
	grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
.brands-grid[data-columns="3"] {
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
.brands-grid[data-columns="4"] {
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
@media (max-width: 768px) {
	.brands-grid {
		grid-template-columns: 1fr !important;
		gap: 1.5rem;
	}
}

.brand-grid-item {
	transition: all 0.3s ease;
}
.brand-grid-item[style*="display: none"] {
	display: none !important;
}

.brand-item-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.brand-item-link:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
	border-color: rgba(255, 255, 255, 0.3);
}
.brand-item-link:hover .brand-item-image img {
	transform: scale(1.05);
}
.brand-item-link:hover .brand-item-arrow {
	transform: translateX(4px);
}

.brand-item-image {
	position: relative;
	aspect-ratio: 16/10;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}
.brand-item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	transition: transform 0.5s ease;
}
.brand-item-image .brand-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}
.brand-item-image .brand-placeholder span {
	font-family: var(--serif);
	font-size: 4rem;
	font-weight: var(--bold);
	opacity: 0.5;
}

.brand-item-content {
	padding: 2rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.brand-item-title {
	font-family: var(--serif);
	font-weight: var(--bold);
	font-size: 1.5rem;
	color: inherit;
	margin-bottom: 0.75rem;
	line-height: 1.3;
}

.brand-item-tagline {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--light);
	font-size: 0.95rem;
	opacity: 0.7;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	flex-grow: 1;
}

.brand-item-arrow {
	display: flex;
	align-items: center;
	color: var(--accent);
	transition: transform 0.3s ease;
}
.brand-item-arrow svg {
	width: 20px;
	height: 20px;
}


.no-brands-message {
	text-align: center;
	padding: 4rem 2rem;
	grid-column: 1/-1;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1rem;
	opacity: 0.7;
}



.brands-carousel-cards {
	padding: clamp(4rem, 8vw, 8rem) 0;
	position: relative;
	overflow: hidden;
}
@media (max-width: 768px) {
	.brands-carousel-cards {
		padding: 3rem 0;
	}
}


.brands-carousel-header {
	text-align: center;
	margin-bottom: clamp(3rem, 6vw, 5rem);
}

.carousel-subtitle {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 0.9rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	opacity: 0.7;
	margin-bottom: 1rem;
}

.carousel-title {
	margin-bottom: 2rem;
}


.brands-carousel-filter {
	display: flex;
	justify-content: center;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}
@media (max-width: 640px) {
	.brands-carousel-filter {
		gap: 0.75rem;
	}
}
.brands-carousel-filter .carousel-filter-btn {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: inherit;
	padding: 0.75rem 1.5rem;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.brands-carousel-filter .carousel-filter-btn:hover, .brands-carousel-filter .carousel-filter-btn.active {
	background: var(--accent);
	border-color: var(--accent);
	color: var(--main-red);
}


.brands-carousel-wrapper {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 4rem;
}
@media (max-width: 768px) {
	.brands-carousel-wrapper {
		padding: 0 3rem;
	}
}
@media (max-width: 480px) {
	.brands-carousel-wrapper {
		padding: 0 2rem;
	}
}


.carousel-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: inherit;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10;
}
.carousel-nav:hover {
	background: var(--accent);
	border-color: var(--accent);
	color: var(--main-red);
}
.carousel-nav.prev {
	left: 0;
}
.carousel-nav.next {
	right: 0;
}
@media (max-width: 768px) {
	.carousel-nav {
		width: 40px;
		height: 40px;
	}
	.carousel-nav svg {
		width: 24px;
		height: 24px;
	}
}


.brands-carousel-track {
	display: flex;
	gap: 2rem;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	padding: 2rem 0;
	-webkit-overflow-scrolling: touch;
	
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.brands-carousel-track::-webkit-scrollbar {
	display: none;
}
@media (max-width: 768px) {
	.brands-carousel-track {
		gap: 1.5rem;
	}
}


.brand-carousel-card {
	flex: 0 0 350px;
	scroll-snap-align: center;
	perspective: 1000px;
	transition: all 0.3s ease;
}
.brand-carousel-card[style*="display: none"] {
	display: none !important;
}
@media (max-width: 480px) {
	.brand-carousel-card {
		flex: 0 0 280px;
	}
}

.brand-card-inner {
	position: relative;
	width: 100%;
	height: 450px;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}
@media (max-width: 480px) {
	.brand-card-inner {
		height: 400px;
	}
}

.brand-carousel-card:hover .brand-card-inner {
	transform: rotateY(180deg);
}


.brand-card-front,
.brand-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.brand-card-front {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 2.5rem;
}

.brand-card-back {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
	border: 1px solid rgba(255, 255, 255, 0.2);
	transform: rotateY(180deg);
	padding: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}


.brand-card-logo {
	flex: 0 0 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
}
.brand-card-logo img {
	max-width: 100%;
	max-height: 150px;
	-o-object-fit: contain;
	object-fit: contain;
}

.brand-card-info {
	flex-grow: 1;
	text-align: center;
}

.brand-card-name {
	font-family: var(--serif);
	font-weight: var(--bold);
	font-size: 1.75rem;
	color: inherit;
	margin-bottom: 0.75rem;
	line-height: 1.2;
}

.brand-card-tagline {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--light);
	font-size: 0.95rem;
	opacity: 0.7;
	line-height: 1.5;
}

.brand-card-categories {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}

.brand-card-category {
	background: rgba(var(--accent-rgb, 186, 173, 106), 0.2);
	color: var(--accent);
	padding: 0.35rem 0.85rem;
	border-radius: 50px;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}


.brand-card-details {
	width: 100%;
	text-align: center;
}

.brand-detail {
	margin-bottom: 1.5rem;
}
.brand-detail:last-of-type {
	margin-bottom: 2rem;
}

.detail-label {
	display: block;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 0.85rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 0.6;
	margin-bottom: 0.5rem;
}

.detail-value {
	display: block;
	font-family: var(--serif);
	font-weight: var(--bold);
	font-size: 1.5rem;
}

.brand-website-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--accent);
	text-decoration: none;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 0.95rem;
	transition: color 0.3s ease;
}
.brand-website-link:hover {
	color: inherit;
}
.brand-website-link svg {
	transition: transform 0.3s ease;
}
.brand-website-link:hover svg {
	transform: translateX(2px) translateY(-2px);
}

.brand-card-cta {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	background: var(--accent);
	color: var(--main-red);
	text-decoration: none;
	padding: 1rem 2rem;
	border-radius: 50px;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 0.95rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.brand-card-cta:hover {
	background: transparent;
	color: var(--accent);
	box-shadow: 0 0 0 2px var(--accent) inset;
}
.brand-card-cta svg {
	transition: transform 0.3s ease;
}
.brand-card-cta:hover svg {
	transform: translateX(4px);
}


.carousel-pagination {
	display: flex;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 2.5rem;
}

.pagination-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}
.pagination-dot:hover, .pagination-dot.active {
	background: var(--accent);
	transform: scale(1.3);
}



.brands-featured-hero {
	padding: clamp(4rem, 8vw, 8rem) 0;
	position: relative;
	min-height: 90dvh;
}
@media (max-width: 768px) {
	.brands-featured-hero {
		padding: 3rem 0;
	}
}


.brands-hero-header {
	margin-bottom: clamp(3rem, 6vw, 5rem);
}

.brands-header-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
	align-content: center;
}
@media (max-width: 768px) {
	.brands-header-grid {
		grid-template-columns: 1fr;
		gap: 2rem;
		align-items: center;
	}
}

.brands-header-left {
	text-align: left;
}
@media (max-width: 768px) {
	.brands-header-left {
		text-align: center;
	}
}

.brands-header-right {
	text-align: left;
	display: flex;
	align-items: flex-start;
}
@media (max-width: 768px) {
	.brands-header-right {
		text-align: center;
		justify-content: center;
	}
}

.hero-subtitle {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1rem;
	line-height: 1.8;
}

.hero-title {
	margin-bottom: 0;
}


.featured-brand-display {
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}


.featured-brand-main {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
	margin-bottom: 4rem;
	padding: 3rem;
	min-height: 550px;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
}
@media (max-width: 992px) {
	.featured-brand-main {
		grid-template-columns: 1fr;
		gap: 3rem;
		padding: 2rem;
		min-height: 620px;
	}
}
@media (max-width: 640px) {
	.featured-brand-main {
		place-items: center;
		place-content: start center;
		padding: 1.5rem;
		min-height: 850px;
	}
}


.featured-brand-visual {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.featured-brand-logo {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	padding: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
}
.featured-brand-logo img {
	max-width: 100%;
	max-height: 300px;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 640px) {
	.featured-brand-logo {
		padding: 2rem;
		min-height: 200px;
	}
	.featured-brand-logo img {
		max-height: 200px;
	}
}

.featured-brand-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
}
@media (max-width: 640px) {
	.featured-brand-gallery {
		gap: 0.75rem;
	}
}

.gallery-thumb {
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
	cursor: pointer;
}
.gallery-thumb:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	border-color: rgba(255, 255, 255, 0.3);
}
.gallery-thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.gallery-thumb:hover img {
	transform: scale(1.1);
}


.featured-brand-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.featured-brand-meta {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
}
.featured-brand-meta .brand-year {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 0.6;
}

.brand-categories {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.brand-category {
	background: rgba(var(--accent-rgb, 186, 173, 106), 0.2);
	color: var(--accent);
	padding: 0.35rem 0.85rem;
	border-radius: 50px;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.featured-brand-name {
	font-family: var(--serif);
	font-weight: var(--black);
	font-size: clamp(2.5rem, 5vw, 4rem);
	margin-bottom: 1rem;
	line-height: 1.1;
	opacity: 0;
}
.featured-brand-name.reveal-on-scroll {
	animation: reveal-fade 0.8s ease-out forwards;
}

.featured-brand-tagline {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
	line-height: 1.4;
	opacity: 0;
}
.featured-brand-tagline.reveal-on-scroll {
	animation: reveal-fade 0.8s ease-out forwards;
	animation-delay: var(--delay, 0s);
}

.featured-brand-description {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--light);
	font-size: 1.05rem;
	line-height: 1.7;
	margin-bottom: 2.5rem;
	opacity: 0;
}
.featured-brand-description.reveal-on-scroll {
	animation: reveal-fade 0.8s ease-out forwards;
	animation-delay: var(--delay, 0s);
}


.featured-brand-actions {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.brand-cta-primary {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	background: #363030;
	text-decoration: none;
	padding: 1.125rem 2.5rem;
	border-radius: 50px;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.brand-cta-primary:hover {
	background: transparent;
	color: var(--accent);
	box-shadow: 0 0 0 2px var(--accent) inset;
}
.brand-cta-primary:hover svg {
	transform: translateX(4px);
}
.brand-cta-primary svg {
	transition: transform 0.3s ease;
}

.brand-cta-secondary {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: transparent;
	text-decoration: none;
	padding: 1.125rem 2.5rem;
	border-radius: 50px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.brand-cta-secondary:hover {
	border-color: var(--accent);
	color: var(--accent);
}
.brand-cta-secondary:hover svg {
	transform: translateX(2px) translateY(-2px);
}
.brand-cta-secondary svg {
	transition: transform 0.3s ease;
}


.other-brands-list {
	padding: 3rem;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
}
@media (max-width: 640px) {
	.other-brands-list {
		padding: 2rem 1.5rem;
	}
}

.other-brands-title {
	font-family: var(--serif);
	font-weight: var(--bold);
	font-size: 1.75rem;
	margin-bottom: 2rem;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.other-brands-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
	gap: 1.5rem;
}
@media (max-width: 640px) {
	.other-brands-grid {
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
		gap: 1rem;
	}
}

.other-brand-thumb {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	justify-content: space-around;
}
.other-brand-thumb:hover {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.other-brand-thumb:hover .brand-thumb-name {
	color: var(--accent);
}
.other-brand-thumb:hover img {
	transform: scale(1.05);
}
.other-brand-thumb img {
	width: 100%;
	max-width: 100px;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	transition: transform 0.3s ease;
}
.other-brand-thumb .brand-initial {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	font-family: var(--serif);
	font-size: 1.5rem;
	font-weight: var(--bold);
	opacity: 0.5;
}
@media (max-width: 640px) {
	.other-brand-thumb {
		padding: 1rem;
	}
	.other-brand-thumb img {
		max-width: 70px;
	}
	.other-brand-thumb .brand-initial {
		width: 50px;
		height: 50px;
		font-size: 1.25rem;
	}
}

.brand-thumb-name {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 0.85rem;
	text-align: center;
	transition: color 0.3s ease;
	line-height: 1.3;
}
@media (max-width: 640px) {
	.brand-thumb-name {
		font-size: 0.8rem;
	}
}


.no-brands-message {
	text-align: center;
	padding: 4rem 2rem;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1rem;
	opacity: 0.7;
}


.brand-carousel-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	padding: 0 1rem;
	z-index: 10;
}
@media (max-width: 768px) {
	.brand-carousel-nav {
		padding: 0;
	}
}

.carousel-nav-btn {
	pointer-events: all;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}
.carousel-nav-btn:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: scale(1.1);
	border-color: var(--accent);
	color: var(--accent);
}
.carousel-nav-btn:active {
	transform: scale(0.95);
}
.carousel-nav-btn svg {
	width: 24px;
	height: 24px;
}
@media (max-width: 768px) {
	.carousel-nav-btn {
		width: 40px;
		height: 40px;
	}
	.carousel-nav-btn svg {
		width: 20px;
		height: 20px;
	}
}



.flexible-section {
	position: relative;
	isolation: isolate;
}
.flexible-section.has-curve-top {
	padding-top: 150px;
}
@media (max-width: 1024px) {
	.flexible-section.has-curve-top {
		padding-top: 120px;
	}
}
@media (max-width: 768px) {
	.flexible-section.has-curve-top {
		padding-top: 80px;
	}
}
.flexible-section.has-curve-top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: inherit;
	z-index: 1;
	clip-path: ellipse(120% 100% at 50% 0%);
	transform: translateY(-70%);
}
@media (max-width: 1024px) {
	.flexible-section.has-curve-top::before {
		height: 150px;
		transform: translateY(-65%);
	}
}
@media (max-width: 768px) {
	.flexible-section.has-curve-top::before {
		height: 100px;
		transform: translateY(-60%);
	}
}
.flexible-section.has-curve-bottom {
	padding-bottom: 150px;
}
@media (max-width: 1024px) {
	.flexible-section.has-curve-bottom {
		padding-bottom: 120px;
	}
}
@media (max-width: 768px) {
	.flexible-section.has-curve-bottom {
		padding-bottom: 80px;
	}
}
.flexible-section.has-curve-bottom::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: inherit;
	z-index: 1;
	clip-path: ellipse(120% 100% at 50% 100%);
	transform: translateY(70%);
}
@media (max-width: 1024px) {
	.flexible-section.has-curve-bottom::after {
		height: 150px;
		transform: translateY(65%);
	}
}
@media (max-width: 768px) {
	.flexible-section.has-curve-bottom::after {
		height: 100px;
		transform: translateY(60%);
	}
}
.flexible-section.has-curve-both {
	padding-top: 150px;
	padding-bottom: 150px;
}
@media (max-width: 1024px) {
	.flexible-section.has-curve-both {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
@media (max-width: 768px) {
	.flexible-section.has-curve-both {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
.flexible-section.has-curve-both::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: inherit;
	z-index: 1;
	clip-path: ellipse(120% 100% at 50% 0%);
	transform: translateY(-70%);
}
@media (max-width: 1024px) {
	.flexible-section.has-curve-both::before {
		height: 150px;
		transform: translateY(-65%);
	}
}
@media (max-width: 768px) {
	.flexible-section.has-curve-both::before {
		height: 100px;
		transform: translateY(-60%);
	}
}
.flexible-section.has-curve-both::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 200px;
	background: inherit;
	z-index: 1;
	clip-path: ellipse(120% 100% at 50% 100%);
	transform: translateY(70%);
}
@media (max-width: 1024px) {
	.flexible-section.has-curve-both::after {
		height: 150px;
		transform: translateY(65%);
	}
}
@media (max-width: 768px) {
	.flexible-section.has-curve-both::after {
		height: 100px;
		transform: translateY(60%);
	}
}

.section-wave-transition {
	position: relative;
}
.section-wave-transition::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 150px;
	background: inherit;
	transform: translateY(-100%);
	clip-path: path("M 0,100 C 150,150 350,50 500,100 L 500,0 L 0,0 Z");
}
@media (max-width: 768px) {
	.section-wave-transition::before {
		height: 100px;
	}
}

.section-divider {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
.section-divider.divider-top {
	top: 0;
	transform: translateY(-99%);
}
.section-divider.divider-bottom {
	bottom: 0;
	transform: translateY(99%) rotate(180deg);
}
.section-divider svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 120px;
}
@media (max-width: 768px) {
	.section-divider svg {
		height: 80px;
	}
}
.section-divider .shape-fill {
	fill: currentColor;
}

.section-layered-curve {
	position: relative;
}
.section-layered-curve::before, .section-layered-curve::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 100px;
	background: inherit;
}
.section-layered-curve::before {
	top: 0;
	transform: translateY(-50%);
	clip-path: ellipse(110% 100% at 50% 0%);
	opacity: 0.5;
}
.section-layered-curve::after {
	top: 0;
	transform: translateY(-50%);
	clip-path: ellipse(100% 100% at 50% 0%);
}

.section-smooth-curve {
	position: relative;
	padding-top: 100px;
}
.section-smooth-curve::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 150px;
	background: inherit;
	clip-path: path("M0,50 Q250,0 500,50 T1000,50 T1500,50 T2000,50 L2000,0 L0,0 Z");
	transform: translateY(-100%) scaleX(2);
}
@media (max-width: 768px) {
	.section-smooth-curve::before {
		height: 100px;
	}
}

@keyframes curve-draw {
	from {
		clip-path: ellipse(0% 100% at 50% 0%);
	}
	to {
		clip-path: ellipse(100% 100% at 50% 0%);
	}
}
.flexible-section.animate-curve::before, .flexible-section.animate-curve::after {
	animation: curve-draw 1s ease-out forwards;
}

.flexible-section[data-curve-from=dark]::before {
	background: var(--curve-color-from, #1a1a1a);
}

.flexible-section[data-curve-from=light]::before {
	background: var(--curve-color-from, #ffffff);
}

.flexible-section[data-curve-color]::before, .flexible-section[data-curve-color]::after {
	background: var(--curve-color);
}

@media (max-width: 1200px) {
	.flexible-section.has-curve-top::before,
	.flexible-section.has-curve-bottom::after,
	.flexible-section.has-curve-both::before,
	.flexible-section.has-curve-both::after {
		height: 180px;
	}
	.section-divider svg {
		height: 150px;
	}
}
@media (max-width: 768px) {
	.flexible-section.has-curve-top::before,
	.flexible-section.has-curve-bottom::after,
	.flexible-section.has-curve-both::before,
	.flexible-section.has-curve-both::after {
		height: 120px;
	}
	.section-divider svg {
		height: 100px;
	}
}
@media (max-width: 480px) {
	.flexible-section.has-curve-top::before,
	.flexible-section.has-curve-bottom::after,
	.flexible-section.has-curve-both::before,
	.flexible-section.has-curve-both::after {
		height: 80px;
	}
	.section-divider svg {
		height: 60px;
	}
}




.our-story-section {
	position: relative;
	z-index: 10;
	padding: 8rem 0;
}
@media (max-width: 1024px) {
	.our-story-section {
		padding: 6rem 0;
	}
}
@media (max-width: 768px) {
	.our-story-section {
		padding: 4rem 0;
	}
}

.story-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
	margin-bottom: 5rem;
}
@media (max-width: 1024px) {
	.story-header {
		margin-bottom: 4rem;
		gap: 2rem;
	}
}
@media (max-width: 768px) {
	.story-header {
		flex-direction: column;
		text-align: center;
		margin-bottom: 3rem;
		gap: 1rem;
	}
}

.story-header-left {
	text-align: right;
}
@media (max-width: 768px) {
	.story-header-left {
		text-align: center;
	}
}

.story-header-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
.story-header-divider.in-view {
	opacity: 1;
	transform: scale(1);
}
@media (max-width: 768px) {
	.story-header-divider {
		display: none;
	}
}

.divider-slash {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-size: clamp(4rem, 8vw, 7rem);
	font-weight: 100;
	opacity: 0.6;
	line-height: 1;
}

.story-header-right {
	text-align: left;
}
@media (max-width: 768px) {
	.story-header-right {
		text-align: center;
	}
}

.story-title {
	font-family: "bonvivant", "Bodoni Moda", "Playfair Display", sans-serif;
	margin: 0;
	letter-spacing: 0.025em;
	line-height: 1.05;
	font-weight: 100;
}
.story-title.splitted-chars {
	opacity: 1;
}

.story-subtitle {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: clamp(1rem, 1.8vw, 1.25rem);
	line-height: 1.65;
	margin: 0;
	opacity: 0;
	letter-spacing: 0.02em;
	max-width: 450px;
	transition: opacity 0.6s ease, transform 0.6s ease;
	transform: translateY(10px);
}
.story-subtitle.in-view {
	opacity: 0.75;
	transform: translateY(0);
}
@media (max-width: 768px) {
	.story-subtitle {
		max-width: 100%;
		font-size: clamp(0.95rem, 2vw, 1.1rem);
	}
}

.story-flex {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
	justify-items: center;
	justify-content: center;
}

.story-img-wrapper {
	width: 100%;
	aspect-ratio: 3/4;
	overflow: hidden;
	border-radius: 12px;
}

.story-img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.story-img-wrapper:hover img {
	transform: scale(1.05);
}

.story-text {
	width: 100%;
	
}

.story-text h3 {
	margin-bottom: 2rem;
	word-wrap: break-word;
	hyphens: auto;
	line-height: 1.2;
}

.story-text p {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.9);
	word-wrap: break-word;
	hyphens: auto;
}


@media (max-width: 1200px) {
	.story-flex {
		gap: 3rem;
	}
	.story-text {
		padding: 1.5rem;
	}
	.story-text h3 {
		font-size: clamp(1.75rem, 4vw, 3rem);
	}
}
@media (max-width: 768px) {
	.our-story-section {
		padding: 3rem 0;
	}
	.story-flex {
		grid-template-columns: 1fr;
		gap: 2rem;
		text-align: center;
	}
	.story-img-wrapper {
		max-width: 100%;
		aspect-ratio: 4/3;
		order: 1;
	}
	.story-text {
		padding: 1rem;
		order: 2;
	}
	.story-text h3 {
		font-size: clamp(1.5rem, 6vw, 2.5rem);
		margin-bottom: 1.5rem;
		line-height: 1.3;
	}
	.story-text p {
		font-size: 1rem;
		line-height: 1.6;
	}
	
	.story-flex.image_right .story-text {
		order: 1;
	}
	.story-flex.image_right .story-img-wrapper {
		order: 2;
	}
}
@media (max-width: 480px) {
	.our-story-section {
		padding: 2rem 0;
	}
	.story-flex {
		gap: 1.5rem;
	}
	.story-img-wrapper {
		aspect-ratio: 16/10;
		border-radius: 8px;
	}
	.story-text {
		padding: 0.5rem;
	}
	.story-text h3 {
		font-size: clamp(1.25rem, 8vw, 2rem);
		margin-bottom: 1rem;
		line-height: 1.2;
		word-break: break-word;
	}
	.story-text p {
		font-size: 0.95rem;
		line-height: 1.5;
	}
}


@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.inspiration-section {
	position: relative;
	z-index: 10;
	padding: 4rem 0;
}

.insp-content {
	display: grid;
	grid-template-columns: 1.75fr 1fr;
	gap: 2rem;
	align-items: center;
}

.insp-list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	transition: all 0.5s cubic-bezier(0.51, 0.54, 0.28, 0.81);
}

.insp-item {
	font-family: "Ogg", "Bodoni Moda", "Playfair Display", serif;
	font-weight: 900;
	font-size: 4rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	transition: all 0.5s cubic-bezier(0.51, 0.54, 0.28, 0.81);
	padding: 1rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	word-wrap: break-word;
	hyphens: auto;
	line-height: 1.2;
}

.insp-item:after {
	content: attr(data-written);
	font-family: "bonvivant", "Bodoni Moda", "Playfair Display", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.85);
	letter-spacing: 0.15em;
	opacity: 0;
	transition: opacity 0.5s cubic-bezier(0.51, 0.54, 0.28, 0.81);
	vertical-align: middle;
	display: inline;
	width: auto;
	text-align: var(--written-align, right);
}

.insp-item[data-written-align=left]:after {
	--written-align: left;
	right: auto;
	left: 0;
}

.insp-item[data-written-align=center]:after {
	--written-align: center;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
}

.insp-item[data-written-align=right]:after {
	--written-align: right;
}

.insp-item:hover:after,
.insp-item.active:after {
	opacity: 1;
}

.insp-item:before {
	content: "";
	position: absolute;
	left: -2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid #F2C200;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.51, 0.54, 0.28, 0.81);
}

.insp-item.active:before {
	opacity: 1;
}

.insp-item.active {
	color: #514848;
}

.insp-item:hover {
	color: #363030;
	transform: translateX(1rem);
}

.insp-image {
	height: 500px;
	transition: all 0.5s cubic-bezier(0.51, 0.54, 0.28, 0.81);
}

.insp-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}



.expertises-section {
	position: relative;
	z-index: 10;
	padding: 4rem 0;
}

.exp-content {
	display: block;
}

.exp-flex {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
}

.exp-imagebox {
	height: 500px;
	border-radius: 12px;
	overflow: hidden;
}

.exp-imagebox img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.exp-imagebox:hover img {
	transform: scale(1.05);
}

.exp-list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.exp-item {
	position: relative;
	font-family: var(--serif);
	font-weight: var(--black);
	font-size: clamp(1.5rem, 4vw, 3rem);
	transition: all 0.5s ease;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	cursor: pointer;
	word-wrap: break-word;
	hyphens: auto;
	line-height: 1.2;
}

.exp-item:after {
	content: attr(data-written);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--light);
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: 0.05em;
	text-transform: uppercase;
	opacity: 0;
	transition: opacity 0.3s ease;
	display: inline;
	width: auto;
	text-align: var(--written-align, right);
}

.exp-item[data-written-align=left]:after {
	--written-align: left;
	right: auto;
	left: 0;
}

.exp-item[data-written-align=center]:after {
	--written-align: center;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
}

.exp-item[data-written-align=right]:after {
	--written-align: right;
}

.exp-item:hover:after,
.exp-item.active:after {
	opacity: 1;
}

.exp-item:before {
	content: "";
	position: absolute;
	left: -2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid var(--accent);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.51, 0.54, 0.28, 0.81);
}

.exp-item.active {
	color: var(--accent);
}

.exp-item.active:before {
	opacity: 1;
}

.exp-item:hover {
	color: var(--accent);
	transform: translateX(1rem);
}



.brands-horizontal-wrapper {
	position: relative;
	padding: 3rem 0;
	overflow: hidden;
}

.brands-section-header {
	text-align: center;
	margin-bottom: 2rem;
}

.brands-categories {
	display: flex;
	justify-content: center;
	gap: 1.5rem;
	flex-wrap: nowrap;
	scrollbar-width: none; 
}

.brands-categories::-webkit-scrollbar {
	display: none;
}

.category-btn {
	background: none;
	border: none;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--white-color, #fff);
	cursor: pointer;
	padding: 0.5rem 1rem;
	border-bottom: 2px solid transparent;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.category-btn.active,
.category-btn:hover {
	border-bottom: 1px solid var(--accent, #031A36);
	color: var(--accent, #031A36);
}

.category-btn.active {
	border-bottom: 2px solid var(--accent, #031A36);
}

.brands-slider-container {
	position: relative;
	display: flex;
	align-items: center;
}

.brands-scroll-container {
	display: flex;
	flex-direction: row;
	gap: 30px;
	padding: 24px 14px;
	width: -moz-max-content;
	width: max-content;
	touch-action: pan-x;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	will-change: transform;
	cursor: grab;
}

.brand-slide {
	flex: 0 0 450px;
	text-align: center;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transform-origin: center bottom;
	position: relative;
}

.brand-slide a {
	text-decoration: none;
	color: inherit;
	cursor: grab;
}

.brand-slide-img {
	width: 100%;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-slide-img img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.brand-slide-title {
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 4.5rem;
	font-family: var(--serif);
	color: var(--accent, #031A36);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	pointer-events: none;
}

.brand-slide.active img {
	transform: scale(1.025);
}


.slider-nav {
	background: rgba(240, 240, 240, 0.05);
	border: 1px solid white;
	color: #fff;
	width: 55px;
	height: 55px;
	opacity: 0.4;
	cursor: pointer;
	z-index: 2222;
	border-radius: 50%;
	transition: background 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
}

.slider-nav:hover {
	background: rgba(0, 0, 0, 0.6);
	opacity: 1;
}

@media (max-width: 768px) {
	.brand-slide {
		flex: 0 0 300px;
	}
	.brand-slide-img {
		height: 400px;
	}
	.brand-slide-title {
		font-size: 3rem;
	}
	.slider-nav {
		transform: scale(0.75);
		width: 45px;
		height: 45px;
	}
}
.slider-nav.prev {
	position: absolute;
	left: 15%;
	top: 50%;
	transform: translateY(-50%);
}

.slider-nav.next {
	position: absolute;
	right: 15%;
	top: 50%;
	transform: translateY(-50%);
}


.brand-slide.dimmed img {
	filter: grayscale(100%) opacity(0.6);
	transition: filter 0.3s ease;
}


.brands-categories.hint-animate {
	scroll-behavior: smooth;
}



.whats-new-section {
	position: relative;
	z-index: 10;
}


.whats-new-grid {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 4rem;
	align-items: start;
}

.news-list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.news-item {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 2rem;
	align-items: center;
}

.news-item:not(:last-of-type) {
	border-bottom: 1px solid #363030;
	padding-bottom: 15px;
}

.news-img {
	height: 120px;
	overflow: hidden;
	border-radius: 8px;
}

.news-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.news-title {
	font-family: "Ogg", "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	
	margin-bottom: 1rem;
	line-height: 1.3;
}

.news-title a {
	text-decoration: none;
	transition: color 0.3s ease;
}

.news-title a:hover {
	color: #363030;
}

.news-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-date {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 0.9rem;
}

.news-link {
	text-decoration: none;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.05em;
	transition: color 0.3s ease;
}

.news-link:hover {
	color: #fff;
}

.see-all {
	color: var(--accent);
	text-decoration: none;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: color 0.3s ease;
	align-self: flex-start;
	margin-top: 2rem;
}

.see-all:hover {
	color: #fff;
}



.error-404 {
	min-height: 60vh;
	height: 100vh;
	display: flex;
	align-items: center;
	background-color: #F8F9FA;
	color: #363030;
}

.error-404__content {
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
}

.error-404__code {
	font-family: "Ogg", "Bodoni Moda", "Playfair Display", serif;
	font-weight: 900;
	font-size: clamp(4rem, 18vw, 9rem);
	letter-spacing: 0.08em;
	margin: 0 0 1rem;
	color: #363030;
}

.error-404__title {
	margin-bottom: 0.75rem;
	color: #363030;
}

.error-404__message {
	margin-bottom: 2rem;
	color: rgba(54, 48, 48, 0.75);
}

.error-404__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.9rem 2rem;
	border-radius: 999px;
	background-color: #F2C200;
	color: #343232;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border: 1px solid #F2C200;
	transition: background-color 0.3s ease, transform 0.3s ease;
}
.error-404__button:hover, .error-404__button:focus {
	background-color: #FFD338;
	transform: translateY(-2px);
	color: #343232;
}



.blog-archive {
	position: relative;
	z-index: 10;
}


.blog-archive .archive-hero {
	padding: 8rem 0 4rem;
	position: relative;
}

.blog-archive .archive-header {
	text-align: center;
	margin-bottom: 4rem;
}

.blog-archive .archive-title {
	color: #fff;
	margin-bottom: 1rem;
}

.blog-archive .archive-description {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.8);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}


.featured-post {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
	margin-bottom: 4rem;
}
@media (max-width: 900px) {
	.featured-post {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

.featured-post-image {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	aspect-ratio: 16/10;
}
.featured-post-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.featured-post-image a:hover img {
	transform: scale(1.05);
}

.featured-post-content {
	padding: 2rem 0;
}
@media (max-width: 900px) {
	.featured-post-content {
		padding: 0;
	}
}

.featured-post-meta {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
}
.featured-post-meta .post-date {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.featured-post-meta .post-author {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.6);
	font-style: italic;
}

.featured-post-title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 900;
	font-size: clamp(2rem, 4vw, 3.5rem);
	color: #343232;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}
.featured-post-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}
.featured-post-title a:hover {
	color: #363030;
}

.featured-post-excerpt {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 2rem;
}

.featured-post-link {
	color: #363030;
	text-decoration: none;
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: color 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}
.featured-post-link:hover {
	color: #fff;
}


.posts-grid-section {
	padding: 6rem 0;
	background-color: rgba(52, 50, 50, 0.35);
}
@media (max-width: 768px) {
	.posts-grid-section {
		padding: 4rem 0;
	}
}


.posts-filter {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 4rem;
	flex-wrap: wrap;
}
@media (max-width: 640px) {
	.posts-filter {
		gap: 0.75rem;
		margin-bottom: 3rem;
	}
}

.posts-filter .filter-btn {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: var(--white-color);
	padding: 0.75rem 1.5rem;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
}
@media (max-width: 640px) {
	.posts-filter .filter-btn {
		padding: 0.65rem 1.25rem;
		font-size: 0.85rem;
	}
}
.posts-filter .filter-btn:hover, .posts-filter .filter-btn.active {
	background: var(--accent);
	border-color: var(--accent);
	color: var(--main-red);
}


.posts-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 2rem;
	margin-bottom: 4rem;
}
@media (max-width: 768px) {
	.posts-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}

.post-card {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}
.post-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
	border-color: rgba(255, 255, 255, 0.2);
}
.post-card[style*="display: none"] {
	display: none !important;
}

.post-card-image {
	position: relative;
	aspect-ratio: 16/10;
	overflow: hidden;
}
.post-card-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.post-card-image a:hover img {
	transform: scale(1.05);
}

.post-card-content {
	padding: 2rem;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.post-card-meta {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
	flex-wrap: wrap;
}
.post-card-meta .post-date {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 0.85rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.post-categories {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.post-category-tag {
	background: rgba(var(--accent-rgb), 0.2);
	color: var(--accent);
	padding: 0.25rem 0.75rem;
	border-radius: 50px;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid transparent;
}
.post-category-tag:hover {
	background: var(--accent);
	color: var(--main-red);
	border-color: var(--accent);
}

.post-card-title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 700;
	font-size: 1.5rem;
	color: #fff;
	margin-bottom: 1rem;
	line-height: 1.3;
}
.post-card-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}
.post-card-title a:hover {
	color: #363030;
}

.post-card-excerpt {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	flex-grow: 1;
}

.post-card-link {
	color: #363030;
	text-decoration: none;
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: color 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	align-self: flex-start;
}
.post-card-link svg {
	width: 16px;
	height: 16px;
	transition: transform 0.3s ease;
}
.post-card-link:hover {
	color: #fff;
}
.post-card-link:hover svg {
	transform: translateX(4px);
}


.no-posts {
	text-align: center;
	padding: 4rem 2rem;
	grid-column: 1/-1;
}
.no-posts h3 {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 1rem;
}
.no-posts p {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.1rem;
}


.posts-pagination {
	text-align: center;
	margin-top: 2rem;
}

.load-more-btn {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.3);
	padding: 1rem 3rem;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.load-more-btn:hover:not(:disabled) {
	background: #363030;
	border-color: #363030;
	color: #363030;
}
.load-more-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.load-more-btn.loading {
	position: relative;
	color: transparent;
}
.load-more-btn.loading::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-top-color: #fff;
	border-radius: 50%;
	animation: spin 0.6s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.blog-newsletter-section {
	padding: 8rem 0;
	background: linear-gradient(135deg, rgba(52, 50, 50, 0.9), rgba(82, 82, 82, 0.3));
	position: relative;
	overflow: hidden;
}
@media (max-width: 768px) {
	.blog-newsletter-section {
		padding: 5rem 0;
	}
}
.blog-newsletter-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.3;
	z-index: 0;
}

.blog-newsletter-content {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.blog-newsletter-title {
	color: var(--white-color);
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.blog-newsletter-description {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.6;
	margin-bottom: 2.5rem;
}

.blog-newsletter-form .form-group {
	display: flex;
	gap: 1rem;
	max-width: 500px;
	margin: 0 auto;
}
@media (max-width: 640px) {
	.blog-newsletter-form .form-group {
		flex-direction: column;
	}
}
.blog-newsletter-form input[type=email] {
	flex: 1;
	padding: 1rem 1.5rem;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.1);
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	transition: all 0.3s ease;
}
.blog-newsletter-form input[type=email]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.blog-newsletter-form input[type=email]::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.blog-newsletter-form input[type=email]:focus {
	outline: none;
	border-color: #363030;
	background: rgba(255, 255, 255, 0.15);
}
.blog-newsletter-form .blog-newsletter-btn {
	padding: 1rem 2.5rem;
	background: #363030;
	border: 2px solid #363030;
	color: #fff;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
}
.blog-newsletter-form .blog-newsletter-btn:hover {
	background: transparent;
	color: #363030;
}



.single-news-article {
	position: relative;
	z-index: 10;
	background-color: #363030;
	color: #fff;
	min-height: 100vh;
	padding-top: 120px;
}

section.news-hero {
	padding: 0;
}

.news-hero {
	padding: 1.5rem 0 1rem !important;
	position: relative;
}

.news-breadcrumb {
	margin-bottom: 2rem;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 0.9rem;
}

.news-breadcrumb a {
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
}

.news-breadcrumb .separator {
	margin: 0 0.5rem;
}

.news-breadcrumb .current {
	color: #fff;
}

.news-meta-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}

.news-date {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.9rem;
}

.news-categories {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.news-category-tag {
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	padding: 0.35rem 0.85rem;
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	text-decoration: none;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 0.8rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.news-category-tag:hover {
	background: #363030;
	color: #363030;
}

.news-title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 900;
	font-size: clamp(2.5rem, 6vw, 5rem);
	color: #fff !important;
	margin-bottom: 1.5rem;
	line-height: 1.1;
}

.news-excerpt {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.6;
	margin-bottom: 2rem;
	max-width: 90vw;
}

.news-featured-image {
	max-height: 450px;
	height: 100%;
	margin-top: 1.5rem;
	border-radius: 12px;
	overflow: hidden;
	max-width: 90vw;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.news-content {
	padding: 1rem 0;
}

.news-content-wrapper {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 2rem;
	align-items: start;
}

.news-main-content {
	background: rgba(52, 50, 50, 0.35);
	padding: 3rem;
	border-radius: 15px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.entry-content {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.9);
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	color: #363030;
	margin: 2rem 0 1rem;
}

.entry-content p {
	margin-bottom: 1.5rem;
}

.entry-content a {
	color: #363030;
	text-decoration: underline;
	transition: color 0.3s ease;
}

.entry-content a:hover {
	color: #fff;
}

.entry-content img {
	max-height: 50vh;
	margin-bottom: 15px;
}

.news-tags {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.news-tags h4 {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #fff;
	margin-bottom: 1rem;
	font-size: 1rem;
}

.tags-list {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.tag-item {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	padding: 0.25rem 0.75rem;
	border-radius: 15px;
	text-decoration: none;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--light);
	font-size: 0.8rem;
	transition: all 0.3s ease;
}

.tag-item:hover {
	background: var(--accent);
}

.news-share {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.news-share h4 {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #fff;
	margin-bottom: 1rem;
	font-size: 1rem;
}

.share-buttons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.share-btn {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	padding: 0.75rem 1rem;
	border-radius: 8px;
	text-decoration: none;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 0.9rem;
	transition: all 0.3s ease;
}

.share-btn:hover {
	background: #363030;
	color: #363030;
}

.share-btn svg {
	width: 20px;
	height: 20px;
}


.news-sidebar {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.widget {
	background: rgba(52, 50, 50, 0.35);
	border-radius: 15px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.widget-title {
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	padding: 0.75rem 1rem;
	padding-bottom: 1rem;
	font-size: 1.25rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 15px 15px 0 0;
}

.related-news-list {
	padding: 20px;
	margin: 0;
}

.related-news-item {
	display: flex;
	gap: 1rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.related-news-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.related-news-image {
	flex-shrink: 0;
	width: 80px;
	height: 60px;
	border-radius: 8px;
	overflow: hidden;
}

.related-news-content {
	flex: 1;
}

.related-news-title {
	font-family: var(--serif);
	font-weight: 500;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	line-height: 1.3;
}

.related-news-title a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.related-news-title a:hover {
	color: #363030;
}

.related-news-date {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.8rem;
}

.news-categories-list {
	list-style: none;
	padding: 20px;
	margin: 0;
}

.news-categories-list li {
	margin-bottom: 0.5rem;
}

.news-categories-list a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--light);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	transition: color 0.3s ease;
}

.news-categories-list a:hover {
	color: #363030;
}

.category-count {
	font-size: 0.8rem;
	opacity: 0.6;
}


.news-navigation {
	background: rgba(52, 50, 50, 0.35);
	padding: 2rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.news-nav-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.news-nav-item {
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	transition: all 0.3s ease;
}

.news-nav-item:hover {
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
}

.news-nav-next {
	text-align: right;
}

.nav-label {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: block;
	margin-bottom: 0.5rem;
}

.nav-title {
	margin: 0;
}

.nav-title a {
	color: #fff;
	text-decoration: none;
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.3;
	transition: color 0.3s ease;
}

.nav-title a:hover {
	color: #363030;
}


.no-news {
	text-align: center;
	padding: 4rem 2rem;
	grid-column: 1/-1;
}

.no-news h3 {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 500;
	color: #343232;
	margin-bottom: 1rem;
	font-size: 1.5rem;
}

.no-news p {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.7);
}


.newsletter-section {
	padding: 8rem 0;
	background: linear-gradient(135deg, rgba(52, 50, 50, 0.95), rgba(82, 82, 82, 0.35));
	position: relative;
	overflow: hidden;
}
@media (max-width: 768px) {
	.newsletter-section {
		padding: 5rem 0;
	}
}
.newsletter-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.25;
	z-index: 0;
}
.newsletter-section .newsletter-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
@media (max-width: 900px) {
	.newsletter-section .newsletter-content {
		grid-template-columns: 1fr;
		text-align: center;
	}
}
.newsletter-section .newsletter-title {
	font-size: clamp(2rem, 5vw, 3.25rem);
	font-weight: 700;
	margin: 0 0 1rem;
	color: var(--color-white, #fff);
}
.newsletter-section .newsletter-description {
	font-size: 1.125rem;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 1.25rem;
}
.newsletter-section .newsletter-form .form-group {
	display: flex;
	gap: 1rem;
	max-width: 600px;
	margin: 0;
}
@media (max-width: 640px) {
	.newsletter-section .newsletter-form .form-group {
		flex-direction: column;
	}
}
.newsletter-section .newsletter-form input[type=email] {
	flex: 1;
	padding: 1rem 1.5rem;
	border: 2px solid rgba(255, 255, 255, 0.18);
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.06);
	color: var(--color-white, #fff);
	font-size: 1rem;
	transition: all 0.3s ease;
}
.newsletter-section .newsletter-form input[type=email]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.newsletter-section .newsletter-form input[type=email]::placeholder {
	color: rgba(255, 255, 255, 0.5);
}
.newsletter-section .newsletter-form input[type=email]:focus {
	outline: none;
	border-color: #F2C200;
	box-shadow: 0 0 0 3px rgba(242, 194, 0, 0.12);
}
.newsletter-section .newsletter-form .newsletter-btn {
	padding: 1rem 2.5rem;
	background: #F2C200;
	border: none;
	border-radius: 50px;
	color: #363030;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.25s ease;
}
.newsletter-section .newsletter-form .newsletter-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}



.news-archive {
	position: relative;
	z-index: 10;
}

.archive-hero {
	padding: 8rem 0 4rem;
	position: relative;
}

.archive-header {
	text-align: center;
	margin-bottom: 4rem;
}

.archive-title {
	color: var(--white-color);
	margin-bottom: 1rem;
}

.archive-description {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--light);
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.8);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
}


.featured-news {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
	margin-bottom: 4rem;
}

.featured-news-image {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	aspect-ratio: 16/10;
}

.featured-news-content {
	padding: 2rem 0;
}

.featured-news-meta {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
	color: #343232;
}

.featured-news-title {
	font-family: var(--serif);
	font-weight: var(--black);
	font-size: clamp(2rem, 4vw, 3.5rem);
	color: #525252;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

.featured-news-title a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.featured-news-title {
	font-family: var(--serif);
	font-weight: var(--black);
	font-size: clamp(2rem, 4vw, 3.5rem);
	color: #525252 !important;
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

.featured-news-title a {
	color: #525252 !important;
	text-decoration: none;
	transition: color 0.3s ease;
}

.featured-news-title a:hover {
	color: #F2C200;
}

.featured-news-excerpt {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--light);
	font-size: 1.1rem;
	color: #343232;
	line-height: 1.6;
	margin-bottom: 2rem;
}

.featured-news-link {
	color: #F2C200;
	text-decoration: none;
	font-family: var(--serif);
	font-weight: var(--medium);
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: color 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.featured-news-link:hover {
	color: #525252;
}


.news-filter {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 4rem;
	flex-wrap: wrap;
}

.filter-btn {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: #525252;
	padding: 0.75rem 1.5rem;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.filter-btn:hover,
.filter-btn.active {
	background: #F2C200;
	border-color: #FFE300;
	color: #363030;
}


.news-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 2rem;
	margin-bottom: 4rem;
}

.news-card {
	background: rgba(26, 26, 26, 0.6);
	border-radius: 15px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	transition: all 0.3s ease;
}

.news-card:hover {
	transform: translateY(-5px);
	border-color: var(--accent);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.news-card-image {
	position: relative;
	aspect-ratio: 16/10;
}

.news-card-content {
	padding: 1.5rem;
}

.news-card-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem;
	flex-wrap: wrap;
	gap: 0.5rem;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.9rem;
}

.news-card-title {
	font-family: var(--serif);
	font-weight: var(--medium);
	font-size: 1.25rem;
	margin-bottom: 1rem;
	line-height: 1.3;
}

.news-card-title a {
	color: var(--white-color);
	text-decoration: none;
	transition: color 0.3s ease;
	font-weight: var(--medium);
}

.news-card-title a:hover {
	color: var(--accent);
}

.news-card-excerpt {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--light);
	color: rgba(255, 255, 255, 0.92);
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.news-card-link {
	color: var(--accent);
	text-decoration: none;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: color 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.news-card-link:hover {
	color: var(--white-color);
}

.news-card-link svg {
	width: 14px;
	height: 14px;
	transition: transform 0.3s ease;
}

.news-card-link:hover svg {
	transform: translateX(3px);
}


.news-pagination {
	text-align: center;
	margin-top: 3rem;
}

.load-more-btn {
	background: transparent;
	border: 2px solid var(--accent);
	color: var(--accent);
	padding: 1rem 2rem;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 1rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.load-more-btn:hover {
	background: var(--accent);
	color: var(--main-red);
}


.newsletter-section {
	background: rgba(26, 26, 26, 0.6);
	padding: 4rem 0;
	
}

.newsletter-content {
	display: flex;
	translate: none;
	rotate: none;
	scale: none;
	transform: translate(0px, 0px);
	opacity: 1;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
}

.newsletter-title {
	color: var(--white-color);
	margin-bottom: 1rem;
}

.newsletter-description {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--light);
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 2rem;
	line-height: 1.6;
}

.newsletter-form .form-group {
	display: flex;
	gap: 1rem;
	max-width: 400px;
	margin: 0 auto;
}

.newsletter-form input[type=email] {
	flex: 1;
	padding: 1rem;
	border: 2px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	color: var(--white-color);
	border-radius: 8px;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--light);
	transition: border-color 0.3s ease;
}

.newsletter-form input[type=email]:focus {
	outline: none;
	border-color: var(--accent);
}

.newsletter-form input[type=email]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.newsletter-form input[type=email]::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.newsletter-btn {
	background: var(--accent);
	border: none;
	color: var(--main-red);
	padding: 1rem 1.5rem;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: var(--medium);
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.newsletter-btn:hover {
	background: var(--white-color);
}


:root {
	--accent-color: #f4f4f4;
	--text-color: #333;
	--bg-color: #fafafa;
	--card-bg: #ffffff;
	--shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	--shadow-hover: 0 20px 60px rgba(0, 0, 0, 0.15);
}


@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.companies-archive .page-header.companies-archive__header {
	text-align: center;
	padding: 6rem 0 3rem;
	background: #363030;
	color: #fff;
}
@media (max-width: 768px) {
	.companies-archive .page-header.companies-archive__header {
		padding: 4.5rem 0 2rem;
	}
}
.companies-archive .page-title.companies-archive__title {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	margin-bottom: 1rem;
	color: #fff;
}
.companies-archive .archive-description.companies-archive__description {
	font-size: 1.125rem;
	max-width: 600px;
	margin: 0 auto;
	opacity: 0.9;
	line-height: 1.6;
}
@media (max-width: 768px) {
	.companies-archive .archive-description.companies-archive__description {
		font-size: 1rem;
	}
}


.companies-archive__container {
	padding: 4rem 0;
}
@media (max-width: 768px) {
	.companies-archive__container {
		padding: 3rem 0;
	}
}


.companies-archive__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 3rem;
	justify-content: center;
}
@media (max-width: 768px) {
	.companies-archive__filters {
		gap: 0.5rem;
	}
}

.filter-btn {
	padding: 0.75rem 1.5rem;
	background: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 50px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #343232;
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.filter-btn:hover {
	border-color: #363030;
	color: #363030;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.filter-btn.active {
	background: #F2C200;
	border-color: #F2C200;
	color: #363030;
}
@media (max-width: 768px) {
	.filter-btn {
		padding: 0.6rem 1.25rem;
		font-size: 0.813rem;
	}
}


.companies-archive__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 2rem;
}
@media (max-width: 768px) {
	.companies-archive__grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}
}


.company-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
}
.company-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.company-card:hover .company-card__logo img {
	transform: scale(1.05);
}
.company-card.filtered-out {
	display: none;
}


.company-card__logo {
	padding: 2rem;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	text-align: center;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.company-card__logo a {
	display: block;
}
.company-card__logo img {
	max-width: 180px;
	max-height: 140px;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	transition: transform 0.3s ease;
}
@media (max-width: 768px) {
	.company-card__logo {
		min-height: 160px;
		padding: 1.5rem;
	}
	.company-card__logo img {
		max-width: 140px;
		max-height: 110px;
	}
}


.company-card__content {
	padding: 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.company-card__type {
	display: inline-block;
	padding: 0.375rem 1rem;
	background: #F2C200;
	color: #363030;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-radius: 50px;
	margin-bottom: 1rem;
	width: -moz-fit-content;
	width: fit-content;
}

.company-card__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	line-height: 1.3;
}
.company-card__title a {
	color: #343232;
	text-decoration: none;
	transition: color 0.3s ease;
}
.company-card__title a:hover {
	color: #363030;
}
@media (max-width: 768px) {
	.company-card__title {
		font-size: 1.25rem;
	}
}

.company-card__excerpt {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #7c797a;
	margin-bottom: 1rem;
}

.company-card__meta {
	font-size: 0.875rem;
	color: #7c797a;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #e9ecef;
}

.company-card__brands {
	font-size: 0.875rem;
	margin-bottom: 0.75rem;
	color: #7c797a;
}
.company-card__brands strong {
	color: #343232;
	font-weight: 600;
}

.company-card__products-count {
	font-size: 0.875rem;
	color: #7c797a;
	margin-bottom: 1.5rem;
}

.company-card__link {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background: #363030;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	border-radius: 8px;
	transition: all 0.3s ease;
	text-align: center;
	margin-top: auto;
}
.company-card__link:hover {
	background: #1b1818;
	transform: translateX(2px);
}


.companies-archive .posts-navigation {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #e0e0e0;
}
.companies-archive .nav-links {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}
@media (max-width: 768px) {
	.companies-archive .nav-links {
		flex-direction: column;
	}
}
.companies-archive .nav-previous a,
.companies-archive .nav-next a {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	color: #343232;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
}
.companies-archive .nav-previous a:hover,
.companies-archive .nav-next a:hover {
	border-color: #363030;
	color: #363030;
	transform: translateY(-2px);
}

:root {
	--accent-color: #f4f4f4;
	--text-color: #333;
	--bg-color: #fafafa;
	--card-bg: #ffffff;
	--shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	--shadow-hover: 0 20px 60px rgba(0, 0, 0, 0.15);
}


@keyframes fadeIn {
	to {
		opacity: 1;
	}
}
@keyframes slideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.company-hero {
	background: linear-gradient(135deg, #F8F9FA 0%, rgb(230.15, 233.7, 237.25) 100%);
	padding: 4rem 0;
	margin-bottom: 3rem;
}
@media (min-width: 1024px) {
	.company-hero {
		padding: 3rem 0 2rem 0;
		margin-bottom: 2rem;
	}
}
@media (max-width: 767px) {
	.company-hero {
		padding: 2rem 0;
		margin-bottom: 1rem;
	}
}

.company-hero-content {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 3rem;
	align-items: center;
}
@media (min-width: 1024px) {
	.company-hero-content {
		grid-template-columns: 1fr;
		gap: 2rem;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.company-hero-content {
		gap: 1.5rem;
	}
}

.company-hero-text {
	max-width: 600px;
}
@media (max-width: 767px) {
	.company-hero-text {
		max-width: 100%;
	}
}

.company-meta-top {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
	align-items: center;
}
@media (min-width: 1024px) {
	.company-meta-top {
		justify-content: center;
	}
}
@media (max-width: 767px) {
	.company-meta-top {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 0.5rem;
	}
}

.company-type-badge {
	display: inline-block;
	background: #363030;
	color: #fff;
	padding: 0.5rem 1rem;
	border-radius: 25px;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 500;
}

.company-founded {
	color: #7c797a;
	font-size: 0.9rem;
}

.company-title {
	font-size: 3rem;
	margin-bottom: 1rem;
	color: #343232;
}
@media (max-width: 767px) {
	.company-title {
		font-size: 2rem;
	}
}

.company-excerpt {
	font-size: 1.1rem;
	color: #7c797a;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.company-employees {
	font-size: 1.1rem;
	color: #363030;
	font-weight: 500;
}

.company-hero-image img {
	width: 100%;
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
	.company-hero-image img {
		width: 100%;
		height: auto;
		max-height: 300px;
	}
}
@media (max-width: 767px) {
	.company-hero-image img {
		max-height: 250px;
	}
}

.company-details {
	padding: 2rem 0;
}
@media (max-width: 767px) {
	.company-details {
		padding: 1rem 0;
	}
}

.company-single.company-card {
	box-shadow: none;
	background: transparent;
}
.company-single.company-card:hover {
	transform: none;
	box-shadow: none;
}

.company-content {
	color: #6b6b6b;
	line-height: 1.8;
}
.company-content h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #343232;
	border-bottom: 2px solid #363030;
	padding-bottom: 0.5rem;
}
@media (min-width: 1024px) {
	.company-content h2 {
		font-size: 1.75rem;
	}
}
@media (max-width: 767px) {
	.company-content h2 {
		font-size: 1.5rem;
	}
}
.company-content h3 {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
	color: #343232;
}
.company-content p {
	margin-bottom: 1.5rem;
}
.company-content ul, .company-content ol {
	margin-bottom: 1.5rem;
	padding-left: 2rem;
}
.company-content ul li, .company-content ol li {
	margin-bottom: 0.5rem;
}

.company-description {
	margin-bottom: 4rem;
}
@media (max-width: 767px) {
	.company-description {
		margin-bottom: 2rem;
	}
}

.company-history {
	margin-bottom: 4rem;
}
@media (max-width: 767px) {
	.company-history {
		margin-bottom: 2rem;
	}
}

.company-capabilities {
	margin-bottom: 3rem;
}
@media (max-width: 767px) {
	.company-capabilities {
		margin-bottom: 2rem;
	}
}
.company-capabilities .capabilities-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}
@media (min-width: 1024px) {
	.company-capabilities .capabilities-grid {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 1.5rem;
	}
}
@media (max-width: 767px) {
	.company-capabilities .capabilities-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}
.company-capabilities .capability-item {
	background: #F8F9FA;
	padding: 1.5rem;
	border-radius: 8px;
	border-left: 4px solid #363030;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.company-capabilities .capability-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.company-capabilities .capability-item h3 {
	color: #343232;
	margin-bottom: 0.5rem;
	font-size: 1.1rem;
}
.company-capabilities .capability-item p {
	color: #7c797a;
	line-height: 1.6;
	margin: 0;
}
@media (max-width: 767px) {
	.company-capabilities .capability-item {
		padding: 1.25rem;
	}
	.company-capabilities .capability-item h3 {
		font-size: 1rem;
	}
}

.company-certifications {
	margin-bottom: 3rem;
}
@media (max-width: 767px) {
	.company-certifications {
		margin-bottom: 2rem;
	}
}
.company-certifications .certifications-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2rem;
}
@media (min-width: 1024px) {
	.company-certifications .certifications-grid {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 1.5rem;
	}
}
@media (max-width: 767px) {
	.company-certifications .certifications-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}
.company-certifications .certification-item {
	background: #fff;
	border: 1px solid rgb(230.15, 233.7, 237.25);
	border-radius: 8px;
	padding: 1.5rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.company-certifications .certification-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
	.company-certifications .certification-item {
		padding: 1.25rem;
	}
}
.company-certifications .certification-header {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1rem;
}
@media (max-width: 767px) {
	.company-certifications .certification-header {
		flex-direction: column;
		align-items: flex-start;
		text-align: center;
		gap: 0.75rem;
	}
}
.company-certifications .certification-logo {
	width: 50px;
	height: 50px;
	-o-object-fit: contain;
	object-fit: contain;
	background: #F8F9FA;
	border-radius: 4px;
	padding: 0.25rem;
}
@media (max-width: 767px) {
	.company-certifications .certification-logo {
		width: 40px;
		height: 40px;
	}
}
.company-certifications .certification-info {
	flex: 1;
}
.company-certifications .certification-info h3 {
	margin-bottom: 0.25rem;
	color: #343232;
	font-size: 1rem;
}
@media (max-width: 767px) {
	.company-certifications .certification-info h3 {
		font-size: 0.95rem;
	}
}
.company-certifications .certification-info .certification-issuer {
	color: #7c797a;
	font-size: 0.9rem;
	margin: 0.1rem 0;
	display: block;
}
.company-certifications .certification-info .certification-year {
	color: #363030;
	font-size: 0.85rem;
	font-weight: 500;
	margin: 0;
	display: block;
}
.company-certifications .certification-description {
	color: #7c797a;
	line-height: 1.6;
	margin: 0.5rem 0 0 0;
}

.company-products {
	margin-bottom: 3rem;
}
@media (max-width: 767px) {
	.company-products {
		margin-bottom: 2rem;
	}
}
.company-products .products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1.5rem;
	margin-bottom: 2rem;
}
@media (min-width: 1024px) {
	.company-products .products-grid {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
		gap: 1rem;
	}
}
@media (max-width: 767px) {
	.company-products .products-grid {
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
		gap: 1rem;
		margin-bottom: 1.5rem;
	}
}
.company-products .product-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}
.company-products .product-card:hover {
	transform: translateY(-3px);
}
@media (max-width: 767px) {
	.company-products .product-card {
		border-radius: 6px;
	}
}
.company-products .product-card .product-image {
	height: 150px;
	overflow: hidden;
}
@media (max-width: 767px) {
	.company-products .product-card .product-image {
		height: 120px;
	}
}
.company-products .product-card .product-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.company-products .product-card .product-image:hover img {
	transform: scale(1.05);
}
.company-products .product-card .product-image .no-image {
	width: 100%;
	height: 100%;
	background: #F8F9FA;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7c797a;
}
.company-products .product-card .product-info {
	padding: 1rem;
}
@media (max-width: 767px) {
	.company-products .product-card .product-info {
		padding: 0.75rem;
	}
}
.company-products .product-card .product-info h3 {
	margin-bottom: 0.5rem;
	font-size: 1rem;
}
@media (max-width: 767px) {
	.company-products .product-card .product-info h3 {
		font-size: 0.95rem;
	}
}
.company-products .product-card .product-info h3 a {
	color: #343232;
	text-decoration: none;
}
.company-products .product-card .product-info h3 a:hover {
	color: #363030;
}
.company-products .product-card .product-info .product-type,
.company-products .product-card .product-info .product-abv {
	display: inline-block;
	background: #F8F9FA;
	color: #7c797a;
	padding: 0.2rem 0.4rem;
	border-radius: 3px;
	font-size: 0.75rem;
	margin-right: 0.4rem;
	margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
	.company-products .product-card .product-info .product-type,
	.company-products .product-card .product-info .product-abv {
		font-size: 0.7rem;
		padding: 0.15rem 0.35rem;
		margin-right: 0.3rem;
	}
}
.company-products .view-all-products {
	text-align: center;
}
.company-products .view-all-products .btn, .company-products .view-all-products .page-fallback .btn-outline, .page-fallback .company-products .view-all-products .btn-outline {
	display: inline-block;
	padding: 0.75rem 2rem;
	background: #363030;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 500;
	transition: background 0.3s ease;
}
.company-products .view-all-products .btn:hover, .company-products .view-all-products .page-fallback .btn-outline:hover, .page-fallback .company-products .view-all-products .btn-outline:hover {
	background: rgb(32.4, 28.8, 28.8);
}
@media (max-width: 767px) {
	.company-products .view-all-products .btn, .company-products .view-all-products .page-fallback .btn-outline, .page-fallback .company-products .view-all-products .btn-outline {
		padding: 0.6rem 1.5rem;
		font-size: 0.9rem;
	}
}

.company-brands {
	margin-bottom: 3rem;
}
@media (max-width: 767px) {
	.company-brands {
		margin-bottom: 2rem;
	}
}
.company-brands .brands-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.company-brands .brand-tag {
	display: inline-block;
	background: rgb(230.15, 233.7, 237.25);
	color: #7c797a;
	padding: 0.5rem 1rem;
	border-radius: 20px;
	font-size: 0.9rem;
	font-weight: 500;
}
@media (max-width: 767px) {
	.company-brands .brand-tag {
		padding: 0.4rem 0.8rem;
		font-size: 0.85rem;
	}
}

.company-contact {
	margin-bottom: 3rem;
}
@media (max-width: 767px) {
	.company-contact {
		margin-bottom: 2rem;
	}
}
.company-contact .contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}
@media (min-width: 1024px) {
	.company-contact .contact-grid {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 1.5rem;
	}
}
@media (max-width: 767px) {
	.company-contact .contact-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
}
.company-contact .contact-item strong {
	color: #343232;
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1rem;
}
@media (max-width: 767px) {
	.company-contact .contact-item strong {
		font-size: 0.95rem;
	}
}
.company-contact .contact-item p {
	margin: 0;
	color: #7c797a;
	line-height: 1.6;
}
.company-contact .contact-item p.contact-address {
	white-space: pre-line;
}
.company-contact .contact-item a {
	color: #363030;
	text-decoration: none;
	font-weight: 500;
}
.company-contact .contact-item a:hover {
	text-decoration: underline;
}

.company-gallery {
	margin-bottom: 3rem;
}
@media (max-width: 767px) {
	.company-gallery {
		margin-bottom: 2rem;
	}
}
.company-gallery .gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 1rem;
}
@media (max-width: 767px) {
	.company-gallery .gallery-grid {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		gap: 0.75rem;
	}
}
.company-gallery .gallery-grid img {
	width: 100%;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px;
	cursor: pointer;
	transition: transform 0.3s ease;
}
@media (max-width: 767px) {
	.company-gallery .gallery-grid img {
		height: 120px;
	}
}
.company-gallery .gallery-grid img:hover {
	transform: scale(1.05);
}

@media (max-width: 767px) {
	.company-hero .company-meta-top {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 0.5rem;
	}
	.company-hero .company-title {
		font-size: 2rem;
	}
	.company-hero .company-content h2 {
		font-size: 1.5rem;
	}
}



.single-company__hero {
	position: relative;
	background: linear-gradient(135deg, #363030 0%, rgb(13.5, 12, 12) 100%);
	color: #fff;
	padding: 5rem 0;
	overflow: hidden;
}
.single-company__hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 30%), radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 30%);
	pointer-events: none;
}
@media (max-width: 768px) {
	.single-company__hero {
		padding: 3rem 0;
	}
}

.single-company__hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	pointer-events: none;
}

.single-company__hero-content {
	position: relative;
	z-index: 1;
}

.single-company__hero-main {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 4rem;
	align-items: start;
	margin-bottom: 4rem;
}
@media (max-width: 968px) {
	.single-company__hero-main {
		grid-template-columns: 1fr;
		gap: 2rem;
		text-align: center;
	}
}

.single-company__logo-container {
	background: #fff;
	padding: 2rem;
	border-radius: 16px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 200px;
}
@media (max-width: 968px) {
	.single-company__logo-container {
		margin: 0 auto;
		max-width: 200px;
	}
}

.single-company__logo {
	max-width: 100%;
	height: auto;
	display: block;
}

.single-company__hero-text {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.single-company__type-badge {
	display: inline-block;
	padding: 0.5rem 1.25rem;
	background: #F2C200;
	color: #363030;
	border-radius: 50px;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	width: -moz-fit-content;
	width: fit-content;
}
@media (max-width: 968px) {
	.single-company__type-badge {
		margin: 0 auto;
	}
}

.single-company__title {
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 800;
	margin: 0;
	line-height: 1.1;
	color: #fff;
}

.single-company__tagline {
	font-size: 1.25rem;
	opacity: 0.9;
	line-height: 1.6;
	margin: 0;
}
@media (max-width: 768px) {
	.single-company__tagline {
		font-size: 1.125rem;
	}
}


.single-company__stats {
	display: flex;
	gap: 3rem;
	justify-content: center;
	flex-wrap: wrap;
	padding: 2rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
	.single-company__stats {
		gap: 2rem;
		padding: 1.5rem;
	}
}

.company-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
}
.company-stat__icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
}
.company-stat__icon svg {
	width: 24px;
	height: 24px;
	color: #fff;
}
.company-stat__value {
	font-size: 1.75rem;
	font-weight: 700;
	color: #fff;
}
@media (max-width: 768px) {
	.company-stat__value {
		font-size: 1.5rem;
	}
}
.company-stat__label {
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: 0.8;
}
.company-stat__link {
	font-size: 0.875rem;
}
.company-stat__link a {
	color: #F2C200;
	text-decoration: none;
	font-weight: 600;
	border-bottom: 2px solid transparent;
	transition: border-color 0.3s ease;
}
.company-stat__link a:hover {
	border-color: #F2C200;
}


.single-company__content {
	padding: 4rem 0;
	background: #fff;
}
@media (max-width: 768px) {
	.single-company__content {
		padding: 3rem 0;
	}
}

.company-tabs__nav {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 3rem;
	border-bottom: 2px solid #e0e0e0;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
.company-tabs__nav::-webkit-scrollbar {
	height: 4px;
}
.company-tabs__nav::-webkit-scrollbar-track {
	background: transparent;
}
.company-tabs__nav::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 2px;
}
@media (max-width: 768px) {
	.company-tabs__nav {
		gap: 0.25rem;
	}
}

.company-tab {
	padding: 1rem 2rem;
	background: none;
	border: none;
	font-size: 1rem;
	font-weight: 600;
	color: #7c797a;
	cursor: pointer;
	position: relative;
	white-space: nowrap;
	transition: all 0.3s ease;
	border-radius: 8px 8px 0 0;
}
.company-tab:hover {
	color: #363030;
	background: rgba(0, 0, 0, 0.02);
}
.company-tab.active {
	color: #363030;
	background: rgba(0, 0, 0, 0.03);
}
.company-tab.active::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 3px;
	background: #F2C200;
}
@media (max-width: 768px) {
	.company-tab {
		padding: 0.875rem 1.5rem;
		font-size: 0.875rem;
	}
}

.company-tab-pane {
	display: none;
}
.company-tab-pane.active {
	display: block;
	animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.company-about,
.company-history,
.company-brands,
.company-certifications {
	margin-bottom: 4rem;
}
.company-about:last-child,
.company-history:last-child,
.company-brands:last-child,
.company-certifications:last-child {
	margin-bottom: 0;
}
.company-about h2,
.company-history h2,
.company-brands h2,
.company-certifications h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 2rem;
	color: #343232;
	position: relative;
	padding-bottom: 1rem;
}
.company-about h2::after,
.company-history h2::after,
.company-brands h2::after,
.company-certifications h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 4px;
	background: #F2C200;
}
@media (max-width: 768px) {
	.company-about h2,
	.company-history h2,
	.company-brands h2,
	.company-certifications h2 {
		font-size: 1.5rem;
	}
}

.company-about__text,
.company-about__content,
.company-history__content {
	font-size: 1.125rem;
	line-height: 1.8;
	color: #7c797a;
}
.company-about__text p,
.company-about__content p,
.company-history__content p {
	margin-bottom: 1.5rem;
}
.company-about__text h2, .company-about__text h3, .company-about__text h4,
.company-about__content h2,
.company-about__content h3,
.company-about__content h4,
.company-history__content h2,
.company-history__content h3,
.company-history__content h4 {
	color: #343232;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.company-about__text a,
.company-about__content a,
.company-history__content a {
	color: #363030;
	text-decoration: underline;
}
.company-about__text a:hover,
.company-about__content a:hover,
.company-history__content a:hover {
	color: #1b1818;
}


.company-brands__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.brand-badge {
	display: inline-block;
	padding: 0.75rem 1.5rem;
	background: #363030;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	transition: all 0.3s ease;
}
.brand-badge:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(66, 0, 0, 0.2);
	background: #1b1818;
}


.certifications__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 2rem;
}
@media (max-width: 768px) {
	.certifications__grid {
		grid-template-columns: 1fr;
	}
}

.certification-card {
	background: #F8F9FA;
	padding: 2rem;
	border-radius: 12px;
	text-align: center;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}
.certification-card:hover {
	transform: translateY(-4px);
	border-color: #F2C200;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.certification-card__logo {
	margin-bottom: 1rem;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.certification-card__logo img {
	max-width: 100px;
	max-height: 80px;
	-o-object-fit: contain;
	object-fit: contain;
}
.certification-card h3 {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.certification-card__issuer {
	font-size: 0.875rem;
	color: #666;
	margin-bottom: 0.5rem;
}
.certification-card__year {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	background: #363030;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	border-radius: 50px;
	margin-top: 0.5rem;
}


.products-slider-wrapper {
	margin-top: 1.5rem;
}

.products-swiper {
	padding: 1rem 0 2rem;
}
.products-swiper .swiper-wrapper {
	display: block;
	-moz-column-count: 3;
	column-count: 3;
	-moz-column-gap: 1.75rem;
	column-gap: 1.75rem;
	transform: none !important;
	width: 100%;
}
@media (max-width: 1200px) {
	.products-swiper .swiper-wrapper {
		-moz-column-count: 2;
		column-count: 2;
	}
}
@media (max-width: 900px) {
	.products-swiper .swiper-wrapper {
		-moz-column-count: 1;
		column-count: 1;
	}
}
.products-swiper .swiper-slide {
	height: auto;
	display: inline-block;
	width: auto !important;
	margin: 0 0 1.75rem 0 !important;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}

.product-slide {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	height: auto;
	display: flex;
	flex-direction: column;
}
.product-slide:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
	border-color: rgba(0, 0, 0, 0.12);
}
.product-slide:hover .product-slide__image img {
	transform: scale(1.03);
}
.product-slide__image {
	position: relative;
	aspect-ratio: 4/3;
	overflow: hidden;
	background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.6), transparent 45%), linear-gradient(135deg, #f2f2f2 0%, #e8e8e8 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-slide__image img {
	width: 85%;
	height: 85%;
	-o-object-fit: contain;
	object-fit: contain;
	transition: transform 0.35s ease;
}
.product-slide__badge {
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: 0.5rem 1rem;
	background: #F2C200;
	color: #363030;
	font-size: 0.75rem;
	font-weight: 700;
	border-radius: 50px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
.product-slide__content {
	padding: 1.5rem 1.5rem 1.75rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	flex: 1;
}
.product-slide__content h3 {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0;
	color: #343232;
}
.product-slide__content p {
	color: #343232;
	line-height: 1.6;
	font-size: 0.9375rem;
	margin: 0;
	opacity: 0.85;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.swiper-button-next,
.swiper-button-prev {
	color: #363030;
	display: none;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 1.5rem;
}

.swiper-pagination-bullet-active {
	background: #363030;
}

.products-slider-wrapper .swiper-pagination {
	display: none;
}


.capabilities__list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin-top: 2rem;
}

.capability-item {
	display: flex;
	gap: 2rem;
	padding: 2rem;
	background: linear-gradient(135deg, #F8F9FA 0%, #e9ecef 100%);
	border-radius: 12px;
	transition: all 0.3s ease;
	border-left: 4px solid transparent;
}
.capability-item:hover {
	transform: translateX(8px);
	border-left-color: #F2C200;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.capability-item__number {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #363030;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 50%;
}
.capability-item__content {
	flex: 1;
}
.capability-item__content h3 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
	color: #343232;
}
.capability-item__content p {
	font-size: 1rem;
	line-height: 1.6;
	color: #7c797a;
}
@media (max-width: 768px) {
	.capability-item {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 1rem;
	}
}


.company-gallery__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}
@media (max-width: 768px) {
	.company-gallery__grid {
		grid-template-columns: 1fr;
	}
}

.gallery-item {
	position: relative;
	aspect-ratio: 4/3;
	overflow: hidden;
	border-radius: 12px;
	cursor: pointer;
	background: #F8F9FA;
}
.gallery-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.gallery-item:hover img {
	transform: scale(1.08);
}
.gallery-item__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.gallery-item__overlay svg {
	width: 48px;
	height: 48px;
	color: #fff;
}
.gallery-item:hover .gallery-item__overlay {
	opacity: 1;
}


.gallery-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.95);
}
.gallery-lightbox__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.gallery-lightbox__container {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 20px;
}
.gallery-lightbox__content {
	max-width: 90%;
	max-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery-lightbox__image {
	max-width: 100%;
	max-height: calc(100vh - 160px);
	width: auto;
	height: auto;
	display: block;
	border-radius: 8px;
}
.gallery-lightbox__close, .gallery-lightbox__prev, .gallery-lightbox__next {
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	cursor: pointer;
	padding: 1rem;
	border-radius: 50%;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallery-lightbox__close svg, .gallery-lightbox__prev svg, .gallery-lightbox__next svg {
	width: 24px;
	height: 24px;
	display: block;
}
.gallery-lightbox__close:hover, .gallery-lightbox__prev:hover, .gallery-lightbox__next:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.4);
	transform: scale(1.1);
}
.gallery-lightbox__close {
	top: 2rem;
	right: 2rem;
}
.gallery-lightbox__prev {
	left: 2rem;
	top: 50%;
	transform: translateY(-50%);
}
.gallery-lightbox__prev:hover {
	transform: translateY(-50%) scale(1.1);
}
.gallery-lightbox__next {
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
}
.gallery-lightbox__next:hover {
	transform: translateY(-50%) scale(1.1);
}
.gallery-lightbox__counter {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	background: rgba(0, 0, 0, 0.7);
	padding: 0.75rem 1.5rem;
	border-radius: 50px;
	backdrop-filter: blur(10px);
}


.company-contact__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 2rem;
	margin-top: 2rem;
}
@media (max-width: 768px) {
	.company-contact__grid {
		grid-template-columns: 1fr;
	}
}

.contact-info-box {
	background: linear-gradient(135deg, #F8F9FA 0%, #e9ecef 100%);
	padding: 2rem;
	border-radius: 12px;
	text-align: center;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}
.contact-info-box:hover {
	transform: translateY(-4px);
	border-color: #F2C200;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.contact-info-box__icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #363030;
	border-radius: 50%;
}
.contact-info-box__icon svg {
	width: 24px;
	height: 24px;
	color: #fff;
}
.contact-info-box h3 {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
	color: #343232;
}
.contact-info-box p {
	font-size: 1rem;
	line-height: 1.6;
	color: #7c797a;
}
.contact-info-box a {
	color: #363030;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease;
}
.contact-info-box a:hover {
	color: #1b1818;
}


.related-companies {
	padding: 4rem 0;
	background: #F8F9FA;
}
@media (max-width: 768px) {
	.related-companies {
		padding: 3rem 0;
	}
}
.related-companies .section-title {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3rem;
	color: #343232;
	position: relative;
	padding-bottom: 1rem;
}
.related-companies .section-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 4px;
	background: #F2C200;
}
@media (max-width: 768px) {
	.related-companies .section-title {
		font-size: 1.5rem;
	}
}

.related-companies__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 2rem;
}
@media (max-width: 768px) {
	.related-companies__grid {
		grid-template-columns: 1fr;
	}
}

.related-company-card {
	background: #fff;
	padding: 2rem;
	border-radius: 12px;
	text-align: center;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}
.related-company-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
	border-color: #F2C200;
}
.related-company-card__logo {
	margin-bottom: 1.5rem;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.related-company-card__logo img {
	max-width: 150px;
	max-height: 100px;
	-o-object-fit: contain;
	object-fit: contain;
}
.related-company-card__title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}
.related-company-card__title a {
	color: #343232;
	text-decoration: none;
	transition: color 0.3s ease;
}
.related-company-card__title a:hover {
	color: #363030;
}
.related-company-card__type {
	display: inline-block;
	padding: 0.375rem 1rem;
	background: #e9ecef;
	color: #666;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 50px;
}



.brands-archive {
	background-color: #363030;
	color: var(--color-white, #fff);
	min-height: 100vh;
	padding-bottom: 6rem;
	
	
	
}
.brands-archive .brands-archive__header {
	padding: 6rem 0 4rem;
	text-align: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}
@media (max-width: 768px) {
	.brands-archive .brands-archive__header {
		padding: 4rem 0 3rem;
	}
}
.brands-archive .brands-archive__title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 700;
	margin: 0 0 1.5rem;
	color: var(--color-white, #fff);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.brands-archive .brands-archive__description {
	font-size: 1.125rem;
	max-width: 700px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
}
.brands-archive .brands-archive__filters {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 3rem;
	flex-wrap: wrap;
	padding: 0 1rem;
}
.brands-archive .brands-archive__filters .filter-btn {
	padding: 0.75rem 1.5rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.95rem;
	cursor: pointer;
	transition: all 0.3s ease;
}
.brands-archive .brands-archive__filters .filter-btn:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--color-white, #fff);
}
.brands-archive .brands-archive__filters .filter-btn.active {
	background: #F2C200;
	border-color: #F2C200;
	color: #363030;
	font-weight: 600;
}
.brands-archive .brands-archive__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 2rem;
	padding: 0 1rem;
}
.brands-archive .brand-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 2rem;
	transition: all 0.3s ease;
	text-align: center;
}
.brands-archive .brand-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-6px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.brands-archive .brand-card__logo {
	margin-bottom: 1.5rem;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brands-archive .brand-card__logo img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.brands-archive .brand-card__content .brand-card__category {
	display: inline-block;
	padding: 0.4rem 1rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #F2C200;
	margin-bottom: 1rem;
}
.brands-archive .brand-card__content .brand-card__title {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 0 1rem;
}
.brands-archive .brand-card__content .brand-card__title a {
	color: var(--color-white, #fff);
	text-decoration: none;
	transition: color 0.3s ease;
}
.brands-archive .brand-card__content .brand-card__title a:hover {
	color: #F2C200;
}
.brands-archive .brand-card__content .brand-card__tagline {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 1rem;
	font-style: italic;
}
.brands-archive .brand-card__content .brand-card__excerpt {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 1.5rem;
	line-height: 1.6;
}
.brands-archive .brand-card__content .brand-card__meta {
	margin-bottom: 1.5rem;
}
.brands-archive .brand-card__content .brand-card__meta .brand-card__year {
	font-size: 0.875rem;
	color: #F2C200;
}
.brands-archive .brand-card__content .brand-card__link {
	display: inline-block;
	padding: 0.75rem 2rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: var(--color-white, #fff);
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}
.brands-archive .brand-card__content .brand-card__link:hover {
	background: #F2C200;
	color: #363030;
	transform: translateY(-2px);
}


.companies-archive {
	background-color: #363030;
	color: var(--color-white, #fff);
	min-height: 100vh;
	padding-bottom: 6rem;
	
	
	
}
.companies-archive .companies-archive__header {
	padding: 7rem 0 4rem;
	text-align: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}
@media (max-width: 768px) {
	.companies-archive .companies-archive__header {
		padding: 5rem 0 3rem;
	}
}
.companies-archive .companies-archive__title {
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 700;
	margin: 0 0 1.5rem;
	color: var(--color-white, #fff);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.companies-archive .companies-archive__description {
	font-size: 1.125rem;
	max-width: 700px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
}
.companies-archive .companies-archive__filters {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 3rem;
	flex-wrap: wrap;
	padding: 0 1rem;
}
.companies-archive .companies-archive__filters .filter-btn {
	padding: 0.75rem 1.5rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.95rem;
	cursor: pointer;
	transition: all 0.3s ease;
}
.companies-archive .companies-archive__filters .filter-btn:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--color-white, #fff);
}
.companies-archive .companies-archive__filters .filter-btn.active {
	background: #F2C200;
	border-color: #F2C200;
	color: #363030;
	font-weight: 600;
}
.companies-archive .companies-archive__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 2rem;
	padding: 0 1rem;
}
.companies-archive .company-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
}
.companies-archive .company-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-6px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.companies-archive .company-card__image {
	height: 200px;
	overflow: hidden;
	position: relative;
}
.companies-archive .company-card__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.5s ease;
}
.companies-archive .company-card__image:hover img {
	transform: scale(1.1);
}
.companies-archive .company-card__content {
	padding: 2rem;
}
.companies-archive .company-card__content .company-card__category {
	display: inline-block;
	padding: 0.4rem 1rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #F2C200;
	margin-bottom: 1rem;
}
.companies-archive .company-card__content .company-card__title {
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0 0 1rem;
}
.companies-archive .company-card__content .company-card__title a {
	color: var(--color-white, #fff);
	text-decoration: none;
	transition: color 0.3s ease;
}
.companies-archive .company-card__content .company-card__title a:hover {
	color: #F2C200;
}
.companies-archive .company-card__content .company-card__tagline {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 1rem;
	font-style: italic;
}
.companies-archive .company-card__content .company-card__excerpt {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 1.5rem;
	line-height: 1.6;
}
.companies-archive .company-card__content .company-card__meta {
	display: flex;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
}
.companies-archive .company-card__content .company-card__meta .meta-item {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.7);
}
.companies-archive .company-card__content .company-card__meta .meta-item svg {
	color: #F2C200;
	width: 16px;
	height: 16px;
}
.companies-archive .company-card__content .company-card__link {
	display: inline-block;
	padding: 0.75rem 2rem;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: var(--color-white, #fff);
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}
.companies-archive .company-card__content .company-card__link:hover {
	background: #F2C200;
	color: #363030;
	transform: translateY(-2px);
}

.page-fallback {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6rem 1rem;
	box-sizing: border-box;
	background: var(--color-navy, #363030);
	color: var(--color-white, #fff);
	text-align: center;
}
.page-fallback--dark {
	background: var(--color-navy, #363030);
}
.page-fallback__inner {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}
.page-fallback__title {
	font-size: clamp(2rem, 4.5vw, 3.25rem);
	font-weight: 700;
	margin: 0 0 1rem;
	color: var(--color-white, #fff);
	line-height: 1.05;
}
.page-fallback__lead {
	font-size: 1.125rem;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 1.75rem;
}
.page-fallback__actions {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
}
.page-fallback .btn, .page-fallback .btn-outline {
	border-radius: 50px;
	padding: 0.9rem 2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	transition: all 0.24s ease;
}
.page-fallback .btn-cta {
	background: var(--color-gold, #F2C200);
	color: var(--color-navy, #363030);
	border: 2px solid transparent;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.page-fallback .btn-cta:hover {
	filter: brightness(0.98);
	transform: translateY(-3px);
}
.page-fallback .btn-ghost {
	background: rgba(255, 255, 255, 0.06);
	color: var(--color-white, #fff);
	border: 2px solid rgba(255, 255, 255, 0.08);
}
.page-fallback .btn-ghost:hover {
	background: rgba(255, 255, 255, 0.09);
	transform: translateY(-3px);
}
.page-fallback .btn-outline {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.12);
	color: var(--color-white, #fff);
}
.page-fallback .btn-outline:hover {
	background: rgba(255, 255, 255, 0.06);
	border-color: var(--color-gold, #F2C200);
	color: var(--color-gold, #F2C200);
}
.page-fallback__btn {
	margin: 0.25rem;
}

.page-fallback + footer,
.page-fallback {
	position: relative;
}



.site-footer {
	background: #525252;
	padding: 4rem 0 1.5rem;
	position: relative;
	z-index: 9;
}

.footer-main {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
	gap: 3rem;
	margin-bottom: 2.5rem;
}

.footer-column {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.footer-logo img {
	max-width: 170px;
	width: 100%;
	height: auto;
	transition: opacity 0.3s ease;
}

.footer-logo img:hover {
	opacity: 0.85;
}

.footer-description {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.25;
	margin: 0;
}

.footer-title {
	font-family: "Bodoni Moda", "Playfair Display", serif;
	font-weight: 700;
	font-size: 1.1rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #F8F9FA;
	margin: 0 0 0.5rem;
	position: relative;
}

.footer-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.4rem;
	width: 28px;
	height: 2px;
	background: #F2C200;
}

.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.footer-menu a {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	font-size: 0.95rem;
	transition: color 0.3s ease, transform 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.footer-menu a::before {
	content: "";
	width: 6px;
	height: 2px;
	background: #F2C200;
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer-menu a:hover {
	color: #F8F9FA;
	transform: translateX(4px);
}

.footer-menu a:hover::before {
	opacity: 1;
	transform: translateX(0);
}

.footer-social .social-links {
	display: flex;
	gap: 0.9rem;
	flex-wrap: wrap;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	color: #F8F9FA;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-link:hover {
	background: #F2C200;
	color: #525252;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.social-link i {
	font-size: 1.1rem;
}

.footer-contact-list {
	display: grid;
	gap: 0.9rem;
}

.footer-contact-item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.75rem;
	align-items: start;
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.85);
}

.footer-contact-label {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #F2C200;
	font-size: 0.75rem;
	margin-top: 0.2rem;
}

.footer-contact-item a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-contact-item a:hover {
	color: #F8F9FA;
}

.footer-contact-address {
	margin: 0;
	font-style: normal;
	line-height: 1.5;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding-top: 1.5rem;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 1.5rem;
	align-items: center;
}

.footer-bottom-left,
.footer-bottom-right {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.8);
}

.footer-bottom-right {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.footer-bottom-center {
	display: flex;
	justify-content: center;
}

.footer-bottom .wrap {
	display: grid;
	place-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.footer-bottom .xyz-logo {
	width: min(5vw, 36px);
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.footer-bottom .xyz-logo:hover {
	transform: scale(1.05);
}

@media (max-width: 1024px) {
	.footer-main {
		grid-template-columns: 1fr 1fr;
		gap: 2.5rem;
	}
	.footer-bottom {
		grid-template-columns: 1fr;
		text-align: center;
	}
	.footer-bottom-right {
		text-align: center;
	}
}
@media (max-width: 768px) {
	.site-footer {
		padding: 3rem 0 1.5rem;
	}
	.footer-main {
		grid-template-columns: 1fr;
	}
	.footer-title::after {
		left: 0;
	}
}
@media (max-width: 480px) {
	.footer-logo img {
		max-width: 140px;
	}
	.footer-bottom .xyz-logo {
		width: 42px;
	}
}

:root {
	--footSize: min(5vw, 35px);
}

.wrap {
	padding-top: 0;
	display: grid;
	place-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
}

.xyz-logo {
	width: var(--footSize);
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}
.xyz-logo:hover {
	transform: scale(1.05);
}






.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f7f6f0;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #363030;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


#primary[tabindex="-1"]:focus {
	outline: 0;
}


.alignleft {
	
	float: left;
	
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	
	float: right;
	
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.scroll-reveal-hero-section {
	width: 100%;
	height: 100vh;
	min-height: 100svh; 
	position: relative;
	overflow: hidden;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.srh-container {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.srh-bg-image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-position: center;
	opacity: 0; 
}

.srh-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	transition: opacity 0.3s ease;
}

.srh-content {
	position: relative;
	z-index: 3; 
	
	text-align: center;
	
	max-width: 90vw;
	padding: 1rem;
	opacity: 0; 
}


.srh-svg-container {
	position: absolute;
	width: 0;
	height: 0;
	z-index: -1;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
}