/* ============================================================
   Complexion Crafters — Redesign
   Palette: cream / forest green / deep berry
   ============================================================ */

:root {
    --cream: #fffaf7;
    --cream-2: #f5e8e5;
    --ink: #2b2525;
    --ink-soft: #756a69;
    --forest: #806b68;
    --forest-deep: #5d4947;
    --berry: #a95767;
    --berry-dark: #833e4d;
    --gold: #c9aa7a;
    --line: #ead9d5;
    --shadow: 0 18px 45px -18px rgba(55, 35, 35, 0.18);
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-body: "Jost", "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
li{list-style: none;}
a{text-decoration:none;}

h1, h2, h3, .serif { font-family: var(--font-display); font-weight: 600; line-height: 1.15; }

.container { width: min(1180px, 92%); margin-inline: auto;position: relative; }
/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	margin: 0px ;
	padding: 0px ;
	z-index: 9999600 ;
	border: 0px;
	background: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.pop-up-bg-in {
	position: fixed;
    bottom: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: left 1s ease 0s;
    z-index: 10000010;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    justify-content: center;
}
.pop-up-left {
	width: 100% ;
	height: 100% ;
	position: fixed ;
	left: 0px ;
	top: 0px ;
	border: 0px;
	background-color: rgb(0, 0, 0) ;
	display: none ;
	opacity: 0.8 ;
	z-index: 10000001 ;
}
.pop-up-left-txt {
	font-size: 16px;
    box-sizing: initial;
    overflow-wrap: break-word;
    transition: left 1s ease 0s;
    display: flex;
    text-align: left;
    padding: 20px;
    line-height: 24px;
    color: #fff;
    float: left;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
	flex-wrap: wrap;
}
.pop-innr {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 200px);
}
.pop-btn {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}
.pop-up-left-txt span{
	font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: block;
	}
.pop-up-left-txt a{ text-decoration:underline;display: inline-block; color: #fff}
.yes-btn, .no-btn {
    cursor: pointer;
    margin-top: 10px;
    height: 40px;
    color: var(--cream);
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    outline: none;
    box-shadow: none;
    background: var(--berry-dark);
    appearance: none;
    transition: left 1s ease 0s;
    display: inline-block;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 50px;
    border: none;
}
.no-btn {
    background: var(--ink);
}
.yes-btn {
	
}	

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
   /* position:absolute;
    right:40px;
    top:26px;*/
	z-index:16;
	height:30px;
	float:right;
	margin:25px 20px 0 0;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #a7a7a7;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#a7a7a7;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#a7a7a7;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:100px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:70px;}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}
.mobilemenu li a.header-btn {
    float: left;
    width: 150px;
    font-size: 18px;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    font-weight: 600;
    margin:10px 0;
    border-radius: 20px;
    background: #19c354;
	padding:0;
	text-align:center;
	}

/* ---------- reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }


/* ---------- buttons ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.9rem 2.2rem;
    border-radius: 999px;
    font-family: var(--font-body);
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    transition: color 0.4s var(--ease), border-color 0.4s var(--ease),
      transform 0.3s var(--ease), box-shadow 0.4s var(--ease);
    z-index: 1;
    justify-content: center;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.45s var(--ease);
}
.btn:hover::before { transform: scaleX(1); transform-origin: left; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

.btn-light { background: var(--cream); color: var(--forest); }
.btn-light::before { background: var(--gold); }
.btn-light:hover { color: var(--forest-deep); }

.btn-berry { background: var(--berry); color: #fff; }
.btn-berry::before { background: var(--berry-dark); }

.btn-outline { border-color: var(--forest); color: var(--forest); background: transparent; }
.btn-outline::before { background: var(--forest); }
.btn-outline:hover { color: var(--cream); }

/* ---------- header ---------- */
.top-fix-bar {
	
	margin-bottom:clamp(50px, 6vw, 70px);
}
.site-header {
    position: relative;
    z-index: 50;
    background: color-mix(in srgb, var(--cream) 88%, transparent);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid transparent;
    transition: border-color 0.4s, box-shadow 0.4s;
    height: clamp(50px, 6vw, 70px);
    top: clamp(50px, 6vw, 70px);
    margin-top: clamp(-70px, -6vw, -50px);
    width: 100%;
    display: flex;
    align-items: center;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 6px 24px -14px rgba(0,0,0,0.15); }


.fixed-nav .site-header{
	position: fixed;
	z-index: 11;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    max-width: clamp(140px, 15vw, 190px);
}
.brand svg { transition: transform 0.6s var(--ease); }
.brand:hover svg { transform: rotate(180deg); }
.brand .name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1;
  color: var(--berry);
}
.brand .name small { display: block; font-size: 0.85rem; letter-spacing: 0.35em; color: var(--ink-soft); }

.nav-links { display: flex; gap: 2.2rem; list-style: none; align-items: center; }
.nav-links a {
  text-decoration: none;
  color: var(--ink);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
  padding: 0.3rem 0;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1.5px;
  background: var(--berry);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s var(--ease);
}
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-links a.active { color: var(--berry); }

.nav-links .cart-pill, .cart-pill {
  background: var(--berry);
  color: #fff;
  padding: 0.55rem;
  border-radius: 999px;
  transition: background 0.3s, transform 0.3s var(--ease);
}
.icon-btn__count {
    background: var(--ink);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: -3px 0 0 0;
    letter-spacing: 0;
}
.cart-pill:hover { background: var(--berry-dark); transform: translateY(-2px); }
.cart-pill::after { display: none; }

.burger {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  width: 40px; height: 40px;
  position: relative;
}
.burger span {
  position: absolute;
  left: 8px; right: 8px;
  height: 2px;
  background: var(--ink);
  transition: transform 0.35s var(--ease), opacity 0.3s, top 0.35s var(--ease);
}
.burger span:nth-child(1) { top: 13px; }
.burger span:nth-child(2) { top: 19px; }
.burger span:nth-child(3) { top: 25px; }
.burger.open span:nth-child(1) { top: 19px; transform: rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { top: 19px; transform: rotate(-45deg); }

/* ---------- hero ---------- */
.hero {
    position: relative;
    background: #da947a;
    color: var(--cream);
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(120deg, #1e1111db 40%, #1a090945 70%);
    z-index: 1;
}
.hero-bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 190px center;
    opacity: 1;
    z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  right: -12%;
  top: -30%;
  width: 60vw;
  height: 60vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,169,106,0.22), transparent 65%);
  animation: floatGlow 9s ease-in-out infinite alternate;
}
@keyframes floatGlow {
  from { transform: translateY(0) scale(1); }
  to   { transform: translateY(40px) scale(1.08); }
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
  padding: 6rem 0 7rem;
  position: relative;
  z-index: 1;
}

.eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: clamp(0.8rem, 3vw, 1.2rem);
}

.hero h1 {
  font-size: clamp(2.6rem, 5.4vw, 4.4rem);
  margin-bottom: 1.4rem;
    text-transform: capitalize;
}
.hero h1 em { font-style: italic; color: var(--gold); }

.hero p { max-width: 53ch; color: rgba(250,246,239,0.82); margin-bottom: clamp(1rem,3vw, 2.2rem); font-size: clamp(16px, 3vw, 18px);
    line-height: clamp(24px, 3vw, 28px);}

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* CSS-only product art */
.product-stage {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1.4rem;
  min-height: 380px;
  animation: riseIn 1.1s var(--ease) both 0.2s;
}
@keyframes riseIn {
  from { opacity: 0; transform: translateY(50px); }
  to   { opacity: 1; transform: none; }
}

.jar, .tube, .bottle {
    position: relative;
    filter: drop-shadow(0 22px 22px rgba(0,0,0,0.35));
    transition: transform 0.5s var(--ease);
    display: inline-block;
    vertical-align: middle;
}
.product-stage:hover .jar { transform: translateY(-10px) rotate(-2deg); }
.product-stage:hover .tube { transform: translateY(-18px); }
.product-stage:hover .bottle { transform: translateY(-8px) rotate(2deg); }

.tube {
  width: 280px;
    margin: 0 -100px -5px;
}


.jar {
    width: 230px;
    margin: 0 -40px -90px;
}


.bottle {
  width: 74px; height: 210px;
  background: linear-gradient(180deg, #b33745, var(--berry-dark));
  border-radius: 12px 12px 18px 18px;
}
.bottle::before {
  content: "";
  position: absolute;
  top: -42px; left: 50%;
  transform: translateX(-50%);
  width: 26px; height: 42px;
  background: linear-gradient(180deg, #2c2c2c, #545454);
  border-radius: 5px 5px 0 0;
}
.bottle::after {
  content: "HYDRATING FACIAL OIL";
  position: absolute;
  bottom: 26px; left: 50%;
  transform: translateX(-50%);
  width: 80%;
  padding: 0.5rem 0.2rem;
  background: var(--cream);
  color: var(--berry-dark);
  font-size: 0.5rem;
  letter-spacing: 0.12em;
  text-align: center;
  border-radius: 3px;
}

/* ---------- features strip ---------- */
.features { padding: clamp(1.5rem, 6vw, 4.5rem) 0; border-bottom: 1px solid var(--line);}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  text-align: center;
}
.feature { padding: clamp(0.8rem, 3vw, 1.4rem) 1rem; border-radius: 18px; transition: background 0.4s, transform 0.4s var(--ease), box-shadow 0.4s; }
.feature:hover { background: #fff; transform: translateY(-6px); box-shadow: var(--shadow); }
.feature .icon {
  width: 60px; height: 60px;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--cream-2);
  color: var(--forest);
  transition: background 0.4s, color 0.4s, transform 0.5s var(--ease);
}
.feature:hover .icon { background: var(--forest); color: var(--cream); transform: rotate(-8deg) scale(1.08); }
.feature h3 { font-size: 1.25rem; margin-bottom: 0.4rem; }
.feature p { font-size: clamp(15px, 3vw, 17px);line-height: clamp(24px, 3vw, 27px); color: var(--ink-soft); }

/* ---------- about ---------- */
.about { padding: clamp(2rem, 5vw, 4rem) 0 clamp(2rem, 6vw, 5rem); }
.about-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.95fr;
  gap: clamp(2rem, 3vw, 4rem);
  align-items: center;
}
.about h2 { font-size: clamp(2rem, 3.6vw, 3rem); margin-bottom: 1.2rem; }
.about h2 em {color: var(--berry-dark);}
.about p { color: var(--ink-soft); margin-bottom: 1rem; font-size: clamp(15px, 3vw, 17px);    line-height: clamp(24px, 3vw, 27px);}
.about .lead { color: var(--ink); font-weight: font-size: clamp(15px, 3vw, 17px);
    line-height: clamp(24px, 3vw, 27px);500; }
.about-actions { margin-top: 1.6rem; }

.about-visual {
  position: relative;
  aspect-ratio: 3.3 / 4.4;
  border-radius: 220px 220px 24px 24px;
  background:
    radial-gradient(circle at 30% 25%, rgba(201,169,106,0.5), transparent 55%),
    linear-gradient(160deg, var(--forest) 0%, var(--forest-deep) 100%);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.about-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(2px 2px at 20% 70%, var(--gold) 50%, transparent 51%),
    radial-gradient(2px 2px at 70% 30%, var(--gold) 50%, transparent 51%),
    radial-gradient(3px 3px at 80% 75%, #e7b6bd 50%, transparent 51%),
    radial-gradient(2px 2px at 40% 40%, #e7b6bd 50%, transparent 51%),
    radial-gradient(2px 2px at 55% 85%, var(--gold) 50%, transparent 51%);
  opacity: 0.9;
}
.about-visual .about-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    object-position: center top;
}
.about-visual .petal {
  position: absolute;
  width: 14px; height: 22px;
  background: #e7b6bd;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  opacity: 0.85;
  animation: drift 8s ease-in-out infinite;
    z-index: 1;
}
.about-visual .petal:nth-child(1) { top: 12%; left: 20%; animation-delay: 0s; }
.about-visual .petal:nth-child(2) { top: 30%; left: 70%; animation-delay: 1.4s; }
.about-visual .petal:nth-child(3) { top: 60%; left: 30%; animation-delay: 2.6s; }
.about-visual .petal:nth-child(4) { top: 75%; left: 65%; animation-delay: 3.8s; }
@keyframes drift {
  0%, 100% { transform: translateY(0) rotate(12deg); }
  50%      { transform: translateY(26px) rotate(-14deg); }
}
.about-visual .quote {
  position: absolute;
  inset: auto 2rem 2.4rem;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-style: italic;
  text-align: center;
}

/* ---------- steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; margin-top: 2.4rem; }
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.4rem;
  transition: transform 0.4s var(--ease), box-shadow 0.4s, border-color 0.4s;
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--gold); }
.step .num {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gold);
}
.step h4 { font-family: var(--font-display); font-size: clamp(20px, 3vw, 22px);line-height: clamp(30px, 3vw, 32px); margin: 0.3rem 0; }
.step p { font-size: clamp(15px, 3vw, 16px);line-height: clamp(24px, 3vw, 25px); margin: 0; }

/* ---------- banner ---------- */
.banner {
  background: linear-gradient(100deg, var(--forest) 0%, var(--forest-deep) 100%);
  color: var(--cream);
  padding: clamp(2rem, 6vw, 4.5rem) 0;
  position: relative;
  overflow: hidden;
}
.banner::before {
  content: "";
  position: absolute;
  left: -8%; bottom: -60%;
  width: 42vw; height: 42vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(165,47,61,0.35), transparent 60%);
}
.banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    position: relative;
}
.banner h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 0.8rem; }
.banner p { max-width: 56ch; color: rgba(250,246,239,0.8); }

/* ---------- products ---------- */
.products { padding: clamp(2rem, 6.5vw, 5.5rem) 0; }
.section-head { text-align: center; margin-bottom: clamp(1.2rem, 3vw, 3rem); }
.section-head h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
.section-head p { color: var(--ink-soft); max-width: 52ch; margin: 0.6rem auto 0; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.45s var(--ease), box-shadow 0.45s, border-color 0.45s;
}
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: var(--gold); }

.card .thumb {
    height: auto;
    display: grid;
    place-items: center;
    background: linear-gradient(160deg, var(--cream-2), #fff);
    position: relative;
    overflow: hidden;
}
.card .thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.7) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.7s var(--ease);
}
.card:hover .thumb::after { transform: translateX(100%); }

.mini { transition: transform 0.5s var(--ease); }
.card:hover .mini { transform: scale(1.1) rotate(-2deg); }

.mini-jar { width: 86px; height: 62px; background: linear-gradient(180deg,#f2ebdd 55%,#e2d7bf); border-radius: 10px 10px 16px 16px; position: relative; }
.mini-jar::before { content:""; position:absolute; top:-16px; left:-3px; right:-3px; height:18px; background:linear-gradient(180deg,#fdfaf3,#d9cdb4); border-radius:6px; }
.mini-jar::after { content:""; position:absolute; inset:16px 12px auto; height:22px; background:var(--berry); border-radius:3px; }

.mini-tube { width: 42px; height: 130px; background: linear-gradient(180deg,#c94a58 0%,var(--berry) 45%,#f5efe4 45.5%,#ece2cf); border-radius: 8px 8px 5px 5px; position: relative; }
.mini-tube::before { content:""; position:absolute; top:-10px; left:14%; right:14%; height:10px; background:#d9cdb4; border-radius:3px 3px 0 0; }

.mini-bottle { width: 40px; height: 100px; background: linear-gradient(180deg,#b33745,var(--berry-dark)); border-radius: 8px 8px 12px 12px; position: relative; }
.mini-bottle::before { content:""; position:absolute; top:-22px; left:50%; transform:translateX(-50%); width:14px; height:22px; background:#3a3a3a; border-radius:3px 3px 0 0; }

.mini-pump { width: 46px; height: 108px; background: linear-gradient(180deg,#f5efe4,#e2d7bf); border: 2px solid var(--berry); border-radius: 10px; position: relative; }
.mini-pump::before { content:""; position:absolute; top:-20px; left:50%; transform:translateX(-50%); width:10px; height:20px; background:var(--berry); }
.mini-pump::after { content:""; position:absolute; top:-22px; left:50%; width:26px; height:8px; background:var(--berry); border-radius:4px; }

.card .body { padding: 1.2rem 1.2rem 1.4rem; }
.card .cat { font-size: 0.68rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); }
.card h3 { font-size: 1.25rem; margin: 0.3rem 0 0.2rem; }
.card h3 span { display: block;font-family: var(--font-body);font-size: 0.8em;line-height: 1.5em;}
.card .price { color: var(--berry); font-weight: 500; margin-bottom: 0.8rem; }
.card .link {
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--forest);
  text-decoration: none;
  border-bottom: 1px solid var(--forest);
  padding-bottom: 2px;
  transition: color 0.3s, border-color 0.3s, letter-spacing 0.4s var(--ease);
}
.card .link:hover { color: var(--berry); border-color: var(--berry); letter-spacing: 0.32em; }

.center { text-align: center; margin-top: 3rem; }

/* ---------- footer ---------- */
.site-footer {
    background: var(--ink);
    color: rgba(250,246,239,0.75);
    padding: clamp(2rem, 6vw, 4.5rem) 0 2rem;
    font-size: 0.9rem;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr .6fr 1.4fr 1fr;
    gap: clamp(1.5rem, 4vw, 2.5rem);
    padding-bottom: clamp(1.2rem, 4vw, 3rem);
    border-bottom: 1px solid rgba(250,246,239,0.12);
}
.site-footer h4 {
    font-family: var(--font-body);
    color: var(--cream);
    font-size: 0.78rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 0.5rem; }
.site-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s, padding-left 0.3s var(--ease);
}
.site-footer a:hover { color: var(--gold); padding-left: 6px; }
.footer-note { padding-top: 1.6rem; font-size: 0.75rem; color: rgba(250,246,239,0.45); text-align: center; }
.footer-brand { color: var(--cream); font-family: var(--font-display); font-size: 1.4rem; margin-bottom: 0.8rem; }
.footer-brand img {max-width: 150px;    filter: brightness(0) invert(1);}
.footer-note a {text-decoration: underline;}

/* ---------- contact page ---------- */
.contact-hero {
  background: linear-gradient(140deg, var(--berry) 0%, var(--berry-dark) 60%, #5e1822 100%);
  color: var(--cream);
  padding: clamp(2rem, 7.5vw, 6.5rem) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.contact-hero::after {
  content: "";
  position: absolute;
  right: -10%; top: -40%;
  width: 46vw; height: 46vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,169,106,0.3), transparent 60%);
  animation: floatGlow 8s ease-in-out infinite alternate;
}
.contact-hero h1 { font-size: clamp(2.6rem, 5vw, 4rem); }
.contact-hero p { max-width: 52ch; margin: 1rem auto 0; color: rgba(250,246,239,0.85); position: relative; z-index: 1; }

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  padding: clamp(1rem, 6vw, 4.5rem) 0 2rem;
}
.contact-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: clamp(1.5rem,3vw, 2.4rem) clamp(1.5rem,3vw, 2rem);
    text-align: center;
    transition: transform 0.45s var(--ease), box-shadow 0.45s;
}
.contact-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.contact-card .icon {
    width: 64px; height: 64px;
    margin: 0 auto 1.2rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--forest);
    color: var(--cream);
    transition: transform 0.5s var(--ease), background 0.4s;
    position: static;
}
.contact-card:hover .icon { transform: rotate(-10deg) scale(1.1); background: var(--berry); }
.contact-card h3 { font-size: 1.4rem; margin-bottom: 0.5rem; }
.contact-card p { color: var(--ink-soft); font-size: 0.92rem; }
.contact-card a { color: var(--berry); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.3s; }
.contact-card a:hover { border-color: var(--berry); }

.hours-band {
  background: var(--forest);
  color: var(--cream);
  border-radius: 24px;
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  margin: clamp(0.9rem, 3vw,2.5rem) auto clamp(2.3rem, 6vw, 5rem);
}
.hours-band h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
.hours-list { list-style: none; }
.hours-list li {
  display: flex;
  justify-content: space-between;
  
  border-bottom: 1px dashed rgba(250,246,239,0.25);
  transition: padding-left 0.3s var(--ease);
}
.hours-list li:hover { padding-left: 8px; }
.hours-list li:last-child { border-bottom: 0; }
.hours-list .day { letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.8rem; }
.hours-list .time { color: var(--gold); font-size: 0.8rem;}

.socials { display: flex; gap: 1rem; justify-content: center; padding-bottom: 5rem; }
.socials a {
  width: 52px; height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--forest);
  transition: background 0.4s, color 0.4s, transform 0.4s var(--ease), border-color 0.4s;
}
.socials a:hover { background: var(--berry); color: #fff; border-color: var(--berry); transform: translateY(-6px) rotate(8deg); }

/*****************************/
/*TERMS- PRIVACY*/

.tems-bg {
	padding: 40px 0;
}
.trm-bx {
	text-align: left;
}

.trm-bx h1 {
	line-height: 30px;
    color: #333;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #333;
}
.trm-bx h3 {
	line-height: 28px;
    text-align: left;
    font-size: 24px;
    float: left;
    width: 100%;
    margin: 0px 0 15px;
    color: #000;
    font-weight: 600;
    padding: 0;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx p {
	font-size: 16px;
    line-height: 24px;
    
    margin-bottom: 10px;
    
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 20px;
    float: left;
    width: 100%;
    margin: 10px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}

.ing-blk {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}

.ing-blk-lft {
    float: left;
    width: 50%;
}
/************************************/
/*----------- popup ---------------- */
#pop_overlay {
	background-color: rgba(0, 0, 0, 0.6);
	clear: none;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#pop_content {
	height: auto;
	width: 100%;
	background-color: white;
	border-radius: 4px;
	margin: 8% auto 0 auto;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px 20px;
	max-width: 600px;
}
.cross {
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 100%;
    cursor: pointer;
}
/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; padding: clamp(2rem, 5vw, 4rem) 0 clamp(2rem, 3vw, 5rem); text-align: center; }
  .hero p { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .product-stage { min-height: clamp(290px, 19vw, 320px); }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .banner-inner { flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .hours-band { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .hero-bg{object-position: center center;}
    .burger { display: block; }
    .mob-rgt {display: flex;align-items: center;}
    .cart-pill {padding: 0px;background: none;}
    .icon-btn__count{font-size: 10px;margin: 0;line-height: 20px;height: 18px;width: 18px;}
    .nav-links {
        position: fixed;
        inset: 52px 0 auto;
        background: var(--cream);
        flex-direction: column;
        gap: 0;
        padding: 1rem 0 1.6rem;
        border-bottom: 1px solid var(--line);
        transform: translateY(-130%);
        transition: transform 0.45s var(--ease);
        box-shadow: var(--shadow);
    }
    .nav-links.open { transform: translateY(0); }
    .nav-links li { width: 100%; text-align: center; }
    .nav-links li:last-child {width: auto;}
    .nav-links a { display: block; padding: 0.9rem; }
    .features-grid, .product-grid, .steps { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .hours-band { padding: 2rem 1.5rem; }

    .pop-innr{width:100%; text-align: center;}
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

