:root {
  --ember: #c80707;
  --ember-dark: #8f0806;
  --cream: #f5eedf;
  --paper: #fffaf0;
  --ink: #17110e;
  --muted: #6f655c;
  --gold: #f2a11c;
  --line: rgba(23, 17, 14, 0.18);
  --max: 1240px;
  --radius: 26px;
  --shadow: 0 22px 65px rgba(65, 26, 7, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; width: 100%; }
button, input { font: inherit; }

.skip-link {
  position: fixed; left: 12px; top: -60px; z-index: 9999;
  background: var(--paper); padding: 10px 14px; border-radius: 999px;
}
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: var(--ember);
  color: var(--paper);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.nav-wrap {
  max-width: var(--max); margin: 0 auto; height: 82px; padding: 0 26px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand {
  display: flex; align-items: center; width: 138px; text-decoration: none;
}
.brand img { aspect-ratio: 1/1; object-fit: cover; object-position: center; border-radius: 0; }
.brand-crop { width: 138px; height: 54px; overflow: hidden; display: grid; place-items: center; }
.brand-crop img { width: 154px; height: 154px; max-width: none; }
.desktop-nav { display: flex; gap: 28px; align-items: center; }
.desktop-nav a {
  text-decoration: none; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  position: relative;
}
.desktop-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-7px; height:2px; background:var(--paper); transition:.2s ease; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right:0; }
.nav-cta { border: 1px solid rgba(255,255,255,.7); padding: 10px 16px; border-radius: 999px; }
.menu-btn { display:none; background:none; color:inherit; border:0; font-size:28px; cursor:pointer; padding:8px; }
.mobile-nav { display:none; }

main { overflow: hidden; }
.container { width: min(calc(100% - 44px), var(--max)); margin: 0 auto; }
.kicker { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; color: var(--ember); }
.display {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .93;
}
.section-title { font-size: clamp(44px, 7vw, 92px); }
.copy-lg { font-size: clamp(19px, 2vw, 27px); line-height: 1.35; max-width: 760px; }
.copy { font-size: 17px; color: #3f3933; max-width: 650px; }

.btn-row { display:flex; gap:12px; flex-wrap:wrap; margin-top:28px; }
.btn {
  appearance:none; border:1px solid var(--ink); background:var(--ink); color:var(--paper);
  text-decoration:none; display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 20px; border-radius:999px; font-size:13px; font-weight:900; letter-spacing:.08em; text-transform:uppercase;
  cursor:pointer; transition: transform .2s ease, background .2s ease, color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.secondary { background:transparent; color:var(--ink); }
.btn.light { background:var(--paper); color:var(--ember); border-color:var(--paper); }
.btn.disabled { opacity:.55; pointer-events:none; }

.hero {
  display:grid; grid-template-columns: 1.03fr .97fr;
  min-height: calc(100vh - 82px);
  background: var(--paper);
}
.hero-copy { padding: clamp(56px, 8vw, 118px) clamp(28px, 6vw, 84px); display:flex; flex-direction:column; justify-content:center; }
.hero h1 { font-size: clamp(64px, 8.8vw, 132px); }
.hero-sub { margin:28px 0 0; font-size:clamp(18px, 2vw, 26px); max-width:660px; color:#3d342e; }
.hero-media { min-height: 610px; position:relative; overflow:hidden; background:#a8a19b; }
.hero-media img { width:100%; height:100%; object-fit:cover; }
.hero-badge {
  position:absolute; bottom:26px; right:26px; background:var(--ember); color:var(--paper);
  width:132px; height:132px; border-radius:50%; display:grid; place-items:center; text-align:center;
  padding:16px; font-size:12px; font-weight:900; line-height:1.15; letter-spacing:.08em; text-transform:uppercase;
  transform:rotate(7deg);
}

.ticker { background:var(--ember); color:var(--paper); overflow:hidden; border-top:1px solid rgba(255,255,255,.15); border-bottom:1px solid rgba(255,255,255,.15); }
.ticker-track { white-space:nowrap; padding:14px 0; animation:ticker 26s linear infinite; font-size:13px; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.ticker-track span { margin-right:38px; }
@keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} }
@media (prefers-reduced-motion: reduce){ .ticker-track{ animation:none; } }

.photo-statement { position:relative; min-height:760px; display:flex; align-items:flex-end; background:#24130d; }
.photo-statement > img { position:absolute; inset:0; height:100%; object-fit:cover; filter:brightness(.72) saturate(1.06); }
.photo-statement::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 40%, rgba(12,5,2,.72)); }
.photo-statement-copy { position:relative; z-index:2; color:var(--paper); padding:60px max(28px, calc((100vw - var(--max))/2)); width:100%; }
.photo-statement h2 { font-size:clamp(58px, 9vw, 126px); max-width:1000px; }
.photo-statement p { max-width:900px; font-size:clamp(18px, 2vw, 25px); }

.split-section { display:grid; grid-template-columns:1fr 1fr; min-height:720px; }
.split-copy { padding: clamp(64px, 8vw, 110px) clamp(28px, 6vw, 80px); display:flex; flex-direction:column; justify-content:center; background:var(--cream); }
.split-copy h2 { font-size:clamp(52px, 7vw, 94px); }
.split-photo { min-height:620px; }
.split-photo img { height:100%; object-fit:cover; }

.why { background:var(--ink); color:var(--paper); padding:100px 0; }
.why .kicker { color:#ff7a60; }
.why-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:start; }
.why h2 { font-size:clamp(55px, 7vw, 98px); }
.reason-list { border-top:1px solid rgba(255,255,255,.25); }
.reason { display:grid; grid-template-columns:72px 1fr; gap:20px; padding:26px 0; border-bottom:1px solid rgba(255,255,255,.25); }
.reason-num { font-family:Georgia, serif; font-size:28px; color:#ff9d4a; }
.reason h3 { margin:0 0 7px; font-size:23px; }
.reason p { margin:0; color:rgba(255,255,255,.72); }

.shop-strip { background:var(--paper); padding:100px 0; }
.shop-card { display:grid; grid-template-columns:1fr 1fr; background:var(--cream); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); }
.shop-card-media { min-height:580px; }
.shop-card-media img { height:100%; object-fit:cover; }
.shop-card-copy { padding:clamp(42px, 6vw, 78px); display:flex; flex-direction:column; justify-content:center; }
.shop-card h2 { font-size:clamp(50px, 6vw, 84px); }
.product-meta { margin:16px 0 0; font-size:12px; font-weight:900; letter-spacing:.12em; text-transform:uppercase; color:var(--ember); }
.taste-list { display:flex; gap:10px; flex-wrap:wrap; margin:24px 0 0; }
.pill { border:1px solid var(--line); border-radius:999px; padding:9px 12px; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.07em; }

.page-hero { padding:100px 0 70px; background:var(--paper); border-bottom:1px solid var(--line); }
.page-hero h1 { font-size:clamp(64px, 10vw, 138px); max-width:1100px; }
.page-hero .copy-lg { margin-top:26px; }

.product-page { padding:70px 0 110px; }
.product-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:70px; align-items:start; }
.product-image { position:sticky; top:112px; border-radius:var(--radius); overflow:hidden; background:#aaa29c; box-shadow:var(--shadow); }
.product-image img { aspect-ratio:4/3; object-fit:cover; }
.product-info { padding-top:20px; }
.product-info h1 { font-size:clamp(62px, 7vw, 100px); }
.product-size { margin:14px 0 22px; color:var(--ember); font-weight:900; letter-spacing:.12em; text-transform:uppercase; font-size:12px; }
.product-details { margin-top:44px; border-top:1px solid var(--line); }
.detail { padding:22px 0; border-bottom:1px solid var(--line); }
.detail h3 { margin:0 0 8px; font-size:15px; text-transform:uppercase; letter-spacing:.08em; }
.detail p { margin:0; color:var(--muted); }
.notice { margin-top:16px; font-size:12px; color:var(--muted); }

.gallery-pair { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-top:22px; }
.gallery-pair img { aspect-ratio:1/1; object-fit:cover; border-radius:18px; }

.story-intro { padding:90px 0; }
.story-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.story-grid h2 { font-size:clamp(48px, 6vw, 82px); }
.story-grid .copy-lg { margin-top:22px; }
.placeholder {
  border:1.5px dashed rgba(23,17,14,.35); border-radius:var(--radius); min-height:560px;
  display:grid; place-items:center; text-align:center; padding:34px; background:rgba(255,255,255,.18); color:var(--muted);
}
.placeholder strong { display:block; color:var(--ink); text-transform:uppercase; letter-spacing:.12em; font-size:12px; margin-bottom:8px; }

.story-band { background:var(--ember); color:var(--paper); padding:90px 0; }
.story-band h2 { font-size:clamp(58px, 8vw, 112px); max-width:1100px; }
.story-band p { font-size:clamp(19px, 2vw, 26px); max-width:790px; }

.find-section { padding:85px 0; border-bottom:1px solid var(--line); }
.find-header { display:flex; justify-content:space-between; gap:36px; align-items:flex-end; margin-bottom:34px; }
.find-header h2 { font-size:clamp(46px, 6vw, 78px); }
.location-grid { display:grid; grid-template-columns:repeat(3, 1fr); gap:16px; }
.location-card { background:var(--paper); border:1px solid var(--line); border-radius:20px; padding:24px; min-height:180px; display:flex; flex-direction:column; justify-content:space-between; }
.location-card .eyebrow { color:var(--ember); font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.12em; }
.location-card h3 { font-size:23px; margin:12px 0 8px; }
.location-card p { margin:0; color:var(--muted); }
.location-card a { font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.08em; margin-top:24px; }
.empty-state { grid-column:1 / -1; min-height:190px; border:1px dashed rgba(23,17,14,.28); border-radius:20px; display:grid; place-items:center; text-align:center; padding:30px; color:var(--muted); }
.online-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.retailer-card { background:var(--ink); color:var(--paper); min-height:250px; border-radius:20px; padding:28px; display:flex; flex-direction:column; justify-content:space-between; }
.retailer-card h3 { font-family:Georgia, serif; font-size:46px; margin:0; font-weight:400; }
.retailer-card p { color:rgba(255,255,255,.68); }

.cta-band { background:var(--gold); padding:70px 0; }
.cta-flex { display:flex; justify-content:space-between; gap:38px; align-items:center; }
.cta-band h2 { font-size:clamp(45px, 6vw, 78px); max-width:760px; }

.site-footer { background:var(--ember); color:var(--paper); padding:58px 0 30px; }
.footer-grid { display:grid; grid-template-columns:1.4fr .6fr .6fr; gap:44px; }
.footer-logo { width:190px; height:78px; overflow:hidden; display:grid; place-items:center; }
.footer-logo img { width:210px; height:210px; max-width:none; }
.footer-links { display:flex; flex-direction:column; gap:10px; }
.footer-links a { text-decoration:none; font-size:14px; }
.footer-title { font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.12em; opacity:.7; margin-bottom:12px; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.22); margin-top:42px; padding-top:18px; font-size:12px; opacity:.72; display:flex; justify-content:space-between; gap:20px; }

.toast { position:fixed; left:50%; bottom:26px; transform:translate(-50%, 20px); background:var(--ink); color:var(--paper); border-radius:999px; padding:12px 18px; font-size:13px; opacity:0; pointer-events:none; transition:.2s ease; z-index:2000; }
.toast.show { opacity:1; transform:translate(-50%,0); }

@media (max-width: 900px) {
  .nav-wrap { height:72px; padding:0 18px; }
  .brand-crop { width:112px; height:44px; }
  .brand-crop img { width:126px; height:126px; }
  .desktop-nav { display:none; }
  .menu-btn { display:block; }
  .mobile-nav { position:fixed; inset:72px 0 0; background:var(--ember); color:var(--paper); padding:34px 24px; display:flex; flex-direction:column; gap:24px; transform:translateY(-120%); transition:.25s ease; }
  .mobile-nav.open { transform:translateY(0); }
  .mobile-nav a { font-family:Georgia, serif; font-size:42px; text-decoration:none; }
  .hero { grid-template-columns:1fr; min-height:0; }
  .hero-copy { padding:62px 24px 52px; }
  .hero h1 { font-size:clamp(62px, 18vw, 96px); }
  .hero-media { min-height:520px; }
  .hero-badge { width:106px; height:106px; bottom:18px; right:18px; font-size:10px; }
  .photo-statement { min-height:670px; }
  .photo-statement-copy { padding:44px 24px; }
  .split-section { grid-template-columns:1fr; }
  .split-copy { order:2; padding:60px 24px; }
  .split-photo { order:1; min-height:520px; }
  .why { padding:72px 0; }
  .why-grid, .shop-card, .product-grid, .story-grid { grid-template-columns:1fr; gap:40px; }
  .shop-strip { padding:70px 0; }
  .shop-card-media { min-height:460px; }
  .product-image { position:relative; top:auto; }
  .page-hero { padding:68px 0 52px; }
  .product-page { padding:45px 0 80px; }
  .location-grid { grid-template-columns:1fr; }
  .online-grid { grid-template-columns:1fr; }
  .find-header { align-items:flex-start; flex-direction:column; }
  .cta-flex { flex-direction:column; align-items:flex-start; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > :first-child { grid-column:1 / -1; }
  .footer-bottom { flex-direction:column; }
}

@media (max-width: 560px) {
  .container { width:min(calc(100% - 32px), var(--max)); }
  .hero-media { min-height:430px; }
  .photo-statement { min-height:600px; }
  .gallery-pair { grid-template-columns:1fr; }
  .placeholder { min-height:420px; }
}
