/* Edelobstbrennerei Huber: private Redesign-Demo
   Editoriales Manufakturdesign: Porzellan, Graphit, Pflaume und Champagner. */

@font-face {
  font-family: "Young Serif";
  src: url("fonts/young-serif-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Albert Sans";
  src: url("fonts/albert-sans-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Albert Sans";
  src: url("fonts/albert-sans-latin-wght-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --paper: #f1eee7;
  --paper-deep: #ded8cd;
  --paper-soft: #e9e4db;
  --surface: #fbf9f4;
  --ink: #211e1b;
  --ink-soft: #696159;
  --green: #5b2132;
  --green-deep: #32141f;
  --green-soft: #e5d9db;
  --copper: #b89457;
  --copper-strong: #9b783e;
  --copper-deep: #795b2f;
  --cream: #f4f0e7;
  --line: rgba(33, 30, 27, 0.14);
  --line-strong: rgba(33, 30, 27, 0.28);
  --line-light: rgba(244, 240, 231, 0.2);
  --shadow-soft: 0 20px 55px -36px rgba(50, 20, 31, 0.42);
  --shadow-image: 0 28px 70px -38px rgba(50, 20, 31, 0.52);
  --radius-sm: 0.35rem;
  --radius: 0.7rem;
  --radius-lg: 1.4rem;
  --wrap: 80rem;
  --header-height: 5rem;
  --serif: "Young Serif", Georgia, "Times New Roman", serif;
  --sans: "Albert Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --z-content: 1;
  --z-menu: 40;
  --z-header: 50;
  --z-skip: 60;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

::selection {
  background: rgba(181, 101, 54, 0.28);
  color: var(--green-deep);
}

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

figure,
blockquote,
dl,
dd {
  margin: 0;
}

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

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

p {
  margin: 0 0 1em;
  text-wrap: pretty;
}

:focus-visible {
  outline: 0.2rem solid #d17b48;
  outline-offset: 0.22rem;
  border-radius: 0.2rem;
}

.container {
  width: min(100%, var(--wrap));
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 3rem);
}

.section {
  padding-block: clamp(5rem, 9vw, 8.5rem);
}

.skip-link {
  position: fixed;
  top: 0;
  left: 1rem;
  z-index: var(--z-skip);
  padding: 0.8rem 1.05rem;
  transform: translateY(-120%);
  background: var(--surface);
  color: var(--green-deep);
  font-weight: 700;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0.75rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.15rem;
  color: var(--copper-deep);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 2rem;
  height: 0.125rem;
  flex: 0 0 auto;
  background: var(--copper);
  content: "";
}

.section h2 {
  max-width: 16ch;
  font-size: clamp(2.65rem, 5.2vw, 5.2rem);
}

.section-intro {
  max-width: 62ch;
  margin-top: 1.5rem;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.72;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 5.25rem);
}

.section-heading h2 {
  max-width: 14ch;
}

.section-heading > p {
  max-width: 43rem;
  margin: 0 0 0.4rem;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.92rem 1.35rem;
  border: 0.1rem solid transparent;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.button svg,
.header-phone svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button--primary {
  background: var(--green);
  color: var(--cream);
  box-shadow: 0 0.8rem 2rem -1.35rem rgba(16, 39, 30, 0.82);
}

.button--copper {
  background: var(--copper-strong);
  color: #fff9ee;
}

.button--outline {
  border-color: var(--line-strong);
  background: transparent;
  color: var(--ink);
}

.button--small {
  min-height: 2.75rem;
  padding: 0.72rem 1rem;
  font-size: 0.93rem;
}

.text-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding-block: 0.2rem;
  border-bottom: 0.1rem solid rgba(121, 64, 31, 0.42);
  color: var(--copper-deep);
  font-weight: 750;
  line-height: 1.35;
  transition: border-color 200ms ease, color 200ms ease, gap 200ms ease;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: var(--z-header);
  height: var(--header-height);
  border-bottom: 0.0625rem solid rgba(247, 239, 223, 0.12);
  background: rgba(16, 39, 30, 0.96);
  color: var(--cream);
  backdrop-filter: blur(1rem);
  transition: box-shadow 240ms ease, background-color 240ms ease;
}

.site-header.scrolled {
  background: rgba(16, 39, 30, 0.985);
  box-shadow: 0 1rem 2.8rem -2.2rem rgba(5, 19, 14, 0.9);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.35rem;
}

.brand {
  position: relative;
  z-index: calc(var(--z-menu) + 2);
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand img {
  width: auto;
  height: 2.8rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.7vw, 1.6rem);
}

.main-nav a {
  position: relative;
  padding-block: 0.55rem;
  color: rgba(247, 239, 223, 0.88);
  font-size: 0.93rem;
  font-weight: 580;
  white-space: nowrap;
}

.main-nav a::after {
  position: absolute;
  right: 100%;
  bottom: 0.2rem;
  left: 0;
  height: 0.12rem;
  background: #d17b48;
  content: "";
  transition: right 220ms ease;
}

.main-nav a[aria-current="location"] {
  color: #fff9ee;
}

.main-nav a[aria-current="location"]::after {
  right: 0;
}

.header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 1rem;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(247, 239, 223, 0.9);
  font-size: 0.91rem;
  font-variant-numeric: tabular-nums;
  font-weight: 680;
  white-space: nowrap;
}

.header-phone svg {
  color: #d58354;
}

.nav-toggle {
  position: relative;
  z-index: calc(var(--z-menu) + 2);
  width: 2.8rem;
  height: 2.8rem;
  display: none;
  padding: 0.62rem;
  border: 0.0625rem solid rgba(247, 239, 223, 0.2);
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--cream);
  cursor: pointer;
}

.nav-toggle span {
  width: 100%;
  height: 0.125rem;
  display: block;
  margin-block: 0.3rem;
  background: currentColor;
  transform-origin: center;
  transition: opacity 200ms ease, transform 240ms ease;
}

.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(0.425rem) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-0.425rem) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: min(56.25rem, 100dvh);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: calc(var(--header-height) + clamp(3.5rem, 8vh, 6rem)) 0 clamp(7.5rem, 12vw, 10rem);
  background:
    radial-gradient(circle at 88% 16%, rgba(181, 101, 54, 0.16), transparent 31rem),
    radial-gradient(circle at 7% 88%, rgba(29, 60, 47, 0.08), transparent 25rem),
    var(--paper);
}

.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(23, 52, 41, 0.08) 0.042rem, transparent 0.042rem);
  background-size: 0.42rem 0.42rem;
  content: "";
  opacity: 0.35;
  mask-image: linear-gradient(to right, #000, transparent 72%);
}

.hero-grid {
  position: relative;
  z-index: var(--z-content);
  display: grid;
  grid-template-columns: minmax(24rem, 0.9fr) minmax(31rem, 1.1fr);
  column-gap: clamp(3.5rem, 6vw, 6.5rem);
  row-gap: 0;
  align-items: center;
}

.hero-copy {
  grid-area: 1 / 1;
  max-width: 38rem;
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(4rem, 6.8vw, 6.8rem);
  line-height: 0.93;
  letter-spacing: -0.052em;
}

.hero-lede {
  max-width: 48ch;
  margin: 1.65rem 0 2rem;
  color: var(--ink-soft);
  font-size: clamp(1.12rem, 1.5vw, 1.3rem);
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}

.hero-facts {
  grid-area: 2 / 1;
  align-self: start;
  display: grid;
  grid-template-columns: 0.7fr 1.15fr 1.1fr;
  gap: 0;
  margin-top: clamp(2.4rem, 5vw, 4rem);
  border-top: 0.0625rem solid var(--line-strong);
}

.hero-facts > div {
  min-width: 0;
  padding: 1rem 1rem 0 0;
}

.hero-facts > div + div {
  padding-left: 1rem;
  border-left: 0.0625rem solid var(--line);
}

.hero-facts dt {
  color: var(--ink-soft);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero-facts dd {
  margin-top: 0.32rem;
  color: var(--green-deep);
  font-family: var(--serif);
  font-size: clamp(1.02rem, 1.3vw, 1.25rem);
  line-height: 1.25;
}

.hero-visual {
  grid-area: 1 / 2 / 3 / 3;
  align-self: center;
  position: relative;
  padding: 0 0 clamp(2.25rem, 4.5vw, 4rem) clamp(2.2rem, 5vw, 5rem);
}

.hero-portrait {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.34;
  border-radius: var(--radius-sm) var(--radius-lg) var(--radius-sm) var(--radius-sm);
  box-shadow: var(--shadow-image);
}

.hero-portrait::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 0.0625rem solid rgba(255, 250, 241, 0.42);
  border-radius: inherit;
  box-shadow: inset 0 0 0 0.0625rem rgba(23, 52, 41, 0.05);
  content: "";
}

.hero-portrait > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.hero-portrait figcaption {
  position: absolute;
  right: 1.1rem;
  bottom: 1.1rem;
  display: grid;
  padding: 0.75rem 0.9rem;
  border: 0.0625rem solid rgba(255, 250, 241, 0.58);
  border-radius: var(--radius-sm);
  background: rgba(16, 39, 30, 0.84);
  color: var(--cream);
  backdrop-filter: blur(0.6rem);
}

.hero-portrait figcaption strong {
  font-size: 0.9rem;
  line-height: 1.25;
}

.hero-portrait figcaption span {
  color: rgba(247, 239, 223, 0.74);
  font-size: 0.72rem;
}

.hero-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: clamp(10rem, 31%, 14rem);
  overflow: hidden;
  aspect-ratio: 0.72;
  border: clamp(0.35rem, 0.8vw, 0.65rem) solid var(--paper);
  border-radius: var(--radius-sm);
  background: var(--paper-deep);
  box-shadow: var(--shadow-image);
}

.hero-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

.hero-detail figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 1.7rem 0.7rem 0.65rem;
  background: linear-gradient(transparent, rgba(16, 39, 30, 0.82));
  color: var(--cream);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-transform: uppercase;
}

.quick-nav {
  position: relative;
  z-index: 2;
  margin-top: -3.2rem;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.quick-grid a {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.8rem;
  padding: 1.35rem 1.3rem 1.45rem;
  border-top: 0.18rem solid transparent;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.quick-grid a:first-child {
  border-radius: var(--radius) 0 0 var(--radius);
}

.quick-grid a:last-child {
  border-radius: 0 var(--radius) var(--radius) 0;
}

.quick-grid a + a {
  border-left: 0.0625rem solid var(--line);
}

.quick-number {
  grid-row: 1 / 3;
  align-self: start;
  color: var(--copper);
  font-family: var(--serif);
  font-size: 0.9rem;
}

.quick-grid strong {
  overflow-wrap: anywhere;
  font-size: 0.98rem;
  line-height: 1.3;
}

.quick-grid small {
  margin-top: 0.16rem;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.35;
}

.philosophy {
  padding-top: clamp(7.5rem, 11vw, 10.5rem);
}

.philosophy-grid {
  display: grid;
  grid-template-columns: minmax(20rem, 0.8fr) minmax(30rem, 1.2fr);
  gap: clamp(4rem, 9vw, 9rem);
  align-items: start;
}

.philosophy-lead {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}

.philosophy-lead h2 {
  max-width: 11ch;
}

.philosophy blockquote {
  position: relative;
  margin-top: 2.5rem;
  padding: 1.7rem 1.7rem 1.5rem;
  border-left: 0.2rem solid var(--copper);
  background: rgba(181, 101, 54, 0.075);
}

.philosophy blockquote p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.4;
}

.philosophy blockquote cite {
  display: block;
  margin-top: 1rem;
  color: var(--copper-deep);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.principle-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2.5rem;
  border-bottom: 0.0625rem solid var(--line-strong);
}

.principle {
  min-width: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 2rem 0 2.2rem;
  border-top: 0.0625rem solid var(--line-strong);
}

.principle > span {
  color: var(--copper);
  font-family: var(--serif);
  font-size: 0.9rem;
}

.principle h3 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.45rem, 2vw, 1.85rem);
}

.principle p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.65;
}

.products {
  position: relative;
  overflow: hidden;
  background: var(--paper-deep);
}

.products::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 0 0, rgba(181, 101, 54, 0.11), transparent 30rem),
    radial-gradient(circle at 100% 100%, rgba(29, 60, 47, 0.09), transparent 34rem);
  content: "";
}

.products .container {
  position: relative;
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(22rem, 0.7fr);
  gap: clamp(1.2rem, 2.4vw, 2rem);
  align-items: stretch;
}

.product-primary {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(19rem, 1.35fr) auto;
  border-radius: var(--radius-sm) var(--radius-lg) var(--radius-sm) var(--radius-sm);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.product-primary figure {
  min-height: 0;
  overflow: hidden;
}

.product-primary img,
.product-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-primary img {
  object-position: center 54%;
}

.product-copy {
  padding: clamp(1.6rem, 3vw, 2.4rem);
}

.product-kicker {
  margin: 0 0 0.55rem;
  color: var(--copper-deep);
  font-size: 0.73rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-copy h3,
.product-row h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.8rem, 3.1vw, 2.7rem);
}

.product-copy > p:not(.product-kicker),
.product-row > div > p:not(.product-kicker) {
  color: var(--ink-soft);
}

.product-list,
.fruit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.1rem;
  margin: 1.25rem 0 0;
  padding: 1.1rem 0 0;
  border-top: 0.0625rem solid var(--line);
  list-style: none;
}

.product-list li,
.fruit-list li {
  position: relative;
  padding-left: 0.8rem;
  font-size: 0.84rem;
  font-weight: 680;
}

.product-list li::before,
.fruit-list li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: var(--copper);
  content: "";
}

.product-secondary {
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: clamp(1.2rem, 2.4vw, 2rem);
}

.product-row {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(8rem, 0.7fr) minmax(0, 1.3fr);
  border-top: 0.18rem solid var(--green);
  border-radius: var(--radius-sm);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.product-row figure {
  min-height: 0;
  overflow: hidden;
}

.product-row img {
  object-position: center;
}

.product-row > div {
  align-self: center;
  padding: clamp(1.25rem, 2.5vw, 1.9rem);
}

.product-row h3 {
  font-size: clamp(1.5rem, 1.9vw, 1.85rem);
  hyphens: auto;
  overflow-wrap: anywhere;
}

.product-row p:last-child {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
}

.product-foot {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 0.0625rem solid var(--line-strong);
}

.product-foot p {
  max-width: 52rem;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.process-section {
  position: relative;
  overflow: hidden;
  background: var(--green-deep);
  color: var(--cream);
}

.process-section::before {
  position: absolute;
  top: -12rem;
  right: -10rem;
  width: 34rem;
  height: 34rem;
  border: 0.0625rem solid rgba(213, 131, 84, 0.25);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgba(213, 131, 84, 0.035), 0 0 0 10rem rgba(213, 131, 84, 0.025);
  content: "";
}

.section-heading--dark {
  position: relative;
}

.section-heading--dark .eyebrow {
  color: #df956b;
}

.section-heading--dark h2 {
  color: #fff9ee;
}

.section-heading--dark > p {
  color: rgba(247, 239, 223, 0.72);
}

.process-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(20rem, 0.72fr) minmax(34rem, 1.28fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

.process-steps {
  margin: 0;
  padding: 0;
  border-bottom: 0.0625rem solid var(--line-light);
  list-style: none;
}

.process-steps li {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 1rem;
  padding: 1.55rem 0 1.7rem;
  border-top: 0.0625rem solid var(--line-light);
}

.process-steps li > span {
  color: #df956b;
  font-family: var(--serif);
  font-size: 0.88rem;
}

.process-steps h3 {
  margin-bottom: 0.35rem;
  color: #fff9ee;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}

.process-steps p {
  margin: 0;
  color: rgba(247, 239, 223, 0.68);
  font-size: 0.94rem;
  line-height: 1.6;
}

.process-gallery {
  min-height: 40rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  gap: 0.8rem;
}

.process-gallery figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 0.0625rem solid rgba(247, 239, 223, 0.15);
  background: #0a1d16;
  box-shadow: 0 2rem 4rem -2.7rem rgba(0, 0, 0, 0.95);
}

.process-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-main {
  grid-area: 1 / 1 / 10 / 10;
  border-radius: var(--radius-sm) var(--radius-lg) var(--radius-sm) var(--radius-sm);
}

.process-detail {
  z-index: 2;
  grid-area: 2 / 9 / 13 / 13;
  border: 0.45rem solid var(--green-deep) !important;
  border-radius: var(--radius-sm);
}

.process-detail img {
  object-position: center top;
}

.process-mash {
  z-index: 3;
  grid-area: 9 / 2 / 13 / 8;
  border: 0.45rem solid var(--green-deep) !important;
  border-radius: var(--radius-sm);
}

.process-gallery figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 2rem 0.9rem 0.75rem;
  background: linear-gradient(transparent, rgba(5, 18, 13, 0.88));
  color: rgba(255, 249, 238, 0.9);
  font-size: 0.72rem;
  font-weight: 680;
  line-height: 1.35;
}

.origin {
  background: var(--paper);
}

.origin-grid {
  display: grid;
  grid-template-columns: minmax(22rem, 0.8fr) minmax(32rem, 1.2fr);
  gap: clamp(4rem, 9vw, 8rem);
  align-items: center;
}

.origin-copy h2 {
  max-width: 11ch;
}

.fruit-list {
  max-width: 38rem;
  margin-top: 1.6rem;
}

.source-note {
  max-width: 40rem;
  margin-top: 2.2rem;
  padding: 1.35rem 1.4rem;
  border-left: 0.2rem solid var(--copper);
  background: var(--paper-soft);
}

.source-note strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--green-deep);
}

.source-note p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.93rem;
}

.origin-gallery {
  min-height: 39rem;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(10, 1fr);
  gap: 0.8rem;
}

.origin-gallery figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 0.36rem solid var(--paper);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-image);
}

.origin-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.origin-orchard {
  grid-area: 1 / 1 / 9 / 7;
}

.origin-apples {
  grid-area: 1 / 7 / 6 / 11;
}

.origin-mirabelles {
  z-index: 2;
  grid-area: 6 / 6 / 11 / 10;
}

.origin-sloes {
  z-index: 3;
  grid-area: 8 / 2 / 11 / 6;
}

.origin-gallery figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 2.2rem 0.8rem 0.7rem;
  background: linear-gradient(transparent, rgba(10, 31, 22, 0.8));
  color: #fff;
  font-size: 0.75rem;
  font-weight: 680;
}

.history {
  background: var(--paper-deep);
}

.history-opening {
  display: grid;
  grid-template-columns: minmax(22rem, 0.82fr) minmax(30rem, 1.18fr);
  gap: clamp(4rem, 9vw, 8rem);
  align-items: center;
}

.history-copy h2 {
  max-width: 13ch;
}

.portrait-collage {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: clamp(0.8rem, 2vw, 1.5rem);
  align-items: end;
}

.portrait-collage figure {
  position: relative;
  overflow: hidden;
  background: var(--green-soft);
  box-shadow: var(--shadow-soft);
}

.portrait-andreas {
  aspect-ratio: 0.78;
  border-radius: var(--radius-sm) var(--radius-lg) var(--radius-sm) var(--radius-sm);
}

.portrait-sebastian {
  aspect-ratio: 0.72;
  margin-bottom: 1.7rem;
  border-radius: var(--radius-sm);
}

.portrait-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portrait-andreas img {
  object-position: center top;
}

.portrait-collage figcaption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  padding: 2.5rem 0.9rem 0.8rem;
  background: linear-gradient(transparent, rgba(10, 31, 22, 0.88));
  color: #fff9ee;
}

.portrait-collage figcaption strong {
  font-size: 0.9rem;
}

.portrait-collage figcaption span {
  color: rgba(247, 239, 223, 0.75);
  font-size: 0.72rem;
}

.history-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2.3rem;
  margin: clamp(4.5rem, 8vw, 7rem) 0 0;
  padding: 0;
  border-bottom: 0.0625rem solid var(--line-strong);
  list-style: none;
}

.history-line li {
  padding: 1.5rem 0 2.1rem;
  border-top: 0.0625rem solid var(--line-strong);
}

.history-line time {
  display: block;
  margin-bottom: 0.7rem;
  color: var(--copper-deep);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.7vw, 2.5rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.history-line p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.93rem;
  line-height: 1.58;
}

.awards {
  display: grid;
  grid-template-columns: minmax(16rem, 0.55fr) minmax(30rem, 1.45fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
  margin-top: clamp(5rem, 9vw, 8rem);
  padding-top: clamp(3rem, 6vw, 5rem);
  border-top: 0.12rem solid var(--green);
}

.awards header {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
}

.awards h2 {
  max-width: 8ch;
  font-size: clamp(2.35rem, 4vw, 4rem);
}

.award-ledger {
  border-bottom: 0.0625rem solid var(--line-strong);
}

.award-ledger article {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 1.7rem;
  padding: 1.7rem 0 1.9rem;
  border-top: 0.0625rem solid var(--line-strong);
}

.award-ledger .award-current {
  margin-inline: -1.2rem;
  padding-inline: 1.2rem;
  border-top-color: rgba(121, 64, 31, 0.35);
  background: rgba(181, 101, 54, 0.08);
}

.award-ledger time {
  color: var(--copper-deep);
  font-family: var(--serif);
  font-size: 1.5rem;
  font-variant-numeric: tabular-nums;
}

.award-ledger h3 {
  margin-bottom: 0.45rem;
  font-size: 1.4rem;
}

.award-ledger p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.visit-section {
  background: var(--paper);
}

.visit-shell {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(22rem, 0.85fr) minmax(30rem, 1.15fr);
  border: 0.0625rem solid var(--line);
  border-radius: var(--radius-sm) var(--radius-lg) var(--radius-sm) var(--radius-sm);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.visit-image {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.visit-image img {
  width: 100%;
  height: 100%;
  min-height: 38rem;
  object-fit: cover;
  object-position: 55% center;
}

.visit-image figcaption {
  position: absolute;
  inset: auto 1rem 1rem;
  width: fit-content;
  max-width: calc(100% - 2rem);
  padding: 0.7rem 0.85rem;
  border: 0.0625rem solid rgba(247, 239, 223, 0.44);
  border-radius: var(--radius-sm);
  background: rgba(16, 39, 30, 0.86);
  color: var(--cream);
  font-size: 0.74rem;
  font-weight: 670;
  backdrop-filter: blur(0.5rem);
}

.visit-copy {
  padding: clamp(2.4rem, 5vw, 4.8rem);
}

.visit-copy h2 {
  max-width: 10ch;
}

.visit-copy > p:not(.eyebrow, .visit-note) {
  max-width: 55ch;
  margin-top: 1.4rem;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.visit-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
  margin-top: 2rem;
  border-bottom: 0.0625rem solid var(--line);
}

.visit-facts > div {
  padding: 1rem 0 1.15rem;
  border-top: 0.0625rem solid var(--line);
}

.visit-facts dt {
  margin-bottom: 0.3rem;
  color: var(--copper-deep);
  font-size: 0.74rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.visit-facts dd {
  color: var(--ink-soft);
  font-size: 0.91rem;
  line-height: 1.5;
}

.visit-note {
  margin: 1.6rem 0 0;
  padding: 1rem 1.1rem;
  border-left: 0.2rem solid var(--copper);
  background: var(--paper-soft);
  color: var(--ink);
  font-size: 0.9rem;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 1rem;
  margin-top: 1.7rem;
}

.contact-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(181, 101, 54, 0.1), transparent 28rem),
    var(--paper-deep);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(19rem, 0.72fr) minmax(30rem, 1.28fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.contact-details {
  display: grid;
  border-bottom: 0.0625rem solid var(--line-strong);
  font-style: normal;
}

.contact-details > div {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0 1.1rem;
  border-top: 0.0625rem solid var(--line-strong);
}

.contact-details span {
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-details strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 1rem;
  font-weight: 680;
  line-height: 1.45;
}

.contact-details > .text-link {
  margin-top: 1.7rem;
}

.contact-form {
  position: relative;
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border-top: 0.24rem solid var(--copper);
  border-radius: 0 0 var(--radius) var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.demo-notice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 1rem;
  margin-bottom: 1.7rem;
  padding: 1rem 1.05rem;
  border: 0.0625rem dashed var(--line-strong);
  border-radius: var(--radius-sm);
  background: rgba(29, 60, 47, 0.045);
}

.demo-notice strong {
  color: var(--copper-deep);
  font-size: 0.82rem;
}

.demo-notice span {
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.45;
}

.row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.field {
  min-width: 0;
  display: grid;
  align-content: start;
  margin-bottom: 1.15rem;
}

.field label {
  margin-bottom: 0.4rem;
  font-size: 0.86rem;
  font-weight: 720;
}

.field label span {
  color: var(--ink-soft);
  font-weight: 500;
}

.field input,
.field textarea {
  width: 100%;
  border: 0.095rem solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: #fffdf7;
  color: var(--ink);
  font-size: 1rem;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.field input {
  min-height: 3.15rem;
  padding: 0.7rem 0.85rem;
}

.field textarea {
  min-height: 8rem;
  padding: 0.8rem 0.85rem;
  resize: vertical;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--copper-strong);
  box-shadow: 0 0 0 0.22rem rgba(181, 101, 54, 0.15);
}

.field input[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: #9a3f31;
  background: #fff8f4;
}

.field-error {
  min-height: 1.15rem;
  display: block;
  margin-top: 0.28rem;
  color: #813228;
  font-size: 0.76rem;
  font-weight: 650;
  line-height: 1.35;
}

.age-field {
  margin-bottom: 1.1rem;
}

.age-field label {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 0.88rem;
}

.age-field input {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  margin: 0.14rem 0 0;
  accent-color: var(--green);
}

.form-submit {
  width: 100%;
}

.form-message {
  min-height: 1.35rem;
  margin: 0.85rem 0 0;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.45;
}

.form-message.is-error {
  color: #813228;
}

.site-footer {
  padding: clamp(3.5rem, 7vw, 6rem) 0 2rem;
  background: var(--green-deep);
  color: rgba(247, 239, 223, 0.7);
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: end;
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid var(--line-light);
}

.footer-brand img {
  width: auto;
  height: 3.5rem;
  margin-bottom: 1.2rem;
}

.footer-brand p {
  max-width: 37ch;
  margin: 0;
  font-size: 0.92rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem 1.4rem;
}

.footer-nav a,
.footer-bottom a {
  color: rgba(247, 239, 223, 0.84);
  font-size: 0.88rem;
  font-weight: 650;
}

.footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: start;
  padding-top: 1.6rem;
  font-size: 0.76rem;
}

.footer-bottom > span {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.footer-bottom p {
  max-width: 60rem;
  margin: 0;
  text-align: center;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(1.3rem);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
}

.motion-ready .reveal.d1 {
  transition-delay: 80ms;
}

.motion-ready .reveal.d2 {
  transition-delay: 160ms;
}

.motion-ready .reveal.d3 {
  transition-delay: 240ms;
}

/* Legal pages */
.legal-header {
  background: var(--green-deep);
  color: var(--cream);
}

.legal-header .header-inner {
  min-height: var(--header-height);
}

.legal-back {
  color: rgba(247, 239, 223, 0.88);
  font-size: 0.92rem;
  font-weight: 680;
}

.legal-main {
  width: min(100%, 52rem);
  margin-inline: auto;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 4vw, 3rem);
}

.legal-main h1 {
  margin-bottom: 1.3rem;
  font-size: clamp(3rem, 6vw, 5.25rem);
  hyphens: auto;
  overflow-wrap: anywhere;
}

.legal-main h2 {
  margin: 2.5rem 0 0.75rem;
  font-size: clamp(1.55rem, 3vw, 2rem);
  letter-spacing: -0.02em;
  hyphens: auto;
  overflow-wrap: anywhere;
}

.legal-main p {
  color: var(--ink-soft);
}

.legal-main a {
  color: var(--copper-deep);
  font-weight: 680;
  text-decoration: underline;
  text-decoration-color: rgba(121, 64, 31, 0.35);
  text-underline-offset: 0.18em;
}

.legal-note {
  margin-bottom: 2.5rem;
  padding: 1rem 1.2rem;
  border-left: 0.2rem solid var(--copper);
  background: var(--paper-soft);
  color: var(--ink) !important;
  font-size: 0.9rem;
}

.legal-footer {
  padding-top: 2.4rem;
}

.legal-footer .footer-bottom {
  padding-top: 0;
  border-top: 0;
}

@media (hover: hover) {
  .button:hover {
    transform: translateY(-0.14rem);
  }

  .button--primary:hover {
    background: #28513f;
    box-shadow: 0 1rem 2.2rem -1.3rem rgba(16, 39, 30, 0.78);
  }

  .button--copper:hover {
    background: #ad6137;
  }

  .button--outline:hover {
    border-color: var(--green);
    background: rgba(29, 60, 47, 0.05);
  }

  .button:active {
    transform: translateY(0.06rem) scale(0.985);
  }

  .text-link:hover {
    gap: 0.7rem;
    border-color: var(--copper-deep);
    color: var(--copper-strong);
  }

  .main-nav a:hover {
    color: #fff9ee;
  }

  .main-nav a:hover::after {
    right: 0;
  }

  .quick-grid a:hover {
    z-index: 1;
    border-top-color: var(--copper);
    background: #fffdf7;
    transform: translateY(-0.25rem);
  }

  .product-primary:hover img,
  .product-row:hover img,
  .origin-gallery figure:hover img {
    transform: scale(1.035);
  }

  .contact-details a:hover,
  .footer-nav a:hover,
  .footer-bottom a:hover,
  .legal-back:hover {
    color: #df956b;
  }
}

@media (max-width: 77.5rem) {
  .header-phone {
    display: none;
  }

  .hero-grid {
    grid-template-columns: minmax(22rem, 0.88fr) minmax(29rem, 1.12fr);
    column-gap: 3.5rem;
    row-gap: 0;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 7vw, 5.8rem);
  }
}

@media (max-width: 68.75rem) {
  .philosophy-grid,
  .origin-grid,
  .history-opening,
  .process-layout {
    grid-template-columns: 1fr;
  }

  .philosophy-lead,
  .awards header {
    position: static;
  }

  .philosophy-lead {
    max-width: 52rem;
  }

  .principle-list {
    max-width: 58rem;
  }

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

  .product-primary {
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-rows: none;
  }

  .product-secondary {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

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

  .product-row figure {
    aspect-ratio: 16 / 9;
  }

  .process-layout {
    gap: 4rem;
  }

  .process-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
  }

  .origin-copy {
    max-width: 52rem;
  }

  .origin-gallery {
    width: min(100%, 50rem);
    margin-inline: auto;
  }

  .history-opening {
    gap: 3rem;
  }

  .history-copy {
    max-width: 54rem;
  }

  .portrait-collage {
    width: min(100%, 47rem);
    margin-inline: auto;
  }

  .awards {
    grid-template-columns: 0.5fr 1.5fr;
  }

  .visit-shell {
    grid-template-columns: 0.78fr 1.22fr;
  }
}

@media (max-width: 61.25rem) {
  :root {
    --header-height: 4.75rem;
  }

  .nav-toggle {
    display: block;
  }

  .header-actions {
    display: none;
  }

  .main-nav {
    position: fixed;
    inset: 0;
    z-index: var(--z-menu);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.2rem;
    padding: calc(var(--header-height) + 2.5rem) clamp(1.5rem, 8vw, 5rem) 3rem;
    visibility: hidden;
    background:
      radial-gradient(circle at 85% 20%, rgba(181, 101, 54, 0.2), transparent 22rem),
      var(--green-deep);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-1rem);
    transition: visibility 0s linear 280ms, opacity 240ms ease, transform 280ms ease;
  }

  .main-nav::before {
    margin-bottom: 1.3rem;
    color: #df956b;
    content: "Edelobstbrennerei Huber";
    font-size: 0.76rem;
    font-weight: 730;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .main-nav.open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    transition-delay: 0s;
  }

  .main-nav a {
    width: 100%;
    padding: 0.5rem 0;
    color: var(--cream);
    font-family: var(--serif);
    font-size: clamp(2rem, 7vw, 3.2rem);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .main-nav a::after {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 4.5rem);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 3.4rem;
  }

  .hero-copy {
    grid-area: 1 / 1;
  }

  .hero-copy {
    max-width: 48rem;
  }

  .hero h1 {
    max-width: 9ch;
    font-size: clamp(4.2rem, 11vw, 6.8rem);
  }

  .hero-lede {
    max-width: 57ch;
  }

  .hero-visual {
    grid-area: 2 / 1;
    width: min(100%, 48rem);
    margin-left: auto;
  }

  .hero-facts {
    grid-area: 3 / 1;
    margin-top: 0;
  }

  .quick-nav {
    margin-top: -2.6rem;
  }

  .quick-grid {
    grid-template-columns: 1fr 1fr;
  }

  .quick-grid a:first-child {
    border-radius: var(--radius) 0 0 0;
  }

  .quick-grid a:nth-child(2) {
    border-radius: 0 var(--radius) 0 0;
  }

  .quick-grid a:nth-child(3) {
    border-left: 0;
    border-radius: 0 0 0 var(--radius);
  }

  .quick-grid a:last-child {
    border-radius: 0 0 var(--radius) 0;
  }

  .quick-grid a:nth-child(n + 3) {
    border-top-color: var(--line);
  }

  .section-heading {
    gap: 3rem;
  }

  .visit-shell,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .visit-image img {
    min-height: 29rem;
    max-height: 36rem;
  }

  .contact-details {
    max-width: 47rem;
  }
}

@media (max-width: 47.99rem) {
  body {
    font-size: 1rem;
  }

  .section {
    padding-block: clamp(4.25rem, 14vw, 6.5rem);
  }

  .section h2 {
    font-size: clamp(2.5rem, 9vw, 4rem);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-bottom: 2.7rem;
  }

  .section-heading > p {
    max-width: 42rem;
  }

  .brand img {
    height: 2.45rem;
  }

  .hero {
    padding-top: calc(var(--header-height) + 3.4rem);
    padding-bottom: 6.7rem;
  }

  .hero h1 {
    font-size: clamp(3.65rem, 14vw, 5.6rem);
  }

  .hero-lede {
    margin-top: 1.35rem;
  }

  .hero-visual {
    padding-left: clamp(1.7rem, 7vw, 3rem);
  }

  .hero-detail {
    width: clamp(8.2rem, 30%, 11rem);
  }

  .principle-list {
    grid-template-columns: 1fr;
  }

  .product-primary {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .product-primary figure {
    aspect-ratio: 16 / 10;
  }

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

  .product-row {
    grid-template-columns: minmax(9rem, 0.8fr) minmax(0, 1.2fr);
  }

  .product-row figure {
    aspect-ratio: auto;
  }

  .product-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .process-gallery {
    min-height: 0;
    grid-template-columns: 1.05fr 0.95fr;
    grid-template-rows: auto auto;
    gap: 0.7rem;
  }

  .process-main {
    grid-area: auto / 1 / auto / 3;
    aspect-ratio: 4 / 3;
  }

  .process-detail,
  .process-mash {
    z-index: auto;
    grid-area: auto;
    aspect-ratio: 0.8;
    border: 0.0625rem solid rgba(247, 239, 223, 0.15) !important;
  }

  .process-mash {
    aspect-ratio: 0.95;
  }

  .origin-gallery {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 0.65rem;
  }

  .origin-orchard {
    grid-area: auto / 1 / auto / 3;
    aspect-ratio: 16 / 10;
  }

  .origin-apples,
  .origin-mirabelles,
  .origin-sloes {
    z-index: auto;
    grid-area: auto;
    aspect-ratio: 1;
  }

  .history-line {
    grid-template-columns: 1fr 1fr;
    gap: 0 1.5rem;
  }

  .awards {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .award-ledger article {
    grid-template-columns: 5rem 1fr;
  }

  .award-ledger .award-current {
    margin-inline: 0;
  }

  .visit-facts {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-nav {
    justify-content: flex-start;
  }

  .footer-bottom,
  .legal-footer .footer-bottom {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .footer-bottom p {
    text-align: left;
  }
}

@media (max-width: 35rem) {
  .container {
    padding-inline: 1.1rem;
  }

  .eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.09em;
  }

  .eyebrow::before {
    width: 1.35rem;
  }

  .hero {
    padding-top: calc(var(--header-height) + 2.8rem);
  }

  .hero-grid {
    gap: 2.7rem;
  }

  .hero h1 {
    font-size: clamp(3.2rem, 14vw, 4.2rem);
  }

  .hero-lede {
    font-size: 1.04rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

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

  .hero-facts > div:nth-child(3) {
    grid-column: 1 / -1;
    margin-top: 0.9rem;
    padding-left: 0;
    border-top: 0.0625rem solid var(--line);
    border-left: 0;
  }

  .hero-portrait {
    aspect-ratio: 1.2;
  }

  .hero-portrait > img {
    object-position: 57% center;
  }

  .hero-portrait figcaption {
    right: 0.65rem;
    bottom: 0.65rem;
    padding: 0.55rem 0.65rem;
  }

  .hero-portrait figcaption span {
    display: none;
  }

  .hero-detail {
    width: 7.7rem;
  }

  .quick-nav {
    margin-top: -2rem;
  }

  .quick-grid a {
    column-gap: 0.55rem;
    padding: 1rem 0.85rem 1.1rem;
  }

  .quick-grid strong {
    font-size: 0.9rem;
  }

  .quick-grid small {
    font-size: 0.7rem;
  }

  .philosophy {
    padding-top: 6.4rem;
  }

  .philosophy blockquote {
    padding: 1.25rem;
  }

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

  .product-row figure {
    aspect-ratio: 16 / 10;
  }

  .history-line {
    grid-template-columns: 1fr;
  }

  .portrait-collage {
    grid-template-columns: 1.12fr 0.88fr;
  }

  .portrait-sebastian {
    margin-bottom: 0.8rem;
  }

  .award-ledger article,
  .award-ledger .award-current {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .visit-copy {
    padding: 2rem 1.25rem;
  }

  .visit-image img {
    min-height: 17rem;
    max-height: 22rem;
  }

  .action-row {
    align-items: stretch;
    flex-direction: column;
  }

  .action-row .button,
  .action-row .text-link {
    width: 100%;
  }

  .row2,
  .demo-notice {
    grid-template-columns: 1fr;
  }

  .contact-details > div {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .contact-form {
    padding: 1.25rem 1rem;
  }

  .legal-main h1 {
    font-size: clamp(2.45rem, 12vw, 3.25rem);
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .motion-ready .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ========================================================================== 
   Multi-page editorial system: v2
   ========================================================================== */

body.new-site {
  --v2-paper: #f1eee7;
  --v2-surface: #faf8f3;
  --v2-ink: #211e1b;
  --v2-muted: #6d655d;
  --v2-plum: #5b2132;
  --v2-plum-deep: #32141f;
  --v2-plum-black: #1d1015;
  --v2-champagne: #c7a86a;
  --v2-champagne-light: #e3cf9d;
  --v2-lichen: #a7aa91;
  --v2-line: rgba(33, 30, 27, 0.16);
  --v2-line-light: rgba(250, 248, 243, 0.22);
  --wrap: 86rem;
  background: var(--v2-paper);
  color: var(--v2-ink);
}

body.new-site *,
body.new-site *::before,
body.new-site *::after {
  min-width: 0;
}

.new-site main h2,
.new-site main h3 {
  hyphens: auto;
  overflow-wrap: break-word;
}

.new-site ::selection {
  background: rgba(199, 168, 106, 0.42);
  color: var(--v2-plum-black);
}

.new-site :focus-visible {
  outline: 0.13rem solid var(--v2-surface);
  outline-offset: 0.16rem;
  box-shadow: 0 0 0 0.32rem var(--v2-plum);
}

.new-site .section-number {
  margin: 0;
  color: var(--v2-plum);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.new-site .section-number--light {
  color: var(--v2-champagne-light);
}

.new-site .button {
  min-height: 3.45rem;
  padding: 0.85rem 1.35rem;
  border: 0;
  border-radius: 0.15rem;
  font-size: 0.9rem;
  font-weight: 720;
  letter-spacing: 0.01em;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.new-site .button:active {
  transform: translateY(1px) scale(0.985);
}

.new-site .button--champagne {
  background: var(--v2-champagne);
  color: var(--v2-plum-black);
}

.new-site .button--champagne:hover {
  background: var(--v2-champagne-light);
  transform: translateY(-0.12rem);
}

.new-site .editorial-link,
.new-site .hero-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid currentColor;
  font-weight: 680;
  transition: gap 220ms ease, color 220ms ease;
}

.new-site .editorial-link:hover,
.new-site .hero-text-link:hover {
  gap: 1rem;
  color: var(--v2-plum);
}

.new-site .editorial-link--light,
.new-site .hero-text-link {
  color: var(--v2-surface);
}

.new-site .editorial-link--light:hover,
.new-site .hero-text-link:hover {
  color: var(--v2-champagne-light);
}

/* Header */

.new-site .masthead {
  position: fixed;
  inset: 0 0 auto;
  z-index: var(--z-header);
  height: 5.75rem;
  color: var(--v2-surface);
  transition: background-color 280ms ease, box-shadow 280ms ease, height 280ms ease;
}

.new-site .masthead.scrolled {
  height: 5rem;
  background: rgba(29, 16, 21, 0.94);
  box-shadow: 0 0.8rem 3rem rgba(29, 16, 21, 0.18);
  backdrop-filter: blur(1rem);
}

.new-site .masthead-inner {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2.25rem);
  width: min(100%, 92rem);
  height: 100%;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 3vw, 2.5rem);
}

.new-site .masthead-brand {
  position: relative;
  z-index: calc(var(--z-menu) + 2);
  flex: 0 0 auto;
  width: clamp(11.5rem, 15vw, 14rem);
}

.new-site .masthead-brand img {
  width: 100%;
  height: auto;
}

.new-site .main-nav {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.8rem, 1.35vw, 1.35rem);
  margin-left: auto;
  background: transparent;
  color: inherit;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.new-site .main-nav > a {
  position: relative;
  padding: 0.5rem 0;
  font-size: 0.82rem;
  font-weight: 620;
  white-space: nowrap;
}

.new-site .main-nav > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.18rem;
  left: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: var(--v2-champagne-light);
  transition: transform 220ms ease;
}

.new-site .main-nav > a:hover::after,
.new-site .main-nav > a[aria-current]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.new-site .main-nav .nav-shop {
  padding-inline: 0.85rem;
  border: 1px solid rgba(227, 207, 157, 0.42);
  color: var(--v2-champagne-light);
}

.new-site .main-nav .nav-shop::after {
  display: none;
}

.new-site .main-nav .nav-shop:hover {
  border-color: var(--v2-champagne-light);
  background: rgba(227, 207, 157, 0.1);
}

.new-site .masthead-visit {
  display: none;
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  background: var(--v2-champagne);
  color: var(--v2-plum-black);
  font-size: 0.8rem;
  font-weight: 760;
}

.new-site .nav-toggle {
  display: none;
}

/* Home hero */

.new-site .home-hero {
  position: relative;
  display: grid;
  min-height: max(48rem, 100dvh);
  overflow: hidden;
  align-items: end;
  isolation: isolate;
  color: var(--v2-surface);
  background: var(--v2-plum-black);
}

.new-site .hero-media,
.new-site .hero-shade {
  position: absolute;
  inset: 0;
}

.new-site .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.015);
}

.new-site .hero-shade {
  z-index: 0;
  background:
    radial-gradient(circle at 73% 42%, transparent 0, rgba(29, 16, 21, 0.06) 34%, rgba(29, 16, 21, 0.34) 72%),
    linear-gradient(90deg, rgba(29, 16, 21, 0.9) 0%, rgba(29, 16, 21, 0.58) 42%, rgba(29, 16, 21, 0.08) 74%),
    linear-gradient(0deg, rgba(29, 16, 21, 0.72) 0%, transparent 45%);
}

.new-site .home-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 9rem;
  padding-bottom: clamp(10rem, 17vh, 13rem);
}

.new-site .hero-kicker {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.5rem;
  color: var(--v2-champagne-light);
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.new-site .hero-kicker::before {
  width: 2.5rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.new-site .home-hero h1 {
  max-width: 8.5ch;
  color: var(--v2-surface);
  font-size: clamp(5.8rem, 10.4vw, 10.4rem);
  line-height: 0.76;
  letter-spacing: -0.055em;
}

.new-site .home-hero h1 span,
.new-site .home-hero h1 em {
  display: block;
}

.new-site .home-hero h1 em {
  color: var(--v2-champagne-light);
  font-style: italic;
  font-weight: 400;
}

.new-site .home-hero-lede {
  max-width: 34rem;
  margin: 2rem 0 0;
  color: rgba(250, 248, 243, 0.82);
  font-size: clamp(1.05rem, 1.4vw, 1.3rem);
  line-height: 1.6;
}

.new-site .hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.2rem;
}

.new-site .hero-index {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(250, 248, 243, 0.2);
  background: rgba(29, 16, 21, 0.42);
  backdrop-filter: blur(0.75rem);
}

.new-site .hero-index > div {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 6.5rem;
  padding: 1.25rem clamp(1.2rem, 4vw, 4rem);
}

.new-site .hero-index > div + div {
  border-left: 1px solid rgba(250, 248, 243, 0.18);
}

.new-site .hero-index span {
  color: var(--v2-champagne-light);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.new-site .hero-index strong {
  font-size: 0.88rem;
  font-weight: 620;
}

.new-site .hero-scroll {
  position: absolute;
  right: 2.2rem;
  bottom: 8.2rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(250, 248, 243, 0.74);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.new-site .hero-scroll i {
  display: block;
  width: 1px;
  height: 3.5rem;
  background: rgba(250, 248, 243, 0.44);
}

/* Home sections */

.new-site .statement-section {
  padding-block: clamp(7rem, 12vw, 12rem);
  background: var(--v2-surface);
}

.new-site .statement-grid,
.new-site .editorial-split {
  display: grid;
  grid-template-columns: minmax(8rem, 0.75fr) minmax(0, 3fr);
  gap: clamp(2rem, 7vw, 8rem);
}

.new-site .statement-grid h2,
.new-site .editorial-split h2 {
  max-width: 14ch;
  font-size: clamp(3.4rem, 6vw, 6rem);
  line-height: 0.95;
}

.new-site .statement-copy {
  max-width: 52rem;
  margin: 2rem 0;
  color: var(--v2-muted);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.6;
}

.new-site .chapter-section {
  padding-block: clamp(6rem, 10vw, 10rem);
  background: var(--v2-plum-black);
  color: var(--v2-surface);
}

.new-site .chapter-heading {
  display: grid;
  grid-template-columns: 0.75fr 1.75fr 1fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 4rem;
}

.new-site .chapter-heading h2 {
  font-size: clamp(3.5rem, 6vw, 6.6rem);
}

.new-site .chapter-heading > p:last-child {
  margin: 0;
  color: rgba(250, 248, 243, 0.64);
}

.new-site .chapter-list {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1px;
  width: min(calc(100% - 2rem), 96rem);
  margin-inline: auto;
  background: rgba(250, 248, 243, 0.12);
}

.new-site .chapter {
  position: relative;
  min-height: clamp(31rem, 48vw, 44rem);
  overflow: hidden;
  isolation: isolate;
}

.new-site .chapter--wide:nth-child(4) {
  grid-column: 1 / -1;
  min-height: 35rem;
}

.new-site .chapter img,
.new-site .selection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.new-site .chapter:hover img,
.new-site .selection-card:hover img {
  transform: scale(1.035);
}

.new-site .chapter-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(29, 16, 21, 0.92) 0%, rgba(29, 16, 21, 0.18) 65%, transparent 100%);
}

.new-site .chapter-copy {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: clamp(2rem, 4vw, 4rem);
}

.new-site .chapter-copy > span,
.new-site .selection-card > span {
  display: block;
  margin-bottom: 1rem;
  color: var(--v2-champagne-light);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.new-site .chapter-copy h3 {
  max-width: 13ch;
  font-size: clamp(2.2rem, 4vw, 4.5rem);
}

.new-site .chapter-copy p {
  max-width: 33rem;
  margin: 1rem 0;
  color: rgba(250, 248, 243, 0.72);
}

.new-site .chapter-copy a {
  display: inline-flex;
  gap: 0.7rem;
  margin-top: 1.2rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(250, 248, 243, 0.7);
  font-weight: 680;
}

.new-site .selection-section {
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--v2-paper);
}

.new-site .selection-intro {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  margin-bottom: 4rem;
}

.new-site .selection-intro h2 {
  max-width: 12ch;
  margin-top: 1rem;
  font-size: clamp(3.8rem, 7vw, 7rem);
}

.new-site .selection-intro > p {
  margin: 0;
  color: var(--v2-muted);
  font-size: 1.1rem;
}

.new-site .selection-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  grid-template-rows: repeat(2, minmax(24rem, 31rem));
  gap: 1.25rem;
}

.new-site .selection-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-width: 0;
  overflow: hidden;
  padding: clamp(1.75rem, 3.5vw, 3.5rem);
  isolation: isolate;
  color: var(--v2-surface);
}

.new-site .selection-card--tall {
  grid-row: 1 / 3;
}

.new-site .selection-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(29, 16, 21, 0.92), transparent 70%);
  content: "";
}

.new-site .selection-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.new-site .selection-card h3 {
  font-size: clamp(2.5rem, 4vw, 4.4rem);
}

.new-site .selection-card p {
  max-width: 30rem;
  margin: 0.8rem 0 0;
  color: rgba(250, 248, 243, 0.72);
}

.new-site .selection-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5rem;
}

.new-site .award-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 54rem;
  background: var(--v2-plum-deep);
  color: var(--v2-surface);
}

.new-site .award-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.new-site .award-feature-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 8vw, 8rem);
}

.new-site .award-year {
  margin: 2rem 0 -0.5rem;
  color: var(--v2-champagne-light);
  font-family: var(--serif);
  font-size: clamp(6rem, 11vw, 11rem);
  line-height: 0.9;
  font-variant-numeric: tabular-nums;
}

.new-site .award-feature h2 {
  font-size: clamp(3.2rem, 5vw, 5.5rem);
}

.new-site .award-feature-copy > p:not(.section-number):not(.award-year) {
  max-width: 35rem;
  margin: 2rem 0;
  color: rgba(250, 248, 243, 0.72);
}

.new-site .visit-cinema {
  position: relative;
  display: flex;
  align-items: end;
  min-height: max(42rem, 82dvh);
  overflow: hidden;
  isolation: isolate;
  color: var(--v2-surface);
}

.new-site .visit-cinema > img,
.new-site .visit-cinema-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.new-site .visit-cinema-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(29, 16, 21, 0.86), rgba(29, 16, 21, 0.28) 70%), linear-gradient(0deg, rgba(29, 16, 21, 0.66), transparent 60%);
}

.new-site .visit-cinema-copy {
  padding-bottom: clamp(4rem, 9vw, 8rem);
}

.new-site .visit-cinema h2 {
  max-width: 12ch;
  font-size: clamp(3.5rem, 7vw, 7rem);
}

.new-site .visit-cinema-copy > p:not(.hero-kicker) {
  max-width: 37rem;
  margin-top: 1.5rem;
  color: rgba(250, 248, 243, 0.78);
}

/* Shared inner-page hero */

.new-site .page-hero {
  position: relative;
  display: flex;
  align-items: end;
  min-height: max(42rem, 84dvh);
  overflow: hidden;
  isolation: isolate;
  color: var(--v2-surface);
  background: var(--v2-plum-black);
}

.new-site .page-hero-media,
.new-site .page-hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.new-site .page-hero-media {
  object-fit: cover;
  object-position: center;
}

.new-site .page-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(29, 16, 21, 0.9) 0%, rgba(29, 16, 21, 0.48) 52%, rgba(29, 16, 21, 0.12) 100%), linear-gradient(0deg, rgba(29, 16, 21, 0.72), transparent 58%);
}

.new-site .page-hero-copy {
  padding-top: 10rem;
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.new-site .page-hero h1 {
  max-width: 13ch;
  color: var(--v2-surface);
  font-size: clamp(4.6rem, 8.5vw, 8.5rem);
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.new-site .page-hero-copy > p:last-child {
  max-width: 38rem;
  margin: 1.75rem 0 0;
  color: rgba(250, 248, 243, 0.78);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
}

.new-site .page-hero-count,
.new-site .page-hero-back {
  position: absolute;
  right: clamp(1.5rem, 4vw, 4rem);
  bottom: 2rem;
  color: rgba(250, 248, 243, 0.66);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.new-site .page-hero--brennerei .page-hero-media,
.new-site .page-hero--contact .page-hero-media {
  object-position: center 38%;
}

.new-site .page-hero--geschichte .page-hero-media {
  object-position: 72% 30%;
  filter: saturate(0.82);
}

.new-site .page-hero--geschichte .page-hero-shade {
  background: linear-gradient(90deg, rgba(29, 16, 21, 0.94) 0%, rgba(29, 16, 21, 0.7) 44%, rgba(29, 16, 21, 0.12) 82%);
}

.new-site .page-hero--awards .page-hero-media {
  object-position: center 48%;
}

.new-site .page-hero--sortiment .page-hero-media,
.new-site .page-hero--braende .page-hero-media,
.new-site .page-hero--gin .page-hero-media,
.new-site .page-hero--likoere .page-hero-media,
.new-site .page-hero--news .page-hero-media {
  object-position: center 42%;
}

.new-site .page-hero--visit .page-hero-media {
  object-position: center;
  transform: scale(1.08);
}

.new-site .page-section {
  padding-block: clamp(6.5rem, 11vw, 11rem);
  background: var(--v2-paper);
}

.new-site .page-section--intro {
  background: var(--v2-surface);
}

.new-site .editorial-split blockquote {
  max-width: 46rem;
  margin: 2.2rem 0;
  padding-left: 1.5rem;
  border-left: 1px solid var(--v2-champagne);
  color: var(--v2-plum);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  line-height: 1.35;
}

.new-site .editorial-split > div > p:last-child:not(.statement-copy) {
  max-width: 48rem;
  color: var(--v2-muted);
}

.new-site .section-heading-row {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}

.new-site .section-heading-row h2,
.new-site .timeline-head h2,
.new-site .catalog-stories-head h2,
.new-site .wild-grid-head h2,
.new-site .liqueur-list-head h2,
.new-site .archive-head h2,
.new-site .award-moments-head h2,
.new-site .product-catalog-heading h2 {
  max-width: 13ch;
  margin-top: 1rem;
  font-size: clamp(3.5rem, 6.5vw, 6.4rem);
}

.new-site .section-heading-row > p {
  margin: 0;
  color: var(--v2-muted);
}

/* People and craft */

.new-site .people-section {
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--v2-paper);
}

.new-site .people-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.new-site .person-card {
  display: grid;
  gap: 1.75rem;
}

.new-site .person-card:not(.person-card--lead) {
  margin-top: 9rem;
}

.new-site .person-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(0.88);
}

.new-site .person-card span,
.new-site .wild-card > span,
.new-site .wild-card > div > span,
.new-site .gin-list span {
  color: var(--v2-plum);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.new-site .person-card h3 {
  margin-top: 0.45rem;
  font-size: clamp(2.6rem, 4vw, 4.2rem);
}

.new-site .person-card p {
  max-width: 37rem;
  margin-top: 1rem;
  color: var(--v2-muted);
}

.new-site .craft-section {
  padding-block: clamp(7rem, 11vw, 11rem);
  overflow: hidden;
  background: var(--v2-plum-black);
  color: var(--v2-surface);
}

.new-site .craft-head {
  display: grid;
  grid-template-columns: 0.7fr 2fr;
  gap: 3rem;
  margin-bottom: 5rem;
}

.new-site .craft-head h2 {
  font-size: clamp(4rem, 7vw, 7rem);
}

.new-site .craft-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(4rem, 8vw, 9rem);
  align-items: center;
}

.new-site .craft-image-stack {
  position: relative;
  padding-right: 14%;
  padding-bottom: 12%;
}

.new-site .craft-image-main {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.new-site .craft-image-float {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  aspect-ratio: 1 / 1;
  border: 0.6rem solid var(--v2-plum-black);
  object-fit: cover;
}

.new-site .craft-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.new-site .craft-list li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.25rem;
  padding-block: 1.5rem;
  border-top: 1px solid var(--v2-line-light);
}

.new-site .craft-list li:last-child {
  border-bottom: 1px solid var(--v2-line-light);
}

.new-site .craft-list li > span {
  color: var(--v2-champagne-light);
  font-size: 0.72rem;
}

.new-site .craft-list h3 {
  font-size: 2rem;
}

.new-site .craft-list p {
  margin: 0.45rem 0 0;
  color: rgba(250, 248, 243, 0.62);
}

.new-site .fact-story {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr;
  gap: clamp(4rem, 9vw, 10rem);
  align-items: center;
}

.new-site .fact-story-number strong {
  display: block;
  color: var(--v2-plum);
  font-family: var(--serif);
  font-size: clamp(8rem, 17vw, 17rem);
  line-height: 0.78;
  letter-spacing: -0.06em;
  font-variant-numeric: tabular-nums;
}

.new-site .fact-story-number span {
  display: block;
  max-width: 14rem;
  margin-top: 1.2rem;
  color: var(--v2-muted);
  font-size: 0.9rem;
}

.new-site .fact-story h2,
.new-site .foundation-grid h2,
.new-site .directions-grid h2,
.new-site .location-grid h2,
.new-site .contact-direct h2,
.new-site .contact-form-copy h2,
.new-site .visit-plan-grid h2 {
  max-width: 13ch;
  margin-top: 1rem;
  font-size: clamp(3.3rem, 5.5vw, 5.5rem);
}

.new-site .fact-story > div:last-child > p:not(.section-number) {
  max-width: 42rem;
  margin-top: 1.4rem;
  color: var(--v2-muted);
}

/* Timeline and orchard */

.new-site .timeline-section,
.new-site .award-moments,
.new-site .catalog-stories,
.new-site .wild-grid-section,
.new-site .liqueur-list-section,
.new-site .archive-section {
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--v2-plum-black);
  color: var(--v2-surface);
}

.new-site .timeline-head,
.new-site .award-moments-head,
.new-site .catalog-stories-head,
.new-site .wild-grid-head,
.new-site .liqueur-list-head,
.new-site .archive-head,
.new-site .product-catalog-heading {
  display: grid;
  grid-template-columns: 0.7fr 2fr;
  gap: 3rem;
  margin-bottom: 5rem;
}

.new-site .timeline {
  margin-block: 0;
  padding: 0;
  list-style: none;
  counter-reset: timeline;
}

.new-site .timeline li {
  display: grid;
  grid-template-columns: minmax(9rem, 0.55fr) 1.5fr;
  gap: clamp(2rem, 6vw, 7rem);
  padding-block: 2.4rem;
  border-top: 1px solid var(--v2-line-light);
}

.new-site .timeline li:last-child {
  border-bottom: 1px solid var(--v2-line-light);
}

.new-site .timeline li > span {
  color: var(--v2-champagne-light);
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.new-site .timeline h3 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.new-site .timeline p {
  max-width: 44rem;
  margin: 0.8rem 0 0;
  color: rgba(250, 248, 243, 0.62);
}

.new-site .orchard-section {
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--v2-surface);
}

.new-site .orchard-mosaic {
  display: grid;
  grid-template-columns: 1.15fr repeat(2, 0.75fr);
  grid-template-rows: repeat(2, minmax(17rem, 25rem));
  gap: 0.9rem;
}

.new-site .orchard-mosaic figure {
  position: relative;
  overflow: hidden;
}

.new-site .orchard-main {
  grid-row: 1 / 3;
}

.new-site .orchard-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-site .orchard-mosaic figcaption {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 0.85rem;
  background: rgba(29, 16, 21, 0.74);
  color: var(--v2-surface);
  font-size: 0.74rem;
  backdrop-filter: blur(0.45rem);
}

.new-site .foundation-section {
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--v2-paper);
}

.new-site .foundation-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}

.new-site .foundation-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.new-site .foundation-grid p:not(.section-number) {
  margin: 1.5rem 0;
  color: var(--v2-muted);
}

/* Awards */

.new-site .medal-lead,
.new-site .news-lead {
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--v2-surface);
}

.new-site .medal-lead-grid,
.new-site .news-lead-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  gap: clamp(4rem, 9vw, 10rem);
  align-items: center;
}

.new-site .medal-score {
  padding: clamp(2.5rem, 5vw, 5rem);
  background: var(--v2-plum);
  color: var(--v2-surface);
}

.new-site .medal-score span,
.new-site .medal-score small {
  display: block;
  color: var(--v2-champagne-light);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.new-site .medal-score strong {
  display: block;
  margin-block: 2rem;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 6vw, 6.2rem);
  font-weight: 400;
  line-height: 0.94;
}

.new-site .medal-lead-grid h2,
.new-site .news-lead-grid h2 {
  max-width: 13ch;
  margin-top: 1rem;
  font-size: clamp(3.4rem, 6vw, 6rem);
}

.new-site .medal-lead-grid > div:last-child > p:not(.section-number),
.new-site .news-lead-grid > div:last-child > p:not(.section-number) {
  max-width: 42rem;
  margin: 1.6rem 0;
  color: var(--v2-muted);
}

.new-site .award-moments-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1.1fr;
  gap: 1px;
  background: var(--v2-line-light);
}

.new-site .award-moments-grid article {
  min-height: 28rem;
  padding: clamp(2rem, 4vw, 4rem);
  background: var(--v2-plum-black);
}

.new-site .award-moments-grid span {
  color: var(--v2-champagne-light);
  font-family: var(--serif);
  font-size: clamp(4rem, 7vw, 7rem);
  font-variant-numeric: tabular-nums;
}

.new-site .award-moments-grid h3 {
  margin-top: 3rem;
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.new-site .award-moments-grid p {
  margin-top: 1rem;
  color: rgba(250, 248, 243, 0.62);
}

.new-site .ledger-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(4rem, 9vw, 10rem);
}

.new-site .ledger-layout h2 {
  margin-top: 1rem;
  font-size: clamp(3.3rem, 5vw, 5rem);
}

.new-site .ledger-layout > div:first-child > p:last-child {
  margin-top: 1.5rem;
  color: var(--v2-muted);
}

.new-site .award-ledger > div {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 2rem;
  padding-block: 1.55rem;
  border-top: 1px solid var(--v2-line);
}

.new-site .award-ledger > div:last-child {
  border-bottom: 1px solid var(--v2-line);
}

.new-site .award-ledger span {
  font-family: var(--serif);
  font-size: 1.55rem;
}

.new-site .award-ledger strong {
  color: var(--v2-muted);
  font-size: 0.92rem;
  font-weight: 570;
}

.new-site .award-quote {
  padding-block: clamp(7rem, 12vw, 12rem);
  background: var(--v2-plum);
  color: var(--v2-surface);
  text-align: center;
}

.new-site .award-quote p {
  max-width: 20ch;
  margin: 0 auto 2.5rem;
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 1;
}

/* Catalog navigation and overviews */

.new-site .category-nav {
  background: var(--v2-surface);
  border-bottom: 1px solid var(--v2-line);
}

.new-site .category-nav .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-inline: clamp(1.25rem, 4vw, 3rem);
}

.new-site .category-nav a {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 5.5rem;
  padding-inline: 1.25rem;
  border-right: 1px solid var(--v2-line);
  font-weight: 680;
  transition: color 200ms ease, background-color 200ms ease;
}

.new-site .category-nav a:first-child {
  border-left: 1px solid var(--v2-line);
}

.new-site .category-nav a:hover,
.new-site .category-nav a[aria-current] {
  background: var(--v2-plum);
  color: var(--v2-surface);
}

.new-site .category-nav a span {
  color: var(--v2-champagne);
  font-size: 0.7rem;
}

.new-site .catalog-story-list {
  display: grid;
  gap: 1px;
  width: min(calc(100% - 2rem), 96rem);
  margin-inline: auto;
  background: var(--v2-line-light);
}

.new-site .catalog-story {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 38rem;
  background: var(--v2-plum-black);
}

.new-site .catalog-story--reverse {
  grid-template-columns: 0.85fr 1.15fr;
}

.new-site .catalog-story--reverse img {
  order: 2;
}

.new-site .catalog-story img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-site .catalog-story > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 6vw, 6rem);
}

.new-site .catalog-story > div > span {
  color: var(--v2-champagne-light);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.new-site .catalog-story h3 {
  margin-top: 1rem;
  font-size: clamp(3rem, 5vw, 5rem);
}

.new-site .catalog-story p {
  margin: 1.2rem 0 2rem;
  color: rgba(250, 248, 243, 0.62);
}

.new-site .catalog-story strong {
  font-size: 0.9rem;
}

.new-site .accessory-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.new-site .accessory-list span {
  padding: 0.8rem 1rem;
  border: 1px solid var(--v2-line);
  background: var(--v2-surface);
  font-size: 0.9rem;
}

.new-site .order-section,
.new-site .catalog-cta,
.new-site .event-status,
.new-site .visit-booking {
  padding-block: clamp(6rem, 10vw, 10rem);
  background: var(--v2-plum);
  color: var(--v2-surface);
}

.new-site .order-grid,
.new-site .catalog-cta > .container,
.new-site .event-status > .container {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(4rem, 9vw, 10rem);
  align-items: start;
}

.new-site .order-grid h2,
.new-site .catalog-cta h2,
.new-site .event-status h2 {
  max-width: 13ch;
  margin-top: 1rem;
  font-size: clamp(3.5rem, 6vw, 6rem);
}

.new-site .order-grid > div:first-child > p:not(.section-number),
.new-site .catalog-cta > .container > div:last-child > p,
.new-site .event-status > .container > p {
  margin-top: 1.5rem;
  color: rgba(250, 248, 243, 0.7);
}

.new-site .order-actions {
  display: grid;
  gap: 1rem;
}

.new-site .order-actions > a:not(.button) {
  display: grid;
  gap: 0.3rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--v2-line-light);
}

.new-site .order-actions span {
  color: var(--v2-champagne-light);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.new-site .order-actions strong {
  overflow-wrap: anywhere;
  font-size: 1.15rem;
  font-weight: 580;
}

/* Product catalogs */

.new-site .product-catalog-section {
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--v2-plum-black);
  color: var(--v2-surface);
}

.new-site .product-catalog-section--light {
  background: var(--v2-surface);
  color: var(--v2-ink);
}

.new-site .product-catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--v2-line-light);
  border-left: 1px solid var(--v2-line-light);
}

.new-site .product-catalog--ink {
  border-color: var(--v2-line);
}

.new-site .product-catalog article {
  display: flex;
  flex-direction: column;
  min-height: 28rem;
  padding: clamp(1.7rem, 3.5vw, 3.25rem);
  border-right: 1px solid var(--v2-line-light);
  border-bottom: 1px solid var(--v2-line-light);
}

.new-site .product-catalog--ink article {
  border-color: var(--v2-line);
}

.new-site .product-catalog article > span {
  color: var(--v2-champagne-light);
  font-size: 0.72rem;
}

.new-site .product-catalog--ink article > span {
  color: var(--v2-plum);
}

.new-site .product-catalog h3 {
  margin-top: 2rem;
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.new-site .product-catalog article > p {
  color: rgba(250, 248, 243, 0.6);
}

.new-site .product-catalog--ink article > p {
  color: var(--v2-muted);
}

.new-site .product-catalog dl {
  display: grid;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 2rem;
}

.new-site .product-catalog dl > div {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 1rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--v2-line-light);
}

.new-site .product-catalog--ink dl > div {
  border-color: var(--v2-line);
}

.new-site .product-catalog dt {
  color: var(--v2-champagne-light);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.new-site .product-catalog--ink dt {
  color: var(--v2-plum);
}

.new-site .product-catalog dd {
  color: rgba(250, 248, 243, 0.72);
  font-size: 0.82rem;
}

.new-site .product-catalog--ink dd {
  color: var(--v2-muted);
}

.new-site .catalog-cta .button,
.new-site .event-status .button {
  margin-top: 1.5rem;
}

/* Wild spirits and gin */

.new-site .wild-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--v2-line-light);
}

.new-site .wild-card {
  display: flex;
  flex-direction: column;
  min-height: 26rem;
  padding: clamp(1.75rem, 3vw, 3rem);
  background: var(--v2-plum-black);
}

.new-site .wild-card--accent {
  background: var(--v2-plum);
}

.new-site .wild-card--image {
  padding: 0;
}

.new-site .wild-card--image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.new-site .wild-card--image > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.75rem, 3vw, 3rem);
}

.new-site .wild-card h3 {
  margin-top: 0.8rem;
  font-size: clamp(2.1rem, 3vw, 3rem);
}

.new-site .wild-card p {
  color: rgba(250, 248, 243, 0.62);
}

.new-site .wild-card small {
  margin-top: auto;
  padding-top: 1.5rem;
  color: var(--v2-champagne-light);
}

.new-site .gin-editorial {
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--v2-surface);
}

.new-site .gin-editorial-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.new-site .gin-editorial-image {
  position: sticky;
  top: 7rem;
}

.new-site .gin-editorial-image img {
  width: 100%;
  min-height: 38rem;
  object-fit: cover;
}

.new-site .gin-editorial h2 {
  max-width: 12ch;
  margin-top: 1rem;
  font-size: clamp(3.7rem, 6vw, 6rem);
}

.new-site .gin-editorial-grid > div:last-child > p:not(.section-number) {
  max-width: 42rem;
  margin: 1.5rem 0 3rem;
  color: var(--v2-muted);
}

.new-site .gin-list article {
  padding-block: 1.75rem;
  border-top: 1px solid var(--v2-line);
}

.new-site .gin-list article:last-child {
  border-bottom: 1px solid var(--v2-line);
}

.new-site .gin-list h3 {
  margin-top: 0.45rem;
  font-size: 2.4rem;
}

.new-site .gin-list p {
  margin: 0.7rem 0;
  color: var(--v2-muted);
}

.new-site .gin-list small {
  color: var(--v2-plum);
  font-weight: 650;
}

/* Liqueurs */

.new-site .liqueur-list {
  border-top: 1px solid var(--v2-line-light);
}

.new-site .liqueur-list article {
  display: grid;
  grid-template-columns: 4rem 1fr auto;
  gap: 2rem;
  align-items: center;
  min-height: 8rem;
  padding-block: 1.2rem;
  border-bottom: 1px solid var(--v2-line-light);
}

.new-site .liqueur-list article > span {
  color: var(--v2-champagne-light);
  font-size: 0.72rem;
}

.new-site .liqueur-list h3 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.new-site .liqueur-list p {
  margin: 0.35rem 0 0;
  color: rgba(250, 248, 243, 0.58);
}

.new-site .liqueur-list small {
  color: var(--v2-champagne-light);
  text-align: right;
}

.new-site .liqueur-image-break {
  position: relative;
  display: flex;
  align-items: end;
  min-height: 48rem;
  overflow: hidden;
  isolation: isolate;
  color: var(--v2-surface);
}

.new-site .liqueur-image-break > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.new-site .liqueur-image-break::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(29, 16, 21, 0.88), rgba(29, 16, 21, 0.08) 75%);
  content: "";
}

.new-site .liqueur-image-break .container {
  padding-bottom: clamp(4rem, 8vw, 8rem);
}

.new-site .liqueur-image-break p {
  max-width: 22ch;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1.05;
}

/* Visit */

.new-site .visit-facts {
  background: var(--v2-surface);
}

.new-site .visit-facts > .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-inline: clamp(1.25rem, 4vw, 3rem);
}

.new-site .visit-facts article {
  min-height: 18rem;
  padding: clamp(2rem, 4vw, 4rem) clamp(1.5rem, 3vw, 3rem);
  border-right: 1px solid var(--v2-line);
}

.new-site .visit-facts article:first-child {
  border-left: 1px solid var(--v2-line);
}

.new-site .visit-facts span {
  color: var(--v2-plum);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.new-site .visit-facts h2 {
  margin-top: 2rem;
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.new-site .visit-facts p {
  margin-top: 1rem;
  color: var(--v2-muted);
}

.new-site .visit-plan-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(4rem, 9vw, 10rem);
}

.new-site .visit-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.new-site .visit-steps li {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.5rem;
  padding-block: 1.7rem;
  border-top: 1px solid var(--v2-line);
}

.new-site .visit-steps li:last-child {
  border-bottom: 1px solid var(--v2-line);
}

.new-site .visit-steps li > span {
  color: var(--v2-plum);
  font-size: 0.72rem;
}

.new-site .visit-steps h3 {
  font-size: 2rem;
}

.new-site .visit-steps p {
  margin: 0.5rem 0 0;
  color: var(--v2-muted);
}

.new-site .visit-gallery {
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--v2-plum-black);
  color: var(--v2-surface);
}

.new-site .visit-gallery-copy {
  display: grid;
  grid-template-columns: 0.65fr 1.45fr 0.8fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 4rem;
}

.new-site .visit-gallery-copy h2 {
  font-size: clamp(3.5rem, 6vw, 6rem);
}

.new-site .visit-gallery-copy > p:last-child {
  margin: 0;
  color: rgba(250, 248, 243, 0.62);
}

.new-site .visit-gallery-images {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(2, minmax(18rem, 28rem));
  gap: 0.8rem;
  width: min(calc(100% - 2rem), 96rem);
  margin-inline: auto;
}

.new-site .visit-gallery-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-site .visit-gallery-images img:first-child {
  grid-row: 1 / 3;
}

.new-site .directions-section,
.new-site .location-section {
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--v2-surface);
}

.new-site .directions-grid,
.new-site .location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(4rem, 9vw, 10rem);
  align-items: center;
}

.new-site .directions-grid > div:first-child > p:not(.section-number),
.new-site .location-grid address {
  margin: 1.5rem 0;
  color: var(--v2-muted);
}

.new-site .directions-contact {
  display: grid;
  padding: clamp(2.5rem, 5vw, 5rem);
  background: var(--v2-plum);
  color: var(--v2-surface);
}

.new-site .directions-contact span {
  margin-bottom: 2rem;
  color: var(--v2-champagne-light);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.new-site .directions-contact a {
  padding-block: 1rem;
  border-top: 1px solid var(--v2-line-light);
  overflow-wrap: anywhere;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 3vw, 2.6rem);
}

.new-site .directions-contact a:last-child {
  border-bottom: 1px solid var(--v2-line-light);
}

.new-site .visit-booking > .container {
  text-align: center;
}

.new-site .visit-booking .hero-kicker {
  justify-content: center;
}

.new-site .visit-booking h2 {
  max-width: 13ch;
  margin-inline: auto;
  font-size: clamp(3.5rem, 7vw, 7rem);
}

.new-site .visit-booking > .container > p:not(.hero-kicker) {
  max-width: 38rem;
  margin: 1.5rem auto 0;
  color: rgba(250, 248, 243, 0.7);
}

.new-site .visit-booking .hero-actions {
  justify-content: center;
}

/* News */

.new-site .news-date {
  display: flex;
  align-items: end;
  gap: 1rem;
  padding: clamp(2.5rem, 5vw, 5rem);
  background: var(--v2-plum);
  color: var(--v2-surface);
}

.new-site .news-date strong {
  font-family: var(--serif);
  font-size: clamp(7rem, 13vw, 12rem);
  font-weight: 400;
  line-height: 0.68;
}

.new-site .news-date span {
  color: var(--v2-champagne-light);
  font-size: 0.8rem;
  font-weight: 720;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.new-site .retailer-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--v2-line);
}

.new-site .retailer-list article {
  min-height: 23rem;
  padding: clamp(2.5rem, 5vw, 5rem);
  background: var(--v2-surface);
}

.new-site .retailer-list span {
  color: var(--v2-plum);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.new-site .retailer-list h3 {
  margin-top: 2rem;
  font-size: clamp(2.5rem, 4vw, 4.2rem);
}

.new-site .retailer-list p {
  margin-top: 1rem;
  color: var(--v2-muted);
}

.new-site .archive-list {
  border-top: 1px solid var(--v2-line-light);
}

.new-site .archive-list > div {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  gap: 2rem;
  padding-block: 1.8rem;
  border-bottom: 1px solid var(--v2-line-light);
}

.new-site .archive-list span {
  color: var(--v2-champagne-light);
  font-family: var(--serif);
  font-size: 2.2rem;
  font-variant-numeric: tabular-nums;
}

.new-site .archive-list strong {
  align-self: center;
  font-size: 1.05rem;
  font-weight: 560;
}

/* Contact */

.new-site .contact-direct {
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--v2-surface);
}

.new-site .contact-direct > .container {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(4rem, 9vw, 10rem);
}

.new-site .contact-direct-links {
  border-top: 1px solid var(--v2-line);
}

.new-site .contact-direct-links > a {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 0.4rem 2rem;
  padding-block: 1.6rem;
  border-bottom: 1px solid var(--v2-line);
}

.new-site .contact-direct-links span,
.new-site .contact-direct-links small {
  color: var(--v2-muted);
  font-size: 0.78rem;
}

.new-site .contact-direct-links strong {
  overflow-wrap: anywhere;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 400;
}

.new-site .contact-direct-links small {
  grid-column: 2;
}

.new-site .contact-form-section {
  padding-block: clamp(7rem, 11vw, 11rem);
  background: var(--v2-plum-black);
  color: var(--v2-surface);
}

.new-site .contact-form-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(4rem, 9vw, 10rem);
  align-items: start;
}

.new-site .contact-form-copy > p:not(.section-number) {
  max-width: 36rem;
  margin: 1.4rem 0;
  color: rgba(250, 248, 243, 0.64);
}

.new-site .contact-form {
  padding: clamp(1.75rem, 4vw, 3.5rem);
  border: 1px solid var(--v2-line-light);
  border-radius: 0;
  background: rgba(250, 248, 243, 0.04);
  box-shadow: none;
}

.new-site .demo-badge {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--v2-line-light);
}

.new-site .demo-badge strong {
  color: var(--v2-champagne-light);
}

.new-site .demo-badge span {
  color: rgba(250, 248, 243, 0.56);
  font-size: 0.78rem;
}

.new-site .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.new-site .field {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1.15rem;
}

.new-site .field label {
  color: var(--v2-champagne-light);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.new-site .field input,
.new-site .field textarea,
.new-site .field select {
  width: 100%;
  min-height: 3.3rem;
  padding: 0.8rem 0;
  border: 0;
  border-bottom: 1px solid rgba(250, 248, 243, 0.34);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--v2-surface);
  font: inherit;
}

.new-site .field select option {
  background: var(--v2-plum-black);
  color: var(--v2-surface);
}

.new-site .field textarea {
  resize: vertical;
}

.new-site .field input:focus,
.new-site .field textarea:focus,
.new-site .field select:focus {
  border-color: var(--v2-champagne-light);
}

.new-site .field-error {
  min-height: 1.2rem;
  color: #f1b8b8;
  font-size: 0.78rem;
}

.new-site .check-field {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(250, 248, 243, 0.74);
  font-size: 0.9rem;
}

.new-site .check-field input {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.18rem;
  accent-color: var(--v2-champagne);
}

.new-site .contact-form .button {
  margin-top: 1.5rem;
}

.new-site .form-status {
  min-height: 1.5rem;
  margin: 1rem 0 0;
  color: var(--v2-champagne-light);
  font-size: 0.86rem;
}

.new-site .form-status.is-error {
  color: #f1b8b8;
}

.new-site .location-grid address {
  font-style: normal;
  font-size: 1.2rem;
}

.new-site .location-grid > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* Page-to-page navigation */

.new-site .page-next {
  position: relative;
  overflow: hidden;
  padding-block: clamp(5rem, 9vw, 9rem);
  background: var(--v2-paper);
}

.new-site .page-next::before {
  position: absolute;
  top: -55%;
  right: -8%;
  width: 34rem;
  aspect-ratio: 1;
  border: 1px solid rgba(91, 33, 50, 0.16);
  border-radius: 50%;
  content: "";
}

.new-site .page-next-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.7fr 2fr;
  gap: 3rem;
  align-items: center;
}

.new-site .page-next-grid > span {
  color: var(--v2-plum);
  font-size: 0.75rem;
  font-weight: 720;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.new-site .page-next h2 {
  max-width: 15ch;
  font-size: clamp(3rem, 5.5vw, 5.5rem);
}

.new-site .page-next a {
  display: inline-flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
  color: var(--v2-plum);
  font-weight: 680;
}

/* Footer */

.new-site .mega-footer {
  padding-top: clamp(5rem, 9vw, 8rem);
  background: var(--v2-plum-black);
  color: var(--v2-surface);
}

.new-site .mega-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.75fr 1fr 1.25fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding-bottom: 5rem;
}

.new-site .mega-footer-brand img {
  width: min(100%, 15rem);
}

.new-site .mega-footer-brand p {
  margin-top: 2rem;
  color: rgba(250, 248, 243, 0.56);
}

.new-site .mega-footer nav,
.new-site .mega-footer address {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  font-style: normal;
}

.new-site .mega-footer strong {
  margin-bottom: 0.7rem;
  color: var(--v2-champagne-light);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.new-site .mega-footer nav a,
.new-site .mega-footer address a,
.new-site .mega-footer address span {
  color: rgba(250, 248, 243, 0.66);
  font-size: 0.88rem;
  overflow-wrap: anywhere;
  transition: color 180ms ease;
}

.new-site .mega-footer nav a:hover,
.new-site .mega-footer address a:hover {
  color: var(--v2-surface);
}

.new-site .mega-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1.4rem;
  border-top: 1px solid var(--v2-line-light);
  color: rgba(250, 248, 243, 0.46);
  font-size: 0.74rem;
}

/* 404 */

.new-site .error-shell {
  position: relative;
  display: flex;
  min-height: 100dvh;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: var(--v2-surface);
}

.new-site .error-shell > img,
.new-site .error-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-site .error-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(29, 16, 21, 0.95), rgba(29, 16, 21, 0.46));
}

.new-site .error-copy {
  width: min(100% - 2.5rem, 52rem);
  margin-left: max(1.25rem, calc((100% - 86rem) / 2));
}

.new-site .error-copy .masthead-brand {
  display: block;
  margin-bottom: 5rem;
}

.new-site .error-copy > p {
  color: var(--v2-champagne-light);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.new-site .error-copy h1 {
  max-width: 10ch;
  font-size: clamp(4rem, 9vw, 9rem);
}

.new-site .error-copy > span {
  display: block;
  max-width: 36rem;
  margin: 1.5rem 0 2rem;
  color: rgba(250, 248, 243, 0.68);
}

/* Responsive */

@media (min-width: 1181px) {
  .new-site .masthead-visit {
    display: inline-flex;
  }
}

@media (max-width: 1180px) {
  .new-site .masthead {
    height: 5rem;
    background: rgba(29, 16, 21, 0.88);
    backdrop-filter: blur(0.8rem);
  }

  .new-site .masthead-inner {
    justify-content: space-between;
  }

  .new-site .nav-toggle {
    position: relative;
    z-index: calc(var(--z-menu) + 2);
    display: grid;
    width: 3rem;
    height: 3rem;
    place-content: center;
    gap: 0.33rem;
    margin-left: auto;
    padding: 0;
    border: 1px solid rgba(250, 248, 243, 0.28);
    border-radius: 0;
    background: transparent;
    color: var(--v2-surface);
  }

  .new-site .nav-toggle span {
    display: block;
    width: 1.25rem;
    height: 1px;
    background: currentColor;
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .new-site .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(0.43rem) rotate(45deg);
  }

  .new-site .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .new-site .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-0.43rem) rotate(-45deg);
  }

  .new-site .main-nav {
    position: fixed;
    inset: 0;
    z-index: var(--z-menu);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.3rem;
    margin: 0;
    padding: 6.5rem clamp(1.5rem, 7vw, 5rem) 3rem;
    overflow-y: auto;
    background: var(--v2-plum-black);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1rem);
    transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease;
  }

  .new-site .main-nav.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .new-site .main-nav > a {
    width: 100%;
    padding: 0.35rem 0;
    font-family: var(--serif);
    font-size: clamp(2rem, 5vw, 3.1rem);
    font-weight: 400;
    line-height: 1.1;
  }

  .new-site .main-nav .nav-shop {
    width: auto;
    margin-top: 1.5rem;
    padding: 0.65rem 1rem;
    font-family: var(--sans);
    font-size: 0.9rem;
  }

  .new-site .masthead-visit {
    display: none;
  }

  .new-site .hero-scroll {
    display: none;
  }
}

@media (max-width: 900px) {
  .new-site .statement-grid,
  .new-site .editorial-split,
  .new-site .chapter-heading,
  .new-site .selection-intro,
  .new-site .section-heading-row,
  .new-site .craft-head,
  .new-site .craft-layout,
  .new-site .fact-story,
  .new-site .timeline-head,
  .new-site .foundation-grid,
  .new-site .medal-lead-grid,
  .new-site .award-moments-head,
  .new-site .ledger-layout,
  .new-site .catalog-stories-head,
  .new-site .order-grid,
  .new-site .catalog-cta > .container,
  .new-site .product-catalog-heading,
  .new-site .wild-grid-head,
  .new-site .gin-editorial-grid,
  .new-site .liqueur-list-head,
  .new-site .visit-plan-grid,
  .new-site .visit-gallery-copy,
  .new-site .directions-grid,
  .new-site .news-lead-grid,
  .new-site .event-status > .container,
  .new-site .archive-head,
  .new-site .contact-direct > .container,
  .new-site .contact-form-layout,
  .new-site .location-grid,
  .new-site .page-next-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .new-site .statement-grid h2,
  .new-site .editorial-split h2 {
    max-width: 15ch;
  }

  .new-site .chapter-list,
  .new-site .selection-grid,
  .new-site .people-grid,
  .new-site .award-feature,
  .new-site .award-moments-grid,
  .new-site .catalog-story,
  .new-site .catalog-story--reverse,
  .new-site .product-catalog,
  .new-site .wild-grid,
  .new-site .visit-facts > .container,
  .new-site .retailer-list,
  .new-site .mega-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .new-site .chapter--wide:nth-child(4),
  .new-site .selection-card--tall {
    grid-column: auto;
    grid-row: auto;
  }

  .new-site .selection-grid {
    grid-template-rows: repeat(2, minmax(24rem, 32rem));
  }

  .new-site .selection-card--tall {
    grid-column: 1 / -1;
  }

  .new-site .award-feature-image {
    min-height: 38rem;
  }

  .new-site .award-feature-copy {
    padding-block: 6rem;
  }

  .new-site .person-card:not(.person-card--lead) {
    margin-top: 5rem;
  }

  .new-site .craft-image-stack {
    max-width: 42rem;
  }

  .new-site .timeline li {
    grid-template-columns: 8rem 1fr;
  }

  .new-site .orchard-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, minmax(15rem, 25rem));
  }

  .new-site .orchard-main {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .new-site .category-nav .container {
    overflow-x: auto;
    grid-template-columns: repeat(4, minmax(12rem, 1fr));
    padding-inline: 0;
  }

  .new-site .catalog-story,
  .new-site .catalog-story--reverse {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .new-site .catalog-story--reverse img {
    order: 0;
  }

  .new-site .catalog-story img {
    min-height: 25rem;
  }

  .new-site .catalog-story h3 {
    hyphens: auto;
    overflow-wrap: break-word;
  }

  .new-site .page-next::before {
    display: none;
  }

  .new-site .product-catalog article {
    min-height: 25rem;
  }

  .new-site .gin-editorial-image {
    position: static;
  }

  .new-site .gin-editorial-image img {
    min-height: 28rem;
  }

  .new-site .visit-facts article:nth-child(3) {
    grid-column: 1 / -1;
    border-left: 1px solid var(--v2-line);
  }

  .new-site .visit-gallery-copy > p:last-child {
    max-width: 38rem;
  }

  .new-site .mega-footer-grid {
    row-gap: 4rem;
  }
}

@media (max-width: 620px) {
  body.new-site {
    font-size: 1rem;
  }

  .new-site .container {
    padding-inline: 1.25rem;
  }

  .new-site .masthead,
  .new-site .masthead.scrolled {
    height: 4.8rem;
  }

  .new-site .masthead-inner {
    padding-inline: 1rem;
  }

  .new-site .masthead-brand {
    width: 12rem;
  }

  .new-site .home-hero {
    min-height: max(48rem, 100dvh);
  }

  .new-site .hero-media img {
    object-position: center 42%;
  }

  .new-site .hero-shade {
    background: linear-gradient(0deg, rgba(29, 16, 21, 0.92) 0%, rgba(29, 16, 21, 0.48) 58%, rgba(29, 16, 21, 0.2) 100%);
  }

  .new-site .home-hero-content {
    padding-top: 7rem;
    padding-bottom: 9.5rem;
  }

  .new-site .hero-kicker {
    margin-bottom: 1rem;
    font-size: 0.66rem;
  }

  .new-site .hero-kicker::before {
    width: 1.8rem;
  }

  .new-site .home-hero h1 {
    max-width: 7ch;
    font-size: clamp(4.5rem, 20vw, 5.8rem);
    line-height: 0.79;
  }

  .new-site .home-hero-lede {
    max-width: 26rem;
    margin-top: 1.5rem;
    font-size: 1rem;
  }

  .new-site .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.6rem;
  }

  .new-site .hero-actions .button {
    width: 100%;
  }

  .new-site .hero-text-link {
    width: fit-content;
  }

  .new-site .hero-index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .new-site .hero-index > div {
    display: grid;
    gap: 0.25rem;
    min-height: 5.8rem;
    padding: 0.8rem 0.65rem;
  }

  .new-site .hero-index span {
    font-size: 0.6rem;
  }

  .new-site .hero-index strong {
    font-size: 0.66rem;
    line-height: 1.35;
  }

  .new-site .statement-section,
  .new-site .page-section,
  .new-site .people-section,
  .new-site .craft-section,
  .new-site .timeline-section,
  .new-site .orchard-section,
  .new-site .foundation-section,
  .new-site .medal-lead,
  .new-site .award-moments,
  .new-site .catalog-stories,
  .new-site .wild-grid-section,
  .new-site .liqueur-list-section,
  .new-site .gin-editorial,
  .new-site .visit-gallery,
  .new-site .directions-section,
  .new-site .location-section,
  .new-site .news-lead,
  .new-site .archive-section,
  .new-site .contact-direct,
  .new-site .contact-form-section {
    padding-block: 5.5rem;
  }

  .new-site .statement-grid h2,
  .new-site .editorial-split h2,
  .new-site .section-heading-row h2,
  .new-site .timeline-head h2,
  .new-site .catalog-stories-head h2,
  .new-site .wild-grid-head h2,
  .new-site .liqueur-list-head h2,
  .new-site .archive-head h2,
  .new-site .award-moments-head h2,
  .new-site .product-catalog-heading h2 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .new-site .chapter-heading,
  .new-site .selection-intro,
  .new-site .section-heading-row,
  .new-site .craft-head,
  .new-site .timeline-head,
  .new-site .award-moments-head,
  .new-site .catalog-stories-head,
  .new-site .wild-grid-head,
  .new-site .liqueur-list-head,
  .new-site .archive-head,
  .new-site .product-catalog-heading {
    margin-bottom: 2.5rem;
  }

  .new-site .chapter-list,
  .new-site .selection-grid,
  .new-site .people-grid,
  .new-site .award-feature,
  .new-site .award-moments-grid,
  .new-site .catalog-story,
  .new-site .catalog-story--reverse,
  .new-site .product-catalog,
  .new-site .wild-grid,
  .new-site .visit-facts > .container,
  .new-site .retailer-list,
  .new-site .mega-footer-grid {
    grid-template-columns: 1fr;
  }

  .new-site .chapter-list,
  .new-site .catalog-story-list {
    width: 100%;
  }

  .new-site .chapter,
  .new-site .chapter--wide:nth-child(4) {
    min-height: 31rem;
  }

  .new-site .chapter-copy h3 {
    font-size: 2.6rem;
  }

  .new-site .selection-grid {
    grid-template-rows: none;
  }

  .new-site .selection-card,
  .new-site .selection-card--tall {
    grid-column: auto;
    min-height: 30rem;
  }

  .new-site .award-feature-image {
    min-height: 31rem;
  }

  .new-site .award-feature-copy {
    padding: 5rem 1.25rem;
  }

  .new-site .visit-cinema {
    min-height: 46rem;
  }

  .new-site .visit-cinema > img {
    object-position: 63% center;
  }

  .new-site .page-hero {
    min-height: max(39rem, 82dvh);
  }

  .new-site .page-hero-copy {
    padding-top: 8rem;
    padding-bottom: 4.5rem;
  }

  .new-site .page-hero h1 {
    max-width: 100%;
    font-size: clamp(3.05rem, 12.5vw, 4rem);
    line-height: 0.91;
    hyphens: none;
    overflow-wrap: normal;
  }

  .new-site .page-hero-copy > p:last-child {
    max-width: 26rem;
    margin-top: 1.25rem;
    font-size: 1rem;
  }

  .new-site .page-hero-count,
  .new-site .page-hero-back {
    right: 1.25rem;
    bottom: 1.2rem;
  }

  .new-site .page-hero--brennerei .page-hero-media,
  .new-site .page-hero--contact .page-hero-media {
    object-position: 63% center;
  }

  .new-site .page-hero--geschichte .page-hero-media {
    object-position: 62% 30%;
  }

  .new-site .page-hero--sortiment .page-hero-media,
  .new-site .page-hero--braende .page-hero-media,
  .new-site .page-hero--gin .page-hero-media,
  .new-site .page-hero--likoere .page-hero-media,
  .new-site .page-hero--news .page-hero-media {
    object-position: center;
  }

  .new-site .page-hero--visit .page-hero-media {
    object-position: 60% center;
    transform: none;
  }

  .new-site.inner-page main h2 {
    font-size: clamp(2.55rem, 11.2vw, 3.45rem);
    hyphens: auto;
    overflow-wrap: break-word;
  }

  .new-site.inner-page main h3,
  .new-site .award-quote p,
  .new-site .liqueur-image-break p {
    hyphens: auto;
    overflow-wrap: break-word;
  }

  .new-site.inner-page main h3 {
    font-size: clamp(1.9rem, 9vw, 2.65rem);
  }

  .new-site .page-next h2,
  .new-site .event-status h2,
  .new-site .visit-gallery-copy h2,
  .new-site .catalog-cta h2,
  .new-site .order-grid h2 {
    font-size: clamp(2.55rem, 11.2vw, 3.45rem);
  }

  .new-site .people-grid {
    gap: 4rem;
  }

  .new-site .person-card:not(.person-card--lead) {
    margin-top: 0;
  }

  .new-site .craft-image-stack {
    padding-right: 8%;
  }

  .new-site .craft-list li {
    grid-template-columns: 2.25rem 1fr;
  }

  .new-site .fact-story-number strong {
    font-size: 9rem;
  }

  .new-site .fact-story h2,
  .new-site .foundation-grid h2,
  .new-site .directions-grid h2,
  .new-site .location-grid h2,
  .new-site .contact-direct h2,
  .new-site .contact-form-copy h2,
  .new-site .visit-plan-grid h2 {
    font-size: clamp(2.75rem, 12vw, 3.8rem);
    hyphens: auto;
    overflow-wrap: break-word;
  }

  .new-site .timeline li {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .new-site .timeline li > span {
    font-size: 3.5rem;
  }

  .new-site .orchard-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .new-site .orchard-main {
    grid-column: auto;
  }

  .new-site .orchard-mosaic figure {
    min-height: 22rem;
  }

  .new-site .award-moments-grid article {
    min-height: 24rem;
  }

  .new-site .award-ledger > div {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .new-site .award-quote p {
    font-size: 2.8rem;
  }

  .new-site .catalog-story {
    display: grid;
  }

  .new-site .catalog-story img {
    min-height: 22rem;
  }

  .new-site .catalog-story > div {
    min-height: 26rem;
    padding: 2.25rem 1.25rem;
  }

  .new-site .product-catalog {
    border-left: 0;
  }

  .new-site .product-catalog article {
    min-height: 23rem;
    padding: 2rem 1.25rem;
  }

  .new-site .wild-card {
    min-height: 23rem;
  }

  .new-site .gin-editorial-image img {
    min-height: 22rem;
  }

  .new-site .liqueur-list article {
    grid-template-columns: 2.4rem 1fr;
    gap: 1rem;
  }

  .new-site .liqueur-list small {
    grid-column: 2;
    text-align: left;
  }

  .new-site .liqueur-image-break {
    min-height: 39rem;
  }

  .new-site .liqueur-image-break p {
    font-size: 2.45rem;
  }

  .new-site .visit-facts article,
  .new-site .visit-facts article:nth-child(3) {
    min-height: auto;
    border-right: 1px solid var(--v2-line);
    border-left: 1px solid var(--v2-line);
    border-bottom: 1px solid var(--v2-line);
  }

  .new-site .visit-facts article + article {
    border-top: 0;
  }

  .new-site .visit-gallery-images {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 24rem);
    width: 100%;
  }

  .new-site .visit-gallery-images img:first-child {
    grid-row: auto;
  }

  .new-site .directions-contact {
    padding: 2rem 1.25rem;
  }

  .new-site .event-status .button {
    width: 100%;
  }

  .new-site .archive-list > div {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .new-site .contact-direct-links > a {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }

  .new-site .contact-direct-links small {
    grid-column: auto;
  }

  .new-site .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .new-site .demo-badge {
    align-items: flex-start;
    flex-direction: column;
  }

  .new-site .contact-form {
    padding: 1.5rem 1.1rem;
  }

  .new-site .page-next::before {
    display: none;
  }

  .new-site .mega-footer {
    padding-top: 5rem;
  }

  .new-site .mega-footer-grid {
    gap: 3rem;
    padding-bottom: 4rem;
  }

  .new-site .mega-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .new-site .error-copy {
    margin: 0 1.25rem;
  }

  .new-site .error-copy .masthead-brand {
    margin-bottom: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .new-site .chapter img,
  .new-site .selection-card img,
  .new-site .hero-media img {
    transform: none !important;
  }
}

/* ========================================================================== 
   Light & compact refinement: client feedback
   ========================================================================== */

body.new-site {
  --v2-paper: #f5f2ec;
  --v2-surface: #fffdf8;
  --v2-ink: #26221f;
  --v2-muted: #706861;
  --v2-plum: #673447;
  --v2-plum-deep: #482431;
  --v2-plum-black: #261a1f;
  --v2-champagne: #c7a86a;
  --v2-champagne-light: #e5d2a3;
  --v2-line: rgba(38, 34, 31, 0.14);
  --v2-line-light: rgba(38, 34, 31, 0.11);
  font-size: 1rem;
  line-height: 1.62;
}

.new-site .masthead-inner {
  gap: clamp(0.8rem, 1.7vw, 1.65rem);
}

.new-site .masthead-brand {
  width: clamp(10.5rem, 13vw, 12.5rem);
}

.new-site .main-nav {
  gap: clamp(0.7rem, 1.08vw, 1.05rem);
}

.new-site .main-nav > a {
  font-size: 0.78rem;
}

.new-site .masthead-visit {
  display: none !important;
}

.new-site .home-hero {
  min-height: max(43rem, 88dvh);
}

.new-site .home-hero-content {
  padding-bottom: clamp(8.5rem, 14vh, 10.5rem);
}

.new-site .home-hero h1 {
  font-size: clamp(4.8rem, 8.2vw, 8rem);
  line-height: 0.79;
}

.new-site .home-hero-lede {
  max-width: 31rem;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
}

.new-site .hero-index > div {
  min-height: 5.25rem;
}

.new-site .page-hero {
  min-height: clamp(36rem, 72dvh, 48rem);
}

.new-site .page-hero-copy {
  padding-bottom: clamp(4rem, 7vw, 6.5rem);
}

.new-site .page-hero h1 {
  font-size: clamp(3.8rem, 6.4vw, 6.4rem);
  line-height: 0.92;
}

.new-site .page-hero-copy > p:last-child {
  max-width: 35rem;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
}

body.new-site.home-page main h2,
body.new-site.inner-page main h2 {
  font-size: clamp(2.65rem, 4.4vw, 4.45rem);
  line-height: 1;
}

body.new-site.home-page main h3,
body.new-site.inner-page main h3 {
  font-size: clamp(1.8rem, 2.8vw, 2.75rem);
  line-height: 1.04;
}

.new-site .statement-grid h2,
.new-site .editorial-split h2,
.new-site .section-heading-row h2,
.new-site .timeline-head h2,
.new-site .catalog-stories-head h2,
.new-site .wild-grid-head h2,
.new-site .liqueur-list-head h2,
.new-site .archive-head h2,
.new-site .award-moments-head h2,
.new-site .product-catalog-heading h2,
.new-site .selection-intro h2,
.new-site .visit-cinema h2,
.new-site .award-feature h2,
.new-site .award-quote p,
.new-site .visit-booking h2 {
  font-size: clamp(2.7rem, 4.8vw, 4.8rem);
}

.new-site .statement-copy {
  font-size: clamp(1.08rem, 1.4vw, 1.3rem);
}

.new-site .statement-section,
.new-site .chapter-section,
.new-site .selection-section,
.new-site .page-section,
.new-site .people-section,
.new-site .craft-section,
.new-site .timeline-section,
.new-site .orchard-section,
.new-site .foundation-section,
.new-site .medal-lead,
.new-site .award-moments,
.new-site .catalog-stories,
.new-site .wild-grid-section,
.new-site .liqueur-list-section,
.new-site .gin-editorial,
.new-site .visit-gallery,
.new-site .directions-section,
.new-site .location-section,
.new-site .news-lead,
.new-site .archive-section,
.new-site .contact-direct,
.new-site .contact-form-section {
  padding-block: clamp(5rem, 7.5vw, 7.5rem);
}

.new-site .chapter-section,
.new-site .craft-section,
.new-site .timeline-section,
.new-site .award-moments,
.new-site .catalog-stories,
.new-site .product-catalog-section,
.new-site .wild-grid-section,
.new-site .liqueur-list-section,
.new-site .visit-gallery,
.new-site .archive-section,
.new-site .contact-form-section {
  background: var(--v2-paper);
  color: var(--v2-ink);
}

.new-site .chapter-section .section-number--light,
.new-site .craft-section .section-number--light,
.new-site .timeline-section .section-number--light,
.new-site .award-moments .section-number--light,
.new-site .catalog-stories .section-number--light,
.new-site .product-catalog-section .section-number--light,
.new-site .wild-grid-section .section-number--light,
.new-site .liqueur-list-section .section-number--light,
.new-site .visit-gallery .section-number--light,
.new-site .archive-section .section-number--light,
.new-site .contact-form-section .section-number--light {
  color: var(--v2-plum);
}

.new-site .chapter-heading > p:last-child,
.new-site .visit-gallery-copy > p:last-child {
  color: var(--v2-muted);
}

.new-site .chapter-list {
  background: var(--v2-line);
}

.new-site .chapter {
  min-height: clamp(25rem, 36vw, 34rem);
}

.new-site .chapter--wide:nth-child(4) {
  min-height: 28rem;
}

.new-site .chapter-copy h3 {
  font-size: clamp(2rem, 3.4vw, 3.4rem);
}

.new-site .selection-grid {
  grid-template-rows: repeat(2, minmax(20rem, 25rem));
}

.new-site .selection-card h3 {
  font-size: clamp(2rem, 3.2vw, 3.3rem);
}

.new-site .award-feature {
  min-height: 43rem;
  background: var(--v2-plum-deep);
}

.new-site .award-feature-copy {
  padding: clamp(3rem, 6vw, 6rem);
}

.new-site .award-year {
  font-size: clamp(5rem, 8vw, 8rem);
}

.new-site .visit-cinema {
  min-height: max(36rem, 68dvh);
}

.new-site .people-grid {
  gap: clamp(2rem, 4.5vw, 4.5rem);
}

.new-site .person-card:not(.person-card--lead) {
  margin-top: 5rem;
}

.new-site .person-card h3 {
  font-size: clamp(2.2rem, 3.2vw, 3.25rem);
}

.new-site .craft-head,
.new-site .timeline-head,
.new-site .award-moments-head,
.new-site .catalog-stories-head,
.new-site .wild-grid-head,
.new-site .liqueur-list-head,
.new-site .archive-head,
.new-site .product-catalog-heading {
  margin-bottom: 3.5rem;
}

.new-site .craft-image-float {
  border-color: var(--v2-paper);
}

.new-site .craft-list li,
.new-site .timeline li,
.new-site .archive-list,
.new-site .archive-list > div,
.new-site .liqueur-list,
.new-site .liqueur-list article {
  border-color: var(--v2-line);
}

.new-site .craft-list li > span,
.new-site .timeline li > span,
.new-site .archive-list span,
.new-site .liqueur-list article > span,
.new-site .liqueur-list small {
  color: var(--v2-plum);
}

.new-site .craft-list p,
.new-site .timeline p,
.new-site .archive-list strong,
.new-site .liqueur-list p {
  color: var(--v2-muted);
}

.new-site .timeline li {
  padding-block: 1.75rem;
}

.new-site .timeline li > span {
  font-size: clamp(2.7rem, 4vw, 4rem);
}

.new-site .orchard-mosaic {
  grid-template-rows: repeat(2, minmax(14rem, 21rem));
}

.new-site .award-moments-grid {
  background: var(--v2-line);
}

.new-site .award-moments-grid article {
  min-height: 21rem;
  background: var(--v2-surface);
}

.new-site .award-moments-grid span {
  color: var(--v2-plum);
  font-size: clamp(3.4rem, 5.5vw, 5.5rem);
}

.new-site .award-moments-grid h3 {
  margin-top: 2rem;
  color: var(--v2-ink);
}

.new-site .award-moments-grid p {
  color: var(--v2-muted);
}

.new-site .award-quote {
  padding-block: clamp(5rem, 8vw, 8rem);
  background: #e2d6d8;
  color: var(--v2-plum-deep);
}

.new-site .catalog-story-list,
.new-site .wild-grid {
  background: var(--v2-line);
}

.new-site .catalog-story {
  min-height: 30rem;
  background: var(--v2-surface);
  color: var(--v2-ink);
}

.new-site .catalog-story > div {
  padding: clamp(2rem, 4.5vw, 4.5rem);
}

.new-site .catalog-story > div > span,
.new-site .catalog-story strong {
  color: var(--v2-plum);
}

.new-site .catalog-story p {
  color: var(--v2-muted);
}

.new-site .order-section,
.new-site .catalog-cta,
.new-site .event-status,
.new-site .visit-booking {
  padding-block: clamp(4.75rem, 7.5vw, 7rem);
  background: #e3d8db;
  color: var(--v2-ink);
}

.new-site .order-section .section-number--light,
.new-site .order-section .hero-kicker,
.new-site .catalog-cta .hero-kicker,
.new-site .event-status .section-number--light,
.new-site .visit-booking .hero-kicker {
  color: var(--v2-plum);
}

.new-site .order-grid > div:first-child > p:not(.section-number),
.new-site .catalog-cta > .container > div:last-child > p,
.new-site .event-status > .container > p,
.new-site .visit-booking > .container > p:not(.hero-kicker) {
  color: var(--v2-muted);
}

.new-site .order-actions > a:not(.button) {
  border-color: var(--v2-line);
}

.new-site .order-actions span {
  color: var(--v2-plum);
}

.new-site .product-catalog {
  border-color: var(--v2-line);
}

.new-site .product-catalog article,
.new-site .product-catalog--ink article,
.new-site .product-catalog dl > div,
.new-site .product-catalog--ink dl > div {
  border-color: var(--v2-line);
}

.new-site .product-catalog article {
  min-height: 21rem;
  padding: clamp(1.5rem, 2.5vw, 2.5rem);
}

.new-site .product-catalog article > span,
.new-site .product-catalog--ink article > span,
.new-site .product-catalog dt,
.new-site .product-catalog--ink dt {
  color: var(--v2-plum);
}

.new-site .product-catalog article > p,
.new-site .product-catalog--ink article > p,
.new-site .product-catalog dd,
.new-site .product-catalog--ink dd {
  color: var(--v2-muted);
}

.new-site .wild-card {
  min-height: 21rem;
  background: var(--v2-surface);
  color: var(--v2-ink);
}

.new-site .wild-card p {
  color: var(--v2-muted);
}

.new-site .wild-card small,
.new-site .wild-card > span,
.new-site .wild-card > div > span {
  color: var(--v2-plum);
}

.new-site .wild-card--accent {
  background: var(--v2-plum);
  color: var(--v2-surface);
}

.new-site .wild-card--accent p {
  color: rgba(255, 253, 248, 0.74);
}

.new-site .wild-card--accent small,
.new-site .wild-card--accent > span {
  color: var(--v2-champagne-light);
}

.new-site .gin-editorial-image img {
  min-height: 31rem;
}

.new-site .gin-list article {
  padding-block: 1.35rem;
}

.new-site .liqueur-list h3 {
  color: var(--v2-ink);
}

.new-site .liqueur-list article {
  min-height: 6.5rem;
}

.new-site .liqueur-image-break {
  min-height: 37rem;
}

.new-site .liqueur-image-break p {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.new-site .visit-facts article {
  min-height: 14.5rem;
}

.new-site .visit-gallery-images {
  grid-template-rows: repeat(2, minmax(15rem, 22rem));
}

.new-site .archive-list span {
  font-size: 1.75rem;
}

.new-site .contact-form-copy > p:not(.section-number) {
  color: var(--v2-muted);
}

.new-site .contact-form-section .editorial-link--light {
  color: var(--v2-plum);
}

.new-site .contact-form {
  border-color: var(--v2-line);
  background: var(--v2-surface);
  color: var(--v2-ink);
}

.new-site .demo-badge {
  border-color: var(--v2-line);
}

.new-site .demo-badge strong,
.new-site .field label,
.new-site .form-status {
  color: var(--v2-plum);
}

.new-site .demo-badge span,
.new-site .check-field {
  color: var(--v2-muted);
}

.new-site .field input,
.new-site .field textarea,
.new-site .field select {
  border-color: var(--v2-line);
  color: var(--v2-ink);
}

.new-site .field select option {
  background: var(--v2-surface);
  color: var(--v2-ink);
}

.new-site .mega-footer {
  background: var(--v2-plum-deep);
}

@media (max-width: 900px) {
  .new-site .home-hero {
    min-height: max(43rem, 92dvh);
  }

  .new-site .page-hero {
    min-height: clamp(35rem, 70dvh, 43rem);
  }

  .new-site .chapter,
  .new-site .chapter--wide:nth-child(4) {
    min-height: 26rem;
  }

  .new-site .award-feature-image {
    min-height: 30rem;
  }

  .new-site .award-moments-grid article,
  .new-site .product-catalog article {
    min-height: 19rem;
  }
}

@media (max-width: 620px) {
  .new-site .masthead-brand {
    width: 10.6rem;
  }

  .new-site .home-hero {
    min-height: max(43rem, 96dvh);
  }

  .new-site .home-hero-content {
    padding-bottom: 8.4rem;
  }

  .new-site .home-hero h1 {
    font-size: clamp(3.9rem, 17.5vw, 5rem);
  }

  .new-site .page-hero {
    min-height: max(34rem, 70dvh);
  }

  .new-site .page-hero-copy {
    padding-top: 6.8rem;
    padding-bottom: 3.5rem;
  }

  .new-site .page-hero h1 {
    font-size: clamp(2.85rem, 11.5vw, 3.65rem);
  }

  body.new-site.home-page main h2,
  body.new-site.inner-page main h2,
  .new-site .statement-grid h2,
  .new-site .editorial-split h2,
  .new-site .section-heading-row h2,
  .new-site .timeline-head h2,
  .new-site .catalog-stories-head h2,
  .new-site .wild-grid-head h2,
  .new-site .liqueur-list-head h2,
  .new-site .archive-head h2,
  .new-site .award-moments-head h2,
  .new-site .product-catalog-heading h2,
  .new-site .selection-intro h2,
  .new-site .visit-cinema h2,
  .new-site .award-feature h2,
  .new-site .visit-booking h2,
  .new-site .page-next h2,
  .new-site .event-status h2,
  .new-site .visit-gallery-copy h2,
  .new-site .catalog-cta h2,
  .new-site .order-grid h2 {
    font-size: clamp(2.25rem, 9.8vw, 3rem);
  }

  body.new-site.home-page main h3,
  body.new-site.inner-page main h3 {
    font-size: clamp(1.65rem, 7.7vw, 2.25rem);
  }

  .new-site .statement-section,
  .new-site .chapter-section,
  .new-site .selection-section,
  .new-site .page-section,
  .new-site .people-section,
  .new-site .craft-section,
  .new-site .timeline-section,
  .new-site .orchard-section,
  .new-site .foundation-section,
  .new-site .medal-lead,
  .new-site .award-moments,
  .new-site .catalog-stories,
  .new-site .wild-grid-section,
  .new-site .liqueur-list-section,
  .new-site .gin-editorial,
  .new-site .visit-gallery,
  .new-site .directions-section,
  .new-site .location-section,
  .new-site .news-lead,
  .new-site .archive-section,
  .new-site .contact-direct,
  .new-site .contact-form-section {
    padding-block: 4.25rem;
  }

  .new-site .chapter,
  .new-site .chapter--wide:nth-child(4),
  .new-site .selection-card,
  .new-site .selection-card--tall {
    min-height: 24rem;
  }

  .new-site .award-feature-image {
    min-height: 26rem;
  }

  .new-site .award-feature-copy {
    padding-block: 4rem;
  }

  .new-site .visit-cinema {
    min-height: 39rem;
  }

  .new-site .person-card h3 {
    font-size: 2.1rem;
  }

  .new-site .award-moments-grid article,
  .new-site .product-catalog article,
  .new-site .wild-card {
    min-height: 18rem;
  }

  .new-site .catalog-story > div {
    min-height: 20rem;
  }

  .new-site .catalog-story img,
  .new-site .gin-editorial-image img {
    min-height: 19rem;
  }

  .new-site .liqueur-image-break {
    min-height: 31rem;
  }

  .new-site .liqueur-image-break p,
  .new-site .award-quote p {
    font-size: 2.25rem;
  }

  .new-site .visit-gallery-images {
    grid-template-rows: repeat(3, 19rem);
  }
}

/* ========================================================================== 
   Compact light refinement: 2026 direction
   ========================================================================== */

body.new-site {
  --v2-paper: #f2f4ef;
  --v2-surface: #fffefb;
  --v2-ink: #202722;
  --v2-muted: #687169;
  --v2-plum: #315b48;
  --v2-plum-deep: #244536;
  --v2-plum-black: #17352b;
  --v2-champagne: #ad724c;
  --v2-champagne-light: #c9966e;
  --v2-lichen: #aeb9ac;
  --v2-line: rgba(32, 39, 34, 0.14);
  --v2-line-light: rgba(32, 39, 34, 0.12);
  --wrap: 73.75rem;
  background: #f7f7f3;
  color: var(--v2-ink);
  font-size: 0.96875rem;
}

body.new-site .container {
  width: min(calc(100% - 2.5rem), var(--wrap));
}

body.new-site main h2 {
  font-size: clamp(2.15rem, 3.5vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

body.new-site main h3 {
  font-size: clamp(1.35rem, 2.15vw, 1.95rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

body.new-site p {
  line-height: 1.65;
}

body.new-site :focus-visible {
  outline: 0.14rem solid var(--v2-plum);
  outline-offset: 0.18rem;
  box-shadow: 0 0 0 0.2rem var(--v2-surface);
}

body.new-site .section-number,
body.new-site .hero-kicker {
  color: var(--v2-champagne);
  font-size: 0.67rem;
  letter-spacing: 0.16em;
}

body.new-site .hero-kicker {
  gap: 0.6rem;
  margin-bottom: 1rem;
}

body.new-site .hero-kicker::before {
  width: 1.6rem;
}

body.new-site .button {
  min-height: 2.85rem;
  padding: 0.68rem 1rem;
  border-radius: 0.2rem;
  font-size: 0.8rem;
}

body.new-site .button--champagne {
  background: var(--v2-plum);
  color: #fffefb;
}

body.new-site .button--champagne:hover {
  background: var(--v2-plum-deep);
}

body.new-site .editorial-link,
body.new-site .hero-text-link,
body.new-site .editorial-link--light {
  gap: 0.5rem;
  color: var(--v2-plum);
  font-size: 0.86rem;
}

/* Compact light masthead */

body.new-site .masthead,
body.new-site .masthead.scrolled {
  height: 4.25rem;
  border-bottom: 1px solid var(--v2-line);
  background: rgba(255, 254, 251, 0.94);
  color: var(--v2-ink);
  box-shadow: none;
  backdrop-filter: blur(0.9rem);
}

body.new-site .masthead-inner {
  gap: clamp(0.75rem, 1.5vw, 1.35rem);
  width: min(100%, 78rem);
  padding-inline: 1.25rem;
}

body.new-site .masthead-brand {
  width: clamp(8.7rem, 11vw, 10.2rem);
}

body.new-site .masthead-brand img {
  filter: grayscale(1) brightness(0.42) contrast(1.22);
}

body.new-site .main-nav {
  gap: clamp(0.65rem, 1vw, 1rem);
}

body.new-site .main-nav > a {
  padding-block: 0.4rem;
  color: var(--v2-ink);
  font-size: 0.72rem;
  font-weight: 650;
}

body.new-site .main-nav > a::after {
  background: var(--v2-plum);
}

body.new-site .main-nav .nav-shop {
  padding-inline: 0.7rem;
  border-color: rgba(49, 91, 72, 0.32);
  color: var(--v2-plum);
}

body.new-site .main-nav .nav-shop:hover {
  border-color: var(--v2-plum);
  background: rgba(49, 91, 72, 0.06);
}

body.new-site .masthead-visit {
  display: none;
}

/* Home hero: editorial split instead of full-screen overlay */

body.new-site .home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 4.5vw, 4.25rem);
  width: min(calc(100% - 2.5rem), var(--wrap));
  min-height: 0;
  margin-inline: auto;
  padding: 6.65rem 0 2.25rem;
  overflow: visible;
  align-items: stretch;
  color: var(--v2-ink);
  background: transparent;
}

body.new-site .hero-media {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  display: block;
  height: clamp(24rem, 32vw, 29rem);
  overflow: hidden;
  border-radius: 0.25rem;
  background: #dfe4dc;
}

body.new-site .hero-media::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: inset 0 0 0 0.5rem rgba(255, 254, 251, 0.08);
  content: "";
  pointer-events: none;
}

body.new-site .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 59% center;
  transform: none;
}

body.new-site .hero-shade,
body.new-site .hero-scroll {
  display: none;
}

body.new-site .home-hero-content.container {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: auto;
  margin: 0;
  padding: 2rem 0;
}

body.new-site .home-hero h1 {
  max-width: 9ch;
  color: var(--v2-ink);
  font-size: clamp(3.65rem, 5.25vw, 4.8rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
}

body.new-site .home-hero h1 span {
  display: inline;
}

body.new-site .home-hero h1 span::after {
  content: " ";
}

body.new-site .home-hero h1 em {
  display: block;
  color: var(--v2-plum);
}

body.new-site .home-hero-lede {
  max-width: 31rem;
  margin-top: 1.25rem;
  color: var(--v2-muted);
  font-size: 0.98rem;
  line-height: 1.62;
}

body.new-site .hero-actions {
  gap: 1rem;
  margin-top: 1.45rem;
}

body.new-site .hero-index {
  position: static;
  grid-column: 1 / -1;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
  background: transparent;
  backdrop-filter: none;
}

body.new-site .hero-index > div {
  min-height: 3.5rem;
  padding: 0.8rem 1rem;
}

body.new-site .hero-index > div:first-child {
  padding-left: 0;
}

body.new-site .hero-index > div + div {
  border-left-color: var(--v2-line);
}

body.new-site .hero-index span {
  color: var(--v2-champagne);
  font-size: 0.62rem;
}

body.new-site .hero-index strong {
  color: var(--v2-ink);
  font-size: 0.75rem;
}

/* Inner-page heroes: compact copy / image split */

body.new-site .page-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(2rem, 4.5vw, 4.25rem);
  align-items: stretch;
  width: min(calc(100% - 2.5rem), var(--wrap));
  min-height: 0;
  margin-inline: auto;
  padding: 6.65rem 0 2.5rem;
  overflow: visible;
  color: var(--v2-ink);
  background: transparent;
}

body.new-site .page-hero-media {
  position: relative;
  inset: auto;
  z-index: 0;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: clamp(21rem, 28vw, 24rem);
  border-radius: 0.25rem;
  object-fit: cover;
  transform: none;
  filter: none;
}

body.new-site .page-hero-shade {
  display: none;
}

body.new-site .page-hero-copy.container {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: auto;
  margin: 0;
  padding: 1.75rem 0;
}

body.new-site .page-hero h1 {
  max-width: 12ch;
  color: var(--v2-ink);
  font-size: clamp(3rem, 4.7vw, 4.25rem);
  line-height: 0.97;
  letter-spacing: -0.045em;
}

body.new-site .page-hero-copy > p:last-child {
  max-width: 34rem;
  margin-top: 1.15rem;
  color: var(--v2-muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

body.new-site .page-hero-count,
body.new-site .page-hero-back {
  right: 0.75rem;
  bottom: 3.25rem;
  z-index: 1;
  padding: 0.5rem 0.65rem;
  border-radius: 0.15rem;
  background: rgba(255, 254, 251, 0.92);
  color: var(--v2-plum);
  font-size: 0.62rem;
}

/* Shared compact section rhythm */

body.new-site .statement-section,
body.new-site .chapter-section,
body.new-site .selection-section,
body.new-site .page-section,
body.new-site .people-section,
body.new-site .craft-section,
body.new-site .timeline-section,
body.new-site .orchard-section,
body.new-site .foundation-section,
body.new-site .medal-lead,
body.new-site .award-moments,
body.new-site .catalog-stories,
body.new-site .wild-grid-section,
body.new-site .liqueur-list-section,
body.new-site .gin-editorial,
body.new-site .visit-gallery,
body.new-site .directions-section,
body.new-site .location-section,
body.new-site .news-lead,
body.new-site .archive-section,
body.new-site .contact-direct,
body.new-site .contact-form-section {
  padding-block: clamp(3.75rem, 5.5vw, 5rem);
}

body.new-site .statement-section,
body.new-site .page-section--intro,
body.new-site .orchard-section,
body.new-site .gin-editorial,
body.new-site .directions-section,
body.new-site .location-section,
body.new-site .contact-direct {
  background: var(--v2-surface);
}

body.new-site .chapter-section,
body.new-site .craft-section,
body.new-site .timeline-section,
body.new-site .award-moments,
body.new-site .catalog-stories,
body.new-site .wild-grid-section,
body.new-site .liqueur-list-section,
body.new-site .visit-gallery,
body.new-site .archive-section,
body.new-site .contact-form-section {
  background: var(--v2-paper);
  color: var(--v2-ink);
}

body.new-site .statement-grid,
body.new-site .editorial-split {
  grid-template-columns: minmax(7rem, 0.42fr) minmax(0, 2fr);
  gap: clamp(2rem, 5vw, 5rem);
}

body.new-site .statement-grid h2,
body.new-site .editorial-split h2 {
  max-width: 16ch;
}

body.new-site .statement-copy {
  max-width: 44rem;
  margin: 1.25rem 0;
  color: var(--v2-muted);
  font-size: 1.02rem;
}

body.new-site .editorial-split blockquote {
  margin-block: 1.35rem;
  color: var(--v2-plum);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

body.new-site .chapter-heading,
body.new-site .selection-intro,
body.new-site .section-heading-row,
body.new-site .visit-gallery-copy {
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-bottom: 2.25rem;
}

body.new-site .chapter-heading {
  grid-template-columns: 0.42fr 1.25fr 0.7fr;
}

body.new-site .chapter-heading > p:last-child,
body.new-site .visit-gallery-copy > p:last-child {
  color: var(--v2-muted);
}

body.new-site .chapter-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  width: min(calc(100% - 2.5rem), var(--wrap));
  background: transparent;
}

body.new-site .chapter,
body.new-site .chapter--wide:nth-child(4) {
  display: grid;
  grid-template-rows: 13.5rem auto;
  grid-column: auto;
  min-height: 0;
  border: 1px solid var(--v2-line);
  border-radius: 0.25rem;
  background: var(--v2-surface);
  color: var(--v2-ink);
}

body.new-site .chapter img {
  grid-row: 1;
  height: 100%;
  transform: none;
}

body.new-site .chapter-overlay {
  display: none;
}

body.new-site .chapter-copy {
  position: relative;
  inset: auto;
  grid-row: 2;
  padding: 1.35rem;
}

body.new-site .chapter-copy > span,
body.new-site .selection-card > span {
  margin-bottom: 0.55rem;
  color: var(--v2-champagne);
  font-size: 0.64rem;
}

body.new-site .chapter-copy h3 {
  max-width: 20ch;
}

body.new-site .chapter-copy p {
  margin-block: 0.65rem;
  color: var(--v2-muted);
  font-size: 0.9rem;
}

body.new-site .chapter-copy a {
  margin-top: 0.65rem;
  color: var(--v2-plum);
  font-size: 0.82rem;
}

body.new-site .selection-intro {
  grid-template-columns: 1.15fr 0.75fr;
}

body.new-site .selection-intro > p {
  font-size: 0.94rem;
}

body.new-site .selection-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto;
  gap: 1rem;
}

body.new-site .selection-card,
body.new-site .selection-card--tall {
  display: grid;
  grid-row: auto;
  grid-template-rows: 11.5rem auto auto 1fr;
  align-content: start;
  justify-content: stretch;
  min-height: 0;
  padding: 0 0 1.2rem;
  border: 1px solid var(--v2-line);
  border-radius: 0.25rem;
  background: var(--v2-surface);
  color: var(--v2-ink);
}

body.new-site .selection-card::after {
  display: none;
}

body.new-site .selection-card img {
  position: relative;
  inset: auto;
  z-index: 0;
  grid-row: 1;
  height: 100%;
  transform: none;
}

body.new-site .selection-card > span,
body.new-site .selection-card h3,
body.new-site .selection-card p {
  margin-right: 1.2rem;
  margin-left: 1.2rem;
}

body.new-site .selection-card > span {
  margin-top: 1.05rem;
}

body.new-site .selection-card h3 {
  font-size: 1.65rem;
}

body.new-site .selection-card p {
  margin-top: 0.4rem;
  color: var(--v2-muted);
  font-size: 0.88rem;
}

body.new-site .selection-footer {
  margin-top: 1.5rem;
}

/* Homepage feature panels */

body.new-site .award-feature {
  grid-template-columns: 0.82fr 1.18fr;
  width: min(calc(100% - 2.5rem), var(--wrap));
  min-height: 0;
  margin: 0 auto clamp(3.75rem, 5.5vw, 5rem);
  border: 1px solid var(--v2-line);
  border-radius: 0.25rem;
  background: #eef2ed;
  color: var(--v2-ink);
  overflow: hidden;
}

body.new-site .award-feature-image,
body.new-site .award-feature-image img {
  min-height: 0;
  height: 25rem;
}

body.new-site .award-feature-copy {
  padding: clamp(2rem, 4.5vw, 4rem);
}

body.new-site .award-year {
  margin: 0 0 0.75rem;
  color: var(--v2-champagne);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.16em;
}

body.new-site .award-feature-copy > p:not(.section-number):not(.award-year) {
  margin-block: 1rem;
  color: var(--v2-muted);
}

body.new-site .visit-cinema {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: stretch;
  width: min(calc(100% - 2.5rem), var(--wrap));
  min-height: 0;
  margin: 0 auto clamp(3.75rem, 5.5vw, 5rem);
  border: 1px solid var(--v2-line);
  border-radius: 0.25rem;
  background: #edf1eb;
  color: var(--v2-ink);
}

body.new-site .visit-cinema > img {
  position: relative;
  inset: auto;
  z-index: 0;
  grid-column: 2;
  grid-row: 1;
  height: 24rem;
  object-position: center 38%;
}

body.new-site .visit-cinema-shade {
  display: none;
}

body.new-site .visit-cinema-copy.container {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  width: auto;
  margin: 0;
  padding: clamp(2rem, 4vw, 3.5rem);
}

body.new-site .visit-cinema h2 {
  max-width: 15ch;
}

body.new-site .visit-cinema-copy > p:not(.hero-kicker) {
  max-width: 33rem;
  margin-top: 1rem;
  color: var(--v2-muted);
  font-size: 0.92rem;
}

/* Inner-page content components */

body.new-site .section-heading-row,
body.new-site .timeline-head,
body.new-site .catalog-stories-head,
body.new-site .wild-grid-head,
body.new-site .liqueur-list-head,
body.new-site .archive-head,
body.new-site .award-moments-head,
body.new-site .product-catalog-heading {
  gap: clamp(1.5rem, 3vw, 3rem);
  margin-bottom: 2.5rem;
}

body.new-site .section-heading-row h2,
body.new-site .timeline-head h2,
body.new-site .catalog-stories-head h2,
body.new-site .wild-grid-head h2,
body.new-site .liqueur-list-head h2,
body.new-site .archive-head h2,
body.new-site .award-moments-head h2,
body.new-site .product-catalog-heading h2 {
  max-width: 16ch;
  margin-top: 0.65rem;
}

body.new-site .people-grid {
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem);
}

body.new-site .person-card,
body.new-site .person-card:not(.person-card--lead) {
  gap: 1rem;
  margin-top: 0;
}

body.new-site .person-card img {
  aspect-ratio: 5 / 4;
  max-height: 25rem;
}

body.new-site .person-card h3 {
  margin-top: 0.25rem;
}

body.new-site .person-card p {
  margin-top: 0.6rem;
  font-size: 0.92rem;
}

body.new-site .craft-head,
body.new-site .timeline-head,
body.new-site .award-moments-head,
body.new-site .catalog-stories-head,
body.new-site .wild-grid-head,
body.new-site .liqueur-list-head,
body.new-site .archive-head,
body.new-site .product-catalog-heading {
  grid-template-columns: minmax(7rem, 0.42fr) minmax(0, 2fr);
}

body.new-site .craft-layout {
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 5rem);
}

body.new-site .craft-image-stack {
  padding-right: 10%;
  padding-bottom: 8%;
}

body.new-site .craft-image-main {
  max-height: 27rem;
  aspect-ratio: 4 / 3;
}

body.new-site .craft-image-float {
  width: 34%;
  border-color: var(--v2-paper);
}

body.new-site .craft-list li,
body.new-site .timeline li,
body.new-site .archive-list > div,
body.new-site .liqueur-list article {
  border-color: var(--v2-line);
}

body.new-site .craft-list li {
  grid-template-columns: 2.25rem 1fr;
  padding-block: 1rem;
}

body.new-site .craft-list li > span,
body.new-site .craft-list p,
body.new-site .timeline li > span,
body.new-site .timeline p,
body.new-site .archive-list span,
body.new-site .archive-list strong,
body.new-site .liqueur-list article > span,
body.new-site .liqueur-list p,
body.new-site .liqueur-list small {
  color: var(--v2-muted);
}

body.new-site .craft-list h3,
body.new-site .visit-steps h3 {
  font-size: 1.3rem;
}

body.new-site .fact-story {
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(2rem, 5vw, 5rem);
}

body.new-site .fact-story-number strong {
  font-size: clamp(2.8rem, 4vw, 3.25rem);
}

body.new-site .medal-score {
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border: 1px solid var(--v2-line);
  background: #e4ebe3;
  color: var(--v2-ink);
}

body.new-site .medal-score span,
body.new-site .medal-score small {
  color: var(--v2-champagne);
}

body.new-site .medal-score strong {
  margin-block: 1.2rem;
  color: var(--v2-plum);
  font-size: clamp(2.25rem, 3.5vw, 3rem);
}

body.new-site .timeline li {
  grid-template-columns: minmax(6rem, 0.4fr) 1.6fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  padding-block: 1.2rem;
}

body.new-site .timeline li > span {
  color: var(--v2-plum);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

body.new-site .timeline h3 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

body.new-site .timeline p {
  margin-top: 0.45rem;
  font-size: 0.9rem;
}

body.new-site .orchard-mosaic {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, 14rem);
  gap: 0.75rem;
}

body.new-site .orchard-main {
  grid-row: 1 / 3;
}

body.new-site .foundation-grid {
  gap: clamp(2rem, 5vw, 5rem);
}

body.new-site .foundation-grid > img {
  max-height: 25rem;
  object-fit: cover;
}

body.new-site .award-moments-grid,
body.new-site .catalog-story-list,
body.new-site .wild-grid {
  gap: 0.75rem;
  background: transparent;
}

body.new-site .award-moments-grid article,
body.new-site .product-catalog article,
body.new-site .wild-card,
body.new-site .retailer-list article {
  min-height: 0;
}

body.new-site .award-moments-grid article {
  padding: 1.6rem;
  border: 1px solid var(--v2-line);
  background: var(--v2-surface);
}

body.new-site .award-moments-grid span {
  color: var(--v2-champagne);
  font-size: 2.2rem;
}

body.new-site .award-moments-grid h3 {
  margin-top: 1rem;
}

body.new-site .award-quote {
  padding-block: clamp(3rem, 5vw, 4.5rem);
  background: #e9eee8;
  color: var(--v2-plum-deep);
}

body.new-site .award-quote p {
  max-width: 24ch;
  margin-bottom: 1.5rem;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 1.12;
}

body.new-site .catalog-story {
  min-height: 0;
  border: 1px solid var(--v2-line);
  background: var(--v2-surface);
}

body.new-site .catalog-story img {
  min-height: 0;
  height: 18rem;
}

body.new-site .catalog-story > div {
  min-height: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

body.new-site .order-section,
body.new-site .catalog-cta,
body.new-site .event-status,
body.new-site .visit-booking {
  padding-block: clamp(3.25rem, 5vw, 4.5rem);
  background: #e9eee8;
  color: var(--v2-ink);
}

body.new-site .order-grid,
body.new-site .catalog-cta > .container,
body.new-site .event-status > .container {
  gap: clamp(2rem, 5vw, 5rem);
}

body.new-site .product-catalog article {
  min-height: 0;
  padding: 1.3rem;
}

body.new-site .category-nav a {
  min-height: 4rem;
  padding-inline: 1rem;
  font-size: 0.82rem;
}

body.new-site .product-catalog h3 {
  font-size: 1.45rem;
}

body.new-site .product-catalog article > p,
body.new-site .product-catalog dd {
  font-size: 0.88rem;
}

body.new-site .wild-card {
  padding: 1.5rem;
  border: 1px solid var(--v2-line);
  background: var(--v2-surface);
  color: var(--v2-ink);
}

body.new-site .wild-card--image {
  padding: 0;
}

body.new-site .wild-card--image > div {
  padding: 1.5rem;
}

body.new-site .wild-card--accent {
  background: #e4ebe3;
  color: var(--v2-ink);
}

body.new-site .wild-card p,
body.new-site .wild-card--accent p {
  color: var(--v2-muted);
}

body.new-site .wild-card small,
body.new-site .wild-card--accent small,
body.new-site .wild-card > span,
body.new-site .wild-card--accent > span {
  color: var(--v2-champagne);
}

body.new-site .gin-editorial-grid {
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(2rem, 5vw, 5rem);
}

body.new-site .gin-editorial-image {
  position: static;
}

body.new-site .gin-editorial-image img {
  min-height: 0;
  max-height: 28rem;
  object-fit: cover;
}

body.new-site .gin-list article {
  padding-block: 1rem;
}

body.new-site .gin-list h3 {
  font-size: 1.4rem;
}

body.new-site .liqueur-list {
  border-color: var(--v2-line);
}

body.new-site .liqueur-list article {
  grid-template-columns: 2.5rem 1fr auto;
  gap: 1.25rem;
  min-height: 4.75rem;
  padding-block: 0.85rem;
}

body.new-site .liqueur-list h3 {
  color: var(--v2-ink);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

body.new-site .liqueur-image-break {
  min-height: 23rem;
}

body.new-site .liqueur-image-break .container {
  padding-bottom: 2.75rem;
}

body.new-site .liqueur-image-break p {
  font-size: clamp(1.8rem, 3.5vw, 2.75rem);
}

body.new-site .visit-facts article {
  min-height: 0;
  padding: 1.5rem;
}

body.new-site .visit-facts h2 {
  margin-top: 1rem;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

body.new-site .visit-steps li {
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  padding-block: 1.05rem;
}

body.new-site .visit-gallery-copy {
  grid-template-columns: 0.45fr 1.25fr 0.7fr;
}

body.new-site .visit-gallery-images {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: 16rem;
  gap: 0.75rem;
  width: min(calc(100% - 2.5rem), var(--wrap));
}

body.new-site .visit-gallery-images img:first-child {
  grid-row: auto;
}

body.new-site .directions-grid,
body.new-site .location-grid {
  gap: clamp(2rem, 5vw, 5rem);
}

body.new-site .directions-contact {
  padding: clamp(1.75rem, 3vw, 2.75rem);
  background: #e4ebe3;
  color: var(--v2-ink);
}

body.new-site .directions-contact span,
body.new-site .directions-contact a {
  border-color: var(--v2-line);
  color: var(--v2-plum);
}

body.new-site .directions-contact a {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}

body.new-site .visit-booking h2 {
  max-width: 16ch;
}

body.new-site .visit-booking > .container > p:not(.hero-kicker) {
  color: var(--v2-muted);
}

body.new-site .news-date {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: #e4ebe3;
  color: var(--v2-ink);
}

body.new-site .news-date strong {
  color: var(--v2-plum);
  font-size: clamp(2.8rem, 4vw, 3.25rem);
}

body.new-site .news-date span {
  color: var(--v2-muted);
}

body.new-site .retailer-list article {
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

body.new-site .retailer-list h3 {
  margin-top: 1rem;
}

body.new-site .archive-list {
  border-color: var(--v2-line);
}

body.new-site .archive-list > div {
  padding-block: 1.05rem;
}

body.new-site .archive-list span {
  color: var(--v2-plum);
  font-size: 1.25rem;
}

body.new-site .contact-direct > .container,
body.new-site .contact-form-layout {
  gap: clamp(2rem, 5vw, 5rem);
}

body.new-site .contact-direct-links > a {
  padding-block: 1rem;
}

body.new-site .contact-direct-links strong {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

body.new-site .contact-form-copy > p:not(.section-number) {
  color: var(--v2-muted);
}

body.new-site .contact-form {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-color: var(--v2-line);
  background: var(--v2-surface);
  color: var(--v2-ink);
}

body.new-site .demo-badge,
body.new-site .field input,
body.new-site .field textarea,
body.new-site .field select {
  border-color: var(--v2-line);
}

body.new-site .demo-badge strong,
body.new-site .field label,
body.new-site .form-status {
  color: var(--v2-plum);
}

body.new-site .demo-badge span,
body.new-site .check-field {
  color: var(--v2-muted);
}

body.new-site .field input,
body.new-site .field textarea,
body.new-site .field select {
  min-height: 2.9rem;
  color: var(--v2-ink);
}

body.new-site .field select option {
  background: var(--v2-surface);
  color: var(--v2-ink);
}

/* Compact page continuation and footer */

body.new-site .page-next {
  padding-block: clamp(3rem, 4.5vw, 4rem);
  background: #eef1ec;
}

body.new-site .page-next::before {
  display: none;
}

body.new-site .page-next-grid {
  grid-template-columns: minmax(7rem, 0.42fr) minmax(0, 2fr);
  gap: 2rem;
}

body.new-site .page-next h2 {
  max-width: 18ch;
}

body.new-site .page-next a {
  margin-top: 0.9rem;
  font-size: 0.86rem;
}

body.new-site .mega-footer {
  padding-top: 3.5rem;
  border-top: 1px solid var(--v2-line);
  background: #e8ece6;
  color: var(--v2-ink);
}

body.new-site .mega-footer-grid {
  gap: clamp(1.5rem, 3.5vw, 3.5rem);
  padding-bottom: 3rem;
}

body.new-site .mega-footer-brand img {
  width: min(100%, 11rem);
  filter: grayscale(1) brightness(0.42) contrast(1.22);
}

body.new-site .mega-footer-brand p {
  margin-top: 1.2rem;
  color: var(--v2-muted);
}

body.new-site .mega-footer strong {
  color: var(--v2-plum);
}

body.new-site .mega-footer nav a,
body.new-site .mega-footer address a,
body.new-site .mega-footer address span,
body.new-site .mega-footer-bottom {
  color: var(--v2-muted);
}

body.new-site .mega-footer nav a:hover,
body.new-site .mega-footer address a:hover {
  color: var(--v2-plum);
}

body.new-site .mega-footer-bottom {
  padding-block: 1rem;
  border-color: var(--v2-line);
}

@media (max-width: 1180px) {
  body.new-site .masthead,
  body.new-site .masthead.scrolled {
    height: 4.1rem;
  }

  body.new-site .nav-toggle {
    width: 2.6rem;
    height: 2.6rem;
    border-color: var(--v2-line);
    color: var(--v2-ink);
  }

  body.new-site .main-nav {
    gap: 0;
    padding: 5.5rem 1.5rem 2rem;
    background: rgba(247, 248, 244, 0.985);
    color: var(--v2-ink);
  }

  body.new-site .main-nav > a {
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--v2-line);
    color: var(--v2-ink);
    font-family: var(--sans);
    font-size: clamp(1rem, 3vw, 1.2rem);
    font-weight: 650;
  }

  body.new-site .main-nav .nav-shop {
    margin-top: 1rem;
    padding: 0.65rem 0;
    border: 0;
    border-bottom: 1px solid var(--v2-line);
    font-size: 1rem;
  }
}

@media (max-width: 900px) {
  body.new-site .home-hero,
  body.new-site .page-hero {
    gap: 1.5rem;
  }

  body.new-site .chapter-heading,
  body.new-site .selection-intro,
  body.new-site .section-heading-row,
  body.new-site .craft-head,
  body.new-site .craft-layout,
  body.new-site .fact-story,
  body.new-site .timeline-head,
  body.new-site .award-moments-head,
  body.new-site .catalog-stories-head,
  body.new-site .wild-grid-head,
  body.new-site .liqueur-list-head,
  body.new-site .archive-head,
  body.new-site .product-catalog-heading,
  body.new-site .visit-gallery-copy,
  body.new-site .page-next-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  body.new-site .selection-grid,
  body.new-site .wild-grid,
  body.new-site .award-moments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.new-site .award-feature-image,
  body.new-site .award-feature-image img {
    height: 22rem;
  }

  body.new-site .visit-cinema > img {
    height: 22rem;
  }

  body.new-site .people-grid {
    gap: 1.5rem;
  }

  body.new-site .orchard-mosaic {
    grid-template-rows: repeat(2, 12rem);
  }

  body.new-site .visit-gallery-images {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 13rem;
  }

  body.new-site .category-nav .container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-inline: 0;
    overflow: visible;
  }

  body.new-site .category-nav a {
    gap: 0.6rem;
    min-width: 0;
    min-height: 3.75rem;
    padding-inline: 0.75rem;
  }
}

@media (max-width: 620px) {
  body.new-site {
    font-size: 0.9375rem;
  }

  body.new-site .container,
  body.new-site .home-hero,
  body.new-site .page-hero,
  body.new-site .chapter-list,
  body.new-site .visit-gallery-images,
  body.new-site .award-feature,
  body.new-site .visit-cinema {
    width: min(calc(100% - 2rem), var(--wrap));
  }

  body.new-site .masthead-inner {
    padding-inline: 1rem;
  }

  body.new-site .masthead-brand {
    width: 8.7rem;
  }

  body.new-site.home-page main h2,
  body.new-site.inner-page main h2 {
    font-size: clamp(1.9rem, 8.7vw, 2.45rem);
  }

  body.new-site.home-page main h3,
  body.new-site.inner-page main h3 {
    font-size: clamp(1.28rem, 6.2vw, 1.65rem);
  }

  body.new-site .home-hero,
  body.new-site .page-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 5.2rem;
    padding-bottom: 1.4rem;
  }

  body.new-site .home-hero {
    gap: 1.25rem;
  }

  body.new-site .home-hero-content.container {
    grid-column: 1;
    grid-row: 1;
    padding: 0.8rem 0 0;
  }

  body.new-site .home-hero h1 {
    max-width: 10ch;
    font-size: clamp(3rem, 14.4vw, 3.55rem);
  }

  body.new-site .home-hero-lede {
    margin-top: 0.9rem;
    font-size: 0.91rem;
  }

  body.new-site .hero-actions {
    gap: 0.8rem;
    margin-top: 1.1rem;
  }

  body.new-site .hero-media {
    grid-column: 1;
    grid-row: 2;
    height: 13.5rem;
  }

  body.new-site .hero-index {
    grid-column: 1;
    grid-row: 3;
  }

  body.new-site .hero-index > div {
    display: block;
    min-height: 0;
    padding: 0.75rem 0.65rem;
  }

  body.new-site .hero-index > div:first-child {
    padding-left: 0;
  }

  body.new-site .hero-index span,
  body.new-site .hero-index strong {
    display: block;
  }

  body.new-site .hero-index strong {
    margin-top: 0.25rem;
    font-size: 0.66rem;
    line-height: 1.35;
  }

  body.new-site .page-hero-copy.container {
    grid-column: 1;
    grid-row: 1;
    padding: 0.8rem 0 0;
  }

  body.new-site .page-hero h1 {
    font-size: clamp(2.45rem, 11.2vw, 3rem);
  }

  body.new-site .page-hero-copy > p:last-child {
    margin-top: 0.85rem;
    font-size: 0.9rem;
  }

  body.new-site .page-hero-media {
    grid-column: 1;
    grid-row: 2;
    height: 13.25rem;
  }

  body.new-site .page-hero-count,
  body.new-site .page-hero-back {
    right: 0.5rem;
    bottom: 1.9rem;
  }

  body.new-site .statement-section,
  body.new-site .chapter-section,
  body.new-site .selection-section,
  body.new-site .page-section,
  body.new-site .people-section,
  body.new-site .craft-section,
  body.new-site .timeline-section,
  body.new-site .orchard-section,
  body.new-site .foundation-section,
  body.new-site .medal-lead,
  body.new-site .award-moments,
  body.new-site .catalog-stories,
  body.new-site .wild-grid-section,
  body.new-site .liqueur-list-section,
  body.new-site .gin-editorial,
  body.new-site .visit-gallery,
  body.new-site .directions-section,
  body.new-site .location-section,
  body.new-site .news-lead,
  body.new-site .archive-section,
  body.new-site .contact-direct,
  body.new-site .contact-form-section {
    padding-block: 3rem;
  }

  body.new-site .statement-grid,
  body.new-site .editorial-split,
  body.new-site .selection-intro,
  body.new-site .chapter-heading,
  body.new-site .section-heading-row,
  body.new-site .craft-layout,
  body.new-site .fact-story,
  body.new-site .timeline-head,
  body.new-site .award-moments-head,
  body.new-site .catalog-stories-head,
  body.new-site .wild-grid-head,
  body.new-site .liqueur-list-head,
  body.new-site .archive-head,
  body.new-site .product-catalog-heading,
  body.new-site .visit-gallery-copy,
  body.new-site .page-next-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  body.new-site .statement-copy {
    font-size: 0.94rem;
  }

  body.new-site .chapter-list,
  body.new-site .selection-grid,
  body.new-site .wild-grid,
  body.new-site .award-moments-grid,
  body.new-site .people-grid {
    grid-template-columns: 1fr;
  }

  body.new-site .chapter,
  body.new-site .chapter--wide:nth-child(4) {
    grid-template-rows: 11.5rem auto;
  }

  body.new-site .selection-card,
  body.new-site .selection-card--tall {
    grid-template-rows: 10.5rem auto auto 1fr;
  }

  body.new-site .award-feature,
  body.new-site .visit-cinema {
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  body.new-site .award-feature-image,
  body.new-site .award-feature-image img,
  body.new-site .visit-cinema > img {
    grid-column: 1;
    grid-row: 1;
    height: 13.5rem;
  }

  body.new-site .award-feature-copy,
  body.new-site .visit-cinema-copy.container {
    grid-column: 1;
    grid-row: 2;
    padding: 1.6rem;
  }

  body.new-site .craft-image-main {
    max-height: 20rem;
  }

  body.new-site .timeline li {
    grid-template-columns: 4.5rem 1fr;
    gap: 1rem;
  }

  body.new-site .orchard-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 10rem);
  }

  body.new-site .orchard-main {
    grid-row: 1 / 3;
  }

  body.new-site .gin-editorial-grid,
  body.new-site .visit-plan-grid,
  body.new-site .directions-grid,
  body.new-site .location-grid,
  body.new-site .contact-direct > .container,
  body.new-site .contact-form-layout {
    gap: 2rem;
  }

  body.new-site .gin-editorial-image img {
    max-height: 17rem;
  }

  body.new-site .liqueur-list article {
    grid-template-columns: 2rem 1fr;
  }

  body.new-site .liqueur-list small {
    grid-column: 2;
    text-align: left;
  }

  body.new-site .liqueur-image-break {
    min-height: 18rem;
  }

  body.new-site .visit-facts > .container {
    grid-template-columns: 1fr;
  }

  body.new-site .visit-facts article,
  body.new-site .visit-facts article:first-child {
    padding: 1.25rem 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid var(--v2-line);
  }

  body.new-site .visit-gallery-images {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 10.5rem);
  }

  body.new-site .visit-gallery-images img:first-child {
    grid-column: 1 / -1;
  }

  body.new-site .retailer-list {
    grid-template-columns: 1fr;
  }

  body.new-site .category-nav .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.new-site .category-nav a {
    min-height: 3.5rem;
    border-bottom: 1px solid var(--v2-line);
    font-size: 0.76rem;
  }

  body.new-site .category-nav a:nth-child(odd) {
    border-left: 1px solid var(--v2-line);
  }

  body.new-site .contact-direct-links > a {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  body.new-site .contact-direct-links small {
    grid-column: 1;
  }

  body.new-site .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.new-site .mega-footer {
    padding-top: 2.75rem;
  }

  body.new-site .mega-footer-grid {
    padding-bottom: 2rem;
  }
}

/* Final scale lock: prevent legacy display sizes from leaking into the compact system. */

body.new-site.home-page main h2,
body.new-site.inner-page main h2 {
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 1.04;
  letter-spacing: -0.032em;
}

body.new-site.home-page main h3,
body.new-site.inner-page main h3 {
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  line-height: 1.15;
  letter-spacing: -0.022em;
}

body.new-site .home-hero {
  padding-top: 6.25rem;
}

body.new-site .hero-media {
  height: clamp(22.5rem, 29.5vw, 26.5rem);
}

body.new-site .home-hero h1 {
  font-size: clamp(3.45rem, 4.6vw, 4.25rem);
}

body.new-site .page-hero {
  padding-top: 6.25rem;
}

body.new-site .page-hero-media {
  height: clamp(19.5rem, 25vw, 22rem);
}

body.new-site .page-hero h1 {
  font-size: clamp(2.75rem, 4.1vw, 3.65rem);
}

@media (max-width: 620px) {
  body.new-site.home-page main h2,
  body.new-site.inner-page main h2 {
    font-size: clamp(1.75rem, 7.8vw, 2.1rem);
  }

  body.new-site.home-page main h3,
  body.new-site.inner-page main h3 {
    font-size: clamp(1.2rem, 5.5vw, 1.45rem);
  }

  body.new-site .home-hero,
  body.new-site .page-hero {
    padding-top: 5rem;
  }

  body.new-site .home-hero h1 {
    font-size: clamp(2.75rem, 12.5vw, 3.15rem);
  }

  body.new-site .hero-media,
  body.new-site .page-hero-media {
    height: 12.5rem;
  }

  body.new-site .page-hero h1 {
    font-size: clamp(2.2rem, 9.8vw, 2.65rem);
  }
}

/* Legal pages share the same light, compact visual language. */

body.legal-page {
  background: #f7f7f3;
  color: #202722;
  font-size: 0.96875rem;
}

.legal-page .legal-header {
  border-bottom: 1px solid rgba(32, 39, 34, 0.14);
  background: rgba(255, 254, 251, 0.96);
  color: #202722;
}

.legal-page .legal-header .header-inner {
  width: min(calc(100% - 2.5rem), 73.75rem);
  min-height: 4.25rem;
  padding: 0;
}

.legal-page .legal-header .brand {
  width: 10rem;
}

.legal-page .legal-header .brand img {
  filter: grayscale(1) brightness(0.42) contrast(1.22);
}

.legal-page .legal-back {
  color: #315b48;
  font-size: 0.8rem;
}

.legal-page .legal-main {
  width: min(calc(100% - 2.5rem), 46rem);
  padding: clamp(3.5rem, 5.5vw, 5rem) 0;
}

.legal-page .legal-main .eyebrow {
  color: #ad724c;
  font-size: 0.67rem;
  letter-spacing: 0.16em;
}

.legal-page .legal-main h1 {
  margin: 0.8rem 0 1.25rem;
  color: #202722;
  font-size: clamp(2.5rem, 3.8vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

body.new-site.error-page {
  background: var(--v2-surface);
}

body.new-site .error-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 4.5vw, 4.25rem);
  align-items: center;
  width: min(calc(100% - 2.5rem), var(--wrap));
  min-height: 100dvh;
  margin-inline: auto;
  color: var(--v2-ink);
  background: var(--v2-surface);
}

body.new-site .error-shell > img {
  position: relative;
  inset: auto;
  z-index: 0;
  grid-column: 2;
  grid-row: 1;
  height: min(72dvh, 34rem);
  border-radius: 0.25rem;
  object-position: center 46%;
}

body.new-site .error-shade {
  display: none;
}

body.new-site .error-copy {
  grid-column: 1;
  grid-row: 1;
  width: auto;
  margin: 0;
}

body.new-site .error-copy .masthead-brand {
  margin-bottom: 3rem;
}

body.new-site .error-copy .masthead-brand img {
  filter: grayscale(1) brightness(0.42) contrast(1.22);
}

body.new-site .error-copy > p {
  color: var(--v2-champagne);
}

body.new-site .error-copy h1 {
  max-width: 12ch;
  color: var(--v2-ink);
  font-size: clamp(2.8rem, 4.6vw, 4rem);
}

body.new-site .error-copy > span {
  margin-block: 1rem 1.5rem;
  color: var(--v2-muted);
}

.legal-page .legal-main h2 {
  margin: 2rem 0 0.55rem;
  color: #202722;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.legal-page .legal-main p {
  color: #687169;
  line-height: 1.65;
}

.legal-page .legal-main a {
  color: #315b48;
  text-decoration-color: rgba(49, 91, 72, 0.32);
}

.legal-page .legal-note {
  margin-bottom: 2rem;
  padding: 0.9rem 1rem;
  border-color: #ad724c;
  background: #eef1ec;
  color: #202722 !important;
  font-size: 0.82rem;
}

.legal-page .site-footer {
  padding: 0;
  border-top: 1px solid rgba(32, 39, 34, 0.14);
  background: #e8ece6;
  color: #687169;
}

.legal-page .site-footer .container {
  width: min(calc(100% - 2.5rem), 73.75rem);
}

.legal-page .footer-bottom {
  padding-block: 1rem;
  color: #687169;
  font-size: 0.74rem;
}

.legal-page .footer-bottom a {
  color: #315b48;
}

@media (max-width: 620px) {
  .legal-page .legal-header .header-inner,
  .legal-page .legal-main,
  .legal-page .site-footer .container {
    width: min(calc(100% - 2rem), 73.75rem);
  }

  .legal-page .legal-header .brand {
    width: 8.7rem;
  }

  .legal-page .legal-main {
    padding-block: 3rem;
  }

  .legal-page .legal-main h1 {
    font-size: clamp(2.35rem, 11vw, 2.8rem);
  }

  .legal-page .footer-bottom {
    gap: 0.55rem;
  }

  body.new-site .error-shell {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: min(calc(100% - 2rem), var(--wrap));
    padding-block: 2rem;
  }

  body.new-site .error-copy {
    grid-column: 1;
    grid-row: 1;
  }

  body.new-site .error-copy .masthead-brand {
    margin-bottom: 2rem;
  }

  body.new-site .error-copy h1 {
    font-size: clamp(2.4rem, 11vw, 2.8rem);
  }

  body.new-site .error-shell > img {
    grid-column: 1;
    grid-row: 2;
    height: 15rem;
  }
}

/* Final photo-direction pass: preserve faces, products and provenance details. */
body.new-site .chapter,
body.new-site .chapter--wide:nth-child(4) {
  grid-template-rows: 15rem auto;
}

body.new-site .chapter:nth-child(1) img {
  object-position: center 42%;
}

body.new-site .chapter:nth-child(2) img {
  object-position: center 30%;
}

body.new-site .chapter:nth-child(3) img,
body.new-site .chapter:nth-child(4) img {
  object-position: center 48%;
}

body.new-site .person-card--lead img {
  object-position: center 17%;
}

body.new-site .people-grid .person-card:nth-child(2) img {
  object-position: center 7%;
}

body.new-site .page-hero--geschichte .page-hero-media {
  height: 23.125rem;
  object-position: center 8%;
}

body.new-site .page-hero--awards .page-hero-media,
body.new-site .error-shell > img {
  object-position: center 46%;
}

body.new-site .catalog-story-list {
  width: min(calc(100% - 2.5rem), var(--wrap));
  margin-inline: auto;
}

body.new-site .catalog-story,
body.new-site .catalog-story--reverse {
  grid-template-columns: 1fr 1fr;
}

body.new-site .catalog-story img {
  height: 20rem;
  min-height: 0;
  object-position: center 46%;
}

body.new-site .catalog-story--reverse img {
  order: 2;
}

body.new-site .liqueur-image-break {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
  width: min(calc(100% - 2.5rem), var(--wrap));
  min-height: 0;
  margin: clamp(3.5rem, 5vw, 4.5rem) auto;
  overflow: hidden;
  border: 1px solid var(--v2-line);
  border-radius: var(--v2-radius-lg);
  background: var(--v2-sage-soft);
  color: var(--v2-ink);
  isolation: auto;
}

body.new-site .liqueur-image-break > img {
  position: relative;
  inset: auto;
  z-index: auto;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 24rem;
  object-fit: cover;
  object-position: center 45%;
}

body.new-site .liqueur-image-break::after {
  display: none;
}

body.new-site .liqueur-image-break .container {
  z-index: auto;
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  width: auto;
  margin: 0;
  padding: clamp(2rem, 4vw, 3.5rem);
}

body.new-site .liqueur-image-break p {
  color: var(--v2-ink);
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  line-height: 1.08;
}

@media (max-width: 900px) {
  body.new-site .catalog-story,
  body.new-site .catalog-story--reverse {
    grid-template-columns: 1fr;
  }

  body.new-site .catalog-story--reverse img {
    order: 0;
  }

  body.new-site .catalog-story img {
    height: 18rem;
  }
}

@media (max-width: 620px) {
  body.new-site .chapter,
  body.new-site .chapter--wide:nth-child(4) {
    grid-template-rows: 12rem auto;
  }

  body.new-site .page-hero--geschichte .page-hero-media {
    height: 13.75rem;
    object-position: center 7%;
  }

  body.new-site .catalog-story-list,
  body.new-site .liqueur-image-break {
    width: min(calc(100% - 2rem), var(--wrap));
  }

  body.new-site .catalog-story img {
    height: 15rem;
  }

  body.new-site .liqueur-image-break {
    grid-template-columns: 1fr;
    margin-block: 3rem;
  }

  body.new-site .liqueur-image-break > img {
    grid-column: 1;
    grid-row: 1;
    height: 14rem;
  }

  body.new-site .liqueur-image-break .container {
    grid-column: 1;
    grid-row: 2;
    padding: 1.5rem;
  }

  body.new-site .liqueur-image-break p {
    max-width: 28ch;
    font-size: 1.55rem;
  }

  body.new-site .orchard-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 10.5rem);
  }

  body.new-site .orchard-mosaic figure {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }

  body.new-site .orchard-mosaic .orchard-main {
    grid-column: 1 / -1;
    grid-row: 1;
  }
}


/* ==========================================================================
   Praesentations-Finale: Kino-Startseite, Motion-Ebene, grosszuegige Typografie
   ========================================================================== */

body.new-site {
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --kino-ink: #0e1712;
  --kino-scrim: 14, 23, 18;
}

/* ---------- Masthead: auf der Startseite transparent ueber dem Hero ---------- */

body.new-site.home-page .masthead {
  border-bottom-color: transparent;
  background: transparent;
  backdrop-filter: none;
  transition: background-color 320ms ease, border-color 320ms ease, backdrop-filter 320ms ease;
}

body.new-site.home-page .masthead .masthead-brand img {
  filter: brightness(0) invert(1);
  opacity: 0.96;
  transition: filter 320ms ease;
}

body.new-site.home-page .masthead .main-nav > a {
  color: #fffdf8;
}

body.new-site.home-page .masthead .main-nav > a::after {
  background: #fffdf8;
}

body.new-site.home-page .masthead .main-nav .nav-shop {
  border-color: rgba(255, 253, 248, 0.44);
  color: #fffdf8;
}

body.new-site.home-page .masthead .main-nav .nav-shop:hover {
  border-color: #fffdf8;
  background: rgba(255, 253, 248, 0.12);
}

body.new-site.home-page .masthead .nav-toggle span {
  background: #fffdf8;
}

body.new-site.home-page .masthead.scrolled,
body.new-site.home-page.nav-open .masthead {
  border-bottom: 1px solid var(--v2-line);
  background: rgba(255, 254, 251, 0.94);
  backdrop-filter: blur(0.9rem);
}

body.new-site.home-page .masthead.scrolled .masthead-brand img,
body.new-site.home-page.nav-open .masthead .masthead-brand img {
  filter: grayscale(1) brightness(0.42) contrast(1.22);
}

body.new-site.home-page .masthead.scrolled .main-nav > a,
body.new-site.home-page.nav-open .masthead .main-nav > a {
  color: var(--v2-ink);
}

body.new-site.home-page .masthead.scrolled .main-nav > a::after,
body.new-site.home-page.nav-open .masthead .main-nav > a::after {
  background: var(--v2-plum);
}

body.new-site.home-page .masthead.scrolled .main-nav .nav-shop,
body.new-site.home-page.nav-open .masthead .main-nav .nav-shop {
  border-color: rgba(49, 91, 72, 0.32);
  color: var(--v2-plum);
}

body.new-site.home-page .masthead.scrolled .nav-toggle span,
body.new-site.home-page.nav-open .masthead .nav-toggle span {
  background: var(--v2-ink);
}

/* ---------- Kino-Hero ---------- */

body.new-site.home-page .kino {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: max(42rem, 100dvh);
  overflow: hidden;
  color: #fffdf8;
  background: var(--kino-ink);
}

body.new-site.home-page .kino-media {
  position: absolute;
  inset: 0;
}

body.new-site.home-page .kino-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 42%;
}

body.new-site.home-page .kino-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(var(--kino-scrim), 0.52) 0%, rgba(var(--kino-scrim), 0) 22%),
    linear-gradient(to top, rgba(var(--kino-scrim), 0.82) 0%, rgba(var(--kino-scrim), 0.28) 38%, rgba(var(--kino-scrim), 0) 62%),
    linear-gradient(to right, rgba(var(--kino-scrim), 0.66) 0%, rgba(var(--kino-scrim), 0.28) 46%, rgba(var(--kino-scrim), 0.06) 78%);
}

body.new-site.home-page .kino-copy {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(7.5rem, 13vh, 10rem);
}

body.new-site.home-page .kino-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.4rem;
  color: #fffdf8;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow: 0 1px 14px rgba(14, 23, 18, 0.45);
}

body.new-site.home-page .kino-kicker::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: var(--v2-champagne-light);
}

body.new-site.home-page .kino h1 {
  margin: 0;
  color: #fffdf8;
  font-size: clamp(4.1rem, 9.8vw, 8.75rem);
  line-height: 0.94;
  letter-spacing: -0.035em;
  hyphens: none;
}

body.new-site.home-page .kino-word {
  display: inline-block;
  overflow: hidden;
  margin-right: 0.14em;
  padding-bottom: 0.06em;
  vertical-align: top;
}

body.new-site.home-page main h2 {
  hyphens: none;
}

body.new-site.home-page .kino-word > span {
  display: inline-block;
  will-change: transform;
}

body.new-site.home-page .kino-word em {
  font-style: italic;
  color: var(--v2-champagne-light);
}

body.new-site.home-page .kino-lede {
  max-width: 30rem;
  margin: 1.6rem 0 0;
  color: rgba(255, 253, 248, 0.88);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.6;
}

body.new-site.home-page .kino-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2.1rem;
}

body.new-site .button--paper {
  background: rgba(255, 253, 248, 0.96);
  color: var(--v2-plum-black);
  min-height: 3.1rem;
  padding: 0.8rem 1.45rem;
  font-size: 0.84rem;
}

body.new-site .button--paper:hover {
  background: #ffffff;
  transform: translateY(-0.14rem);
}

body.new-site .kino-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding-bottom: 0.28rem;
  border-bottom: 1px solid rgba(255, 253, 248, 0.62);
  color: #fffdf8;
  font-size: 0.88rem;
  font-weight: 650;
  transition: gap 220ms ease, color 220ms ease, border-color 220ms ease;
}

body.new-site .kino-link:hover {
  gap: 0.9rem;
  border-color: var(--v2-champagne-light);
  color: var(--v2-champagne-light);
}

body.new-site.home-page .kino a:focus-visible,
body.new-site.home-page .act-besuch a:focus-visible {
  outline: 0.14rem solid var(--v2-champagne-light);
  box-shadow: none;
}

body.new-site.home-page .kino-facts {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 1;
  border-top: 1px solid rgba(255, 253, 248, 0.22);
  background: rgba(var(--kino-scrim), 0.32);
  backdrop-filter: blur(0.55rem);
}

body.new-site.home-page .kino-facts-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.new-site.home-page .kino-facts-row p {
  margin: 0;
  padding: 1.15rem 1.4rem 1.15rem 0;
  color: rgba(255, 253, 248, 0.85);
  font-size: 0.78rem;
  font-weight: 620;
  letter-spacing: 0.035em;
}

body.new-site.home-page .kino-facts-row p + p {
  padding-left: 1.4rem;
  border-left: 1px solid rgba(255, 253, 248, 0.22);
}

/* ---------- Akt: Haltung ---------- */

body.new-site.home-page .act-haltung {
  background: var(--v2-surface);
}

body.new-site.home-page .act-haltung-inner {
  padding-block: clamp(5.5rem, 9vw, 8.5rem);
}

body.new-site.home-page .act-haltung h2 {
  max-width: 17ch;
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.032em;
  hyphens: none;
}

body.new-site.home-page .act-haltung h2 em {
  padding-bottom: 0.08em;
  font-style: italic;
  color: var(--v2-champagne);
}

body.new-site.home-page .act-haltung p {
  max-width: 40rem;
  margin: 1.9rem 0 0;
  color: var(--v2-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

body.new-site.home-page .act-haltung .editorial-link {
  margin-top: 2rem;
}

/* ---------- Akt: Sortiment ---------- */

body.new-site.home-page .act-sortiment {
  padding-block: clamp(5rem, 8vw, 7.5rem) clamp(4rem, 6vw, 5.5rem);
}

body.new-site.home-page .act-sortiment-head {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 4.5vw, 4rem);
}

body.new-site.home-page .act-sortiment-head h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.4rem, 3.9vw, 3.7rem);
  line-height: 1.02;
}

body.new-site.home-page .act-sortiment-head p {
  max-width: 30rem;
  margin: 0 0 0.35rem;
  color: var(--v2-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

body.new-site.home-page .act-sortiment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.2vw, 2rem);
}

body.new-site.home-page .scard {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.3rem;
  background: var(--kino-ink);
  color: #fffdf8;
  aspect-ratio: 3 / 4.35;
  transform: translateY(0);
  transition: transform 480ms var(--ease-out), box-shadow 480ms var(--ease-out);
}

body.new-site.home-page .scard--drop {
  margin-top: clamp(1.5rem, 3.2vw, 3rem);
}

body.new-site.home-page .scard:hover {
  transform: translateY(-0.45rem);
  box-shadow: 0 2.2rem 3.4rem -1.9rem rgba(23, 53, 43, 0.55);
}

body.new-site.home-page .scard-media {
  position: absolute;
  inset: 0;
}

body.new-site.home-page .scard-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 900ms var(--ease-out);
}

body.new-site.home-page .scard:hover .scard-media img {
  transform: scale(1.075);
}

body.new-site.home-page .scard-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(var(--kino-scrim), 0.92) 0%, rgba(var(--kino-scrim), 0.46) 44%, rgba(var(--kino-scrim), 0.05) 72%);
  transition: opacity 480ms ease;
}

body.new-site.home-page .scard-copy {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 1.6rem 1.6rem 1.5rem;
}

body.new-site.home-page .scard-copy h3 {
  margin: 0;
  color: #fffdf8;
  font-size: clamp(1.55rem, 2vw, 1.95rem);
  letter-spacing: -0.02em;
}

body.new-site.home-page .scard-copy p {
  max-width: 24rem;
  margin: 0.55rem 0 0;
  color: rgba(255, 253, 248, 0.82);
  font-size: 0.9rem;
  line-height: 1.55;
}

body.new-site.home-page .scard-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.05rem;
  color: var(--v2-champagne-light);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.new-site.home-page .scard-cta span {
  transition: transform 320ms var(--ease-out);
}

body.new-site.home-page .scard:hover .scard-cta span {
  transform: translateX(0.35rem);
}

body.new-site.home-page .act-sortiment-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(2rem, 3.5vw, 2.75rem);
}

/* ---------- Akt: Zitat ---------- */

body.new-site.home-page .act-zitat {
  background: var(--v2-surface);
}

body.new-site.home-page .act-zitat-inner {
  position: relative;
  padding-block: clamp(7rem, 11vw, 10rem) clamp(5.5rem, 9vw, 8rem);
}

body.new-site.home-page .act-zitat-mark {
  position: absolute;
  top: clamp(0.6rem, 2vw, 1.4rem);
  left: -0.06em;
  color: var(--v2-champagne);
  font-family: "Young Serif", Georgia, serif;
  font-size: clamp(7rem, 12vw, 11rem);
  line-height: 1;
  opacity: 0.26;
  pointer-events: none;
}

body.new-site.home-page .act-zitat blockquote {
  position: relative;
  z-index: 1;
}

body.new-site.home-page .act-zitat blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

body.new-site.home-page .act-zitat blockquote p {
  max-width: 27ch;
  margin: 0;
  padding-bottom: 0.12em;
  color: var(--v2-ink);
  font-family: "Young Serif", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-style: italic;
  line-height: 1.32;
  letter-spacing: -0.012em;
}

body.new-site.home-page .act-zitat blockquote footer {
  margin-top: 1.5rem;
  color: var(--v2-muted);
  font-size: 0.86rem;
  font-weight: 640;
}

/* ---------- Akt: Handwerk ---------- */

body.new-site.home-page .act-handwerk {
  padding-block: clamp(5.5rem, 9vw, 8.5rem);
}

body.new-site.home-page .act-handwerk-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

body.new-site.home-page .act-handwerk-stack {
  position: relative;
}

body.new-site.home-page .hw-main {
  overflow: hidden;
  border-radius: 0.3rem;
}

body.new-site.home-page .hw-main img {
  display: block;
  width: 100%;
  height: auto;
}

body.new-site.home-page .hw-float {
  position: absolute;
  right: -9%;
  bottom: -14%;
  width: 46%;
  overflow: hidden;
  border-radius: 0.3rem;
  box-shadow: 0 1.8rem 3rem -1.4rem rgba(23, 53, 43, 0.5);
}

body.new-site.home-page .hw-float img {
  display: block;
  width: 100%;
  height: auto;
}

body.new-site.home-page .act-handwerk-copy h2 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.4rem, 3.9vw, 3.7rem);
  line-height: 1.03;
}

body.new-site.home-page .act-handwerk-copy p {
  max-width: 33rem;
  margin: 1.4rem 0 0;
  color: var(--v2-muted);
  font-size: 0.99rem;
  line-height: 1.7;
}

body.new-site.home-page .act-handwerk-copy .editorial-link {
  margin-top: 1.9rem;
}

/* ---------- Akt: Medaillen ---------- */

body.new-site.home-page .act-medaillen {
  background:
    radial-gradient(120% 120% at 88% 8%, rgba(173, 114, 76, 0.2) 0%, rgba(173, 114, 76, 0) 52%),
    var(--v2-plum-black);
  color: #f4f6f1;
}

body.new-site.home-page .act-medaillen-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  padding-block: clamp(5.5rem, 9vw, 8.5rem);
}

body.new-site .act-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.3rem;
  color: var(--v2-champagne-light);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

body.new-site .act-kicker::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: var(--v2-champagne-light);
}

body.new-site.home-page .act-medaillen h2 {
  margin: 0;
  color: #fffdf8;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  line-height: 1.02;
}

body.new-site.home-page .act-medaillen-copy > p:not(.act-kicker) {
  max-width: 30rem;
  margin: 1.5rem 0 0;
  color: rgba(244, 246, 241, 0.78);
  font-size: 0.98rem;
  line-height: 1.7;
}

body.new-site.home-page .act-medaillen .editorial-link--light {
  margin-top: 2rem;
  color: var(--v2-champagne-light);
}

body.new-site.home-page .act-medaillen .editorial-link--light:hover {
  color: #fffdf8;
}

body.new-site.home-page .act-medaillen-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(2rem, 4vw, 3.5rem);
}

body.new-site.home-page .mstat {
  padding: 1.7rem 0 1.9rem;
  border-top: 1px solid rgba(244, 246, 241, 0.18);
}

body.new-site.home-page .mstat strong {
  display: block;
  color: var(--v2-champagne-light);
  font-family: "Young Serif", Georgia, serif;
  font-size: clamp(2.5rem, 3.9vw, 3.8rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

body.new-site.home-page .mstat span {
  display: block;
  max-width: 17rem;
  margin-top: 0.8rem;
  color: rgba(244, 246, 241, 0.68);
  font-size: 0.82rem;
  line-height: 1.5;
}

/* ---------- Akt: Obstwiese ---------- */

body.new-site.home-page .act-obst {
  overflow: hidden;
  padding-block: clamp(5rem, 8vw, 7.5rem);
  background: var(--v2-surface);
}

body.new-site.home-page .act-obst-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: clamp(2.5rem, 4.5vw, 3.75rem);
}

body.new-site.home-page .act-obst-head h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2.3rem, 3.7vw, 3.5rem);
  line-height: 1.04;
}

body.new-site.home-page .act-obst-head p {
  max-width: 30rem;
  margin: 0 0 0.35rem;
  color: var(--v2-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

body.new-site.home-page .obst-band {
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

body.new-site.home-page .obst-track {
  display: flex;
  width: max-content;
}

body.new-site.home-page .obst-set {
  display: flex;
  gap: clamp(0.9rem, 1.4vw, 1.25rem);
  padding-right: clamp(0.9rem, 1.4vw, 1.25rem);
}

body.new-site.home-page .obst-set img {
  width: auto;
  height: clamp(13rem, 22vw, 18rem);
  border-radius: 0.3rem;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

/* ---------- Akt: Besuch ---------- */

body.new-site.home-page .act-besuch {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: clamp(34rem, 78vh, 46rem);
  overflow: hidden;
  color: #fffdf8;
  background: var(--kino-ink);
}

body.new-site.home-page .act-besuch-media {
  position: absolute;
  inset: 0;
}

body.new-site.home-page .act-besuch-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

body.new-site.home-page .act-besuch-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(var(--kino-scrim), 0.85) 0%, rgba(var(--kino-scrim), 0.3) 42%, rgba(var(--kino-scrim), 0.05) 70%),
    linear-gradient(to right, rgba(var(--kino-scrim), 0.5) 0%, rgba(var(--kino-scrim), 0.1) 55%);
}

body.new-site.home-page .act-besuch-copy {
  position: relative;
  z-index: 1;
  padding-block: clamp(4.5rem, 8vw, 6.5rem);
}

body.new-site.home-page .act-besuch h2 {
  max-width: 19ch;
  margin: 0;
  color: #fffdf8;
  font-size: clamp(2.4rem, 4.3vw, 3.9rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  hyphens: none;
}

body.new-site.home-page .act-besuch-copy > p:not(.act-kicker) {
  max-width: 31rem;
  margin: 1.4rem 0 0;
  color: rgba(255, 253, 248, 0.86);
  font-size: 0.99rem;
  line-height: 1.65;
}

/* ---------- Footer-Feinschliff ---------- */

body.new-site .mega-footer {
  border-top: 1px solid var(--v2-line);
}

/* ==========================================================================
   Motion: Erst-Eindruck, Reveals, Parallax, Marquee
   ========================================================================== */

body.motion-ready .reveal {
  opacity: 0;
  transform: none;
  transition: none;
}

body.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
  transition: none;
  animation: revealRise 760ms var(--ease-out) var(--rd, 0ms) both;
}

@keyframes revealRise {
  from { opacity: 0; transform: translateY(1.6rem); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: no-preference) {
  body.new-site.home-page.is-loaded .kino-media img {
    animation: kinoZoom 4.2s var(--ease-out) both;
  }

  body.new-site.home-page.is-loaded .kino-word > span {
    animation: wordRise 0.95s var(--ease-out) both;
  }

  body.new-site.home-page.is-loaded .kino-word:nth-child(1) > span { animation-delay: 0.16s; }
  body.new-site.home-page.is-loaded .kino-word:nth-child(2) > span { animation-delay: 0.3s; }
  body.new-site.home-page.is-loaded .kino-word:nth-child(3) > span { animation-delay: 0.44s; }

  body.new-site.home-page.is-loaded .kino-kicker {
    animation: fadeRise 0.85s var(--ease-out) 0.09s both;
  }

  body.new-site.home-page.is-loaded .kino-lede {
    animation: fadeRise 0.85s var(--ease-out) 0.62s both;
  }

  body.new-site.home-page.is-loaded .kino-actions {
    animation: fadeRise 0.85s var(--ease-out) 0.78s both;
  }

  body.new-site.home-page.is-loaded .kino-facts {
    animation: factsIn 0.9s var(--ease-out) 1.05s both;
  }

  body.new-site.home-page .obst-track {
    animation: obstDrift 46s linear infinite;
  }

  body.new-site.home-page .obst-band:hover .obst-track,
  body.new-site.home-page .obst-band:focus-within .obst-track {
    animation-play-state: paused;
  }
}

@keyframes kinoZoom {
  from { scale: 1.07; }
  to { scale: 1; }
}

@keyframes wordRise {
  from { transform: translateY(112%); }
  to { transform: translateY(0); }
}

@keyframes fadeRise {
  from { opacity: 0; transform: translateY(1.15rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes factsIn {
  from { opacity: 0; transform: translateY(100%); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes obstDrift {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  body.new-site.home-page .obst-band {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
  }
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    body.new-site.home-page .plx {
      overflow: hidden;
    }

    body.new-site.home-page .plx img {
      animation: plxDrift linear both;
      animation-timeline: view();
      animation-range: entry 0% exit 100%;
    }

    body.new-site.home-page .act-besuch-media img {
      scale: 1.14;
    }

    body.new-site.home-page .hw-main img {
      scale: 1.16;
    }
  }
}

@keyframes plxDrift {
  from { transform: translateY(-3.2%); }
  to { transform: translateY(3.2%); }
}

/* ==========================================================================
   Unterseiten: mehr Buehne fuer Hero und Ueberschriften
   ========================================================================== */

body.new-site.inner-page .page-hero {
  padding-top: 7rem;
  align-items: center;
}

body.new-site.inner-page .page-hero-media {
  height: clamp(23rem, 31vw, 27.5rem);
  border-radius: 0.3rem;
}

body.new-site.inner-page .page-hero h1 {
  font-size: clamp(3.1rem, 5.2vw, 4.7rem);
  line-height: 0.98;
}

body.new-site.inner-page .page-hero-copy > p:last-child {
  font-size: 1.02rem;
}

body.new-site.inner-page .editorial-split h2,
body.new-site.inner-page .section-heading-row h2,
body.new-site.inner-page .craft-head h2,
body.new-site.inner-page .timeline-head h2,
body.new-site.inner-page .catalog-stories-head h2,
body.new-site.inner-page .wild-grid-head h2,
body.new-site.inner-page .liqueur-list-head h2,
body.new-site.inner-page .archive-head h2,
body.new-site.inner-page .award-moments-head h2,
body.new-site.inner-page .product-catalog-heading h2,
body.new-site.inner-page .visit-gallery-copy h2,
body.new-site.inner-page .news-lead h2,
body.new-site.inner-page .medal-lead h2,
body.new-site.inner-page .order-grid h2,
body.new-site.inner-page .gin-editorial h2,
body.new-site.inner-page .contact-direct h2,
body.new-site.inner-page .contact-form-copy h2,
body.new-site.inner-page .foundation-grid h2 {
  font-size: clamp(2.25rem, 3.45vw, 3.3rem);
  line-height: 1.03;
}

body.new-site.inner-page .visit-facts h2 {
  max-width: none;
  font-size: clamp(1.25rem, 1.7vw, 1.6rem);
  line-height: 1.2;
}

body.new-site.inner-page .catalog-cta h2,
body.new-site.inner-page .event-status h2 {
  max-width: 20ch;
  font-size: clamp(1.7rem, 2.3vw, 2.2rem);
  line-height: 1.12;
}

body.new-site.inner-page .directions-grid h2,
body.new-site.inner-page .location-grid h2 {
  max-width: none;
  font-size: clamp(1.65rem, 2.25vw, 2.1rem);
  line-height: 1.16;
}

body.new-site.inner-page .fact-story h2 {
  max-width: 21ch;
  font-size: clamp(1.9rem, 2.7vw, 2.55rem);
  line-height: 1.08;
}

body.new-site.inner-page .ledger-layout > div:first-child h2 {
  font-size: clamp(1.85rem, 2.6vw, 2.4rem);
  line-height: 1.08;
}

body.new-site.inner-page .visit-plan-grid > div:first-child h2 {
  font-size: clamp(1.85rem, 2.6vw, 2.45rem);
  line-height: 1.08;
}

body.new-site.inner-page .editorial-split {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

body.new-site.inner-page .editorial-split h2 {
  max-width: 19ch;
}

body.new-site.inner-page .editorial-split .statement-copy {
  font-size: 1.06rem;
}

body.new-site.inner-page .category-nav a span {
  display: none;
}

body.new-site.inner-page .product-catalog article > span,
body.new-site.inner-page .liqueur-list article > span,
body.new-site.inner-page .visit-facts article > span {
  display: none;
}

/* Mobile-Feinschliff fuer die neuen Akte */

@media (max-width: 900px) {
  body.new-site.home-page .act-sortiment-head,
  body.new-site.home-page .act-obst-head {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  body.new-site.home-page .act-sortiment-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.new-site.home-page .scard {
    aspect-ratio: 4 / 3.4;
  }

  body.new-site.home-page .scard--drop {
    margin-top: 0;
  }

  body.new-site.home-page .act-handwerk-grid,
  body.new-site.home-page .act-medaillen-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.75rem;
  }

  body.new-site.home-page .hw-float {
    display: none;
  }
}

@media (max-width: 620px) {
  body.new-site.home-page .kino {
    min-height: max(38rem, 96dvh);
  }

  body.new-site.home-page .kino-copy {
    padding-bottom: 9.5rem;
  }

  body.new-site.home-page .kino h1 {
    font-size: clamp(3.3rem, 16.5vw, 4rem);
  }

  body.new-site.home-page .kino-facts-row {
    grid-template-columns: minmax(0, 1fr);
  }

  body.new-site.home-page .kino-facts-row p {
    padding: 0.52rem 0;
    font-size: 0.72rem;
  }

  body.new-site.home-page .kino-facts-row p + p {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 253, 248, 0.18);
  }

  body.new-site.home-page .act-haltung h2 {
    font-size: clamp(2.15rem, 9vw, 2.6rem);
  }

  body.new-site.home-page .act-sortiment-head h2,
  body.new-site.home-page .act-handwerk-copy h2,
  body.new-site.home-page .act-obst-head h2 {
    font-size: clamp(1.9rem, 8.2vw, 2.3rem);
  }

  body.new-site.home-page .act-medaillen h2,
  body.new-site.home-page .act-besuch h2 {
    font-size: clamp(2rem, 8.6vw, 2.4rem);
  }

  body.new-site.home-page .act-medaillen-stats {
    grid-template-columns: minmax(0, 1fr);
    column-gap: 0;
  }

  body.new-site.home-page .mstat {
    padding: 1.25rem 0 1.4rem;
  }

  body.new-site.home-page .mstat strong {
    font-size: clamp(2.2rem, 10vw, 2.7rem);
  }

  body.new-site.home-page .act-zitat blockquote p {
    font-size: clamp(1.4rem, 6.4vw, 1.7rem);
  }

  body.new-site.home-page .obst-set img {
    height: 11.5rem;
  }

  body.new-site.home-page .act-besuch {
    min-height: 34rem;
  }

  body.new-site.inner-page .page-hero h1 {
    font-size: clamp(2.35rem, 10.5vw, 2.85rem);
  }

  body.new-site.inner-page main h2 {
    font-size: clamp(1.8rem, 8vw, 2.2rem);
  }
}

/* Nachbesserungen nach Sichtpruefung */

body.new-site.inner-page .craft-head,
body.new-site.inner-page .timeline-head,
body.new-site.inner-page .catalog-stories-head,
body.new-site.inner-page .wild-grid-head,
body.new-site.inner-page .liqueur-list-head,
body.new-site.inner-page .archive-head,
body.new-site.inner-page .award-moments-head,
body.new-site.inner-page .product-catalog-heading,
body.new-site.inner-page .visit-gallery-copy {
  display: block;
}

body.new-site.inner-page .visit-gallery-copy > p {
  max-width: 42rem;
}

body.new-site.inner-page main h2,
body.new-site.inner-page main h3 {
  hyphens: none;
}

body.new-site.inner-page .craft-layout {
  align-items: center;
}

body.new-site.inner-page .craft-image-main {
  max-height: 30rem;
}

body.new-site.home-page .act-medaillen h2 {
  max-width: 12ch;
}

/* Grid-Reparaturen nach Entfernung der Dekorationsnummern */

body.new-site.inner-page .liqueur-list article {
  grid-template-columns: minmax(0, 1fr) auto;
}

body.new-site.inner-page .page-next h2 {
  max-width: none;
  font-size: clamp(1.95rem, 2.75vw, 2.45rem);
  line-height: 1.08;
}

body.new-site.inner-page .liqueur-image-break .container p {
  font-size: clamp(1.25rem, 1.9vw, 1.75rem);
  line-height: 1.4;
}
