:root {
  --ink: #151515;
  --muted: #66605a;
  --soft: #f7f1e8;
  --paper: #fffdf8;
  --warm: #efe2d1;
  --line: rgba(21,21,21,.12);
  --kraft: #9b7652;
  --shadow: 0 22px 55px rgba(28, 22, 15, .12);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 5vw, 72px);
  background: rgba(255,253,248,.88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand.wordmark { display: inline-flex; align-items: center; min-width: 150px; }
.brand.wordmark span { font-family: var(--serif); font-size: 30px; letter-spacing: .16em; line-height: 1; color: var(--ink); }
.brand.wordmark span::after { content: ''; display: block; width: 58px; height: 1px; background: currentColor; opacity: .55; margin: 8px auto 0; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.nav-links a { color: var(--muted); transition: .2s ease; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { color: var(--ink) !important; border: 1px solid var(--ink); padding: 10px 18px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; font-size: 24px; }

.hero { position: relative; min-height: 86vh; display: grid; grid-template-columns: 1fr; align-items: end; overflow: hidden; background: #e8dfd2; }
.hero-media { position: absolute; inset: 0; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,253,248,.88), rgba(255,253,248,.22) 56%, rgba(255,253,248,.04)); }
.hero-image { width: 100%; height: 100%; object-fit: cover; }
.hero-panel { position: relative; max-width: 650px; margin: 0 0 clamp(24px, 6vw, 82px) clamp(18px, 7vw, 96px); padding: clamp(24px, 4vw, 44px); background: rgba(255,253,248,.78); border: 1px solid rgba(255,255,255,.65); box-shadow: var(--shadow); backdrop-filter: blur(18px); border-radius: 28px; }
.eyebrow, .section-label { display: inline-block; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--kraft); margin-bottom: 12px; font-weight: 650; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.05; margin: 0; }
h1 { font-size: clamp(46px, 7vw, 88px); letter-spacing: -.045em; }
h2 { font-size: clamp(34px, 5vw, 66px); letter-spacing: -.04em; }
h3 { font-size: 28px; letter-spacing: -.02em; }
p { color: var(--muted); margin: 16px 0 0; }
.lead { font-size: clamp(17px, 2vw, 21px); max-width: 560px; color: #4f4a45; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero-points span { border: 1px solid var(--line); background: rgba(255,255,255,.68); padding: 9px 13px; border-radius: 999px; color: #443b34; font-size: 13px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--ink); border-radius: 999px; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; transition: .25s ease; }
.btn.primary { background: var(--ink); color: #fff; }
.btn.ghost { background: rgba(255,255,255,.45); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(17,17,17,.12); }

.section { padding: clamp(60px, 8.5vw, 116px) clamp(18px, 6vw, 88px); }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 6vw, 84px); align-items: start; }
.intro-copy { position: sticky; top: 112px; }
.intro-copy p { font-size: 17px; max-width: 620px; }
.quality-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.quality-grid article, .collection-card, .daily-card { background: #fffaf2; border: 1px solid var(--line); border-radius: 26px; padding: 28px; box-shadow: 0 14px 34px rgba(28,22,15,.06); }
.quality-grid strong { color: var(--kraft); font-size: 13px; letter-spacing: .18em; }
.quality-grid h3 { margin-top: 12px; }
.quality-grid p { font-size: 15px; }

.centered { text-align: center; max-width: 780px; margin: 0 auto 44px; }
.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.collection-card { min-height: 315px; display: flex; flex-direction: column; justify-content: space-between; transition: .25s ease; }
.collection-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.collection-card span, .product-card span { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--kraft); font-weight: 650; }
.collection-card small { color: var(--muted); margin-top: 22px; display: block; }

.performance, .bestseller, .daily { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; }
.performance { background: var(--soft); }
.performance img, .bestseller img, .fresh-banner img, .daily img { width: 100%; border-radius: 28px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.performance-copy { max-width: 650px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 28px; }
.stat-row div { border: 1px solid var(--line); border-radius: 22px; padding: 18px; background: rgba(255,255,255,.55); }
.stat-row strong { display: block; font-family: var(--serif); font-size: 34px; line-height: 1; }
.stat-row span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }

.bestseller-panel { position: relative; }
.mini-products { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.mini-products span { border: 1px solid var(--line); background: #fffaf2; color: #493f35; border-radius: 999px; padding: 10px 14px; font-size: 13px; }
.text-link { display: inline-block; margin-top: 22px; border-bottom: 1px solid var(--ink); letter-spacing: .08em; text-transform: uppercase; font-size: 13px; }
.fresh-banner { padding-top: 0; }

.section-head.split { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 34px; }
.slider-controls { display: flex; gap: 8px; }
.slider-btn { width: 46px; height: 46px; border: 1px solid var(--ink); background: transparent; border-radius: 999px; cursor: pointer; font-size: 18px; transition: .2s ease; }
.slider-btn:hover { background: var(--ink); color: #fff; }
.product-slider { overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; cursor: grab; padding-bottom: 8px; }
.product-slider::-webkit-scrollbar { display: none; }
.product-slider.dragging { cursor: grabbing; scroll-snap-type: none; }
.product-track { display: flex; gap: 18px; width: max-content; }
.product-card { width: min(78vw, 350px); scroll-snap-align: start; background: #fffaf2; border: 1px solid var(--line); border-radius: 26px; padding: 16px; transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 18px; background: #fff; }
.product-card div { padding: 20px 6px 6px; }
.product-card h3 { margin-top: 8px; }
.product-card p { margin-top: 12px; font-size: 14px; }
.product-card small { display: block; color: var(--muted); margin-top: 14px; font-size: 12px; }

.daily { grid-template-columns: 1fr .85fr; }
.image-card { padding: 14px; }
.daily-card img { height: 440px; object-fit: cover; }
.final-cta { text-align: center; background: #151515; color: #fff; }
.final-cta p { margin-left: auto; margin-right: auto; max-width: 560px; color: rgba(255,255,255,.72); }
.final-cta .btn { margin-top: 28px; border-color: #fff; }
.final-cta .btn.primary { background: #fff; color: #151515; }

.site-footer { display: flex; justify-content: space-between; gap: 28px; padding: 44px clamp(18px, 6vw, 88px); background: #0f0f0f; color: white; }
.footer-wordmark { display: inline-block; font-family: var(--serif); font-size: 32px; letter-spacing: .16em; line-height: 1; color: #fff; }
.footer-wordmark::after { content: ''; display: block; width: 62px; height: 1px; background: currentColor; opacity: .65; margin: 10px auto 0; }
.site-footer p { color: rgba(255,255,255,.64); max-width: 370px; }
.footer-links { display: flex; gap: 24px; flex-wrap: wrap; align-items: start; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.76); }
.footer-links a:hover { color: #fff; }

@media (max-width: 940px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 76px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border-bottom: 0; }
  .hero-media::after { background: linear-gradient(0deg, rgba(255,253,248,.9), rgba(255,253,248,.18)); }
  .hero-panel { margin: 0 18px 22px; }
  .intro, .performance, .bestseller, .daily, .collection-grid { grid-template-columns: 1fr; }
  .intro-copy { position: static; }
  .performance img { order: -1; }
  .daily-card img { height: auto; max-height: 560px; }
  .site-footer { flex-direction: column; }
}

@media (max-width: 560px) {
  .brand.wordmark { min-width: 132px; }
  .brand.wordmark span { font-size: 24px; letter-spacing: .14em; }
  .section { padding: 56px 18px; }
  .hero { min-height: 78vh; }
  .hero-image { object-position: 63% center; }
  .hero-panel { padding: 22px; border-radius: 22px; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  h1 { font-size: 43px; }
  h2 { font-size: 34px; }
  h3 { font-size: 25px; }
  .quality-grid, .stat-row { grid-template-columns: 1fr; }
  .collection-card { min-height: 250px; }
  .section-head.split { align-items: start; flex-direction: column; }
  .product-card { width: 80vw; }
}
