:root {
  --bg: oklch(0.99 0.006 92);
  --paper: oklch(0.972 0.016 90);
  --pearl: oklch(0.998 0.002 95);
  --cream: oklch(0.935 0.036 87);
  --ink: oklch(0.18 0.012 78);
  --muted: oklch(0.39 0.018 80);
  --soft: oklch(0.58 0.019 83);
  --coffee: oklch(0.16 0.021 69);
  --coffee-2: oklch(0.23 0.026 72);
  --gold: oklch(0.77 0.135 84);
  --gold-soft: oklch(0.91 0.075 88);
  --gold-deep: oklch(0.55 0.12 78);
  --whatsapp: oklch(0.62 0.18 151);
  --whatsapp-deep: oklch(0.43 0.14 151);
  --line: oklch(0.83 0.035 87);
  --line-dark: oklch(0.47 0.04 82);
  --dark-start: oklch(0.085 0.018 70);
  --dark-mid: oklch(0.18 0.023 72);
  --dark-end: oklch(0.12 0.02 68);
  --warm-surface: oklch(0.982 0.01 91);
  --warm-surface-strong: oklch(0.956 0.028 88);
  --shadow: 0 28px 80px oklch(0.2 0.026 72 / 0.16);
  --soft-shadow: 0 18px 46px oklch(0.2 0.026 72 / 0.09);
  --gold-shadow: 0 16px 30px oklch(0.61 0.112 79 / 0.3);
  --radius: 28px;
  --pill: 999px;
  --header-height: 76px;
  color: var(--ink);
  font-family: "Hanken Grotesk", "Segoe UI", Arial, sans-serif;
  background: var(--bg);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  font-family: "Hanken Grotesk", "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 12% 8%, oklch(0.91 0.08 86 / 0.42), transparent 25%),
    linear-gradient(180deg, var(--bg) 0%, var(--paper) 48%, var(--cream) 100%);
  font-size: 16px;
  line-height: 1.62;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.25;
  background-image:
    linear-gradient(oklch(0.55 0.12 78 / 0.07) 1px, transparent 1px),
    linear-gradient(90deg, oklch(0.55 0.12 78 / 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
input,
select,
textarea {
  outline-color: var(--gold-deep);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 14px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--coffee);
  background: var(--gold-soft);
  border: 1px solid var(--gold);
  border-radius: var(--pill);
  font-weight: 900;
  transform: translateY(calc(-100% - 24px));
  transition: transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.container {
  width: min(1200px, calc(100% - 44px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(22px, 4vw, 58px);
  background: oklch(0.08 0.018 72 / 0.94);
  border-bottom: 1px solid oklch(0.77 0.135 84 / 0.24);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pearl);
  font-weight: 900;
  white-space: nowrap;
}

.brand-logo {
  width: 38px;
  height: 38px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px oklch(0.2 0.026 72 / 0.18));
}

.brand-text {
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 1.08rem;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 30px);
  color: oklch(0.84 0.018 88);
  font-size: 0.96rem;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left center;
}

.site-nav a:hover {
  color: var(--gold-soft);
}

.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 18px !important;
  color: var(--pearl) !important;
  background: linear-gradient(105deg, var(--whatsapp-deep), var(--whatsapp));
  border: 1px solid oklch(0.76 0.14 151 / 0.72);
  border-radius: var(--pill);
  box-shadow: 0 10px 22px oklch(0.61 0.112 79 / 0.2);
}

.mobile-header-quote {
  display: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: oklch(1 0 0 / 0.08);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--gold-soft);
}

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

h1,
h2,
h3 {
  font-family: "Libre Caslon Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.96;
  color: var(--coffee);
  text-wrap: balance;
}

h1 {
  margin: 14px 0 20px;
  max-width: 15.2ch;
  font-size: clamp(3.45rem, 5.45vw, 5.55rem);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 5.4vw, 5.6rem);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
}

p {
  text-wrap: pretty;
}

.signal-line,
.small-label {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: var(--pill);
  color: var(--coffee);
  background: oklch(1 0 0 / 0.68);
  border: 1px solid oklch(0.83 0.05 86);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 9px 24px oklch(0.2 0.026 72 / 0.06);
}

.hero-stage {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3.2vw, 46px) 0 clamp(16px, 2.2vw, 28px);
  min-height: min(860px, calc(100svh - var(--header-height)));
  color: var(--pearl);
  border-bottom: 0;
  background:
    radial-gradient(circle at 28% 32%, oklch(0.77 0.135 84 / 0.14), transparent 28%),
    linear-gradient(120deg, var(--dark-start) 0%, var(--dark-mid) 54%, var(--dark-end) 100%);
}

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

.hero-stage::before {
  inset: 0;
  background:
    linear-gradient(135deg, transparent 0 47%, oklch(0.77 0.135 84 / 0.22) 47.2% 47.6%, transparent 48% 100%),
    linear-gradient(45deg, transparent 0 54%, oklch(0.77 0.135 84 / 0.13) 54.2% 54.7%, transparent 55% 100%);
  background-size: 124px 124px, 178px 178px;
  opacity: 0.32;
  mask-image: linear-gradient(90deg, black 0%, black 58%, transparent 100%);
}

.hero-stage::after {
  inset: auto 0 0;
  height: 28px;
  background: linear-gradient(180deg, transparent, oklch(0.04 0.012 70 / 0.22));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(500px, 1fr) minmax(330px, 0.78fr);
  grid-template-areas: "visual copy";
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
}

.hero-copy {
  grid-area: copy;
  padding: clamp(12px, 2vw, 26px) 0;
}

.hero-copy .signal-line {
  color: oklch(0.97 0.06 89);
  background: oklch(0.08 0.018 72 / 0.72);
  border-color: oklch(0.77 0.135 84 / 0.44);
  box-shadow: none;
}

.hero-copy h1 {
  max-width: 17.5ch;
  color: var(--pearl);
  font-size: clamp(2.86rem, 4.45vw, 4.35rem);
}

.hero-lede {
  max-width: 36ch;
  margin-bottom: 16px;
  color: oklch(0.88 0.018 88);
  font-size: clamp(1.04rem, 1.4vw, 1.18rem);
  line-height: 1.58;
}

.hero-market-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 20px;
  color: oklch(0.9 0.025 88);
  font-size: 0.78rem;
  font-weight: 900;
}

.hero-market-ribbon span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  color: inherit;
  font-size: inherit;
}

.hero-market-ribbon span + span::before {
  content: "/";
  display: inline-block;
  margin: 0 6px;
  color: var(--gold-soft);
}

.hero-market-ribbon .market-label {
  margin-right: 8px;
  color: var(--gold-soft);
}

.hero-market-ribbon .market-label + span::before {
  content: "";
  margin: 0;
}

.hero-serving-line {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
  margin-top: clamp(12px, 1.5vw, 18px);
  padding: 10px 14px;
  color: oklch(0.9 0.025 88);
  border-block: 1px solid oklch(0.77 0.135 84 / 0.16);
  background: linear-gradient(90deg, transparent, oklch(1 0 0 / 0.04), transparent);
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}

.hero-serving-line span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-serving-line span:first-child::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px oklch(0.77 0.135 84 / 0.13);
}

.hero-serving-line strong {
  color: var(--gold-soft);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: var(--pill);
  cursor: pointer;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  color: var(--coffee);
  background: var(--gold);
  border-color: oklch(0.83 0.115 86);
  box-shadow: 0 14px 30px oklch(0.04 0.012 70 / 0.22);
}

.btn.whatsapp-primary {
  color: var(--pearl);
  background: linear-gradient(105deg, var(--whatsapp-deep), var(--whatsapp));
  border-color: oklch(0.75 0.14 151 / 0.68);
  box-shadow: 0 14px 30px oklch(0.28 0.11 151 / 0.28);
}

.btn.email-secondary {
  color: var(--coffee);
  background: var(--pearl);
  border-color: oklch(0.72 0.07 85 / 0.62);
  box-shadow: 0 10px 24px oklch(0.2 0.026 72 / 0.1);
}

.btn.ghost {
  color: var(--gold-soft);
  background: oklch(0.17 0.018 72 / 0.72);
  border-color: oklch(0.77 0.135 84 / 0.52);
  box-shadow: 0 10px 28px oklch(0.04 0.012 70 / 0.16);
}

.btn.full {
  width: 100%;
}

.hero-trust-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  max-width: 34rem;
  margin: 0 0 12px;
}

.hero-trust-strip span {
  min-height: auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: oklch(0.9 0.028 88);
  background: transparent;
  box-shadow: none;
  font-size: 0.82rem;
  font-weight: 900;
}

.hero-trust-strip span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px oklch(0.77 0.135 84 / 0.13);
}

.hero-serving-inline {
  justify-content: flex-start;
  margin-top: -2px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.82rem;
  text-align: left;
}

.hero-commercial-strip {
  display: grid;
  grid-template-columns: minmax(130px, 0.42fr) minmax(0, 1fr);
  gap: 12px;
  max-width: 34rem;
  margin: 16px 0 0;
}

.hero-commercial-strip span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 74px;
  padding: 13px 15px;
  border: 1px solid oklch(0.77 0.135 84 / 0.46);
  border-radius: 18px;
  color: oklch(0.98 0.014 90);
  background:
    radial-gradient(circle at 18% 12%, oklch(0.77 0.135 84 / 0.16), transparent 38%),
    oklch(0.055 0.014 72 / 0.86);
  box-shadow: 0 18px 42px oklch(0.035 0.012 70 / 0.28);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
}

.hero-commercial-strip strong {
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-commercial-strip .serving-stat {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  align-items: center;
}

.hero-commercial-strip .serving-stat strong {
  grid-column: 1 / -1;
}

.hero-commercial-strip .serving-stat em {
  display: inline-flex;
  justify-content: center;
  padding: 4px 6px;
  color: oklch(0.98 0.014 90);
  border: 1px solid oklch(0.77 0.135 84 / 0.24);
  border-radius: 999px;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
}

.hero-example-note {
  max-width: 48ch;
  margin: -4px 0 0;
  color: oklch(0.86 0.028 88);
  font-size: 0.92rem;
  line-height: 1.45;
}

.hero-product {
  position: relative;
  grid-area: visual;
  min-height: clamp(500px, 45vw, 650px);
  isolation: isolate;
}

.hero-product::before {
  content: "";
  position: absolute;
  inset: 6% 2% 4% 6%;
  z-index: -2;
  border-radius: 40px;
  background:
    linear-gradient(135deg, oklch(0.77 0.135 84 / 0.18), transparent 32%),
    linear-gradient(135deg, oklch(0.19 0.02 74), var(--coffee-2) 66%, oklch(0.095 0.016 72)),
    var(--coffee);
  box-shadow: 0 34px 92px oklch(0.04 0.012 70 / 0.42);
  transform: rotate(-1deg);
}

.hero-product::after {
  content: "";
  position: absolute;
  inset: 9% 6% 7% 8%;
  z-index: -1;
  border: 1px solid oklch(0.84 0.1 86 / 0.38);
  border-radius: 34px;
  transform: rotate(2deg);
}

.hero-product-set {
  display: grid;
  align-content: center;
}

.hero-product-set::before {
  inset: 5% 12% 5% 7%;
  border-radius: 36px;
  transform: none;
}

.hero-product-set::after {
  display: none;
}

.hero-set-figure {
  position: absolute;
  inset: 3% 16% 6% 9%;
  z-index: 1;
  margin: 0;
  display: grid;
  overflow: hidden;
  padding: clamp(8px, 1.15vw, 14px);
  border: 1px solid oklch(0.77 0.135 84 / 0.42);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 18%, oklch(1 0 0 / 0.92), transparent 42%),
    linear-gradient(180deg, oklch(0.96 0.02 92), oklch(0.86 0.044 88)),
    var(--paper);
  box-shadow:
    0 22px 56px oklch(0.035 0.012 70 / 0.36),
    inset 0 1px 0 oklch(1 0 0 / 0.7);
}

.hero-set-figure::after {
  content: "";
  position: absolute;
  inset: clamp(8px, 1.15vw, 14px);
  border-radius: 23px;
  pointer-events: none;
  background:
    linear-gradient(90deg, oklch(0.04 0.012 70 / 0.08), transparent 22%, transparent 76%, oklch(0.04 0.012 70 / 0.1)),
    linear-gradient(180deg, transparent 68%, oklch(0.04 0.012 70 / 0.28));
}

.hero-set-image {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  display: block;
  min-width: 0;
  object-fit: cover;
  object-position: 50% 48%;
  border-radius: 23px;
  filter: saturate(1.02) contrast(1.03);
  transform: scale(1.04);
}

.hero-set-caption {
  position: absolute;
  left: 22px;
  right: auto;
  top: 22px;
  bottom: auto;
  z-index: 2;
  display: grid;
  gap: 4px;
  max-width: 245px;
  padding: 10px 13px;
  color: var(--coffee);
  border: 1px solid oklch(0.86 0.05 86 / 0.72);
  border-radius: 16px;
  background: oklch(0.995 0.006 92 / 0.88);
  box-shadow: 0 14px 32px oklch(0.24 0.032 72 / 0.14);
  backdrop-filter: blur(12px);
}

.hero-set-caption span,
.hero-set-badge span {
  color: var(--gold-deep);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-set-caption strong,
.hero-set-badge strong {
  color: var(--coffee);
  font-size: 0.92rem;
  line-height: 1.25;
}

.hero-set-badge {
  position: absolute;
  display: none;
  right: 7%;
  top: 12%;
  z-index: 3;
  width: min(218px, 34%);
  display: grid;
  gap: 5px;
  padding: 13px 15px;
  border: 1px solid oklch(0.77 0.135 84 / 0.38);
  border-radius: 18px;
  background: oklch(0.055 0.014 72 / 0.78);
  box-shadow: 0 18px 42px oklch(0.035 0.012 70 / 0.42);
  backdrop-filter: blur(14px);
}

.hero-set-badge {
  display: none !important;
}

.hero-proof-board {
  position: absolute;
  inset: 3% 3% 9% 3%;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(170px, 0.58fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-proof-board.technique-showcase {
  inset: 2% 4% 8% 4%;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

.hero-proof {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid oklch(0.77 0.135 84 / 0.26);
  border-radius: 28px;
  background: var(--pearl);
  box-shadow: 0 28px 74px oklch(0.035 0.012 70 / 0.48);
}

.hero-proof::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, oklch(0.04 0.012 70 / 0.58));
}

.hero-proof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-proof figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  min-height: 32px;
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: calc(100% - 24px);
  padding: 7px 11px;
  color: var(--coffee);
  background: oklch(1 0 0 / 0.86);
  border: 1px solid oklch(0.83 0.05 86);
  border-radius: var(--pill);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.1;
  backdrop-filter: blur(10px);
}

.hero-proof-main {
  grid-row: 1 / 3;
  border-radius: 34px;
}

.hero-proof-main img {
  object-position: 44% center;
}

.technique-figure {
  grid-row: auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(22px, 5vw, 48px);
  background:
    radial-gradient(circle at 50% 43%, oklch(1 0 0 / 0.18), transparent 21%),
    radial-gradient(circle at 47% 63%, oklch(0.77 0.135 84 / 0.2), transparent 30%),
    linear-gradient(145deg, oklch(0.075 0.017 72), var(--coffee) 45%, var(--dark-end));
  isolation: isolate;
}

.technique-set-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  display: block;
  padding: 0;
  background: oklch(0.04 0.012 70);
}

.technique-figure .technique-set-scene img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
  opacity: 1;
  filter: saturate(0.98) brightness(0.95) contrast(1.02);
  transform: none;
}

.technique-set-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 58% 49%, oklch(0.04 0.012 70 / 0.05), transparent 22%),
    linear-gradient(90deg, oklch(0.04 0.012 70 / 0.12), transparent 30%, transparent 70%, oklch(0.04 0.012 70 / 0.12)),
    linear-gradient(180deg, oklch(0.04 0.012 70 / 0.08), transparent 34%, oklch(0.04 0.012 70 / 0.14));
}

.technique-figure::after {
  background:
    linear-gradient(180deg, transparent 66%, oklch(0.04 0.012 70 / 0.32)),
    linear-gradient(90deg, oklch(0.04 0.012 70 / 0.16), transparent 28%, transparent 72%, oklch(0.04 0.012 70 / 0.16));
}

.technique-figure figcaption {
  display: none;
}

.technique-figure .technique-main-cup {
  position: relative;
  z-index: 2;
  width: min(36%, 270px);
  height: auto;
  max-height: 70%;
  object-fit: contain;
  object-position: center;
  transform: translate(22%, 5%);
  filter:
    drop-shadow(0 30px 28px oklch(0.035 0.012 70 / 0.58))
    drop-shadow(0 0 24px oklch(0.77 0.135 84 / 0.12));
}

.tech-lines {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.tech-lines line {
  stroke: var(--gold);
  stroke-width: 0.22;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 2px 5px oklch(0.04 0.012 70 / 0.72));
}

.tech-lines circle {
  fill: var(--gold-soft);
  stroke: oklch(0.31 0.06 78);
  stroke-width: 0.24;
}

.tech-label {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 31px;
  padding: 7px 11px;
  color: oklch(0.94 0.025 88);
  border: 1px solid oklch(0.77 0.135 84 / 0.32);
  border-radius: 999px;
  background: oklch(0.055 0.014 72 / 0.74);
  box-shadow: 0 14px 30px oklch(0.04 0.012 70 / 0.28);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.1;
  backdrop-filter: blur(12px);
  white-space: nowrap;
}

.tech-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px oklch(0.77 0.135 84 / 0.13);
}

.tech-label-foil {
  top: 30%;
  right: 6%;
}

.tech-label-emboss {
  top: 47%;
  left: 6%;
}

.hero-sample-inset {
  position: absolute;
  right: 3.5%;
  bottom: 9.5%;
  z-index: 5;
  width: min(220px, 34%);
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 9px 10px;
  color: var(--pearl);
  border: 1px solid oklch(0.77 0.135 84 / 0.38);
  border-radius: 18px;
  background: oklch(0.055 0.014 72 / 0.78);
  box-shadow: 0 18px 42px oklch(0.035 0.012 70 / 0.42);
  backdrop-filter: blur(14px);
}

.hero-sample-inset img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  object-position: 50% 56%;
  border: 1px solid oklch(0.83 0.05 86 / 0.74);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 45%, oklch(1 0 0 / 0.22), transparent 56%),
    var(--pearl);
}

.hero-sample-inset figcaption {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.hero-sample-inset span {
  color: var(--gold-soft);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-sample-inset strong {
  color: oklch(0.95 0.025 88);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.15;
}

.hero-proof-dark img {
  object-position: 92% 58%;
  transform: scale(1.58);
}

.hero-proof-dark {
  grid-row: 1 / 3;
}

.hero-proof-bag img {
  object-position: center 58%;
}

.route-card,
.product-ticket {
  position: absolute;
  z-index: 2;
  width: min(218px, 34%);
  display: grid;
  gap: 4px;
  padding: 12px 15px;
  color: var(--pearl);
  background: oklch(0.07 0.016 72 / 0.78);
  border: 1px solid oklch(0.77 0.135 84 / 0.34);
  border-radius: 20px;
  box-shadow: 0 16px 42px oklch(0.035 0.012 70 / 0.36);
  backdrop-filter: blur(14px);
}

.route-card {
  left: 7%;
  bottom: 13%;
  width: min(320px, 46%);
}

.route-card span,
.route-card em {
  display: block;
  color: oklch(0.86 0.03 88);
  font-style: normal;
  font-weight: 800;
  font-size: 0.86rem;
}

.route-card strong {
  display: block;
  margin: 5px 0;
  font-size: 1.12rem;
}

.product-ticket {
  max-width: 258px;
}

.product-ticket strong {
  color: var(--gold-soft);
  font-size: 0.98rem;
}

.product-ticket span {
  color: oklch(0.86 0.018 88);
  font-size: 0.88rem;
  line-height: 1.3;
}

.ticket-left {
  left: auto;
  right: 6%;
  bottom: 4%;
}

.ticket-right {
  top: 10%;
  right: 5%;
  bottom: auto;
}

.hero-media-caption {
  position: absolute;
  z-index: 2;
  left: 7%;
  bottom: -2px;
  max-width: 360px;
  margin: 0;
  padding: 0;
  color: oklch(0.9 0.025 88);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.32;
  text-shadow: 0 2px 10px oklch(0.04 0.012 70 / 0.82);
}

.hero-mobile-followup {
  display: none;
}

.hero-dossier {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(18px, 2vw, 28px);
  overflow: hidden;
  border-top: 1px solid oklch(0.77 0.135 84 / 0.26);
  border-bottom: 1px solid oklch(0.77 0.135 84 / 0.2);
  background: linear-gradient(90deg, transparent, oklch(1 0 0 / 0.045), transparent);
  box-shadow: none;
}

.hero-dossier div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 8px 16px;
  align-items: start;
  padding: clamp(16px, 2.2vw, 22px);
  background: transparent;
  border-right: 1px solid oklch(0.77 0.135 84 / 0.18);
}

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

.hero-dossier span {
  grid-row: span 2;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold-soft);
  background: oklch(1 0 0 / 0.06);
  border: 1px solid oklch(0.77 0.135 84 / 0.34);
  font-weight: 900;
}

.hero-dossier strong {
  color: var(--pearl);
  font-size: 1.08rem;
}

.hero-dossier p {
  margin: 0;
  color: oklch(0.86 0.018 88);
}

@media (min-width: 1041px) {
  .hero-dossier {
    margin-top: clamp(20px, 2vw, 28px);
  }

  .hero-dossier div {
    grid-template-columns: 48px 1fr;
    align-items: start;
    min-height: 84px;
    padding: 12px 24px;
  }

  .hero-dossier span {
    grid-row: span 2;
  }

  .hero-dossier p {
    max-width: 34ch;
    font-size: 0.82rem;
    line-height: 1.28;
  }
}

.africa-trust-section .small-label,
.markets-section .small-label {
  color: var(--coffee);
  background: oklch(1 0 0 / 0.68);
  border-color: oklch(0.83 0.05 86);
}

.section {
  position: relative;
  margin-top: -1px;
  padding: clamp(76px, 10vw, 148px) 0;
}

.africa-trust-section {
  position: relative;
  overflow: hidden;
  padding-top: clamp(48px, 6vw, 82px);
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 4%, oklch(0.77 0.135 84 / 0.1), transparent 24%),
    linear-gradient(180deg, var(--paper) 0%, var(--warm-surface) 52%, var(--paper) 100%);
}

.africa-trust-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(380px, 1.08fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: start;
}

.africa-trust-copy {
  position: sticky;
  top: calc(var(--header-height) + 30px);
}

.africa-trust-copy h2 {
  color: var(--ink);
  font-size: clamp(2.5rem, 5.1vw, 5.3rem);
}

.africa-trust-copy p {
  max-width: 60ch;
  color: var(--muted);
  font-size: 1.1rem;
}

.africa-context-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(32px, 4vw, 68px);
}

.africa-context-board article {
  position: relative;
  min-height: 236px;
  padding: clamp(22px, 3vw, 30px);
  overflow: hidden;
  border: 1px solid oklch(0.77 0.135 84 / 0.26);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, oklch(0.77 0.135 84 / 0.16), transparent 32%),
    linear-gradient(135deg, var(--coffee), var(--dark-end));
  box-shadow: 0 24px 62px oklch(0.08 0.02 70 / 0.18);
}

.africa-context-board article::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid oklch(0.77 0.135 84 / 0.12);
  border-radius: 22px;
  pointer-events: none;
}

.africa-context-board span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  color: var(--gold-soft);
  font-weight: 900;
}

.africa-context-board h3 {
  position: relative;
  z-index: 1;
  color: var(--pearl);
  font-size: clamp(1.5rem, 2.4vw, 2.5rem);
}

.africa-context-board p {
  position: relative;
  z-index: 1;
  color: oklch(0.84 0.018 88);
}

.africa-context-main {
  grid-column: 1 / -1;
  min-height: 334px;
  padding: clamp(18px, 2.5vw, 26px) !important;
  background:
    linear-gradient(115deg, oklch(0.77 0.135 84 / 0.18), transparent 42%),
    linear-gradient(135deg, var(--coffee), var(--dark-end)) !important;
}

.city-route {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.city-route::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, oklch(0.77 0.135 84 / 0.58), transparent);
}

.city-route span {
  justify-content: center;
  min-height: 36px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid oklch(0.77 0.135 84 / 0.34);
  border-radius: var(--pill);
  color: oklch(0.96 0.064 90);
  background: oklch(0.12 0.021 72 / 0.82);
  box-shadow: 0 12px 32px oklch(0.08 0.02 70 / 0.24);
  font-size: 0.8rem;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.context-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(210px, 0.68fr) minmax(260px, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
}

.context-stage img {
  width: 100%;
  min-height: 246px;
  height: 100%;
  object-fit: cover;
  border: 1px solid oklch(0.77 0.135 84 / 0.34);
  border-radius: 22px;
  box-shadow: 0 26px 60px oklch(0.06 0.018 70 / 0.28);
}

.context-stage div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.africa-context-main h3 {
  max-width: 18ch;
  font-size: clamp(2.25rem, 3.9vw, 4.35rem);
}

.africa-context-card {
  display: grid;
  grid-template-columns: minmax(96px, 0.44fr) minmax(170px, 1fr);
  gap: 18px;
  align-items: center;
}

.africa-context-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 0.86;
  object-fit: cover;
  border: 1px solid oklch(0.77 0.135 84 / 0.26);
  border-radius: 20px;
  background: oklch(0.94 0.025 86);
  box-shadow: 0 18px 38px oklch(0.08 0.02 70 / 0.2);
}

.africa-context-card h3 {
  font-size: clamp(1.45rem, 2vw, 2.1rem);
}

.africa-context-media {
  display: grid;
  grid-template-columns: minmax(120px, 0.58fr) minmax(150px, 1fr);
  gap: 18px;
  align-items: center;
  background:
    linear-gradient(135deg, oklch(0.77 0.135 84 / 0.16), transparent 42%),
    oklch(0.11 0.02 70 / 0.86) !important;
}

.africa-context-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid oklch(0.77 0.135 84 / 0.32);
  border-radius: 22px;
  box-shadow: 0 18px 42px oklch(0.08 0.02 70 / 0.24);
}

.africa-context-media strong {
  position: relative;
  z-index: 1;
  display: block;
  color: oklch(0.9 0.018 88);
  line-height: 1.45;
}

.africa-trust-strip {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: clamp(28px, 4vw, 54px);
  padding-top: 18px;
  border-top: 1px solid oklch(0.77 0.135 84 / 0.24);
}

.africa-trust-strip span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: var(--pill);
  color: var(--coffee);
  background: oklch(1 0 0 / 0.68);
  font-weight: 900;
}

#systems,
#africa-trust,
#cases,
#advantages,
#buyers,
#markets,
#process,
#quote {
  scroll-margin-top: calc(var(--header-height) + 8px);
}

.systems-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 10%, oklch(0.77 0.135 84 / 0.14), transparent 28%),
    linear-gradient(180deg, var(--bg) 0%, var(--paper) 100%);
}

.section-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.64fr) minmax(360px, 1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
}

.section-intro {
  position: sticky;
  top: calc(var(--header-height) + 30px);
}

.section-intro p,
.sample-copy > p,
.markets-copy > p,
.quote-copy > p {
  max-width: 64ch;
  color: var(--muted);
  font-size: 1.09rem;
}

.system-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.system-row {
  position: relative;
  min-height: 296px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(24px, 3.2vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, oklch(0.91 0.075 88 / 0.5), transparent 38%),
    linear-gradient(180deg, var(--pearl), var(--paper));
  box-shadow: var(--soft-shadow);
}

.system-row::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, var(--pearl) 0 27%, transparent 29%),
    conic-gradient(from 20deg, var(--gold-deep), var(--gold-soft), var(--coffee-2), var(--gold-deep));
  opacity: 0.82;
}

.system-img {
  position: absolute;
  top: 18px;
  right: 18px;
  width: min(38%, 150px);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid oklch(1 0 0 / 0.68);
  box-shadow: 0 14px 34px oklch(0.2 0.026 72 / 0.12);
  background: var(--pearl);
}

.system-row span,
.buyer-lanes article span,
.market-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  color: var(--gold-deep);
  font-weight: 900;
}

.system-row p {
  color: var(--muted);
}

.system-row:not(.row-large) h3,
.system-row:not(.row-large) p,
.system-row:not(.row-large) a,
.system-row:not(.row-large) span {
  position: relative;
  z-index: 1;
  max-width: calc(100% - min(38%, 150px) - 22px);
}

.system-row:not(.row-large) h3 {
  font-size: clamp(1.42rem, 1.65vw, 1.92rem);
}

.system-row a {
  width: fit-content;
  margin-top: 8px;
  color: var(--coffee);
  font-weight: 900;
  border-bottom: 2px solid var(--gold);
}

.row-large {
  min-height: 380px;
  grid-row: span 2;
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.72), oklch(0.97 0.018 90 / 0.88));
}

.row-large .system-img {
  inset: 16px 16px auto 16px;
  width: auto;
  height: 48%;
  aspect-ratio: auto;
  border-radius: 24px;
  object-fit: contain;
  object-position: center;
}

.row-large h3,
.row-large p,
.row-large a,
.row-large span {
  position: relative;
  z-index: 1;
}

.row-large::after {
  content: "";
  position: absolute;
  inset: 32% 0 0;
  background: linear-gradient(180deg, transparent, oklch(0.99 0.006 92 / 0.94) 48%, oklch(0.99 0.006 92));
}

.row-dark {
  color: var(--pearl);
  background:
    radial-gradient(circle at 85% 20%, oklch(0.77 0.135 84 / 0.2), transparent 34%),
    linear-gradient(135deg, var(--coffee), var(--dark-end));
  border-color: oklch(0.77 0.135 84 / 0.24);
}

.row-dark h3,
.row-dark a {
  color: var(--pearl);
}

.row-dark p {
  color: oklch(0.86 0.017 88);
}

.row-dark span {
  color: var(--gold-soft);
}

.cases-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, oklch(0.77 0.135 84 / 0.2), transparent 28%),
    linear-gradient(180deg, var(--paper) 0%, var(--warm-surface) 34%, var(--paper) 100%);
}

.cases-section::before {
  content: "";
  position: absolute;
  inset: auto -9vw 7% auto;
  width: min(42vw, 520px);
  aspect-ratio: 1;
  border: 1px solid oklch(0.77 0.135 84 / 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.cases-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 0.78fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(26px, 4vw, 46px);
}

.cases-head h2 {
  max-width: 11ch;
}

.cases-summary p {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.09rem;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.case-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid oklch(0.83 0.035 87 / 0.58);
  border-radius: var(--pill);
  color: oklch(0.32 0.018 78);
  background: oklch(1 0 0 / 0.42);
  box-shadow: none;
  font-size: 0.84rem;
  font-weight: 800;
}

.case-tags .case-tags-label {
  color: var(--muted);
  background: transparent;
  border-color: transparent;
  padding-left: 0;
  font-weight: 900;
}

.case-wall {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(8px, 1vw, 14px);
  padding: clamp(8px, 1.1vw, 14px);
  border: 1px solid oklch(0.77 0.135 84 / 0.24);
  border-radius: 32px;
  background:
    radial-gradient(circle at 16% 12%, oklch(0.77 0.135 84 / 0.18), transparent 30%),
    linear-gradient(135deg, var(--coffee), var(--dark-end));
  box-shadow: var(--shadow);
}

.case-tile {
  position: relative;
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
  border: 1px solid oklch(1 0 0 / 0.18);
  border-radius: clamp(16px, 1.5vw, 22px);
  background: var(--coffee);
  box-shadow: 0 18px 42px oklch(0.08 0.02 70 / 0.2);
  isolation: isolate;
}

.case-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.04), transparent 38%),
    linear-gradient(0deg, oklch(0.04 0.012 70 / 0.2), transparent 38%);
  pointer-events: none;
}

.case-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(0.98) brightness(0.98);
  transition: transform 700ms ease, filter 700ms ease;
}

.case-tile:hover img {
  transform: scale(1.03);
  filter: saturate(0.92) contrast(1) brightness(1);
}

.js .case-wall:not(.is-expanded) .case-tile:nth-child(n + 7) {
  display: none;
}

.cases-gallery-actions {
  display: flex;
  justify-content: center;
  margin-top: clamp(18px, 2.4vw, 28px);
}

.gallery-toggle {
  min-width: min(100%, 230px);
  color: var(--coffee);
  background: oklch(1 0 0 / 0.7);
  border-color: oklch(0.7 0.13 82 / 0.62);
  box-shadow: 0 12px 30px oklch(0.23 0.03 75 / 0.08);
}

.gallery-toggle:hover {
  background: var(--coffee);
  border-color: var(--coffee);
  color: var(--pearl);
}

.sample-room {
  color: var(--pearl);
  background:
    linear-gradient(90deg, oklch(0.16 0.021 69 / 0.96), oklch(0.16 0.021 69 / 0.78)),
    url("assets/velvetpack-real/black-gold-foil-detail.png") center / cover;
}

.sample-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}

.sample-media {
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid oklch(0.77 0.135 84 / 0.32);
  box-shadow: 0 36px 90px oklch(0.08 0.02 70 / 0.34);
  transform: rotate(-2deg);
}

.sample-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sample-copy h2,
.sample-copy h3 {
  color: var(--pearl);
}

.sample-copy > p {
  color: oklch(0.87 0.018 88);
}

.finish-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.finish-grid div {
  min-height: 132px;
  padding: 18px;
  border: 1px solid oklch(0.77 0.135 84 / 0.28);
  border-radius: 22px;
  background: oklch(1 0 0 / 0.08);
  backdrop-filter: blur(12px);
}

.finish-grid b,
.finish-grid span {
  display: block;
}

.finish-grid b {
  margin-bottom: 6px;
  color: var(--gold-soft);
}

.finish-grid span {
  color: oklch(0.88 0.017 88);
}

.finish-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(34px, 5vw, 70px);
}

.finish-strip figure {
  position: relative;
  min-height: 250px;
  margin: 0;
  overflow: hidden;
  border: 1px solid oklch(0.77 0.135 84 / 0.26);
  border-radius: 28px;
  background: oklch(1 0 0 / 0.08);
  box-shadow: 0 24px 58px oklch(0.08 0.02 70 / 0.18);
}

.finish-strip img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.finish-strip figcaption {
  position: absolute;
  left: 16px;
  top: 16px;
  right: auto;
  bottom: auto;
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 8px 13px;
  color: var(--coffee);
  background: oklch(1 0 0 / 0.86);
  border: 1px solid oklch(0.86 0.05 86);
  border-radius: var(--pill);
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.branded-cup-display {
  position: relative;
  min-height: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 50% 45%, oklch(1 0 0 / 0.96), transparent 31%),
    radial-gradient(ellipse at 50% 68%, oklch(0.77 0.135 84 / 0.22), transparent 35%),
    linear-gradient(145deg, oklch(0.075 0.017 72), var(--coffee) 48%, var(--dark-end));
}

.branded-cup-display::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12%;
  z-index: 0;
  width: 58%;
  height: 12%;
  border-radius: 50%;
  background: oklch(0.04 0.012 70 / 0.36);
  filter: blur(16px);
  transform: translateX(-50%);
}

.branded-cup-display .branded-cup-image {
  position: relative;
  z-index: 1;
  width: min(62%, 420px);
  height: auto;
  max-height: 90%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  filter:
    drop-shadow(0 30px 30px oklch(0.035 0.012 70 / 0.58))
    drop-shadow(0 0 26px oklch(0.77 0.135 84 / 0.13));
  transform: translateY(2%) rotate(-0.8deg);
}

.cup-brand-imprint {
  position: absolute;
  left: 50%;
  top: 52%;
  z-index: 2;
  width: min(33%, 220px);
  min-height: clamp(116px, 10.6vw, 166px);
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  padding: 16px 20px 14px;
  color: #cbb080;
  border: 1px solid oklch(0.77 0.135 84 / 0.22);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 50% 50%, oklch(0.985 0.006 92 / 1) 0 70%, oklch(0.985 0.006 92 / 0.92) 78%, transparent 86%);
  filter: drop-shadow(0 4px 8px oklch(0.35 0.025 78 / 0.18));
  transform: translate(-50%, -50%) rotate(-1deg);
}

.cup-brand-imprint img {
  width: min(66px, 46%);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px oklch(0.24 0.03 72 / 0.18));
}

.cup-brand-imprint span {
  display: block;
  color: #b99755;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(0.68rem, 1vw, 0.92rem);
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.hero-cup-display {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-cup-display .branded-cup-image {
  width: min(64%, 430px);
  max-height: 91%;
  transform: translate(-2%, 2%) rotate(-1deg);
}

.hero-cup-display .cup-brand-imprint {
  top: 52%;
}

.hero-cup-display::after,
.sample-cup-display::after,
.finish-cup-display::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, oklch(0.04 0.012 70 / 0.18), transparent 30%, transparent 72%, oklch(0.04 0.012 70 / 0.18)),
    linear-gradient(180deg, oklch(0.04 0.012 70 / 0.08), transparent 38%, oklch(0.04 0.012 70 / 0.16));
}

.branded-cup-thumb {
  position: relative;
  width: 62px;
  height: 62px;
  overflow: hidden;
  border: 1px solid oklch(0.83 0.05 86 / 0.74);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 45%, oklch(1 0 0 / 0.84), transparent 58%),
    var(--pearl);
}

.branded-cup-thumb .branded-cup-image {
  position: absolute;
  left: 50%;
  top: 51%;
  width: 48px;
  height: auto;
  max-width: none;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.cup-thumb-mark {
  position: absolute;
  left: 50%;
  top: 51%;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  padding: 2px;
  border-radius: 50%;
  background: oklch(0.98 0.006 92 / 0.9);
  transform: translate(-50%, -50%);
}

.cup-thumb-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sample-cup-media {
  background:
    radial-gradient(ellipse at 48% 42%, oklch(1 0 0 / 0.78), transparent 31%),
    linear-gradient(145deg, oklch(0.105 0.018 72), var(--coffee-2) 58%, var(--dark-end));
}

.sample-cup-display {
  min-height: clamp(360px, 34vw, 470px);
  border-radius: inherit;
}

.sample-cup-display .branded-cup-image {
  width: min(58%, 360px);
  max-height: 88%;
}

.finish-cup-figure {
  background:
    radial-gradient(ellipse at 52% 40%, oklch(1 0 0 / 0.18), transparent 34%),
    oklch(0.12 0.018 72);
}

.finish-cup-display {
  position: absolute;
  inset: 0;
  min-height: 250px;
}

.finish-cup-display .branded-cup-image {
  width: min(62%, 260px);
  max-height: 88%;
  min-height: 0;
  object-fit: contain;
}

.finish-cup-display .cup-brand-imprint {
  width: min(27%, 105px);
  min-height: 68px;
  padding: 9px 12px 8px;
}

.finish-cup-display .cup-brand-imprint img {
  width: min(32px, 44%);
}

.finish-cup-display .cup-brand-imprint span {
  font-size: 0.62rem;
}

.product-focus-section {
  position: relative;
  overflow: hidden;
}

.product-focus-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 10%, oklch(0.91 0.075 88 / 0.18), transparent 28%),
    radial-gradient(circle at 86% 78%, oklch(0.55 0.12 78 / 0.1), transparent 26%);
}

.product-focus-section > .container {
  position: relative;
  z-index: 1;
}

.product-focus-section + .product-focus-section {
  margin-top: -1px;
}

.paper-cup-section {
  background:
    linear-gradient(180deg, var(--paper) 0%, var(--warm-surface) 56%, oklch(0.955 0.023 88) 100%);
}

.cold-cup-section {
  color: var(--foreground);
  background:
    linear-gradient(180deg, oklch(0.955 0.023 88) 0%, oklch(0.985 0.01 92) 44%, oklch(0.94 0.018 91) 100%);
}

.bag-material-section {
  background:
    linear-gradient(180deg, oklch(0.94 0.018 91) 0%, var(--warm-surface) 48%, var(--paper) 100%);
}

.pastry-box-section {
  color: oklch(0.91 0.018 88);
  background:
    radial-gradient(circle at 13% 18%, oklch(0.62 0.12 45 / 0.2), transparent 30%),
    linear-gradient(135deg, oklch(0.17 0.052 40), var(--coffee) 54%, oklch(0.11 0.024 68));
}

.pastry-box-section::before {
  background:
    linear-gradient(115deg, transparent 0 62%, oklch(0.77 0.135 84 / 0.08) 62% 62.2%, transparent 62.2%),
    radial-gradient(circle at 86% 78%, oklch(0.77 0.135 84 / 0.16), transparent 26%);
}

.pastry-box-section h2,
.pastry-box-section .material-grid b {
  color: var(--pearl);
}

.pastry-box-section .product-focus-copy > p,
.pastry-box-section .material-grid span {
  color: oklch(0.86 0.018 88);
}

.pastry-box-section .small-label {
  color: var(--gold-soft);
  border-color: oklch(0.77 0.135 84 / 0.46);
  background: oklch(0.08 0.018 72 / 0.46);
}

.pastry-box-section .material-grid div {
  border-color: oklch(0.77 0.135 84 / 0.24);
  background: oklch(1 0 0 / 0.06);
  box-shadow: 0 18px 42px oklch(0.04 0.012 70 / 0.2);
}

.pastry-box-stage {
  min-height: clamp(520px, 48vw, 680px);
  background: oklch(0.24 0.042 48);
  border-color: oklch(0.77 0.135 84 / 0.46);
}

.pastry-box-stage::before {
  display: none;
}

.pastry-box-stage img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: 50% 46%;
  filter: saturate(0.92) contrast(1.03);
}

.pastry-box-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 58%, oklch(0.07 0.02 55 / 0.62));
}

.pastry-box-stage figcaption {
  color: var(--pearl);
  border-color: oklch(0.77 0.135 84 / 0.34);
  background: oklch(0.08 0.018 72 / 0.82);
}

.accessory-rail-section {
  background:
    radial-gradient(circle at 86% 18%, oklch(0.77 0.135 84 / 0.14), transparent 23%),
    linear-gradient(180deg, var(--paper), var(--warm-surface));
}

.accessory-rail-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.accessory-rail-intro h2 {
  max-width: 10ch;
  font-size: clamp(2.4rem, 4.4vw, 4.8rem);
}

.accessory-rail-intro p {
  max-width: 52ch;
  color: var(--muted);
  font-size: 1.05rem;
}

.accessory-specimens {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr 1fr 0.9fr;
  gap: 3px;
  overflow: hidden;
  padding: 3px;
  border: 1px solid oklch(0.77 0.135 84 / 0.38);
  border-radius: 30px;
  background: oklch(0.77 0.135 84 / 0.22);
  box-shadow: var(--soft-shadow);
}

.accessory-specimens figure {
  position: relative;
  min-width: 0;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  background: var(--coffee);
}

.accessory-specimens figure:first-child {
  border-radius: 25px 0 0 25px;
}

.accessory-specimens figure:last-child {
  border-radius: 0 25px 25px 0;
}

.accessory-specimens img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

.accessory-specimens figure:hover img {
  transform: scale(1.035);
}

.accessory-specimens figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 9px 10px;
  color: var(--pearl);
  border: 1px solid oklch(0.77 0.135 84 / 0.3);
  border-radius: 14px;
  background: oklch(0.08 0.018 72 / 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.product-focus {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(340px, 1fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: center;
}

.product-focus-reverse {
  grid-template-columns: minmax(340px, 1fr) minmax(300px, 0.92fr);
}

.product-focus-copy {
  max-width: 650px;
}

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

.product-focus-copy > p {
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.09rem;
}

.product-focus-copy .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 22px;
  color: var(--coffee);
  font-weight: 950;
  border-bottom: 2px solid var(--gold);
}

.product-focus-copy .text-link::after {
  content: "↗";
  font-size: 0.92em;
  line-height: 1;
}

.product-focus-copy .product-whatsapp-cta {
  width: fit-content;
  margin-top: 22px;
  min-height: 48px;
  padding-inline: 20px;
  font-size: 0.9rem;
}

.material-grid {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.cup-spec-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.cup-spec-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  color: var(--coffee);
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.15;
  border: 1px solid oklch(0.76 0.12 84 / 0.28);
  border-radius: 999px;
  background: oklch(1 0 0 / 0.68);
  box-shadow: 0 12px 25px oklch(0.3 0.04 72 / 0.06);
}

.material-grid div {
  display: grid;
  grid-template-columns: minmax(150px, 0.44fr) minmax(0, 1fr);
  gap: 18px;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: oklch(1 0 0 / 0.62);
  box-shadow: 0 12px 30px oklch(0.24 0.032 72 / 0.06);
}

.material-grid b,
.material-grid span {
  display: block;
}

.material-grid b {
  color: var(--coffee);
  font-weight: 950;
}

.material-grid span {
  color: var(--muted);
}

.product-focus-media {
  min-width: 0;
}

.single-product-stage {
  position: relative;
  min-height: clamp(410px, 40vw, 560px);
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0;
  border: 1px solid oklch(0.77 0.135 84 / 0.24);
  border-radius: 34px;
  background:
    radial-gradient(ellipse at 50% 42%, oklch(1 0 0 / 0.96), transparent 34%),
    radial-gradient(ellipse at 50% 74%, oklch(0.77 0.135 84 / 0.14), transparent 38%),
    linear-gradient(145deg, oklch(0.992 0.007 92), oklch(0.91 0.033 84));
  box-shadow:
    0 34px 78px oklch(0.23 0.03 72 / 0.16),
    inset 0 1px 0 oklch(1 0 0 / 0.2);
}

.single-product-stage::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 13%;
  width: 56%;
  height: 12%;
  border-radius: 50%;
  background: oklch(0.31 0.032 72 / 0.16);
  filter: blur(20px);
  transform: translateX(-50%);
}

.single-product-stage img {
  position: relative;
  z-index: 1;
  width: min(62%, 430px);
  max-height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px oklch(0.04 0.012 70 / 0.46));
}

.single-product-stage figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  padding: 12px 15px;
  color: var(--coffee);
  background: oklch(1 0 0 / 0.84);
  border: 1px solid oklch(0.86 0.05 86 / 0.72);
  border-radius: 20px;
  font-weight: 900;
  text-align: center;
  backdrop-filter: blur(10px);
}

.paper-cup-stage img {
  width: min(70%, 440px);
  transform: translateY(-1%) rotate(-0.7deg);
  animation: paperCupFloat 5.8s ease-in-out infinite;
}

.paper-cup-stage {
  min-height: clamp(370px, 35vw, 500px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 50% 42%, oklch(1 0 0 / 0.86), transparent 38%),
    radial-gradient(ellipse at 48% 76%, oklch(0.74 0.11 82 / 0.17), transparent 42%);
  box-shadow: none;
  isolation: isolate;
}

.paper-cup-stage::before {
  bottom: 15%;
  width: min(54%, 330px);
  height: 10%;
  background: oklch(0.23 0.035 72 / 0.18);
  filter: blur(24px);
  transform: translateX(-50%) scaleX(1.08);
}

.paper-cup-stage::after {
  content: "";
  position: absolute;
  inset: 13% 12% 16%;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  background:
    radial-gradient(circle at 54% 26%, oklch(0.88 0.085 86 / 0.24), transparent 25%),
    radial-gradient(circle at 35% 70%, oklch(1 0 0 / 0.56), transparent 34%);
  filter: blur(4px);
}

.paper-cup-callout-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.paper-cup-callout-lines path {
  fill: none;
  stroke: oklch(0.63 0.13 78 / 0.86);
  stroke-width: 1.15;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 2px 5px oklch(0.35 0.08 75 / 0.18));
}

.paper-cup-callout-lines circle {
  fill: var(--gold-soft);
  stroke: oklch(1 0 0 / 0.96);
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 2px 5px oklch(0.35 0.08 75 / 0.24));
}

.cup-process-label {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  min-width: 142px;
  padding: 10px 13px 11px;
  color: var(--coffee);
  border: 1px solid oklch(0.72 0.105 81 / 0.52);
  border-radius: 14px;
  background: oklch(0.99 0.008 91 / 0.88);
  box-shadow:
    0 14px 34px oklch(0.29 0.04 72 / 0.1),
    inset 0 1px 0 oklch(1 0 0 / 0.82);
  backdrop-filter: blur(12px);
  pointer-events: none;
}

.cup-process-label::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px oklch(0.77 0.135 84 / 0.12);
  transform: translateY(-50%);
}

.cup-process-label small {
  color: oklch(0.42 0.065 74);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cup-process-label strong {
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.12;
  white-space: nowrap;
}

.cup-process-label-emboss {
  top: 21.5%;
  left: 0;
  text-align: left;
}

.cup-process-label-emboss::before {
  right: -4px;
}

.cup-process-label-foil {
  top: 35.5%;
  right: 0;
  text-align: right;
}

.cup-process-label-foil::before {
  left: -4px;
}

@keyframes paperCupFloat {
  0%,
  100% {
    transform: translateY(-1%) rotate(-0.7deg);
  }

  50% {
    transform: translateY(-4.6%) rotate(0.35deg);
  }
}

.cold-cup-stage {
  background:
    radial-gradient(circle at 72% 10%, oklch(0.86 0.05 86 / 0.22), transparent 28%),
    linear-gradient(145deg, oklch(0.985 0.01 92), oklch(0.91 0.022 88));
  border-color: var(--line);
}

.cold-cup-stage::before {
  background: oklch(0.42 0.034 72 / 0.17);
}

.cold-cup-stage img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: saturate(0.94) contrast(0.98);
}

.cold-cup-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 50%, oklch(0.11 0.015 72 / 0.28) 100%),
    radial-gradient(circle at 18% 16%, oklch(1 0 0 / 0.22), transparent 30%);
}

.cold-size-marquee {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  width: 100%;
  margin: clamp(10px, 2.8vw, 26px) auto 0;
  overflow: hidden;
  padding: 16px 0 14px;
  border: 1px solid oklch(0.78 0.09 84 / 0.3);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, oklch(1 0 0 / 0.9), transparent 34%),
    linear-gradient(120deg, oklch(0.985 0.01 92 / 0.84), oklch(0.94 0.024 86 / 0.72));
  box-shadow:
    0 20px 48px oklch(0.25 0.035 72 / 0.08),
    inset 0 1px 0 oklch(1 0 0 / 0.62);
}

.cold-size-marquee::before,
.cold-size-marquee::after {
  content: "";
  position: absolute;
  top: 58px;
  bottom: 0;
  z-index: 2;
  width: 10%;
  pointer-events: none;
}

.cold-size-marquee::before {
  left: 0;
  background: linear-gradient(90deg, oklch(0.98 0.012 91), transparent);
}

.cold-size-marquee::after {
  right: 0;
  background: linear-gradient(270deg, oklch(0.95 0.022 87), transparent);
}

.cold-size-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 clamp(16px, 2.4vw, 28px) 12px;
}

.cold-size-head span,
.cold-size-head a {
  color: var(--coffee);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.2;
}

.cold-size-head span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cold-size-head a {
  border-bottom: 2px solid var(--gold);
}

.cold-size-track {
  display: flex;
  gap: 14px;
  width: max-content;
  padding: 0 0 2px;
  animation: coldSizeScroll 34s linear infinite;
}

.cold-size-marquee:hover .cold-size-track,
.cold-size-marquee:focus-within .cold-size-track,
.cold-size-marquee:active .cold-size-track {
  animation-play-state: paused;
}

.cold-size-card {
  flex: 0 0 clamp(126px, 11.5vw, 166px);
  margin: 0;
  padding: 9px 9px 10px;
  border: 1px solid oklch(0.79 0.075 84 / 0.42);
  border-radius: 20px;
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.88), oklch(0.965 0.014 89 / 0.84));
  box-shadow:
    0 18px 34px oklch(0.26 0.035 72 / 0.1),
    inset 0 1px 0 oklch(1 0 0 / 0.72);
}

.cold-size-card img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: contain;
  object-position: center;
  border: 1px solid oklch(0.28 0.01 80 / 0.5);
  border-radius: 14px;
  background: oklch(0.08 0 0);
}

.cold-size-card figcaption {
  margin-top: 9px;
  color: var(--coffee);
  font-size: 0.7rem;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
}

@keyframes coldSizeScroll {
  to {
    transform: translateX(calc(-50% - 7px));
  }
}

.bag-stage {
  min-height: clamp(390px, 36vw, 520px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 50% 42%, oklch(1 0 0 / 0.82), transparent 39%),
    radial-gradient(ellipse at 48% 78%, oklch(0.74 0.11 82 / 0.16), transparent 43%);
  box-shadow: none;
  isolation: isolate;
}

.bag-stage::before {
  bottom: 10%;
  width: min(62%, 360px);
  height: 11%;
  background: oklch(0.24 0.038 70 / 0.2);
  filter: blur(26px);
  transform: translateX(-50%) scaleX(1.08);
  animation: bagShadowFloat 8.2s ease-in-out infinite;
}

.bag-stage::after {
  content: "";
  position: absolute;
  inset: 10% 9% 13%;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  background:
    radial-gradient(circle at 56% 24%, oklch(0.88 0.085 86 / 0.2), transparent 27%),
    radial-gradient(circle at 36% 70%, oklch(1 0 0 / 0.52), transparent 35%);
  filter: blur(5px);
}

.bag-stage img {
  width: auto;
  height: clamp(360px, 38vw, 520px);
  max-width: 84%;
  max-height: none;
  transform: translateY(-1.4%) rotate(-0.55deg);
  animation: bagFloat 8.2s ease-in-out infinite;
}

@keyframes bagFloat {
  0%,
  100% {
    transform: translateY(-1.4%) rotate(-0.55deg);
  }

  50% {
    transform: translateY(-4.5%) rotate(0.25deg);
  }
}

@keyframes bagShadowFloat {
  0%,
  100% {
    opacity: 0.66;
    transform: translateX(-50%) scaleX(1.08);
  }

  50% {
    opacity: 0.42;
    transform: translateX(-50%) scaleX(0.94);
  }
}

.advantage-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, oklch(0.77 0.135 84 / 0.2), transparent 28%),
    linear-gradient(180deg, var(--bg) 0%, var(--paper) 100%);
}

.advantage-copy h2,
.buyers-heading h2,
.markets-copy h2,
.process-heading h2,
.quote-copy h2 {
  font-size: clamp(2.45rem, 4.7vw, 4.85rem);
}

.advantage-section,
.buyers-section,
.markets-section,
.process-section {
  padding-block: clamp(68px, 8vw, 112px);
}

.advantage-section::before {
  content: "";
  position: absolute;
  right: -8vw;
  top: 14%;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  border: 1px solid oklch(0.77 0.135 84 / 0.22);
  border-radius: 50%;
  pointer-events: none;
}

.advantage-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(380px, 1.12fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
}

.advantage-copy {
  position: sticky;
  top: calc(var(--header-height) + 30px);
}

.advantage-copy p {
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.09rem;
}

.advantage-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.advantage-index {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--pill);
  background: oklch(1 0 0 / 0.62);
  box-shadow: 0 12px 30px oklch(0.2 0.026 72 / 0.06);
}

.advantage-index span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid oklch(0.83 0.05 86);
  border-radius: var(--pill);
  color: var(--coffee);
  background: linear-gradient(180deg, oklch(1 0 0 / 0.92), oklch(0.965 0.018 88 / 0.92));
  font-size: 0.84rem;
  font-weight: 900;
}

.advantage-floor {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(180px, 0.46fr) minmax(240px, 1fr);
  gap: 18px;
  align-items: center;
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid oklch(0.8 0.09 84);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 50%, oklch(1 0 0 / 0.72), transparent 26%),
    linear-gradient(90deg, oklch(0.55 0.12 78), var(--gold), oklch(0.88 0.075 88));
  color: var(--coffee);
  box-shadow: var(--gold-shadow);
}

.advantage-floor span,
.advantage-floor strong {
  display: block;
}

.advantage-floor span {
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 0.98;
}

.advantage-floor strong {
  font-size: 1rem;
  line-height: 1.48;
}

.advantage-card {
  position: relative;
  min-height: 468px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.86), oklch(0.965 0.018 88 / 0.94));
  box-shadow: var(--soft-shadow);
}

.advantage-card::before {
  content: "";
  position: absolute;
  right: -28px;
  top: -20px;
  width: 190px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 45%, oklch(1 0 0 / 0.76) 0 22%, transparent 24%),
    conic-gradient(from 24deg, var(--gold-deep), var(--gold-soft), var(--coffee-2), var(--gold-deep));
  opacity: 0.46;
}

.advantage-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 40%;
  aspect-ratio: 1;
  border: 1px solid oklch(1 0 0 / 0.74);
  border-radius: 24px;
  background: url("assets/velvetpack-real/kraft-carrier-bag.png") center / cover;
  box-shadow: 0 18px 42px oklch(0.2 0.026 72 / 0.13);
  opacity: 0.09;
}

.advantage-card > * {
  position: relative;
  z-index: 1;
}

.advantage-card > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  color: var(--gold-deep);
  font-weight: 900;
}

.advantage-card h3 {
  margin-bottom: 16px;
  font-size: clamp(1.85rem, 3vw, 3rem);
}

.advantage-card p {
  color: var(--muted);
}

.advantage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 6px 0 22px;
}

.advantage-tags span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid oklch(0.83 0.05 86);
  border-radius: var(--pill);
  color: var(--coffee);
  background: oklch(1 0 0 / 0.72);
  font-size: 0.8rem;
  font-weight: 900;
}

.advantage-card ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.advantage-card li {
  position: relative;
  padding-left: 24px;
  color: var(--coffee);
  font-weight: 800;
  line-height: 1.38;
}

.advantage-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-deep);
  box-shadow: 0 0 0 5px oklch(0.77 0.135 84 / 0.12);
}

.advantage-card.dark {
  color: var(--pearl);
  background:
    radial-gradient(circle at 82% 18%, oklch(0.77 0.135 84 / 0.22), transparent 34%),
    linear-gradient(135deg, var(--coffee), var(--dark-end));
  border-color: oklch(0.77 0.135 84 / 0.24);
}

.advantage-card.dark::after {
  background-image: url("assets/velvetpack-real/black-gold-foil-detail.png");
  opacity: 0.12;
}

.advantage-card.dark h3,
.advantage-card.dark li {
  color: var(--pearl);
}

.advantage-card.dark > span {
  color: var(--gold-soft);
}

.advantage-card.dark p {
  color: oklch(0.86 0.017 88);
}

.advantage-card.dark .advantage-tags span {
  color: var(--gold-soft);
  background: oklch(1 0 0 / 0.08);
  border-color: oklch(0.77 0.135 84 / 0.32);
}

.buyers-section {
  color: var(--pearl);
  background:
    radial-gradient(circle at 12% 8%, oklch(0.77 0.135 84 / 0.2), transparent 28%),
    radial-gradient(circle at 88% 84%, oklch(0.22 0.042 145 / 0.42), transparent 34%),
    linear-gradient(135deg, var(--coffee), var(--dark-end));
}

.buyers-heading h2 {
  color: var(--pearl);
}

.buyers-heading .small-label {
  color: var(--gold-soft);
  background: oklch(1 0 0 / 0.08);
  border-color: oklch(0.77 0.135 84 / 0.32);
}

.buyers-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(360px, 1fr);
  gap: clamp(30px, 6vw, 92px);
}

.buyers-heading {
  align-self: center;
}

.buyer-lanes {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid oklch(0.77 0.135 84 / 0.28);
  border-radius: 30px;
  background: oklch(0.77 0.135 84 / 0.22);
  box-shadow: 0 28px 68px oklch(0.04 0.012 70 / 0.42);
}

.buyer-lanes article {
  display: grid;
  grid-template-columns: minmax(150px, 0.7fr) minmax(180px, 0.8fr) minmax(220px, 1.2fr);
  gap: 18px;
  align-items: center;
  padding: clamp(18px, 2.4vw, 26px);
  background: oklch(1 0 0 / 0.72);
}

.buyer-lanes h3 {
  margin: 0;
  font-size: clamp(1.2rem, 1.8vw, 1.72rem);
}

.buyer-lanes p {
  margin: 0;
  color: var(--muted);
}

.markets-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 10%, oklch(0.77 0.135 84 / 0.14), transparent 32%),
    linear-gradient(180deg, var(--warm-surface) 0%, var(--paper) 100%);
}

.markets-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.66fr) minmax(360px, 1.1fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
}

.markets-section h2,
.markets-section h3 {
  color: var(--ink);
}

.markets-copy {
  position: sticky;
  top: calc(var(--header-height) + 30px);
}

.markets-copy > p {
  color: var(--muted);
}

.market-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.market-card {
  position: relative;
  min-height: 268px;
  padding: clamp(22px, 3vw, 30px);
  overflow: hidden;
  border: 1px solid oklch(0.77 0.135 84 / 0.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, oklch(0.77 0.135 84 / 0.2), transparent 30%),
    linear-gradient(135deg, var(--coffee), var(--dark-end));
  box-shadow: 0 22px 54px oklch(0.08 0.02 70 / 0.2);
}

.market-card::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -48px;
  width: 150px;
  aspect-ratio: 1;
  border: 1px solid oklch(0.77 0.135 84 / 0.28);
  border-radius: 50%;
}

.market-card span {
  color: var(--gold-soft);
}

.market-card h3 {
  color: var(--pearl);
}

.market-card p {
  color: oklch(0.86 0.017 88);
}

.process-section {
  background:
    radial-gradient(circle at 86% 10%, oklch(0.77 0.135 84 / 0.12), transparent 28%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper) 100%);
}

.process-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1fr);
  gap: clamp(30px, 6vw, 92px);
  align-items: start;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  counter-increment: process;
  display: grid;
  grid-template-columns: 76px minmax(120px, 0.7fr) minmax(180px, 1.1fr);
  gap: 18px;
  align-items: start;
  margin-bottom: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: oklch(1 0 0 / 0.78);
  box-shadow: 0 14px 34px oklch(0.2 0.026 72 / 0.06);
}

.process-list li::before {
  content: counter(process, decimal-leading-zero);
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--coffee);
  background: linear-gradient(135deg, var(--gold-deep), var(--gold-soft));
  font-weight: 900;
}

.process-list strong {
  color: var(--coffee);
  font-size: 1.08rem;
}

.process-list span {
  color: var(--muted);
}

.quote-section {
  padding: clamp(54px, 7vw, 94px) 0;
  background:
    radial-gradient(circle at 14% 14%, oklch(0.77 0.135 84 / 0.18), transparent 28%),
    linear-gradient(180deg, var(--paper) 0%, var(--bg) 38%, var(--cream) 100%);
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.quote-copy {
  max-width: 680px;
}

.quote-proof {
  display: grid;
  gap: 6px;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: oklch(1 0 0 / 0.62);
  box-shadow: var(--soft-shadow);
}

.quote-proof strong {
  color: var(--coffee);
}

.quote-proof span {
  color: var(--muted);
}

.quote-launch {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid oklch(0.76 0.052 86);
  border-radius: 30px;
  background:
    radial-gradient(circle at 14% 12%, oklch(0.91 0.075 88 / 0.46), transparent 34%),
    linear-gradient(145deg, oklch(1 0 0 / 0.92), oklch(0.956 0.028 88 / 0.92));
  box-shadow: var(--shadow);
}

.quote-launch span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid oklch(0.72 0.09 84 / 0.38);
  border-radius: var(--pill);
  color: var(--coffee);
  background: var(--pearl);
  font-size: 0.78rem;
  font-weight: 900;
}

.quote-launch strong {
  display: block;
  color: var(--coffee);
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(1.65rem, 2.8vw, 2.45rem);
  font-weight: 400;
  line-height: 0.98;
  text-wrap: balance;
}

.quote-launch p {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.quote-channel-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 10px;
}

.quote-direct-contact {
  margin: -4px 0 0 !important;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800 !important;
  text-align: center;
}

.quote-direct-contact a {
  color: var(--coffee);
  text-decoration: underline;
  text-decoration-color: oklch(0.55 0.12 78 / 0.5);
  text-underline-offset: 3px;
}

.rfq-dialog {
  width: min(940px, calc(100vw - 36px));
  max-height: min(86vh, 920px);
  margin: auto;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
}

.rfq-dialog::backdrop {
  background:
    radial-gradient(circle at 50% 18%, oklch(0.77 0.135 84 / 0.22), transparent 34%),
    oklch(0.09 0.018 72 / 0.72);
  backdrop-filter: blur(10px);
}

.rfq-dialog[open] {
  animation: rfq-in 180ms ease-out;
}

.rfq-panel {
  max-height: min(86vh, 920px);
  overflow: auto;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid oklch(0.78 0.05 86);
  border-radius: 34px;
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.97), oklch(0.982 0.01 90 / 0.98));
  box-shadow: 0 40px 120px oklch(0.04 0.012 70 / 0.45);
}

.rfq-panel-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  margin-bottom: 20px;
}

.rfq-panel-head h2 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.rfq-panel-head p {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.rfq-close {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--coffee);
  background: var(--pearl);
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
  box-shadow: var(--soft-shadow);
}

.rfq-panel .quote-form {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

@keyframes rfq-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.quote-form {
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid oklch(0.78 0.05 86);
  border-radius: 34px;
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.94), oklch(0.985 0.008 90 / 0.94));
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--coffee);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--pearl);
  font-weight: 700;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

::placeholder {
  color: oklch(0.48 0.018 80);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.form-row.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--gold-deep);
  font-weight: 900;
}

.form-delivery-note {
  margin: 12px auto 0;
  max-width: 62ch;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.site-footer {
  padding: 82px 0 56px;
  color: oklch(0.86 0.017 88);
  background: var(--coffee);
  border-top: 1px solid oklch(0.77 0.135 84 / 0.36);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.05fr) minmax(150px, 0.55fr) minmax(150px, 0.55fr) minmax(280px, 1fr);
  gap: clamp(28px, 4vw, 58px);
}

.footer-brand {
  color: var(--pearl);
  margin-bottom: 12px;
}

.site-footer p {
  max-width: 56ch;
  color: oklch(0.82 0.018 88);
}

.site-footer strong,
.site-footer a {
  display: block;
}

.site-footer strong {
  color: var(--pearl);
  margin-bottom: 12px;
}

.site-footer a {
  color: oklch(0.83 0.018 88);
  margin-bottom: 8px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold-soft);
}

.footer-contact {
  align-self: start;
  padding: 24px;
  border: 1px solid oklch(0.77 0.135 84 / 0.22);
  border-radius: 28px;
  background: oklch(0.1 0.017 71 / 0.62);
}

.footer-contact > strong {
  margin-bottom: 18px;
  color: oklch(0.88 0.02 88);
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-contact a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  color: var(--pearl);
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.footer-contact a:last-child {
  margin-bottom: 0;
}

.footer-contact svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: oklch(0.76 0.02 88);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact .icon-fill {
  fill: oklch(0.76 0.02 88);
  stroke: none;
}

.whatsapp-float {
  position: fixed;
  right: clamp(16px, 2.2vw, 30px);
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 55;
  width: 60px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: var(--pearl);
  border: 1px solid oklch(0.78 0.14 151 / 0.76);
  border-radius: var(--pill);
  background: linear-gradient(115deg, var(--whatsapp-deep), var(--whatsapp));
  box-shadow:
    0 18px 46px oklch(0.15 0.06 151 / 0.34),
    0 0 0 4px oklch(0.98 0.01 91 / 0.8);
}

.whatsapp-float svg {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}

.whatsapp-float span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.whatsapp-float strong {
  font-size: 0.96rem;
}

.whatsapp-float small {
  margin-top: 4px;
  color: oklch(0.95 0.03 151);
  font-size: 0.72rem;
  font-weight: 800;
}

.js .site-header {
  transition: box-shadow 180ms ease, background 180ms ease;
}

@media (prefers-reduced-motion: no-preference) {
  .site-nav a::after {
    transition: transform 220ms ease;
  }

  .site-nav a:hover::after,
  .site-nav a:focus-visible::after {
    transform: scaleX(1);
  }

  .js .reveal-item {
    opacity: 0;
    transform: translateY(14px);
    transition:
      opacity 600ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: min(calc(var(--reveal-index, 0) * 80ms), 400ms);
  }

  .js .reveal-item.is-revealed {
    opacity: 1;
    transform: translateY(0);
  }

  .js .hero-stage .signal-line,
  .js .hero-stage h1,
  .js .hero-stage .hero-lede,
  .js .hero-stage .hero-trust-strip,
  .js .hero-stage .hero-actions,
  .js .hero-stage .tech-label {
    opacity: 0;
    transform: translateY(14px);
    transition:
      opacity 620ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .js .hero-stage.is-hero-ready .signal-line,
  .js .hero-stage.is-hero-ready h1,
  .js .hero-stage.is-hero-ready .hero-lede,
  .js .hero-stage.is-hero-ready .hero-trust-strip,
  .js .hero-stage.is-hero-ready .hero-actions,
  .js .hero-stage.is-hero-ready .tech-label {
    opacity: 1;
    transform: translateY(0);
  }

  .js .hero-stage.is-hero-ready .signal-line {
    transition-delay: 80ms;
  }

  .js .hero-stage.is-hero-ready h1 {
    transition-delay: 170ms;
  }

  .js .hero-stage.is-hero-ready .hero-lede {
    transition-delay: 260ms;
  }

  .js .hero-stage.is-hero-ready .hero-trust-strip {
    transition-delay: 350ms;
  }

  .js .hero-stage.is-hero-ready .hero-actions {
    transition-delay: 440ms;
  }

  .js .hero-stage .tech-lines line {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
  }

  .js .hero-stage.is-hero-ready .tech-lines line {
    animation: tech-line-draw 700ms cubic-bezier(0.22, 1, 0.36, 1) 760ms forwards;
  }

  .js .hero-stage.is-hero-ready .tech-label {
    transition-delay: 1120ms;
  }

  .system-row,
  .advantage-card,
  .market-card,
  .buyer-lanes article {
    transition:
      transform 250ms ease,
      box-shadow 250ms ease;
  }

  .system-row:hover,
  .advantage-card:hover,
  .market-card:hover,
  .buyer-lanes article:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 66px oklch(0.2 0.026 72 / 0.16);
  }

  @keyframes tech-line-draw {
    to {
      stroke-dashoffset: 0;
    }
  }

}

.js .site-header.is-scrolled {
  background: oklch(0.075 0.018 72 / 0.98);
  border-bottom-color: oklch(0.77 0.135 84 / 0.34);
  box-shadow: 0 14px 34px oklch(0.035 0.012 70 / 0.34);
}

.js .site-header.is-scrolled .brand {
  color: var(--pearl);
}

.js .site-header.is-scrolled .brand-logo {
  filter:
    drop-shadow(0 0 0.7px oklch(0.24 0.04 72 / 0.52))
    drop-shadow(0 10px 20px oklch(0.2 0.026 72 / 0.12));
}

.js .site-header.is-scrolled .site-nav {
  color: oklch(0.86 0.018 88);
}

.js .site-header.is-scrolled .site-nav a:hover {
  color: var(--gold-soft);
}

.js .site-header.is-scrolled .nav-cta {
  color: var(--pearl) !important;
  background: linear-gradient(105deg, var(--whatsapp-deep), var(--whatsapp));
  border-color: oklch(0.76 0.14 151 / 0.72);
}

.js .site-header.is-scrolled .nav-toggle {
  background: oklch(1 0 0 / 0.08);
}

.js .site-header.is-scrolled .nav-toggle span:not(.sr-only) {
  background: var(--coffee);
}

@media (max-width: 1040px) {
  :root {
    --header-height: 68px;
  }

  .site-header {
    padding-inline: 20px;
  }

  .nav-toggle {
    display: block;
  }

  .mobile-header-quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-left: auto;
    padding: 8px 14px;
    color: var(--pearl);
    font-size: 0.84rem;
    font-weight: 950;
    border: 1px solid oklch(0.76 0.14 151 / 0.72);
    border-radius: var(--pill);
    background: linear-gradient(105deg, var(--whatsapp-deep), var(--whatsapp));
    box-shadow: 0 10px 22px oklch(0.28 0.11 151 / 0.2);
  }

  .site-nav {
    position: fixed;
    top: calc(var(--header-height) + 10px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--pearl);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 12px;
  }

  .nav-cta {
    justify-content: center;
    margin-top: 6px;
  }

  .hero-grid,
  .africa-trust-layout,
  .section-split,
  .sample-grid,
  .advantage-layout,
  .buyers-shell,
  .markets-layout,
  .process-shell,
  .quote-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    grid-template-areas:
      "copy"
      "visual";
    gap: 22px;
  }

  .section-intro,
  .africa-trust-copy,
  .advantage-copy,
  .markets-copy,
  .quote-copy {
    position: static;
  }

  .product-focus,
  .product-focus-reverse {
    grid-template-columns: 1fr;
  }

  .product-focus-reverse .product-focus-media {
    order: -1;
  }

  .product-focus-copy h2 {
    max-width: 15ch;
  }

  h1 {
    max-width: 13ch;
    font-size: clamp(3.25rem, 10vw, 6.2rem);
  }

  .hero-product {
    min-height: 430px;
  }

  .hero-proof-board {
    inset: 1% 0 10% 0;
  }

  .hero-proof-board.technique-showcase {
    inset: 0 0 9% 0;
  }

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

  .system-board,
  .africa-context-board,
  .market-map {
    grid-template-columns: 1fr 1fr;
  }

  .buyer-lanes article {
    grid-template-columns: 0.6fr 0.7fr 1fr;
  }

  .form-row,
  .form-row.three {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 900px) {
  .cases-head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .cases-head h2 {
    max-width: 13ch;
  }
}

@media (min-width: 860px) and (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: minmax(470px, 1fr) minmax(310px, 0.74fr);
    grid-template-areas: "visual copy";
    gap: 24px;
    align-items: center;
  }

  .hero-product {
    min-height: 560px;
  }

  .hero-proof-board {
    inset: 2% 2% 11% 2%;
  }

  .hero-copy h1 {
    max-width: 10.6ch;
    font-size: clamp(3rem, 5vw, 4.1rem);
  }

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

  .hero-media-caption {
    max-width: 290px;
    font-size: 0.78rem;
  }
}

@media (max-width: 720px) {
  body {
    padding-bottom: 104px;
  }

  .container {
    width: min(100% - 28px, 1200px);
  }

  .brand-text {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-stage {
    padding-top: 18px;
    min-height: auto;
  }

  h1 {
    max-width: 12.8ch;
    margin-bottom: 20px;
    font-size: clamp(2.7rem, 13.2vw, 4.2rem);
    line-height: 0.98;
  }

  .hero-copy {
    padding: 4px 0 0;
  }

  .hero-copy h1 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(2rem, 8.4vw, 2.6rem);
    line-height: 1.02;
  }

  .hero-copy .signal-line {
    min-height: 30px;
    padding: 6px 11px;
    font-size: 0.82rem;
  }

  h2 {
    font-size: clamp(2.1rem, 10vw, 3.5rem);
  }

  .hero-lede {
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .hero-copy > .hero-lede,
  .hero-copy > .hero-trust-strip,
  .hero-copy > .hero-market-ribbon {
    display: none;
  }

  .hero-copy > .hero-commercial-strip {
    display: none;
  }

  .hero-copy > .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(220px, 100%);
    margin: 0 0 14px;
  }

  .hero-serving-line {
    display: none;
  }

  .hero-market-ribbon {
    display: none;
  }

  .hero-trust-strip {
    display: none;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 8px;
  }

  .hero-actions .btn {
    min-height: 48px;
    padding: 11px 10px;
    font-size: 0.9rem;
  }

  .hero-product {
    min-height: auto;
    display: grid;
    gap: 12px;
    margin-top: 2px;
    min-width: 0;
    max-width: 100%;
  }

  .hero-product::before {
    inset: 8% -3% 5% 2%;
    border-radius: 32px;
    transform: rotate(-1.5deg);
  }

  .hero-product::after,
  .route-card {
    display: none;
  }

  .hero-set-figure {
    position: relative;
    order: 1;
    inset: auto;
    min-height: auto;
    aspect-ratio: 0.86;
    max-height: 385px;
    padding: 8px;
    border-radius: 26px;
  }

  .hero-set-image {
    border-radius: 20px;
    object-fit: cover;
    object-position: 50% 48%;
    transform: scale(1.08);
  }

  .hero-set-figure::after {
    inset: 8px;
    border-radius: 20px;
  }

  .hero-set-caption {
    left: 10px;
    right: auto;
    top: 10px;
    bottom: auto;
    max-width: min(240px, calc(100% - 20px));
    padding: 9px 10px;
    border-radius: 16px;
  }

  .hero-set-caption span,
  .hero-set-badge span {
    font-size: 0.58rem;
  }

  .hero-set-caption strong,
  .hero-set-badge strong {
    font-size: 0.74rem;
    line-height: 1.18;
  }

  .hero-set-badge {
    position: static;
    order: 3;
    width: auto;
    margin: 0 8px;
    padding: 10px 12px;
    border-radius: 16px;
  }

  .hero-proof-board {
    inset: 0;
    bottom: 52px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: minmax(0, 1fr) 96px;
    gap: 8px;
  }

  .hero-proof-board.technique-showcase {
    position: relative;
    order: 1;
    inset: auto;
    bottom: auto;
    min-height: 250px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .hero-proof {
    border-radius: 20px;
  }

  .hero-proof-main {
    grid-column: 1 / 3;
    grid-row: 1;
    border-radius: 26px;
  }

  .technique-figure {
    grid-column: auto;
    grid-row: auto;
    padding: 20px 14px;
  }

  .technique-figure .technique-set-scene img {
    opacity: 1;
    filter: saturate(0.96) brightness(0.94) contrast(1.02);
    transform: scale(1.06);
  }

  .technique-figure .technique-main-cup {
    width: min(35%, 150px);
    height: auto;
    max-height: 60%;
    transform: translate(16%, 5%);
  }

  .tech-lines,
  .tech-label {
    display: none;
  }

  .tech-lines line {
    stroke-width: 0.42;
  }

  .tech-lines circle {
    r: 1.6px;
  }

  .tech-label {
    min-height: 28px;
    gap: 6px;
    padding: 6px 8px;
    font-size: 0.72rem;
  }

  .tech-label::before {
    width: 6px;
    height: 6px;
  }

  .tech-label-foil {
    top: 34%;
    right: 5%;
  }

  .tech-label-emboss {
    top: 48%;
    left: 5%;
  }

  .hero-sample-inset {
    position: static;
    order: 3;
    width: auto;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 8px;
    margin: 2px 8px 0;
    padding: 9px;
    border-radius: 16px;
  }

  .hero-sample-inset img {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .hero-cup-display .branded-cup-image {
    width: min(72%, 260px);
    max-height: 88%;
    transform: translate(-1%, 2%) rotate(-1deg);
  }

  .hero-cup-display .cup-brand-imprint {
    width: min(34%, 118px);
    min-height: 68px;
    padding: 10px 12px 9px;
  }

  .hero-cup-display .cup-brand-imprint img {
    width: min(34px, 44%);
  }

  .hero-cup-display .cup-brand-imprint span {
    font-size: 0.62rem;
  }

  .hero-sample-inset .branded-cup-thumb {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .hero-sample-inset .branded-cup-thumb .branded-cup-image {
    width: 34px;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .hero-sample-inset .cup-thumb-mark {
    width: 14px;
    height: 14px;
    padding: 1px;
  }

  .hero-sample-inset .cup-thumb-mark img {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .hero-sample-inset span {
    font-size: 0.52rem;
  }

  .hero-sample-inset strong {
    font-size: 0.66rem;
    line-height: 1.1;
  }

  .hero-proof-dark {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .hero-proof-main img {
    object-position: 48% center;
  }

  .hero-proof figcaption {
    display: none;
  }

  .ticket-right {
    display: none;
  }

  .hero-media-caption {
    position: static;
    order: 4;
    margin: -2px 8px 2px;
    max-width: none;
    width: auto;
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
    color: oklch(0.88 0.024 88);
    font-size: 0.79rem;
    line-height: 1.35;
    text-shadow: none;
  }

  .hero-mobile-followup {
    display: grid;
    order: 2;
    gap: 14px;
    margin-top: 2px;
    min-width: 0;
    max-width: 100%;
    padding-bottom: 62px;
  }

  .hero-mobile-followup p {
    margin: 0;
    color: oklch(0.9 0.02 88);
    font-size: 0.96rem;
    line-height: 1.48;
  }

  .hero-commercial-strip {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 0 14px;
  }

  .hero-commercial-strip span {
    min-height: auto;
    padding: 9px 10px;
    font-size: 0.8rem;
    line-height: 1.25;
  }

  .hero-commercial-strip .serving-stat {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-mobile-followup .hero-actions {
    display: none;
  }

  .hero-mobile-followup .hero-actions .btn {
    width: 100%;
    min-height: 46px;
  }

  .hero-mobile-followup .btn.ghost {
    color: var(--gold-soft);
    background: oklch(0.17 0.018 72 / 0.72);
    border-color: oklch(0.77 0.135 84 / 0.52);
  }

  .hero-mobile-followup .hero-trust-strip {
    display: none;
    margin: 2px 0 0;
    width: 100%;
  }

  .hero-mobile-followup .hero-trust-strip span {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.78rem;
    line-height: 1.25;
    white-space: normal;
  }

  .hero-mobile-followup .hero-market-ribbon {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0 68px 0 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: oklch(0.9 0.025 88);
    font-size: 0.82rem;
    line-height: 1.35;
    text-align: left;
  }

  .hero-mobile-followup .hero-market-ribbon span {
    min-height: auto;
    gap: 4px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: inherit;
  }

  .hero-mobile-followup .hero-market-ribbon strong {
    color: var(--gold-soft);
  }

  .hero-mobile-followup .hero-market-ribbon span:first-child::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 3px oklch(0.77 0.135 84 / 0.13);
  }

  .hero-mobile-followup .hero-market-ribbon span + span::before {
    content: none;
  }

  .hero-dossier div {
    grid-template-columns: 42px 1fr;
    padding: 18px;
  }

  .section {
    padding: 56px 0;
  }

  .product-focus {
    gap: 24px;
  }

  .product-focus-section {
    scroll-margin-top: calc(var(--header-height) + 14px);
  }

  .single-product-stage {
    min-height: 320px;
    border-radius: 28px;
  }

  .paper-cup-stage {
    min-height: 330px;
    border-radius: 0;
  }

  .paper-cup-stage img {
    width: min(76%, 292px);
  }

  .paper-cup-callout-lines path {
    stroke-width: 0.9;
  }

  .cup-process-label {
    min-width: 118px;
    padding: 8px 10px 9px;
    border-radius: 12px;
  }

  .cup-process-label small {
    font-size: 0.55rem;
    letter-spacing: 0.1em;
  }

  .cup-process-label strong {
    font-size: 0.84rem;
  }

  .cup-process-label-emboss {
    top: 18%;
  }

  .cup-process-label-foil {
    top: 40%;
  }

  .cup-spec-strip {
    gap: 8px;
    margin-top: 18px;
  }

  .cup-spec-strip span {
    min-height: 34px;
    padding: 7px 11px;
    font-size: 0.74rem;
  }

  .cold-size-marquee {
    width: 100%;
    margin-top: 4px;
    padding: 13px 0 12px;
    border-radius: 22px;
  }

  .cold-size-head {
    align-items: flex-start;
    padding: 0 14px 10px;
  }

  .cold-size-head span,
  .cold-size-head a {
    font-size: 0.66rem;
  }

  .cold-size-track {
    gap: 10px;
    padding: 0 0 2px;
    animation-duration: 28s;
  }

  .cold-size-card {
    flex-basis: 112px;
    padding: 8px;
    border-radius: 14px;
  }

  .cold-size-card figcaption {
    font-size: 0.64rem;
  }

  .bag-stage {
    min-height: 350px;
    border-radius: 0;
  }

  .bag-stage img {
    width: auto;
    height: min(88vw, 360px);
    max-width: 86%;
  }

  .material-grid div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px;
    border-radius: 18px;
  }

  .product-focus-copy > p {
    font-size: 1rem;
  }

  .product-focus-copy .text-link {
    margin-bottom: 74px;
  }

  .product-focus-copy .product-whatsapp-cta {
    width: 100%;
    margin-bottom: 74px;
  }

  .system-board,
  .africa-context-board,
  .advantage-cards,
  .market-map,
  .finish-grid {
    grid-template-columns: 1fr;
  }

  .africa-context-main {
    min-height: auto;
  }

  .africa-context-board {
    margin-top: 18px;
  }

  .city-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .city-route span {
    min-height: 34px;
    padding: 7px 8px;
  }

  .context-stage {
    grid-template-columns: 1fr;
  }

  .context-stage img {
    min-height: 194px;
    aspect-ratio: 1.42;
  }

  .africa-context-main h3 {
    font-size: clamp(2rem, 8.8vw, 3.05rem);
  }

  .africa-context-card {
    grid-template-columns: minmax(92px, 0.42fr) minmax(160px, 1fr);
  }

  .africa-context-card img {
    aspect-ratio: 0.9;
  }

  .africa-context-media {
    grid-template-columns: minmax(92px, 0.46fr) minmax(150px, 1fr);
  }

  .africa-trust-strip {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .africa-trust-strip span {
    flex: 0 0 auto;
  }

  .advantage-card {
    min-height: auto;
  }

  .advantage-floor {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .advantage-card h3 {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }

  .advantage-card::after {
    display: none;
  }

  .row-large {
    min-height: auto;
    justify-content: flex-start;
    padding-top: 206px;
  }

  .row-large .system-img {
    height: 170px;
  }

  .cases-head {
    gap: 16px;
    min-width: 0;
  }

  .cases-head h2 {
    max-width: 12ch;
    font-size: clamp(2rem, 9vw, 2.92rem);
    line-height: 1;
    overflow-wrap: break-word;
    text-wrap: pretty;
  }

  .cases-summary {
    min-width: 0;
  }

  .cases-summary p {
    font-size: 1rem;
  }

  .case-tags {
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .case-tags span {
    flex: 0 0 auto;
  }

  .case-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border-radius: 26px;
  }

  .case-tile {
    aspect-ratio: 3 / 4;
    border-radius: 18px;
  }

  .gallery-toggle {
    width: 100%;
  }

  .sample-room {
    background:
      linear-gradient(180deg, oklch(0.16 0.021 69 / 0.96), oklch(0.16 0.021 69 / 0.84)),
      url("assets/velvetpack-real/black-gold-foil-detail.png") center / cover;
  }

  .cold-cup-section.sample-room {
    color: var(--foreground);
    background:
      linear-gradient(180deg, oklch(0.955 0.023 88) 0%, oklch(0.985 0.01 92) 44%, oklch(0.94 0.018 91) 100%);
  }

  .cold-cup-section .product-focus-copy > p,
  .cold-cup-section .material-grid span {
    color: var(--muted);
  }

  .sample-media {
    transform: none;
    border-radius: 26px;
  }

  .sample-cup-display {
    min-height: 300px;
  }

  .sample-cup-display .branded-cup-image {
    width: min(64%, 245px);
    max-height: 88%;
  }

  .sample-cup-display .cup-brand-imprint {
    width: min(30%, 106px);
    min-height: 68px;
    padding: 10px 12px 9px;
  }

  .finish-strip {
    grid-template-columns: 1fr;
  }

  .buyer-lanes article {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .process-list li {
    grid-template-columns: 58px 1fr;
    padding: 18px;
  }

  .process-list span {
    grid-column: 2;
  }

  .quote-launch {
    padding: 22px;
    border-radius: 26px;
  }

  .rfq-dialog {
    width: min(100vw - 20px, 680px);
    max-height: calc(100dvh - 24px);
  }

  .rfq-panel {
    max-height: calc(100dvh - 24px);
    padding: 18px;
    border-radius: 28px;
  }

  .rfq-panel-head {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .rfq-panel-head h2 {
    max-width: 10ch;
  }

  .rfq-close {
    width: 42px;
    height: 42px;
  }

  .quote-form {
    padding: 18px;
    border-radius: 26px;
  }

  .quote-channel-actions {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-bottom: 108px;
  }

  .footer-contact {
    padding-bottom: 76px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    width: 54px;
    min-height: 54px;
    justify-content: center;
    padding: 10px;
    box-shadow:
      0 15px 36px oklch(0.15 0.06 151 / 0.32),
      0 0 0 3px oklch(0.98 0.01 91 / 0.84);
  }

  .whatsapp-float svg {
    width: 30px;
    height: 30px;
  }

  .whatsapp-float span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
}

@media (min-width: 721px) and (max-width: 1040px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .rfq-dialog[open] {
    animation: none;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 24px, 1200px);
  }

  .brand-text {
    max-width: 142px;
  }

  h1 {
    font-size: clamp(2.48rem, 12vw, 3.38rem);
  }

  .signal-line,
  .small-label {
    max-width: 100%;
    font-size: 0.78rem;
  }

  .hero-product {
    min-height: 368px;
  }
}

@media (max-width: 380px) {
  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.4vw, 2.36rem);
  }

  .hero-proof-board.technique-showcase {
    min-height: 240px;
  }

  .tech-label {
    padding: 6px 7px;
    font-size: 0.66rem;
  }

  .tech-label-foil {
    right: 12%;
  }

  .hero-sample-inset {
    width: auto;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 7px;
    padding: 7px;
  }

  .hero-sample-inset img {
    width: 38px;
    height: 38px;
  }

  .hero-sample-inset .branded-cup-thumb {
    width: 38px;
    height: 38px;
  }

  .hero-sample-inset .branded-cup-thumb .branded-cup-image {
    width: 30px;
    height: auto;
  }

  .hero-sample-inset .cup-thumb-mark {
    width: 12px;
    height: 12px;
  }

  .hero-sample-inset .cup-thumb-mark img {
    width: 100%;
    height: 100%;
  }

  .hero-sample-inset span {
    font-size: 0.46rem;
  }

  .hero-sample-inset strong {
    font-size: 0.58rem;
  }

  .hero-media-caption {
    top: 228px;
    left: 24px;
    right: 24px;
    font-size: 0.68rem;
  }

  .hero-mobile-followup p {
    font-size: 0.92rem;
    line-height: 1.43;
  }

  .hero-mobile-followup .hero-actions .btn {
    min-height: 46px;
    padding: 9px 10px;
    font-size: 0.84rem;
  }

  .hero-mobile-followup .hero-trust-strip span {
    padding: 7px 8px;
    font-size: 0.68rem;
  }

  .hero-mobile-followup .hero-market-ribbon {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .js .reveal-item,
  .js .reveal-item.is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .js .hero-stage.is-hero-ready .hero-actions {
    transition-delay: 350ms;
  }

  .js .hero-stage.is-hero-ready .hero-trust-strip {
    transition-delay: 440ms;
  }
}

@media (min-width: 860px) and (max-width: 1040px) {
  .hero-copy h1 {
    max-width: 10.8ch;
    margin: 10px 0 14px;
    font-size: clamp(2.75rem, 4.55vw, 3.55rem);
    line-height: 0.96;
  }

  .hero-copy .hero-lede {
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .hero-copy .hero-actions {
    margin: 14px 0 12px;
  }

  .hero-copy .hero-trust-strip {
    gap: 5px;
    margin-bottom: 8px;
  }

  .hero-copy .hero-commercial-strip {
    margin-top: 10px;
  }
}

@media (max-width: 1040px) {
  .site-header .site-nav,
  .js .site-header.is-scrolled .site-nav {
    color: var(--coffee);
  }

  .site-header .site-nav a:hover,
  .site-header .site-nav a:focus-visible,
  .js .site-header.is-scrolled .site-nav a:hover,
  .js .site-header.is-scrolled .site-nav a:focus-visible {
    color: var(--gold-deep);
  }

  .site-header .site-nav .nav-cta,
  .js .site-header.is-scrolled .site-nav .nav-cta {
    color: var(--pearl) !important;
  }

  .accessory-rail-layout {
    grid-template-columns: 1fr;
  }

  .accessory-rail-intro h2 {
    max-width: 12ch;
  }

  .accessory-specimens figure {
    min-height: 320px;
  }
}

@media (max-width: 720px) {
  .pastry-box-stage {
    min-height: 430px;
  }

  .accessory-specimens {
    grid-template-columns: repeat(4, minmax(220px, 68vw));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    border-radius: 24px;
  }

  .accessory-specimens figure {
    min-height: 340px;
    scroll-snap-align: start;
    border-radius: 20px !important;
  }

  .accessory-specimens figcaption {
    font-size: 0.82rem;
  }
}

/* 2026-07-11 overall design optimisation: trade-dossier second half */
.buyers-section,
.markets-section,
.process-section,
.quote-section {
  position: relative;
  overflow: clip;
}

.buyers-section {
  padding-block: clamp(72px, 8vw, 118px);
  background:
    linear-gradient(110deg, oklch(0.11 0.016 70 / 0.1), transparent 38%),
    radial-gradient(circle at 88% 16%, oklch(0.77 0.135 84 / 0.16), transparent 24%),
    linear-gradient(140deg, oklch(0.145 0.021 70), oklch(0.105 0.018 70));
}

.buyers-section::before {
  content: "BUYER PROGRAMS / 04";
  position: absolute;
  right: clamp(22px, 5vw, 72px);
  top: 34px;
  color: oklch(0.91 0.075 88 / 0.54);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.buyers-shell {
  grid-template-columns: minmax(280px, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: stretch;
}

.buyers-heading {
  display: grid;
  align-content: start;
}

.buyers-heading h2 {
  max-width: 9.5ch;
  margin-bottom: 30px;
  font-size: clamp(3.15rem, 5.2vw, 5.7rem);
}

.buyers-image {
  position: relative;
  margin: 0;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid oklch(0.77 0.135 84 / 0.28);
  border-radius: 28px 28px 8px 28px;
  background: var(--coffee);
  box-shadow: 0 26px 70px oklch(0.03 0.01 70 / 0.38);
}

.buyers-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  object-position: 50% 64%;
  filter: saturate(0.84) contrast(1.03);
}

.buyers-image::after {
  content: "Full-set reference";
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 7px 11px;
  border: 1px solid oklch(0.91 0.075 88 / 0.4);
  border-radius: 999px;
  color: var(--gold-soft);
  background: oklch(0.12 0.018 70 / 0.82);
  font-size: 0.7rem;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.buyers-image figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 28px 18px 16px;
  color: oklch(0.93 0.026 88);
  background: linear-gradient(transparent, oklch(0.08 0.014 70 / 0.9));
  font-size: 0.72rem;
  line-height: 1.35;
}

.buyer-lanes {
  align-self: stretch;
  gap: 0;
  border: 1px solid oklch(0.77 0.135 84 / 0.34);
  border-radius: 8px 30px 30px 30px;
  background: transparent;
  box-shadow: 0 28px 78px oklch(0.03 0.01 70 / 0.34);
}

.buyer-lanes article {
  position: relative;
  grid-template-columns: minmax(132px, 0.55fr) minmax(190px, 0.82fr) minmax(220px, 1.15fr);
  min-height: 142px;
  padding: clamp(20px, 2.4vw, 30px);
  color: var(--pearl);
  border-bottom: 1px solid oklch(0.77 0.135 84 / 0.22);
  background: oklch(1 0 0 / 0.035);
  transition: background-color 180ms ease;
}

.buyer-lanes article:last-child {
  border-bottom: 0;
}

.buyer-lanes article:hover {
  background: oklch(0.77 0.135 84 / 0.09);
}

.buyer-lanes article::after {
  content: "0" counter(buyer-lane);
  position: absolute;
  right: 18px;
  top: 14px;
  color: oklch(0.91 0.075 88 / 0.32);
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 1.15rem;
}

.buyer-lanes {
  counter-reset: buyer-lane;
}

.buyer-lanes article {
  counter-increment: buyer-lane;
}

.buyer-lanes article > span {
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 900;
}

.buyer-lanes h3 {
  color: var(--pearl);
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  font-weight: 400;
  line-height: 1.02;
}

.buyer-lanes p {
  padding-right: 18px;
  color: oklch(0.84 0.018 88);
  line-height: 1.55;
}

.markets-section {
  padding-block: clamp(72px, 8vw, 118px);
  background:
    radial-gradient(circle at 11% 7%, oklch(0.77 0.135 84 / 0.16), transparent 25%),
    linear-gradient(180deg, var(--paper), oklch(0.985 0.008 91));
}

.markets-layout {
  grid-template-columns: minmax(280px, 0.64fr) minmax(560px, 1.36fr);
  gap: clamp(44px, 7vw, 112px);
}

.markets-copy h2 {
  max-width: 9.2ch;
  font-size: clamp(3.1rem, 5.25vw, 5.6rem);
}

.markets-copy > p,
.process-heading > p {
  max-width: 48ch;
  font-size: 1.04rem;
  line-height: 1.65;
}

.market-rfq-link {
  margin-top: 18px;
  color: var(--pearl);
  border: 1px solid var(--coffee);
  background: var(--coffee);
}

.market-rfq-link:hover {
  color: var(--coffee);
  background: var(--gold-soft);
  border-color: var(--gold-deep);
}

.market-map {
  display: block;
  border-top: 1px solid oklch(0.55 0.12 78 / 0.42);
  counter-reset: market-row;
}

.market-card {
  counter-increment: market-row;
  display: grid;
  grid-template-columns: 54px minmax(110px, 0.44fr) minmax(220px, 0.84fr) minmax(260px, 1.2fr);
  gap: 20px;
  align-items: baseline;
  min-height: 0;
  padding: 24px 0;
  overflow: visible;
  border: 0;
  border-bottom: 1px solid oklch(0.55 0.12 78 / 0.28);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  box-shadow: none;
}

.market-card::before {
  content: counter(market-row, decimal-leading-zero);
  color: var(--gold-deep);
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 1.4rem;
}

.market-card::after {
  display: none;
}

.market-card span {
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 900;
}

.market-card h3 {
  margin: 0;
  color: var(--coffee);
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  line-height: 1.02;
}

.market-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.process-section {
  padding-block: clamp(70px, 8vw, 112px);
  color: var(--pearl);
  background:
    linear-gradient(120deg, transparent 0 61%, oklch(0.77 0.135 84 / 0.08) 61% 61.15%, transparent 61.15%),
    linear-gradient(140deg, oklch(0.16 0.021 69), oklch(0.105 0.018 70));
}

.process-shell {
  grid-template-columns: minmax(280px, 0.7fr) minmax(620px, 1.3fr);
  gap: clamp(44px, 6vw, 96px);
}

.process-heading h2 {
  max-width: 9.5ch;
  color: var(--pearl);
  font-size: clamp(3.1rem, 5vw, 5.35rem);
}

.process-heading .small-label {
  color: var(--gold-soft);
  border-color: oklch(0.77 0.135 84 / 0.36);
  background: oklch(1 0 0 / 0.06);
}

.process-heading > p {
  color: oklch(0.82 0.018 88);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid oklch(0.77 0.135 84 / 0.34);
  border-radius: 8px 30px 30px 30px;
  background: oklch(0.77 0.135 84 / 0.3);
}

.process-list li {
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 18px;
  min-height: 262px;
  margin: 0;
  padding: 28px;
  border: 0;
  border-radius: 0;
  color: var(--pearl);
  background: oklch(0.12 0.018 70 / 0.94);
  box-shadow: none;
}

.process-list li::before {
  width: auto;
  height: auto;
  display: block;
  color: var(--gold-soft);
  background: none;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
}

.process-list strong {
  color: var(--pearl);
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(1.65rem, 2.2vw, 2.35rem);
  font-weight: 400;
  line-height: 1.04;
}

.process-list span {
  color: oklch(0.82 0.018 88);
  line-height: 1.6;
}

.quote-section {
  padding-block: clamp(72px, 8vw, 112px);
  color: var(--pearl);
  background:
    radial-gradient(circle at 12% 16%, oklch(0.77 0.135 84 / 0.19), transparent 28%),
    linear-gradient(145deg, oklch(0.13 0.019 70), oklch(0.09 0.015 68));
}

.quote-layout {
  grid-template-columns: minmax(360px, 1fr) minmax(400px, 0.78fr);
  gap: clamp(40px, 7vw, 108px);
}

.quote-copy h2 {
  max-width: 10ch;
  color: var(--pearl);
  font-size: clamp(3.2rem, 5.2vw, 5.6rem);
}

.quote-copy .small-label {
  color: var(--gold-soft);
  border-color: oklch(0.77 0.135 84 / 0.38);
  background: oklch(1 0 0 / 0.07);
}

.quote-copy > p {
  color: oklch(0.83 0.017 88);
}

.quote-proof {
  border-color: oklch(0.77 0.135 84 / 0.32);
  border-radius: 8px 24px 24px 24px;
  background: oklch(1 0 0 / 0.055);
  box-shadow: none;
}

.quote-proof strong {
  color: var(--gold-soft);
}

.quote-proof span {
  color: oklch(0.83 0.017 88);
}

.quote-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.quote-inputs span {
  padding: 8px 11px;
  border: 1px solid oklch(0.77 0.135 84 / 0.3);
  border-radius: 999px;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 900;
}

.quote-launch {
  border: 0;
  border-radius: 8px 34px 34px 34px;
  background:
    radial-gradient(circle at 92% 8%, oklch(1 0 0 / 0.24), transparent 32%),
    linear-gradient(145deg, oklch(0.84 0.13 85), oklch(0.68 0.115 82));
  box-shadow: 0 34px 86px oklch(0.03 0.01 70 / 0.46);
}

.quote-launch span {
  color: var(--coffee);
  border-color: oklch(0.35 0.07 76 / 0.3);
  background: oklch(0.96 0.035 88 / 0.72);
}

.quote-launch strong,
.quote-launch p,
.quote-direct-contact,
.quote-direct-contact a {
  color: var(--coffee);
}

.quote-channel-actions .email-secondary {
  color: var(--coffee);
  border-color: oklch(0.34 0.06 75 / 0.3);
  background: oklch(0.99 0.008 92 / 0.82);
}

.quote-channel-actions .email-secondary:hover {
  background: var(--pearl);
}

@media (max-width: 1040px) {
  .buyers-shell,
  .markets-layout,
  .process-shell,
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .buyers-heading h2,
  .markets-copy h2,
  .process-heading h2,
  .quote-copy h2 {
    max-width: 12ch;
  }

  .buyers-image {
    min-height: 420px;
  }

  .buyers-image img {
    min-height: 420px;
  }

  .markets-copy {
    position: static;
  }

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

@media (max-width: 720px) {
  .buyers-section,
  .markets-section,
  .process-section,
  .quote-section {
    padding-block: 60px;
  }

  .buyers-section::before {
    top: 20px;
    right: 14px;
  }

  .buyers-heading h2,
  .markets-copy h2,
  .process-heading h2,
  .quote-copy h2 {
    max-width: 100%;
    font-size: clamp(2.45rem, 11vw, 3.55rem);
  }

  .buyers-image,
  .buyers-image img {
    min-height: 330px;
  }

  .buyers-image {
    border-radius: 22px 22px 6px 22px;
  }

  .buyer-lanes {
    border-radius: 6px 24px 24px 24px;
  }

  .buyer-lanes article {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 9px;
    padding: 22px 20px;
  }

  .buyer-lanes article::after {
    right: 14px;
    top: 12px;
  }

  .buyer-lanes h3 {
    max-width: 12ch;
    font-size: 1.8rem;
  }

  .buyer-lanes p {
    padding-right: 0;
  }

  .market-rfq-link {
    width: 100%;
  }

  .market-card {
    grid-template-columns: 38px 1fr;
    gap: 8px 12px;
    padding: 20px 0;
  }

  .market-card::before {
    grid-row: 1 / span 3;
    font-size: 1.15rem;
  }

  .market-card span,
  .market-card h3,
  .market-card p {
    grid-column: 2;
  }

  .market-card h3 {
    font-size: 1.7rem;
  }

  .process-list {
    grid-template-columns: 1fr;
    border-radius: 6px 24px 24px 24px;
  }

  .process-list li {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 10px;
    padding: 22px;
  }

  .process-list li::before,
  .process-list strong,
  .process-list span {
    grid-column: 1;
  }

  .process-list strong {
    font-size: 1.8rem;
  }

  .quote-launch {
    border-radius: 6px 26px 26px 26px;
  }

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

  .quote-inputs span {
    text-align: center;
  }
}

.section[id] {
  scroll-margin-top: calc(var(--header-height) + 8px);
}

.site-nav a:not(.nav-cta) {
  position: relative;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0;
  transform: translate(-50%, 4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-nav a.is-active:not(.nav-cta)::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1040px) {
  .site-nav a:not(.nav-cta)::after {
    left: 0;
    bottom: 7px;
    transform: translate(0, 0);
  }
}

/* 2026-07-11 page-length reduction: compact buyer decision content */
.accessory-rail-section {
  padding-block: clamp(44px, 4.5vw, 68px);
}

.accessory-rail-layout {
  grid-template-columns: minmax(240px, 0.5fr) minmax(0, 1.5fr);
  gap: clamp(28px, 4vw, 58px);
}

.accessory-rail-intro h2 {
  max-width: 12ch;
  margin-bottom: 16px;
  font-size: clamp(2.35rem, 3.8vw, 4rem);
}

.accessory-rail-intro p {
  max-width: 40ch;
  margin-bottom: 0;
}

.accessory-specimens figure {
  min-height: 290px;
}

.buyers-section {
  padding-block: clamp(56px, 6vw, 82px);
}

.buyers-section::before {
  content: none;
}

.buyers-shell {
  grid-template-columns: minmax(300px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(32px, 4.5vw, 62px);
  align-items: center;
}

.buyers-heading h2 {
  max-width: 11ch;
  margin-bottom: 20px;
  font-size: clamp(2.8rem, 4.25vw, 4.45rem);
}

.buyers-image,
.buyers-image img {
  min-height: 300px;
  max-height: 350px;
}

.buyer-lanes article {
  grid-template-columns: minmax(150px, 0.78fr) minmax(180px, 1.22fr);
  min-height: 88px;
  gap: 18px;
  align-items: center;
  padding: 18px 24px;
}

.buyer-lanes h3 {
  max-width: none;
  font-size: clamp(1.35rem, 1.7vw, 1.75rem);
}

.markets-section {
  padding-block: clamp(56px, 6vw, 82px);
}

.markets-layout {
  grid-template-columns: minmax(270px, 0.56fr) minmax(560px, 1.44fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.markets-copy h2 {
  max-width: 10.5ch;
  font-size: clamp(2.8rem, 4.35vw, 4.5rem);
}

.markets-copy > p {
  max-width: 38ch;
  line-height: 1.55;
}

.market-map {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border: 0;
}

.market-card {
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 5px 12px;
  align-content: center;
  min-height: 112px;
  padding: 16px 18px;
  border: 1px solid oklch(0.55 0.12 78 / 0.24);
  border-radius: 20px;
  background: oklch(1 0 0 / 0.46);
}

.market-card::before {
  grid-row: 1 / span 2;
  align-self: start;
  font-size: 1.15rem;
}

.market-card span,
.market-card h3 {
  grid-column: 2;
}

.market-card h3 {
  font-size: clamp(1.25rem, 1.65vw, 1.7rem);
  line-height: 1.08;
}

.market-card:last-child {
  grid-column: 1 / -1;
  grid-template-columns: 34px minmax(150px, 0.45fr) minmax(0, 1fr);
  grid-template-rows: 1fr;
  min-height: 90px;
  align-items: center;
}

.market-card:last-child::before {
  grid-row: 1;
}

.market-card:last-child span {
  grid-column: 2;
}

.market-card:last-child h3 {
  grid-column: 3;
}

.process-section {
  padding-block: clamp(56px, 6vw, 80px);
}

.process-shell {
  grid-template-columns: 1fr;
  gap: 28px;
}

.process-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.process-heading h2 {
  max-width: 16ch;
  margin-bottom: 0;
  font-size: clamp(2.8rem, 4.35vw, 4.5rem);
}

.process-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 8px 28px 28px 28px;
}

.process-list li {
  min-height: 176px;
  gap: 10px;
  padding: 22px 24px;
}

.process-list li::before {
  font-size: 1.55rem;
}

.process-list strong {
  font-size: clamp(1.45rem, 1.9vw, 1.9rem);
}

.process-list span {
  line-height: 1.5;
}

@media (max-width: 1040px) {
  .accessory-rail-layout {
    grid-template-columns: minmax(230px, 0.55fr) minmax(0, 1.45fr);
    gap: 28px;
  }

  .accessory-specimens figure {
    min-height: 250px;
  }

  .buyers-shell {
    grid-template-columns: minmax(290px, 0.78fr) minmax(480px, 1.22fr);
    gap: 30px;
  }

  .buyers-image,
  .buyers-image img {
    min-height: 280px;
    max-height: 320px;
  }

  .markets-layout {
    grid-template-columns: minmax(260px, 0.62fr) minmax(520px, 1.38fr);
    gap: 30px;
  }

  .markets-copy h2,
  .process-heading h2 {
    max-width: 12ch;
  }
}

@media (max-width: 800px) {
  .accessory-rail-layout,
  .buyers-shell,
  .markets-layout {
    grid-template-columns: 1fr;
  }

  .accessory-rail-intro h2,
  .buyers-heading h2,
  .markets-copy h2 {
    max-width: 13ch;
  }

  .buyers-image,
  .buyers-image img {
    min-height: 260px;
    max-height: 300px;
  }
}

@media (max-width: 720px) {
  .accessory-rail-section,
  .buyers-section,
  .markets-section,
  .process-section {
    padding-block: 48px;
  }

  .accessory-specimens {
    grid-template-columns: repeat(4, minmax(170px, 56vw));
  }

  .accessory-specimens figure {
    min-height: 250px;
  }

  .buyers-heading h2,
  .markets-copy h2,
  .process-heading h2 {
    font-size: clamp(2.35rem, 10vw, 3.15rem);
  }

  .buyers-image,
  .buyers-image img {
    min-height: 230px;
    max-height: 260px;
  }

  .buyer-lanes article {
    grid-template-columns: minmax(118px, 0.82fr) minmax(0, 1.18fr);
    min-height: 66px;
    gap: 12px;
    padding: 14px 16px;
  }

  .buyer-lanes h3 {
    font-size: 1.2rem;
  }

  .market-rfq-link {
    margin-top: 10px;
  }

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

  .market-card {
    grid-template-columns: 24px minmax(0, 1fr);
    min-height: 116px;
    padding: 13px 12px;
  }

  .market-card::before {
    grid-row: 1 / span 2;
    font-size: 0.95rem;
  }

  .market-card h3 {
    font-size: 1.18rem;
  }

  .market-card:last-child {
    grid-template-columns: 24px minmax(106px, 0.7fr) minmax(0, 1fr);
    min-height: 76px;
  }

  .process-heading {
    display: block;
  }

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

  .process-list li {
    grid-template-columns: 44px minmax(0, 0.8fr) minmax(0, 1.2fr);
    grid-template-rows: 1fr;
    align-items: center;
    min-height: 0;
    gap: 12px;
    padding: 18px;
  }

  .process-list li::before,
  .process-list strong,
  .process-list span {
    grid-column: auto;
  }

  .process-list strong {
    font-size: 1.35rem;
  }

  .process-list span {
    font-size: 0.9rem;
  }
}
