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

:root {
  --cream: #FAF7F2;
  --offwhite: #F5F0E8;
  --sand: #E8DDD0;
  --warm-tan: #C9B89F;
  --muted-brown: #8A7560;
  --deep-brown: #4A3728;
  --charcoal: #2C2420;
  --gold: #C4A882;
  --text-light: #9A8878;
  --nav-h: 80px;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

/* ─── SCROLLBAR ─── */
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--warm-tan); }

/* ─── NAV ─── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
 padding: 0 clamp(-0.5rem, 3vw, 1rem);
  transition: background 0.5s ease, backdrop-filter 0.5s ease;
}

nav.scrolled {
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 0.5px solid var(--sand);
}

.nav-links {
  display: flex;
  gap: clamp(1.5rem, 3vw, 3rem);
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: var(--cream);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: color 0.3s ease, opacity 0.3s ease;
  opacity: 0.85;
}

.nav-links a:hover { opacity: 1; }

nav.scrolled .nav-links a { color: var(--deep-brown); }

.nav-logo {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  letter-spacing: 0.35em;
  color: var(--cream);
  text-decoration: none;
  transition: color 0.3s ease;
}

nav.scrolled .nav-logo { color: var(--deep-brown); }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-icon {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.3s;
  color: var(--cream);
}

nav.scrolled .nav-icon { color: var(--deep-brown); }
.nav-icon:hover { opacity: 1; }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}

.hamburger span {
  display: block;
  width: 22px;
  height: 1px;
  background: var(--cream);
  transition: background 0.3s;
}

nav.scrolled .hamburger span { background: var(--deep-brown); }

/* ─── HERO ─── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: url("./Hero Section.jpeg") center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(44,36,32,0.25) 0%,
    rgba(44,36,32,0.45) 60%,
    rgba(44,36,32,0.65) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--cream);
  padding: 0 1.5rem;
  max-width: 800px;
}

.hero-label {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeUp 1s ease 0.4s forwards;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: clamp(2.5rem, min(15vw, 12vh), 8rem);
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeUp 1s ease 0.7s forwards;
   
}

.hero-title em {
  font-style: italic;
  font-weight: 300;
  color: var(--gold);
}

.hero-sub {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: clamp(0.8rem, 1.5vw, 0.95rem);
  letter-spacing: 0.25em;
  text-transform: uppercase;
  opacity: 0;
  animation: fadeUp 1s ease 1s forwards;
  margin-bottom: 2.5rem;
  color: rgba(250,247,242,0.75);
}

.hero-cta {
  display: inline-block;
  padding: 0.9rem 2.8rem;
  border: 0.5px solid rgba(250,247,242,0.6);
  color: var(--cream);
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
  opacity: 0;
  animation: fadeUp 1s ease 1.3s forwards;
}

.hero-cta:hover {
  background: var(--cream);
  color: var(--deep-brown);
  border-color: var(--cream);
}

.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(250,247,242,0.55);
  font-size: 0.6rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-family: 'Jost', sans-serif;
  animation: fadeIn 1.5s ease 2s both;
}

.scroll-line {
  width: 0.5px;
  height: 50px;
  background: rgba(250,247,242,0.4);
  animation: scrollPulse 2s ease-in-out infinite;
}

/* ─── TICKER ─── */
.ticker {
  background: var(--deep-brown);
  color: var(--gold);
  padding: 0.75rem 0;
  overflow: hidden;
  white-space: nowrap;
}

.ticker-inner {
  display: inline-flex;
  animation: ticker 22s linear infinite;
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.ticker-inner span { margin: 0 3rem; }

/* ─── SECTION UTILS ─── */
section { padding: clamp(5rem, 10vw, 9rem) clamp(1.5rem, 6vw, 5rem); }

.section-label {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--warm-tan);
  margin-bottom: 1rem;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.2;
  color: var(--deep-brown);
  margin-bottom: 1rem;
}

.section-title em { font-style: italic; color: var(--muted-brown); }

/* ─── FEATURED COLLECTION ─── */
.featured { background: var(--offwhite); }

.featured-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.view-all {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted-brown);
  text-decoration: none;
  border-bottom: 0.5px solid var(--warm-tan);
  padding-bottom: 2px;
  transition: color 0.3s, border-color 0.3s;
}

.view-all:hover { color: var(--deep-brown); border-color: var(--deep-brown); }

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
}

.collection-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: var(--sand);
  cursor: pointer;
}

.collection-item:first-child {
  grid-row: span 2;
  aspect-ratio: auto;
}

.item-img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
}

.item-placeholder {
  width: 100%; height: 100%;
  background: var(--sand);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.placeholder-inner {
  text-align: center;
  color: var(--muted-brown);
}

.placeholder-inner svg { width: 48px; opacity: 0.35; margin-bottom: 0.75rem; }
.placeholder-inner p { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.5; }

.collection-item:hover .item-placeholder,
.collection-item:hover .item-img {
  transform: scale(1.06);
}

.item-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 1.5rem;
  background: linear-gradient(transparent, rgba(44,36,32,0.55));
  color: var(--cream);
  transform: translateY(8px);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.collection-item:hover .item-info { opacity: 1; transform: translateY(0); }

.item-name {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: clamp(0.95rem, 1.5vw, 1.2rem);
  margin-bottom: 0.25rem;
}

.item-price {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: var(--gold);
}

/* ─── ABOUT ─── */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  background: var(--cream);
}

.about-visual {
  position: relative;
}

.about-img-wrap {
  aspect-ratio: 4/5;
  background: var(--sand);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-img-inner { color: var(--muted-brown); text-align: center; }
.about-img-inner svg { width: 64px; opacity: 0.25; }

.about-accent {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  width: 55%;
  aspect-ratio: 1;
  border: 0.5px solid var(--warm-tan);
  z-index: -1;
}

.about-text { max-width: 520px; }

.about-quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.5;
  color: var(--deep-brown);
  margin-bottom: 2rem;
  border-left: 1.5px solid var(--gold);
  padding-left: 1.5rem;
}

.about-body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.9;
  color: var(--text-light);
  margin-bottom: 2rem;
}

.about-stats {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: 2.2rem;
  color: var(--deep-brown);
  line-height: 1;
}

.stat-label {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--warm-tan);
  margin-top: 0.35rem;
}

.btn-outline {
  display: inline-block;
  padding: 0.85rem 2.5rem;
  border: 0.5px solid var(--muted-brown);
  color: var(--deep-brown);
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  transition: background 0.4s ease, color 0.4s ease;
}

.btn-outline:hover { background: var(--deep-brown); color: var(--cream); }

/* ─── PRODUCT GRID ─── */
.products { background: var(--offwhite); }

.products-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.filter-tabs {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  flex-wrap: wrap;
}

.filter-tabs li {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-light);
  cursor: pointer;
  transition: color 0.3s;
  padding-bottom: 3px;
}

.filter-tabs li.active {
  color: var(--deep-brown);
  border-bottom: 0.5px solid var(--deep-brown);
}

.filter-tabs li:hover { color: var(--deep-brown); }

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(260px, 100%), 1fr));
  gap: 2rem;
}

.product-card { cursor: pointer; }

.product-img {
  aspect-ratio: 3/4;
  background: var(--sand);
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-placeholder {
  width: 100%; height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sand);
  transition: transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);
}

.product-placeholder svg { width: 40px; opacity: 0.25; }

.product-card:hover .product-placeholder { transform: scale(1.04); }

.product-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--deep-brown);
  color: var(--cream);
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 4px 10px;
}

.product-wishlist {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--cream);
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
  border: none;
}

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

.product-name {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 1rem;
  color: var(--deep-brown);
  margin-bottom: 0.3rem;
  transition: color 0.3s;
}

.product-card:hover .product-name { color: var(--muted-brown); }

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

.product-price {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: var(--muted-brown);
}

.product-colors {
  display: flex;
  gap: 5px;
}

.color-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: 0.5px solid rgba(0,0,0,0.1);
}

/* ─── CTA BANNER ─── */
.cta-section {
  background: var(--deep-brown);
  text-align: center;
  padding: clamp(5rem, 10vw, 9rem) 1.5rem;
}

.cta-eyebrow {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.65rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.cta-title {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  color: var(--cream);
  line-height: 1.15;
  margin-bottom: 0.75rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.cta-title em { font-style: italic; color: var(--gold); }

.cta-sub {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.85rem;
  color: rgba(250,247,242,0.55);
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}

.cta-btn {
  display: inline-block;
  padding: 1rem 3.5rem;
  background: var(--gold);
  color: var(--deep-brown);
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  transition: background 0.4s ease, transform 0.3s ease;
  margin-bottom: 1.5rem;
}

.cta-btn:hover { background: #d4b990; transform: translateY(-2px); }

.cta-note {
  display: block;
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  color: rgba(250,247,242,0.35);
  text-transform: uppercase;
}

/* ─── NEWSLETTER ─── */
.newsletter {
  background: var(--sand);
  text-align: center;
  padding: 4rem 1.5rem;
}

.newsletter-title {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--deep-brown);
  margin-bottom: 0.5rem;
}

.newsletter-sub {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.8rem;
  color: var(--text-light);
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.newsletter-form {
  display: flex;
  max-width: 440px;
  margin: 0 auto;
  gap: 0;
}

.newsletter-form input {
  flex: 1;
  padding: 0.9rem 1.25rem;
  border: 0.5px solid var(--warm-tan);
  background: transparent;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.82rem;
  color: var(--deep-brown);
  outline: none;
}

.newsletter-form input::placeholder { color: var(--warm-tan); }

.newsletter-form button {
  padding: 0.9rem 1.75rem;
  background: var(--deep-brown);
  color: var(--cream);
  border: none;
  cursor: pointer;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  transition: background 0.3s;
}

.newsletter-form button:hover { background: var(--muted-brown); }

/* ─── FOOTER ─── */
footer {
  background: var(--charcoal);
  color: var(--cream);
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 6vw, 5rem) 2rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
  padding-bottom: 3rem;
  border-bottom: 0.5px solid rgba(250,247,242,0.1);
}

.footer-brand-name {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: 1.8rem;
  letter-spacing: 0.35em;
  color: var(--cream);
  margin-bottom: 1rem;
}

.footer-brand-desc {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.8rem;
  line-height: 1.9;
  color: rgba(250,247,242,0.45);
  max-width: 260px;
}

.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1.75rem;
}

.social-link {
  width: 36px; height: 36px;
  border: 0.5px solid rgba(250,247,242,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(250,247,242,0.5);
  text-decoration: none;
  font-size: 0.75rem;
  transition: border-color 0.3s, color 0.3s;
}

.social-link:hover { border-color: var(--gold); color: var(--gold); }

.footer-col-title {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.85rem; }
.footer-col ul li a {
  text-decoration: none;
  color: rgba(250,247,242,0.45);
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}

.footer-col ul li a:hover { color: var(--cream); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-copy {
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.72rem;
  color: rgba(250,247,242,0.25);
  letter-spacing: 0.05em;
}

.footer-legal {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.footer-legal a {
  text-decoration: none;
  color: rgba(250,247,242,0.25);
  font-family: 'Jost', sans-serif;
  font-weight: 200;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}

.footer-legal a:hover { color: rgba(250,247,242,0.6); }

/* ─── MOBILE MENU ─── */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--cream);
  z-index: 200;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.mobile-menu.open { opacity: 1; pointer-events: all; }

.mobile-menu a {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  color: var(--deep-brown);
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}

.mobile-menu a:hover { color: var(--muted-brown); }

.menu-close {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: var(--muted-brown);
  line-height: 1;
}

/* ─── ANIMATIONS ─── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

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

@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1); opacity: 0.4; }
  50% { transform: scaleY(0.6); opacity: 0.8; }
}

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

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .collection-item:first-child { grid-row: span 1; aspect-ratio: 3/4; }
}

@media (max-width: 768px) {
  :root { --nav-h: 68px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .about { grid-template-columns: 1fr; gap: 3rem; }
  .about-accent { display: none; }
  .about-text { max-width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand-col { grid-column: span 2; }
  .collection-grid { grid-template-columns: 1fr 1fr; gap: 1px; }
  .nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
}

@media (max-width: 480px) {
  .collection-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand-col { grid-column: auto; }
  .newsletter-form { flex-direction: column; }
  .about-stats { gap: 1.5rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
