:root {
  --bg: #0d0c0a; --ink: #f4ead9; --muted: #b3a48c;
  --accent: #c6a15b; --accent-ink: #17140e;
  --panel: #16140f; --line: #2a261e; --radius: 0px;
}
* { box-sizing: border-box; } html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: "Outfit", sans-serif; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip { position: absolute; left: -999px; } .skip:focus { left: 16px; top: 16px; background: var(--panel); padding: 8px 12px; z-index: 20; }
.wrap { width: min(1220px, calc(100% - 8vw)); margin: 0 auto; }
.site-header {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 16px 6vw; position: sticky; top: 0; z-index: 10;
  background: color-mix(in srgb, var(--bg) 86%, transparent); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.logo { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.4rem; font-weight: 700; text-decoration: none; letter-spacing: -0.04em; display: inline-flex; align-items: center; }
.logo img { height: 2.4rem; width: auto; max-width: 11rem; object-fit: contain; display: block; }
.header-tools { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.search-form { display: flex; align-items: center; gap: 0; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; background: var(--panel); }
.search-form input {
  border: 0; background: transparent; color: var(--ink); padding: 8px 14px; font: inherit; font-size: 0.85rem;
  width: min(180px, 28vw); outline: none;
}
.search-form button {
  background: none; border: 0; color: var(--muted); padding: 8px 14px; cursor: pointer; font-size: 0.75rem;
  letter-spacing: 0.1em; text-transform: uppercase;
}
nav { display: flex; gap: 22px; flex-wrap: wrap; align-items: center; }
nav a { color: var(--muted); text-decoration: none; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; }
nav a:hover, nav a[aria-current="page"] { color: var(--ink); }
nav a.cart-link { display: inline-flex; align-items: center; gap: 4px; text-transform: none; letter-spacing: 0; }
nav a.cart-link .cart-icon { flex-shrink: 0; vertical-align: -0.2em; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); color: inherit; padding: 8px 12px; border-radius: 999px; }
.hero-full {
  min-height: 92vh; display: grid; align-items: end; padding: 10vh 6vw 8vh; position: relative;
  background-color: #161310; color: #f7f3ec; overflow: hidden;
}
.hero-media {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; max-width: none;
}
.hero-full::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(10,8,6,.18) 0%, rgba(10,8,6,.72) 100%);
}
.hero-full .wrap { position: relative; z-index: 2; }
.hero-full h1, .hero-split h1, .hero-stack h1 {
  font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(46px, 9vw, 108px); line-height: .92;
  max-width: 13ch; margin: 0 0 20px; letter-spacing: -0.045em; font-weight: 600;
}
.lede { font-size: 1.18rem; max-width: 42ch; }
.hero-full .lede { color: #efe8dc; }
.hero-split { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 88vh; }
.hero-copy { padding: 12vh 6vw 8vh; display: flex; flex-direction: column; justify-content: end; }
.hero-photo { min-height: 480px; background-color: #161310; overflow: hidden; }
.hero-photo img, .hero-stack .bleed img { width: 100%; height: 100%; object-fit: cover; }
.hero-stack { padding: 12vh 6vw 0; }
.hero-stack .bleed { margin: 48px 0 0; height: min(72vh, 720px); overflow: hidden; position: relative; }
.kicker { text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.7rem; margin: 0 0 16px; opacity: .78; }
.btn {
  display: inline-flex; align-items: center; margin-top: 28px; background: var(--accent); color: var(--accent-ink);
  text-decoration: none; padding: 14px 24px; border-radius: 999px; font-weight: 650; border: 0; cursor: pointer;
}
.btn.ghost { background: transparent; color: inherit; border: 1px solid currentColor; margin-left: 10px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.btn-row .btn { margin-top: 0; }
.btn-row .btn.ghost { margin-left: 0; }
.section { padding: 96px 0; }
.section h2 { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(30px, 4.4vw, 58px); line-height: 1.02; margin: 0 0 32px; letter-spacing: -0.035em; }
.section-head { margin-bottom: 48px; max-width: 52ch; }
.offer-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.offer { display: grid; grid-template-columns: 4.5rem 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.offer:last-child { border-bottom: 1px solid var(--line); }
.offer .num { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.4rem; color: var(--accent); }
.offer h3 { margin: 0 0 6px; font-size: 1.35rem; }
.muted { color: var(--muted); }
.band { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.band.reverse { grid-template-columns: .95fr 1.05fr; }
.band.reverse img { order: 2; }
.band img { width: 100%; height: 460px; object-fit: cover; border-radius: var(--radius); }
.mosaic { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: 280px 280px; gap: 10px; }
.mosaic img { width: 100%; height: 100%; object-fit: cover; border-radius: calc(var(--radius) / 2); }
.mosaic .span-2 { grid-row: 1 / span 2; height: 100%; }
.mosaic-caption {
  margin-top: 20px; font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted);
}
.quote { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(26px, 3.4vw, 42px); line-height: 1.2; max-width: 24ch; margin: 0 0 12px; }
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.testimonial { border-top: 1px solid var(--line); padding-top: 24px; }
.testimonial .quote { font-size: clamp(20px, 2.4vw, 28px); max-width: none; margin-bottom: 16px; }
.testimonial cite { font-style: normal; font-size: 0.85rem; color: var(--muted); display: block; }
.cta-band {
  margin: 0 4vw 80px; padding: 56px 6vw; border-radius: var(--radius);
  background: var(--ink); color: var(--bg);
}
.cta-band h2 { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(28px, 4vw, 48px); margin: 0 0 12px; }
.cta-band p { margin: 0 0 8px; max-width: 48ch; }
.cta-band .btn { background: var(--accent); color: var(--accent-ink); }
.site-footer {
  border-top: 1px solid var(--line); padding: 48px 6vw; display: grid;
  grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; color: var(--muted); font-size: 14px;
}
.site-footer strong { color: var(--ink); display: block; margin-bottom: 8px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.2rem; }
.site-footer a { color: var(--muted); text-decoration: none; }
.site-footer a:hover { color: var(--ink); }
.social-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 12px; }
.social-links a { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.footer-copy { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid var(--line); margin-top: 8px; }
.site-footer .footer-icon { width: 18px; height: 18px; flex-shrink: 0; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.site-footer .footer-row { display: flex; align-items: flex-start; gap: 10px; margin: 0 0 8px; }
.site-footer .footer-row:last-of-type { margin-bottom: 0; }
.site-footer .footer-row a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
.site-footer .footer-row a:hover { color: var(--ink); }
.site-footer .footer-heading { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.site-footer .footer-heading .footer-icon { width: 16px; height: 16px; }
.site-footer .social-links { gap: 10px; margin-top: 0; }
.site-footer .social-links a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; padding: 0; font-size: 0; letter-spacing: 0; text-transform: none; border-bottom: 1px solid var(--line); transition: color 0.2s, border-color 0.2s; }
.site-footer .social-links a:hover { border-color: var(--ink); color: var(--ink); }
.site-footer .social-links svg { width: 18px; height: 18px; fill: currentColor; stroke: none; }
.wa { position: fixed; right: 18px; bottom: 18px; background: #25d366; color: #073b1c; text-decoration: none; padding: 12px 16px; border-radius: 999px; font-weight: 700; z-index: 12; }
form { display: grid; gap: 12px; max-width: 520px; }
label { display: grid; gap: 6px; font-size: 0.85rem; color: var(--muted); }
input, textarea { width: 100%; border: 1px solid var(--line); background: var(--panel); color: var(--ink); padding: 12px 14px; border-radius: 12px; font: inherit; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.gallery img:nth-child(1) { grid-column: span 2; height: 420px; }
.gallery img { height: 260px; width: 100%; object-fit: cover; }
.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--panel); }
.product.hidden { display: none; }
.product img { width: 100%; height: 280px; object-fit: cover; display: block; }
.product .pad { padding: 16px 18px 22px; }
.product .cat { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin: 0 0 6px; }
.product h3 { margin: 0; font-size: 1.2rem; font-family: "Cormorant Garamond", Georgia, serif; }
.product .price { font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.35rem; margin: 8px 0 14px; }
.product .btn { margin-top: 8px; font-size: 0.85rem; padding: 11px 18px; }
.product .btn.ghost { margin-left: 0; margin-top: 8px; }
.shop-search { margin-bottom: 36px; max-width: 420px; }
.shop-search input { border-radius: 999px; padding: 14px 20px; }
.no-results { display: none; padding: 32px 0; }
.no-results.visible { display: block; }
.cart-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-row button { background: none; border: 0; color: var(--muted); cursor: pointer; text-decoration: underline; }
[data-cart-count]:empty { display: none; }
[data-cart-count]:not(:empty)::before { content: "("; }
[data-cart-count]:not(:empty)::after { content: ")"; }
.statrow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.stat { border-top: 1px solid var(--line); padding-top: 16px; }
.stat b { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1.5rem; letter-spacing: -0.03em; line-height: 1.15; }
.hours { display: grid; gap: 8px; max-width: 420px; }
.hours div { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); padding: 8px 0; }
.featured-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.featured-strip a { text-decoration: none; position: relative; overflow: hidden; }
.featured-strip img { width: 100%; height: 320px; object-fit: cover; transition: transform 0.4s ease; }
.featured-strip a:hover img { transform: scale(1.03); }
.featured-strip span {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 16px;
  background: linear-gradient(transparent, rgba(13,12,10,.85)); font-size: 0.85rem;
}
.hero-shop { min-height: 72vh; }
.hero-search { margin: 24px 0 8px; max-width: 480px; }
.hero-search input { flex: 1; width: auto; min-width: 0; }
.shop-perks {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border-bottom: 1px solid var(--line); padding: 20px 0; font-size: 0.82rem; color: var(--muted);
}
.shop-perks p { margin: 0; padding: 0 16px; border-right: 1px solid var(--line); line-height: 1.45; }
.shop-perks p:last-child { border-right: 0; }
.shop-perks strong { display: block; color: var(--ink); font-weight: 500; margin-bottom: 2px; }
.section-tight { padding: 64px 0; }
.section-head-row {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 24px;
  max-width: none; margin-bottom: 36px;
}
.section-head-row h2 { margin-bottom: 0; }
.text-link {
  color: var(--accent); text-decoration: none; font-size: 0.78rem;
  letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; flex-shrink: 0;
}
.text-link:hover { color: var(--ink); }
.cat-nav {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px;
}
.cat-tile {
  position: relative; overflow: hidden; text-decoration: none; aspect-ratio: 3 / 4;
  border: 1px solid var(--line); background: var(--panel);
}
.cat-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.cat-tile:hover img { transform: scale(1.04); }
.cat-tile span {
  position: absolute; inset: auto 0 0; padding: 14px 12px;
  background: linear-gradient(transparent, rgba(13,12,10,.88));
  font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase;
}
.home-products .product img { height: 300px; }
@media (max-width: 1100px) {
  .shop-perks { grid-template-columns: repeat(2, 1fr); }
  .shop-perks p:nth-child(2) { border-right: 0; }
  .cat-nav { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 860px) {
  .hero-split, .band, .band.reverse, .mosaic, .gallery, .statrow, .site-footer, .offer, .products, .testimonials, .featured-strip, .shop-perks, .cat-nav { grid-template-columns: 1fr; }
  .shop-perks p { border-right: 0; border-bottom: 1px solid var(--line); padding: 12px 0; }
  .shop-perks p:last-child { border-bottom: 0; }
  .section-head-row { flex-direction: column; align-items: flex-start; }
  .cat-nav { grid-template-columns: repeat(2, 1fr); }
  .mosaic { grid-template-rows: none; }
  .mosaic .span-2 { grid-row: auto; height: 280px; }
  .gallery img:nth-child(1) { grid-column: auto; height: 240px; }
  .header-tools { order: 3; width: 100%; }
  .search-form { width: 100%; }
  .search-form input { flex: 1; width: auto; }
  .nav-toggle { display: inline-flex; }
  nav { display: none; width: 100%; flex-direction: column; order: 4; }
  nav.open { display: flex; }
  .site-header { flex-wrap: wrap; }
  .btn.ghost { margin-left: 0; margin-top: 12px; }
  .hero-full { min-height: 80vh; }
  .featured-strip img { height: 240px; }
}
