@keyframes fonts-loading {

  0%,
  99% {
    color: transparent;
  }
}

:root {
  --cream: #f7f4ef;
  --paper: #fbf9f5;
  --ink: #1d1c1a;
  --charcoal: #2b2926;
  --warm-gray: #6e685f;
  --taupe: #cfc4b6;
  --taupe-dark: #a89a88;
  --line: rgba(29, 28, 26, .14);
  --overlay: rgba(0, 0, 0, .55);
  --serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: 'Karla', 'Helvetica Neue', Arial, sans-serif;
  --rail: 1040px;
  --narrow: 680px;
}

*, *::before, *::after { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

body {
  color: var(--warm-gray);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.75;
  background: var(--cream);
}

img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
a { color: inherit; }
button, input, select, textarea { font-family: inherit; }

.clearfix::after { content: ""; display: table; clear: both; }

/* ---------- header ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  transition: background-color .35s ease;
}
.site-header--solid,
.site-header--menu { background: rgba(29,28,26,.96); }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  height: 76px;
  margin: 0 auto;
  padding: 0 20px;
}

#logoImage {
  width: auto;
  height: 30px;
  filter: brightness(0) invert(1);
}

#headerNav { display: none; }

.mobile-nav-toggle {
  position: relative;
  width: 30px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.mobile-nav-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: transform .3s, opacity .3s, top .3s;
}
.mobile-nav-toggle .top-bar { top: 0; }
.mobile-nav-toggle .middle-bar { top: 9px; }
.mobile-nav-toggle .bottom-bar { top: 18px; }
.mobile-nav-toggle.is-open .top-bar { top: 9px; transform: rotate(45deg); }
.mobile-nav-toggle.is-open .middle-bar { opacity: 0; }
.mobile-nav-toggle.is-open .bottom-bar { top: 9px; transform: rotate(-45deg); }

#mobileNavWrapper { padding: 6px 20px 26px; }
#mobileNavWrapper a {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-size: 13px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 1px solid rgba(255,255,255,.12);
}

/* ---------- hero ---------- */
.banner-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 20px 70px;
  color: #fff;
  background-color: #1a1917;
  /* Lichtstreifen wie Jalousie im Referenzvideo */
  background-image:
    repeating-linear-gradient(115deg, rgba(255,240,215,0) 0 38px, rgba(255,240,215,.07) 38px 64px),
    radial-gradient(ellipse at 80% 10%, rgba(214,170,120,.28), transparent 55%);
}
.banner-hero .color-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(0, 0, 0, .45));
  pointer-events: none;
}
.hero-row {
  position: relative;
  display: grid;
  gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
  align-items: center;
}
.desc-wrapper { text-align: center; }
.hero-eyebrow {
  color: var(--taupe);
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.desc-wrapper h1 {
  margin-top: 16px;
  color: #fff;
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: .5px;
}
.hero-note {
  max-width: 460px;
  margin: 20px auto 0;
  color: #d9d3ca;
  font-size: 16px;
  line-height: 1.7;
}
.hero-side {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  aspect-ratio: 31 / 38;
  overflow: hidden;
}

/* ---------- main content ---------- */
.main-content {
  max-width: var(--rail);
  margin: 0 auto;
  padding: 0 20px;
}

.brand-mark {
  padding-top: 90px;
  text-align: center;
}
.brand-mark__logo {
  width: 110px;
  height: auto;
  margin: 0 auto;
}
.brand-mark__word {
  margin: 18px 0 16px;
  color: var(--taupe-dark);
  font-family: var(--serif);
  font-size: 26px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.brand-mark a {
  color: var(--warm-gray);
  font-size: 14px;
  text-decoration: none;
}
.brand-mark a:hover { color: var(--ink); }
.brand-mark strong { font-weight: 500; }

.intro-statement {
  max-width: var(--narrow);
  margin: 0 auto;
  padding-top: 70px;
  text-align: center;
}
.intro-statement h2,
.kettle-list h2,
.price-snapshot h2,
.bio-pair h2,
.faq-block h2,
.rfq-head h2 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.prose-narrow {
  max-width: var(--narrow);
  margin: 0 auto;
  padding-top: 30px;
}
.prose-narrow p + p { margin-top: 20px; }

/* quotes (drei, gleich aufgebaut) */
.quote-one,
.quote-two,
.quote-three {
  max-width: 640px;
  margin: 0 auto;
  padding: 90px 0;
  text-align: center;
}
.quote-one blockquote,
.quote-two blockquote,
.quote-three blockquote {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.55;
}
.quote-one blockquote span,
.quote-two blockquote span,
.quote-three blockquote span { color: var(--taupe-dark); }
.quote-one__src,
.quote-two__src,
.quote-three__src { margin-top: 18px; font-size: 13px; letter-spacing: 1px; }

/* gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-right: -8px;
}
.grid-slide {
  margin-right: 8px;
  margin-bottom: 8px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.grid-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.grid-slide:hover img { transform: scale(1.04); }

.kettle-list {
  max-width: var(--narrow);
  margin: 0 auto;
  padding-top: 90px;
  text-align: center;
}
.kettle-list > p { margin-top: 18px; }
.kettle-items { margin-top: 26px; }
.kettle-items p {
  padding: 6px 0;
  color: var(--ink);
  font-size: 15px;
}

.btn-block { margin-top: 34px; }
.btn-block--center { text-align: center; }
.btn-el {
  display: inline-block;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-el--tertiary {
  padding: 12px 22px;
  border: 1px solid var(--ink);
  transition: background-color .25s, color .25s;
}
.btn-el--tertiary:hover { color: var(--cream); background: var(--ink); }

/* ---------- banner process ---------- */
.banner-process {
  position: relative;
  margin-top: 10px;
  background: #111;
}
.banner-process__img img { position: absolute; inset: 0; opacity: .72; }
.banner-process__img { min-height: 320px; }
.banner-process__title {
  position: absolute;
  left: 8%;
  bottom: 14%;
  max-width: 80%;
  color: #fff;
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
}

.main-content--second { padding-top: 10px; }

.order-steps {
  max-width: var(--narrow);
  margin: 0 auto;
  padding-top: 80px;
}
.order-steps__lead { color: var(--ink); font-size: 18px; margin-bottom: 30px; }
.order-step {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.order-step__n {
  color: var(--taupe-dark);
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.1;
}
.order-step b { color: var(--ink); font-weight: 700; }

.price-snapshot {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 90px;
  text-align: center;
}
.price-snapshot__sub { margin-top: 12px; }
.price-table-wrap { margin-top: 30px; overflow-x: auto; }
.price-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 15px;
  text-align: left;
  background: var(--paper);
}
.price-table th {
  padding: 14px 16px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ink);
}
.price-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); }
.price-table td:nth-child(n+3), .price-table th:nth-child(n+3) { text-align: right; white-space: nowrap; }
.price-table tr:last-child td { border-bottom: 0; }
.price-snapshot__note { margin-top: 14px; font-size: 14px; }

/* ---------- bios ---------- */
.bio-pair { padding-top: 10px; text-align: center; }
.bio-pair__intro { margin-top: 10px; }
.bio-row { display: grid; gap: 56px; margin-top: 44px; text-align: left; }
.bio-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.bio-card__name {
  margin-top: 20px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.bio-card__role { margin-bottom: 12px; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; }

/* ---------- faq ---------- */
.faq-block { max-width: var(--narrow); margin: 0 auto; padding-top: 100px; }
.faq-block h2 { margin-bottom: 26px; text-align: center; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-of-type { border-bottom: 1px solid var(--line); }
.faq-item summary {
  position: relative;
  padding: 18px 34px 18px 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  cursor: pointer;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 14px;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1;
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { padding-bottom: 20px; }

/* ---------- rfq ---------- */
.rfq-block {
  max-width: 820px;
  margin: 100px auto 0;
  padding: 44px 22px;
  background: var(--paper);
}
.rfq-head { max-width: 560px; margin: 0 auto 30px; text-align: center; }
.rfq-head p { margin-top: 12px; }
.rfq-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.rfq-grid { display: grid; gap: 0 20px; }
.rfq-field { margin-bottom: 16px; }
.rfq-field label, .rfq-candy legend {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.rfq-field input, .rfq-field select, .rfq-field textarea {
  width: 100%;
  padding: 11px 12px;
  color: var(--ink);
  font-size: 15px;
  background: #fff;
  border: 1px solid #c9c1b6;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}
.rfq-field select {
  background-image: linear-gradient(45deg, transparent 50%, #1d1c1a 50%), linear-gradient(135deg, #1d1c1a 50%, transparent 50%);
  background-position: calc(100% - 17px) 52%, calc(100% - 12px) 52%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
}
.rfq-field textarea { min-height: 110px; resize: vertical; }
.rfq-field input:focus, .rfq-field select:focus, .rfq-field textarea:focus { outline: 0; border-color: var(--ink); }
.rfq-field .is-invalid { border-color: #a4452c; }
.rfq-err { display: block; color: #a4452c; font-size: 13px; line-height: 1.4; }
.rfq-err:not(:empty) { margin-top: 4px; }
.rfq-candy { margin: 6px 0 4px; padding: 0; border: 0; }
.rfq-candy label { display: inline-flex; align-items: center; gap: 7px; margin: 4px 18px 4px 0; color: var(--ink); font-size: 15px; cursor: pointer; }
.rfq-candy input, .rfq-consent input { accent-color: #1d1c1a; }
.rfq-consent { display: flex; gap: 10px; margin-top: 12px; font-size: 14px; line-height: 1.5; cursor: pointer; }
.rfq-consent input { flex-shrink: 0; margin-top: 4px; }
.rfq-submit {
  width: 100%;
  margin-top: 22px;
  padding: 15px;
  color: var(--cream);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  background: var(--ink);
  border: 0;
  cursor: pointer;
  transition: background-color .25s;
}
.rfq-submit:hover { background: #3a3733; }
.rfq-submit:disabled { opacity: .5; }
.rfq-done { padding: 30px 0; text-align: center; }
.rfq-done__t { margin-bottom: 10px; color: var(--ink); font-family: var(--serif); font-size: 28px; }

/* ---------- pre footer ---------- */
#preFooter { margin-top: 110px; background: var(--taupe); }
.pre-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
  padding: 34px 20px;
  text-align: center;
}
.pre-footer-inner h3 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

/* ---------- footer ---------- */
#footer { color: #b5ada2; background: var(--charcoal); }
.footer-inner { max-width: 1160px; margin: 0 auto; padding: 56px 20px 36px; }
#siteInfo {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
}
#siteInfo a { text-decoration: none; }
#siteInfo a:hover { color: #fff; }
.footer-mid {
  margin: 34px 0 44px;
  color: #fff;
  font-family: var(--serif);
  font-size: 20px;
}
#footerBlocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 24px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 14px;
}
.ft-logo { width: auto; height: 42px; margin-bottom: 14px; filter: brightness(0) invert(1); }
.ft-col a { display: block; padding: 3px 0; text-decoration: none; }
.ft-col a:hover { color: #fff; }
.ft-col__h { margin-bottom: 10px; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.ft-col p + a, .ft-col a + p { margin-top: 6px; }
.ft-copy { margin-top: 44px; font-size: 12px; text-align: center; }

/* ---------- cookie note ---------- */
.cookie-note {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 60;
  max-width: 420px;
  padding: 20px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
  background: var(--paper);
  border: 1px solid var(--ink);
}
.cookie-note__btns { display: flex; gap: 8px; margin-top: 14px; }
.cookie-note__btns button {
  flex: 1;
  padding: 10px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid var(--ink);
  cursor: pointer;
}
.cookie-note__btns .cookie-note__ok { color: var(--cream); background: var(--ink); }
.cookie-note__t { margin-bottom: 6px; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.cookie-note a { text-underline-offset: 3px; }
.cookie-note__opts { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--line); }
.cookie-note__opts label { display: flex; align-items: center; gap: 6px; cursor: pointer; }
.cookie-note__opts input { accent-color: #1d1c1a; }
.cookie-note__btns { flex-wrap: wrap; }
.cookie-note__btns button { flex: 1 1 110px; }

/* ---------- inner pages ---------- */
.page-inner .site-header { background: rgba(29,28,26,.96); }
#mainNavigation a.is-current { color: var(--taupe); }

/* candy catalog */
.cat-head {
  padding: 130px 20px 64px;
  color: #fff;
  text-align: center;
  background-color: #1a1917;
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 22px, rgba(255,255,255,0) 22px 44px);
}
.cat-head__eyebrow { color: var(--taupe); font-size: 12px; letter-spacing: 3px; text-transform: uppercase; }
.cat-head h1 { margin-top: 14px; font-family: var(--serif); font-size: 44px; font-weight: 300; line-height: 1.1; }
.cat-head__text { max-width: 560px; margin: 18px auto 0; color: #d9d3ca; }

.cat-filter {
  position: sticky;
  top: 76px;
  z-index: 20;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}
.cat-filter__row {
  display: flex;
  gap: 8px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 14px 20px;
  overflow-x: auto;
}
.cat-filter button {
  flex-shrink: 0;
  padding: 8px 16px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid rgba(29,28,26,.3);
  cursor: pointer;
}
.cat-filter button[aria-pressed="true"] { color: var(--cream); background: var(--ink); border-color: var(--ink); }

.cat-list { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.cat-family { display: grid; gap: 32px; padding: 70px 0; border-bottom: 1px solid var(--line); }
.cat-family:last-child { border-bottom: 0; }
.cat-family[hidden] { display: none; }
.cat-family__aside img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.cat-facts { margin: 18px 0 0; }
.cat-facts div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.cat-facts dt { color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.cat-facts dd { margin: 0; text-align: right; }
.cat-facts div:last-child dd { color: var(--ink); font-family: var(--serif); font-size: 22px; line-height: 1.1; }
.cat-family__no { color: var(--taupe-dark); font-family: var(--serif); font-size: 20px; }
.cat-family__main h2 { color: var(--ink); font-family: var(--serif); font-size: 36px; font-weight: 400; line-height: 1.1; }
.cat-family__intro { margin: 14px 0 22px; }
.cat-item { padding: 16px 0; border-top: 1px solid var(--line); }
.cat-item h3 { color: var(--ink); font-size: 16px; font-weight: 700; }
.cat-item p { margin-top: 2px; font-size: 15px; }
.cat-flavors__h { margin-top: 30px; color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.cat-flavors { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 0; padding: 0; list-style: none; }
.cat-flavors li { padding: 4px 10px; color: var(--ink); font-size: 13px; background: var(--paper); border: 1px solid var(--line); }
.cat-note { margin-top: 12px; font-size: 13px; font-style: italic; }
.cat-season { width: 100%; margin-top: 6px; border-collapse: collapse; font-size: 15px; }
.cat-season th { padding: 10px 8px 10px 0; color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-align: left; text-transform: uppercase; border-bottom: 1px solid var(--ink); }
.cat-season td { padding: 12px 8px 12px 0; border-bottom: 1px solid var(--line); }
.cat-season td:last-child, .cat-season th:last-child { text-align: right; }

.cat-storage { max-width: 900px; margin: 0 auto; padding: 40px 20px 0; }
.cat-storage h2 { color: var(--ink); font-family: var(--serif); font-size: 32px; font-weight: 400; text-align: center; }
.cat-storage__wrap { margin-top: 26px; overflow-x: auto; }
.cat-storage__table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 15px; background: var(--paper); }
.cat-storage__table th { padding: 13px 16px; color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-align: left; text-transform: uppercase; border-bottom: 1px solid var(--ink); }
.cat-storage__table td { padding: 13px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.cat-storage__allergen { margin-top: 30px; padding: 20px 22px; font-size: 15px; background: #efe9e1; border-left: 3px solid var(--taupe-dark); }
.cat-storage__allergen b { color: var(--ink); }

.cat-cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-top: 100px;
  padding: 48px 20px;
  text-align: center;
  background: var(--taupe);
}
.cat-cta__t { max-width: 520px; color: var(--ink); font-family: var(--serif); font-size: 26px; line-height: 1.25; }

/* wholesale page */
.ws-head { padding: 120px 20px 60px; background: var(--paper); border-bottom: 1px solid var(--line); }
.ws-head__in { display: grid; gap: 40px; max-width: 1160px; margin: 0 auto; }
.ws-head__eyebrow { font-size: 12px; letter-spacing: 3px; text-transform: uppercase; }
.ws-head h1 { margin-top: 12px; color: var(--ink); font-family: var(--serif); font-size: 44px; font-weight: 300; line-height: 1.08; }
.ws-head__txt > p:last-child { max-width: 520px; margin-top: 18px; }
.ws-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; background: var(--line); border: 1px solid var(--line); }
.ws-stats div { padding: 22px 18px; background: var(--paper); }
.ws-stats dt { color: var(--ink); font-family: var(--serif); font-size: 34px; line-height: 1; }
.ws-stats dd { margin: 6px 0 0; font-size: 13px; }

.ws-compare { display: grid; gap: 20px; max-width: 1160px; margin: 0 auto; padding: 70px 20px 0; }
.ws-card { padding: 32px 26px; border: 1px solid rgba(29,28,26,.25); }
.ws-card--dark { color: #cfc8be; background: var(--charcoal); border-color: var(--charcoal); }
.ws-card__tag { font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; }
.ws-card h2 { margin-top: 8px; color: var(--ink); font-family: var(--serif); font-size: 30px; font-weight: 400; }
.ws-card--dark h2 { color: #fff; }
.ws-card ul { margin: 18px 0 0; padding: 0; list-style: none; }
.ws-card li { display: grid; grid-template-columns: 90px 1fr; gap: 12px; padding: 10px 0; font-size: 15px; border-top: 1px solid var(--line); }
.ws-card--dark li { border-top-color: rgba(255,255,255,.12); }
.ws-card li b { color: var(--ink); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.ws-card--dark li b { color: var(--taupe); }

.ws-tiers { max-width: 900px; margin: 0 auto; padding: 90px 20px 0; }
.ws-tiers h2, .ws-wraps h2, .ws-timeline h2 { color: var(--ink); font-family: var(--serif); font-size: 34px; font-weight: 400; text-align: center; }
.ws-tiers__scroll { margin-top: 26px; overflow-x: auto; }
.ws-tiers__table { width: 100%; min-width: 540px; border-collapse: collapse; font-size: 15px; }
.ws-tiers__table th { padding: 14px 12px; color: var(--cream); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-align: right; text-transform: uppercase; background: var(--ink); }
.ws-tiers__table th:first-child, .ws-tiers__table td:first-child { text-align: left; }
.ws-tiers__table td { padding: 14px 12px; text-align: right; border-bottom: 1px solid var(--line); }
.ws-tiers__table tr:nth-child(even) td { background: var(--paper); }
.ws-tiers__note { margin-top: 12px; font-size: 14px; text-align: center; }

.ws-wraps { max-width: 1160px; margin: 0 auto; padding: 100px 20px 0; }
.ws-wraps__sub { margin-top: 10px; text-align: center; }
.ws-wraps__grid { display: grid; gap: 40px; margin-top: 40px; }
.ws-wrap img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.ws-wrap h3 { margin-top: 18px; color: var(--ink); font-family: var(--serif); font-size: 24px; font-weight: 400; }
.ws-wrap > p { margin-top: 8px; font-size: 15px; }
.ws-wrap__spec { width: 100%; margin-top: 16px; border-collapse: collapse; font-size: 14px; }
.ws-wrap__spec td { padding: 7px 0; border-top: 1px solid var(--line); }
.ws-wrap__spec td:last-child { color: var(--ink); text-align: right; }

.ws-art { margin-top: 100px; color: #cfc8be; background: var(--charcoal); }
.ws-art__in { max-width: var(--narrow); margin: 0 auto; padding: 64px 20px; }
.ws-art h2 { color: #fff; font-family: var(--serif); font-size: 32px; font-weight: 400; }
.ws-art ol { margin: 20px 0 0; padding-left: 20px; }
.ws-art li { padding: 6px 0 6px 6px; }
.ws-art li::marker { color: var(--taupe); font-family: var(--serif); }

.ws-timeline { max-width: 1160px; margin: 0 auto; padding: 90px 20px 0; }
.ws-timeline__row { display: grid; gap: 0; margin-top: 36px; }
.ws-step { position: relative; padding: 0 0 26px 28px; border-left: 1px solid var(--ink); }
.ws-step::before { content: ""; position: absolute; top: 4px; left: -5px; width: 9px; height: 9px; background: var(--cream); border: 1px solid var(--ink); border-radius: 50%; }
.ws-step span { color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.ws-step p { margin-top: 2px; font-size: 15px; }

.ws-ship { display: grid; gap: 32px; max-width: 1160px; margin: 0 auto; padding: 90px 20px 0; }
.ws-ship__img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.ws-ship__cols { display: grid; gap: 28px; }
.ws-ship h3 { margin-bottom: 8px; color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.ws-ship p + p { margin-top: 10px; }

.ws-calc { max-width: 900px; margin: 100px auto 0; padding: 0 20px; }
.ws-calc__in { display: grid; border: 1px solid var(--ink); }
.ws-calc__form { padding: 30px 24px; }
.ws-calc__form h2 { color: var(--ink); font-family: var(--serif); font-size: 30px; font-weight: 400; }
.ws-calc__form > p { margin: 6px 0 16px; font-size: 14px; }
.ws-calc__form label { display: block; margin: 14px 0 6px; color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.ws-calc__form select, .ws-calc__form input[type="number"] { width: 100%; padding: 10px 12px; color: var(--ink); font-size: 15px; background: #fff; border: 1px solid #c9c1b6; border-radius: 0; }
.ws-calc__form .ws-calc__check { display: flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 400; letter-spacing: 0; text-transform: none; cursor: pointer; }
.ws-calc__check input { accent-color: #1d1c1a; }
.ws-calc__out { display: flex; flex-direction: column; justify-content: center; padding: 30px 24px; color: #cfc8be; background: var(--ink); }
.ws-calc__label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }
.ws-calc__total { margin-top: 6px; color: #fff; font-family: var(--serif); font-size: 48px; line-height: 1; }
.ws-calc__line { margin-top: 10px; font-size: 14px; }
.ws-calc__warn { margin-top: 12px; color: #e7c9a4; font-size: 13px; line-height: 1.5; }

.ws-rfq { max-width: 820px; margin: 100px auto 110px; padding: 44px 22px; background: var(--paper); }

/* ---------- legal pages ---------- */
.page-legal .site-header { background: rgba(29,28,26,.96); }
.legal-copy {
  max-width: var(--rail);
  margin: 0 auto;
  padding: 130px 20px 0;
}
.legal-copy h1 {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.15;
}
.legal-date { margin-top: 6px; font-size: 13px; letter-spacing: 1px; }
.legal-copy h2 {
  margin-top: 30px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.legal-copy p { margin-top: 8px; }
.page-legal #footer { margin-top: 100px; }

@media (min-width: 768px) {
  .legal-copy { padding-top: 160px; }
  .legal-copy h1 { font-size: 50px; }

  .cat-head { padding: 170px 40px 80px; }
  .cat-head h1, .ws-head h1 { font-size: 62px; }
  .cat-family { grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; }
  .cat-family__aside { position: sticky; top: 170px; }
  .cat-family--flip .cat-family__aside { order: 2; }
  .cat-cta { flex-direction: row; justify-content: center; gap: 40px; text-align: left; }

  .ws-head { padding: 160px 40px 80px; }
  .ws-head__in { grid-template-columns: 7fr 5fr; align-items: end; gap: 60px; }
  .ws-compare { grid-template-columns: 1fr 1fr; }
  .ws-wraps__grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .ws-timeline__row { grid-template-columns: repeat(5, 1fr); }
  .ws-step { padding: 26px 16px 0 0; border-left: 0; border-top: 1px solid var(--ink); }
  .ws-step::before { top: -5px; left: 0; }
  .ws-ship { grid-template-columns: 5fr 7fr; align-items: center; gap: 56px; }
  .ws-ship__cols { grid-template-columns: 1fr 1fr; }
  .ws-calc__in { grid-template-columns: 7fr 5fr; }
  .ws-rfq { padding: 56px 48px; }
}

@media (min-width: 1000px) {
  .cat-filter { top: 92px; }
}

/* ================ 640+ ================ */
@media (min-width: 640px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .rfq-grid { grid-template-columns: 1fr 1fr; }
  .rfq-block { padding: 56px 48px; }
  #footerBlocks { grid-template-columns: repeat(4, 1fr); }
  #siteInfo { flex-direction: row; justify-content: center; gap: 22px; }
  .cookie-note { left: auto; right: 24px; bottom: 24px; }
}

/* ================ 768+ ================ */
@media (min-width: 768px) {
  .desc-wrapper h1 { font-size: 56px; }
  .intro-statement h2,
  .kettle-list h2,
  .price-snapshot h2,
  .bio-pair h2,
  .faq-block h2,
  .rfq-head h2 { font-size: 40px; }
  .quote-one blockquote,
  .quote-two blockquote,
  .quote-three blockquote { font-size: 26px; }
  .banner-process__title { font-size: 58px; }
  .bio-row { grid-template-columns: 1fr 1fr; gap: 48px; }
  .pre-footer-inner { flex-direction: row; justify-content: space-between; text-align: left; }
}

/* ================ 1000+ ================ */
@media (min-width: 1000px) {
  .header-inner { height: 92px; padding: 0 40px; }
  #logoImage { height: 36px; }
  .mobile-nav-toggle { display: none; }
  #mobileNavWrapper { display: none !important; }
  #headerNav { display: block; }
  #mainNavigation { display: flex; gap: 34px; }
  #mainNavigation a {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-decoration: none;
    text-transform: uppercase;
  }
  #mainNavigation a:hover { color: var(--taupe); }
  .nav-item--phone a { padding: 9px 14px; border: 1px solid rgba(255,255,255,.55); }

  .banner-hero { padding: 170px 40px 110px; }
  .hero-row { grid-template-columns: 7fr 5fr; gap: 70px; }
  .desc-wrapper { text-align: left; }
  .desc-wrapper h1 { font-size: 68px; }
  .hero-note { margin-left: 0; }
  .hero-side { max-width: none; }

  .gallery-grid { grid-template-columns: repeat(4, 1fr); }
  .banner-process__img { min-height: 0; }
}
