:root {
  --sand: #f3eee6;
  --cream: #fbf8f3;
  --ink: #1d1a16;
  --muted: #6f6a62;
  --clay: #b86a4a;
  --stone: #e6dfd3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: "Outfit", sans-serif;
}

h1, h2, h3, .navbar-brand { font-family: "Syne", sans-serif; font-weight: 700; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(243, 238, 230, 0.86);
  backdrop-filter: blur(16px);
  padding: 0.85rem 0;
}

.navbar-brand { font-size: 1.4rem; letter-spacing: -0.03em; }
.nav-link { color: var(--muted) !important; font-weight: 500; }
.nav-link:hover { color: var(--ink) !important; }
.navbar-toggler { border: 0; }

.btn-ink, .btn-line, .visit-form button {
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  font-weight: 600;
}

.btn-ink { background: var(--ink); color: var(--cream); }
.btn-ink:hover { background: #2c2721; color: var(--cream); }
.btn-line { border: 1px solid rgba(29, 26, 22, 0.18); background: transparent; color: var(--ink); }

.hero { padding: 4.5rem 0 3rem; }
.chip {
  display: inline-block;
  background: var(--stone);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

h1 { font-size: clamp(3rem, 7vw, 5.6rem); line-height: 0.94; letter-spacing: -0.045em; }
.hero p { color: var(--muted); font-size: 1.08rem; max-width: 34rem; line-height: 1.7; }

.hero-stack { position: relative; min-height: 560px; }
.hero-main {
  width: 82%;
  margin-left: auto;
  height: 560px;
  object-fit: cover;
  border-radius: 36px;
}
.hero-float {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 44%;
  height: 280px;
  object-fit: cover;
  border-radius: 28px;
  border: 8px solid var(--sand);
}
.hero-stat {
  position: absolute;
  right: 8%;
  bottom: -18px;
  background: var(--ink);
  color: var(--cream);
  border-radius: 22px;
  padding: 1rem 1.1rem;
  min-width: 150px;
}
.hero-stat strong { display: block; font-family: "Syne", sans-serif; font-size: 2rem; }

.clients { padding: 3rem 0; color: var(--muted); }
.clients p { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; }
.clients .row div { font-family: "Syne", sans-serif; font-weight: 600; color: var(--ink); opacity: 0.45; }

.work, .shop, .approach, .studio, .visit { padding: 4.5rem 0; }
.filters { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.filter {
  border: 1px solid rgba(29, 26, 22, 0.14);
  background: var(--cream);
  border-radius: 999px;
  padding: 0.5rem 0.95rem;
  font-weight: 600;
}
.filter.active,
.filter:hover { background: var(--ink); color: var(--cream); }

.product-card {
  background: var(--cream);
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}
.product-card img { width: 100%; height: 260px; object-fit: cover; }
.product-card .body { padding: 1.1rem 1.15rem 1.25rem; }
.product-card p {
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.product-card h3 { font-size: 1.25rem; margin-bottom: 0.35rem; }
.product-card .desc { color: var(--muted); font-size: 0.92rem; }
.price-row { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; }
.add-btn {
  border: 0;
  background: var(--stone);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-weight: 700;
}
.add-btn:hover { background: var(--ink); color: var(--cream); }

.bag-drawer { background: var(--sand); }
.bag-line { display: flex; justify-content: space-between; gap: 1rem; padding: 0.9rem 0; border-bottom: 1px solid rgba(29, 26, 22, 0.1); }
.bag-total { display: flex; justify-content: space-between; margin: 1.2rem 0; font-size: 1.1rem; }
.checkout-btn { width: 100%; border: 0; background: var(--ink); color: var(--cream); border-radius: 999px; padding: 0.9rem; font-weight: 700; }
.empty-bag { min-height: 42vh; display: grid; place-content: center; text-align: center; gap: 0.7rem; }
.empty-bag button { border: 0; background: transparent; color: var(--clay); font-weight: 700; }
.section-head { max-width: 18ch; margin-bottom: 2rem; }
.section-head p, .eyebrow {
  color: var(--clay);
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
h2 { font-size: clamp(2.2rem, 5vw, 3.8rem); letter-spacing: -0.04em; }

.bento { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: 1fr 1fr; gap: 1rem; }
.tile { position: relative; overflow: hidden; border-radius: 28px; min-height: 260px; }
.tile-lg { grid-row: 1 / span 2; min-height: 540px; }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.tile:hover img { transform: scale(1.04); }
.tile div {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.3rem;
  background: linear-gradient(transparent, rgba(0,0,0,.55));
  color: #fff;
}
.tile span { font-size: 0.78rem; opacity: 0.85; }

.step {
  background: var(--cream);
  border-radius: 24px;
  padding: 1.4rem;
  height: 100%;
}
.step span { font-family: "Syne", sans-serif; color: var(--clay); font-weight: 700; }
.step p { color: var(--muted); margin: 0; }

.studio-card { background: var(--cream); border-radius: 32px; overflow: hidden; }
.studio-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.studio-copy { padding: clamp(1.8rem, 5vw, 3.4rem); }
.studio-copy p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }

.visit-card {
  background: var(--ink);
  color: var(--cream);
  border-radius: 36px;
  padding: clamp(2rem, 6vw, 4.5rem);
  text-align: center;
}
.visit-card .eyebrow { color: #e4b39a; }
.visit-card p { color: rgba(251, 248, 243, 0.72); max-width: 34rem; margin: 0 auto 1.6rem; }
.visit-form { display: flex; gap: 0.7rem; max-width: 520px; margin: 0 auto; }
.visit-form input {
  flex: 1;
  border: 0;
  border-radius: 999px;
  padding: 0.9rem 1.1rem;
  outline: 0;
}
.visit-form button { background: var(--clay); color: #fff; border: 0; }
.success { font-family: "Syne", sans-serif; font-size: 1.3rem; }

footer { padding: 1.6rem 0 2.2rem; color: var(--muted); }

@media (max-width: 991.98px) {
  .bento { grid-template-columns: 1fr; }
  .tile-lg { min-height: 360px; }
  .hero-stack { min-height: auto; }
  .hero-main { width: 100%; height: 420px; }
  .hero-float { width: 42%; height: 180px; bottom: 20px; }
}

@media (max-width: 575.98px) {
  .visit-form { flex-direction: column; }
}
