
:root{
  --#0d8f87:#22C7B8;
  --#0d8f87-dark:#159E94;
  --mint:#EAF5EF;
  --cream:#FBFAF6;
  --ink:#30313D;
  --muted:#737789;
  --shadow:0 25px 80px rgba(19,44,37,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:'Inter',system-ui,sans-serif;
  background:linear-gradient(90deg,#fffdf9,#f8fbfa 50%,#eef8f4);
  color:var(--ink);
}
.site-header{
  position:sticky;top:0;z-index:50;
  height:128px;
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 8%;
  background:rgba(255,253,249,.92);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(34,199,184,.08);
}
.brand img{
  width:150px;height:auto;display:block;
  filter:drop-shadow(0 14px 18px rgba(34,199,184,.18));
  transition:.35s ease;
}
.brand img:hover{transform:translateY(-3px) scale(1.03)}
nav{display:flex;gap:46px;align-items:center}
nav a{
  text-decoration:none;color:#3c3e4b;font-weight:800;font-size:17px;
  transition:.25s ease;
}
nav a:hover{color:var(--#0d8f87)}
.hero{
  min-height:760px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
  padding:86px 8% 60px;
  position:relative;
  overflow:hidden;
}
.hero::after{
  content:"";
  position:absolute;inset:auto 47% 35% auto;
  width:24px;height:24px;border-radius:50%;
  background:#e7e5e1;
}
.pill{
  display:inline-flex;align-items:center;
  padding:12px 28px;border-radius:999px;
  background:#e5f2ee;color:#579c91;
  font-weight:800;font-size:22px;
  margin-bottom:58px;
}
.hero h1{
  font-family:'Playfair Display',serif;
  font-size:82px;
  line-height:1.08;
  letter-spacing:-2px;
  margin:0 0 34px;
  color:#30313d;
}
.hero h1 span{display:block;color:#5aa195}
.hero p{
  font-size:23px;line-height:1.58;
  color:#777b8b;
  max-width:720px;
  margin:0 0 42px;
  font-weight:600;
}
.hero-actions{display:flex;gap:22px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:18px;
  background:linear-gradient(135deg,var(--#0d8f87),#7be6dc);
  color:white;
  text-decoration:none;
  border:none;
  min-width:230px;
  padding:20px 34px;
  border-radius:8px;
  font-weight:900;
  letter-spacing:.5px;
  box-shadow:0 18px 38px rgba(34,199,184,.25);
  cursor:pointer;
  transition:.28s ease;
}
.btn:hover{transform:translateY(-3px);background:linear-gradient(135deg,var(--#0d8f87-dark),var(--#0d8f87))}
.btn.secondary{background:#fff;color:#484b58;border:1px solid #bfc6c3;box-shadow:none}
.btn.small{min-width:auto;padding:14px 24px;font-size:14px}
.hero-frame{
  border-radius:28px;
  padding:14px;
  background:#fff;
  box-shadow:var(--shadow);
}
.hero-frame img{
  width:100%;
  height:640px;
  object-fit:cover;
  object-position:center;
  border-radius:22px;
  display:block;
}
.promo-strip{
  margin:0 8% 60px;
  min-height:390px;
  border-radius:32px;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  overflow:hidden;
  background:linear-gradient(135deg,#f2fffc,#fff);
  box-shadow:var(--shadow);
}
.promo-copy{padding:56px;align-self:center}
.promo-copy span,.section-head span,.tag,.eyebrow{
  color:#5aa195;letter-spacing:2.5px;font-size:13px;font-weight:900;
}
.promo-copy h2,.section-head h2,.about h2{
  font-family:'Playfair Display',serif;
  font-size:44px;line-height:1.1;margin:12px 0;color:#23352f;
}
.promo-copy p{color:var(--muted);font-size:17px;line-height:1.6}
.promo-slider{position:relative;min-height:390px;overflow:hidden}
.promo-slide{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;
  opacity:0;
  transform:translateX(35px) scale(1.05);
  transition:opacity 1.2s ease, transform 6s ease;
}
.promo-slide.active{opacity:1;transform:translateX(-20px) scale(1.12)}
.features{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:22px;padding:28px 8%;background:#eef7f2;border-block:1px solid rgba(34,199,184,.08)
}
.features div{
  padding:22px;border-radius:18px;background:rgba(255,255,255,.42);
}
.features b{display:block;color:#263f37;margin-bottom:8px}
.features span{color:#6b746f;font-size:14px}
.section-head{text-align:center;padding:74px 8% 36px}
.section-head p{color:var(--muted);font-size:17px}
.section-head.compact{padding:0 0 30px}
.product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:42px;
  padding:0 8% 70px;
}
.product-card{
  background:rgba(255,255,255,.83);
  border-radius:26px;
  padding:26px 26px 32px;
  text-align:center;
  box-shadow:0 25px 80px rgba(17,47,39,.08);
  border:1px solid rgba(34,199,184,.08);
  transition:.3s ease;
}
.product-card:hover{transform:translateY(-7px);box-shadow:0 32px 90px rgba(17,47,39,.14)}
.product-img-wrap{
  height:330px;
  border-radius:24px;
  background:transparent;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
.product-img-wrap img{
  width:100%;height:100%;
  object-fit:cover;
  border:none;
  filter:drop-shadow(0 18px 26px rgba(0,0,0,.08));
  transition:.35s ease;
}
.product-card:hover img{transform:scale(1.06)}
.product-card h3{font-size:22px;margin:10px 0;color:#121827}
.desc{color:#777b8b;line-height:1.45;min-height:44px}
.price{display:block;color:#1e7b50;font-size:22px;margin:16px 0}
.combo-specials{padding:46px 8% 70px;background:linear-gradient(180deg,transparent,#f0f8f5)}
.combo-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px}
.combo-card{
  background:white;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);
  display:grid;grid-template-columns:1fr 1fr;align-items:center;
}
.combo-card img{width:100%;height:360px;object-fit:cover}
.combo-card div{padding:34px}
.combo-card h3{font-size:25px;color:#1f332e}
.about,.contact{
  margin:70px 8%;
  padding:56px;
  border-radius:30px;
  background:linear-gradient(135deg,#ffffff,#eef9f5);
  box-shadow:var(--shadow);
  display:grid;grid-template-columns:.9fr 1.1fr;gap:42px;
}
.about p,.contact p{font-size:18px;line-height:1.7;color:var(--muted)}
.testimonials{padding:20px 8% 70px}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
blockquote{
  margin:0;padding:32px;border-radius:22px;background:white;box-shadow:0 20px 60px rgba(17,47,39,.08);
  color:#525a67;line-height:1.7
}
cite{display:block;margin-top:18px;color:#159E94;font-weight:800}
.contact-links{display:grid;gap:14px;align-self:center}
.contact-links a{
  padding:18px 22px;border-radius:14px;background:white;color:#1c5a52;text-decoration:none;font-weight:800;
  border:1px solid rgba(34,199,184,.18)
}
.whatsapp{
  position:fixed;right:28px;bottom:28px;z-index:60;
  width:64px;height:64px;border-radius:50%;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#22C7B8,#22d56f);
  color:white;text-decoration:none;font-size:30px;
  box-shadow:0 16px 40px rgba(34,199,184,.35);
}
footer{text-align:center;padding:34px;background:#17332e;color:white}
.reveal{animation:rise .8s ease both}
@keyframes rise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:950px){
  .site-header{height:auto;align-items:flex-start;gap:14px;flex-direction:column}
  nav{gap:16px;flex-wrap:wrap}
  .hero,.promo-strip,.about,.contact{grid-template-columns:1fr}
  .hero h1{font-size:54px}
  .hero-frame img{height:420px}
  .product-grid{grid-template-columns:1fr}
  .features,.testimonial-grid,.combo-grid{grid-template-columns:1fr}
  .combo-card{grid-template-columns:1fr}
}


/* FINAL PRODUCT IMAGE QUALITY FIX */
.product-img-wrap {
  background: #fbfffd !important;
  border: none !important;
  box-shadow: inset 0 0 0 1px rgba(34,199,184,.05), 0 18px 42px rgba(17,47,39,.05) !important;
  overflow: hidden !important;
}

.product-img-wrap img {
  background: #fbfffd !important;
  border: none !important;
  object-fit:contain !important;
  object-position: center !important;
  filter: contrast(1.04) saturate(1.02) brightness(1.02) drop-shadow(0 14px 20px rgba(0,0,0,.05)) !important;
  transform: scale(1.08);
}

.product-card:hover .product-img-wrap img {
  transform: scale(1.13) !important;
}


/* FINAL REQUESTED UPDATES: hero slideshow, logo position, luxury brand tone, product clarity */
.site-header{
  min-height: 150px !important;
  align-items: flex-start !important;
  padding-top: 32px !important;
}

.brand{
  margin-top: 44px !important;
}

.brand img{
  width: 190px !important;
  max-width: 190px !important;
  filter: drop-shadow(0 14px 22px rgba(34,199,184,.22)) !important;
}

.hero-frame{
  position: relative !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: 0 25px 80px rgba(19,44,37,.12) !important;
  animation: floatHero 6s ease-in-out infinite;
}

.hero-frame > img{
  display: none !important;
}

.hero-slider{
  position: relative !important;
  width: 100% !important;
  height: 640px !important;
  overflow: hidden !important;
  border-radius: 22px !important;
}

.hero-slide{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit:contain !important;
  object-position: center !important;
  opacity: 0 !important;
  transition: opacity 1.25s ease, transform 6s ease !important;
  transform: scale(1.04) translateX(0);
}

.hero-slide.active{
  opacity: 1 !important;
  transform: scale(1.12) translateX(-8px);
}

@keyframes floatHero{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-8px); }
}

/* Product image background match: clean, not greyish/purple */
.product-img-wrap{
  background: #fbfffd !important;
  border: none !important;
  box-shadow: none !important;
}

.product-img-wrap img{
  background: #fbfffd !important;
  border: none !important;
  object-fit:contain !important;
  object-position: center !important;
  filter: contrast(1.04) saturate(1.02) brightness(1.02) drop-shadow(0 14px 20px rgba(0,0,0,.05)) !important;
}

/* Buttons and dark green blocks adjusted to #0d8f87 brand system */
.btn,
button,
.add-cart{
  background: linear-gradient(135deg,#22C7B8,#74E6DD) !important;
  color: #fff !important;
}

.btn:hover,
button:hover,
.add-cart:hover{
  background: linear-gradient(135deg,#159E94,#22C7B8) !important;
}

.contact,
footer{
  background: linear-gradient(135deg,#0E6F68,#22C7B8) !important;
}

@media(max-width:950px){
  .site-header{min-height:auto !important;padding-top:18px !important}
  .brand{margin-top:0 !important}
  .brand img{width:150px !important}
  .hero-slider{height:420px !important}
}


/* FINAL FIX: bigger transparent logo */
.brand img{
  width: 220px !important;
  max-width: 220px !important;
  background: transparent !important;
  mix-blend-mode: normal !important;
  filter: drop-shadow(0 16px 24px rgba(34,199,184,.28)) !important;
}

/* FINAL FIX: zoomed product images, closer and clearer */
.product-img-wrap{
  height: 380px !important;
  background: #fbfffd !important;
  border: none !important;
  overflow: hidden !important;
}

.product-img-wrap img{
  width: 118% !important;
  height: 118% !important;
  object-fit:contain !important;
  object-position: center !important;
  transform: scale(1.18) !important;
  filter: contrast(1.06) saturate(1.04) brightness(1.02) drop-shadow(0 14px 20px rgba(0,0,0,.06)) !important;
  transition: transform .45s ease, filter .45s ease !important;
}

.product-card:hover .product-img-wrap img{
  transform: scale(1.26) !important;
}

/* FINAL FIX: moving promotion product showcase */
.moving-showcase{
  padding: 70px 0 80px;
  overflow: hidden;
  background: linear-gradient(90deg,#f7fffc,#eef9f5,#f7fffc);
}

.moving-showcase .section-head h2{
  margin-bottom: 24px;
}

.moving-track{
  width: 100%;
  overflow: hidden;
  padding: 18px 0 28px;
}

.moving-row{
  display: flex;
  gap: 34px;
  width: max-content;
  animation: seanPerryMarquee 38s linear infinite;
}

.moving-track:hover .moving-row{
  animation-play-state: paused;
}

.moving-item{
  flex: 0 0 330px;
  height: 330px;
  border-radius: 34px;
  background: #fbfffd;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 22px 70px rgba(17,47,39,.08);
  border: 1px solid rgba(34,199,184,.08);
  overflow: hidden;
}

.moving-item img{
  width: 120%;
  height: 120%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.12);
  filter: contrast(1.05) saturate(1.03) brightness(1.02);
}

@keyframes seanPerryMarquee{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-50%); }
}

@media(max-width:950px){
  .brand img{width:170px !important;max-width:170px !important}
  .product-img-wrap{height:310px !important}
  .moving-item{flex-basis:260px;height:260px}
}


/* ===== FINAL ELITE REBUILD: LOGO + MOVING SHOWCASE + ZOOM PRODUCTS ===== */

/* Keep current logo position, only make it bigger and truly transparent */
.brand img,
.logo img,
.site-logo img {
  width: 235px !important;
  max-width: 235px !important;
  height: auto !important;
  background: transparent !important;
  mix-blend-mode: normal !important;
  filter:
    drop-shadow(0 14px 24px rgba(34,199,184,.28))
    drop-shadow(0 6px 10px rgba(0,0,0,.08)) !important;
  transition: transform .35s ease, filter .35s ease !important;
}

.brand img:hover,
.logo img:hover,
.site-logo img:hover {
  transform: scale(1.035) !important;
  filter:
    drop-shadow(0 18px 30px rgba(34,199,184,.34))
    drop-shadow(0 8px 14px rgba(0,0,0,.10)) !important;
}

/* Bigger, closer product images while keeping product visibility */
.product-img-wrap {
  height: 400px !important;
  background: #fbfffd !important;
  border: none !important;
  box-shadow: inset 0 0 0 1px rgba(34,199,184,.04), 0 18px 44px rgba(17,47,39,.045) !important;
  overflow: hidden !important;
}

.product-img-wrap img {
  width: 126% !important;
  height: 126% !important;
  object-fit:contain !important;
  object-position: center !important;
  border: none !important;
  background: #fbfffd !important;
  transform: scale(1.16) !important;
  filter: contrast(1.07) saturate(1.04) brightness(1.02) drop-shadow(0 16px 24px rgba(0,0,0,.06)) !important;
  transition: transform .45s ease, filter .45s ease !important;
}

.product-card:hover .product-img-wrap img {
  transform: scale(1.24) !important;
}

/* Premium moving product showcase strip */
.premium-showcase {
  padding: 78px 0 90px !important;
  overflow: hidden !important;
  text-align: center !important;
  background: linear-gradient(90deg,#fbfffd 0%,#eef9f5 45%,#fbfffd 100%) !important;
}

.premium-showcase h2 {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: clamp(42px, 5vw, 74px) !important;
  line-height: 1.05 !important;
  color: #30313d !important;
  margin: 0 0 44px !important;
  letter-spacing: -1.5px !important;
}

.showcase-track {
  width: 100% !important;
  overflow: hidden !important;
  padding: 8px 0 22px !important;
  position: relative !important;
}

.showcase-track::before,
.showcase-track::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 120px !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

.showcase-track::before {
  left: 0 !important;
  background: linear-gradient(90deg,#fbfffd,rgba(251,255,253,0)) !important;
}

.showcase-track::after {
  right: 0 !important;
  background: linear-gradient(270deg,#fbfffd,rgba(251,255,253,0)) !important;
}

.showcase-row {
  display: flex !important;
  gap: 42px !important;
  width: max-content !important;
  animation: seanPerryLuxuryScroll 34s linear infinite !important;
}

.showcase-track:hover .showcase-row {
  animation-play-state: paused !important;
}

.showcase-card {
  flex: 0 0 350px !important;
  height: 350px !important;
  border-radius: 34px !important;
  background: #fbfffd !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 1px solid rgba(34,199,184,.08) !important;
  box-shadow: 0 24px 80px rgba(17,47,39,.08) !important;
}

.showcase-card img {
  width: 124% !important;
  height: 124% !important;
  object-fit:contain !important;
  object-position: center !important;
  transform: scale(1.12) !important;
  filter: contrast(1.06) saturate(1.03) brightness(1.02) drop-shadow(0 12px 18px rgba(0,0,0,.05)) !important;
  transition: transform .45s ease !important;
}

.showcase-card:hover img {
  transform: scale(1.22) !important;
}

@keyframes seanPerryLuxuryScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media(max-width:950px){
  .brand img,
  .logo img,
  .site-logo img {
    width: 175px !important;
    max-width: 175px !important;
  }
  .product-img-wrap {
    height: 320px !important;
  }
  .showcase-card {
    flex-basis: 260px !important;
    height: 260px !important;
  }
  .showcase-row {
    gap: 24px !important;
    animation-duration: 28s !important;
  }
}


/* ==========================================================
   FINAL PERFECT REBUILD OVERRIDES
   Logo top-left exact position + transparent background
   Product images: no visible borders, site-matched background
   ========================================================== */

.site-header {
  position: sticky !important;
  top: 0 !important;
  min-height: 170px !important;
  height: 170px !important;
  align-items: flex-start !important;
  padding: 0 8% !important;
  background: rgba(255,253,249,.94) !important;
  backdrop-filter: blur(18px) !important;
}

.brand {
  position: absolute !important;
  top: 22px !important;
  left: 56px !important;
  margin: 0 !important;
  display: block !important;
  z-index: 10 !important;
}

.brand img,
.logo img,
.site-logo img {
  width: 265px !important;
  max-width: 265px !important;
  height: auto !important;
  display: block !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  mix-blend-mode: normal !important;
  filter:
    drop-shadow(0 18px 26px rgba(34,199,184,.24))
    drop-shadow(0 6px 8px rgba(0,0,0,.06)) !important;
}

.site-header nav {
  margin-left: auto !important;
  margin-top: 52px !important;
}

/* Product cards/images: remove all borders and make background match page */
.product-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.product-img-wrap {
  height: 415px !important;
  background: #f8fdfa !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 30px !important;
  overflow: hidden !important;
}

.product-img-wrap img {
  width: 132% !important;
  height: 132% !important;
  object-fit:contain !important;
  object-position: center !important;
  background: #f8fdfa !important;
  border: none !important;
  box-shadow: none !important;
  transform: scale(1.12) !important;
  filter:
    contrast(1.06)
    brightness(1.015)
    saturate(1.025)
    drop-shadow(0 16px 22px rgba(0,0,0,.055)) !important;
  transition: transform .45s ease, filter .45s ease !important;
}

.product-card:hover .product-img-wrap img {
  transform: scale(1.22) !important;
}

/* Remove border-box look from moving showcase as well */
.premium-showcase,
.moving-showcase {
  background: linear-gradient(90deg,#fbfffd 0%,#eef9f5 48%,#fbfffd 100%) !important;
}

.showcase-card,
.moving-item {
  background: #f8fdfa !important;
  border: none !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.showcase-card img,
.moving-item img {
  width: 134% !important;
  height: 134% !important;
  object-fit:contain !important;
  object-position: center !important;
  background: #f8fdfa !important;
  border: none !important;
  box-shadow: none !important;
  filter: contrast(1.06) brightness(1.015) saturate(1.025) drop-shadow(0 14px 20px rgba(0,0,0,.05)) !important;
}

/* Keep hero slideshow on first page */
.hero-slider {
  height: 640px !important;
}
.hero-slide {
  object-fit:contain !important;
  object-position: center !important;
}

/* Mobile */
@media(max-width:950px){
  .site-header {
    height: auto !important;
    min-height: 125px !important;
    padding: 10px 5% !important;
  }
  .brand {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
  .brand img,
  .logo img,
  .site-logo img {
    width: 175px !important;
    max-width: 175px !important;
  }
  .site-header nav {
    margin: 12px 0 0 0 !important;
  }
  .product-img-wrap {
    height: 330px !important;
  }
}


/* ===== FINAL ELITE ZIP BUILD ===== */
:root{
  --final-light-turq:#f4fbfa;
  --final-turq:#22C7B8;
}

/* Logo: smaller than previous oversized version, sharper, transparent, same top-left position */
.brand img,
.logo img,
.site-logo img{
  width: 132px !important;       /* about 2x smaller than previous 265px */
  max-width: 132px !important;
  height: auto !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  image-rendering: auto !important;
  filter: drop-shadow(0 10px 16px rgba(34,199,184,.20)) drop-shadow(0 4px 7px rgba(0,0,0,.05)) !important;
}

.brand{
  top: 22px !important;
  left: 56px !important;
}

/* Product images: very light #0d8f87 background to illuminate quality */
.product-card{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.product-img-wrap{
  height: 420px !important;
  background: var(--final-light-turq) !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 30px !important;
  overflow: hidden !important;
}

.product-img-wrap img{
  width: 128% !important;
  height: 128% !important;
  object-fit:contain !important;
  object-position: center !important;
  background: var(--final-light-turq) !important;
  border: none !important;
  box-shadow: none !important;
  transform: scale(1.12) !important;
  filter: contrast(1.07) brightness(1.02) saturate(1.035) drop-shadow(0 16px 22px rgba(0,0,0,.055)) !important;
  transition: transform .45s ease, filter .45s ease !important;
}

.product-card:hover .product-img-wrap img{
  transform: scale(1.22) !important;
}

.showcase-card,
.moving-item{
  background: var(--final-light-turq) !important;
  border: none !important;
  box-shadow: none !important;
}

.showcase-card img,
.moving-item img{
  background: var(--final-light-turq) !important;
  width: 130% !important;
  height: 130% !important;
  object-fit:contain !important;
  object-position: center !important;
}

/* Make #0d8f87 buttons consistent */
.btn,
button,
.add-cart{
  background: linear-gradient(135deg,#22C7B8,#72E6DD) !important;
  color:#fff !important;
}

.btn:hover,
button:hover,
.add-cart:hover{
  background: linear-gradient(135deg,#159E94,#22C7B8) !important;
}

@media(max-width:950px){
  .brand img,.logo img,.site-logo img{width:110px !important;max-width:110px !important}
  .product-img-wrap{height:330px !important}
}


/* GOLD LUXURY BACKGROUND UPDATE */
.product-img-wrap {
  background: radial-gradient(circle at center,
    #F7E7CE 0%,
    #F4FBFA 65%
  ) !important;
}

/* GOLD GLOW EFFECT */
.product-img-wrap img {
  filter:
    contrast(1.08)
    brightness(1.03)
    drop-shadow(0 20px 30px rgba(201,169,110,0.18)) !important;
}


/* === HARD FINAL OVERRIDE: GOLD PRODUCT BACKGROUNDS === */
.product-grid .product-card,
.product-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.product-grid .product-card .product-img-wrap,
.product-card .product-img-wrap,
.product-img-wrap,
.showcase-card,
.moving-item {
  background: radial-gradient(circle at 50% 45%,
    #F6DFA6 0%,
    #F7E7BE 38%,
    #FAEECF 72%,
    #F8F4E8 100%
  ) !important;
  background-color: #F7E7BE !important;
  border: none !important;
  box-shadow: none !important;
}

.product-grid .product-card .product-img-wrap img,
.product-card .product-img-wrap img,
.product-img-wrap img,
.showcase-card img,
.moving-item img {
  background: transparent !important;
  border: none !important;
  filter: contrast(1.08) brightness(1.03) saturate(1.03)
          drop-shadow(0 18px 26px rgba(201,169,110,0.28)) !important;
}


/* === FINAL PRODUCT DISPLAY FIX: SAME HEIGHT + REFERENCE STYLE === */
.product-grid{
  align-items: stretch !important;
}

.product-card{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.product-img-wrap{
  height: 390px !important;
  background: #E8F9F6 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 26px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.product-img-wrap img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;      /* full product visible, no cutting */
  object-position: center bottom !important;
  background: #E8F9F6 !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
  filter: contrast(1.06) brightness(1.02) saturate(1.03)
          drop-shadow(0 16px 22px rgba(0,0,0,.08)) !important;
  transition: transform .35s ease, filter .35s ease !important;
}

.product-card:hover .product-img-wrap img{
  transform: scale(1.06) !important;
}

/* Moving showcase also uses same height product display */
.showcase-card,
.moving-item{
  background:#E8F9F6 !important;
  border:none !important;
  box-shadow:none !important;
}

.showcase-card img,
.moving-item img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center bottom !important;
  background:#E8F9F6 !important;
  transform:none !important;
  filter: contrast(1.06) brightness(1.02) saturate(1.03)
          drop-shadow(0 16px 22px rgba(0,0,0,.08)) !important;
}

@media(max-width:950px){
  .product-img-wrap{height:320px !important;}
}


/* === PERFECT PRODUCT SCALING FINAL === */
.product-grid {
  align-items: stretch !important;
}

.product-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.product-img-wrap {
  height: 410px !important;
  background: #E8F9F6 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-img-wrap img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #E8F9F6 !important;
  border: none !important;
  box-shadow: none !important;
  transform: scale(1.08) !important;
  filter: contrast(1.07) brightness(1.02) saturate(1.035)
          drop-shadow(0 18px 26px rgba(0,0,0,.09)) !important;
  transition: transform .38s ease, filter .38s ease !important;
}

.product-card:hover .product-img-wrap img {
  transform: scale(1.14) !important;
}

/* Promotion moving products: match same visual treatment */
.showcase-card,
.moving-item {
  background:#E8F9F6 !important;
  border:none !important;
  box-shadow:none !important;
}

.showcase-card img,
.moving-item img {
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  background:#E8F9F6 !important;
  transform:scale(1.08) !important;
  filter: contrast(1.07) brightness(1.02) saturate(1.035)
          drop-shadow(0 18px 26px rgba(0,0,0,.09)) !important;
}

@media(max-width:950px){
  .product-img-wrap{height:330px !important;}
}


/* === FINAL FULL WEBSITE POLISH === */
.hero-slider{position:relative;height:640px;overflow:hidden;border-radius:22px;background:#fff}
.hero-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:contain !important;object-position:center;opacity:0;transform:scale(1.03);transition:opacity 1.1s ease, transform 6s ease;background:#fff}
.hero-slide.active{opacity:1;transform:scale(1.08)}
.product-grid{align-items:stretch}
.product-card{display:flex;flex-direction:column;justify-content:space-between;min-height:610px;background:linear-gradient(180deg,#fff,#fbfffd);border:1px solid rgba(34,199,184,.10)}
.product-img-wrap{height:360px !important;background:#fff !important;border-radius:26px !important;box-shadow:inset 0 0 0 1px rgba(34,199,184,.04), 0 16px 44px rgba(17,47,39,.045) !important;}
.product-img-wrap img{width:100% !important;height:100% !important;object-fit:contain !important;object-position:center !important;background:#fff !important;padding:18px !important;transform:none !important;filter:drop-shadow(0 18px 22px rgba(0,0,0,.08)) contrast(1.03) saturate(1.03) !important;}
.product-card:hover .product-img-wrap img{transform:scale(1.035) !important;}
.eyebrow{margin-top:22px}.desc{min-height:64px}.price{margin-top:auto}.combo-card img{background:#fff;object-fit:contain;padding:26px;filter:drop-shadow(0 20px 26px rgba(0,0,0,.08));}
.showcase-card img{object-fit:contain !important;background:#fff;padding:12px;}
.site-header{box-shadow:0 14px 40px rgba(17,47,39,.055)}
.btn{border-radius:999px}.btn.small{border-radius:999px}
@media(max-width:950px){.hero-slider{height:420px}.product-card{min-height:auto}.product-img-wrap{height:330px !important}}


/* === ULTRA PREMIUM SLIDESHOW UI UPDATE === */
.hero-media{position:relative;}
.hero-frame{
  padding:0 !important;
  border-radius:36px !important;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(232,249,246,.72)) !important;
  box-shadow:0 38px 110px rgba(17,47,39,.18), 0 0 0 1px rgba(255,255,255,.75) inset !important;
  overflow:hidden !important;
}
.hero-slider.ultra-slider{
  height:690px !important;
  border-radius:36px !important;
  overflow:hidden !important;
  background:#0e1917 !important;
  position:relative !important;
}
.hero-slider.ultra-slider::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    radial-gradient(circle at 72% 24%,rgba(255,255,255,.18),transparent 28%),
    linear-gradient(90deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.24) 42%,rgba(0,0,0,.08) 100%);
}
.hero-slider.ultra-slider::after{
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,.32);
  border-radius:26px;
  z-index:3;
  pointer-events:none;
}
.hero-slider.ultra-slider .hero-slide{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  opacity:0 !important;
  transform:scale(1.06) !important;
  transition:opacity 1.4s ease-in-out, transform 7s ease !important;
  filter:contrast(1.05) saturate(1.05) brightness(.98) !important;
  background:#0e1917 !important;
  padding:0 !important;
}
.hero-slider.ultra-slider .hero-slide.active{
  opacity:1 !important;
  transform:scale(1.13) !important;
}
.slide-overlay{
  position:absolute;
  left:46px;
  bottom:54px;
  z-index:5;
  max-width:470px;
  color:#fff;
}
.slide-overlay span{
  display:inline-flex;
  letter-spacing:3px;
  font-size:12px;
  font-weight:900;
  color:#d6fff9;
  padding:10px 16px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:999px;
  backdrop-filter:blur(10px);
  background:rgba(255,255,255,.08);
}
.slide-overlay h2{
  font-family:'Playfair Display', Georgia, serif;
  font-size:clamp(34px,4vw,58px);
  line-height:1.03;
  margin:18px 0 20px;
  color:#fff;
  text-shadow:0 12px 30px rgba(0,0,0,.28);
}
.slide-overlay a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:15px 24px;
  border-radius:999px;
  background:linear-gradient(135deg,#22C7B8,#F6DFA6);
  color:#102c29;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 18px 42px rgba(34,199,184,.28);
}
.slide-dots{
  position:absolute;
  right:36px;
  bottom:38px;
  z-index:6;
  display:flex;
  gap:9px;
  align-items:center;
}
.slide-dots .dot{
  min-width:0 !important;
  width:10px !important;
  height:10px !important;
  padding:0 !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.75) !important;
  background:rgba(255,255,255,.34) !important;
  box-shadow:none !important;
  cursor:pointer;
  transition:.3s ease;
}
.slide-dots .dot.active{
  width:34px !important;
  background:#22C7B8 !important;
  border-color:#22C7B8 !important;
}
@media(max-width:950px){
  .hero-slider.ultra-slider{height:520px !important;border-radius:26px !important;}
  .slide-overlay{left:24px;right:24px;bottom:70px;max-width:none;}
  .slide-overlay h2{font-size:34px;}
  .slide-dots{left:24px;right:auto;bottom:28px;}
}




/* ==========================================================
   SEAN PERRY — FULL LUXURY BRAND SYSTEM APPLIED
   Final clean overrides: colour, typography, logo, slideshow,
   cards, buttons, spacing, footer, mobile polish.
   ========================================================== */

:root{
  --sp-teal:#1FB5A9;
  --sp-deep-teal:#0F7C75;
  --sp-mint:#E8F9F6;
  --sp-cream:#F8F8F6;
  --sp-white:#FFFFFF;
  --sp-gold:#C8A96A;
  --sp-dark-gold:#A88B4C;
  --sp-charcoal:#111111;
  --sp-soft-black:#1A1A1A;
  --sp-ink:#181A1F;
  --sp-muted:#6D7280;
  --sp-shadow:0 26px 80px rgba(17,47,39,.10);
  --sp-soft-shadow:0 14px 38px rgba(17,47,39,.08);
}

html{
  scroll-behavior:smooth !important;
}

body{
  margin:0 !important;
  background:
    radial-gradient(circle at top left, rgba(31,181,169,.08), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fbfffd 44%, #f8f8f6 100%) !important;
  color:var(--sp-ink) !important;
  font-family:'Inter', system-ui, sans-serif !important;
  -webkit-font-smoothing:antialiased !important;
  text-rendering:optimizeLegibility !important;
}

section{
  scroll-margin-top:150px !important;
}

h1,h2,h3{
  font-family:'Playfair Display', Georgia, serif !important;
  color:var(--sp-ink) !important;
}

p{
  color:var(--sp-muted) !important;
}

/* Header / Logo */
.site-header{
  height:118px !important;
  min-height:118px !important;
  padding:0 7.5% !important;
  display:flex !important;
  align-items:center !important;
  background:rgba(255,255,255,.92) !important;
  backdrop-filter:blur(22px) !important;
  border-bottom:1px solid rgba(31,181,169,.10) !important;
  box-shadow:0 14px 46px rgba(17,47,39,.045) !important;
}

.brand{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
}

.brand img{
  width:150px !important;
  max-width:150px !important;
  height:auto !important;
  display:block !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  filter:
    drop-shadow(0 12px 24px rgba(31,181,169,.22))
    drop-shadow(0 5px 9px rgba(0,0,0,.06)) !important;
  transition:transform .35s ease, filter .35s ease !important;
}

.brand img:hover{
  transform:translateY(-2px) scale(1.035) !important;
  filter:
    drop-shadow(0 16px 30px rgba(31,181,169,.28))
    drop-shadow(0 8px 12px rgba(0,0,0,.08)) !important;
}

.site-header nav{
  margin-left:auto !important;
  margin-top:0 !important;
  display:flex !important;
  align-items:center !important;
  gap:34px !important;
}

.site-header nav a{
  font-family:'Montserrat', sans-serif !important;
  font-size:13px !important;
  letter-spacing:1.8px !important;
  text-transform:uppercase !important;
  color:var(--sp-ink) !important;
  font-weight:800 !important;
  text-decoration:none !important;
  position:relative !important;
}

.site-header nav a::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:-8px !important;
  height:2px !important;
  background:linear-gradient(90deg,var(--sp-teal),var(--sp-gold)) !important;
  transform:scaleX(0) !important;
  transform-origin:center !important;
  transition:transform .25s ease !important;
}

.site-header nav a:hover{
  color:var(--sp-deep-teal) !important;
}

.site-header nav a:hover::after{
  transform:scaleX(1) !important;
}

/* Hero */
.hero{
  min-height:760px !important;
  padding:76px 7.5% 80px !important;
  gap:64px !important;
}

.pill{
  background:rgba(31,181,169,.10) !important;
  color:var(--sp-deep-teal) !important;
  border:1px solid rgba(31,181,169,.16) !important;
  font-family:'Montserrat', sans-serif !important;
  font-size:13px !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  padding:11px 20px !important;
  margin-bottom:34px !important;
}

.hero h1{
  font-size:clamp(54px, 5.8vw, 88px) !important;
  letter-spacing:-1.8px !important;
  line-height:1.02 !important;
  margin-bottom:28px !important;
}

.hero h1 span{
  color:var(--sp-deep-teal) !important;
}

.hero p{
  font-size:18px !important;
  line-height:1.85 !important;
  max-width:660px !important;
  font-weight:500 !important;
}

/* Ultra Premium Slideshow */
.hero-frame{
  border-radius:38px !important;
  padding:0 !important;
  background:linear-gradient(135deg,#fff,rgba(232,249,246,.74)) !important;
  box-shadow:0 34px 110px rgba(17,47,39,.16) !important;
  overflow:hidden !important;
}

.hero-slider.ultra-slider{
  height:680px !important;
  border-radius:38px !important;
  background:#0F1716 !important;
}

.hero-slider.ultra-slider::before{
  background:
    radial-gradient(circle at 75% 18%, rgba(255,255,255,.18), transparent 30%),
    linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.28) 45%, rgba(0,0,0,.08) 100%) !important;
}

.hero-slider.ultra-slider .hero-slide{
  object-fit:contain !important;
  object-position:center !important;
  filter:contrast(1.06) saturate(1.04) brightness(.98) !important;
}

.slide-overlay span{
  font-family:'Montserrat', sans-serif !important;
  color:#E8FFFB !important;
}

.slide-overlay h2{
  color:#fff !important;
}

.slide-overlay a{
  font-family:'Montserrat', sans-serif !important;
  background:linear-gradient(135deg,var(--sp-teal),var(--sp-gold)) !important;
  color:#101815 !important;
}

/* Buttons */
.btn,
button,
.add-cart{
  font-family:'Montserrat', sans-serif !important;
  text-transform:uppercase !important;
  letter-spacing:1.25px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,var(--sp-teal),#77E6DD) !important;
  color:#fff !important;
  border:none !important;
  box-shadow:0 16px 34px rgba(31,181,169,.25) !important;
  transition:transform .28s ease, box-shadow .28s ease, background .28s ease !important;
}

.btn:hover,
button:hover,
.add-cart:hover{
  transform:translateY(-3px) !important;
  background:linear-gradient(135deg,var(--sp-deep-teal),var(--sp-teal)) !important;
  box-shadow:0 22px 48px rgba(31,181,169,.32) !important;
}

.btn.secondary{
  background:#fff !important;
  color:var(--sp-ink) !important;
  border:1px solid rgba(17,17,17,.14) !important;
  box-shadow:none !important;
}

/* Features */
.features{
  background:linear-gradient(90deg,#FBFFFD,var(--sp-mint),#FBFFFD) !important;
  border-top:1px solid rgba(31,181,169,.08) !important;
  border-bottom:1px solid rgba(31,181,169,.08) !important;
}

.features div{
  background:rgba(255,255,255,.72) !important;
  border:1px solid rgba(31,181,169,.08) !important;
  box-shadow:var(--sp-soft-shadow) !important;
}

.features b{
  font-family:'Montserrat', sans-serif !important;
  letter-spacing:1.3px !important;
  color:var(--sp-deep-teal) !important;
}

/* Section headings */
.section-head{
  padding:92px 8% 44px !important;
}

.section-head span,
.promo-copy span,
.tag,
.eyebrow{
  font-family:'Montserrat', sans-serif !important;
  color:var(--sp-deep-teal) !important;
  letter-spacing:2.4px !important;
  text-transform:uppercase !important;
}

.section-head h2,
.promo-copy h2,
.about h2{
  font-size:clamp(38px,4vw,62px) !important;
  line-height:1.05 !important;
}

/* Product cards */
.product-grid{
  gap:46px !important;
  padding:0 7.5% 86px !important;
}

.product-card{
  min-height:640px !important;
  background:linear-gradient(180deg,#FFFFFF 0%,#FBFFFD 100%) !important;
  border:1px solid rgba(31,181,169,.10) !important;
  box-shadow:0 22px 70px rgba(17,47,39,.075) !important;
  border-radius:30px !important;
  padding:26px 26px 34px !important;
  overflow:hidden !important;
}

.product-card:hover{
  transform:translateY(-8px) !important;
  box-shadow:0 32px 90px rgba(17,47,39,.13) !important;
}

.product-img-wrap{
  height:370px !important;
  border-radius:26px !important;
  background:
    radial-gradient(circle at 50% 36%, rgba(255,255,255,1) 0%, rgba(232,249,246,.82) 72%, rgba(248,248,246,1) 100%) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:none !important;
  box-shadow:inset 0 0 0 1px rgba(31,181,169,.05) !important;
  overflow:hidden !important;
}

.product-img-wrap img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:18px !important;
  background:transparent !important;
  border:none !important;
  transform:none !important;
  filter:
    drop-shadow(0 20px 28px rgba(0,0,0,.10))
    contrast(1.04)
    saturate(1.035)
    brightness(1.02) !important;
  transition:transform .36s ease, filter .36s ease !important;
}

.product-card:hover .product-img-wrap img{
  transform:scale(1.04) !important;
  filter:
    drop-shadow(0 24px 34px rgba(0,0,0,.13))
    contrast(1.05)
    saturate(1.04)
    brightness(1.025) !important;
}

.product-card h3{
  font-size:24px !important;
  line-height:1.22 !important;
}

.desc{
  min-height:64px !important;
  font-size:15.5px !important;
}

.price{
  color:var(--sp-deep-teal) !important;
  font-size:23px !important;
}

/* Combo / brand sections */
.combo-specials{
  background:linear-gradient(180deg,#fff,var(--sp-cream)) !important;
}

.combo-card,
.about,
.contact,
blockquote{
  border:1px solid rgba(31,181,169,.10) !important;
  box-shadow:var(--sp-shadow) !important;
}

.combo-card img{
  background:#fff !important;
  object-fit:contain !important;
  padding:28px !important;
}

.about,
.contact{
  background:linear-gradient(135deg,#FFFFFF 0%,#F1FBF8 100%) !important;
}

.contact-links a{
  border:1px solid rgba(31,181,169,.16) !important;
  color:var(--sp-deep-teal) !important;
}

/* Footer */
footer{
  position:relative !important;
  background:
    radial-gradient(circle at top center, rgba(31,181,169,.22), transparent 34%),
    linear-gradient(135deg,var(--sp-charcoal),var(--sp-soft-black)) !important;
  color:#fff !important;
  padding:52px 8% !important;
  text-align:center !important;
}

footer p,
footer small{
  color:rgba(255,255,255,.72) !important;
}

footer::before{
  content:"" !important;
  display:block !important;
  width:90px !important;
  height:2px !important;
  margin:0 auto 22px !important;
  background:linear-gradient(90deg,var(--sp-teal),var(--sp-gold)) !important;
}

.brand-system-note{
  display:block !important;
  margin-top:14px !important;
  font-family:'Montserrat', sans-serif !important;
  letter-spacing:1.8px !important;
  text-transform:uppercase !important;
  font-size:11px !important;
}

/* WhatsApp */
.whatsapp{
  background:linear-gradient(135deg,var(--sp-teal),#22D56F) !important;
  box-shadow:0 18px 44px rgba(31,181,169,.36) !important;
}

/* Mobile polish */
@media(max-width:950px){
  .site-header{
    height:auto !important;
    min-height:auto !important;
    padding:16px 5% !important;
    flex-direction:column !important;
    align-items:flex-start !important;
  }

  .brand img{
    width:126px !important;
    max-width:126px !important;
  }

  .site-header nav{
    margin:12px 0 0 0 !important;
    gap:14px !important;
    flex-wrap:wrap !important;
  }

  .site-header nav a{
    font-size:11px !important;
  }

  .hero{
    padding:48px 5% 54px !important;
    grid-template-columns:1fr !important;
  }

  .hero-slider.ultra-slider{
    height:480px !important;
    border-radius:28px !important;
  }

  .slide-overlay{
    left:24px !important;
    right:24px !important;
    bottom:68px !important;
  }

  .slide-overlay h2{
    font-size:32px !important;
  }

  .product-grid{
    grid-template-columns:1fr !important;
    padding:0 5% 58px !important;
    gap:28px !important;
  }

  .product-card{
    min-height:auto !important;
  }

  .product-img-wrap{
    height:330px !important;
  }

  .about,
  .contact{
    margin:44px 5% !important;
    padding:34px !important;
    grid-template-columns:1fr !important;
  }
}




/* ==========================================================
   FINAL LOCK: LOGO PERFECT + HEADER SPACING + CLEAN SLIDESHOW
   ========================================================== */

.site-header{
  height:96px !important;
  min-height:96px !important;
  padding:0 7% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  background:rgba(255,255,255,.96) !important;
}

.brand{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  width:180px !important;
  height:86px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  margin:0 !important;
  overflow:visible !important;
}

.brand img{
  width:160px !important;
  max-width:160px !important;
  height:auto !important;
  max-height:82px !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  filter:drop-shadow(0 8px 14px rgba(31,181,169,.18)) !important;
}

.site-header nav{
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
  gap:32px !important;
}

.slide-overlay{
  display:none !important;
}

.hero{
  padding-top:64px !important;
}

.hero-slider.ultra-slider::before{
  background:linear-gradient(90deg,rgba(0,0,0,.20),rgba(0,0,0,.02)) !important;
}

/* ==========================================================
   SEAN PERRY FAQ SECTION
   ========================================================== */

.faq-section{
  padding:88px 8% 92px !important;
  background:#fff !important;
}

.faq-head{
  text-align:center !important;
  margin-bottom:48px !important;
}

.faq-head h2{
  font-family:'Playfair Display', Georgia, serif !important;
  font-size:clamp(42px,4.5vw,64px) !important;
  line-height:1 !important;
  margin:0 0 18px !important;
  color:#111 !important;
  font-weight:600 !important;
}

.faq-head p{
  font-family:'Inter', sans-serif !important;
  font-size:20px !important;
  color:#111 !important;
  margin:0 !important;
  letter-spacing:.5px !important;
}

.faq-list{
  max-width:1180px !important;
  margin:0 auto !important;
}

.faq-list details{
  border-bottom:1px solid rgba(17,17,17,.14) !important;
  padding:0 !important;
  background:#fff !important;
}

.faq-list summary{
  list-style:none !important;
  cursor:pointer !important;
  padding:23px 0 !important;
  font-family:'Inter', sans-serif !important;
  font-size:20px !important;
  line-height:1.35 !important;
  font-weight:700 !important;
  color:#111 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:24px !important;
}

.faq-list summary::-webkit-details-marker{
  display:none !important;
}

.faq-list summary::after{
  content:"+" !important;
  font-size:38px !important;
  line-height:1 !important;
  font-weight:300 !important;
  color:#111 !important;
  transition:transform .25s ease !important;
}

.faq-list details[open] summary::after{
  content:"−" !important;
  transform:translateY(-2px) !important;
}

.faq-answer{
  max-width:1060px !important;
  padding:0 0 28px !important;
  font-size:19px !important;
  line-height:1.62 !important;
  color:#111 !important;
  font-family:'Inter', sans-serif !important;
}

.faq-answer strong{
  color:#0F7C75 !important;
  font-weight:800 !important;
  text-decoration:underline !important;
}

@media(max-width:950px){
  .site-header{
    height:auto !important;
    min-height:92px !important;
    padding:14px 5% !important;
  }

  .brand{
    width:145px !important;
    height:70px !important;
  }

  .brand img{
    width:135px !important;
    max-width:135px !important;
    max-height:68px !important;
  }

  .site-header nav{
    gap:14px !important;
    flex-wrap:wrap !important;
  }

  .faq-section{
    padding:58px 5% 66px !important;
  }

  .faq-list summary{
    font-size:17px !important;
  }

  .faq-answer{
    font-size:16px !important;
  }
}


.brand {
  position: absolute;
  top: 5px;
  left: 25px;
  height: 110px;
  width: 320px;
  display: flex;
  align-items: center;
}

.brand img {
  height: 100%;
  width: auto;
  transform: scale(1.8);
  transform-origin: left center;
  max-height: none;
}




/* ==========================================================
   FINAL SPACING + LUXURY POLISH
   Clean agency-level spacing, premium header, product grid,
   catalogue balance, slideshow polish, and mobile refinement.
   ========================================================== */

/* Header balance */
.site-header{
  height:118px !important;
  min-height:118px !important;
  padding:0 7.5% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  background:rgba(255,255,255,.96) !important;
  box-shadow:0 14px 44px rgba(17,47,39,.045) !important;
  border-bottom:1px solid rgba(31,181,169,.08) !important;
}

.brand{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  width:270px !important;
  height:108px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  margin:0 !important;
  overflow:visible !important;
}

.brand img{
  width:auto !important;
  height:96px !important;
  max-height:none !important;
  max-width:none !important;
  object-fit:contain !important;
  transform:none !important;
  transform-origin:left center !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  filter:drop-shadow(0 12px 22px rgba(31,181,169,.20)) drop-shadow(0 5px 8px rgba(0,0,0,.06)) !important;
}

.site-header nav{
  margin:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:38px !important;
}

.site-header nav a{
  font-size:13px !important;
  letter-spacing:2px !important;
  font-weight:900 !important;
}

/* Hero spacing */
.hero{
  min-height:calc(100vh - 118px) !important;
  padding:72px 7.5% 86px !important;
  gap:78px !important;
  align-items:center !important;
}

.hero-copy{
  max-width:780px !important;
}

.pill{
  margin-bottom:32px !important;
}

.hero h1{
  margin-bottom:30px !important;
}

.hero p{
  max-width:680px !important;
  margin-bottom:38px !important;
}

/* Hero slideshow clean premium */
.hero-frame{
  border-radius:38px !important;
  padding:0 !important;
  box-shadow:0 36px 105px rgba(17,47,39,.16) !important;
}

.hero-slider,
.hero-slider.ultra-slider{
  height:660px !important;
  border-radius:38px !important;
}

.hero-slide{
  object-fit:contain !important;
  object-position:center !important;
}

/* Remove overlay text permanently */
.slide-overlay{
  display:none !important;
}

/* Section rhythm */
section{
  scroll-margin-top:130px !important;
}

.features{
  padding:32px 7.5% !important;
  gap:24px !important;
}

.features div{
  min-height:96px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}

.section-head{
  padding:96px 7.5% 48px !important;
  max-width:980px !important;
  margin:0 auto !important;
}

.section-head h2{
  margin-top:14px !important;
  margin-bottom:18px !important;
}

.section-head p{
  max-width:760px !important;
  margin:0 auto !important;
  line-height:1.75 !important;
}

/* Product catalogue agency spacing */
.product-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:54px 44px !important;
  padding:0 7.5% 96px !important;
  align-items:stretch !important;
}

.product-card{
  min-height:650px !important;
  padding:28px 28px 36px !important;
  border-radius:32px !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfffd 100%) !important;
  border:1px solid rgba(31,181,169,.10) !important;
  box-shadow:0 22px 70px rgba(17,47,39,.075) !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  transition:transform .35s ease, box-shadow .35s ease !important;
}

.product-card:hover{
  transform:translateY(-9px) !important;
  box-shadow:0 34px 95px rgba(17,47,39,.135) !important;
}

.product-img-wrap{
  height:382px !important;
  border-radius:28px !important;
  background:radial-gradient(circle at 50% 40%, #ffffff 0%, #edfdfa 68%, #f8f8f6 100%) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  margin-bottom:24px !important;
  box-shadow:inset 0 0 0 1px rgba(31,181,169,.045) !important;
}

.product-img-wrap img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:20px !important;
  background:transparent !important;
  transform:none !important;
  filter:
    drop-shadow(0 0 .7px rgba(0,0,0,.42))
    drop-shadow(0 18px 28px rgba(0,0,0,.10))
    contrast(1.045)
    saturate(1.035)
    brightness(1.02) !important;
  transition:transform .36s ease, filter .36s ease !important;
}

.product-card:hover .product-img-wrap img{
  transform:scale(1.035) !important;
  filter:
    drop-shadow(0 0 .8px rgba(0,0,0,.48))
    drop-shadow(0 24px 34px rgba(0,0,0,.13))
    contrast(1.05)
    saturate(1.04)
    brightness(1.025) !important;
}

.eyebrow{
  margin:0 0 10px !important;
}

.product-card h3{
  min-height:58px !important;
  margin:0 0 12px !important;
  font-size:23px !important;
  line-height:1.25 !important;
}

.desc{
  min-height:70px !important;
  margin:0 0 18px !important;
  font-size:15.5px !important;
  line-height:1.55 !important;
}

.price{
  margin-top:auto !important;
  margin-bottom:20px !important;
}

.product-card .btn,
.product-card button{
  width:100% !important;
  min-height:48px !important;
}

/* Combo area */
.combo-specials{
  padding:72px 7.5% 92px !important;
}

.combo-grid{
  gap:38px !important;
}

.combo-card{
  border-radius:32px !important;
  box-shadow:0 24px 80px rgba(17,47,39,.09) !important;
}

.combo-card img{
  height:390px !important;
  object-fit:contain !important;
  padding:28px !important;
  background:#fff !important;
}

/* About/contact spacing */
.about,
.contact{
  margin:86px 7.5% !important;
  padding:62px !important;
  border-radius:34px !important;
  gap:50px !important;
}

/* FAQ polish */
.faq-section{
  padding:96px 7.5% 104px !important;
}

.faq-list{
  max-width:1160px !important;
}

.faq-list summary{
  padding:24px 0 !important;
}

.faq-answer{
  padding-bottom:32px !important;
}

/* Testimonials */
.testimonials{
  padding:32px 7.5% 96px !important;
}

.testimonial-grid{
  gap:32px !important;
}

blockquote{
  border-radius:26px !important;
  padding:34px !important;
}

/* Footer */
footer{
  padding:58px 7.5% !important;
}

/* Mobile + tablet */
@media(max-width:1100px){
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media(max-width:950px){
  .site-header{
    height:auto !important;
    min-height:auto !important;
    padding:14px 5% !important;
    flex-direction:column !important;
    align-items:flex-start !important;
  }

  .brand{
    width:210px !important;
    height:82px !important;
  }

  .brand img{
    height:76px !important;
  }

  .site-header nav{
    margin-top:12px !important;
    gap:14px !important;
    flex-wrap:wrap !important;
  }

  .hero{
    min-height:auto !important;
    grid-template-columns:1fr !important;
    padding:48px 5% 60px !important;
    gap:42px !important;
  }

  .hero-slider,
  .hero-slider.ultra-slider{
    height:470px !important;
    border-radius:28px !important;
  }

  .features{
    grid-template-columns:1fr !important;
    padding:28px 5% !important;
  }

  .section-head{
    padding:64px 5% 34px !important;
  }

  .product-grid{
    grid-template-columns:1fr !important;
    padding:0 5% 68px !important;
    gap:34px !important;
  }

  .product-card{
    min-height:auto !important;
    padding:24px 22px 30px !important;
  }

  .product-img-wrap{
    height:350px !important;
  }

  .product-card h3,
  .desc{
    min-height:auto !important;
  }

  .combo-grid,
  .testimonial-grid{
    grid-template-columns:1fr !important;
  }

  .combo-card{
    grid-template-columns:1fr !important;
  }

  .about,
  .contact{
    margin:52px 5% !important;
    padding:34px !important;
    grid-template-columns:1fr !important;
  }

  .faq-section{
    padding:64px 5% 74px !important;
  }
}




/* ==========================================================
   HARD FIX: BIG HIGH-QUALITY LOGO
   Replaces damaged/small logo display and prevents compression.
   ========================================================== */

.site-header{
  height:135px !important;
  min-height:135px !important;
  padding:0 7% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  overflow:visible !important;
}

.brand{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  width:360px !important;
  height:125px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  margin:0 !important;
  overflow:visible !important;
  flex-shrink:0 !important;
}

.brand img{
  width:320px !important;
  max-width:none !important;
  height:auto !important;
  max-height:none !important;
  min-width:320px !important;
  display:block !important;
  object-fit:contain !important;
  object-position:left center !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  transform:none !important;
  image-rendering:auto !important;
  filter:
    drop-shadow(0 12px 22px rgba(31,181,169,.18))
    drop-shadow(0 5px 8px rgba(0,0,0,.06)) !important;
}

.site-header nav{
  margin-left:auto !important;
  margin-top:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:36px !important;
}

@media(max-width:950px){
  .site-header{
    height:auto !important;
    min-height:120px !important;
    padding:14px 5% !important;
    align-items:flex-start !important;
  }

  .brand{
    width:270px !important;
    height:105px !important;
  }

  .brand img{
    width:245px !important;
    min-width:245px !important;
  }

  .site-header nav{
    margin-top:10px !important;
    gap:14px !important;
    flex-wrap:wrap !important;
  }
}




/* ==========================================================
   FINAL CLIENT FIX:
   Logo exact large top-left placement, no gold shade,
   clean white product image backgrounds.
   ========================================================== */

.site-header{
  height:135px !important;
  min-height:135px !important;
  padding:0 7% !important;
  background:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  overflow:visible !important;
}

.brand{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  width:330px !important;
  height:125px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  margin:0 !important;
  overflow:visible !important;
  flex-shrink:0 !important;
}

.brand img{
  width:245px !important;
  min-width:245px !important;
  max-width:none !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:left center !important;
  display:block !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  transform:none !important;
  image-rendering:auto !important;
  filter:drop-shadow(0 8px 16px rgba(31,181,169,.14)) !important;
}

.site-header nav{
  margin:0 !important;
  margin-left:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:38px !important;
}

.site-header nav a{
  text-transform:none !important;
  font-size:20px !important;
  letter-spacing:0 !important;
  font-weight:800 !important;
  color:#30313D !important;
}

/* Remove all gold/tinted product backgrounds */
.product-img-wrap,
.product-grid .product-card .product-img-wrap,
.product-card .product-img-wrap,
.showcase-card,
.moving-item{
  background:#ffffff !important;
  background-color:#ffffff !important;
  background-image:none !important;
  border:none !important;
  box-shadow:none !important;
}

.product-img-wrap img,
.product-grid .product-card .product-img-wrap img,
.product-card .product-img-wrap img,
.showcase-card img,
.moving-item img{
  background:#ffffff !important;
  background-color:#ffffff !important;
  border:none !important;
  box-shadow:none !important;
  object-fit:contain !important;
  object-position:center !important;
  filter:
    drop-shadow(0 0 .6px rgba(0,0,0,.36))
    drop-shadow(0 14px 22px rgba(0,0,0,.08))
    contrast(1.035)
    saturate(1.02)
    brightness(1.015) !important;
}

.product-card{
  background:#ffffff !important;
}

@media(max-width:950px){
  .site-header{
    height:auto !important;
    min-height:110px !important;
    padding:12px 5% !important;
    align-items:flex-start !important;
    flex-direction:column !important;
  }

  .brand{
    width:250px !important;
    height:100px !important;
  }

  .brand img{
    width:210px !important;
    min-width:210px !important;
  }

  .site-header nav{
    margin-top:8px !important;
    gap:14px !important;
    flex-wrap:wrap !important;
  }

  .site-header nav a{
    font-size:14px !important;
  }
}

/* PERFECT HEADER ALIGNMENT */
.site-header{
 display:flex;
 align-items:center;
 justify-content:space-between;
 padding:0 6%;
 height:120px;
}

.brand{
 display:flex;
 align-items:center;
 justify-content:flex-start;
 margin-top:18px;
}

.brand img{
 width:260px;
 height:auto;
}

.site-header nav{
 display:flex;
 align-items:center;
 gap:40px;
 margin-top:10px;
}




/* ==========================================================
   CLARINS-LEVEL HOMEPAGE POLISH
   Structure unchanged. Visual polish only.
   ========================================================== */

/* Overall luxury softness */
body{
  background:
    radial-gradient(circle at 12% 14%, rgba(31,181,169,.08), transparent 30%),
    linear-gradient(180deg,#ffffff 0%, #fbfffd 42%, #f7faf8 100%) !important;
  color:#17191f !important;
}

/* Premium header without changing layout */
.site-header{
  background:rgba(255,255,255,.97) !important;
  backdrop-filter:blur(18px) !important;
  box-shadow:0 14px 45px rgba(17,47,39,.045) !important;
  border-bottom:1px solid rgba(31,181,169,.08) !important;
}

.brand img{
  filter:
    drop-shadow(0 10px 18px rgba(31,181,169,.18))
    drop-shadow(0 4px 8px rgba(0,0,0,.05)) !important;
}

/* Navigation: cleaner retail feel */
.site-header nav a{
  font-family:'Inter', sans-serif !important;
  font-weight:800 !important;
  color:#2d303b !important;
  letter-spacing:.3px !important;
  transition:color .25s ease, transform .25s ease !important;
}

.site-header nav a:hover{
  color:#0F7C75 !important;
  transform:translateY(-1px) !important;
}

/* Hero: refined luxury spacing and hierarchy */
.hero{
  background:
    radial-gradient(circle at 78% 40%, rgba(31,181,169,.10), transparent 35%),
    linear-gradient(90deg,#ffffff 0%,#fbfffd 45%,#effaf7 100%) !important;
}

.pill{
  background:rgba(31,181,169,.11) !important;
  border:1px solid rgba(31,181,169,.18) !important;
  color:#0F7C75 !important;
  box-shadow:0 14px 35px rgba(31,181,169,.08) !important;
}

.hero h1{
  letter-spacing:-2.2px !important;
  color:#15171d !important;
  text-shadow:0 1px 0 rgba(255,255,255,.5) !important;
}

.hero h1 span{
  color:#0F7C75 !important;
}

.hero p{
  color:#707584 !important;
  font-weight:500 !important;
}

/* Hero image card: Clarins-like clean luxury frame */
.hero-frame{
  background:#ffffff !important;
  border:14px solid #ffffff !important;
  box-shadow:
    0 38px 110px rgba(17,47,39,.14),
    0 0 0 1px rgba(31,181,169,.06) !important;
  border-radius:34px !important;
}

.hero-slider,
.hero-slider.ultra-slider{
  border-radius:24px !important;
  overflow:hidden !important;
}

.hero-slider.ultra-slider::before{
  background:linear-gradient(90deg,rgba(255,255,255,.02),rgba(255,255,255,.00)) !important;
}

.hero-slider.ultra-slider::after{
  border:1px solid rgba(255,255,255,.35) !important;
}

/* Hide banner writing permanently */
.slide-overlay{
  display:none !important;
}

/* Buttons: premium pill shape */
.btn,
button,
.add-cart{
  border-radius:999px !important;
  font-weight:900 !important;
  letter-spacing:.9px !important;
  box-shadow:0 16px 34px rgba(31,181,169,.20) !important;
  transition:transform .28s ease, box-shadow .28s ease, background .28s ease !important;
}

.btn:hover,
button:hover,
.add-cart:hover{
  transform:translateY(-3px) !important;
  box-shadow:0 22px 46px rgba(31,181,169,.28) !important;
}

/* Feature strip: more retail/premium */
.features{
  background:#ffffff !important;
  border-top:1px solid rgba(31,181,169,.08) !important;
  border-bottom:1px solid rgba(31,181,169,.08) !important;
}

.features div{
  background:linear-gradient(180deg,#ffffff,#fbfffd) !important;
  border:1px solid rgba(31,181,169,.08) !important;
  border-radius:20px !important;
  box-shadow:0 18px 45px rgba(17,47,39,.045) !important;
}

.features b{
  color:#0F7C75 !important;
  letter-spacing:1.2px !important;
}

/* Section headings: luxury typography rhythm */
.section-head h2,
.promo-copy h2,
.about h2,
.faq-head h2{
  font-family:'Playfair Display', Georgia, serif !important;
  color:#17191f !important;
  letter-spacing:-1px !important;
}

.section-head span,
.eyebrow,
.tag{
  color:#0F7C75 !important;
  letter-spacing:2.4px !important;
  font-weight:900 !important;
}

/* Product grid: Clarins-like white catalogue */
.product-card{
  background:#ffffff !important;
  border:1px solid rgba(31,181,169,.08) !important;
  border-radius:30px !important;
  box-shadow:0 22px 70px rgba(17,47,39,.065) !important;
  transition:transform .35s ease, box-shadow .35s ease !important;
}

.product-card:hover{
  transform:translateY(-8px) !important;
  box-shadow:0 34px 95px rgba(17,47,39,.12) !important;
}

.product-img-wrap{
  background:#ffffff !important;
  background-image:none !important;
  border-radius:26px !important;
  box-shadow:inset 0 0 0 1px rgba(31,181,169,.045) !important;
}

.product-img-wrap img{
  background:#ffffff !important;
  filter:
    drop-shadow(0 0 .55px rgba(0,0,0,.30))
    drop-shadow(0 18px 28px rgba(0,0,0,.09))
    contrast(1.04)
    saturate(1.025)
    brightness(1.018) !important;
}

.product-card h3{
  color:#15171d !important;
}

.desc{
  color:#707584 !important;
}

.price{
  color:#0F7C75 !important;
}

/* Combo cards: premium white editorial */
.combo-specials{
  background:linear-gradient(180deg,#fbfffd,#ffffff) !important;
}

.combo-card{
  background:#ffffff !important;
  border-radius:32px !important;
  border:1px solid rgba(31,181,169,.08) !important;
  box-shadow:0 26px 85px rgba(17,47,39,.08) !important;
}

.combo-card img{
  background:#ffffff !important;
}

/* About/contact/testimonials polish */
.about,
.contact,
blockquote{
  background:linear-gradient(180deg,#ffffff,#fbfffd) !important;
  border:1px solid rgba(31,181,169,.08) !important;
  box-shadow:0 24px 80px rgba(17,47,39,.07) !important;
}

blockquote{
  border-radius:26px !important;
}

cite{
  color:#0F7C75 !important;
}

/* FAQ: matches screenshot but cleaner */
.faq-section{
  background:#ffffff !important;
}

.faq-list details{
  border-bottom:1px solid rgba(17,17,17,.13) !important;
}

.faq-answer strong{
  color:#0F7C75 !important;
}

/* Footer luxury close */
footer{
  background:
    radial-gradient(circle at top center, rgba(31,181,169,.22), transparent 35%),
    linear-gradient(135deg,#111111,#1A1A1A) !important;
}

/* Tiny motion polish */
.reveal{
  animation:rise .75s ease both !important;
}

@keyframes rise{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:translateY(0)}
}

/* Mobile polish */
@media(max-width:950px){
  .hero{
    background:linear-gradient(180deg,#ffffff,#effaf7) !important;
  }

  .hero-frame{
    border-width:10px !important;
    border-radius:28px !important;
  }

  .hero h1{
    letter-spacing:-1.2px !important;
  }
}




/* ==========================================================
   STICKY HEADER + LUXURY SCROLL EFFECT
   Keeps structure unchanged. Adds premium sticky/shrink header.
   ========================================================== */

.site-header{
  position:sticky !important;
  top:0 !important;
  z-index:9999 !important;
  height:120px !important;
  padding:0 7% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  background:rgba(255,255,255,.96) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
  border-bottom:1px solid rgba(0,0,0,.05) !important;
  box-shadow:0 10px 32px rgba(17,47,39,.045) !important;
  transition:height .35s ease, box-shadow .35s ease, background .35s ease, padding .35s ease !important;
}

.brand{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:320px !important;
  height:100% !important;
  margin-top:12px !important;
  overflow:visible !important;
  transition:margin-top .35s ease, width .35s ease !important;
}

.brand img{
  width:240px !important;
  height:auto !important;
  max-width:none !important;
  max-height:none !important;
  transform:translateY(6px) !important;
  display:block !important;
  background:transparent !important;
  border:none !important;
  transition:width .35s ease, transform .35s ease, filter .35s ease !important;
  filter:drop-shadow(0 8px 14px rgba(31,181,169,.16)) !important;
}

.site-header nav{
  display:flex !important;
  align-items:center !important;
  gap:42px !important;
  margin-top:6px !important;
  transition:gap .35s ease, margin-top .35s ease !important;
}

.site-header nav a{
  font-size:16px !important;
  font-weight:800 !important;
  color:#2d2f36 !important;
  text-decoration:none !important;
  transition:color .25s ease, transform .25s ease !important;
}

.site-header nav a:hover{
  color:#0F7C75 !important;
  transform:translateY(-1px) !important;
}

/* Shrunk state triggered by JavaScript */
.site-header.scrolled{
  height:88px !important;
  background:rgba(255,255,255,.985) !important;
  box-shadow:0 18px 46px rgba(17,47,39,.085) !important;
}

.site-header.scrolled .brand{
  margin-top:4px !important;
  width:260px !important;
}

.site-header.scrolled .brand img{
  width:185px !important;
  transform:translateY(3px) !important;
  filter:drop-shadow(0 6px 10px rgba(31,181,169,.13)) !important;
}

.site-header.scrolled nav{
  gap:36px !important;
  margin-top:0 !important;
}

/* Prevent anchor jumps hiding under sticky header */
section,
[id]{
  scroll-margin-top:125px !important;
}

@media(max-width:950px){
  .site-header{
    height:auto !important;
    min-height:108px !important;
    padding:12px 5% !important;
    flex-direction:column !important;
    align-items:flex-start !important;
  }

  .site-header.scrolled{
    height:auto !important;
    min-height:92px !important;
  }

  .brand{
    width:230px !important;
    height:76px !important;
    margin-top:4px !important;
  }

  .brand img{
    width:205px !important;
    transform:translateY(3px) !important;
  }

  .site-header.scrolled .brand img{
    width:175px !important;
  }

  .site-header nav{
    gap:14px !important;
    margin-top:8px !important;
    flex-wrap:wrap !important;
  }

  .site-header nav a{
    font-size:14px !important;
  }
}



/* ===== ULTRA PREMIUM PRODUCT HOVER ===== */

.product-card {
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 30%, rgba(31,181,169,0.15), transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.product-img-wrap img {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.product-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 
    0 30px 80px rgba(17,47,39,0.12),
    0 10px 25px rgba(0,0,0,0.08);
}

.product-card:hover::before {
  opacity: 1;
}

.product-card:hover .product-img-wrap img {
  transform: scale(1.06);
  filter:
    drop-shadow(0 25px 35px rgba(0,0,0,0.15))
    brightness(1.03)
    contrast(1.05);
}

.product-card .btn,
.product-card button {
  transition: all 0.3s ease;
}

.product-card:hover .btn,
.product-card:hover button {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(31,181,169,0.25);
}




/* ==========================================================
   LUXURY CAMPAIGN HOMEPAGE POLISH
   Structure unchanged. Campaign-level visual styling only.
   ========================================================== */

/* Airy campaign background */
body{
  background:
    radial-gradient(circle at 12% 8%, rgba(31,181,169,.10), transparent 28%),
    radial-gradient(circle at 86% 28%, rgba(200,169,106,.10), transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#fbfffd 44%,#f8f8f6 100%) !important;
}

/* Campaign header spacing: more breathing room above logo */
.site-header{
  height:150px !important;
  min-height:150px !important;
  padding:26px 6% 0 6% !important;
  align-items:flex-start !important;
  background:rgba(255,255,255,.975) !important;
  border-bottom:1px solid rgba(17,17,17,.055) !important;
}

.brand{
  width:420px !important;
  height:100% !important;
  margin:0 !important;
  display:flex !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
}

.brand img{
  width:400px !important;
  max-width:400px !important;
  min-width:0 !important;
  height:auto !important;
  transform:none !important;
  filter:drop-shadow(0 10px 20px rgba(31,181,169,.14)) !important;
}

.site-header nav{
  margin-top:30px !important;
  gap:44px !important;
}

/* Campaign hero */
.hero{
  min-height:calc(100vh - 150px) !important;
  padding:86px 6% 96px !important;
  gap:82px !important;
  background:
    linear-gradient(90deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 42%,rgba(232,249,246,.78) 100%) !important;
  position:relative !important;
}

.hero::before{
  content:"" !important;
  position:absolute !important;
  left:6% !important;
  top:74px !important;
  width:84px !important;
  height:2px !important;
  background:linear-gradient(90deg,#0F7C75,#C8A96A) !important;
}

.pill{
  margin-top:34px !important;
  margin-bottom:28px !important;
  background:transparent !important;
  border:1px solid rgba(15,124,117,.22) !important;
  color:#0F7C75 !important;
  letter-spacing:2.8px !important;
  font-size:12px !important;
}

.hero h1{
  font-size:clamp(62px,7vw,106px) !important;
  line-height:.96 !important;
  letter-spacing:-3px !important;
  max-width:820px !important;
  margin-bottom:32px !important;
}

.hero h1 span{
  color:#0F7C75 !important;
}

.hero p{
  max-width:650px !important;
  font-size:19px !important;
  line-height:1.9 !important;
  color:#5f6674 !important;
}

.hero-actions{
  margin-top:42px !important;
}

/* Campaign image frame */
.hero-frame{
  border:18px solid #fff !important;
  border-radius:42px !important;
  background:#fff !important;
  box-shadow:
    0 46px 120px rgba(17,47,39,.16),
    0 0 0 1px rgba(31,181,169,.055) !important;
}

.hero-slider,
.hero-slider.ultra-slider{
  height:700px !important;
  border-radius:28px !important;
  background:#fff !important;
}

.hero-slide{
  object-fit:contain !important;
  object-position:center !important;
  filter:contrast(1.055) saturate(1.035) brightness(1.01) !important;
}

.slide-overlay{
  display:none !important;
}

.slide-dots{
  bottom:28px !important;
  right:32px !important;
}

.slide-dots .dot{
  background:rgba(255,255,255,.65) !important;
  border-color:rgba(15,124,117,.28) !important;
}

.slide-dots .dot.active{
  background:#0F7C75 !important;
  border-color:#0F7C75 !important;
}

/* Campaign feature strip */
.features{
  padding:38px 6% !important;
  background:#fff !important;
}

.features div{
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  border-top:1px solid rgba(15,124,117,.14) !important;
  border-bottom:1px solid rgba(15,124,117,.08) !important;
}

.features b{
  font-size:13px !important;
  letter-spacing:2px !important;
}

/* Editorial section headings */
.section-head{
  padding:110px 6% 52px !important;
}

.section-head span{
  color:#0F7C75 !important;
}

.section-head h2{
  font-size:clamp(46px,5vw,78px) !important;
  letter-spacing:-1.8px !important;
}

/* Product cards: campaign catalogue style */
.product-grid{
  padding:0 6% 112px !important;
  gap:58px 46px !important;
}

.product-card{
  border-radius:0 !important;
  border:none !important;
  background:#fff !important;
  box-shadow:none !important;
  padding:0 0 34px !important;
  border-bottom:1px solid rgba(15,124,117,.10) !important;
}

.product-card:hover{
  transform:translateY(-8px) !important;
  box-shadow:0 28px 80px rgba(17,47,39,.08) !important;
}

.product-img-wrap{
  height:430px !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  margin-bottom:28px !important;
}

.product-img-wrap img{
  padding:26px !important;
  filter:
    drop-shadow(0 0 .55px rgba(0,0,0,.28))
    drop-shadow(0 20px 30px rgba(0,0,0,.09))
    contrast(1.045)
    saturate(1.025)
    brightness(1.02) !important;
}

.product-card h3,
.product-card .eyebrow,
.product-card .desc,
.product-card .price,
.product-card button{
  margin-left:24px !important;
  margin-right:24px !important;
}

.product-card h3{
  font-size:25px !important;
  line-height:1.2 !important;
}

.price{
  color:#0F7C75 !important;
  font-size:24px !important;
}

/* Luxury button treatment */
.btn,
button,
.add-cart{
  background:#0F7C75 !important;
  color:#fff !important;
  border:1px solid #0F7C75 !important;
  box-shadow:none !important;
}

.btn:hover,
button:hover,
.add-cart:hover{
  background:#111 !important;
  border-color:#111 !important;
  box-shadow:0 18px 40px rgba(17,17,17,.14) !important;
}

/* Combo/editorial sections */
.combo-specials{
  background:linear-gradient(180deg,#f8f8f6,#fff) !important;
  padding:90px 6% 110px !important;
}

.combo-card{
  border-radius:0 !important;
  box-shadow:0 30px 90px rgba(17,47,39,.075) !important;
  border:none !important;
}

.about,
.contact{
  border-radius:0 !important;
  margin:92px 6% !important;
  background:#fff !important;
  border-top:1px solid rgba(15,124,117,.12) !important;
  border-bottom:1px solid rgba(15,124,117,.12) !important;
  box-shadow:none !important;
}

/* Testimonials and FAQ editorial polish */
blockquote{
  border-radius:0 !important;
  box-shadow:none !important;
  border-left:2px solid #0F7C75 !important;
}

.faq-section{
  background:#fff !important;
}

.faq-head h2{
  font-size:clamp(48px,5vw,78px) !important;
}

/* Mobile */
@media(max-width:950px){
  .site-header{
    height:auto !important;
    min-height:130px !important;
    padding:22px 5% 12px !important;
  }

  .brand{
    width:300px !important;
  }

  .brand img{
    width:285px !important;
    max-width:285px !important;
  }

  .site-header nav{
    margin-top:12px !important;
  }

  .hero{
    padding:64px 5% 72px !important;
  }

  .hero::before{
    left:5% !important;
    top:48px !important;
  }

  .hero h1{
    font-size:56px !important;
    letter-spacing:-1.4px !important;
  }

  .hero-slider,
  .hero-slider.ultra-slider{
    height:500px !important;
  }

  .product-grid{
    padding:0 5% 80px !important;
  }

  .product-img-wrap{
    height:360px !important;
  }

  .product-card h3,
  .product-card .eyebrow,
  .product-card .desc,
  .product-card .price,
  .product-card button{
    margin-left:12px !important;
    margin-right:12px !important;
  }
}




/* PRODUCT REPLACEMENT FINAL: pure white background and clean product fit */
.product-img-wrap,
.product-card .product-img-wrap,
.product-grid .product-card .product-img-wrap{
  background:#ffffff !important;
  background-image:none !important;
  border:none !important;
  box-shadow:none !important;
}

.product-img-wrap img,
.product-card .product-img-wrap img,
.product-grid .product-card .product-img-wrap img{
  background:#ffffff !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:20px !important;
  filter:
    drop-shadow(0 0 .55px rgba(0,0,0,.30))
    drop-shadow(0 16px 24px rgba(0,0,0,.08))
    contrast(1.04)
    brightness(1.02)
    saturate(1.02) !important;
}




/* ==========================================================
   SEAN PERRY CINEMATIC 0.1% ELITE FINAL
   - No slideshow border
   - Blur + crossfade transitions
   - Parallax motion
   - FAQ removed from menu via HTML
   - SEAN PERRY caps via HTML
   ========================================================== */

/* Header stays premium and balanced */
.site-header{
  position:sticky !important;
  top:0 !important;
  z-index:9999 !important;
  background:rgba(255,255,255,.97) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
  border-bottom:1px solid rgba(0,0,0,.045) !important;
  box-shadow:0 10px 32px rgba(17,47,39,.045) !important;
}

.site-header.scrolled{
  box-shadow:0 18px 46px rgba(17,47,39,.085) !important;
  background:rgba(255,255,255,.985) !important;
}

/* Hero slideshow: border removed completely */
.hero-frame{
  border:none !important;
  padding:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
  overflow:visible !important;
}

.hero-slider,
.hero-slider.ultra-slider{
  position:relative !important;
  height:700px !important;
  border:none !important;
  padding:0 !important;
  outline:none !important;
  box-shadow:0 42px 120px rgba(17,47,39,.16) !important;
  border-radius:34px !important;
  overflow:hidden !important;
  background:#0f1716 !important;
  transform:translateY(var(--parallaxY, 0px)) !important;
  transition:transform .35s ease-out !important;
}

/* Remove decorative border */
.hero-slider::after,
.hero-slider.ultra-slider::after{
  display:none !important;
  content:none !important;
  border:none !important;
}

/* Cinematic overlay: subtle, no text */
.hero-slider::before,
.hero-slider.ultra-slider::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:3 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 75% 18%, rgba(255,255,255,.16), transparent 31%),
    linear-gradient(90deg, rgba(0,0,0,.26), rgba(0,0,0,.03) 55%, rgba(0,0,0,.08)) !important;
}

/* Blur + fade cross transition like luxury campaign */
.hero-slide{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  opacity:0 !important;
  transform:scale(1.08) translate3d(0, 0, 0) !important;
  filter:blur(10px) brightness(.86) saturate(.98) contrast(1.02) !important;
  transition:
    opacity 1.65s cubic-bezier(.4,0,.2,1),
    filter 1.65s cubic-bezier(.4,0,.2,1),
    transform 6.8s ease !important;
  will-change:opacity, filter, transform !important;
  z-index:1 !important;
}

.hero-slide.active{
  opacity:1 !important;
  transform:scale(1.16) translate3d(0, calc(var(--parallaxY, 0px) * -0.18), 0) !important;
  filter:blur(0) brightness(1.01) saturate(1.06) contrast(1.05) !important;
  z-index:2 !important;
}

/* Remove all banner writing */
.slide-overlay{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
}

/* Premium dots */
.slide-dots{
  position:absolute !important;
  right:34px !important;
  bottom:28px !important;
  z-index:5 !important;
  display:flex !important;
  gap:10px !important;
}

.slide-dots .dot{
  width:9px !important;
  height:9px !important;
  min-width:0 !important;
  padding:0 !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.75) !important;
  background:rgba(255,255,255,.42) !important;
  box-shadow:none !important;
  transition:width .35s ease, background .35s ease, border-color .35s ease !important;
}

.slide-dots .dot.active{
  width:34px !important;
  background:#1FB5A9 !important;
  border-color:#1FB5A9 !important;
}

/* Luxury homepage softness */
.hero{
  background:
    radial-gradient(circle at 75% 22%, rgba(31,181,169,.09), transparent 34%),
    linear-gradient(90deg,#ffffff 0%,#fbfffd 44%,#effaf7 100%) !important;
}

/* Keep product cards crisp */
.product-img-wrap{
  background:#fff !important;
  background-image:none !important;
}

.product-img-wrap img{
  background:#fff !important;
  object-fit:contain !important;
  object-position:center !important;
}

/* Mobile */
@media(max-width:950px){
  .hero-slider,
  .hero-slider.ultra-slider{
    height:500px !important;
    border-radius:26px !important;
  }

  .slide-dots{
    right:22px !important;
    bottom:22px !important;
  }
}


.hero h1 span,
.section-title,
.product-title,
.nav-links a:hover {
    
}


/* HEADINGS ONLY LUXURY TURQUOISE */
.hero h1 span,
.section-title,
h2,
h3,
.showcase-title {
    color: #0d8f87 !important;
}


/* MATCH BOTH HERO BUTTONS */
.hero-buttons .btn,
.hero-buttons a,
.secondary-btn,
.outline-btn {
    background: #0d8f87 !important;
    color: white !important;
    border: 1px solid #0d8f87 !important;
}

.hero-buttons .btn:hover,
.secondary-btn:hover,
.outline-btn:hover {
    background: #08756f !important;
    border-color: #08756f !important;
}


/* FINAL FIX: uploaded slideshow images added and displayed without cropping */
.hero-slider {
  position: relative !important;
  width: 100% !important;
  height: 640px !important;
  overflow: hidden !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, #f8fbfa, #eef8f5) !important;
}

.hero-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important; /* no cropping */
  object-position: center !important;
  opacity: 0 !important;
  transform: scale(1) !important;
  transition: opacity 1.2s ease-in-out, transform 6s ease !important;
  background: linear-gradient(135deg, #f8fbfa, #eef8f5) !important;
}

.hero-slide.active {
  opacity: 1 !important;
  transform: scale(1.035) !important;
}

@media(max-width: 950px) {
  .hero-slider { height: 420px !important; }
}



.hero-slideshow img{
    width:100%;
    
    object-fit:cover;
    transition:opacity 0.8s ease-in-out,
               transform 8s ease;
}


/* TOP RIGHT POPUP BUTTON MENU - hides old menu words from the header */
.site-header{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9998 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.site-header nav{
  display: none !important;
}

.popup-menu-trigger{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(15,111,104,.28);
  background: rgba(255,255,255,.92);
  color: #0f6f68;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 35px rgba(0,0,0,.12);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.popup-menu-trigger:hover{
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
  background: #fff;
}

.popup-menu{
  position: fixed;
  top: 82px;
  right: 28px;
  width: 235px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
  border: 1px solid rgba(15,111,104,.12);
  backdrop-filter: blur(18px);
  display: none;
  flex-direction: column;
  gap: 10px;
  z-index: 10000;
}

.popup-menu.show{
  display: flex;
  animation: luxuryMenuPop .22s ease both;
}

.popup-menu a{
  text-decoration: none;
  color: #0f6f68;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 13px 16px;
  border-radius: 16px;
  background: #f5fbfa;
  border: 1px solid rgba(15,111,104,.1);
  text-align: center;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.popup-menu a:hover{
  transform: translateX(-3px);
  background: #0f6f68;
  color: #fff;
}

@keyframes luxuryMenuPop{
  from{opacity:0; transform: translateY(-8px) scale(.96)}
  to{opacity:1; transform: translateY(0) scale(1)}
}

@media(max-width:950px){
  .site-header{
    flex-direction: row !important;
    align-items: center !important;
  }
  .popup-menu{
    top: 76px;
    right: 16px;
    width: calc(100vw - 32px);
    max-width: 290px;
  }
}


/* FINAL CLEANUP PATCH */
.popup-menu-trigger,
#popupMenuTrigger,
.popup-menu,
#popupMenu{
    display:none !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
}

.hero::after,
.hero::before{
    content:none !important;
    display:none !important;
    opacity:0 !important;
    visibility:hidden !important;
}

.slide-dots,
.slide-dots *,
.slider-dots,
.slider-dots *,
.dots,
.dots *,
.dot,
.swiper-pagination,
.swiper-pagination *,
.slick-dots,
.slick-dots *,
.carousel-indicators,
.carousel-indicators *{
    display:none !important;
    opacity:0 !important;
    visibility:hidden !important;
    pointer-events:none !important;
}
