:root {
  --red: #84151a;
  --red-dark: #5b0d11;
  --ink: #171312;
  --muted: #675d58;
  --cream: #f3eee8;
  --paper: #fffdf9;
  --gold: #c59a5f;
  --line: #d9cec4;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 76px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  display: flex;
  align-items: center;
  gap: 2.2rem;
  background: rgba(255, 253, 249, .96);
  border-bottom: 1px solid rgba(23, 19, 18, .12);
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; margin-right: auto; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  border: 3px double var(--gold);
  font-family: Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.brand strong { display: block; font-family: Georgia, serif; font-size: 1.22rem; line-height: 1.05; }
.brand small { display: block; margin-top: .2rem; color: var(--muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 1.6rem; }
.desktop-nav a { text-decoration: none; font-weight: 700; font-size: .88rem; }
.desktop-nav a:hover { color: var(--red); }
.header-shop-actions { display: flex; align-items: center; gap: .7rem; }
.cart-button { min-height: 44px; padding: .7rem .9rem; display: inline-flex; align-items: center; gap: .55rem; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 4px; font-weight: 800; cursor: pointer; }
.cart-button span { min-width: 1.45rem; height: 1.45rem; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: .72rem; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .9rem 1.35rem;
  color: #fff;
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 4px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .18s ease, background .18s ease;
}
.button:hover { background: var(--red-dark); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: .75rem 1.05rem; font-size: .88rem; }
.button-light { color: var(--red-dark); background: #fff; border-color: #fff; }
.button-light:hover { color: #fff; background: var(--ink); border-color: var(--ink); }

.hero { position: relative; min-height: calc(100svh - 76px); overflow: hidden; display: flex; align-items: center; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.hero-shade { position: absolute; inset: 0; background: rgba(15, 10, 8, .55); }
.hero-content { position: relative; z-index: 2; width: min(680px, calc(100% - 48px)); margin-left: max(24px, calc((100vw - var(--max)) / 2)); padding: 5.5rem 0; color: #fff; }
.eyebrow { margin: 0 0 .85rem; color: var(--red); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: #efbd78; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.03; }
h1 { max-width: 680px; margin-bottom: 1.25rem; font-size: clamp(3.4rem, 7.2vw, 6.6rem); font-weight: 700; }
.hero-copy { max-width: 600px; margin: 0; font-size: clamp(1.1rem, 1.6vw, 1.35rem); color: #f3ece7; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.text-link { color: #fff; text-underline-offset: .35rem; font-weight: 750; }
.hero-facts { display: flex; gap: 0; margin: 3.2rem 0 0; padding: 0; list-style: none; }
.hero-facts li { min-width: 122px; padding: 0 1.4rem; border-left: 1px solid rgba(255,255,255,.35); }
.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-family: Georgia, serif; font-size: 1.55rem; }
.hero-facts span { color: #ddd3cc; font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }

.section { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; padding: 7rem 0; }
.section-heading { max-width: 820px; margin-bottom: 3rem; }
.section-heading.narrow { max-width: 720px; }
.section-heading h2, .story h2, .purchase h2 { margin-bottom: 1.1rem; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.section-heading > p:last-child, .story-content > p, .purchase p { color: var(--muted); font-size: 1.08rem; }

.taste-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.taste-card { min-height: 300px; padding: 2.2rem; background: #fff; border-right: 1px solid var(--line); }
.taste-card:last-child { border-right: 0; }
.taste-card.accent-card { color: #fff; background: var(--red); }
.taste-number { display: block; margin-bottom: 4rem; color: var(--gold); font-weight: 900; letter-spacing: .12em; }
.taste-card h3 { margin-bottom: .8rem; font-size: 1.55rem; }
.taste-card p { margin: 0; color: var(--muted); }
.taste-card.accent-card p { color: #f1dddc; }
.scale-panel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding: 2.4rem; background: var(--ink); color: #fff; }
.scale-item > div:first-child { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .8rem; }
.scale-item span { color: #cfc4bc; }
.scale { height: 6px; overflow: hidden; background: #544b47; }
.scale i { display: block; width: var(--value); height: 100%; background: var(--gold); }

.story { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; background: var(--cream); }
.story-image { overflow: hidden; min-height: 620px; }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.story-content { align-self: center; max-width: 620px; padding: 5rem clamp(2rem, 6vw, 6rem); }
.story-content blockquote { margin: 2.2rem 0; padding-left: 1.5rem; border-left: 4px solid var(--red); font-family: Georgia, serif; font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.35; }
.signature { display: flex; flex-direction: column; gap: .2rem; }
.signature strong { color: var(--ink); }
.signature span { font-size: .82rem; }

.prep-list { border-top: 1px solid var(--line); }
.prep-list article { display: grid; grid-template-columns: 80px minmax(190px, .7fr) 1fr; gap: 2rem; align-items: baseline; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.prep-list span { color: var(--red); font-weight: 900; }
.prep-list h3 { margin: 0; font-size: 1.6rem; }
.prep-list p { margin: 0; color: var(--muted); }

.purchase { width: 100%; padding: 5rem max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 3rem; background: var(--red); color: #fff; }
.purchase-copy { max-width: 660px; }
.purchase .eyebrow { color: #efbd78; }
.purchase h2 { margin-bottom: .8rem; }
.purchase p { margin: 0; color: #f3dedc; }
.purchase .button { flex: 0 0 auto; }
.buy-card { width: min(430px, 100%); flex: 0 0 auto; padding: 1.4rem; color: var(--ink); background: #fff; border-top: 5px solid var(--gold); box-shadow: 0 18px 45px rgba(45, 4, 7, .2); }
.buy-card-head { margin-bottom: 1.2rem; display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.buy-card-head span { font-family: Georgia, serif; font-size: 1.45rem; font-weight: 700; }
.buy-card-head strong { color: var(--red); font-size: 1.45rem; }
.buy-card fieldset { margin: 0; padding: 0; border: 0; }
.buy-card legend, .quantity-control { margin-bottom: .55rem; font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.size-option { margin-bottom: .65rem; padding: .85rem; display: grid; grid-template-columns: auto 1fr auto; gap: .8rem; align-items: center; border: 1px solid var(--line); cursor: pointer; }
.size-option:has(input:checked) { border-color: var(--red); box-shadow: inset 4px 0 0 var(--red); }
.size-option input { accent-color: var(--red); }
.size-option span, .size-option strong, .size-option small { display: block; }
.size-option small { margin-top: .15rem; color: var(--muted); font-size: .75rem; }
.quantity-control { margin-top: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.quantity-control select { min-width: 92px; min-height: 44px; padding: .55rem .75rem; color: var(--ink); background: #fff; border: 1px solid var(--line); }
.buy-submit { width: 100%; margin-top: .5rem; color: #fff; background: var(--red); border-color: var(--red); cursor: pointer; }
.buy-submit:disabled { cursor: wait; opacity: .65; }
.buy-note { display: block; margin-top: .8rem; color: var(--muted); line-height: 1.45; }

.reading-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.reading-grid a { min-height: 220px; padding: 2rem; display: flex; flex-direction: column; text-decoration: none; border: 1px solid var(--line); background: #fff; transition: border-color .18s ease, transform .18s ease; }
.reading-grid a:hover { border-color: var(--red); transform: translateY(-3px); }
.reading-grid span { color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.reading-grid strong { max-width: 520px; margin: 2rem 0; font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.15; }
.reading-grid small { margin-top: auto; font-weight: 800; }

.site-footer { padding: 3rem max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1fr auto; gap: 1rem 3rem; color: #eee4dd; background: var(--ink); }
.footer-brand strong { display: block; font-family: Georgia, serif; font-size: 1.5rem; }
.footer-brand span, .site-footer p { color: #bcaea5; font-size: .85rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: center; }
.footer-links a { color: #fff; font-size: .85rem; text-underline-offset: .3rem; }
.site-footer p { grid-column: 1 / -1; margin: 1rem 0 0; padding-top: 1rem; border-top: 1px solid #39312d; }
.mobile-buy { display: none; }
.cart-overlay { position: fixed; inset: 0; z-index: 90; }
.cart-overlay[hidden] { display: none; }
.cart-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(19, 10, 8, .66); cursor: pointer; }
.cart-drawer { position: absolute; inset: 0 0 0 auto; width: min(480px, 100%); padding: 2.2rem; overflow: auto; color: var(--ink); background: var(--paper); box-shadow: -20px 0 55px rgba(0,0,0,.25); }
.cart-drawer h2 { margin-bottom: 1.5rem; font-size: 2.5rem; }
.cart-close { position: absolute; top: 1rem; right: 1rem; width: 42px; height: 42px; color: var(--ink); background: #fff; border: 1px solid var(--line); font-size: 1.8rem; line-height: 1; cursor: pointer; }
.cart-empty { padding: 4rem 0; color: var(--muted); text-align: center; }
.cart-line { padding: 1rem 0; display: grid; grid-template-columns: 76px 1fr auto; gap: .9rem; border-bottom: 1px solid var(--line); }
.cart-line img { width: 76px; height: 86px; object-fit: cover; }
.cart-line strong, .cart-line small { display: block; }
.cart-line small { margin-top: .25rem; color: var(--muted); }
.cart-line-price { font-weight: 900; }
.cart-remove { margin-top: .55rem; padding: 0; color: var(--red); background: none; border: 0; text-decoration: underline; text-underline-offset: .2rem; font-size: .76rem; font-weight: 800; cursor: pointer; }
.cart-summary { margin: 1.5rem 0; padding-top: 1rem; display: grid; grid-template-columns: 1fr auto; gap: .45rem 1rem; border-top: 2px solid var(--ink); }
.cart-summary span:nth-last-of-type(1), .cart-summary strong:last-child { margin-top: .5rem; padding-top: .7rem; border-top: 1px solid var(--line); font-size: 1.08rem; font-weight: 900; }
.checkout-button { width: 100%; }
.shop-toast { position: fixed; right: 1.4rem; bottom: 1.4rem; z-index: 100; max-width: 380px; padding: 1rem 1.2rem; color: #fff; background: var(--ink); border-left: 5px solid var(--gold); box-shadow: 0 14px 35px rgba(0,0,0,.25); font-weight: 750; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { min-height: 780px; align-items: flex-end; }
  .hero > img { object-position: 58% center; }
  .hero-shade { background: rgba(15, 10, 8, .58); }
  .hero-content { margin: 0 auto; padding: 4rem 0; }
  .taste-grid, .scale-panel { grid-template-columns: 1fr; }
  .taste-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .taste-card:last-child { border-bottom: 0; }
  .taste-number { margin-bottom: 2rem; }
  .story { grid-template-columns: 1fr; }
  .story-image { min-height: 520px; }
  .story-image img { object-position: center 48%; }
  .story-content { max-width: none; }
  .purchase { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  body { padding-bottom: 64px; }
  .site-header { min-height: 66px; padding-inline: 18px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 1.08rem; }
  .brand small { font-size: .6rem; }
  .header-shop-actions > .button { display: none; }
  .cart-button { min-height: 40px; padding: .55rem .7rem; font-size: 0; }
  .cart-button::before { content: "Korb"; font-size: .78rem; }
  .hero { min-height: calc(100svh - 66px); }
  .hero-content { width: calc(100% - 36px); padding: 3.5rem 0 2.4rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .text-link { text-align: center; }
  .hero-facts { margin-top: 2.2rem; }
  .hero-facts li { min-width: 0; flex: 1; padding-inline: .75rem; }
  .hero-facts strong { font-size: 1.22rem; }
  .hero-facts span { font-size: .64rem; }
  .section { width: calc(100% - 36px); padding: 5rem 0; }
  .section-heading h2, .story h2, .purchase h2 { font-size: 2.45rem; }
  .taste-card, .scale-panel { padding: 1.5rem; }
  .story-image { min-height: 420px; }
  .story-content { padding: 4rem 1.25rem; }
  .prep-list article { grid-template-columns: 46px 1fr; gap: .6rem 1rem; }
  .prep-list p { grid-column: 2; }
  .purchase { padding: 4rem 18px; }
  .purchase .button { width: 100%; }
  .buy-card { padding: 1rem; }
  .size-option { grid-template-columns: auto 1fr; }
  .size-option > b { grid-column: 2; }
  .cart-drawer { padding: 2rem 1.1rem; }
  .shop-toast { right: .8rem; bottom: 4.8rem; left: .8rem; max-width: none; }
  .reading-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; padding: 3rem 18px; }
  .footer-links { align-items: flex-start; flex-direction: column; }
  .site-footer p { grid-column: 1; }
  .mobile-buy { position: fixed; z-index: 60; inset: auto 0 0; display: flex; align-items: center; justify-content: center; min-height: 64px; color: #fff; background: var(--red); border-top: 1px solid #bd4e52; text-decoration: none; font-weight: 900; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
