:root {
  --green: #143427;
  --green-dark: #0b241a;
  --green-soft: #214c3a;
  --gold: #c7a44a;
  --gold-light: #dec87b;
  --cream: #f3ecd9;
  --ivory: #fbf8ef;
  --ink: #17221b;
  --muted: #6d756f;
  --line: rgba(23, 34, 27, 0.14);
  --shadow: 0 18px 50px rgba(11, 36, 26, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: var(--ink);
  background: var(--ivory);
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.announcement {
  background: var(--green-dark);
  color: var(--cream);
  text-align: center;
  padding: 10px 16px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 18px 5vw;
  background: rgba(251, 248, 239, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.brand strong { display: block; font-family: "Cormorant Garamond", serif; font-size: 1.5rem; line-height: 0.9; }
.brand small { text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.55rem; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 18px; font-size: 0.82rem; flex-wrap: wrap; row-gap: 6px; }
.main-nav a:hover { color: var(--gold); }
.product-note { font-size: 0.82rem; color: var(--muted); margin: 6px 0 0; line-height: 1.5; }

.collection-divider {
  text-align: center; font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: 1rem; letter-spacing: 0.08em; color: var(--muted); padding: 50px 0 0;
}

.product-card.coming-soon { opacity: 0.7; }
.product-card.coming-soon .product-image { background: linear-gradient(145deg, #ece5d3, #f8f5ec); }
.coming-soon-badge {
  font-family: "Inter", sans-serif; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); border: 1px dashed var(--line); padding: 6px 12px; border-radius: 20px;
}
.product-card.coming-soon .add-button { opacity: 0.5; cursor: not-allowed; }

.community-social { margin-top: 18px; font-size: 0.9rem; color: rgba(242,242,242,.65); }
.insta-link { color: #e2231a; font-weight: 600; }
.insta-link:hover { text-decoration: underline; }
.cart-button, .menu-toggle, .close-cart {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.cart-button { border-bottom: 1px solid var(--ink); padding: 6px 0; }
.cart-button span { color: var(--gold); font-weight: 700; }
.menu-toggle { display: none; font-size: 1.5rem; }

.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  padding: 8vw;
  color: var(--cream);
  overflow: hidden;
  background: #143427;
}
.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(100deg, rgba(7, 27, 19, 0.94) 0%, rgba(7, 27, 19, 0.75) 32%, rgba(11, 36, 26, 0.15) 62%, rgba(11, 36, 26, 0.35) 100%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 460px;
  height: 460px;
  border: 1px solid rgba(222, 200, 123, 0.35);
  border-radius: 50%;
  right: -80px;
  top: 60px;
}
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.78rem; font-weight: 700; }
h1, h2, h3 { font-family: "Cormorant Garamond", serif; margin: 0; }
h1 { font-size: clamp(3.5rem, 7vw, 7rem); line-height: 0.92; max-width: 760px; }
h2 { font-size: clamp(2.4rem, 4.6vw, 4.6rem); line-height: 1; }
.hero p:not(.eyebrow) { max-width: 620px; font-size: 1.12rem; line-height: 1.7; color: rgba(243,236,217,.88); }
.hero-actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.2s ease;
}
.button-gold { background: var(--gold); color: var(--green-dark); font-weight: 700; }
.button-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.button-outline { border-color: rgba(243,236,217,.65); color: var(--cream); }
.button-outline:hover { background: var(--cream); color: var(--green-dark); }
.section-pad { padding: 90px 6vw; }

.split-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.intro-card { min-height: 340px; padding: 48px; display: flex; flex-direction: column; justify-content: end; box-shadow: var(--shadow); }
.intro-card h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.intro-card p:not(.eyebrow) { max-width: 470px; line-height: 1.7; }
.intro-card a { margin-top: 14px; font-weight: 700; }
.essentials-card { background: var(--cream); }
.collection-card { background: var(--green); color: var(--cream); }

.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 40px; align-items: end; margin-bottom: 42px; }
.section-heading > p { line-height: 1.7; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { background: white; border: 1px solid var(--line); overflow: hidden; transition: 0.25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.product-image {
  aspect-ratio: 4/5;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 60% 35%, rgba(199,164,74,.2), transparent 32%),
    linear-gradient(145deg, #e9e1cc, #fbf8ef);
  color: var(--green);
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  padding: 14px;
  text-align: center;
  overflow: hidden;
}
.product-image img { width: 100%; height: 100%; object-fit: contain; object-position: top center; }
.product-card.dark-product .product-image { background: linear-gradient(145deg, #183d2e, #0b241a); color: var(--gold-light); }

.about { grid-template-columns: 1fr 1fr; }
.about-photo {
  grid-column: 1 / -1;
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  object-position: center 20%;
  margin-top: 10px;
}
.details-section .section-heading { margin-bottom: 30px; }
.details-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.details-strip img { width: 100%; aspect-ratio: 1/1; object-fit: contain; background: rgba(11,36,26,.06); padding: 4px; }
@media (max-width: 680px) { .details-strip { grid-template-columns: repeat(2, 1fr); } }
.product-info { padding: 20px; }
.product-info h3 { font-size: 1.55rem; }
.product-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 14px; }
.product-meta strong { font-size: 1rem; }
.add-button { border: 1px solid var(--green); background: transparent; padding: 8px 13px; cursor: pointer; }
.add-button:hover { background: var(--green); color: var(--cream); }

.quote-banner { background: var(--gold); color: var(--green-dark); padding: 32px 6vw; text-align: center; }
.quote-banner p { margin: 0; font-family: "Cormorant Garamond", serif; font-size: clamp(1.8rem, 3vw, 3rem); }
.dark-section { background: var(--green-dark); }
.light-heading h2, .light-heading > p { color: var(--cream); }
.light-heading > p { color: rgba(243,236,217,.7); }

.bundle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bundle-card { background: var(--cream); border: 1px solid var(--line); padding: 34px; }
.bundle-card h3 { font-size: 2.1rem; }
.bundle-card ul { padding-left: 18px; line-height: 1.9; color: var(--muted); }
.bundle-card .price { font-size: 1.4rem; font-weight: 700; margin: 18px 0; }

.mystery-section { background: var(--green); color: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.mystery-copy p, .mystery-copy li { color: rgba(243,236,217,.78); line-height: 1.7; }
.mystery-box-visual { min-height: 420px; display: grid; place-items: center; position: relative; perspective: 800px; }
.box-lid, .box-base { position: absolute; width: 320px; height: 150px; display: grid; place-items: center; font-family: "Cormorant Garamond", serif; letter-spacing: .2em; }
.box-lid { background: var(--gold); color: var(--green-dark); transform: rotateX(58deg) translateY(-75px); box-shadow: 0 25px 30px rgba(0,0,0,.18); }
.box-base { background: var(--green-dark); border: 1px solid var(--gold); color: var(--gold-light); transform: translateY(60px); }
.mystery-preview { grid-column: 1 / -1; margin-top: 20px; padding-top: 40px; border-top: 1px solid rgba(243,236,217,.15); }
.mystery-preview-label { text-align: center; font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1.05rem; color: rgba(243,236,217,.7); margin-bottom: 20px; }
.mystery-preview-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.mystery-preview-grid img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: top center;
  background: rgba(11,36,26,.35);
  border: 1px solid rgba(243,236,217,.2);
  padding: 6px;
}
@media (max-width: 680px) { .mystery-preview-grid { grid-template-columns: repeat(3, 1fr); } }

.community-section { background: #0d0d0d; color: #f2f2f2; display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 50px; align-items: center; }
.community-copy p { line-height: 1.75; color: rgba(242,242,242,.78); margin-top: 16px; }
.community-note { font-size: 0.88rem; color: rgba(242,242,242,.55) !important; font-style: italic; }
.community-copy h2 { color: #f2f2f2; }
.community-link { border-color: rgba(242,242,242,.4); color: #f2f2f2; margin-top: 10px; display: inline-flex; }
.community-link:hover { background: #e2231a; border-color: #e2231a; color: #fff; }
.community-visual { display: flex; justify-content: center; }
.community-visual img { width: 100%; max-width: 260px; border-radius: 8px; }
@media (max-width: 900px) { .community-section { grid-template-columns: 1fr; text-align: center; } .community-visual { order: -1; } }

.about { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.about-copy p { font-size: 1.05rem; line-height: 1.8; color: var(--muted); }
.newsletter { background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.newsletter form { display: flex; gap: 10px; }
.newsletter input { flex: 1; border: 1px solid var(--line); padding: 0 16px; min-height: 48px; background: var(--ivory); }

footer { padding: 46px 6vw; background: var(--green-dark); color: var(--cream); display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand p, footer > p { color: rgba(243,236,217,.62); margin: 4px 0 0; font-size: .85rem; }
.footer-links { display: flex; gap: 22px; }

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 60;
  width: min(420px, 92vw);
  height: 100vh;
  background: var(--ivory);
  transform: translateX(100%);
  transition: 0.25s ease;
  display: flex;
  flex-direction: column;
  box-shadow: -20px 0 50px rgba(0,0,0,.18);
}
.cart-drawer.open { transform: translateX(0); }
.drawer-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 50; opacity: 0; visibility: hidden; transition: .2s; }
.drawer-backdrop.open { opacity: 1; visibility: visible; }
.cart-header { display: flex; justify-content: space-between; align-items: center; padding: 24px; border-bottom: 1px solid var(--line); }
.cart-header h3 { font-size: 2rem; }
.close-cart { font-size: 2rem; }
.cart-items { flex: 1; overflow: auto; padding: 20px 24px; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.cart-item p { margin: 4px 0; color: var(--muted); font-size: .9rem; }
.remove-item { border: 0; background: transparent; color: #8b2f2f; cursor: pointer; }
.cart-footer { padding: 24px; border-top: 1px solid var(--line); }
.cart-footer > div { display: flex; justify-content: space-between; margin-bottom: 18px; }
.cart-footer .button { width: 100%; }
.cart-footer small { display: block; margin-top: 12px; color: var(--muted); line-height: 1.5; }

.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(20px); background: var(--green-dark); color: var(--cream); padding: 12px 18px; opacity: 0; transition: .2s; z-index: 80; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto auto auto; justify-content: space-between; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--ivory); padding: 22px 6vw; flex-direction: column; display: none; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .bundle-grid { grid-template-columns: 1fr; }
  .mystery-section, .about, .newsletter { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .announcement { font-size: .67rem; }
  .site-header { padding: 14px 18px; gap: 12px; }
  .brand strong { font-size: 1.25rem; }
  .brand small { display: none; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: 72vh; padding: 80px 22px; }
  .section-pad { padding: 64px 22px; }
  .split-intro, .section-heading { grid-template-columns: 1fr; }
  .intro-card { min-height: 280px; padding: 30px; }
  .product-grid { grid-template-columns: 1fr; }
  .newsletter form { flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .mystery-box-visual { min-height: 300px; }
  .box-lid, .box-base { width: 250px; }
}
