/* =============================================================
   CoffeeVar / Press Landing — v3.0
   Art-direction · Editorial · Premium
   ============================================================= */

.cv-press-page {
  /* palette */
  --cv-noir:        #0a0604;
  --cv-espresso:    #14090a;
  --cv-espresso-2:  #221310;
  --cv-roast:       #3a2117;
  --cv-cocoa:       #5e3520;
  --cv-caramel:     #b88157;
  --cv-gold:        #d4a574;
  --cv-gold-2:      #e2b685;
  --cv-gold-deep:   #a87a48;
  --cv-leaf:        #2d5a3f;
  --cv-leaf-deep:   #1b3a28;
  --cv-paper:       #fff8ec;
  --cv-cream-light: #fefaf2;
  --cv-cream:       #f4ecdd;
  --cv-cream-warm:  #e8dcc4;
  --cv-cream-deep:  #d8c8a8;
  --cv-text:        #1a120b;
  --cv-text-mute:   #5f4e3f;
  --cv-text-faint:  #8a7a68;
  --cv-line:        rgba(58, 33, 23, .14);
  --cv-line-2:      rgba(58, 33, 23, .22);
  --cv-line-3:      rgba(58, 33, 23, .35);

  /* radii */
  --r-xs: 6px;
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 28px;
  --r-xl: 40px;
  --r-2xl: 56px;

  /* shadows */
  --sh-sm: 0 1px 2px rgba(0, 0, 0, .04), 0 6px 18px rgba(58, 33, 23, .06);
  --sh-md: 0 2px 6px rgba(0, 0, 0, .05), 0 18px 38px rgba(58, 33, 23, .1);
  --sh-lg: 0 8px 24px rgba(0, 0, 0, .08), 0 32px 70px rgba(58, 33, 23, .18);
  --sh-xl: 0 12px 32px rgba(0, 0, 0, .1), 0 48px 110px rgba(58, 33, 23, .24);

  /* type */
  --ff-display: "Cormorant Garamond", "EB Garamond", "Cormorant", "Times New Roman", Georgia, serif;
  --ff-display-cyr: "EB Garamond", "PT Serif", "Times New Roman", Georgia, serif;
  --ff-body:    "Manrope", "Space Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;

  background: var(--cv-cream);
  color: var(--cv-text);
  font-family: var(--ff-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01" 1, "ss02" 1, "kern" 1;
}

.cv-press-page * { box-sizing: border-box; }

.cv-press-page img { max-width: 100%; height: auto; display: block; }

/* paper grain */
.cv-press-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .3;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.92' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.22, 0 0 0 0 0.13, 0 0 0 0 0.08, 0 0 0 0.04 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
.cv-press-page > * { position: relative; z-index: 1; }

.cv-press-page section,
.cv-press-page nav[id] {
  scroll-margin-top: 112px;
}

body.page-template-tpl_press .page-header,
body.home .page-header {
  display: none !important;
}

/* container override (tighter editorial feel) */
.cv-press-page .uk-container.uk-container-large { max-width: 1320px; padding-left: 32px; padding-right: 32px; }
@media (max-width: 960px) { .cv-press-page .uk-container.uk-container-large { padding-left: 22px; padding-right: 22px; } }

/* ============================================================
   LANDING HEADER
   ============================================================ */
.cv-landing-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 120;
  padding: 14px 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .94), rgba(255, 250, 242, .82)),
    rgba(255, 250, 242, .76);
  border-bottom: 1px solid rgba(58, 33, 23, .12);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 34px rgba(58, 33, 23, .08);
}

.cv-landing-header .uk-container {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
}

.cv-landing-header__logo {
  display: inline-flex;
  align-items: center;
  width: 190px;
  min-width: 0;
}

.cv-landing-header__logo img {
  width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(7%) sepia(20%) saturate(2367%) hue-rotate(319deg) brightness(82%) contrast(101%);
}

.cv-landing-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.3vw, 34px);
  min-width: 0;
}

.cv-landing-header__nav a {
  color: rgba(58, 33, 23, .78);
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}

.cv-landing-header__nav a:hover {
  color: var(--cv-cocoa);
  text-decoration: none;
}

.cv-landing-header__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.cv-landing-header__lang {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(58, 33, 23, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .5);
}

.cv-landing-header__lang a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 30px;
  padding: 0 8px;
  border-radius: 999px;
  color: rgba(58, 33, 23, .72);
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.cv-landing-header__lang a:hover,
.cv-landing-header__lang a.is-active {
  background: var(--cv-espresso);
  color: var(--cv-espresso);
  color: var(--cv-cream-light);
  text-decoration: none;
}

.cv-landing-header__request {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--cv-gold);
  color: var(--cv-espresso);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(212, 165, 116, .24);
  transition: transform .2s ease, background .2s ease;
}

.cv-landing-header__request:hover {
  transform: translateY(-1px);
  background: var(--cv-gold-2);
  color: var(--cv-espresso);
  text-decoration: none;
}

/* ============================================================
   TYPOGRAPHY
   ============================================================ */
.cv-press-page h1,
.cv-press-page h2,
.cv-press-page h3,
.cv-press-page h4 {
  font-family: var(--ff-display);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--cv-espresso);
  margin: 0;
}

.cv-press-page em {
  font-style: italic;
  font-weight: 400;
  color: var(--cv-cocoa);
}

.cv-h2 {
  font-size: clamp(36px, 4.6vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.025em;
}
.cv-h2 em { color: var(--cv-gold-deep); }
.cv-h2--light { color: var(--cv-cream-light); }
.cv-h2--light em { color: var(--cv-gold); }

.cv-text {
  margin: 0;
  font-family: var(--ff-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--cv-text-mute);
  max-width: 56ch;
}
.cv-text--light { color: rgba(255, 248, 236, .76); }

.cv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  padding: 8px 12px;
  border: 1px solid rgba(184, 129, 87, .26);
  border-radius: 999px;
  background: rgba(255, 248, 236, .54);
  color: var(--cv-cocoa);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: none;
  box-shadow: 0 8px 20px rgba(58, 33, 23, .045);
}
.cv-eyebrow--light {
  border-color: rgba(212, 165, 116, .28);
  background: rgba(255, 248, 236, .07);
  color: var(--cv-gold);
  box-shadow: none;
}
.cv-eyebrow__line {
  position: relative;
  width: 12px;
  height: 16px;
  flex: 0 0 12px;
  border-radius: 52% 48% 50% 50%;
  background: currentColor;
  opacity: .82;
  transform: rotate(-24deg);
}
.cv-eyebrow__line::after {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 50%;
  width: 1px;
  border-radius: 999px;
  background: rgba(255, 248, 236, .58);
  transform: translateX(-50%) rotate(8deg);
}

.cv-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 40px 100px;
  align-items: end;
  margin: 0 0 80px;
}
.cv-section-head__text { margin: 0; font-size: 16px; line-height: 1.6; color: var(--cv-text-mute); max-width: 48ch; }
.cv-section-head__text--light { color: rgba(255, 248, 236, .68); }
.cv-section-head--center {
  grid-template-columns: 1fr;
  text-align: center;
  justify-items: center;
}
.cv-section-head--center .cv-eyebrow { justify-content: center; }
.cv-section-head--center .cv-h2 { max-width: 22ch; }

/* ============================================================
   BUTTONS
   ============================================================ */
.cv-press-page .cv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .015em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, background .35s ease, color .35s ease, border-color .35s ease;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.cv-press-page .cv-btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.cv-press-page .cv-btn:hover svg { transform: translateX(5px); }

.cv-btn--lg  { padding: 20px 34px; font-size: 15px; }
.cv-btn--sm  { padding: 11px 18px; font-size: 13px; }
.cv-btn--block { display: flex; width: 100%; }

.cv-btn--primary {
  background: var(--cv-espresso);
  color: var(--cv-cream-light);
  box-shadow: var(--sh-md);
}
.cv-btn--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(58, 33, 23, .2) 0%, rgba(168, 122, 72, .82) 58%, rgba(58, 33, 23, .28) 100%);
  opacity: 0;
  transition: opacity .35s ease;
  z-index: -1;
}
.cv-btn--primary:hover {
  color: var(--cv-cream-light);
  transform: translateY(-2px);
  box-shadow: var(--sh-lg);
}
.cv-btn--primary:hover::before { opacity: 1; }

.cv-btn--gold {
  background: linear-gradient(135deg, var(--cv-gold-2) 0%, var(--cv-gold) 50%, var(--cv-gold-deep) 100%);
  color: var(--cv-espresso);
  box-shadow: 0 14px 30px rgba(168, 122, 72, .35);
}
.cv-btn--gold:hover {
  background: linear-gradient(135deg, var(--cv-gold-deep) 0%, var(--cv-cocoa) 100%);
  color: var(--cv-cream-light);
  transform: translateY(-2px);
  box-shadow: 0 22px 40px rgba(58, 33, 23, .35);
}

.cv-btn--ghost {
  background: rgba(255, 248, 236, .06);
  border-color: rgba(255, 248, 236, .35);
  color: var(--cv-cream-light);
  backdrop-filter: blur(6px);
}
.cv-btn--ghost:hover {
  background: rgba(255, 248, 236, .14);
  border-color: var(--cv-cream-light);
  transform: translateY(-2px);
}

.cv-btn--outline {
  background: transparent;
  border-color: var(--cv-espresso);
  color: var(--cv-espresso);
}
.cv-btn--outline:hover {
  background: var(--cv-espresso);
  color: var(--cv-cream-light);
  transform: translateY(-2px);
}

.cv-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cv-espresso);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: none;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  transition: gap .25s ease, color .25s ease;
}
.cv-link svg { width: 16px; height: 16px; }
.cv-link:hover { gap: 14px; color: var(--cv-cocoa); }

/* ============================================================
   COFFEE BEANS · STICKERS · UTILITY
   ============================================================ */
.cv-bean {
  position: absolute;
  display: block;
  width: 56px;
  height: 84px;
  border-radius: 52% 48% 52% 48% / 60% 60% 40% 40%;
  background:
    radial-gradient(ellipse at 30% 26%, rgba(255, 228, 192, .28), transparent 36%),
    linear-gradient(150deg, #7a3518 0%, #2d130a 100%);
  box-shadow: 0 14px 26px rgba(20, 10, 4, .26), inset -4px -6px 14px rgba(0, 0, 0, .4);
  transform: rotate(-22deg);
  pointer-events: none;
  z-index: 1;
}
.cv-bean::after {
  content: "";
  position: absolute;
  inset: 12% 50% 12% 50%;
  width: 4px;
  margin-left: -2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 220, 186, .55), rgba(255, 220, 186, .15));
  transform: rotate(8deg);
}
.cv-bean--sm { width: 28px; height: 42px; }
.cv-bean--md { width: 44px; height: 64px; }
.cv-bean--xl { width: 88px; height: 132px; }

.cv-sticker {
  position: absolute;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 124px;
  padding: 12px;
  border-radius: 50%;
  text-align: center;
  text-transform: none;
  letter-spacing: .06em;
  transform: rotate(-12deg);
  box-shadow: 0 22px 38px rgba(20, 10, 4, .22), inset 0 0 0 1px rgba(255, 255, 255, .35);
  font-family: var(--ff-body);
}
.cv-sticker em {
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  opacity: .8;
  letter-spacing: .18em;
}
.cv-sticker strong {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 6px 0;
}
.cv-sticker--cream {
  background:
    radial-gradient(circle at 30% 28%, #fff, var(--cv-cream-light) 60%, var(--cv-cream-warm));
  color: var(--cv-espresso);
  border: 1px dashed rgba(58, 33, 23, .35);
}

.cv-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.cv-pill--gold { background: var(--cv-gold); color: var(--cv-espresso); }
.cv-pill--leaf { background: rgba(45, 90, 63, .14); color: var(--cv-leaf-deep); }

.cv-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 8px 12px;
  border: 1px solid rgba(58, 33, 23, .18);
  border-radius: 999px;
  background: rgba(255, 248, 236, .55);
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--cv-text);
}
.cv-tag__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cv-leaf);
  box-shadow: 0 0 0 4px rgba(45, 90, 63, .25);
  animation: cvPulse 2s ease-in-out infinite;
}
.cv-tag--live { color: var(--cv-leaf-deep); }
.cv-tag--light {
  border-color: rgba(255, 248, 236, .26);
  background: rgba(255, 248, 236, .08);
  color: var(--cv-cream-light);
}
.cv-tag--light .cv-tag__dot { background: var(--cv-gold); box-shadow: 0 0 0 4px rgba(212, 165, 116, .3); }

.cv-meta-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  opacity: .35;
}

/* reveal */
.cv-reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.cv-reveal.cv-in { opacity: 1; transform: none; }

/* ============================================================
   HERO  (fits within first screen below the site header)
   ============================================================ */
.cv-hero {
  position: relative;
  min-height: calc(100dvh - 176px);
  padding: 48px 0 40px;
  background: var(--cv-cream-light);
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-height: 820px) {
  .cv-hero { padding: 28px 0 22px; }
}
.cv-hero__bg {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  opacity: .4;
  filter: saturate(1.02) contrast(.98) brightness(1.04);
  transform: scale(1.01);
}
.cv-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 241, .68) 0%, rgba(255, 250, 241, .48) 34%, rgba(255, 250, 241, .16) 63%, rgba(255, 250, 241, .02) 100%),
    linear-gradient(180deg, rgba(255, 250, 241, .06) 0%, rgba(255, 250, 241, 0) 48%, rgba(255, 250, 241, .28) 100%);
}
.cv-hero__noise {
  position: absolute;
  inset: 0;
  opacity: .12;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.25'/></svg>");
}

/* left vertical rail */
.cv-hero__rail {
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  z-index: 4;
  color: rgba(58, 33, 23, .58);
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.cv-hero__rail-mark { writing-mode: vertical-rl; transform: rotate(180deg); }
.cv-hero__rail-vertical { writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(58, 33, 23, .78); }
.cv-hero__rail-dot { width: 8px; height: 8px; border-radius: 50%; border: 1px solid rgba(58, 33, 23, .32); }
.cv-hero__rail-dot::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin: 1px;
  border-radius: 50%;
  background: var(--cv-gold);
  animation: cvPulse 2.4s ease-in-out infinite;
}

/* top meta */
.cv-hero__meta {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px 28px;
  padding-top: 6px;
  padding-bottom: 18px;
  color: rgba(58, 33, 23, .86);
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: none;
  text-shadow: none;
}
.cv-hero__meta-left,
.cv-hero__meta-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  min-width: 0;
}
.cv-hero__meta-coords {
  letter-spacing: .03em;
  font-size: 12px;
  color: rgba(58, 33, 23, .78);
}

/* hero grid */
.cv-hero__inner { position: relative; z-index: 3; flex: 1; display: flex; align-items: center; }
.cv-hero__inner > .cv-hero__grid { width: 100%; }
.cv-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.cv-hero__content { color: var(--cv-espresso); max-width: 680px; }

.cv-hero__title {
  margin: 0 0 18px;
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(38px, 4.9vw, 78px);
  line-height: 1.0;
  letter-spacing: -0.028em;
  color: var(--cv-espresso);
}
.cv-hero__title em {
  font-style: italic;
  color: var(--cv-cocoa);
  font-weight: 500;
}
.cv-hero__mark {
  position: relative;
  display: inline-block;
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 500;
  color: var(--cv-cocoa);
  padding: 0 .12em;
}
.cv-hero__mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  height: 14%;
  background: var(--cv-gold);
  opacity: .36;
  border-radius: 999px;
  z-index: -1;
  transform: rotate(-1.6deg) scaleX(1.02);
}

.cv-hero__lead {
  max-width: 480px;
  margin: 0 0 24px;
  color: rgba(58, 33, 23, .78);
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.55;
  font-weight: 400;
}
.cv-hero__lead strong { color: var(--cv-espresso); font-weight: 700; }

.cv-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}
.cv-hero__cta .cv-btn--lg { padding: 16px 26px; font-size: 14px; }

.cv-hero__cta .cv-btn--ghost {
  background: rgba(255, 255, 255, .48);
  border-color: rgba(58, 33, 23, .24);
  color: var(--cv-espresso);
  box-shadow: 0 10px 24px rgba(58, 33, 23, .08);
}
.cv-hero__cta .cv-btn--ghost:hover {
  background: rgba(255, 248, 236, .9);
  border-color: rgba(58, 33, 23, .42);
  color: var(--cv-espresso);
}

.cv-hero__strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(58, 33, 23, .16);
}
.cv-hero__strip > div {
  position: relative;
  padding-right: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cv-hero__strip > div + div { padding-left: 18px; border-left: 1px solid rgba(58, 33, 23, .14); }
.cv-hero__strip strong {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(22px, 1.7vw, 28px);
  color: var(--cv-cocoa);
  line-height: 1;
  letter-spacing: -0.02em;
}
.cv-hero__strip span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(58, 33, 23, .62);
  line-height: 1.3;
}

/* stage (machine) */
.cv-hero__stage {
  position: relative;
  min-height: 480px;
  height: 100%;
  padding: 12px 8px;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.cv-hero__halo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
}
.cv-hero__halo--bg {
  width: min(115%, 580px);
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(212, 165, 116, .35) 0%, rgba(212, 165, 116, .05) 50%, transparent 70%);
  filter: blur(2px);
}
.cv-hero__halo--ring {
  width: min(96%, 480px);
  aspect-ratio: 1;
  border: 1px solid rgba(212, 165, 116, .42);
  animation: cvRotate 60s linear infinite;
}
.cv-hero__halo--ring::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-radius: 50%;
  background: var(--cv-gold);
  box-shadow: 0 0 0 4px rgba(212, 165, 116, .25);
}
.cv-hero__halo--dashes {
  width: min(82%, 410px);
  aspect-ratio: 1;
  border: 1px dashed rgba(212, 165, 116, .25);
  animation: cvRotate 40s linear infinite reverse;
}

.cv-hero__machine {
  position: relative;
  z-index: 2;
  width: min(82%, 360px);
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 28px 50px rgba(0, 0, 0, .6)) drop-shadow(0 0 60px rgba(212, 165, 116, .15));
  animation: cvMachineFloat 8s ease-in-out infinite;
}

.cv-hero__bean-1 { top: 12%; left: 6%; transform: rotate(20deg) scale(.7); opacity: .55; animation: cvBeanDrift 8s ease-in-out infinite; z-index: 3; }
.cv-hero__bean-2 { top: 58%; left: 14%; transform: rotate(-36deg); opacity: .42; z-index: 3; }
.cv-hero__bean-3 { bottom: 12%; right: 12%; transform: rotate(48deg); opacity: .5; z-index: 3; }

/* circular stamp */
.cv-stamp {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 106px;
  height: 106px;
  z-index: 3;
  color: var(--cv-gold);
  animation: cvRotate 30s linear infinite;
  opacity: .75;
  pointer-events: none;
}
.cv-stamp svg { width: 100%; height: 100%; }
.cv-stamp__core {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--cv-gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: var(--cv-gold);
  animation: cvRotate 30s linear infinite reverse;
  background: rgba(20, 9, 10, .25);
  backdrop-filter: blur(2px);
}
.cv-stamp__core em { font-style: normal; font-family: var(--ff-body); font-size: 6px; letter-spacing: .15em; font-weight: 700; opacity: .8; }
.cv-stamp__core strong { font-family: var(--ff-display); font-size: 16px; font-weight: 600; line-height: 1; margin: 2px 0; }

/* floating cards on hero */
.cv-card-float {
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 130px;
  padding: 12px 14px;
  border-radius: var(--r-md);
  background: rgba(255, 248, 236, .94);
  color: var(--cv-espresso);
  box-shadow: 0 20px 38px rgba(0, 0, 0, .4), inset 0 0 0 1px rgba(58, 33, 23, .1);
  backdrop-filter: blur(8px);
}
.cv-card-float__head {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cv-text-mute);
  margin-bottom: 4px;
}
.cv-card-float__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cv-leaf);
  box-shadow: 0 0 0 3px rgba(45, 90, 63, .25);
}
.cv-card-float strong {
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--cv-espresso);
}
.cv-card-float em {
  font-style: normal;
  font-family: var(--ff-body);
  font-size: 10px;
  color: var(--cv-text-mute);
  font-weight: 600;
  letter-spacing: .04em;
}
.cv-card-float--top    { top: 6%; right: 4%; animation: cvFloatY 5.4s ease-in-out infinite; }
.cv-card-float--bottom { bottom: 6%; left: 4%; animation: cvFloatY 6.2s ease-in-out infinite reverse; }
.cv-card-float--mini {
  width: auto;
  padding: 7px 13px;
  background: var(--cv-gold);
  border-radius: 999px;
  top: 46%;
  right: 6%;
  transform: rotate(-8deg);
}
.cv-card-float--mini span { font-family: var(--ff-display); font-style: italic; font-weight: 600; font-size: 16px; color: var(--cv-espresso); }
.cv-card-float--mini em { color: rgba(20, 9, 10, .72); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; }

/* scroll cue (only visible if hero has room) */
.cv-hero__scroll {
  position: absolute;
  bottom: 14px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: rgba(58, 33, 23, .58);
  text-decoration: none;
  font-family: var(--ff-body);
  font-size: 9px;
  letter-spacing: .26em;
  text-transform: uppercase;
  font-weight: 700;
}
.cv-hero__scroll em { font-style: normal; }
.cv-hero__scroll-line {
  width: 1px;
  height: 28px;
  background: linear-gradient(180deg, transparent, var(--cv-gold), transparent);
  background-size: 100% 200%;
  animation: cvScrollLine 1.8s ease-in-out infinite;
}
@media (max-height: 760px) { .cv-hero__scroll { display: none; } }

/* ============================================================
   TICKER (double row, opposite directions)
   ============================================================ */
.cv-ticker {
  position: relative;
  padding: 14px 0;
  background: var(--cv-espresso);
  color: var(--cv-cream-light);
  overflow: hidden;
  border-top: 1px solid rgba(212, 165, 116, .2);
  border-bottom: 1px solid rgba(212, 165, 116, .2);
}
.cv-ticker__row { overflow: hidden; }
.cv-ticker__row--top { padding-bottom: 6px; }
.cv-ticker__row--bot { padding-top: 5px; border-top: 1px dashed rgba(212, 165, 116, .14); margin-top: 5px; }
.cv-ticker__track {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  padding-left: 28px;
  animation: cvTicker 48s linear infinite;
}
.cv-ticker__track--reverse { animation-direction: reverse; animation-duration: 60s; }
.cv-ticker__track span:not(.cv-ticker__bean) {
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 38px);
  letter-spacing: -0.01em;
  color: var(--cv-cream-light);
}
.cv-ticker__row--bot .cv-ticker__track span:not(.cv-ticker__bean) {
  font-style: normal;
  font-family: var(--ff-body);
  font-weight: 600;
  font-size: clamp(13px, 1.1vw, 16px);
  text-transform: uppercase;
  letter-spacing: .24em;
  color: rgba(212, 165, 116, .85);
}
.cv-ticker__bean {
  width: 14px;
  height: 22px;
  border-radius: 52% 48% 52% 48% / 60% 60% 40% 40%;
  background: var(--cv-gold);
  transform: rotate(-22deg);
  flex: 0 0 14px;
}
.cv-ticker__bean--alt {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(212, 165, 116, .5);
  transform: none;
}

/* ============================================================
   PILLARS (asymmetric: 1 lead + 3 small)
   ============================================================ */
.cv-pillars {
  padding: clamp(40px, 4.6vw, 72px) 0;
  background: var(--cv-cream);
}
.cv-pillars__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.35fr);
  grid-template-rows: repeat(3, minmax(0, auto));
  gap: 14px;
  margin-top: clamp(24px, 3vw, 38px);
}

.cv-pillar {
  position: relative;
  background: var(--cv-paper);
  border: 1px solid var(--cv-line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-sm);
  overflow: hidden;
  transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s ease, border-color .45s ease;
}
.cv-pillar:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: var(--cv-cream-deep); }

.cv-pillar__num {
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: var(--cv-gold-deep);
  letter-spacing: .04em;
  margin: 0 0 18px;
  text-transform: lowercase;
}

.cv-pillar h3 {
  font-size: 21px;
  line-height: 1.1;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.cv-pillar p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: var(--cv-text-mute);
}

.cv-pillar__icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin: 0 0 10px;
  filter: drop-shadow(0 6px 12px rgba(58, 33, 23, .18));
}

.cv-pillar--lead {
  grid-row: span 3;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background: var(--cv-espresso);
  color: var(--cv-cream-light);
  border-color: var(--cv-espresso);
}
.cv-pillar--lead h3 { color: var(--cv-cream-light); font-size: 28px; line-height: 1.04; }
.cv-pillar--lead p { color: rgba(255, 248, 236, .72); font-size: 13px; max-width: 34ch; }
.cv-pillar--lead .cv-pillar__num { color: var(--cv-gold); }
.cv-pillar--lead .cv-link { color: var(--cv-gold); border-color: var(--cv-gold); }
.cv-pillar--lead .cv-link:hover { color: var(--cv-cream-light); }

.cv-pillar__media {
  position: relative;
  height: clamp(220px, 28vw, 330px);
  overflow: hidden;
  background: var(--cv-roast);
}
.cv-pillar__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 22px;
  transition: transform .8s cubic-bezier(.2,.7,.2,1);
}
.cv-pillar--lead:hover .cv-pillar__media img { transform: scale(1.04); }
.cv-pillar__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 50%;
  background: linear-gradient(180deg, transparent, var(--cv-espresso));
  pointer-events: none;
}
.cv-pillar__bean { top: 24px; right: 32px; opacity: .55; }

.cv-pillar__chip {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 248, 236, .12);
  backdrop-filter: blur(8px);
  font-family: var(--ff-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cv-cream-light);
  border: 1px solid rgba(255, 248, 236, .22);
}

.cv-pillar__body {
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  justify-content: flex-end;
}
.cv-pillar--lead .cv-pillar__body {
  min-height: 0;
}
.cv-pillar--lead .cv-pillar__chip {
  top: auto;
  left: 22px;
  bottom: 18px;
  background: rgba(20, 9, 10, .62);
  border-color: rgba(255, 248, 236, .2);
}

.cv-pillar--small {
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-items: start;
}
.cv-pillar--small .cv-pillar__icon {
  grid-row: 1 / span 2;
}
.cv-pillar--small h3 { font-size: 20px; }
.cv-pillar--small p { grid-column: 2; }
.cv-pillar--a { background: linear-gradient(155deg, var(--cv-paper) 0%, var(--cv-cream) 100%); }
.cv-pillar--b { background: linear-gradient(155deg, var(--cv-cream-light) 0%, var(--cv-cream-warm) 100%); }
.cv-pillar--c { background: var(--cv-paper); }
.cv-pillar--small::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle at 100% 0%, rgba(212, 165, 116, .2), transparent 65%);
  pointer-events: none;
}

@media (min-width: 961px) {
  .cv-pillars .uk-container {
    display: grid;
    grid-template-columns: minmax(260px, .58fr) minmax(0, 1.42fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
  }

  .cv-pillars .cv-section-head {
    margin: 0;
    text-align: left;
    justify-items: start;
    align-self: center;
  }

  .cv-pillars .cv-section-head .cv-h2 {
    font-size: clamp(34px, 3.2vw, 54px);
    max-width: 9.5em;
  }

  .cv-pillars__grid {
    margin-top: 0;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    gap: 12px;
  }

  .cv-pillar__media {
    height: clamp(190px, 20vw, 260px);
  }

  .cv-pillar__body {
    padding: 16px 20px 20px;
  }

  .cv-pillar--lead h3 {
    font-size: 24px;
  }

  .cv-pillar--lead p {
    font-size: 12px;
    line-height: 1.35;
  }

  .cv-pillar--small {
    padding: 14px 16px;
    min-height: 0;
  }

  .cv-pillar--small h3 {
    font-size: 18px;
  }

  .cv-pillar--small p {
    font-size: 12px;
    line-height: 1.32;
  }

  .cv-pillar__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
  }
}

/* ============================================================
   STICKY NAV
   ============================================================ */
.cv-nav {
  display: none;
}
.cv-nav .uk-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.cv-nav__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}
.cv-nav__brand-tag {
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  color: var(--cv-espresso);
}
.cv-nav__brand-id {
  padding: 4px 10px;
  border-radius: 6px;
  background: var(--cv-cream-warm);
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cv-text-mute);
}
.cv-nav__links {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cv-nav__links a {
  position: relative;
  color: var(--cv-espresso);
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  padding: 6px 0;
  letter-spacing: .02em;
  transition: color .25s ease;
}
.cv-nav__links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--cv-gold-deep);
  transition: width .35s cubic-bezier(.2,.7,.2,1);
}
.cv-nav__links a:hover::after { width: 24px; }

/* ============================================================
   PRODUCT INTRO
   ============================================================ */
.cv-intro {
  padding: 160px 0 140px;
  background: var(--cv-cream);
}
.cv-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 100px;
  align-items: center;
}
.cv-intro__copy h2 { margin-bottom: 28px; }
.cv-intro__copy > .cv-text { margin-bottom: 36px; }

.cv-checks {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: grid;
  gap: 14px;
}
.cv-checks li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 500;
  color: var(--cv-text);
}
.cv-checks svg {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  padding: 5px;
  border-radius: 50%;
  background: var(--cv-leaf);
  color: var(--cv-cream-light);
}

.cv-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cv-chips span {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--cv-line-2);
  background: var(--cv-paper);
  color: var(--cv-roast);
  font-weight: 600;
  font-size: 13px;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.cv-chips span:hover {
  background: var(--cv-espresso);
  color: var(--cv-cream-light);
  border-color: var(--cv-espresso);
}

/* stage */
.cv-intro__stage { position: relative; min-height: 660px; }
.cv-intro__photo {
  position: absolute;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: var(--cv-paper);
  box-shadow: var(--sh-lg);
}
.cv-intro__photo img { width: 100%; height: 100%; object-fit: cover; }
.cv-intro__photo--main {
  top: 0;
  right: 0;
  width: 78%;
  height: 100%;
  border: 1px solid var(--cv-line);
  background: linear-gradient(180deg, var(--cv-paper), var(--cv-cream-warm));
}
.cv-intro__photo--main img {
  object-fit: contain;
  padding: 7%;
}
.cv-intro__photo--small {
  position: absolute;
  left: -2%;
  bottom: 36px;
  width: 48%;
  aspect-ratio: 4/3;
  border: 6px solid var(--cv-cream-light);
  z-index: 3;
  box-shadow: var(--sh-xl);
}
.cv-intro__photo--small img { padding: 0; }
.cv-intro__photo-cap {
  position: absolute;
  bottom: 8px;
  left: 12px;
  z-index: 2;
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cv-cream-light);
  background: rgba(20, 9, 10, .7);
  padding: 5px 9px;
  border-radius: 4px;
  backdrop-filter: blur(6px);
}

.cv-intro__plate {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 4;
  padding: 14px 18px;
  border-radius: var(--r-md);
  background: var(--cv-espresso);
  color: var(--cv-cream-light);
  box-shadow: var(--sh-md);
}
.cv-intro__plate span {
  display: block;
  font-family: var(--ff-body);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 248, 236, .55);
}
.cv-intro__plate strong {
  display: block;
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: var(--cv-gold);
  margin: 2px 0;
}
.cv-intro__plate em {
  display: block;
  font-family: var(--ff-body);
  font-style: italic;
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 248, 236, .68);
}

/* architectural rulers */
.cv-rule {
  position: absolute;
  z-index: 3;
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cv-cocoa);
  display: flex;
  gap: 8px;
}
.cv-rule i {
  display: block;
  background: var(--cv-cocoa);
}
.cv-rule--v {
  top: 8%;
  right: -18px;
  flex-direction: column;
  align-items: center;
}
.cv-rule--v span { writing-mode: vertical-rl; transform: rotate(180deg); }
.cv-rule--v i { width: 1px; height: 78%; }
.cv-rule--h {
  bottom: -22px;
  left: 8%;
  align-items: center;
  width: 60%;
}
.cv-rule--h i { height: 1px; width: 100%; }

.cv-intro__sticker { top: -12px; right: -10px; z-index: 6; transform: rotate(10deg); }
.cv-intro__bean-1 { top: 8%; right: -2%; transform: rotate(28deg); opacity: .5; z-index: 5; }
.cv-intro__bean-2 { bottom: 14%; left: 38%; transform: rotate(-14deg); opacity: .35; z-index: 5; }

/* ============================================================
   SPECS (editorial number list + hero)
   ============================================================ */
.cv-specs {
  padding: 140px 0;
  background:
    radial-gradient(70% 80% at 100% 0%, rgba(212, 165, 116, .14), transparent 60%),
    var(--cv-paper);
}
.cv-specs__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

/* hero card / video review */
.cv-specs__hero {
  position: sticky;
  top: 140px;
  padding: 56px 48px 48px;
  border-radius: var(--r-2xl);
  background:
    radial-gradient(80% 70% at 0% 0%, rgba(212, 165, 116, .35), transparent 60%),
    linear-gradient(165deg, var(--cv-espresso), var(--cv-noir));
  color: var(--cv-cream-light);
  border: 1px solid var(--cv-espresso);
  box-shadow: var(--sh-lg);
  overflow: hidden;
  isolation: isolate;
}
.cv-specs__hero--video {
  padding: 24px;
}
.cv-specs__video-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  margin-bottom: 24px;
  border-radius: calc(var(--r-lg) + 4px);
  overflow: hidden;
  background: rgba(255, 248, 236, .08);
  border: 1px solid rgba(255, 248, 236, .16);
}
.cv-specs__video-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, .34));
}
.cv-specs__play {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--cv-gold);
  color: var(--cv-espresso);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .28);
}
.cv-specs__play svg {
  width: 26px;
  height: 26px;
}
.cv-specs__hero-num {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 28px;
}
.cv-specs__hero-num span {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(110px, 11vw, 200px);
  line-height: .82;
  letter-spacing: -0.045em;
  color: var(--cv-gold);
}
.cv-specs__hero-num em {
  font-style: italic;
  font-family: var(--ff-display);
  font-size: 18px;
  color: rgba(255, 248, 236, .58);
  padding-bottom: 16px;
  font-weight: 400;
}
.cv-specs__hero-body h3 {
  font-size: 28px;
  margin: 0 0 12px;
  color: var(--cv-cream-light);
  letter-spacing: -0.02em;
}
.cv-specs__hero-body p {
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 248, 236, .72);
  max-width: 36ch;
}
.cv-specs__hero-decor { position: absolute; right: -40px; bottom: -40px; width: 240px; height: 240px; z-index: -1; color: rgba(212, 165, 116, .35); }
.cv-specs__hero-orbit { width: 100%; height: 100%; animation: cvRotate 60s linear infinite; }
.cv-specs__hero-decor .cv-bean { right: 40px; top: 40px; opacity: .4; }

/* editorial list */
.cv-specs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--cv-line-2);
}
.cv-specs__list li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--cv-line-2);
  transition: background .35s ease;
}
.cv-specs__list li:hover { background: rgba(255, 248, 236, .55); }
.cv-specs__list-num {
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  color: var(--cv-gold-deep);
  letter-spacing: -0.02em;
}
.cv-specs__list h4 {
  font-size: 24px;
  margin: 0 0 6px;
  line-height: 1.15;
}
.cv-specs__list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--cv-text-mute);
  max-width: 42ch;
}
.cv-specs__list-value {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 38px;
  color: var(--cv-espresso);
  letter-spacing: -0.02em;
  line-height: 1;
}
.cv-specs__list-feature {
  background: linear-gradient(135deg, var(--cv-gold-2), var(--cv-gold)) !important;
  margin-top: 12px;
  padding: 28px 30px !important;
  border-radius: var(--r-md);
  border: 1px solid var(--cv-gold-deep);
}
.cv-specs__list-feature h4 { color: var(--cv-espresso); }
.cv-specs__list-feature p { color: rgba(20, 9, 10, .7); }
.cv-specs__list-feature .cv-specs__list-num { color: var(--cv-espresso); }
.cv-specs__list-feature .cv-specs__list-value { color: var(--cv-espresso); }

/* ============================================================
   LOCATIONS (BENTO)
   ============================================================ */
.cv-locations {
  padding: 140px 0;
  background: var(--cv-cream);
}
.cv-bento {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: minmax(260px, auto) minmax(260px, auto);
  gap: 16px;
}

.cv-bento__cell {
  position: relative;
  padding: 32px 30px;
  background: var(--cv-paper);
  border: 1px solid var(--cv-line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-sm);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease, border-color .4s ease;
  overflow: hidden;
}
.cv-bento__cell:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: var(--cv-cream-deep); }

.cv-bento__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--cv-cream-warm);
  color: var(--cv-cocoa);
  flex: 0 0 auto;
}
.cv-bento__icon svg { width: 30px; height: 30px; }

.cv-bento__cell h3 {
  font-size: 22px;
  line-height: 1.12;
  margin: 0;
  letter-spacing: -0.02em;
}
.cv-bento__cell p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--cv-text-mute);
}
.cv-bento__metric-mini {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(45, 90, 63, .1);
  color: var(--cv-leaf-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  align-self: flex-start;
  margin-top: auto;
}
.cv-bento__metric-mini--alt { background: var(--cv-espresso); color: var(--cv-gold); }

.cv-bento__bar {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: var(--cv-cream-warm);
  overflow: hidden;
  margin-top: auto;
}
.cv-bento__bar span {
  display: block;
  height: 100%;
  width: var(--w, 50%);
  background: linear-gradient(90deg, var(--cv-gold-deep), var(--cv-gold));
  border-radius: 999px;
}

/* feature cell (top-left) */
.cv-bento__cell--feature {
  grid-column: span 2;
  grid-row: span 2;
  padding: 44px 44px 40px;
  background:
    radial-gradient(90% 80% at 100% 0%, rgba(212, 165, 116, .25), transparent 65%),
    linear-gradient(160deg, var(--cv-paper), var(--cv-cream-warm));
  border-color: var(--cv-gold-deep);
}
.cv-bento__cell--feature h3 { font-size: 40px; line-height: 1.04; max-width: 14ch; }
.cv-bento__cell--feature p { font-size: 16px; max-width: 40ch; }
.cv-bento__feature-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: var(--cv-espresso);
  color: var(--cv-gold);
  margin-bottom: 14px;
}
.cv-bento__feature-icon svg { width: 42px; height: 42px; }
.cv-bento__top { position: absolute; top: 28px; right: 28px; }
.cv-bento__metric {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 24px;
  border-radius: var(--r-md);
  background: rgba(255, 248, 236, .8);
  border: 1px solid var(--cv-line);
  align-self: flex-start;
  margin-top: 6px;
}
.cv-bento__metric span {
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--cv-text-mute);
}
.cv-bento__metric strong {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 42px;
  color: var(--cv-espresso);
  line-height: 1;
  letter-spacing: -0.02em;
}
.cv-bento__metric em {
  font-family: var(--ff-body);
  font-style: italic;
  font-size: 12px;
  color: var(--cv-text-mute);
  font-weight: 500;
}

.cv-bento__cell--tall { grid-row: span 2; padding: 36px 32px; }
.cv-bento__cell--dark {
  background:
    radial-gradient(70% 70% at 100% 0%, rgba(212, 165, 116, .2), transparent 60%),
    linear-gradient(160deg, var(--cv-espresso), var(--cv-roast));
  color: var(--cv-cream-light);
  border-color: var(--cv-espresso);
}
.cv-bento__cell--dark h3 { color: var(--cv-cream-light); }
.cv-bento__cell--dark p  { color: rgba(255, 248, 236, .68); }
.cv-bento__cell--dark .cv-bento__icon { background: rgba(212, 165, 116, .14); color: var(--cv-gold); }
.cv-bento__cell--dark .cv-bento__metric-mini {
  background: rgba(212, 165, 116, .18);
  color: var(--cv-gold);
}
.cv-bento__cell--dark .cv-bento__bar { background: rgba(255, 248, 236, .08); }

.cv-bento__cell--wide {
  grid-column: span 2;
  padding: 36px 36px;
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 28px;
}
.cv-bento__cell--wide .cv-bento__icon { width: 56px; height: 56px; }
.cv-bento__wide-body h3 { margin-bottom: 6px; }
.cv-bento__wide-body p { max-width: 48ch; }

/* ============================================================
   PROCESS · curved timeline
   ============================================================ */
.cv-process {
  position: relative;
  padding: 140px 0;
  background:
    radial-gradient(60% 60% at 0% 100%, rgba(212, 165, 116, .18), transparent 60%),
    radial-gradient(60% 60% at 100% 0%, rgba(212, 165, 116, .12), transparent 60%),
    linear-gradient(160deg, var(--cv-espresso) 0%, var(--cv-noir) 100%);
  color: var(--cv-cream-light);
  overflow: hidden;
}
.cv-process .cv-section-head { margin-bottom: 100px; }

.cv-process__path {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 220px;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: .9;
}

.cv-process__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cv-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.cv-step__time {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  color: var(--cv-gold);
  letter-spacing: -0.01em;
  margin: -2px 0 10px;
  padding: 5px 12px 6px;
  border: 1px solid rgba(212, 165, 116, .34);
  border-radius: 999px;
  background: rgba(212, 165, 116, .1);
}
.cv-step__card {
  position: relative;
  width: 100%;
  padding: 24px 22px;
  background: rgba(255, 248, 236, .04);
  border: 1px solid rgba(255, 248, 236, .14);
  border-radius: var(--r-md);
  backdrop-filter: blur(8px);
  text-align: center;
  transition: transform .35s ease, background .35s ease, border-color .35s ease;
}
.cv-step:hover .cv-step__card {
  background: rgba(255, 248, 236, .1);
  border-color: rgba(212, 165, 116, .5);
  transform: translateY(-4px);
}
.cv-step__num {
  display: none;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--cv-cream-light);
  color: var(--cv-espresso);
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  border: 2px solid var(--cv-gold-deep);
  box-shadow: 0 8px 22px rgba(168, 122, 72, .35);
}
.cv-step h4 {
  font-size: 18px;
  margin: 0 0 6px;
  color: var(--cv-cream-light);
}
.cv-step p { margin: 0; font-size: 13px; line-height: 1.5; color: rgba(255, 248, 236, .78); }

.cv-step--up   { padding-top: 0; }
.cv-step--down { padding-top: 0; flex-direction: column; }
.cv-step--down .cv-step__time { order: initial; }

.cv-step--final .cv-step__num {
  background: var(--cv-gold);
  color: var(--cv-espresso);
  border-color: var(--cv-gold);
  box-shadow: 0 8px 22px rgba(212, 165, 116, .55);
}
.cv-step--final .cv-step__card { background: rgba(212, 165, 116, .12); border-color: rgba(212, 165, 116, .42); }

/* ============================================================
   PLANS (premium pricing)
   ============================================================ */
.cv-plans {
  padding: 140px 0;
  background: var(--cv-cream);
}
.cv-plans__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.cv-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 52px 48px 48px;
  border-radius: var(--r-xl);
  border: 1px solid var(--cv-line);
  box-shadow: var(--sh-md);
  overflow: hidden;
  isolation: isolate;
}

.cv-plan--rent {
  background:
    radial-gradient(60% 50% at 100% 0%, rgba(45, 90, 63, .12), transparent 70%),
    var(--cv-paper);
}
.cv-plan--rent::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid var(--cv-line);
  pointer-events: none;
  z-index: -1;
}
.cv-plan--buy {
  background:
    radial-gradient(100% 80% at 0% 0%, rgba(212, 165, 116, .35), transparent 60%),
    linear-gradient(180deg, var(--cv-espresso) 0%, var(--cv-noir) 100%);
  color: var(--cv-cream-light);
  border-color: var(--cv-espresso);
}
.cv-plan--buy h3 { color: var(--cv-cream-light); }
.cv-plan--buy p { color: rgba(255, 248, 236, .84); }

.cv-plan__ribbon {
  position: absolute;
  top: 28px;
  right: -52px;
  padding: 8px 64px;
  background: var(--cv-gold);
  color: var(--cv-espresso);
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  transform: rotate(40deg);
  box-shadow: 0 8px 22px rgba(168, 122, 72, .45);
  z-index: 2;
}

.cv-plan__head { margin-bottom: 32px; }
.cv-plan h3 { font-size: 36px; line-height: 1.06; margin: 16px 0 12px; letter-spacing: -0.025em; }
.cv-plan p  { margin: 0; font-size: 15px; line-height: 1.55; color: var(--cv-text-mute); max-width: 36ch; }

.cv-plan__price {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 26px;
  padding: 30px 0;
  margin: 0 0 30px;
  border-top: 1px solid var(--cv-line);
  border-bottom: 1px solid var(--cv-line);
}
.cv-plan--buy .cv-plan__price { border-color: rgba(255, 248, 236, .12); }
.cv-plan__price-amount {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.cv-plan__price-amount span {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(60px, 6.6vw, 96px);
  line-height: .85;
  letter-spacing: -0.04em;
  color: var(--cv-espresso);
}
.cv-plan--buy .cv-plan__price-amount span { color: var(--cv-gold); }
.cv-plan__price-amount em {
  font-style: italic;
  font-family: var(--ff-display);
  font-weight: 400;
  font-size: 24px;
  color: var(--cv-cocoa);
  padding-bottom: 14px;
}
.cv-plan--buy .cv-plan__price-amount em { color: rgba(255, 248, 236, .65); }
.cv-plan__price-meta { display: flex; flex-direction: column; gap: 4px; align-items: flex-end; text-align: right; padding-bottom: 8px; }
.cv-plan__price-meta span {
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cv-text-mute);
}
.cv-plan--buy .cv-plan__price-meta span { color: rgba(255, 248, 236, .58); }
.cv-plan__price-meta em {
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  color: var(--cv-cocoa);
}
.cv-plan--buy .cv-plan__price-meta em { color: rgba(255, 248, 236, .68); }
.cv-plan__price-meta s {
  font-family: var(--ff-display);
  font-size: 20px;
  font-weight: 400;
  color: var(--cv-cocoa);
  text-decoration-color: var(--cv-gold-deep);
}
.cv-plan--buy .cv-plan__price-meta s { color: rgba(255, 248, 236, .55); }

.cv-plan__features {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  gap: 14px;
  flex: 1;
}
.cv-plan__features li {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--cv-text);
}
.cv-plan--buy .cv-plan__features li { color: rgba(255, 248, 236, .85); }
.cv-plan__features li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--cv-leaf) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff8ec' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12.5l4.5 4.5L19 7'/></svg>") center / 12px no-repeat;
}
.cv-plan--buy .cv-plan__features li::before {
  background-color: var(--cv-gold);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2314090a' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12.5l4.5 4.5L19 7'/></svg>");
}

.cv-plan__example {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
  padding: 18px 22px;
  border-radius: var(--r-md);
  background: rgba(45, 90, 63, .08);
  font-size: 14px;
  color: var(--cv-text);
}
.cv-plan--buy .cv-plan__example { background: rgba(212, 165, 116, .12); color: var(--cv-cream-light); }
.cv-plan__example span {
  font-family: var(--ff-body);
  font-size: 9px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cv-cocoa);
  font-weight: 700;
  border-right: 1px solid currentColor;
  padding-right: 16px;
}
.cv-plan--buy .cv-plan__example span { color: var(--cv-gold); border-color: rgba(212, 165, 116, .35); }
.cv-plan__example p { margin: 0; font-size: 14px; line-height: 1.45; max-width: none; color: inherit; }
.cv-plan__example strong { font-weight: 700; font-family: var(--ff-display); font-style: italic; font-size: 17px; }
.cv-plan--buy .cv-plan__example strong { color: var(--cv-gold); }

/* ============================================================
   CALCULATOR
   ============================================================ */
.cv-calc {
  position: relative;
  padding: 140px 0;
  background:
    radial-gradient(80% 80% at 90% 0%, rgba(212, 165, 116, .2), transparent 60%),
    radial-gradient(60% 60% at 0% 100%, rgba(212, 165, 116, .12), transparent 60%),
    linear-gradient(160deg, var(--cv-espresso) 0%, var(--cv-noir) 100%);
  color: var(--cv-cream-light);
  overflow: hidden;
}
.cv-calc__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 80px;
  align-items: center;
}
.cv-calc__copy h2 { margin-bottom: 22px; }

.cv-calc__refs {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.cv-calc__refs > div {
  position: relative;
  padding: 20px 22px;
  border-radius: var(--r-md);
  background: rgba(255, 248, 236, .04);
  border: 1px solid rgba(255, 248, 236, .12);
}
.cv-calc__refs strong {
  display: block;
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 36px;
  color: var(--cv-gold);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.cv-calc__refs span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  color: rgba(255, 248, 236, .65);
}

.cv-calc__panel {
  position: relative;
  padding: 44px;
  border-radius: var(--r-xl);
  background: var(--cv-cream-light);
  color: var(--cv-text);
  box-shadow: var(--sh-xl);
  isolation: isolate;
}
.cv-calc__panel::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--cv-gold), transparent 50%, var(--cv-gold-deep));
  z-index: -1;
  opacity: .45;
  filter: blur(20px);
}
.cv-calc__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--cv-line);
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--cv-text-mute);
}
.cv-calc__panel-head em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-style: normal;
  color: var(--cv-leaf-deep);
}
.cv-calc__panel-head em::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cv-leaf);
  box-shadow: 0 0 0 3px rgba(45, 90, 63, .25);
  animation: cvPulse 2s ease-in-out infinite;
}

.cv-calc__field { margin-bottom: 26px; }
.cv-calc__label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 14px;
}
.cv-calc__label span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cv-text-mute);
}
.cv-calc__label strong {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 30px;
  color: var(--cv-espresso);
  letter-spacing: -0.02em;
}
.cv-calc__field input[type="range"] {
  --cv-range: 20%;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cv-gold-deep) 0%, var(--cv-gold-deep) var(--cv-range), var(--cv-cream-warm) var(--cv-range), var(--cv-cream-warm) 100%);
  outline: none;
}
.cv-calc__field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--cv-espresso);
  border: 4px solid var(--cv-gold);
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(58, 33, 23, .4);
  transition: transform .2s ease;
}
.cv-calc__field input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.1); }
.cv-calc__field input[type="range"]::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--cv-espresso);
  border: 4px solid var(--cv-gold);
  cursor: pointer;
}
.cv-calc__range {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--cv-text-mute);
}

.cv-calc__bars {
  display: grid;
  gap: 16px;
  margin: 32px 0 26px;
  padding: 24px;
  border-radius: var(--r-md);
  background: linear-gradient(160deg, var(--cv-cream-warm), var(--cv-paper));
  border: 1px solid var(--cv-line);
}
.cv-calc__bar { display: flex; flex-direction: column; gap: 8px; }
.cv-calc__bar-head { display: flex; align-items: baseline; justify-content: space-between; }
.cv-calc__bar-head span {
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cv-text-mute);
}
.cv-calc__bar-head strong {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 24px;
  color: var(--cv-espresso);
  letter-spacing: -0.02em;
}
.cv-calc__bar-track {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(20, 9, 10, .08);
  overflow: hidden;
}
.cv-calc__bar-track span {
  display: block;
  height: 100%;
  width: var(--w, 20%);
  background: linear-gradient(90deg, var(--cv-leaf), var(--cv-leaf-deep));
  border-radius: 999px;
  transition: width .6s cubic-bezier(.2,.7,.2,1);
}
.cv-calc__bar--buy .cv-calc__bar-track span {
  background: linear-gradient(90deg, var(--cv-gold-deep), var(--cv-gold));
}
.cv-calc__bar em {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 13px;
  color: var(--cv-text-mute);
}

.cv-calc__note { margin: 14px 0 0; font-size: 11px; color: var(--cv-text-mute); text-align: center; letter-spacing: .04em; }

/* ============================================================
   STATS
   ============================================================ */
.cv-stats {
  padding: 140px 0;
  background:
    radial-gradient(60% 60% at 100% 0%, rgba(212, 165, 116, .15), transparent 60%),
    var(--cv-paper);
}
.cv-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: minmax(220px, auto) minmax(220px, auto);
  gap: 18px;
}

.cv-stats__cell {
  position: relative;
  padding: 30px 30px 28px;
  background: var(--cv-cream-light);
  border: 1px solid var(--cv-line);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-sm);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform .35s ease, box-shadow .35s ease;
}
.cv-stats__cell:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }

.cv-stats__cell--hero {
  grid-column: span 2;
  grid-row: span 2;
  padding: 48px 48px 44px;
  background:
    radial-gradient(70% 70% at 100% 0%, rgba(212, 165, 116, .25), transparent 60%),
    linear-gradient(160deg, var(--cv-espresso), var(--cv-noir));
  color: var(--cv-cream-light);
  border-color: var(--cv-espresso);
  justify-content: space-between;
  gap: 32px;
}
.cv-stats__hero-num {
  display: flex;
  align-items: flex-end;
  gap: 14px;
}
.cv-stats__hero-num strong {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(100px, 11vw, 180px);
  line-height: .85;
  letter-spacing: -0.04em;
  color: var(--cv-gold);
}
.cv-stats__hero-num em {
  font-style: italic;
  font-family: var(--ff-display);
  font-size: 20px;
  color: rgba(255, 248, 236, .58);
  padding-bottom: 18px;
  font-weight: 400;
}
.cv-stats__cell--hero p { margin: 0; font-size: 16px; line-height: 1.6; color: rgba(255, 248, 236, .8); max-width: 44ch; }
.cv-stats__cities { display: flex; flex-wrap: wrap; gap: 8px; }
.cv-stats__cities span {
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(212, 165, 116, .15);
  color: var(--cv-gold);
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}

.cv-stats__cell--num strong {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--cv-gold-deep);
  display: block;
  margin-bottom: 12px;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.cv-stats__cell--num span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--cv-text-mute);
  overflow-wrap: anywhere;
}
.cv-stats__cell--dark {
  background:
    radial-gradient(60% 60% at 100% 0%, rgba(212, 165, 116, .2), transparent 60%),
    linear-gradient(160deg, var(--cv-roast), var(--cv-espresso));
  color: var(--cv-cream-light);
  border-color: var(--cv-espresso);
}
.cv-stats__cell--dark strong { color: var(--cv-gold); }
.cv-stats__cell--dark span  { color: var(--cv-cream-light); }

.cv-stats__cell--quote {
  background: var(--cv-cream);
  border: 1px dashed var(--cv-line-2);
}
.cv-stats__cell--quote p {
  margin: 0;
  font-family: var(--ff-display);
  font-style: italic;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
  color: var(--cv-espresso);
  letter-spacing: -0.01em;
}
.cv-stats__quote-mark {
  width: 28px;
  height: 28px;
  color: var(--cv-gold-deep);
  margin-bottom: 14px;
  opacity: .85;
}

/* ============================================================
   GALLERY · clean editorial 6×3 grid
   feature (4×2) + 2 portrait (2×1) + 3 tile (2×1)
   ============================================================ */
.cv-gallery {
  padding: 140px 0;
  background: var(--cv-cream);
}
.cv-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.cv-gallery__item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  border-radius: 26px;
  background: var(--cv-cream-light);
  border: 1px solid rgba(58, 33, 23, .12);
  box-shadow: 0 14px 34px rgba(58, 33, 23, .07);
  overflow: hidden;
  color: var(--cv-text);
  text-decoration: none;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease, border-color .35s ease;
}
.cv-gallery__item:nth-child(n) { grid-column: span 4; }
.cv-gallery__item:hover {
  transform: translateY(-4px);
  border-color: rgba(184, 129, 87, .28);
  box-shadow: 0 22px 46px rgba(58, 33, 23, .12);
  text-decoration: none;
}
.cv-gallery__media {
  display: block;
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 12px 12px 0;
  border-radius: 18px;
  background: var(--cv-cream-warm);
  overflow: hidden;
}
.cv-gallery__item:nth-child(1) .cv-gallery__media { aspect-ratio: 4 / 3; }
.cv-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background:
    radial-gradient(circle at 80% 0%, rgba(212, 165, 116, .18), transparent 40%),
    linear-gradient(180deg, #fffaf1, #eadcc7);
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
}
.cv-gallery__item:hover img { transform: scale(1.025); }
.cv-gallery__caption {
  display: grid;
  gap: 10px;
  padding: 18px 20px 20px;
}
.cv-gallery__cat {
  justify-self: start;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(184, 129, 87, .12);
  color: var(--cv-cocoa);
  font-family: var(--ff-body);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
}
.cv-gallery__caption strong {
  color: var(--cv-espresso);
  font-family: var(--ff-display);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.12;
}
/* size classes kept for semantics / lightbox hooks only */
.cv-gallery__item--feature,
.cv-gallery__item--portrait,
.cv-gallery__item--tile,
.cv-gallery__item--lg,
.cv-gallery__item--md,
.cv-gallery__item--sm { /* placement via nth-child above */ }

/* ============================================================
   FAQ · full-width editorial accordion
   ============================================================ */
.cv-faq {
  padding: 140px 0;
  background:
    radial-gradient(60% 80% at 100% 0%, rgba(212, 165, 116, .14), transparent 60%),
    var(--cv-paper);
}

.cv-faq__head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  align-items: end;
  gap: 32px 80px;
  margin: 0 0 56px;
}
.cv-faq__head h2 { margin: 0; }
.cv-faq__head-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--cv-text-mute);
  max-width: 42ch;
}

/* reset UIKit accordion (float ::before breaks our layout) */
.cv-faq__list[data-uk-accordion],
.cv-faq__list.uk-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cv-faq__list[data-uk-accordion] > li + li,
.cv-faq__list.uk-accordion > li + li {
  margin-top: 0 !important;
}

.cv-faq__list > li {
  border: 1px solid var(--cv-line-2);
  border-radius: var(--r-md);
  margin: 0 0 14px;
  overflow: hidden;
  transition: background .25s ease, border-color .25s ease;
}
.cv-faq__list > li:last-child { margin-bottom: 0; }
.cv-faq__list > li.uk-open {
  background: rgba(255, 248, 236, .55);
  border-color: var(--cv-gold-deep);
}

.cv-faq__list .uk-accordion-title::before {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  float: none !important;
  background: none !important;
}

.cv-faq__list .uk-accordion-title {
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  gap: 24px;
  padding: 24px 20px;
  margin: 0;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  transition: color .25s ease;
  outline: none;
  cursor: pointer;
}

.cv-faq__tag {
  flex: 0 0 92px;
  font-family: var(--ff-body);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cv-cocoa);
  padding: 4px 0;
  text-align: left;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;
  opacity: .85;
}

.cv-faq__q {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: clamp(19px, 1.6vw, 26px);
  line-height: 1.28;
  color: var(--cv-espresso);
  letter-spacing: -0.018em;
}

.cv-faq__icon {
  position: relative;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  margin-left: auto;
  border-radius: 50%;
  border: 1px solid var(--cv-line-2);
  background: var(--cv-cream-light);
  display: grid;
  place-items: center;
  transition: background .35s ease, border-color .35s ease;
}
.cv-faq__icon i {
  position: absolute;
  background: var(--cv-espresso);
  border-radius: 999px;
  transition: transform .35s cubic-bezier(.2,.7,.2,1), background .35s ease;
}
.cv-faq__icon i:nth-child(1) { width: 16px; height: 2px; }
.cv-faq__icon i:nth-child(2) { width: 2px; height: 16px; }

.cv-faq__list > li:hover .uk-accordion-title { color: var(--cv-cocoa); }
.cv-faq__list > li:hover .cv-faq__icon { border-color: var(--cv-gold-deep); background: var(--cv-paper); }
.cv-faq__list > li.uk-open .cv-faq__icon {
  background: var(--cv-espresso);
  border-color: var(--cv-espresso);
}
.cv-faq__list > li.uk-open .cv-faq__icon i { background: var(--cv-gold); }
.cv-faq__list > li.uk-open .cv-faq__icon i:nth-child(2) { transform: scale(0); }

.cv-faq__list .uk-accordion-content {
  margin: 0 !important;
  padding: 0 20px 28px;
  display: block;
}
.cv-faq__list > li.uk-open .uk-accordion-content {
  padding-top: 0;
}
.cv-faq__list .uk-accordion-content p {
  margin: 0;
  padding-left: 116px; /* tag 92px + gap 24px */
  max-width: 72ch;
  font-size: 16px;
  line-height: 1.65;
  color: var(--cv-text);
}
.cv-faq__list .uk-accordion-content p strong { color: var(--cv-espresso); font-weight: 700; }

.cv-faq__footer {
  margin-top: 44px;
  padding: 32px 36px;
  border-radius: var(--r-lg);
  background: linear-gradient(135deg, var(--cv-cream-warm) 0%, var(--cv-paper) 100%);
  border: 1px solid var(--cv-line-2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cv-faq__footer-text { display: flex; flex-direction: column; gap: 4px; }
.cv-faq__footer-text strong {
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 22px;
  color: var(--cv-espresso);
  letter-spacing: -0.02em;
}
.cv-faq__footer-text span { font-size: 14px; color: var(--cv-text-mute); }

/* ============================================================
   CTA · REQUEST
   ============================================================ */
.cv-cta {
  position: relative;
  padding: 140px 0;
  background: var(--cv-espresso);
  color: var(--cv-cream-light);
  overflow: hidden;
}
.cv-cta__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 70% at 90% 100%, rgba(212, 165, 116, .28), transparent 60%),
    radial-gradient(60% 60% at 0% 0%, rgba(212, 165, 116, .15), transparent 60%),
    linear-gradient(160deg, var(--cv-espresso) 0%, var(--cv-noir) 60%, var(--cv-espresso) 100%);
}
.cv-cta__bean-1 { top: 10%; left: 4%; transform: rotate(34deg); opacity: .35; z-index: 1; }
.cv-cta__bean-2 { bottom: 16%; right: 6%; transform: rotate(-22deg); opacity: .3; z-index: 1; }

.cv-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 2;
}
.cv-cta__copy h2 { margin-bottom: 24px; }

.cv-cta__card {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 40px 0 36px;
  padding: 22px 24px;
  border-radius: var(--r-md);
  background: rgba(255, 248, 236, .06);
  border: 1px solid rgba(255, 248, 236, .14);
  backdrop-filter: blur(6px);
}
.cv-cta__card-portrait {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cv-gold-2), var(--cv-gold-deep));
  color: var(--cv-espresso);
  display: grid;
  place-items: center;
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  flex: 0 0 60px;
  box-shadow: 0 8px 22px rgba(168, 122, 72, .35);
}
.cv-cta__card > div:last-child { display: flex; flex-direction: column; gap: 4px; }
.cv-cta__card strong {
  font-family: var(--ff-display);
  font-weight: 500;
  font-size: 18px;
  color: var(--cv-cream-light);
}
.cv-cta__card em { font-family: var(--ff-body); font-style: italic; font-size: 12px; color: rgba(255, 248, 236, .6); }
.cv-cta__card-meta { margin-top: 4px; }

.cv-cta__checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}
.cv-cta__checks li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  font-weight: 500;
  color: var(--cv-cream-light);
}
.cv-cta__checks svg {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  padding: 5px;
  border-radius: 50%;
  background: var(--cv-gold);
  color: var(--cv-espresso);
}

/* form */
.cv-cta__form-wrap {
  position: relative;
  z-index: 2;
  scroll-margin-top: 118px;
}
.cv-cta__form {
  position: relative;
  padding: 40px;
  border-radius: var(--r-xl);
  background: var(--cv-cream-light);
  color: var(--cv-text);
  box-shadow: 0 34px 78px rgba(0, 0, 0, .38);
  isolation: isolate;
}
.cv-cta__form::before {
  content: none;
}
.cv-cta__form-head {
  margin-bottom: 12px;
}
.cv-cta__form h3 { font-size: 30px; margin: 0; line-height: 1.1; }
.cv-cta__form-sub { margin: 0 0 28px; font-size: 14px; line-height: 1.45; color: var(--cv-text-mute); }
.cv-cta__form-foot {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 22px 0 0;
  padding: 16px;
  background: rgba(45, 90, 63, .08);
  border-radius: var(--r-sm);
  font-size: 12px;
  line-height: 1.4;
  color: var(--cv-text-mute);
}
.cv-cta__form-foot svg { width: 22px; height: 22px; flex: 0 0 22px; color: var(--cv-leaf-deep); }

/* CF7 form inputs */
.cv-cta__form .wpcf7 { margin-top: 22px; }
.cv-cta__form .wpcf7-form,
.cv-cta__form form { display: block; }
.cv-cta__form p { margin: 0; }
.cv-cta__form .uk-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px !important;
  margin: 0 !important;
}
.cv-cta__form .uk-grid > * {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.cv-cta__form .uk-width-1-1 {
  grid-column: 1 / -1;
}
.cv-cta__form .uk-width-1-1 > .uk-grid {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 14px 18px !important;
  padding-top: 4px;
}
.cv-cta__form .uk-width-1-1 > .uk-grid > div:first-child {
  flex: 0 0 auto;
}
.cv-cta__form .uk-width-1-1 > .uk-grid > div:last-child {
  flex: 1 1 220px;
  color: var(--cv-text-mute);
  font-size: 12px;
  line-height: 1.4;
}
.cv-cta__form .wpcf7-form-control-wrap { display: block; }
.cv-cta__form input[type="text"],
.cv-cta__form input[type="email"],
.cv-cta__form input[type="tel"],
.cv-cta__form input[type="url"],
.cv-cta__form input[type="number"],
.cv-cta__form textarea,
.cv-cta__form select,
.cv-press-page .uk-input,
.cv-press-page .uk-select,
.cv-press-page .uk-textarea {
  width: 100%;
  min-height: 56px;
  padding: 16px 22px;
  border: 1px solid var(--cv-line-2);
  border-radius: var(--r-sm);
  background: var(--cv-paper);
  color: var(--cv-text);
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 500;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.cv-cta__form textarea {
  min-height: 118px;
  resize: vertical;
}
.cv-cta__form input::placeholder,
.cv-cta__form textarea::placeholder { color: var(--cv-text-faint); opacity: .9; }
.cv-cta__form input:focus,
.cv-cta__form textarea:focus,
.cv-cta__form select:focus {
  outline: none;
  border-color: var(--cv-gold-deep);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(212, 165, 116, .25);
}
.cv-cta__form .wpcf7-radio,
.cv-cta__form .wpcf7-checkbox { display: flex; flex-wrap: wrap; gap: 10px; }
.cv-cta__form .wpcf7-list-item { margin: 0; }
.cv-cta__form .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--cv-line-2);
  border-radius: 999px;
  background: var(--cv-paper);
  color: var(--cv-text);
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: background .25s, color .25s, border-color .25s;
}
.cv-cta__form .wpcf7-list-item label:hover { background: var(--cv-cream-warm); border-color: var(--cv-gold-deep); }
.cv-cta__form input[type="submit"],
.cv-cta__form .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 210px;
  max-width: 100%;
  min-height: 58px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--cv-gold-2) 0%, var(--cv-gold) 50%, var(--cv-gold-deep) 100%);
  color: var(--cv-espresso);
  font-family: var(--ff-body);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(168, 122, 72, .35);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.cv-cta__form .wpcf7-spinner { margin: 10px auto 0; display: block; }
.cv-cta__form .wpcf7-not-valid-tip { font-size: 12px; margin-top: 6px; }
.cv-cta__form .wpcf7-response-output {
  margin: 8px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.4;
}
.cv-cta__form input[type="submit"]:hover,
.cv-cta__form .wpcf7-submit:hover {
  background: var(--cv-espresso);
  color: var(--cv-gold);
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, .35);
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes cvPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(45, 90, 63, .5); }
  50% { box-shadow: 0 0 0 8px rgba(45, 90, 63, 0); }
}
@keyframes cvMachineFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes cvFloatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes cvBeanDrift { 0%, 100% { transform: rotate(20deg) scale(.7); } 50% { transform: translate(10px, -12px) rotate(28deg) scale(.7); } }
@keyframes cvTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes cvRotate { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
.cv-stamp { animation-name: cvRotateSimple; }
.cv-stamp__core { animation-name: cvRotateSimpleReverse; }
@keyframes cvRotateSimple { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes cvRotateSimpleReverse { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(-360deg); } }
@keyframes cvScrollLine { 0% { background-position: 0% 100%; } 50% { background-position: 0% 0%; } 100% { background-position: 0% -100%; } }
.cv-specs__hero-orbit { animation-name: cvRotateSimple; transform-origin: center; }
.cv-hero__halo--ring { animation-name: cvRotateSimple; }
.cv-hero__halo--dashes { animation-name: cvRotateSimple; animation-direction: reverse; }

@media (prefers-reduced-motion: reduce) {
  .cv-press-page *,
  .cv-press-page *::before,
  .cv-press-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .cv-reveal { opacity: 1; transform: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1280px) {
  .cv-hero__grid { gap: 50px; }
  .cv-hero__stage { min-height: 520px; }
  .cv-hero__machine { width: min(92%, 380px); }
  .cv-stamp { width: 96px; height: 96px; right: 3%; top: 2%; }
  .cv-card-float--top { right: 4%; }
  .cv-card-float--bottom { left: 4%; }
  .cv-section-head { gap: 30px 60px; }
}

@media (max-width: 1100px) {
  .cv-pillars__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto; }
  .cv-pillar--lead { grid-column: span 2; grid-row: span 1; }
  .cv-pillar--lead h3 { font-size: 28px; }
  .cv-pillar__media { height: 280px; }

  .cv-specs__grid { grid-template-columns: 1fr; gap: 28px; }
  .cv-specs__hero { position: static; }

  .cv-bento { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .cv-bento__cell--feature { grid-column: span 2; grid-row: span 1; }
  .cv-bento__cell--tall { grid-row: span 1; }
  .cv-bento__cell--wide { grid-column: span 2; }

  .cv-process__list { grid-template-columns: repeat(3, 1fr); row-gap: 60px; }
  .cv-process__path { display: none; }
  .cv-step--down { padding-top: 0; }

  .cv-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .cv-stats__cell--hero { grid-column: span 2; grid-row: span 1; }

  .cv-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
  }
  .cv-gallery__item:nth-child(n) { grid-column: auto; grid-row: auto; }
  .cv-gallery__item:nth-child(1) { grid-column: 1 / -1; }

  .cv-faq__head { grid-template-columns: 1fr; gap: 16px; align-items: start; }
  .cv-faq__head-text { max-width: 56ch; }

  .cv-section-head { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
  .cv-landing-header {
    padding: 10px 0 12px;
  }

  .cv-landing-header .uk-container {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
  }

  .cv-landing-header__logo {
    width: 160px;
  }

  .cv-landing-header__nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding: 3px 0 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .cv-landing-header__nav::-webkit-scrollbar {
    display: none;
  }

  .cv-landing-header__actions {
    gap: 8px;
  }

  .cv-landing-header__lang a {
    min-width: 30px;
    min-height: 28px;
    padding: 0 7px;
  }

  .cv-landing-header__request {
    min-height: 36px;
    padding: 0 14px;
  }

  .cv-hero { padding: 80px 0 64px; min-height: auto; }
  .cv-hero__rail { display: none; }
  .cv-hero__meta {
    padding-top: 18px;
    padding-bottom: 24px;
    display: block;
    gap: 8px;
    font-size: 11px;
    letter-spacing: .02em;
  }
  .cv-hero__meta-left,
  .cv-hero__meta-right { gap: 9px 10px; }
  .cv-hero__meta-coords { display: inline; font-size: 11px; }
  .cv-hero__grid { grid-template-columns: 1fr; min-height: auto; gap: 36px; }
  .cv-hero__title { font-size: clamp(42px, 8.5vw, 64px); }
  .cv-hero__lead { font-size: 16px; }
  .cv-hero__stage { display: none; }
  .cv-hero__strip { grid-template-columns: 1fr 1fr; gap: 16px 0; }
  .cv-hero__strip > div + div { padding-left: 16px; }
  .cv-hero__strip > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .cv-stamp { width: 86px; height: 86px; top: 4px; right: 2%; opacity: .6; }
  .cv-stamp__core { width: 64px; height: 64px; }
  .cv-stamp__core strong { font-size: 18px; }
  .cv-card-float--top { width: 132px; padding: 14px 16px; right: 2%; }
  .cv-card-float--top strong { font-size: 32px; }
  .cv-card-float--bottom { width: 132px; padding: 14px 16px; left: 2%; }
  .cv-card-float--bottom strong { font-size: 32px; }
  .cv-card-float--mini { right: 4%; top: 50%; }

  .cv-pillars { padding: 80px 0; }
  .cv-pillars__grid { grid-template-columns: 1fr; }
  .cv-pillar--lead { grid-column: span 1; }
  .cv-pillar__media { height: 300px; }

  .cv-nav { top: 60px; }
  .cv-nav .uk-container { flex-wrap: wrap; gap: 12px; }
  .cv-nav__brand { width: 100%; justify-content: space-between; }
  .cv-nav__links { gap: 4px 18px; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; flex: 1; justify-content: flex-start; }
  .cv-nav__links li { flex: 0 0 auto; }

  .cv-intro { padding: 90px 0; }
  .cv-intro__grid { grid-template-columns: 1fr; gap: 60px; }
  .cv-intro,
  .cv-intro__grid,
  .cv-intro__stage { overflow: hidden; }
  .cv-intro__stage { min-height: 520px; max-width: 560px; }

  .cv-specs, .cv-locations, .cv-process, .cv-plans, .cv-calc, .cv-stats, .cv-gallery, .cv-faq, .cv-cta { padding: 90px 0; }

  .cv-specs__list { margin-top: 30px; }
  .cv-specs__list li { grid-template-columns: 44px 1fr auto; gap: 18px; padding: 22px 0; }
  .cv-specs__list-num { font-size: 24px; }
  .cv-specs__list h4 { font-size: 20px; }
  .cv-specs__list-value { font-size: 28px; }
  .cv-specs__hero { padding: 38px 32px; }
  .cv-specs__hero-decor { display: none; }

  .cv-plans__grid { grid-template-columns: 1fr; }
  .cv-plan { padding: 38px 30px; }

  .cv-calc__inner { grid-template-columns: 1fr; gap: 50px; }
  .cv-calc__panel { padding: 32px; }

  .cv-faq__list .uk-accordion-title { gap: 18px; padding: 20px 16px; }
  .cv-faq__tag { flex-basis: 76px; font-size: 9px; }
  .cv-faq__list .uk-accordion-content { padding: 0 16px 24px; }
  .cv-faq__list .uk-accordion-content p { padding-left: 94px; font-size: 15px; }
  .cv-faq__q { font-size: 18px; }
  .cv-faq__footer { padding: 24px 24px; flex-direction: column; align-items: stretch; text-align: left; }

  .cv-cta__grid { grid-template-columns: 1fr; gap: 50px; }
  .cv-cta__form { padding: 32px 24px; }

  .cv-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
  }
  .cv-gallery__item:nth-child(n) { grid-column: auto; grid-row: auto; }
  .cv-gallery__item:nth-child(1) { grid-column: 1 / -1; }

  .cv-stats__grid { grid-template-columns: 1fr; }
  .cv-stats__cell--hero { grid-column: span 1; }

  .cv-bento { grid-template-columns: 1fr; }
  .cv-bento__cell--feature, .cv-bento__cell--wide { grid-column: span 1; }
  .cv-bento__cell--wide { grid-template-columns: 1fr; }

  .cv-process__list { grid-template-columns: repeat(2, 1fr); row-gap: 28px; }
}

@media (max-width: 600px) {
  .cv-press-page section,
  .cv-press-page nav[id] {
    scroll-margin-top: 76px;
  }

  .cv-hero__meta-left {
    align-items: flex-start;
    flex-direction: column;
  }
  .cv-hero__meta .cv-meta-sep { display: none; }
  .cv-hero__meta-coords {
    display: block;
    width: 100%;
    max-width: 30ch;
    line-height: 1.35;
  }
  .cv-stamp { display: none; }
  .cv-press-page .uk-container.uk-container-large { padding-left: 18px; padding-right: 18px; }
  .cv-landing-header__logo {
    width: 138px;
  }
  .cv-landing-header__nav a {
    font-size: 11.5px;
    letter-spacing: 0;
  }
  .cv-landing-header__nav {
    gap: 10px;
    justify-content: center;
    overflow: visible;
  }
  .cv-landing-header__request {
    font-size: 13px;
  }
  .cv-hero {
    padding: 92px 0 56px;
  }
  .cv-hero__bg {
    background-position: 62% center;
  }
  .cv-hero__overlay {
    background:
      linear-gradient(90deg, rgba(255, 250, 241, .72) 0%, rgba(255, 250, 241, .52) 62%, rgba(255, 250, 241, .24) 100%),
      linear-gradient(180deg, rgba(255, 250, 241, .08) 0%, rgba(255, 250, 241, 0) 48%, rgba(255, 250, 241, .36) 100%);
  }
  .cv-hero__scroll { display: none; }
  .cv-hero__cta { flex-direction: column; align-items: stretch; }
  .cv-hero__cta .cv-btn { width: 100%; }
  .cv-hero__strip { grid-template-columns: 1fr 1fr; }
  .cv-hero__strip > div + div { padding-left: 14px; }
  .cv-hero__strip strong { font-size: 24px; }
  .cv-process__list { grid-template-columns: 1fr; }
  .cv-section-head { margin-bottom: 50px; }
  .cv-specs__list li { grid-template-columns: 36px 1fr; }
  .cv-specs__list-value { grid-column: 2; padding-top: 8px; }
  .cv-specs__hero--video { padding: 24px; }
  .cv-plan { padding: 30px 24px; }
  .cv-plan__ribbon {
    right: -30px;
    padding: 7px 48px;
    font-size: 9px;
    letter-spacing: .1em;
  }
  .cv-plan h3 { font-size: 28px; }
  .cv-plan__price-amount span { font-size: 56px; }
  .cv-calc__refs { grid-template-columns: 1fr; }
  .cv-calc__panel { padding: 26px 18px; border-radius: var(--r-lg); }
  .cv-calc__panel-head,
  .cv-calc__label,
  .cv-calc__bar-head {
    gap: 8px;
  }
  .cv-calc__panel-head,
  .cv-calc__label {
    align-items: flex-start;
    flex-direction: column;
  }
  .cv-calc__bars { padding: 18px; }
  .cv-faq__list .uk-accordion-title { gap: 12px; padding: 18px 14px; }
  .cv-faq__tag { display: none; }
  .cv-faq__list .uk-accordion-content { padding: 0 14px 20px; }
  .cv-faq__list .uk-accordion-content p { padding-left: 0; font-size: 15px; }
  .cv-faq__q { font-size: 17px; line-height: 1.32; }
  .cv-faq__icon { flex-basis: 40px; width: 40px; height: 40px; }
  .cv-cta__form { padding: 28px 20px; }
  .cv-cta__form h3 { font-size: 24px; }
  .cv-cta__card { align-items: flex-start; padding: 18px; }
  .cv-cta__form .uk-grid {
    grid-template-columns: 1fr;
  }
  .cv-cta__form .uk-width-1-1 > .uk-grid {
    align-items: stretch;
    flex-direction: column;
  }
  .cv-cta__form input[type="submit"],
  .cv-cta__form .wpcf7-submit {
    width: 100%;
    min-width: 0;
  }
  .cv-cta__form input[type="text"],
  .cv-cta__form input[type="email"],
  .cv-cta__form input[type="tel"],
  .cv-cta__form input[type="url"],
  .cv-cta__form input[type="number"],
  .cv-cta__form textarea,
  .cv-cta__form select {
    min-height: 52px;
    padding: 14px 16px;
  }
  .cv-gallery__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 14px;
  }
  .cv-gallery__item:nth-child(n) {
    grid-column: 1;
    grid-row: auto;
  }
  .cv-gallery__item:nth-child(1) { min-height: 280px; }
  .cv-rule { display: none; }
  .cv-card-float--mini { display: none; }
  .cv-intro__bean-1,
  .cv-cta__bean-1 {
    display: none;
  }
  .cv-intro__stage {
    min-height: 500px;
    max-width: 100%;
  }
  .cv-intro__sticker {
    width: 96px;
    height: 96px;
    right: 2px;
    top: 8px;
  }
  .cv-intro__sticker strong { font-size: 20px; }
  .cv-intro__photo--small {
    left: 0;
    width: 52%;
  }
}

/* QA overrides: Cyrillic display text reads cleaner with neutral tracking. */
.cv-press-page h1,
.cv-press-page h2,
.cv-press-page h3,
.cv-press-page h4,
.cv-h2,
.cv-hero__title,
.cv-hero__strip strong,
.cv-card-float strong,
.cv-plan h3,
.cv-plan__price-amount,
.cv-calc__label strong,
.cv-calc__bar-head strong,
.cv-stats__hero-num strong,
.cv-stats__cell--num strong,
.cv-faq__q,
.cv-faq__footer-text strong,
.cv-cta__card-portrait {
  letter-spacing: 0;
}

.cv-press-page .cv-h2--light {
  color: var(--cv-cream-light);
}

.cv-press-page .cv-h2--light em {
  color: var(--cv-gold);
}

.cv-press-page .cv-hero__title {
  color: var(--cv-espresso);
}

.cv-press-page .cv-hero__title em,
.cv-press-page .cv-hero__mark {
  color: var(--cv-cocoa);
}

.cv-press-page .cv-plan--buy h3,
.cv-press-page .cv-plan--buy .cv-plan__price-amount {
  color: var(--cv-cream-light);
}

.cv-press-page .cv-hero__meta.uk-container {
  display: flex !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: 1320px;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box;
}

.cv-press-page .cv-hero__meta-left {
  justify-content: flex-start;
}

.cv-press-page .cv-hero__inner.uk-container {
  display: flex !important;
  width: 100% !important;
  max-width: 1320px;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box;
}

/* Laptop fit mode: make one content block closer to one 15-inch viewport. */
@media (min-width: 961px) and (max-height: 920px) {
  .cv-h2 {
    font-size: clamp(34px, 3.4vw, 56px);
    line-height: 1.02;
  }

  .cv-section-head,
  .cv-faq__head {
    margin-bottom: 42px;
    gap: 24px 56px;
  }

  .cv-section-head__text,
  .cv-faq__head-text,
  .cv-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .cv-eyebrow {
    margin-bottom: 14px;
    padding: 6px 10px;
    font-size: 11px;
  }

  .cv-intro,
  .cv-specs,
  .cv-locations,
  .cv-plans,
  .cv-process,
  .cv-calc,
  .cv-stats,
  .cv-gallery,
  .cv-faq,
  .cv-cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cv-intro__grid {
    gap: 56px;
  }

  .cv-intro__copy h2 {
    margin-bottom: 18px;
  }

  .cv-intro__copy > .cv-text,
  .cv-checks {
    margin-bottom: 22px;
  }

  .cv-checks {
    gap: 9px;
  }

  .cv-checks li {
    font-size: 14px;
  }

  .cv-chips span {
    height: 30px;
    padding: 0 12px;
    font-size: 12px;
  }

  .cv-intro__stage {
    min-height: 520px;
  }

  .cv-intro__photo--main {
    width: 72%;
  }

  .cv-intro__photo--small {
    width: 42%;
    bottom: 28px;
  }

  .cv-intro__bean-1 {
    display: none;
  }

  .cv-sticker {
    width: 98px;
    height: 98px;
  }

  .cv-sticker strong {
    font-size: 22px;
  }

  .cv-specs__grid {
    gap: 28px;
  }

  .cv-specs__hero {
    top: 110px;
  }

  .cv-specs__hero--video {
    padding: 20px;
  }

  .cv-specs__video-frame {
    margin-bottom: 18px;
  }

  .cv-specs__hero-body h3 {
    font-size: 24px;
  }

  .cv-specs__hero-body p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .cv-specs__list li {
    padding: 18px 0;
    gap: 18px;
  }

  .cv-specs__list-num,
  .cv-specs__list-value {
    font-size: 26px;
  }

  .cv-specs__list h4 {
    font-size: 19px;
  }

  .cv-specs__list p {
    font-size: 13px;
  }

  .cv-bento {
    gap: 14px;
  }

  .cv-bento__cell {
    min-height: 190px;
    padding: 22px;
    border-radius: var(--r-md);
  }

  .cv-bento__cell--feature {
    min-height: 420px;
  }

  .cv-bento__cell--tall {
    min-height: 420px;
  }

  .cv-bento h3 {
    font-size: 25px;
  }

  .cv-bento p {
    font-size: 13px;
    line-height: 1.45;
  }

  .cv-plans__grid {
    gap: 20px;
  }

  .cv-plan {
    padding: 34px 32px 32px;
    border-radius: var(--r-lg);
  }

  .cv-plan__head {
    margin-bottom: 22px;
  }

  .cv-plan h3 {
    font-size: 30px;
    margin: 12px 0 8px;
  }

  .cv-plan p {
    font-size: 13px;
    line-height: 1.45;
  }

  .cv-plan__price {
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .cv-plan__price-amount span {
    font-size: clamp(48px, 5vw, 72px);
  }

  .cv-plan__features {
    gap: 12px;
    margin-bottom: 22px;
  }

  .cv-plan__features li {
    font-size: 13px;
    line-height: 1.35;
  }

  .cv-plan__example {
    padding: 16px;
    margin-top: auto;
    margin-bottom: 18px;
  }

  .cv-process .cv-section-head {
    margin-bottom: 60px;
  }

  .cv-process__list {
    gap: 18px;
  }

  .cv-step__card {
    min-height: 190px;
    padding: 20px 18px;
  }

  .cv-step--down {
    padding-top: 56px;
  }

  .cv-calc__inner {
    gap: 54px;
  }

  .cv-calc__refs {
    gap: 12px;
  }

  .cv-calc__refs > div,
  .cv-calc__panel {
    border-radius: var(--r-lg);
  }

  .cv-calc__refs > div {
    padding: 18px;
  }

  .cv-calc__panel {
    padding: 28px;
  }

  .cv-calc__field {
    margin-bottom: 24px;
  }

  .cv-calc__bars {
    margin-top: 24px;
    padding: 18px;
  }

  .cv-stats__grid {
    gap: 14px;
    grid-template-rows: minmax(170px, auto) minmax(170px, auto);
  }

  .cv-stats__cell {
    padding: 24px;
    border-radius: var(--r-md);
  }

  .cv-stats__cell--hero {
    padding: 34px;
    gap: 22px;
  }

  .cv-stats__hero-num strong {
    font-size: clamp(82px, 8vw, 132px);
  }

  .cv-stats__cell--quote p {
    font-size: 17px;
  }

  .cv-gallery__grid {
    gap: 16px;
  }

  .cv-gallery__media {
    aspect-ratio: 16 / 10;
    margin: 10px 10px 0;
  }

  .cv-gallery__caption {
    padding: 12px 16px 16px;
    gap: 8px;
  }

  .cv-gallery__caption strong {
    font-size: 19px;
  }

  .cv-faq__head {
    padding-bottom: 20px;
  }

  .cv-faq__list .uk-accordion-title {
    padding: 18px 14px;
  }

  .cv-faq__q {
    font-size: 18px;
  }

  .cv-faq__list .uk-accordion-content {
    padding-bottom: 18px;
  }

  .cv-faq__list .uk-accordion-content p {
    font-size: 14px;
  }

  .cv-faq__footer {
    margin-top: 28px;
    padding: 22px 24px;
  }

  .cv-cta__grid {
    gap: 50px;
  }

  .cv-cta__card {
    padding: 20px;
  }

  .cv-cta__form {
    padding: 30px 26px;
    border-radius: var(--r-xl);
  }

  .cv-cta__form input[type="text"],
  .cv-cta__form input[type="email"],
  .cv-cta__form input[type="tel"],
  .cv-cta__form input[type="url"],
  .cv-cta__form input[type="number"],
  .cv-cta__form textarea,
  .cv-cta__form select {
    min-height: 48px;
    padding: 12px 14px;
  }
}

@media (min-width: 961px) and (max-height: 800px) {
  .cv-intro,
  .cv-specs,
  .cv-locations,
  .cv-plans,
  .cv-process,
  .cv-calc,
  .cv-stats,
  .cv-gallery,
  .cv-faq,
  .cv-cta {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .cv-section-head,
  .cv-faq__head {
    margin-bottom: 34px;
  }

  .cv-intro__stage {
    min-height: 460px;
  }

  .cv-bento__cell--feature,
  .cv-bento__cell--tall {
    min-height: 360px;
  }

  .cv-plan {
    padding: 30px 28px 28px;
  }

  .cv-step__card {
    min-height: 170px;
  }
}

/* legacy shim — keep older anchors / dom safe */
.cv-press-iconbar, .cv-press-feature-grid, .cv-press-models, .cv-press-signal,
.cv-press-proof, .cv-press-calculator, .cv-press-form, .cv-press-product { display: contents; }

/* Global density pass: tighter rhythm across desktop and mobile. */
.cv-h2 {
  font-size: clamp(32px, 4vw, 62px);
}

.cv-section-head {
  gap: 24px 64px;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.cv-section-head__text,
.cv-text {
  font-size: 15px;
  line-height: 1.52;
}

.cv-eyebrow {
  margin-bottom: 14px;
  padding: 7px 11px;
}

.cv-intro,
.cv-specs,
.cv-locations,
.cv-process,
.cv-plans,
.cv-calc,
.cv-stats,
.cv-gallery,
.cv-faq,
.cv-cta {
  padding-top: clamp(40px, 4.6vw, 72px);
  padding-bottom: clamp(40px, 4.6vw, 72px);
}

.cv-intro__grid,
.cv-calc__inner,
.cv-cta__grid {
  gap: clamp(36px, 5vw, 70px);
}

.cv-intro__copy h2,
.cv-intro__copy > .cv-text,
.cv-checks {
  margin-bottom: 22px;
}

.cv-checks {
  gap: 10px;
}

.cv-checks li {
  font-size: 14px;
}

.cv-chips span {
  height: 32px;
  padding: 0 12px;
  font-size: 12px;
}

.cv-intro__stage {
  min-height: clamp(340px, 34vw, 470px);
}

.cv-intro__photo--main {
  width: min(74%, 500px);
}

.cv-intro__photo--small {
  width: min(44%, 270px);
  bottom: 28px;
}

.cv-sticker {
  width: 104px;
  height: 104px;
}

.cv-sticker strong {
  font-size: 22px;
}

.cv-specs__grid {
  gap: clamp(24px, 3vw, 34px);
}

.cv-specs__hero {
  padding: 20px;
  border-radius: var(--r-xl);
}

.cv-specs__hero--video {
  padding: 18px;
}

.cv-specs__video-frame {
  aspect-ratio: 16 / 8;
  margin-bottom: 14px;
}

.cv-specs__hero-body h3 {
  font-size: 22px;
}

.cv-specs__hero-body p {
  margin-bottom: 12px;
  font-size: 14px;
}

.cv-specs__list li {
  padding: 13px 0;
  gap: 14px;
}

.cv-specs__list-num,
.cv-specs__list-value {
  font-size: 24px;
}

.cv-specs__list h4 {
  font-size: 18px;
}

.cv-specs__list p {
  font-size: 13px;
  line-height: 1.42;
}

.cv-specs__list-feature {
  margin-top: 8px;
  padding: 14px 18px !important;
}

.cv-bento {
  gap: 14px;
  grid-template-rows: minmax(160px, auto) minmax(160px, auto);
}

.cv-bento__cell {
  min-height: 0;
  padding: 17px;
  gap: 8px;
  border-radius: var(--r-md);
}

.cv-bento__cell--feature,
.cv-bento__cell--tall {
  min-height: 0;
  padding: 22px;
}

.cv-bento__feature-icon,
.cv-bento__icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  margin-bottom: 6px;
}

.cv-bento__feature-icon svg,
.cv-bento__icon svg {
  width: 26px;
  height: 26px;
}

.cv-bento__cell--feature h3 {
  font-size: 27px;
}

.cv-bento__cell h3 {
  font-size: 18px;
}

.cv-bento__cell p,
.cv-bento__cell--feature p {
  font-size: 12px;
  line-height: 1.36;
}

.cv-bento__metric {
  padding: 10px 14px;
}

.cv-bento__metric strong {
  font-size: 28px;
}

.cv-plan {
  padding: clamp(22px, 2.4vw, 32px);
  border-radius: var(--r-lg);
}

.cv-plan__head {
  margin-bottom: 14px;
}

.cv-plan h3 {
  font-size: clamp(24px, 2.6vw, 30px);
  margin: 9px 0 6px;
}

.cv-plan p {
  font-size: 13px;
  line-height: 1.42;
}

.cv-plan__price {
  padding: 12px 0;
  margin-bottom: 12px;
}

.cv-plan__price-amount span {
  font-size: clamp(40px, 4vw, 62px);
}

.cv-plan__features {
  gap: 8px;
  margin-bottom: 14px;
}

.cv-plan__features li {
  font-size: 12px;
  line-height: 1.3;
}

.cv-plan__example {
  padding: 12px;
  margin-bottom: 12px;
}

.cv-process .cv-section-head {
  margin-bottom: clamp(44px, 5vw, 70px);
}

.cv-process__list {
  gap: 16px;
}

.cv-step__card {
  min-height: 145px;
  padding: 16px 14px;
}

.cv-step--down {
  padding-top: 38px;
}

.cv-calc__refs {
  gap: 12px;
}

.cv-calc__refs > div {
  padding: 14px;
}

.cv-calc__panel {
  padding: clamp(20px, 2.4vw, 28px);
  border-radius: var(--r-xl);
}

.cv-calc__field {
  margin-bottom: 16px;
}

.cv-calc__bars {
  margin-top: 16px;
  padding: 14px;
}

.cv-stats__grid {
  gap: 14px;
  grid-template-rows: minmax(170px, auto) minmax(170px, auto);
}

.cv-stats__cell {
  padding: 18px;
  border-radius: var(--r-md);
}

.cv-stats__cell--hero {
  padding: clamp(22px, 2.6vw, 32px);
  gap: 16px;
}

.cv-stats__hero-num strong {
  font-size: clamp(82px, 8vw, 140px);
}

.cv-stats__cell--hero p {
  font-size: 14px;
  line-height: 1.48;
}

.cv-stats__cell--quote p {
  font-size: 17px;
}

.cv-gallery__grid {
  gap: 14px;
}

.cv-gallery__media,
.cv-gallery__item:nth-child(1) .cv-gallery__media {
  aspect-ratio: 16 / 7;
  margin: 8px 8px 0;
}

.cv-gallery__caption {
  padding: 9px 12px 12px;
  gap: 6px;
}

.cv-gallery__caption strong {
  font-size: 16px;
}

.cv-faq__head {
  gap: 20px 54px;
  margin-bottom: 20px;
  padding-bottom: 14px;
}

.cv-faq__list .uk-accordion-title {
  padding: 11px 12px;
  gap: 12px;
}

.cv-faq__q {
  font-size: 16px;
}

.cv-faq__icon {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
}

.cv-faq__list .uk-accordion-content {
  padding-bottom: 10px;
}

.cv-faq__list .uk-accordion-content p {
  font-size: 14px;
  line-height: 1.48;
}

.cv-faq__footer {
  margin-top: 16px;
  padding: 16px 20px;
}

.cv-cta__card {
  padding: 16px;
}

.cv-cta__form {
  padding: clamp(20px, 2.4vw, 28px);
  border-radius: var(--r-xl);
}

.cv-cta__form h3 {
  font-size: 24px;
}

.cv-cta__form-sub {
  margin-bottom: 14px;
}

.cv-cta__form .wpcf7 {
  margin-top: 12px;
}

.cv-cta__form input[type="text"],
.cv-cta__form input[type="email"],
.cv-cta__form input[type="tel"],
.cv-cta__form input[type="url"],
.cv-cta__form input[type="number"],
.cv-cta__form textarea,
.cv-cta__form select {
  min-height: 48px;
  padding: 10px 12px;
}

.cv-cta__form textarea {
  min-height: 92px;
}

/* Final UX pass: compact header, clean section labels, in-place galleries */
.cv-press-page [hidden] {
  display: none !important;
}

.cv-eyebrow {
  display: none !important;
}

.cv-landing-header,
.cv-landing-header__logo,
.cv-landing-header__logo img,
.cv-landing-header__nav a,
.cv-landing-header__lang,
.cv-landing-header__lang a,
.cv-landing-header__request {
  transition: padding .22s ease, min-height .22s ease, width .22s ease, max-height .22s ease, font-size .22s ease, background .22s ease, box-shadow .22s ease, border-color .22s ease, transform .22s ease;
}

.cv-landing-header.is-scrolled {
  padding: 7px 0;
  background: rgba(255, 250, 242, .92);
  border-bottom-color: rgba(58, 33, 23, .16);
  box-shadow: 0 8px 24px rgba(58, 33, 23, .1);
}

.cv-landing-header.is-scrolled .cv-landing-header__logo {
  width: 154px;
}

.cv-landing-header.is-scrolled .cv-landing-header__logo img {
  max-height: 46px;
}

.cv-landing-header.is-scrolled .cv-landing-header__nav a {
  font-size: 13px;
}

.cv-landing-header.is-scrolled .cv-landing-header__lang {
  padding: 3px;
}

.cv-landing-header.is-scrolled .cv-landing-header__lang a {
  min-width: 31px;
  min-height: 26px;
  font-size: 15px;
  padding-inline: 6px;
}

.cv-landing-header.is-scrolled .cv-landing-header__request {
  min-height: 34px;
  padding-inline: 16px;
  font-size: 13px;
}

.cv-pillar--gallery {
  display: block;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(41, 22, 14, .98), rgba(15, 8, 6, .98));
  border-color: rgba(212, 165, 116, .3);
}

.cv-tech-gallery {
  position: relative;
  min-height: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: inherit;
  background: #140c08;
}

.cv-tech-gallery__slide,
.cv-drink-gallery__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.025);
  transition: opacity .55s ease, visibility .55s ease, transform .75s ease;
}

.cv-tech-gallery__slide.is-active,
.cv-drink-gallery__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.cv-tech-gallery__slide img,
.cv-drink-gallery__slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cv-tech-gallery__slide figcaption,
.cv-drink-gallery__slide figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 32px);
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 248, 236, .9);
  color: var(--cv-espresso);
  font-family: var(--ff-body);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(20, 9, 10, .18);
}

.cv-tech-gallery__nav {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 16px;
  display: inline-flex;
  gap: 8px;
}

.cv-tech-gallery__nav button {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 248, 236, .46);
  border-radius: 999px;
  background: rgba(20, 9, 10, .45);
  color: var(--cv-cream-light);
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.cv-tech-gallery__nav button:hover {
  transform: translateY(-1px);
  background: rgba(255, 248, 236, .92);
  color: var(--cv-espresso);
}

.cv-tech-gallery__nav svg {
  width: 19px;
  height: 19px;
}

.cv-tech-gallery__dots {
  position: absolute;
  z-index: 4;
  left: 16px;
  top: 16px;
  display: flex;
  gap: 6px;
}

.cv-tech-gallery__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 248, 236, .45);
  cursor: pointer;
}

.cv-tech-gallery__dots button.is-active {
  width: 24px;
  background: var(--cv-gold);
}

.cv-drink-gallery {
  isolation: isolate;
}

.cv-drink-gallery__slide img,
.cv-intro__photo--main.cv-drink-gallery img {
  object-fit: cover;
  padding: 0;
}

.cv-drink-gallery::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(20, 9, 10, .42));
  pointer-events: none;
}

.cv-drink-gallery__slide figcaption {
  bottom: 22px;
  left: 22px;
  right: auto;
  z-index: 4;
}

.cv-drink-gallery__nav {
  top: 22px;
  right: 22px;
}

.cv-intro__plate {
  z-index: 5;
}

.cv-calc__locations {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cv-calc-location {
  min-width: 0;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 248, 236, .055);
  border: 1px solid rgba(255, 248, 236, .13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.cv-calc-location--hit {
  background: linear-gradient(145deg, rgba(212, 165, 116, .22), rgba(255, 248, 236, .06));
  border-color: rgba(212, 165, 116, .34);
}

.cv-calc-location span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(212, 165, 116, .18);
  color: var(--cv-gold);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cv-calc-location h3 {
  margin: 0 0 6px;
  color: var(--cv-cream-light);
  font-family: var(--ff-body);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.15;
}

.cv-calc-location p {
  margin: 0 0 10px;
  color: rgba(255, 248, 236, .66);
  font-size: 11px;
  line-height: 1.38;
}

.cv-calc-location strong {
  display: inline-block;
  margin-right: 6px;
  color: var(--cv-gold);
  font-family: var(--ff-display);
  font-size: 26px;
  font-weight: 600;
  line-height: .95;
}

.cv-calc-location em {
  color: rgba(255, 248, 236, .62);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .cv-landing-header.is-scrolled {
    padding: 6px 0;
  }

  .cv-landing-header.is-scrolled .uk-container {
    grid-template-columns: auto auto;
    gap: 10px 14px;
  }

  .cv-landing-header.is-scrolled .cv-landing-header__logo {
    width: 132px;
  }

  .cv-landing-header.is-scrolled .cv-landing-header__nav {
    display: none;
  }

  .cv-landing-header.is-scrolled .cv-landing-header__actions {
    justify-self: end;
    gap: 8px;
  }

  .cv-pillar--gallery {
    min-height: 360px;
  }

  .cv-tech-gallery {
    min-height: 360px;
  }

  .cv-calc__locations {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    padding: 0 2px 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .cv-calc__copy {
    min-width: 0;
  }

  .cv-calc-location {
    flex: 0 0 min(265px, 84vw);
    scroll-snap-align: start;
  }
}

@media (max-width: 640px) {
  .cv-tech-gallery__nav button {
    width: 34px;
    height: 34px;
  }

  .cv-tech-gallery__slide figcaption,
  .cv-drink-gallery__slide figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
    font-size: 11px;
  }

  .cv-drink-gallery__nav {
    top: 12px;
    right: 12px;
  }
}

/* Gallery QA polish */
.cv-pillar--gallery .cv-tech-gallery {
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  min-height: 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 248, 236, .13), transparent 54%),
    linear-gradient(145deg, #170c08, #070403);
}

.cv-pillar--gallery .cv-tech-gallery__slide {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 18px 18px 54px;
}

.cv-pillar--gallery .cv-tech-gallery__slide img {
  width: 100%;
  height: 100%;
  max-height: 220px;
  object-fit: contain;
  padding: 0;
  border-radius: 18px;
  background: rgba(255, 248, 236, .08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 22px 44px rgba(0,0,0,.22);
}

.cv-pillar--gallery .cv-tech-gallery__slide figcaption {
  left: 50%;
  right: auto;
  bottom: 16px;
  transform: translateX(-50%);
  max-width: calc(100% - 92px);
  justify-content: center;
  text-align: center;
  white-space: normal;
}

.cv-pillar--gallery .cv-tech-gallery__nav {
  inset: 0;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  pointer-events: none;
}

.cv-pillar--gallery .cv-tech-gallery__nav button {
  width: 42px;
  height: 42px;
  background: rgba(255, 248, 236, .9);
  color: var(--cv-espresso);
  border-color: rgba(58, 33, 23, .14);
  box-shadow: 0 12px 26px rgba(0,0,0,.2);
  pointer-events: auto;
}

.cv-pillar--gallery .cv-tech-gallery__nav button:hover {
  background: var(--cv-gold);
  color: var(--cv-espresso);
}

.cv-pillar--gallery .cv-tech-gallery__dots {
  left: 50%;
  top: 14px;
  transform: translateX(-50%);
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(20, 9, 10, .38);
  backdrop-filter: blur(10px);
}

.cv-intro__photo--small {
  cursor: zoom-in;
  text-decoration: none;
}

.cv-intro__photo--small::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background:
    linear-gradient(currentColor, currentColor) 50% 50% / 14px 2px no-repeat,
    linear-gradient(currentColor, currentColor) 50% 50% / 2px 14px no-repeat,
    rgba(255, 248, 236, .9);
  color: var(--cv-espresso);
  box-shadow: 0 10px 22px rgba(20, 9, 10, .16);
}

.cv-drink-gallery__slide figcaption {
  left: auto;
  right: 22px;
  bottom: 22px;
  z-index: 6;
  max-width: min(280px, calc(100% - 44px));
  background: rgba(20, 9, 10, .78);
  color: var(--cv-cream-light);
  border: 1px solid rgba(255, 248, 236, .18);
  backdrop-filter: blur(10px);
}

.cv-drink-gallery__nav {
  z-index: 7;
}

@media (max-width: 960px) {
  .cv-pillar--gallery .cv-tech-gallery {
    min-height: 330px;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .cv-pillar--gallery .cv-tech-gallery__slide {
    padding: 20px 18px 56px;
  }
}

@media (max-width: 640px) {
  .cv-pillar--gallery .cv-tech-gallery__nav {
    padding: 0 8px;
  }

  .cv-pillar--gallery .cv-tech-gallery__nav button {
    width: 36px;
    height: 36px;
  }

  .cv-pillar--gallery .cv-tech-gallery__slide figcaption {
    max-width: calc(100% - 74px);
  }

  .cv-drink-gallery__slide figcaption {
    left: auto;
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }
}

/* Final process/mobile cleanup */
.cv-hero__meta {
  display: none !important;
}

.cv-process .cv-section-head {
  margin-bottom: clamp(34px, 4vw, 52px);
}

.cv-process__list {
  align-items: stretch;
}

.cv-step,
.cv-step--down,
.cv-step--up {
  padding-top: 0 !important;
}

.cv-step__card {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cv-step__time {
  order: 2 !important;
  margin: -4px 0 10px !important;
}

.cv-step h4 {
  order: 3;
}

.cv-step p {
  order: 4;
}

@media (max-width: 960px) {
  .cv-step__card {
    min-height: 0;
  }
}

/* Jetinno leader block: title above the cards */
@media (min-width: 961px) {
  .cv-pillars .uk-container {
    display: block !important;
  }

  .cv-pillars .cv-section-head {
    max-width: 900px;
    margin: 0 auto clamp(24px, 3vw, 38px) !important;
    text-align: center !important;
    justify-items: center !important;
  }

  .cv-pillars .cv-section-head .cv-h2 {
    max-width: 20ch !important;
    margin-inline: auto;
    font-size: clamp(38px, 4.2vw, 62px) !important;
  }

  .cv-pillars__grid {
    margin-top: 0 !important;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
    max-width: 980px;
    margin-inline: auto;
  }
}

/* 2026-06-03 content QA pack */
.cv-rule--h {
  display: none !important;
}

@media (min-width: 961px) {
  .cv-pillars .cv-section-head {
    max-width: 1040px !important;
  }

  .cv-pillars .cv-section-head .cv-h2 {
    max-width: 1040px !important;
    font-size: clamp(38px, 3.9vw, 56px) !important;
    line-height: .98;
  }

  .cv-pillars .cv-section-head .cv-h2 em {
    white-space: nowrap;
  }
}

.cv-menu-carousel {
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 248, 236, .34), transparent 58%),
    linear-gradient(160deg, #170b08, #3a2117);
}

.cv-menu-carousel::after {
  display: none !important;
}

.cv-menu-carousel__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: perspective(900px) rotateY(14deg) translateX(20px) scale(.94);
  transform-origin: 50% 50%;
  transition: opacity .55s ease, visibility .55s ease, transform .65s cubic-bezier(.2,.7,.2,1);
  text-decoration: none;
  cursor: zoom-in;
}

.cv-menu-carousel__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: perspective(900px) rotateY(0) translateX(0) scale(1);
}

.cv-menu-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  background: #fffaf1;
  box-shadow: 0 18px 34px rgba(20, 9, 10, .28);
}

.cv-menu-carousel__slide span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(20, 9, 10, .72);
  color: var(--cv-cream-light);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.cv-menu-carousel__nav {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  pointer-events: none;
}

.cv-menu-carousel__nav button,
.cv-location-card__nav button {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(58, 33, 23, .14);
  border-radius: 999px;
  background: rgba(255, 248, 236, .92);
  color: var(--cv-espresso);
  box-shadow: 0 10px 22px rgba(20, 9, 10, .18);
  cursor: pointer;
  pointer-events: auto;
}

.cv-menu-carousel__nav svg,
.cv-location-card__nav svg {
  width: 17px;
  height: 17px;
}

.cv-menu-carousel__dots,
.cv-location-card__dots {
  display: none;
  position: absolute;
  z-index: 6;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  gap: 5px;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(20, 9, 10, .42);
  backdrop-filter: blur(10px);
}

.cv-menu-carousel__dots button,
.cv-location-card__dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 248, 236, .46);
  cursor: pointer;
}

.cv-menu-carousel__dots button.is-active,
.cv-location-card__dots button.is-active {
  width: 20px;
  background: var(--cv-gold);
}

.cv-specs__video-frame iframe,
.cv-location-card__slide iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  border-radius: inherit;
}

.cv-process__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.cv-btn--light {
  color: var(--cv-cream-light);
  border-color: rgba(255, 248, 236, .28);
}

.cv-btn--light:hover {
  color: var(--cv-espresso);
  background: var(--cv-cream-light);
}

.cv-calc__panel-head {
  justify-content: flex-start;
}

.cv-calc__panel-head em {
  display: none !important;
}

.cv-calc__label strong {
  white-space: nowrap;
}

.cv-location-card {
  cursor: default;
}

.cv-location-card:hover {
  text-decoration: none;
}

.cv-location-card__media {
  position: relative;
  aspect-ratio: 1 / 1;
  margin: 12px 12px 0;
  border-radius: 18px;
  background: var(--cv-cream-warm);
  overflow: hidden;
}

.cv-location-card__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.03);
  transition: opacity .45s ease, visibility .45s ease, transform .55s ease;
}

.cv-location-card__slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.cv-location-card__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background:
    radial-gradient(circle at 80% 0%, rgba(212, 165, 116, .18), transparent 40%),
    linear-gradient(180deg, #fffaf1, #eadcc7);
}

.cv-location-card__slide figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  width: fit-content;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(20, 9, 10, .72);
  color: var(--cv-cream-light);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
  backdrop-filter: blur(8px);
}

.cv-location-card__nav {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
}

@media (max-width: 640px) {
  .cv-process__actions {
    flex-direction: column;
  }

  .cv-process__actions .cv-btn {
    width: 100%;
  }
}

/* Menu card fit: uploaded menu files are portrait */
.cv-menu-carousel.cv-intro__photo--small {
  left: 0;
  bottom: 18px;
  width: min(39%, 292px);
  aspect-ratio: 0.86 / 1;
  border-width: 7px;
  overflow: hidden;
}

.cv-menu-carousel .cv-menu-carousel__slide {
  padding: 10px;
}

.cv-menu-carousel .cv-menu-carousel__slide img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media (max-width: 960px) {
  .cv-menu-carousel.cv-intro__photo--small {
    width: min(46%, 270px);
    bottom: 22px;
  }
}

@media (max-width: 640px) {
  .cv-menu-carousel.cv-intro__photo--small {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(290px, 82vw);
    margin: 18px auto 0;
  }
}

/* Header and footer hover polish */
.cv-landing-header__nav a {
  position: relative;
  padding: 9px 10px;
  border-radius: 999px;
  overflow: hidden;
}

.cv-landing-header__nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: var(--cv-gold-deep);
  transform: scaleX(0);
  transform-origin: 50% 50%;
  transition: transform .24s ease;
}

.cv-landing-header__nav a:hover {
  background: rgba(184, 129, 87, .1);
  color: var(--cv-espresso);
  transform: translateY(-1px);
}

.cv-landing-header__nav a:hover::after {
  transform: scaleX(1);
}

.page-footer__menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  transition: color .22s ease, transform .22s ease, padding-left .22s ease;
}

.page-footer__menu a::before {
  content: "";
  width: 0;
  height: 2px;
  margin-right: 0;
  border-radius: 999px;
  background: var(--cv-gold-deep, #b88157);
  transition: width .22s ease, margin-right .22s ease;
}

.page-footer__menu a:hover {
  color: var(--cv-gold-deep, #b88157);
  transform: translateX(3px);
  text-decoration: none;
}

.page-footer__menu a:hover::before {
  width: 16px;
  margin-right: 8px;
}

/* Final scale and responsive polish */
@media (min-width: 961px) {
  .cv-pillars {
    padding: clamp(58px, 5.8vw, 96px) 0;
  }

  .cv-pillars .cv-section-head {
    margin-bottom: clamp(32px, 3.6vw, 52px) !important;
  }

  .cv-pillars .cv-section-head .cv-h2 {
    font-size: clamp(42px, 4.35vw, 66px) !important;
  }

  .cv-pillars__grid {
    max-width: min(1120px, calc(100vw - 96px)) !important;
    gap: 18px !important;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 1.1fr) !important;
  }

  .cv-pillar--gallery {
    min-height: 348px;
  }

  .cv-pillar--gallery .cv-tech-gallery {
    min-height: 346px;
  }

  .cv-pillar--gallery .cv-tech-gallery__slide img {
    max-height: 268px;
  }

  .cv-pillar--small {
    min-height: 104px;
    padding: 22px 24px;
  }
}

/* Footer logo and mobile fixed menu refinement */
.page-footer .logo {
  max-width: 205px;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.page-footer .logo img {
  filter: brightness(0) saturate(100%) invert(96%) sepia(10%) saturate(659%) hue-rotate(327deg) brightness(107%) contrast(101%) !important;
}

/* Floating WhatsApp contact. */
.cv-whatsapp-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 1300;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: min(310px, calc(100vw - 32px));
  min-height: 54px;
  padding: 9px 16px 9px 10px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  background: linear-gradient(135deg, #31d66d 0%, #18b85a 100%);
  color: #fff !important;
  font-family: var(--ff-body, "Manrope", sans-serif);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none !important;
  box-shadow: 0 18px 42px rgba(17, 91, 49, .28);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.cv-whatsapp-float:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 24px 54px rgba(17, 91, 49, .34);
}

.cv-whatsapp-float__icon {
  display: inline-grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
}

.cv-whatsapp-float__icon svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.cv-whatsapp-float__text {
  display: block;
}

@media (max-width: 640px) {
  .cv-whatsapp-float {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 54px;
    max-width: 54px;
    min-width: 54px;
    min-height: 54px;
    height: 54px;
    justify-content: center;
    gap: 0;
    padding: 0;
  }

  .cv-whatsapp-float__icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    background: transparent;
  }

  .cv-whatsapp-float__text {
    display: none;
  }
}

/* Current polish: lighter transparent header and stacked mobile ingredient galleries. */
.cv-landing-header {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .82), rgba(255, 250, 242, .58)),
    rgba(255, 250, 242, .54) !important;
  border-bottom-color: rgba(58, 33, 23, .1);
  box-shadow: 0 12px 34px rgba(58, 33, 23, .07);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}

.cv-landing-header.is-scrolled {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .86), rgba(255, 250, 242, .64)),
    rgba(255, 250, 242, .6) !important;
}

@media (max-width: 640px) {
  .cv-intro__stage {
    display: grid;
    gap: 16px;
    min-height: 0 !important;
    max-width: none;
    overflow: visible;
  }

  .cv-intro__photo,
  .cv-intro__photo--main,
  .cv-intro__photo--small,
  .cv-menu-carousel.cv-intro__photo--small {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: none;
    margin: 0 !important;
  }

  .cv-intro__photo--main.cv-drink-gallery {
    aspect-ratio: 4 / 3;
    min-height: 280px;
  }

  .cv-menu-carousel.cv-intro__photo--small {
    aspect-ratio: 4 / 5;
    min-height: 360px;
    border-width: 6px;
  }

  .cv-intro__plate,
  .cv-rule,
  .cv-card-float,
  .cv-sticker,
  .cv-intro__bean-1,
  .cv-intro__bean-2 {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .cv-cta,
  .cv-cta__inner,
  .cv-cta__form-wrap,
  .cv-cta__form,
  .cv-cta__form .wpcf7,
  .cv-cta__form form {
    position: relative;
    z-index: 10;
    pointer-events: auto;
  }

  .cv-cta__form {
    overflow: visible;
  }

  .cv-cta__form .uk-grid,
  .cv-cta__form .uk-width-1-1 > .uk-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .cv-cta__form .uk-grid > *,
  .cv-cta__form .uk-width-1-1 > .uk-grid > * {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    flex: none !important;
  }

  .cv-cta__form input,
  .cv-cta__form textarea,
  .cv-cta__form select,
  .cv-cta__form button,
  .cv-cta__form input[type="submit"],
  .cv-cta__form .wpcf7-submit {
    position: relative;
    z-index: 12;
    pointer-events: auto !important;
    touch-action: manipulation;
  }

  .cv-cta__form input[type="submit"],
  .cv-cta__form .wpcf7-submit {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 54px;
    white-space: normal;
  }

  .cv-cta__form .wpcf7-spinner {
    position: relative;
    z-index: 1;
    pointer-events: none;
  }

  .cv-cta__bean-1,
  .cv-cta__bean-2 {
    pointer-events: none !important;
  }
}

/* Final requested polish: softer header, mobile hero contrast, equal JL300 specs columns */
.cv-landing-header {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .84), rgba(255, 250, 242, .66)),
    rgba(255, 250, 242, .58) !important;
  box-shadow: 0 12px 32px rgba(58, 33, 23, .07);
}

.cv-landing-header.is-scrolled {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, .88), rgba(255, 250, 242, .72)),
    rgba(255, 250, 242, .66) !important;
}

@media (min-width: 1101px) {
  .cv-specs__grid {
    align-items: stretch;
  }

  .cv-specs__hero {
    position: sticky;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .cv-specs__hero-body {
    display: flex;
    flex: 1;
    flex-direction: column;
  }

  .cv-specs__list {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .cv-specs__list li {
    flex: 1 1 0;
  }
}

@media (max-width: 600px) {
  .cv-hero__content {
    max-width: 100%;
  }

  .cv-hero__lead {
    max-width: 34em;
    padding: 13px 14px;
    border: 1px solid rgba(255, 248, 236, .48);
    border-radius: 18px;
    background: rgba(255, 250, 242, .66);
    color: rgba(32, 18, 12, .92);
    box-shadow: 0 14px 32px rgba(58, 33, 23, .08);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
  }
}

.cv-landing-header__nav a,
.cv-landing-header.is-scrolled .cv-landing-header__nav a {
  background: transparent !important;
  border-color: transparent !important;
  border-radius: 0 !important;
}

.cv-landing-header__nav a:hover,
.cv-landing-header.is-scrolled .cv-landing-header__nav a:hover {
  background: transparent !important;
  border-color: transparent !important;
  transform: none !important;
}

@media (max-width: 960px) {
  .cv-landing-header.is-scrolled .uk-container {
    grid-template-columns: auto auto;
    gap: 8px 12px;
  }

  .cv-landing-header.is-scrolled .cv-landing-header__nav {
    display: flex !important;
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
    overflow-x: auto;
    padding: 1px 0 3px;
    scrollbar-width: none;
  }

  .cv-landing-header.is-scrolled .cv-landing-header__nav::-webkit-scrollbar {
    display: none;
  }

  .cv-landing-header.is-scrolled .cv-landing-header__nav a {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 8px 10px;
    background: rgba(255, 255, 255, .42);
    border: 1px solid rgba(58, 33, 23, .1);
  }
}

@media (max-width: 640px) {
  .cv-landing-header.is-scrolled .cv-landing-header__logo {
    width: 128px;
  }

  .cv-landing-header.is-scrolled .cv-landing-header__request {
    min-height: 32px;
    padding-inline: 12px;
  }

  .cv-landing-header.is-scrolled .cv-landing-header__nav a {
    font-size: 12px;
  }
}

.page-footer {
  position: relative;
  background:
    radial-gradient(70% 90% at 0% 0%, rgba(212, 165, 116, .18), transparent 58%),
    linear-gradient(160deg, var(--cv-espresso, #22110d) 0%, var(--cv-noir, #120806) 100%) !important;
  color: var(--cv-cream-light, #fff8ec) !important;
  border-top: 1px solid rgba(255, 248, 236, .14);
  overflow: hidden;
}

.page-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 248, 236, .04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 248, 236, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: .42;
  pointer-events: none;
}

.page-footer__inner {
  position: relative;
  z-index: 1;
  padding: clamp(38px, 5vw, 68px) 0 !important;
}

.page-footer .uk-grid {
  align-items: flex-start;
  row-gap: 30px;
}

.page-footer .logo {
  display: inline-flex;
  max-width: 210px;
  padding: 12px 16px;
  border-radius: 24px;
  background: rgba(255, 248, 236, .92);
  box-shadow: 0 18px 36px rgba(0,0,0,.18);
}

.page-footer .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(7%) sepia(20%) saturate(2367%) hue-rotate(319deg) brightness(82%) contrast(101%);
}

.page-footer__menu {
  display: grid;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.page-footer__menu li {
  margin: 0 !important;
  padding: 0 !important;
}

.page-footer__menu a {
  min-height: 34px;
  padding: 6px 0;
  color: rgba(255, 248, 236, .72) !important;
  font-family: var(--ff-body, Manrope, sans-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.page-footer__menu a:hover {
  color: var(--cv-gold, #d4a574) !important;
}

.page-footer__menu a::before {
  background: var(--cv-gold, #d4a574);
}

@media (max-width: 960px) {
  .cv-landing-header .uk-container {
    grid-template-columns: auto auto;
    gap: 10px 14px;
  }

  .cv-landing-header__nav {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .cv-landing-header__actions {
    justify-self: end;
  }

  .page-footer .uk-grid > * {
    width: 50%;
  }

  .page-footer .uk-grid > *:first-child {
    width: 100%;
  }
}

@media (min-width: 641px) and (max-width: 960px) {
  .cv-hero {
    padding-top: 146px !important;
    padding-bottom: 52px;
  }

  .cv-hero__inner {
    align-items: flex-start;
  }

  .cv-hero__title {
    font-size: clamp(46px, 7vw, 58px) !important;
    line-height: .98;
  }
}

@media (min-width: 961px) and (max-width: 1180px) {
  .cv-hero {
    padding-top: 104px !important;
  }
}

@media (max-width: 640px) {
  .cv-press-page .uk-container.uk-container-large {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cv-landing-header {
    padding: 8px 0;
  }

  .cv-landing-header__logo {
    width: 142px;
  }

  .cv-landing-header__actions {
    gap: 7px;
  }

  .cv-landing-header__lang a {
    min-width: 30px;
    min-height: 28px;
    padding: 0 6px;
  }

  .cv-landing-header__request {
    min-height: 34px;
    padding-inline: 14px;
  }

  .cv-hero {
    padding-top: 122px !important;
  }

  .cv-hero__title {
    font-size: clamp(40px, 11vw, 52px) !important;
    line-height: .95;
  }

  .cv-hero__strip {
    padding: 16px;
  }

  .page-footer .uk-grid > * {
    width: 50%;
  }

  .page-footer .uk-grid > *:first-child {
    width: 100%;
  }

  .page-footer__inner {
    padding: 34px 0 !important;
  }

  .page-footer__menu {
    gap: 7px;
  }

  .page-footer__menu a {
    min-height: 28px;
    font-size: 13px;
  }
}

/* Jetinno block final enlargement */
@media (min-width: 961px) {
  .cv-pillars {
    padding: clamp(78px, 7vw, 124px) 0;
  }

  .cv-pillars .cv-section-head {
    margin-bottom: clamp(42px, 4.4vw, 68px) !important;
  }

  .cv-pillars__grid {
    max-width: min(1240px, calc(100vw - 64px)) !important;
    min-height: 430px;
    gap: 22px !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr) !important;
  }

  .cv-pillar--gallery {
    min-height: 430px;
  }

  .cv-pillar--gallery .cv-tech-gallery {
    min-height: 428px;
  }

  .cv-pillar--gallery .cv-tech-gallery__slide {
    padding: 26px 28px 66px;
  }

  .cv-pillar--gallery .cv-tech-gallery__slide img {
    max-height: 330px;
  }

  .cv-pillar--small {
    min-height: 128px;
    padding: 28px 30px;
  }

  .cv-pillar--small .cv-pillar__icon {
    width: 42px;
    height: 42px;
  }

  .cv-pillar--small h3 {
    font-size: 22px;
  }

  .cv-pillar--small p {
    font-size: 14px;
    line-height: 1.45;
  }
}

/* Final header/footer interaction overrides */
.cv-landing-header__nav a,
.cv-landing-header.is-scrolled .cv-landing-header__nav a {
  background: transparent !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.cv-landing-header__nav a:hover,
.cv-landing-header.is-scrolled .cv-landing-header__nav a:hover {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.cv-landing-header__nav a::after {
  bottom: 2px;
}

.page-footer .logo {
  max-width: 205px;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.page-footer .logo img {
  filter: brightness(0) saturate(100%) invert(96%) sepia(10%) saturate(659%) hue-rotate(327deg) brightness(107%) contrast(101%) !important;
}

/* =============== LOCATION GALLERY LIGHTBOX =============== */
.cv-location-card__slide { cursor: zoom-in; }
.cv-location-card__slide iframe { pointer-events: none; }

.cv-lb {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 28px 16px;
  background: rgba(20, 9, 10, .93);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.cv-lb[hidden] { display: none; }

.cv-lb__stage {
  position: relative;
  width: min(1100px, 92vw);
  height: min(64vh, 720px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cv-lb__stage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}
.cv-lb__video {
  position: relative;
  width: 100%;
  max-width: 1100px;
  aspect-ratio: 16 / 9;
  max-height: 100%;
}
.cv-lb__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}

.cv-lb__caption {
  min-height: 1.2em;
  max-width: 92vw;
  color: var(--cv-cream-light);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.cv-lb__thumbs {
  display: flex;
  gap: 10px;
  max-width: 92vw;
  padding: 4px 2px 2px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.cv-lb__thumb {
  position: relative;
  flex: 0 0 auto;
  width: 88px;
  height: 64px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  opacity: .55;
  background: rgba(255, 248, 236, .08);
  transition: opacity .2s ease, border-color .2s ease;
}
.cv-lb__thumb:hover { opacity: .85; }
.cv-lb__thumb.is-active { opacity: 1; border-color: var(--cv-gold); }
.cv-lb__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cv-lb__thumb--video::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent rgba(255, 255, 255, .95);
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, .6));
}

.cv-lb__close,
.cv-lb__nav {
  position: absolute;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  border: 0;
  cursor: pointer;
  color: var(--cv-cream-light);
  background: rgba(255, 248, 236, .12);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: background .2s ease;
}
.cv-lb__close:hover,
.cv-lb__nav:hover { background: rgba(255, 248, 236, .26); }
.cv-lb__close {
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.cv-lb__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.cv-lb__prev { left: 16px; }
.cv-lb__next { right: 16px; }
.cv-lb__close svg,
.cv-lb__nav svg { width: 22px; height: 22px; }
.cv-lb--single .cv-lb__nav,
.cv-lb--single .cv-lb__thumbs { display: none; }

@media (max-width: 640px) {
  .cv-lb__nav { width: 40px; height: 40px; }
  .cv-lb__thumb { width: 64px; height: 48px; }
  .cv-lb__stage { height: 52vh; }
}
