﻿:root {
  --ink: #17120d;
  --muted: #6d6258;
  --paper: #f4efe4;
  --paper-deep: #e4d8c1;
  --bone: #fffaf0;
  --red: #8f2f22;
  --red-dark: #5c1d17;
  --gold: #b88a3a;
  --green: #283c2b;
  --ground: #23180f;
  --ground-soft: #3a2818;
  --line: rgba(23, 18, 13, 0.16);
  --shadow: 0 22px 60px rgba(23, 18, 13, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(184, 138, 58, 0.14), rgba(184, 138, 58, 0) 26%),
    radial-gradient(circle at 88% 46%, rgba(143, 47, 34, 0.1), rgba(143, 47, 34, 0) 24%),
    linear-gradient(180deg, var(--ink), var(--ground) 38%, #20150e 76%, var(--ink) 100%);
  color: var(--ink);
  font-family: "Source Serif 4", Georgia, serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

main::before,
main::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

main::before {
  background:
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Grotesque%20Luttrell%20Psalter%20f.%2027r%20detail.png") 4% 18% / 260px auto no-repeat,
    url("https://commons.wikimedia.org/wiki/Special:FilePath/LutrellPsalterCatdetailFolio190.jpg") 94% 38% / 230px auto no-repeat,
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Geoffrey%20luttrell%20psalter%201325%20longbowmen.jpg") 10% 86% / 340px auto no-repeat;
  filter: sepia(0.45) saturate(0.72) contrast(0.9);
  mix-blend-mode: multiply;
  opacity: 0.115;
}

main::after {
  background:
    linear-gradient(90deg, rgba(23, 18, 13, 0.5) 0%, rgba(23, 18, 13, 0) 16%, rgba(23, 18, 13, 0) 84%, rgba(23, 18, 13, 0.5) 100%),
    linear-gradient(180deg, rgba(23, 18, 13, 0.26), rgba(23, 18, 13, 0) 34%, rgba(23, 18, 13, 0.58));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 0 clamp(18px, 4vw, 54px);
  background:
    linear-gradient(180deg, rgba(23, 18, 13, 0.96), rgba(23, 18, 13, 1)),
    var(--ink);
  color: var(--paper);
  border-bottom: 1px solid rgba(255, 250, 240, 0.16);
  box-shadow: 0 10px 30px rgba(23, 18, 13, 0.18);
  backdrop-filter: blur(16px);
}

.brand-mark,
.nav-links,
.nav-cta,
.eyebrow,
.hero-ledger,
.house-tag,
.limit,
.source-card small,
.record-year,
.site-footer {
  font-family: Arial, Helvetica, sans-serif;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-mark span {
  display: grid;
  gap: 1px;
}

.brand-mark strong {
  font-family: "IM Fell English", Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 0.9;
  text-transform: none;
}

.brand-mark small {
  color: rgba(244, 239, 228, 0.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.24em;
  line-height: 1;
}

.nav-links {
  justify-self: center;
  align-self: stretch;
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  width: min(560px, 100%);
  color: rgba(244, 239, 228, 0.68);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-inline: 1px solid rgba(255, 250, 240, 0.12);
}

.nav-links a {
  position: relative;
  min-height: 72px;
  display: grid;
  place-items: center;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 250, 240, 0.12);
}

.nav-links a:last-child {
  border-right: 0;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-links a:hover::after {
  opacity: 0.7;
  transform: scaleX(1);
}

.nav-cta {
  padding: 11px 16px;
  border: 1px solid rgba(255, 250, 240, 0.5);
  border-radius: 999px;
  color: var(--paper);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-cta:hover {
  color: var(--bone);
}

.shop-hero {
  position: relative;
  z-index: 1;
  min-height: min(820px, calc(100vh - 67px));
  display: grid;
  align-items: center;
  padding: 0 clamp(18px, 4vw, 54px) clamp(8px, 1.6vw, 20px);
  background:
    radial-gradient(circle at 18% 24%, rgba(184, 138, 58, 0.22), rgba(184, 138, 58, 0) 28%),
    radial-gradient(circle at 74% 52%, rgba(143, 47, 34, 0.16), rgba(143, 47, 34, 0) 34%),
    linear-gradient(110deg, var(--ink) 0%, var(--ground) 36%, var(--ground-soft) 64%, #1b130d 100%);
  overflow: hidden;
  isolation: isolate;
}

.shop-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
  height: 104px;
  background: linear-gradient(180deg, rgba(23, 18, 13, 0.86) 0%, rgba(23, 18, 13, 0.5) 28px, rgba(23, 18, 13, 0) 100%);
  pointer-events: none;
}

.shop-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 18px;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(23, 18, 13, 0.64) 0%, rgba(35, 24, 15, 0.3) 18%, rgba(35, 24, 15, 0) 40%, rgba(35, 24, 15, 0) 78%, rgba(23, 18, 13, 0.2) 100%),
    linear-gradient(180deg, rgba(255, 250, 240, 0.03), rgba(23, 18, 13, 0) 32%, rgba(23, 18, 13, 0.28) 100%),
    repeating-linear-gradient(
      90deg,
      rgba(23, 18, 13, 0.025) 0,
      rgba(23, 18, 13, 0.025) 1px,
      rgba(23, 18, 13, 0) 1px,
      rgba(23, 18, 13, 0) 13px
    );
  opacity: 0.55;
  mix-blend-mode: normal;
}

.hero-series {
  position: relative;
  z-index: 5;
  width: min(600px, 100%);
  padding: clamp(34px, 5vw, 62px) clamp(34px, 5vw, 68px);
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: blur(1px);
  overflow: visible;
}

.hero-series::before,
.hero-series::after {
  content: "";
  position: absolute;
  inset: -70px -128px -84px -62px;
  z-index: 0;
  pointer-events: none;
}

.hero-series::before {
  background:
    radial-gradient(ellipse at 0% 26%, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.16) 24%, rgba(0, 0, 0, 0) 58%),
    radial-gradient(ellipse at 16% 92%, rgba(23, 18, 13, 0.5), rgba(23, 18, 13, 0.16) 32%, rgba(23, 18, 13, 0) 66%),
    radial-gradient(ellipse at 70% 10%, rgba(23, 18, 13, 0.18), rgba(23, 18, 13, 0) 58%);
  filter: blur(28px);
  opacity: 0.76;
  mix-blend-mode: multiply;
}

.hero-series::after {
  inset: -52px -132px -68px -34px;
  z-index: 1;
  background:
    radial-gradient(ellipse at 34% 48%, rgba(255, 250, 240, 0.76), rgba(244, 239, 228, 0.62) 48%, rgba(232, 219, 193, 0.18) 82%, rgba(232, 219, 193, 0) 100%),
    url("assets/mockups/viel-werk-wenig-muenz-mockup-02.png") 74% 54% / min(720px, 96vw) auto no-repeat,
    linear-gradient(118deg, rgba(23, 18, 13, 0) 0 16%, rgba(23, 18, 13, 0.07) 16.6%, rgba(255, 250, 240, 0.16) 17.2%, rgba(23, 18, 13, 0.03) 18.2%, rgba(23, 18, 13, 0) 21%),
    linear-gradient(65deg, rgba(255, 250, 240, 0) 0 29%, rgba(255, 250, 240, 0.15) 29.8%, rgba(23, 18, 13, 0.07) 30.5%, rgba(255, 250, 240, 0.02) 31.4%, rgba(255, 250, 240, 0) 34%),
    linear-gradient(151deg, rgba(23, 18, 13, 0) 0 41%, rgba(23, 18, 13, 0.06) 41.7%, rgba(255, 250, 240, 0.14) 42.5%, rgba(23, 18, 13, 0.02) 43.4%, rgba(23, 18, 13, 0) 47%),
    linear-gradient(27deg, rgba(23, 18, 13, 0) 0 53%, rgba(23, 18, 13, 0.06) 53.7%, rgba(255, 250, 240, 0.12) 54.5%, rgba(23, 18, 13, 0) 57%),
    linear-gradient(99deg, rgba(23, 18, 13, 0) 0 66%, rgba(255, 250, 240, 0.1) 66.8%, rgba(23, 18, 13, 0.055) 67.6%, rgba(23, 18, 13, 0) 70%),
    linear-gradient(8deg, rgba(23, 18, 13, 0) 0 73%, rgba(23, 18, 13, 0.045) 73.7%, rgba(255, 250, 240, 0.09) 74.4%, rgba(23, 18, 13, 0) 77%),
    radial-gradient(circle at 18% 30%, rgba(23, 18, 13, 0.075), rgba(23, 18, 13, 0.025) 10%, rgba(255, 250, 240, 0.08) 16%, rgba(255, 250, 240, 0) 30%),
    radial-gradient(circle at 46% 72%, rgba(23, 18, 13, 0.065), rgba(23, 18, 13, 0.02) 12%, rgba(255, 250, 240, 0.09) 18%, rgba(255, 250, 240, 0) 32%),
    radial-gradient(circle at 70% 38%, rgba(255, 250, 240, 0.1), rgba(23, 18, 13, 0.04) 11%, rgba(23, 18, 13, 0) 27%),
    radial-gradient(circle at 27% 58%, rgba(92, 62, 22, 0.07), rgba(92, 62, 22, 0) 10%),
    radial-gradient(circle at 54% 29%, rgba(143, 47, 34, 0.04), rgba(143, 47, 34, 0) 9%),
    radial-gradient(circle at 63% 64%, rgba(92, 62, 22, 0.055), rgba(92, 62, 22, 0) 11%),
    radial-gradient(ellipse at 34% 47%, rgba(255, 250, 240, 0.95), rgba(244, 239, 228, 0.78) 34%, rgba(232, 219, 193, 0.42) 62%, rgba(232, 219, 193, 0) 86%),
    radial-gradient(ellipse at 8% 62%, rgba(244, 239, 228, 0.62), rgba(244, 239, 228, 0.2) 46%, rgba(244, 239, 228, 0) 78%),
    radial-gradient(ellipse at 8% 78%, rgba(92, 29, 23, 0.16), rgba(92, 29, 23, 0.04) 30%, rgba(92, 29, 23, 0) 62%),
    repeating-linear-gradient(
      2deg,
      rgba(92, 62, 22, 0.018) 0,
      rgba(92, 62, 22, 0.018) 1px,
      rgba(255, 250, 240, 0) 1px,
      rgba(255, 250, 240, 0) 9px
    ),
    repeating-linear-gradient(
      14deg,
      rgba(255, 250, 240, 0.045) 0,
      rgba(255, 250, 240, 0.045) 1px,
      rgba(23, 18, 13, 0.012) 1px,
      rgba(23, 18, 13, 0.012) 2px,
      rgba(255, 250, 240, 0) 2px,
      rgba(255, 250, 240, 0) 16px
    ),
    repeating-linear-gradient(
      96deg,
      rgba(23, 18, 13, 0.011) 0,
      rgba(23, 18, 13, 0.011) 1px,
      rgba(255, 250, 240, 0) 1px,
      rgba(255, 250, 240, 0) 12px
    );
  filter: blur(4px);
  opacity: 0.86;
  mix-blend-mode: normal;
}

.hero-series > * {
  position: relative;
  z-index: 3;
}

.hero-series h1 {
  margin-bottom: 18px;
  font-size: clamp(48px, 6vw, 92px);
  line-height: 0.88;
}

.hero-copy {
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.42;
}

.hero-ledger {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(22px, 3vw, 34px) 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(92, 62, 22, 0.24);
}

.hero-ledger div {
  display: grid;
  gap: 5px;
  padding: 0 14px;
  border-right: 1px solid rgba(92, 62, 22, 0.16);
}

.hero-ledger div:first-child {
  padding-left: 0;
}

.hero-ledger div:last-child {
  padding-right: 0;
  border-right: 0;
}

.hero-ledger dt,
.hero-ledger dd {
  margin: 0;
}

.hero-ledger dt {
  color: rgba(92, 29, 23, 0.72);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-ledger dd {
  color: rgba(23, 18, 13, 0.72);
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-motifs {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.hero-motif {
  display: grid;
  gap: 3px;
  min-height: 86px;
  padding: 12px 10px 10px;
  cursor: pointer;
  color: rgba(23, 18, 13, 0.66);
  text-align: left;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.36), rgba(232, 219, 193, 0.12)),
    rgba(244, 239, 228, 0.08);
  border: 1px solid rgba(92, 62, 22, 0.18);
  border-radius: 3px 3px 12px 12px;
  box-shadow:
    inset 0 -10px 18px rgba(23, 18, 13, 0.035),
    0 10px 18px rgba(23, 18, 13, 0.06);
  transition: transform 220ms ease, color 220ms ease, border-color 220ms ease, background 220ms ease;
}

.hero-motif:hover,
.hero-motif.is-active {
  color: var(--ink);
  border-color: rgba(184, 138, 58, 0.46);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.56), rgba(184, 138, 58, 0.12)),
    rgba(244, 239, 228, 0.16);
  transform: translateY(-2px);
}

.hero-motif span,
.hero-motif small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-motif span {
  color: rgba(92, 29, 23, 0.68);
}

.hero-motif strong {
  font-family: "IM Fell English", Georgia, serif;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 400;
  line-height: 0.92;
}

.hero-motif small {
  color: rgba(23, 18, 13, 0.46);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "IM Fell English", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(52px, 8vw, 116px);
  line-height: 0.88;
}

.hero-ghost {
  position: absolute;
  inset: -18px auto -70px 18%;
  z-index: 1;
  width: min(1040px, 74vw);
  opacity: 0.42;
  filter: grayscale(0.28) sepia(0.32) saturate(1.05) contrast(1.32) blur(0.15px);
  transform: rotate(-5deg) scale(1.18);
  mix-blend-mode: multiply;
  -webkit-mask-image:
    radial-gradient(ellipse at 50% 46%, #000 0%, rgba(0, 0, 0, 0.78) 38%, rgba(0, 0, 0, 0.22) 72%, rgba(0, 0, 0, 0) 100%);
  mask-image:
    radial-gradient(ellipse at 50% 46%, #000 0%, rgba(0, 0, 0, 0.78) 38%, rgba(0, 0, 0, 0.22) 72%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.hero-ghost img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-product {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(900px, 58vw);
  min-height: 500px;
  margin: 0;
  z-index: 2;
  display: block;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  clip-path: none;
  transform-origin: 74% 50%;
  animation: hero-banner-sway 15s cubic-bezier(0.45, 0, 0.2, 1) infinite alternate;
  will-change: transform;
}

.hero-product::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse at 70% 20%, rgba(255, 250, 240, 0.08), rgba(255, 250, 240, 0) 34%),
    linear-gradient(90deg, rgba(23, 18, 13, 0.82) 0%, rgba(35, 24, 15, 0.46) 19%, rgba(23, 18, 13, 0) 46%),
    linear-gradient(0deg, rgba(23, 18, 13, 0.28), rgba(23, 18, 13, 0) 40%, rgba(23, 18, 13, 0.16) 86%);
  pointer-events: none;
}

.hero-product::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(105deg, rgba(255, 250, 240, 0), rgba(255, 250, 240, 0.22), rgba(255, 250, 240, 0)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 250, 240, 0.035) 0,
      rgba(255, 250, 240, 0.035) 16px,
      rgba(23, 18, 13, 0.04) 16px,
      rgba(23, 18, 13, 0.04) 28px
    );
  opacity: 0.62;
  mix-blend-mode: soft-light;
  transform: translateX(-24%) skewX(-9deg);
  animation: hero-cloth-light 5.4s ease-in-out infinite alternate;
  pointer-events: none;
}

.hero-product-frame {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 10%, #000 24%, #000 100%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 10%, #000 24%, #000 100%);
}

.hero-product-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 76% 52%, rgba(255, 250, 240, 0.08), rgba(255, 250, 240, 0) 34%),
    linear-gradient(90deg, rgba(23, 18, 13, 0.8), rgba(23, 18, 13, 0.22) 28%, rgba(23, 18, 13, 0) 58%),
    linear-gradient(180deg, rgba(23, 18, 13, 0.12), rgba(23, 18, 13, 0) 48%, rgba(23, 18, 13, 0.24));
  pointer-events: none;
}

.hero-product-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
  transform-origin: 50% 50%;
  filter: saturate(1.12) contrast(1.05) brightness(0.98);
  animation: hero-living-model 13.5s cubic-bezier(0.45, 0, 0.2, 1) infinite alternate;
  will-change: transform, filter;
}

.hero-product-caption {
  position: absolute;
  right: clamp(28px, 5vw, 72px);
  bottom: clamp(24px, 5vw, 54px);
  z-index: 3;
  justify-self: end;
  display: grid;
  gap: 2px;
  padding-right: 4px;
  color: rgba(244, 239, 228, 0.76);
  text-align: right;
  text-shadow: 0 2px 18px rgba(23, 18, 13, 0.86);
}

.hero-product-caption span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-product-caption strong {
  font-family: "IM Fell English", Georgia, serif;
  font-size: clamp(25px, 2.6vw, 42px);
  font-weight: 400;
  line-height: 0.95;
}

.product-bars {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: clamp(-112px, -8vw, -82px) auto 0;
  padding: clamp(58px, 6vw, 92px) clamp(8px, 1.6vw, 28px) clamp(56px, 8vw, 110px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, 1.2vw, 16px);
  background: linear-gradient(180deg, rgba(23, 18, 13, 0) 0%, rgba(23, 18, 13, 0) 66%, rgba(23, 18, 13, 0.62) 100%);
}

.launch-status {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 0.86fr);
  gap: clamp(18px, 4vw, 58px);
  align-items: end;
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 72px);
  color: var(--paper);
  background:
    radial-gradient(ellipse at 84% 18%, rgba(184, 138, 58, 0.2), rgba(184, 138, 58, 0) 44%),
    linear-gradient(112deg, rgba(92, 29, 23, 0.68), rgba(35, 24, 15, 0.96) 54%, rgba(23, 18, 13, 1)),
    var(--ink);
  border-block: 1px solid rgba(184, 138, 58, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 240, 0.08),
    0 28px 70px rgba(0, 0, 0, 0.24);
}

.launch-status h2 {
  max-width: 820px;
  margin-bottom: 16px;
  color: var(--bone);
  font-size: clamp(42px, 5.4vw, 82px);
  line-height: 0.88;
}

.launch-status p {
  max-width: 780px;
  margin-bottom: 0;
  color: rgba(244, 239, 228, 0.72);
  font-size: clamp(17px, 1.9vw, 21px);
  line-height: 1.42;
}

.status-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.1), rgba(184, 138, 58, 0.06)),
    rgba(23, 18, 13, 0.34);
  border: 1px solid rgba(184, 138, 58, 0.28);
  border-radius: 8px 8px 22px 22px;
}

.status-ledger div {
  display: grid;
  gap: 7px;
  min-height: 118px;
  padding: 18px;
  border-right: 1px solid rgba(184, 138, 58, 0.2);
}

.status-ledger div:last-child {
  border-right: 0;
}

.status-ledger dt,
.status-ledger dd {
  margin: 0;
}

.status-ledger dt {
  color: rgba(255, 250, 240, 0.58);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.status-ledger dd {
  color: var(--bone);
  font-family: "IM Fell English", Georgia, serif;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 0.96;
}

.product-bar {
  position: relative;
  min-height: min(760px, 72vh);
  overflow: hidden;
  cursor: pointer;
  background: var(--paper-deep);
  border: 0;
  border-radius: 10px 10px 28px 28px;
  clip-path: inset(0 round 10px 10px 28px 28px);
  box-shadow: 0 16px 36px rgba(23, 18, 13, 0.16);
  transform: perspective(1400px) rotateX(calc(var(--tilt-y, 0deg) * 0.28)) rotateY(calc(var(--tilt-x, 0deg) * 0.28));
  transform-origin: 50% 0;
  transition: transform 360ms ease, box-shadow 420ms ease, filter 420ms ease;
  will-change: transform;
}

.product-bar::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  z-index: 4;
  height: 8px;
  background: rgba(255, 250, 240, 0.54);
  border-bottom: 1px solid rgba(23, 18, 13, 0.2);
  box-shadow: 0 8px 18px rgba(23, 18, 13, 0.14);
  pointer-events: none;
}

.product-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse at 50% 14%, rgba(255, 250, 240, 0.1), rgba(255, 250, 240, 0) 35%),
    linear-gradient(180deg, rgba(23, 18, 13, 0.1), rgba(23, 18, 13, 0) 20%),
    linear-gradient(90deg, rgba(23, 18, 13, 0.34), rgba(23, 18, 13, 0) 18%, rgba(23, 18, 13, 0) 78%, rgba(23, 18, 13, 0.28)),
    linear-gradient(0deg, var(--paper) 0%, rgba(244, 239, 228, 0.62) 4%, rgba(23, 18, 13, 0.04) 24%, rgba(23, 18, 13, 0.02));
  opacity: 0.72;
  pointer-events: none;
  transition: opacity 900ms ease;
}

.bar-model {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: var(--paper-deep);
  transform-origin: 50% 0;
  will-change: transform, filter;
}

.bar-model::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(100deg, rgba(255, 250, 240, 0), rgba(255, 250, 240, 0.18), rgba(255, 250, 240, 0)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 250, 240, 0.04) 0,
      rgba(255, 250, 240, 0.04) 10px,
      rgba(23, 18, 13, 0.04) 10px,
      rgba(23, 18, 13, 0.04) 18px
    );
  opacity: 0;
  transform: translateX(-24%) skewX(-10deg);
  transition: opacity 220ms ease;
  pointer-events: none;
}

.bar-model::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 250, 240, 0.04) 0,
      rgba(255, 250, 240, 0.04) 1px,
      rgba(23, 18, 13, 0) 1px,
      rgba(23, 18, 13, 0) 9px
    );
  opacity: 0.52;
  pointer-events: none;
  z-index: 1;
}

.bar-model img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
  filter: saturate(0.94) contrast(1.02);
  transform: translate3d(calc(var(--pan-x, 0px) * 0.45), calc(var(--pan-y, 0px) * 0.35), 0) scale(1.07);
  transform-origin: 50% 18%;
  transition: transform 360ms ease;
  will-change: transform;
}

.product-bar:hover .bar-model img {
  transform: translate3d(calc(var(--pan-x, 0px) * 0.45), calc(var(--pan-y, 0px) * 0.35), 0) scale(1.1);
}

.product-bar:hover .bar-model::before,
.product-bar.is-hovering .bar-model::before {
  opacity: 1;
  animation: portrait-glint 4.6s ease-in-out infinite alternate;
}

.product-bar:hover .bar-model img,
.product-bar.is-hovering .bar-model img {
  animation: living-portrait 7.2s ease-in-out infinite alternate;
}

.product-bar:hover {
  box-shadow: 0 30px 74px rgba(23, 18, 13, 0.22);
  filter: saturate(1.04);
  animation: banner-outline-flutter 3.2s ease-in-out infinite alternate;
}

.product-bar.is-hovering {
  box-shadow: 0 28px 70px rgba(23, 18, 13, 0.18);
  filter: saturate(1.04);
  animation: banner-outline-flutter 3.2s ease-in-out infinite alternate;
}

.product-bar.is-linked {
  box-shadow:
    0 0 0 1px rgba(184, 138, 58, 0.26),
    0 30px 74px rgba(23, 18, 13, 0.22);
  filter: saturate(1.06) contrast(1.02);
}

.product-bar:hover::after,
.product-bar.is-hovering::after,
.product-bar.is-linked::after {
  opacity: 0.42;
}

.product-bar:hover .bar-model,
.product-bar.is-hovering .bar-model {
  animation: hanging-fabric-flutter 5.2s cubic-bezier(0.45, 0, 0.2, 1) infinite alternate;
}

.limit {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 8px 10px;
  background: rgba(255, 250, 240, 0.92);
  border: 1px solid rgba(23, 18, 13, 0.18);
  border-radius: 999px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.bar-content {
  display: grid;
  align-content: end;
  gap: 8px;
  position: absolute;
  inset: auto 18px 28px;
  z-index: 3;
  min-height: 0;
  padding: 0;
  opacity: 0.42;
  transform: translateY(8px);
  transition: opacity 1100ms ease 180ms, transform 1100ms ease 180ms, text-shadow 1100ms ease 180ms;
  pointer-events: none;
}

.product-bar:hover .bar-content,
.product-bar.is-hovering .bar-content {
  opacity: 0.9;
  transform: translateY(0);
  transition-delay: 760ms;
}

@keyframes living-portrait {
  0% {
    transform: translate3d(calc(var(--pan-x, 0px) * 0.45 - 5px), calc(var(--pan-y, 0px) * 0.35 + 2px), 0) scale(1.08) rotate(-0.16deg) skewX(-0.2deg);
    filter: saturate(0.92) contrast(1.03) brightness(0.98);
  }

  32% {
    transform: translate3d(calc(var(--pan-x, 0px) * 0.45 + 7px), calc(var(--pan-y, 0px) * 0.35 - 4px), 0) scale(1.115) rotate(0.13deg) skewX(0.16deg);
    filter: saturate(0.98) contrast(1.06) brightness(1.03);
  }

  68% {
    transform: translate3d(calc(var(--pan-x, 0px) * 0.45 - 1px), calc(var(--pan-y, 0px) * 0.35 - 2px), 0) scale(1.095) rotate(0.05deg) skewX(-0.1deg);
    filter: saturate(0.95) contrast(1.04) brightness(1);
  }

  100% {
    transform: translate3d(calc(var(--pan-x, 0px) * 0.45 + 3px), calc(var(--pan-y, 0px) * 0.35 + 1px), 0) scale(1.105) rotate(-0.08deg) skewX(0.08deg);
    filter: saturate(0.96) contrast(1.04) brightness(1.015);
  }
}

@keyframes portrait-glint {
  from {
    transform: translateX(-30%) skewX(-10deg);
    opacity: 0.12;
  }

  to {
    transform: translateX(24%) skewX(-10deg);
    opacity: 0.42;
  }
}

@keyframes banner-outline-flutter {
  0% {
    clip-path: inset(0 round 10px 10px 28px 28px);
    transform: perspective(1400px) rotateX(calc(var(--tilt-y, 0deg) * 0.22)) rotateY(calc(var(--tilt-x, 0deg) * 0.22)) translateY(0) scaleX(1.002);
  }

  28% {
    clip-path: inset(0 round 12px 12px 30px 30px);
    transform: perspective(1400px) rotateX(calc(var(--tilt-y, 0deg) * 0.24)) rotateY(calc(var(--tilt-x, 0deg) * 0.24)) translateY(-2px) scaleX(0.999);
  }

  56% {
    clip-path: inset(0 round 10px 10px 26px 26px);
    transform: perspective(1400px) rotateX(calc(var(--tilt-y, 0deg) * 0.2)) rotateY(calc(var(--tilt-x, 0deg) * 0.2)) translateY(1px) scaleX(1.001);
  }

  82% {
    clip-path: inset(0 round 11px 11px 29px 29px);
    transform: perspective(1400px) rotateX(calc(var(--tilt-y, 0deg) * 0.23)) rotateY(calc(var(--tilt-x, 0deg) * 0.23)) translateY(-1px) scaleX(0.998);
  }

  100% {
    clip-path: inset(0 round 10px 10px 28px 28px);
    transform: perspective(1400px) rotateX(calc(var(--tilt-y, 0deg) * 0.21)) rotateY(calc(var(--tilt-x, 0deg) * 0.21)) translateY(0) scaleX(1);
  }
}

@keyframes hanging-fabric-flutter {
  0% {
    transform: perspective(900px) rotateY(-1.8deg) skewY(-0.35deg) scaleX(1.01);
    filter: brightness(0.985);
  }

  34% {
    transform: perspective(900px) rotateY(2.1deg) skewY(0.42deg) scaleX(0.992);
    filter: brightness(1.035);
  }

  64% {
    transform: perspective(900px) rotateY(-0.9deg) skewY(0.18deg) scaleX(1.006);
    filter: brightness(1);
  }

  100% {
    transform: perspective(900px) rotateY(1.4deg) skewY(-0.32deg) scaleX(0.996);
    filter: brightness(1.02);
  }
}

@keyframes hero-banner-sway {
  0% {
    clip-path: inset(0 round 14px 14px 34px 34px);
    transform: perspective(1400px) rotateY(-4.8deg) rotateZ(-0.45deg) skewY(-0.035deg) translateY(6px) scaleX(1.002);
  }

  25% {
    clip-path: inset(0 round 16px 16px 36px 36px);
    transform: perspective(1400px) rotateY(-3.7deg) rotateZ(-0.28deg) skewY(0.025deg) translateY(3px) scaleX(0.999);
  }

  58% {
    clip-path: inset(0 round 13px 13px 32px 32px);
    transform: perspective(1400px) rotateY(-5.25deg) rotateZ(-0.58deg) skewY(0.02deg) translateY(7px) scaleX(1.001);
  }

  100% {
    clip-path: inset(0 round 15px 15px 35px 35px);
    transform: perspective(1400px) rotateY(-4.15deg) rotateZ(-0.36deg) skewY(-0.03deg) translateY(4px) scaleX(0.999);
  }
}

@keyframes hero-living-model {
  0% {
    transform: translate3d(-7px, 8px, 0) scale(1.045) rotate(-0.05deg);
    filter: saturate(1.24) contrast(1.12) brightness(1.02);
  }

  33% {
    transform: translate3d(8px, 2px, 0) scale(1.075) rotate(0.04deg);
    filter: saturate(1.36) contrast(1.15) brightness(1.05);
  }

  68% {
    transform: translate3d(-2px, 4px, 0) scale(1.06) rotate(0.02deg);
    filter: saturate(1.3) contrast(1.14) brightness(1.03);
  }

  100% {
    transform: translate3d(6px, 6px, 0) scale(1.07) rotate(-0.03deg);
    filter: saturate(1.34) contrast(1.14) brightness(1.04);
  }
}

@keyframes hero-cloth-light {
  0% {
    opacity: 0.24;
    transform: translateX(-34%) skewX(-9deg);
  }

  44% {
    opacity: 0.52;
    transform: translateX(6%) skewX(-9deg);
  }

  100% {
    opacity: 0.34;
    transform: translateX(30%) skewX(-9deg);
  }
}

.house-tag {
  display: inline-flex;
  margin-bottom: 6px;
  color: rgba(255, 250, 240, 0.78);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(23, 18, 13, 0.48);
}

.bar-content h3 {
  margin-bottom: 0;
  color: rgba(255, 250, 240, 0.86);
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 0.9;
  text-shadow: 0 2px 14px rgba(23, 18, 13, 0.58);
}

.bar-content small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 250, 240, 0.62);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.product-bar:hover .house-tag,
.product-bar.is-hovering .house-tag,
.product-bar:hover .bar-content h3,
.product-bar.is-hovering .bar-content h3,
.product-bar:hover .bar-content small,
.product-bar.is-hovering .bar-content small {
  color: var(--bone);
  text-shadow: 0 3px 18px rgba(23, 18, 13, 0.78);
}

.source-dock {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 40px);
  align-items: stretch;
  margin: clamp(-126px, -8vw, -72px) 0 clamp(-132px, -9vw, -86px);
  padding: clamp(138px, 12vw, 184px) 0 clamp(84px, 7vw, 124px);
  background:
    radial-gradient(ellipse at 18% 46%, rgba(184, 138, 58, 0.12), rgba(184, 138, 58, 0) 34%),
    linear-gradient(110deg, #1b130d, var(--ground) 44%, #2a1d13 100%);
  color: var(--ink);
  border: 0;
  overflow: visible;
  isolation: isolate;
  box-shadow:
    inset 0 120px 132px rgba(23, 18, 13, 0.72),
    inset 0 -142px 156px rgba(23, 18, 13, 0.76);
}

.source-dock::before,
.source-dock::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.source-dock::before {
  inset: -160px -10vw -130px;
  z-index: 0;
  background:
    radial-gradient(ellipse at 0% 38%, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.14) 30%, rgba(0, 0, 0, 0) 62%),
    radial-gradient(ellipse at 94% 62%, rgba(23, 18, 13, 0.48), rgba(23, 18, 13, 0.16) 34%, rgba(23, 18, 13, 0) 66%);
  filter: blur(24px);
  opacity: 0.7;
}

.source-dock::after {
  inset: -112px max(-8vw, -120px) -92px;
  z-index: 1;
  background:
    radial-gradient(circle at 24% 32%, rgba(92, 62, 22, 0.07), rgba(92, 62, 22, 0) 9%),
    radial-gradient(circle at 68% 62%, rgba(143, 47, 34, 0.04), rgba(143, 47, 34, 0) 10%),
    radial-gradient(ellipse at 34% 48%, rgba(255, 250, 240, 0.96), rgba(244, 239, 228, 0.8) 40%, rgba(232, 219, 193, 0.42) 74%, rgba(232, 219, 193, 0) 100%),
    repeating-linear-gradient(
      2deg,
      rgba(92, 62, 22, 0.018) 0,
      rgba(92, 62, 22, 0.018) 1px,
      rgba(255, 250, 240, 0) 1px,
      rgba(255, 250, 240, 0) 9px
    ),
    repeating-linear-gradient(
      96deg,
      rgba(23, 18, 13, 0.011) 0,
      rgba(23, 18, 13, 0.011) 1px,
      rgba(255, 250, 240, 0) 1px,
      rgba(255, 250, 240, 0) 12px
    );
  filter: blur(5px);
  opacity: 0.96;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 12%, #000 32%, #000 76%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 12%, #000 32%, #000 76%, rgba(0, 0, 0, 0) 100%);
}

.source-dock > * {
  position: relative;
  z-index: 2;
}

.source-intro {
  width: min(1180px, calc(100% - clamp(24px, 6vw, 88px)));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(16px, 3vw, 34px);
  align-items: end;
}

.source-intro .eyebrow,
.source-intro h2 {
  grid-column: 1;
}

.source-intro h2 {
  grid-row: 2;
}

.source-intro .source-lede {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.source-dock .eyebrow {
  margin-bottom: 6px;
}

.source-dock h2 {
  margin: 0;
  font-size: clamp(28px, 3.8vw, 52px);
  line-height: 0.92;
}

.source-lede {
  max-width: 620px;
  margin: 0;
  color: rgba(23, 18, 13, 0.76);
  font-size: 16px;
  line-height: 1.35;
  text-shadow: 0 1px 12px rgba(255, 250, 240, 0.36);
}

.source-grid {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(6px, 1vw, 12px);
  padding: 0 clamp(8px, 1.6vw, 28px);
  background: transparent;
  border: 0;
  overflow: visible;
}

.source-grid::after {
  content: "";
  position: absolute;
  left: clamp(8px, 1.6vw, 28px);
  right: clamp(8px, 1.6vw, 28px);
  bottom: -82px;
  height: 92px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(184, 138, 58, 0.62), rgba(184, 138, 58, 0.16), rgba(184, 138, 58, 0)) 12.5% 0 / 1px 100% no-repeat,
    linear-gradient(180deg, rgba(184, 138, 58, 0.62), rgba(184, 138, 58, 0.16), rgba(184, 138, 58, 0)) 37.5% 0 / 1px 100% no-repeat,
    linear-gradient(180deg, rgba(184, 138, 58, 0.62), rgba(184, 138, 58, 0.16), rgba(184, 138, 58, 0)) 62.5% 0 / 1px 100% no-repeat,
    linear-gradient(180deg, rgba(184, 138, 58, 0.62), rgba(184, 138, 58, 0.16), rgba(184, 138, 58, 0)) 87.5% 0 / 1px 100% no-repeat;
  opacity: 0.54;
}

.source-card {
  position: relative;
  min-height: clamp(112px, 10vw, 144px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(8px, 1vw, 12px);
  align-content: space-between;
  padding: clamp(16px, 2vw, 24px) clamp(16px, 2.2vw, 28px);
  background:
    linear-gradient(105deg, rgba(255, 250, 240, 0.44), rgba(244, 239, 228, 0.12) 48%, rgba(184, 138, 58, 0.08)),
    radial-gradient(ellipse at 10% 20%, rgba(255, 250, 240, 0.48), rgba(255, 250, 240, 0) 46%),
    radial-gradient(ellipse at 92% 86%, rgba(92, 29, 23, 0.1), rgba(92, 29, 23, 0) 58%),
    rgba(244, 239, 228, 0.13);
  color: rgba(23, 18, 13, 0.74);
  border: 1px solid rgba(255, 250, 240, 0.12);
  border-radius: 4px 4px 18px 18px;
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 240, 0.2),
    inset 0 -18px 28px rgba(23, 18, 13, 0.045),
    0 16px 34px rgba(23, 18, 13, 0.09);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), 82% 100%, 50% calc(100% - 7px), 18% 100%, 0 calc(100% - 12px));
  overflow: hidden;
  transform: translateY(var(--record-lift, 0));
  transition:
    color 260ms ease,
    background 260ms ease,
    box-shadow 260ms ease,
    filter 260ms ease,
    transform 260ms ease;
}

.source-card::before,
.source-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.source-card::before {
  inset: -12px -18px;
  background:
    linear-gradient(92deg, rgba(23, 18, 13, 0.14), rgba(23, 18, 13, 0) 18%, rgba(23, 18, 13, 0) 76%, rgba(23, 18, 13, 0.1)),
    linear-gradient(112deg, rgba(255, 250, 240, 0), rgba(255, 250, 240, 0.24) 42%, rgba(255, 250, 240, 0) 62%),
    repeating-linear-gradient(
      96deg,
      rgba(23, 18, 13, 0.018) 0,
      rgba(23, 18, 13, 0.018) 1px,
      rgba(255, 250, 240, 0) 1px,
      rgba(255, 250, 240, 0) 13px
    );
  opacity: 0.82;
  transform: translateX(-10%);
  transition: transform 900ms ease, opacity 260ms ease;
}

.source-card::after {
  left: clamp(12px, 1.5vw, 22px);
  right: clamp(12px, 1.5vw, 22px);
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 138, 58, 0), rgba(184, 138, 58, 0.52), rgba(184, 138, 58, 0));
  box-shadow: 0 -9px 22px rgba(184, 138, 58, 0.14);
}

.source-card:hover,
.source-card.is-linked {
  background:
    linear-gradient(105deg, rgba(255, 250, 240, 0.56), rgba(244, 239, 228, 0.18) 48%, rgba(184, 138, 58, 0.12)),
    radial-gradient(ellipse at 10% 20%, rgba(255, 250, 240, 0.58), rgba(255, 250, 240, 0) 46%),
    radial-gradient(ellipse at 92% 86%, rgba(92, 29, 23, 0.12), rgba(92, 29, 23, 0) 58%),
    rgba(244, 239, 228, 0.16);
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 250, 240, 0.26),
    inset 0 -18px 30px rgba(23, 18, 13, 0.04),
    0 24px 46px rgba(23, 18, 13, 0.16);
  filter: saturate(1.06);
}

.source-card:hover::before,
.source-card.is-linked::before {
  opacity: 1;
  transform: translateX(6%);
}

.record-year,
.source-card strong,
.source-card small {
  position: relative;
  z-index: 1;
}

.record-year {
  width: fit-content;
  padding: 5px 8px 4px;
  background: rgba(255, 250, 240, 0.26);
  color: rgba(92, 29, 23, 0.76);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid rgba(92, 62, 22, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 250, 240, 0.16);
}

.record-year::after {
  content: "";
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  width: clamp(34px, 4vw, 64px);
  height: 1px;
  background: linear-gradient(90deg, rgba(184, 138, 58, 0.58), rgba(184, 138, 58, 0));
  opacity: 0.62;
  transform: translateY(-50%);
  pointer-events: none;
}

.source-card strong {
  color: rgba(23, 18, 13, 0.78);
  font-family: "IM Fell English", Georgia, serif;
  font-size: clamp(24px, 2.2vw, 36px);
  font-weight: 400;
  line-height: 0.92;
  text-shadow: 0 1px 10px rgba(255, 250, 240, 0.26);
}

.source-card small {
  color: rgba(23, 18, 13, 0.5);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Homepage house buttons inherit the darker offer style from the drop page. */
.source-grid {
  gap: clamp(8px, 1.2vw, 16px);
}

.source-card {
  min-height: clamp(148px, 14vw, 210px);
  color: var(--paper);
  background:
    linear-gradient(150deg, rgba(92, 29, 23, 0.76), rgba(35, 24, 15, 0.94) 58%, rgba(184, 138, 58, 0.18)),
    var(--ink);
  border: 1px solid rgba(184, 138, 58, 0.32);
  border-radius: 6px 6px 24px 24px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 250, 240, 0.08),
    inset 0 -18px 42px rgba(23, 18, 13, 0.2);
}

.source-card::before {
  background:
    radial-gradient(ellipse at 84% 24%, rgba(184, 138, 58, 0.18), rgba(184, 138, 58, 0) 46%),
    linear-gradient(112deg, rgba(255, 250, 240, 0), rgba(255, 250, 240, 0.12) 42%, rgba(255, 250, 240, 0) 62%),
    repeating-linear-gradient(90deg, rgba(255, 250, 240, 0.035) 0, rgba(255, 250, 240, 0.035) 1px, rgba(255, 250, 240, 0) 1px, rgba(255, 250, 240, 0) 14px);
  opacity: 0.36;
  mix-blend-mode: screen;
}

.source-card::after {
  left: clamp(16px, 2vw, 28px);
  right: clamp(16px, 2vw, 28px);
  background: linear-gradient(90deg, rgba(184, 138, 58, 0), rgba(184, 138, 58, 0.72), rgba(184, 138, 58, 0));
  box-shadow: 0 -10px 24px rgba(184, 138, 58, 0.22);
}

.source-card:hover,
.source-card.is-linked {
  color: var(--bone);
  background:
    linear-gradient(150deg, rgba(112, 38, 28, 0.86), rgba(35, 24, 15, 0.96) 56%, rgba(184, 138, 58, 0.26)),
    var(--ink);
  border-color: rgba(184, 138, 58, 0.72);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 250, 240, 0.08),
    inset 0 -18px 42px rgba(23, 18, 13, 0.22);
}

.record-year {
  color: rgba(255, 250, 240, 0.78);
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 250, 240, 0.18), rgba(255, 250, 240, 0) 42%),
    rgba(92, 29, 23, 0.38);
  border-color: rgba(184, 138, 58, 0.48);
  box-shadow:
    inset 0 0 0 1px rgba(23, 18, 13, 0.2),
    0 10px 28px rgba(23, 18, 13, 0.24);
}

.source-card strong {
  color: var(--bone);
  text-shadow: 0 2px 18px rgba(23, 18, 13, 0.52);
}

.source-card small {
  color: rgba(244, 239, 228, 0.58);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr);
  align-items: center;
  gap: 28px;
  padding: clamp(28px, 5vw, 54px) clamp(18px, 4vw, 54px);
  background:
    linear-gradient(180deg, rgba(23, 18, 13, 0.98), #120d09),
    var(--ink);
  color: var(--paper);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  border-top: 1px solid rgba(184, 138, 58, 0.16);
  box-shadow: inset 0 26px 42px rgba(45, 32, 21, 0.16);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 54px;
  height: 68px;
  object-fit: contain;
  filter: invert(1) sepia(0.12) opacity(0.82);
}

.footer-brand div,
.footer-note {
  display: grid;
  gap: 5px;
}

.footer-brand strong,
.footer-note strong {
  font-family: "IM Fell English", Georgia, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 0.95;
  text-transform: none;
}

.footer-brand span,
.footer-note span,
.footer-links {
  color: rgba(244, 239, 228, 0.64);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.footer-note {
  justify-items: center;
  text-align: center;
}

.footer-links {
  justify-self: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 12px 18px;
  max-width: 430px;
}

.footer-links a:hover {
  color: var(--bone);
}

.info-page {
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 18px;
  width: min(760px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0;
}

.info-page h1 {
  margin: 0;
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.9;
}

.info-page p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.back-link {
  width: fit-content;
  color: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .source-intro {
    grid-template-columns: 1fr;
  }

  .source-intro .source-lede {
    grid-column: 1;
    grid-row: auto;
  }

  .hero-series {
    max-width: 720px;
  }

  .hero-product {
    right: clamp(12px, 3vw, 32px);
    width: min(760px, 56vw);
  }

  .hero-ghost {
    left: 12%;
    width: min(920px, 78vw);
  }
}

@media (max-width: 680px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .shop-hero {
    padding-top: 64px;
  }

  .nav-links {
    display: none;
  }

  .brand-mark strong {
    font-size: 22px;
  }

  .brand-mark small {
    display: none;
  }

  h1 {
    font-size: 52px;
  }

  .hero-product {
    position: relative;
    inset: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: min(100%, 520px);
    min-height: 0;
    margin-top: 0;
    justify-self: center;
    padding: 0 8px 28px;
  }

  .hero-product-frame {
    min-height: 440px;
    border-radius: 8px 8px 22px 22px;
    box-shadow: 0 20px 54px rgba(23, 18, 13, 0.22);
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-product-frame img {
    object-position: 58% 50%;
  }

  .hero-ghost {
    inset: 86px -24vw auto auto;
    width: 110vw;
    opacity: 0.24;
  }

  .hero-motifs {
    grid-template-columns: 1fr;
  }

  .hero-motif {
    min-height: auto;
    grid-template-columns: 72px 1fr auto;
    align-items: center;
    padding: 10px 12px;
  }

  .hero-motif strong {
    font-size: 22px;
  }

  .hero-product-caption {
    right: auto;
    left: 22px;
    bottom: 48px;
    justify-self: start;
    text-align: left;
  }

  .hero-ledger {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-ledger div {
    padding: 0 0 8px;
    border-right: 0;
    border-bottom: 1px solid rgba(92, 62, 22, 0.14);
  }

  .hero-ledger div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .product-bars,
  .source-grid {
    gap: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .source-card {
    min-height: 128px;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 8px;
  }

  .record-year {
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .source-card strong {
    font-size: 19px;
  }

  .source-card small {
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .product-bar {
    min-height: 620px;
  }

  .bar-content {
    inset: auto 8px 18px;
  }

  .house-tag,
  .bar-content small {
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  .bar-content h3 {
    font-size: 22px;
  }

  .limit {
    top: 8px;
    right: 8px;
    padding: 5px 6px;
    font-size: 8px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: start;
    text-align: left;
  }

  .footer-note {
    justify-items: start;
    text-align: left;
  }

  .footer-links {
    justify-self: start;
    justify-content: start;
  }
}

/* Hero rebuild: full-width rotating model shot with a small editorial text field. */
.shop-hero {
  min-height: min(820px, calc(100vh - 67px));
  padding: clamp(104px, 12vh, 140px) clamp(18px, 5vw, 72px) clamp(58px, 8vh, 92px);
  align-items: center;
}

.hero-product {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  min-height: 100%;
  animation: none;
  overflow: hidden;
}

.hero-product > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 50%;
  filter: saturate(1.08) contrast(1.04) brightness(0.92);
  transition: opacity 520ms ease, filter 520ms ease, transform 700ms ease;
  transform: scale(1.012);
}

.hero-product > img.is-fading {
  opacity: 0.42;
  filter: saturate(0.8) contrast(0.96) brightness(0.84);
  transform: scale(1.025);
}

.hero-product::before {
  z-index: 1;
  opacity: 0.46;
}

.hero-product::after {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(23, 18, 13, 0.9) 0%, rgba(35, 24, 15, 0.56) 26%, rgba(23, 18, 13, 0.08) 54%, rgba(23, 18, 13, 0.1) 100%),
    linear-gradient(0deg, rgba(23, 18, 13, 0.36), rgba(23, 18, 13, 0) 48%, rgba(23, 18, 13, 0.28));
}

.hero-ghost {
  inset: clamp(96px, 13vh, 132px) auto auto clamp(380px, 34vw, 560px);
  z-index: 3;
  width: min(560px, 36vw);
  opacity: 0.32;
  transform: rotate(-3deg) scale(1.02);
  filter: sepia(0.22) saturate(1.08) contrast(1.12) brightness(0.86) blur(0.28px);
  mix-blend-mode: screen;
  -webkit-mask-image:
    radial-gradient(ellipse at 48% 48%, #000 0%, rgba(0, 0, 0, 0.86) 38%, rgba(0, 0, 0, 0.38) 66%, rgba(0, 0, 0, 0) 92%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.84) 18%, rgba(0, 0, 0, 0.66) 72%, rgba(0, 0, 0, 0));
  mask-image:
    radial-gradient(ellipse at 48% 48%, #000 0%, rgba(0, 0, 0, 0.86) 38%, rgba(0, 0, 0, 0.38) 66%, rgba(0, 0, 0, 0) 92%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.84) 18%, rgba(0, 0, 0, 0.66) 72%, rgba(0, 0, 0, 0));
}

.hero-series {
  z-index: 5;
  width: min(420px, 100%);
  padding: clamp(20px, 3vw, 30px);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.8), rgba(232, 219, 193, 0.5)),
    rgba(244, 239, 228, 0.64);
  border: 1px solid rgba(184, 138, 58, 0.22);
  border-radius: 5px 5px 18px 18px;
  box-shadow:
    0 26px 70px rgba(23, 18, 13, 0.28),
    inset 0 -18px 42px rgba(23, 18, 13, 0.05);
  backdrop-filter: blur(7px);
}

.hero-series::before {
  inset: -38px -42px -46px -36px;
  opacity: 0.4;
}

.hero-series::after {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.74), rgba(232, 219, 193, 0.54)),
    url("assets/motif-vil-werck-mockup02-isolated.png") center / 100% 100% no-repeat,
    linear-gradient(118deg, rgba(23, 18, 13, 0) 0 19%, rgba(23, 18, 13, 0.055) 19.8%, rgba(255, 250, 240, 0.18) 20.8%, rgba(23, 18, 13, 0) 24%),
    linear-gradient(65deg, rgba(255, 250, 240, 0) 0 35%, rgba(255, 250, 240, 0.16) 36%, rgba(23, 18, 13, 0.045) 37%, rgba(255, 250, 240, 0) 41%),
    repeating-linear-gradient(9deg, rgba(92, 62, 22, 0.025) 0, rgba(92, 62, 22, 0.025) 1px, rgba(255, 250, 240, 0) 1px, rgba(255, 250, 240, 0) 13px);
  filter: none;
  opacity: 0.76;
  mix-blend-mode: multiply;
}

.hero-ghost {
  display: none;
}

.hero-series h1 {
  font-size: clamp(44px, 4.8vw, 68px);
}

.hero-current {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 4px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(92, 62, 22, 0.22);
}

.hero-current span {
  color: rgba(92, 29, 23, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-current strong {
  color: var(--ink);
  font-family: "IM Fell English", Georgia, serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 400;
  line-height: 0.96;
}

.hero-current p {
  margin: 4px 0 0;
  color: rgba(23, 18, 13, 0.66);
  font-size: 14px;
  line-height: 1.38;
}

.hero-ledger {
  display: none;
}

.hero-motifs,
.hero-product-frame,
.hero-product-caption {
  display: none;
}

/* Final homepage system: rotating hero field motifs and preorder seals. */
.hero-series {
  overflow: hidden;
  isolation: isolate;
}

.hero-series::after {
  z-index: 1;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.86), rgba(232, 219, 193, 0.7)),
    radial-gradient(ellipse at 50% 48%, rgba(244, 239, 228, 0.24), rgba(244, 239, 228, 0.78) 62%, rgba(244, 239, 228, 0.9) 100%),
    var(--hero-field-motif) center / 100% 100% no-repeat,
    linear-gradient(118deg, rgba(23, 18, 13, 0) 0 19%, rgba(23, 18, 13, 0.055) 19.8%, rgba(255, 250, 240, 0.18) 20.8%, rgba(23, 18, 13, 0) 24%),
    linear-gradient(65deg, rgba(255, 250, 240, 0) 0 35%, rgba(255, 250, 240, 0.16) 36%, rgba(23, 18, 13, 0.045) 37%, rgba(255, 250, 240, 0) 41%),
    repeating-linear-gradient(9deg, rgba(92, 62, 22, 0.026) 0, rgba(92, 62, 22, 0.026) 1px, rgba(255, 250, 240, 0) 1px, rgba(255, 250, 240, 0) 13px);
  opacity: 0.82;
  transition: opacity 280ms ease, filter 280ms ease;
}

.hero-series::before {
  z-index: 0;
}

.hero-copy,
.hero-current {
  text-shadow: 0 1px 16px rgba(255, 250, 240, 0.6);
}

.hero-current {
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.16), rgba(255, 250, 240, 0));
}

.drop-seal {
  position: relative;
  z-index: 3;
  width: fit-content;
  display: inline-grid;
  place-items: center;
  min-width: 92px;
  min-height: 32px;
  margin-bottom: 10px;
  padding: 7px 10px 6px;
  color: rgba(255, 250, 240, 0.82);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid rgba(184, 138, 58, 0.48);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 250, 240, 0.18), rgba(255, 250, 240, 0) 42%),
    rgba(92, 29, 23, 0.36);
  box-shadow:
    inset 0 0 0 1px rgba(23, 18, 13, 0.2),
    0 10px 28px rgba(23, 18, 13, 0.24);
  text-shadow: 0 1px 8px rgba(23, 18, 13, 0.7);
}

.product-bar[data-category="arbeitsleid"] {
  --seal-tone: rgba(92, 29, 23, 0.52);
}

.product-bar[data-category="randnotizen"] {
  --seal-tone: rgba(57, 73, 47, 0.5);
}

.product-bar[data-category="heilige-unordnung"] {
  --seal-tone: rgba(104, 80, 38, 0.5);
}

.product-bar[data-category="dorf-obrigkeit"] {
  --seal-tone: rgba(74, 45, 31, 0.52);
}

.product-bar .drop-seal {
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 250, 240, 0.18), rgba(255, 250, 240, 0) 42%),
    var(--seal-tone, rgba(92, 29, 23, 0.36));
}

.product-bar:hover .drop-seal,
.product-bar.is-hovering .drop-seal,
.product-bar.is-linked .drop-seal {
  color: var(--bone);
  border-color: rgba(184, 138, 58, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 250, 240, 0.1),
    0 12px 32px rgba(23, 18, 13, 0.34);
}

@media (max-width: 680px) {
  .shop-hero {
    min-height: 820px;
    padding: 104px 18px 38px;
    align-items: end;
  }

  .hero-product {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 100%;
    padding: 0;
  }

  .hero-product > img {
    object-position: 70% 50%;
  }

  .hero-ghost {
    width: 78vw;
    left: 6vw;
    bottom: 38px;
    opacity: 0.18;
  }

  .hero-series {
    width: 100%;
    padding: 20px;
  }

  .hero-series h1 {
    font-size: 48px;
  }

  .hero-current strong {
    font-size: 25px;
  }

  .launch-status {
    grid-template-columns: 1fr;
    padding: 38px 18px;
  }

  .launch-status h2 {
    font-size: 42px;
  }

  .status-ledger {
    grid-template-columns: 1fr;
  }

  .status-ledger div {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid rgba(184, 138, 58, 0.2);
  }

  .status-ledger div:last-child {
    border-bottom: 0;
  }

  .source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .source-card {
    min-height: 136px;
    padding: 16px 12px;
  }

  .source-card strong {
    font-size: 21px;
  }

  .product-bars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding-inline: 10px;
  }

  .product-bar {
    min-height: 460px;
  }

  .bar-content {
    padding: 16px 10px;
  }

  .bar-content h3 {
    font-size: 29px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .product-bar,
  .hero-product,
  .hero-product > img,
  .hero-product-frame img,
  .hero-product::before,
  .hero-product::after,
  .bar-model img,
  .bar-model,
  .bar-model::before {
    animation: none;
    transition: none;
    transform: none;
  }
}

/* Drop detail page with first ordering flow. */
.drop-page {
  background:
    radial-gradient(circle at 16% 12%, rgba(184, 138, 58, 0.14), rgba(184, 138, 58, 0) 28%),
    radial-gradient(circle at 84% 36%, rgba(143, 47, 34, 0.12), rgba(143, 47, 34, 0) 30%),
    linear-gradient(180deg, var(--ink), var(--ground) 42%, #1b130d 100%);
}

.drop-hero {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: center;
  padding: clamp(112px, 12vh, 148px) clamp(18px, 5vw, 72px) clamp(52px, 8vh, 92px);
  color: var(--paper);
  overflow: hidden;
}

.drop-page .drop-hero {
  padding-bottom: clamp(18px, 3vw, 34px);
}

.drop-hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto;
  row-gap: 14px;
  column-gap: clamp(18px, 4vw, 58px);
  align-items: end;
  max-width: none;
  padding: clamp(28px, 4vw, 54px) clamp(24px, 5vw, 72px);
  color: var(--ink);
  background:
    linear-gradient(100deg, rgba(255, 250, 240, 0.9), rgba(232, 219, 193, 0.62) 54%, rgba(184, 138, 58, 0.12)),
    radial-gradient(ellipse at 88% 28%, rgba(143, 47, 34, 0.16), rgba(143, 47, 34, 0) 48%),
    rgba(244, 239, 228, 0.72);
  border: 1px solid rgba(184, 138, 58, 0.26);
  border-radius: 6px 6px 28px 28px;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.26),
    inset 0 -24px 48px rgba(23, 18, 13, 0.06);
  overflow: hidden;
  isolation: isolate;
}

.drop-hero-copy::before,
.drop-hero-copy::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.drop-hero-copy::before {
  inset: -24px;
  z-index: -1;
  background:
    radial-gradient(ellipse at 10% 26%, rgba(23, 18, 13, 0.16), rgba(23, 18, 13, 0) 42%),
    radial-gradient(ellipse at 82% 92%, rgba(92, 29, 23, 0.12), rgba(92, 29, 23, 0) 48%),
    repeating-linear-gradient(8deg, rgba(92, 62, 22, 0.024) 0, rgba(92, 62, 22, 0.024) 1px, rgba(255, 250, 240, 0) 1px, rgba(255, 250, 240, 0) 14px);
  opacity: 0.82;
}

.drop-hero-copy::after {
  right: clamp(18px, 4vw, 58px);
  top: 50%;
  z-index: -1;
  width: min(360px, 34vw);
  aspect-ratio: 1;
  background: url("assets/motif-vil-werck-mockup02-isolated.png") center / contain no-repeat;
  opacity: 0.12;
  filter: sepia(0.32) saturate(0.8) contrast(1.1);
  transform: translateY(-50%) rotate(-4deg);
  mix-blend-mode: multiply;
}

.drop-hero-copy h1,
.drop-section-head h2,
.order-scroll h2 {
  margin-bottom: 18px;
  color: var(--bone);
}

.drop-hero-copy .eyebrow,
.drop-hero-copy h1,
.drop-hero-copy p {
  grid-column: 1;
}

.drop-hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(58px, 7.4vw, 104px);
  line-height: 0.86;
}

.drop-hero-copy p {
  grid-column: 1 / -1;
  grid-row: auto;
  max-width: 1040px;
  margin: 0;
  color: rgba(23, 18, 13, 0.72);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.42;
}

.drop-primary-link,
.order-submit,
.select-product {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  color: var(--bone);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background:
    linear-gradient(145deg, rgba(184, 138, 58, 0.28), rgba(92, 29, 23, 0.34)),
    rgba(92, 29, 23, 0.3);
  border: 1px solid rgba(184, 138, 58, 0.5);
  border-radius: 999px;
  cursor: pointer;
}

.drop-primary-link {
  grid-column: 1 / -1;
  grid-row: auto;
  justify-self: center;
  align-self: center;
  margin-top: 4px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.74), rgba(184, 138, 58, 0.18)),
    rgba(244, 239, 228, 0.42);
}

.drop-hero-gallery {
  position: relative;
  grid-column: 1 / -1;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1.2vw, 16px);
  align-items: stretch;
}

.drop-hero-gallery img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  border-radius: 8px 8px 24px 24px;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.34);
  filter: saturate(1.06) contrast(1.05) brightness(0.9);
}

.drop-hero-gallery img:nth-child(2) {
  transform: translateY(28px);
}

.drop-hero-gallery img:nth-child(3) {
  transform: translateY(-18px);
}

.bundle-offer {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 4vw, 52px);
  align-items: center;
  margin-top: clamp(-32px, -2vw, -12px);
  padding: clamp(24px, 3.4vw, 46px) clamp(24px, 5vw, 72px);
  color: var(--paper);
  background:
    linear-gradient(110deg, rgba(92, 29, 23, 0.82), rgba(35, 24, 15, 0.92) 56%, rgba(184, 138, 58, 0.28)),
    radial-gradient(ellipse at 82% 50%, rgba(184, 138, 58, 0.26), rgba(184, 138, 58, 0) 48%),
    var(--ink);
  border: 1px solid rgba(184, 138, 58, 0.38);
  border-radius: 6px 6px 28px 28px;
  box-shadow:
    0 28px 78px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 250, 240, 0.08),
    inset 0 -22px 46px rgba(23, 18, 13, 0.22);
  overflow: hidden;
  isolation: isolate;
}

.bundle-offer::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  background:
    url("assets/motif-vil-werck-mockup02-isolated.png") 96% 50% / min(360px, 30vw) auto no-repeat,
    repeating-linear-gradient(90deg, rgba(255, 250, 240, 0.035) 0, rgba(255, 250, 240, 0.035) 1px, rgba(255, 250, 240, 0) 1px, rgba(255, 250, 240, 0) 14px);
  opacity: 0.22;
  filter: sepia(0.32) saturate(0.86);
  mix-blend-mode: screen;
}

.bundle-offer span {
  color: rgba(255, 250, 240, 0.68);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bundle-offer h2 {
  max-width: 760px;
  margin: 8px 0 10px;
  color: var(--bone);
  font-size: clamp(42px, 5.8vw, 86px);
  line-height: 0.86;
}

.bundle-offer p {
  max-width: 820px;
  margin: 0;
  color: rgba(244, 239, 228, 0.7);
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.38;
}

.bundle-cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 54px;
  padding: 14px 22px;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.92), rgba(184, 138, 58, 0.34)),
    var(--paper);
  border: 1px solid rgba(255, 250, 240, 0.42);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.drop-products {
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 36px);
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(180deg, rgba(244, 239, 228, 0.94), rgba(228, 216, 193, 0.92)),
    var(--paper);
}

.drop-section-head {
  position: sticky;
  top: 104px;
  align-self: start;
}

.drop-section-head h2,
.order-scroll h2 {
  color: var(--ink);
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.88;
}

.drop-product {
  grid-column: 2;
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  margin-bottom: 18px;
  padding: clamp(14px, 2vw, 24px);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.62), rgba(232, 219, 193, 0.42)),
    rgba(244, 239, 228, 0.76);
  border: 1px solid rgba(92, 62, 22, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(23, 18, 13, 0.1);
  transition: border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.drop-product.is-selected {
  border-color: rgba(143, 47, 34, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(23, 18, 13, 0.14);
}

.drop-product img {
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background:
    radial-gradient(ellipse at 58% 48%, rgba(255, 250, 240, 0.28), rgba(255, 250, 240, 0) 58%),
    rgba(35, 24, 15, 0.1);
  border-radius: 6px;
  filter: saturate(1.02) contrast(1.02);
}

.drop-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1.2vw, 16px);
  padding: clamp(8px, 1.6vw, 18px) clamp(18px, 5vw, 72px) clamp(58px, 8vw, 104px);
  background:
    linear-gradient(180deg, rgba(27, 19, 13, 0.98), rgba(35, 24, 15, 0.94) 56%, rgba(244, 239, 228, 0.94) 100%);
}

.drop-section-head {
  display: none;
}

.drop-section-head h2 {
  max-width: 820px;
  margin: 0;
  color: var(--bone);
  font-size: clamp(34px, 4.4vw, 64px);
}

.drop-section-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
  color: rgba(184, 138, 58, 0.88);
}

.drop-product {
  grid-column: auto;
  min-height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 0;
  margin-bottom: 0;
  padding: 0;
  color: var(--paper);
  background:
    linear-gradient(150deg, rgba(92, 29, 23, 0.76), rgba(35, 24, 15, 0.94) 58%, rgba(184, 138, 58, 0.18)),
    var(--ink);
  border: 1px solid rgba(184, 138, 58, 0.32);
  border-radius: 6px 6px 24px 24px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 250, 240, 0.08),
    inset 0 -18px 42px rgba(23, 18, 13, 0.2);
  overflow: hidden;
}

.drop-product.is-selected {
  border-color: rgba(184, 138, 58, 0.72);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 250, 240, 0.08),
    inset 0 -18px 42px rgba(23, 18, 13, 0.22);
}

.drop-product img {
  aspect-ratio: 4 / 5;
  padding: 0;
  object-fit: cover;
  background: rgba(23, 18, 13, 0.36);
  border-radius: 0;
  filter: saturate(1.02) contrast(1.04) brightness(0.9);
}

.drop-product > div {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 280px;
  padding: clamp(18px, 2.4vw, 28px);
}

.drop-product span {
  color: rgba(255, 250, 240, 0.64);
}

.drop-product h3 {
  margin: 0;
  color: var(--bone);
  font-size: clamp(30px, 3.1vw, 48px);
}

.drop-product p {
  color: rgba(244, 239, 228, 0.64);
  font-size: 15px;
}

.drop-product .select-product {
  align-self: end;
  width: 100%;
  margin-top: auto;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.92), rgba(184, 138, 58, 0.3)),
    var(--paper);
  border-color: rgba(255, 250, 240, 0.38);
}

.drop-product span,
.order-summary span {
  color: rgba(92, 29, 23, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.drop-product h3 {
  margin: 8px 0 10px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.9;
}

.drop-product p {
  max-width: 560px;
  color: rgba(23, 18, 13, 0.68);
  font-size: 16px;
  line-height: 1.42;
}

.select-product {
  margin-top: 4px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.86), rgba(184, 138, 58, 0.18)),
    rgba(244, 239, 228, 0.74);
}

.drop-order {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(22px, 5vw, 72px);
  padding: clamp(64px, 9vw, 124px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(ellipse at 82% 22%, rgba(184, 138, 58, 0.16), rgba(184, 138, 58, 0) 34%),
    linear-gradient(120deg, #1b130d, var(--ground) 52%, var(--ink));
}

.production-preview {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 22px);
  padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 72px);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(244, 239, 228, 0.96), rgba(228, 216, 193, 0.94)),
    var(--paper);
  border-top: 1px solid rgba(92, 62, 22, 0.16);
}

.production-preview-head {
  position: static;
  display: block;
}

.production-preview-head h2 {
  color: var(--ink);
  font-size: clamp(38px, 4.6vw, 66px);
  line-height: 0.9;
}

.production-preview-head p {
  color: rgba(23, 18, 13, 0.66);
  font-size: 16px;
  line-height: 1.42;
}

.production-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.7), rgba(232, 219, 193, 0.5)),
    rgba(244, 239, 228, 0.76);
  border: 1px solid rgba(92, 62, 22, 0.16);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(23, 18, 13, 0.1);
}

.production-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.production-images img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  background: var(--bone);
  border: 1px solid rgba(92, 62, 22, 0.12);
  border-radius: 5px;
}

.production-card span {
  color: rgba(92, 29, 23, 0.72);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.production-card h3 {
  margin: 8px 0 8px;
  color: var(--ink);
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 0.92;
}

.production-card p {
  margin: 0;
  color: rgba(23, 18, 13, 0.66);
  font-size: 14px;
  line-height: 1.38;
}

.order-scroll {
  color: var(--paper);
}

.order-scroll p {
  max-width: 520px;
  color: rgba(244, 239, 228, 0.68);
  font-size: 18px;
  line-height: 1.44;
}

.order-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 34px);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.84), rgba(232, 219, 193, 0.62)),
    rgba(244, 239, 228, 0.78);
  border: 1px solid rgba(184, 138, 58, 0.24);
  border-radius: 8px 8px 22px 22px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.order-form label {
  display: grid;
  gap: 7px;
  color: rgba(92, 29, 23, 0.74);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.order-form select,
.order-form input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  font: 600 16px "Source Serif 4", Georgia, serif;
  background: rgba(255, 250, 240, 0.68);
  border: 1px solid rgba(92, 62, 22, 0.24);
  border-radius: 4px;
}

.order-summary {
  display: grid;
  gap: 5px;
  margin-top: 6px;
  padding: 16px;
  background: rgba(255, 250, 240, 0.44);
  border: 1px solid rgba(92, 62, 22, 0.14);
}

.order-summary strong {
  font-family: "IM Fell English", Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 0.94;
}

.order-summary small {
  color: rgba(23, 18, 13, 0.62);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.order-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 4px;
}

@media (max-width: 860px) {
  .drop-hero,
  .drop-products,
  .production-preview,
  .drop-order {
    grid-template-columns: 1fr;
  }

  .drop-hero-copy {
    grid-template-columns: 1fr;
  }

  .drop-hero-copy .eyebrow,
  .drop-hero-copy h1,
  .drop-primary-link,
  .drop-hero-copy p {
    grid-column: 1;
    grid-row: auto;
  }

  .drop-hero-copy::after {
    width: min(300px, 72vw);
    opacity: 0.08;
  }

  .bundle-offer {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .bundle-cta {
    width: 100%;
  }

  .drop-hero-gallery {
    min-height: auto;
  }

  .drop-hero-gallery img {
    min-height: 360px;
  }

  .drop-section-head {
    position: static;
  }

  .drop-product {
    grid-column: 1;
  }
}

@media (max-width: 620px) {
  .drop-hero-gallery {
    grid-template-columns: 1fr;
  }

  .drop-hero-gallery img {
    min-height: 420px;
  }

  .drop-hero-gallery img:nth-child(n) {
    transform: none;
  }

  .drop-product {
    grid-template-columns: 1fr;
  }
}

