@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap');
:root {
--ink:#101010;
--black:#080808;
--gold:#c99b3b;
--pale:#f5f1e9;
--muted:#aaa59c;
--line:rgba(201,155,59,.25)
}
* {
	box-sizing: border-box
}
html {
	scroll-behavior: smooth
}
body {
	margin: 0;
	background: var(--pale);
	color: var(--ink);
	font-family: 'DM Sans', sans-serif
}
a {
	color: inherit;
	text-decoration: none
}
.top-strip {
	height: 36px;
	overflow: hidden;
	background: var(--gold);
	color: #140e02;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.8px;
	white-space: nowrap
}
.top-strip__track {
	display: flex;
	width: max-content;
	line-height: 36px;
	animation: marquee 22s linear infinite
}
.top-strip__track span {
	padding-right: 35px
}
.site-header {
	height: 94px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 clamp(20px, 6vw, 100px);
	background: #fff;
	position: relative;
	z-index: 8
}
.brand {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 14px;
	letter-spacing: .75px;
	line-height: 1.05
}

.brand b {
	color: var(--gold)
}
.brand small {
	font-size: 8px;
	display: block;
	letter-spacing: 3.6px;
	margin-top: 4px
}
.header-contact {
	display: flex;
	align-items: center;
	gap: 17px;
	font-size: 12px;
	font-weight: 600
}
.header-contact a:hover, .text-link:hover {
	color: var(--gold)
}
.divider {
	height: 20px;
	width: 1px;
	background: #ddd
}
.menu-toggle {
	display: none;
	border: 0;
	background: none;
	font-size: 25px
}
.hero {
	height: min(710px, calc(100vh - 130px));
	min-height: 480px;
	background: var(--black);
	position: relative;
	color: #fff;
	overflow: hidden
}
.slides, .slide {
	height: 100%
}
.slide {
	background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.31)), var(--image) center/cover;
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: scale(1.04);
	transition: opacity .8s ease, transform 5.5s ease
}
.slide.active {
	opacity: 1;
	transform: scale(1)
}
.slide-content {
	max-width: 1260px;
	margin: auto;
	padding: 0 clamp(24px, 10vw, 160px);
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column
}
.eyebrow, .slide-content>p {
	margin: 0 0 13px;
	color: var(--gold);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2.4px;
	text-transform: uppercase
}
.hero h1, .hero h2, h2 {
	font-family: 'Playfair Display', serif
}
.hero h1, .hero h2 {
	font-size: clamp(42px, 5.1vw, 78px);
	line-height: 1.07;
	margin: 0 0 27px
}
.hero em, h2 em {
	color: var(--gold)
}
.btn {
	display: inline-block;
	width: max-content;
	padding: 14px 24px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-size: 11px;
	font-weight: bold;
	transition: .25s
}
.btn-gold {
	color: #171103;
	background: var(--gold)
}
.btn-gold:hover {
	background: #fff;
	transform: translateY(-3px)
}
.slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	background: none;
	border: 1px solid rgba(255,255,255,.35);
	color: #fff;
	width: 43px;
	height: 43px;
	font-size: 20px;
	cursor: pointer
}
.previous {
	left: 25px
}
.next {
	right: 25px
}
.slider-dots {
	bottom: 28px;
	left: 50%;
	position: absolute;
	z-index: 3;
	display: flex;
	gap: 8px;
	transform: translateX(-50%)
}
.slider-dots button {
	border: 0;
	width: 25px;
	height: 2px;
	background: #777;
	cursor: pointer;
	padding: 0
}
.slider-dots button.active {
	background: var(--gold)
}
.section {
	padding: 65px clamp(22px, 8vw, 135px)
}
.about {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(40px, 9vw, 140px);
	align-items: center
}
.about-image {
	height: 592px;
	position: relative
}
.about-image:after {
	content: '';
	position: absolute;
	z-index: -1;
	inset: 25px -25px -25px 25px;
	border: 1px solid var(--gold)
}
.about-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(.5)
}
h2 {
	font-size: clamp(32px, 3.4vw, 52px);
	line-height: 1.13;
	margin: 0 0 25px
}
.about-copy>p:not(.eyebrow), .principle p:not(.eyebrow), .footer-grid p {
	color: #5d5a54;
	font-size: 15px;
	line-height: 1.85
}
.text-link {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight: bold;
	display: inline-block;
	margin-top: 14px
}
.text-link span {
	font-size: 18px;
	margin-left: 8px
}
.products {
	background: #151515;
	color: #fff
}
.section-heading {
	text-align: center;
	
	margin: 0 auto 55px
}
.section-heading>p:last-child {
	color: #aaa;
	font-size: 14px
}
.product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 17px
}
.product-card {
	background: #222;
	overflow: hidden;
	transition: .3s;
	border: 1px solid #c99b3b96;
}
.product-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 15px 30px #0005
}
.product-card img {
	display: block;
	width: 100%;
	
	object-fit: cover;
	filter: grayscale(.45);
	transition: .4s
}
.product-card:hover img {
	filter: grayscale(0);
	transform: scale(1.05)
}
.product-card__content {
	padding: 18px
}
.product-card h3 {
	font-family: 'Playfair Display';
	font-size: 20px;
	margin: 0 0 16px
}
.product-actions {
	display: flex;
	gap: 7px
}
.product-actions a {
	flex: 1;
	text-align: center;
	padding: 9px 2px;
	border: 1px solid var(--gold);
	color: var(--gold);
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .6px
}
.product-actions a:first-child {
	background: var(--gold);
	color: #19140a
}
.principles {
	display: grid;
	grid-template-columns: 1fr 1fr
}
.principle {
	padding: 85px clamp(30px, 7vw, 125px);
	min-height: 390px;
	display: flex;
	gap: 25px
}
.vision {
	background: #d1a547
}
.mission {
	background: #151515;
	color: #fff
}
.number {
	font-family: 'Playfair Display';
	font-size: 55px;
	color: #ffffff99
}
.vision .eyebrow {
	color: #574110
}
.principle h2 {
	font-size: 34px
}
.principle p:not(.eyebrow) {
	max-width: 420px
}
.mission p:not(.eyebrow) {
	color: #b2afa8
}
.gallery-section {
	padding: 100px 0;
	background: #fff;
	overflow: hidden
}
.gallery-head {
	text-align: center;
	padding: 0 20px 45px
}
.gallery-track {
	display: flex;
	gap: 15px;
	width: max-content;
	animation: marquee 55s linear infinite
}
.gallery-marquee:hover .gallery-track {
	animation-play-state: paused
}
.gallery-card {
	position: relative;
	width: 240px;
	height: 215px;
	overflow: hidden;
	background: #222
}
.gallery-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(.7);
	transition: .3s
}
.gallery-card:hover img {
	filter: grayscale(0);
	transform: scale(1.08)
}
.gallery-card span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000a;
	color: #fff;
	padding: 9px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px
}
footer {
	background: #0c0c0c;
	color: #fff;
	padding: 75px clamp(22px, 8vw, 135px) 20px
}
.footer-grid {
	display: grid;
grid-template-columns:1.1fr .9fr 1.3fr;
	gap: 60px
}
.footer-brand {
	margin-bottom: 18px
}
.footer-grid h3 {
	font-family: 'Playfair Display';
	font-size: 22px;
	color: var(--gold);
	margin: 6px 0 20px
}
.footer-grid address {
	color: #bbb;
	line-height: 1.75;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 13px
}
.footer-grid>div:nth-child(2) a {
	display: block;
	color: #d2d2d2;
	font-size: 13px;
	margin: 8px 0
}
.map iframe {
	border: 0;
	width: 100%;
	height: 180px;
	filter: grayscale(1) contrast(1.15)
}
.footer-bottom {
	border-top: 1px solid #333;
	margin-top: 50px;
	padding-top: 18px;
	color: #888;
	font-size: 11px;
	display: flex;
	justify-content: space-between
}
.footer-bottom a {
	color: var(--gold)
}
.floating {
	position: fixed;
	right: 18px;
	z-index: 10;
	border-radius: 30px;
	color: white;
	padding: 10px 15px;
	font-size: 11px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 7px;
	box-shadow: 0 4px 15px #0005
}
.whatsapp {
	bottom: 83px;
	background: #25d366
}
.call {
	bottom: 39px;
	background: var(--gold);
	color: #161006
}
.floating:first-letter {
	font-size: 18px
}
.back-top {
	position: fixed;
	right: 20px;
	bottom: 125px;
	display: none;
	width: 36px;
	height: 36px;
	border: 0;
	background: #fff;
	color: #111;
	z-index: 10;
	box-shadow: 0 2px 12px #0003;
	cursor: pointer
}
.back-top.visible {
	display: block
}
.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: .7s ease
}
.reveal.show {
	opacity: 1;
	transform: none
}
@keyframes marquee {
to {
transform:translateX(-50%)
}
}
@media(max-width:900px) {
.header-contact {
	gap: 9px;
	font-size: 10px
}
.product-grid {
	grid-template-columns: repeat(2, 1fr)
}
.footer-grid {
	gap: 28px
}
.about {
	gap: 55px
}
}
@media(max-width:650px) {
.site-header {
	height: 85px;
	padding: 0 18px
}
.brand {
	font-size: 11px
}

.header-contact {
	display: none
}
.menu-toggle {
	display: block
}
.site-header.menu-open .header-contact {
	display: flex;
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	padding: 18px;
	background: #fff;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 10
}
.hero {
	height: 580px
}
.slider-arrow {
	display: none
}
.section {
	padding: 70px 22px
}
.about {
	grid-template-columns: 1fr
}
.about-image {
	height: 330px;
	margin-right: 16px
}
.product-grid {
	grid-template-columns: 1fr 1fr;
	gap: 10px
}
.product-card img {
	height: 135px
}
.product-card__content {
	padding: 12px
}
.product-card h3 {
	font-size: 16px;
	margin-bottom: 12px
}
.product-actions {
	flex-direction: column
}
.principles {
	grid-template-columns: 1fr
}
.principle {
	min-height: 0;
	padding: 55px 25px
}
.gallery-section {
	padding: 65px 0
}
.footer-grid {
	grid-template-columns: 1fr;
	gap: 35px
}
.footer-bottom {
	display: block;
	line-height: 2
}
.footer-bottom a {
	float: right
}
.floating span {
	display: none
}
.floating {
	padding: 11px;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	justify-content: center
}
.whatsapp {
	bottom: 80px
}
.call {
	bottom: 28px
}
.back-top {
	bottom: 134px
}
.divider {
	display: none
}
}

/* CSS-only automatic hero slider */
.css-slider .slide {
  opacity: 0;
  animation: autoHeroSlider 16s infinite;
}

.css-slider .slide:nth-child(1) {
  animation-delay: 0s;
}

.css-slider .slide:nth-child(2) {
  animation-delay: 4s;
}

.css-slider .slide:nth-child(3) {
  animation-delay: 8s;
}

.css-slider .slide:nth-child(4) {
  animation-delay: 12s;
}

@keyframes autoHeroSlider {
  0% {
    opacity: 0;
  }

  4%,
  21% {
    opacity: 1;
  }

  25%,
  100% {
    opacity: 0;
  }
}

/* CSS-only slider: hide JavaScript controls */
.css-slider .slider-arrow,
.css-slider .slider-dots {
  display: none;
}


.marquee-whatsapp {
  display: inline-block;
  margin: 0 20px;
  padding: 4px 12px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}

.slide {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.20)),
    var(--image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.8s ease;
}

.slide.active {
  opacity: 1;
}

.floating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.floating-icon {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}