:root {
  --bg: #f7f3ee;
  --paper: #fffdf9;
  --paper-strong: #ffffff;
  --ink: #181513;
  --muted: #6f625b;
  --line: #ded6cf;
  --soft: #eee4dc;
  --soft-2: #f2ebe4;
  --accent: #8a1f2d;
  --accent-dark: #5c101b;
  --gold: #b89058;
  --max: 1180px;
}
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
}
.skip-link:focus {
  left: 10px;
  z-index: 100;
  background: var(--paper);
  padding: 10px 12px;
  border: 1px solid var(--line);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 243, 238, 0.95);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner,
.site-footer,
.home-hero,
.section,
.article-shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 74px;
}
.brand {
  display: grid;
  flex: 0 0 auto;
  gap: 2px;
  text-decoration: none;
}
.brand span {
  font-weight: 850;
  letter-spacing: 0.08em;
}
.brand small {
  color: var(--muted);
  font-size: 12px;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  color: #403932;
  font-size: 14px;
  white-space: nowrap;
}
.site-nav a {
  text-decoration: none;
}
.nav-shop,
.button-link,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid var(--accent);
  padding: 10px 14px;
  text-decoration: none;
  font-weight: 760;
  color: var(--accent);
}
.button-link {
  background: var(--accent);
  color: #fffaf6;
}
.button-secondary {
  border-color: var(--line);
  color: var(--ink);
  background: var(--paper);
}
.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
  padding: 64px 0 42px;
}
.hero-copy {
  display: grid;
  gap: 24px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.eyebrow,
.kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: 0; }
h1 {
  font-size: clamp(40px, 5.6vw, 70px);
  max-width: 14ch;
  font-weight: 690;
}
h2 { font-size: clamp(28px, 4vw, 48px); }
h3 { font-size: 20px; }
.lede {
  max-width: 58ch;
  color: #443c36;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.58;
  margin: 0;
}
.hero-visual,
.article-card,
.story-feature,
.cta-panel,
.topic-pill,
.gift-path,
.recommendation-card,
.content-panel,
.story-list li {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.hero-visual {
  display: grid;
  gap: 16px;
  padding: 16px;
  box-shadow: 0 20px 60px rgba(92, 16, 27, 0.08);
}
.hero-visual img {
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
  background: var(--soft);
  border-radius: 6px;
}
.hero-visual .caption {
  display: grid;
  gap: 6px;
}
.hero-visual .caption p { margin: 0; color: var(--muted); }
.hero-visual h2 { font-size: 25px; }
.section {
  padding: 38px 0;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.section-head p {
  max-width: 46ch;
  color: var(--muted);
}
.article-grid,
.gift-path-grid,
.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.gift-path-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.article-card {
  min-height: 100%;
  overflow: hidden;
}
.article-card img {
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
  background: var(--soft);
}
.article-card-body {
  display: grid;
  gap: 11px;
  padding: 18px;
}
.article-card a,
.story-feature a,
.hero-visual a {
  text-decoration: none;
}
.article-card-body p,
.gift-path p,
.topic-pill p {
  margin: 0;
  color: var(--muted);
}
.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--muted);
  font-size: 13px;
}
.gift-path,
.topic-pill {
  display: grid;
  gap: 10px;
  min-height: 152px;
  padding: 18px;
  text-decoration: none;
}
.gift-path strong,
.topic-pill strong { font-size: 19px; }
.topic-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.story-feature {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 0.8fr);
  gap: 24px;
  padding: 18px;
  overflow: hidden;
}
.story-feature img,
.story-feature video {
  aspect-ratio: 4 / 5;
  width: 100%;
  object-fit: cover;
  background: var(--soft);
  border-radius: 6px;
}
.story-feature-content {
  align-self: center;
  display: grid;
  gap: 16px;
}
.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(220px, 0.34fr);
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 44px);
}
.cta-panel p,
.content-panel p {
  color: var(--muted);
}
.bridge-image {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  background: var(--soft);
}
.article-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(250px, 0.32fr);
  gap: clamp(32px, 6vw, 82px);
  padding: 54px 0;
}
.article-main {
  min-width: 0;
}
.article-hero {
  display: grid;
  gap: 20px;
  margin-bottom: 32px;
}
.article-hero h1 {
  max-width: 16ch;
  font-size: clamp(38px, 4.4vw, 58px);
}
.article-hero img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: var(--soft);
  border-radius: 8px;
}
.article-body {
  display: grid;
  gap: 28px;
}
.article-body section,
.content-panel {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.article-body p,
.article-body li {
  color: #403932;
  font-size: 18px;
  line-height: 1.75;
}
.article-body ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}
.article-body h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 38px);
}
.recommendation-card {
  display: grid;
  grid-template-columns: minmax(140px, 0.38fr) minmax(0, 0.62fr);
  gap: 20px;
  padding: 18px;
  border-top: 0;
}
.recommendation-card img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  background: var(--soft);
}
.recommendation-card-content {
  display: grid;
  align-content: center;
  gap: 10px;
}
.price-line {
  color: var(--accent-dark);
  font-weight: 800;
}
.sidebar {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 16px;
  align-self: start;
}
.sidebar-card {
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.sidebar-card p {
  color: var(--muted);
}
.soft-cta {
  margin-top: 8px;
  display: inline-flex;
  border-bottom: 1px solid var(--accent);
  color: var(--accent);
  font-weight: 760;
  text-decoration: none;
}
.video-frame {
  margin: 26px 0;
  background: #211917;
  border-radius: 8px;
  padding: 14px;
}
.video-frame video {
  margin: 0 auto;
  width: min(100%, 440px);
  max-height: 78vh;
  background: #211917;
}
.product-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.product-gallery img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  background: var(--soft);
}
.story-list {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.story-list li {
  display: grid;
  grid-template-columns: minmax(120px, 0.22fr) minmax(0, 0.78fr);
  gap: 18px;
  padding: 16px;
}
.story-list img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 44px 0 70px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer-main {
  max-width: 44ch;
}
.site-footer p { margin: 8px 0 0; }
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
  gap: 14px;
}
.image-fallback {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 5;
  width: 100%;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(138,31,45,0.12), rgba(184,144,88,0.12)),
    var(--soft);
  color: var(--accent-dark);
  font-weight: 780;
  text-align: center;
}
@media (max-width: 980px) {
  .home-hero,
  .story-feature,
  .article-shell,
  .cta-panel,
  .recommendation-card {
    grid-template-columns: 1fr;
  }
  .article-grid,
  .topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gift-path-grid,
  .product-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sidebar {
    position: static;
  }
}
@media (max-width: 720px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 14px 0;
  }
  .site-nav {
    display: grid;
    grid-template-columns: repeat(4, auto);
    width: 100%;
    justify-content: flex-start;
    gap: 10px 14px;
    overflow-x: visible;
    padding-bottom: 0;
    scrollbar-width: none;
  }
  .site-nav::-webkit-scrollbar { display: none; }
  .site-nav a {
    flex: 0 0 auto;
  }
  .site-nav .nav-shop {
    grid-column: 1 / -1;
    width: 100%;
  }
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-footer nav {
    justify-content: flex-start;
  }
  .article-grid,
  .gift-path-grid,
  .topic-grid,
  .story-list li,
  .product-gallery {
    grid-template-columns: 1fr;
  }
  .article-shell,
  .home-hero,
  .section {
    width: min(calc(100% - 28px), var(--max));
  }
  h1,
  .article-hero h1 {
    font-size: 42px;
  }
  .article-body p,
  .article-body li {
    font-size: 17px;
  }
}