:root {
  color-scheme: dark;
  --ink: #f8f2e8;
  --muted: #cfbfb2;
  --night: #090507;
  --blood: #8c1d22;
  --blood-bright: #ce3536;
  --copper: #d69a62;
  --cream: #f4eadc;
  --charcoal: #1b1013;
  --panel: rgba(255,255,255,.06);
  --line: rgba(255,255,255,.15);
  --max: 1180px;
  --shadow: 0 30px 80px rgba(0,0,0,.48);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 4%, rgba(206,53,54,.28), transparent 30%),
    linear-gradient(180deg, #12070a 0%, #090507 44%, #1a0c10 100%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 12px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(9,5,7,.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand img { width: 164px; max-height: 58px; object-fit: contain; }
.nav { display: flex; justify-content: center; gap: 21px; color: #eadace; font-size: .91rem; font-weight: 850; }
.nav a { opacity: .72; }
.nav a.is-active, .nav a:hover { opacity: 1; color: white; }
.header-cta, .button, .button.secondary, .icon-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 0 18px;
  font-weight: 930;
  letter-spacing: 0;
  border: 1px solid rgba(255,255,255,.17);
}
.header-cta, .button { background: var(--blood-bright); color: white; box-shadow: 0 16px 40px rgba(206,53,54,.26); }
.button.secondary, .icon-button { background: rgba(255,255,255,.075); color: var(--ink); }
.hero {
  width: min(var(--max), calc(100% - 32px));
  min-height: calc(100svh - 72px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(390px,.86fr);
  gap: 58px;
  align-items: center;
  padding: 68px 0 82px;
}
.section-kicker, .mini-label {
  display: inline-flex;
  margin-bottom: 15px;
  color: #f2b57f;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 700; letter-spacing: 0; line-height: .98; }
h1 { max-width: 820px; font-size: clamp(3.2rem, 6.4vw, 6rem); }
h2 { font-size: clamp(2.15rem, 4vw, 4.25rem); }
h3 { font-size: 1.08rem; line-height: 1.18; }
.lead { max-width: 700px; margin-top: 24px; color: var(--muted); font-size: 1.19rem; line-height: 1.64; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin: 34px 0 0; }
.hero-meta div { min-width: 126px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.055); }
.hero-meta dt { color: var(--muted); font-size: .72rem; text-transform: uppercase; }
.hero-meta dd { margin: 2px 0 0; font-weight: 900; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; transition: transform .28s ease; }
.hero-mark { position: absolute; right: 2%; bottom: 30px; width: 72%; opacity: .2; }
.hero-jars { position: relative; z-index: 2; width: min(500px, 94%); filter: drop-shadow(0 38px 80px rgba(0,0,0,.52)); }
.hero-panel {
  position: absolute;
  left: 0;
  bottom: 24px;
  z-index: 3;
  width: min(330px, 92%);
  padding: 18px;
  border: 1px solid var(--line);
  background: rgba(9,5,7,.76);
  backdrop-filter: blur(14px);
  border-radius: 8px;
}
.hero-panel strong { display: block; color: white; margin-bottom: 6px; }
.hero-panel span { color: var(--muted); }
section, .section { padding: 90px max(24px, calc((100vw - var(--max)) / 2)); }
.brand-rail {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 22px 18px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #eadace;
  background: rgba(255,255,255,.04);
  font-weight: 850;
}
.stats-strip {
  width: min(var(--max), calc(100% - 32px));
  margin: 42px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 0;
}
.stats-strip div { border: 1px solid var(--line); border-radius: 8px; background: var(--panel); padding: 22px; }
.stats-strip strong { display: block; font-size: 2.5rem; font-family: Georgia, "Times New Roman", serif; }
.stats-strip span { color: var(--muted); font-weight: 800; }
.section-head { display: grid; grid-template-columns: minmax(0,.96fr) minmax(280px,.7fr); gap: 34px; align-items: end; margin-bottom: 32px; }
.section-head p, .page-hero p, .product-card p, .gallery-copy p, .editorial-copy p, .profile-block p, .enquiry-panel p, .faq-list p { color: var(--muted); line-height: 1.62; }
.product-carousel-section, .range-band, .faq-section { background: rgba(255,255,255,.045); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.carousel-shell { display: grid; grid-template-columns: 48px 1fr 48px; gap: 12px; align-items: center; }
.icon-button { width: 48px; padding: 0; font-size: 2rem; cursor: pointer; }
.carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(230px, 1fr); gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.product-card {
  min-height: 390px;
  display: grid;
  grid-template-rows: 220px 1fr;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  border-radius: 8px;
  overflow: hidden;
}
.product-card:hover { transform: translateY(-3px); transition: transform .18s ease; }
.media-frame { display: grid; place-items: center; padding: 22px; background: linear-gradient(180deg, rgba(244,234,220,.12), rgba(255,255,255,.04)); }
.media-frame img { max-height: 188px; object-fit: contain; filter: drop-shadow(0 17px 34px rgba(0,0,0,.35)); }
.product-card-copy { padding: 18px; }
.product-card h3 { margin: 6px 0 8px; color: white; }
.text-link { display: inline-flex; margin-top: 16px; color: #ffc08b; font-weight: 950; }
.gallery-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 52px; align-items: center; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 28px; }
.detail-grid div { border: 1px solid var(--line); border-radius: 8px; padding: 14px; background: var(--panel); }
.detail-grid span { color: var(--muted); font-size: .78rem; text-transform: uppercase; }
.detail-grid strong { display: block; margin-top: 5px; }
.product-gallery { display: grid; gap: 14px; }
.gallery-main { min-height: 440px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: radial-gradient(circle, rgba(206,53,54,.16), rgba(255,255,255,.045)); }
.gallery-main img { max-height: 380px; object-fit: contain; filter: drop-shadow(0 28px 46px rgba(0,0,0,.42)); transition: opacity .16s ease; }
.gallery-main.is-changing img { opacity: .4; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.thumb { min-height: 86px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.055); cursor: pointer; }
.thumb.is-active { border-color: #ffc08b; }
.thumb img { max-height: 66px; object-fit: contain; }
.compare-layout { display: grid; grid-template-columns: minmax(0,.95fr) minmax(320px,.8fr); gap: 30px; align-items: stretch; }
.comparison-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 8px; background: rgba(255,255,255,.055); }
.comparison-table caption { text-align: left; margin-bottom: 12px; color: #ffc08b; font-weight: 950; }
.comparison-table th, .comparison-table td { border: 1px solid var(--line); padding: 16px; text-align: left; vertical-align: top; }
.comparison-table td { color: var(--muted); }
.before-after { display: grid; gap: 12px; }
.before-after-frame { position: relative; min-height: 360px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #0b0608; }
.before-after-frame img, .before-layer img { width: 100%; height: 100%; object-fit: cover; }
.before-layer { --before-width: 52%; position: absolute; inset: 0 auto 0 0; width: var(--before-width); overflow: hidden; border-right: 2px solid #ffc08b; }
.ba-label { position: absolute; bottom: 14px; padding: 7px 10px; border-radius: 6px; background: rgba(9,5,7,.76); font-weight: 900; }
.ba-label.before { left: 14px; }
.ba-label.after { right: 14px; }
.editorial-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.editorial-image img { border-radius: 8px; border: 1px solid var(--line); background: #14080b; box-shadow: var(--shadow); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.055); padding: 18px; }
.faq-list summary { cursor: pointer; font-weight: 950; color: white; }
.faq-list p { margin-top: 10px; }
.enquiry-panel { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 34px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(135deg, rgba(206,53,54,.18), rgba(255,255,255,.06)); }
.page-hero { min-height: 390px; display: grid; align-content: center; background: linear-gradient(135deg, rgba(206,53,54,.14), transparent 58%); }
.page-hero h1 { max-width: 940px; }
.page-hero p { max-width: 760px; margin-top: 20px; font-size: 1.08rem; }
.page-hero.split { grid-template-columns: .88fr minmax(320px,.62fr); gap: 44px; align-items: center; }
.profiles { display: grid; gap: 18px; }
.profile-block { display: grid; grid-template-columns: 260px 1fr; gap: 28px; align-items: center; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.055); }
.profile-block img { max-height: 250px; margin: 0 auto; object-fit: contain; }
.profile-block .button { margin-top: 22px; }
.enquiry-form { display: grid; gap: 12px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.07); }
label { font-weight: 950; color: #ffc08b; }
select, textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 6px; padding: 12px; background: rgba(9,5,7,.82); color: white; }
textarea { min-height: 132px; resize: vertical; }
.mobile-cta {
  display: none;
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 40;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--blood-bright);
  color: white;
  font-weight: 950;
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.mobile-cta.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .hero-visual, .product-card, .gallery-main img, .mobile-cta { transition: none; transform: none; }
  .reveal { opacity: 1; }
}
@media (max-width: 1040px) {
  .hero, .gallery-section, .compare-layout, .editorial-panel, .page-hero.split { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 46px; }
  .hero-visual { min-height: 420px; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  body { padding-bottom: 72px; }
  .site-header { grid-template-columns: 1fr auto; min-height: 62px; padding: 10px 16px; }
  .brand img { width: 128px; max-height: 44px; object-fit: contain; }
  .nav { display: none; }
  .header-cta { min-height: 40px; padding: 0 12px; font-size: .84rem; }
  .hero { width: min(100% - 28px, var(--max)); gap: 14px; padding: 24px 0 48px; }
  .hero-copy { order: 2; }
  .hero-visual { order: 1; min-height: 250px; }
  h1 { font-size: 2.42rem; line-height: 1.03; }
  h2 { font-size: 2.12rem; }
  .lead { font-size: 1rem; margin-top: 14px; }
  .hero-jars { width: min(286px, 88%); }
  .hero-mark { width: 62%; right: 18%; bottom: 24px; }
  .hero-panel { display: none; }
  section, .section { padding: 56px 18px; }
  .page-hero { min-height: auto; padding-top: 44px; padding-bottom: 42px; }
  .page-hero h1 { font-size: 2.35rem; }
  .page-hero p { margin-top: 14px; font-size: .98rem; }
  .section-head, .stats-strip, .product-grid, .detail-grid, .profile-block { grid-template-columns: 1fr; }
  .carousel-shell { grid-template-columns: 1fr; }
  .icon-button { display: none; }
  .carousel-track { grid-auto-columns: minmax(260px, 86vw); }
  .product-card { min-height: 0; grid-template-rows: 190px 1fr; }
  .gallery-main { min-height: 320px; }
  .gallery-main img { max-height: 280px; }
  .gallery-thumbs { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .before-after-frame { min-height: 270px; }
  .enquiry-panel { flex-direction: column; align-items: flex-start; padding: 24px; }
  .mobile-cta { display: flex; }
}
