:root {
  --paper: #f6f2ea;
  --white: #fffdf8;
  --ink: #2b322c;
  --muted: #667066;
  --sage: #6f8f74;
  --sage-deep: #4d6a53;
  --clay: #c56a4a;
  --line: rgba(43, 50, 44, 0.1);
  --shadow: 0 16px 36px rgba(43, 50, 44, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}

h1, h2, h3, blockquote, .wordmark, .counters strong {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 400;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 4px; }

.announce {
  background: var(--sage-deep);
  color: var(--white);
  padding: 0.65rem 1rem;
  font-size: 0.8rem;
}

.site-nav {
  background: rgba(246, 242, 234, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.35rem;
  color: var(--ink) !important;
}

.mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sage);
  color: var(--white);
  font-style: italic;
}

.nav-link { color: var(--muted) !important; font-weight: 600; }
.nav-link:hover { color: var(--ink) !important; }
.bag-btn {
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-weight: 700;
}
.bag-btn:hover { background: var(--sage-deep); color: var(--white); }
.navbar-toggler { border: 0; }

.hero { padding: 4.5rem 0 2rem; }
.pill {
  display: inline-block;
  background: #e5eee4;
  color: var(--sage-deep);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

h1 { font-size: clamp(3rem, 7vw, 5.4rem); line-height: 0.96; }
h1 em { color: var(--clay); }
.hero p { color: var(--muted); max-width: 34rem; line-height: 1.7; }

.btn-brand {
  background: var(--clay);
  color: var(--white);
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  font-weight: 700;
}

.btn-brand:hover { background: #a85538; color: var(--white); }
.btn-ghost {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  font-weight: 700;
}

.hero-photo {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-photo img { width: 100%; height: 520px; object-fit: cover; }
.hero-chip {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  background: var(--white);
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
}

.values { padding: 1rem 0 3rem; }
.value-card {
  background: var(--white);
  border-radius: 24px;
  padding: 1.4rem;
  height: 100%;
  box-shadow: var(--shadow);
}

.value-card img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; margin-bottom: 0.9rem; }
.value-card p { color: var(--muted); margin: 0; }

.shop, .stories { padding: 5rem 0; }
.eyebrow {
  color: var(--sage-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h2 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.filter-pills { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.pill-btn {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-weight: 700;
}

.pill-btn.active,
.pill-btn:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }

.shop-card {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 100%;
}

.shop-card img { width: 100%; height: 240px; object-fit: cover; }
.shop-card .body { padding: 1.1rem 1.2rem 1.3rem; }
.shop-card .category { color: var(--sage-deep); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.shop-card h3 { font-size: 1.2rem; margin: 0.25rem 0 0.35rem; }
.shop-card .desc { color: var(--muted); font-size: 0.9rem; }
.price-row { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; }
.add-btn {
  border: 0;
  background: #efe9de;
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-weight: 700;
}

.add-btn:hover { background: var(--ink); color: var(--white); }

.studio { padding-bottom: 5rem; }
.studio-wrap {
  background: var(--white);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.studio-wrap img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.studio-copy { padding: clamp(1.8rem, 5vw, 3.4rem); }
.studio-copy p { color: var(--muted); line-height: 1.7; }
.counters strong { display: block; font-size: 2rem; }
.counters span { color: var(--muted); font-size: 0.85rem; }

.story-card {
  background: var(--white);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 100%;
}

.story-card img { width: 100%; height: 220px; object-fit: cover; }
.story-card div { padding: 1.2rem; }
.story-card span { color: var(--clay); font-size: 0.75rem; font-weight: 700; }
.story-card p { color: var(--muted); margin: 0; }

.quotes {
  padding: 4rem 0;
  text-align: center;
}

.quotes blockquote {
  max-width: 18ch;
  margin: 0 auto 1rem;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.2;
}

.carousel-indicators { position: static; margin: 1.2rem 0 0; }
.carousel-indicators [data-bs-target] { background-color: var(--ink); width: 10px; height: 10px; border-radius: 50%; }

.gallery { padding-bottom: 4rem; }
.gallery img { width: 100%; height: 220px; object-fit: cover; border-radius: 20px; }

.newsletter { padding-bottom: 5rem; }
.newsletter-card {
  background: #f3d8cc;
  border-radius: 28px;
  padding: clamp(1.6rem, 4vw, 2.8rem);
}

.form-control {
  border: 0;
  border-radius: 999px 0 0 999px;
  padding: 0.85rem 1rem;
}

.form-control:focus { box-shadow: none; }
.newsletter-form .btn { border-radius: 0 999px 999px 0; }
.success { font-family: "Fraunces", serif; font-size: 1.2rem; margin: 0; }

.site-footer { background: var(--ink); color: #e7efe5; padding: 3.4rem 0; }
.site-footer .wordmark, .site-footer .mark { color: var(--white); }
.site-footer a { display: block; margin-bottom: 0.5rem; color: #c7d3c5; }
.site-footer a:hover { color: var(--white); }

.bag-drawer { width: min(430px, 100%); }
.bag-line { display: flex; justify-content: space-between; padding: 0.9rem 0; border-bottom: 1px solid var(--line); }
.bag-total { display: flex; justify-content: space-between; margin: 1.2rem 0; }
.checkout-btn { width: 100%; }
.empty-bag { min-height: 46vh; display: grid; place-content: center; text-align: center; gap: 0.8rem; }
.empty-bag button { border: 0; background: transparent; color: var(--clay); font-weight: 700; }

@media (max-width: 767.98px) {
  .hero { padding-top: 2.4rem; }
  .hero-photo img { height: 360px; }
}
