/* viking-refresh.css — contrast + photo-led premium refresh (2026-06-17)
   Purpose: fix missing-token visual drift, make text readable, and pull the page closer
   to the premium Viking Hands design direction with real Mirko photos. */

:root {
  --vh-ink: #090907;
  --vh-ink-2: #11100e;
  --vh-cream: #f4ead6;
  --vh-sand: #d8c096;
  --vh-bronze: #b8834f;
  --vh-bronze-soft: #d8b27b;
  --vh-blue: #9fc6d5;
  --vh-blue-deep: #23404b;
}

html { background: var(--vh-ink); overflow-x: hidden; }
body {
  overflow-x: hidden;
  background:
    radial-gradient(900px 520px at 85% -10%, rgba(184,131,79,.13), transparent 62%),
    linear-gradient(180deg, #0b0b09 0%, #12110f 46%, #0b0b09 100%);
}

/* Typography: keep the Norse/Viking attitude as accent, but make long German copy legible. */
.hero-h1,
h2.h-section {
  text-shadow: 0 1px 0 rgba(255,255,255,.02);
}
.lede,
p,
li { letter-spacing: -0.005em; }

/* Header: stronger contrast, less washed out, readable CTA. */
.vh-header {
  background: rgba(8, 8, 7, 0.78);
  border-color: rgba(244, 234, 214, 0.18);
  box-shadow: 0 18px 50px -28px rgba(0,0,0,.95);
}
.vh-header.is-scrolled {
  background: rgba(8, 8, 7, 0.95);
  border-color: rgba(184, 131, 79, 0.32);
}
.vh-header__brand-text {
  color: var(--vh-cream);
  letter-spacing: 0.24em;
}
.vh-header__nav { gap: 24px; }
.vh-header__nav a {
  color: rgba(244,234,214,.78);
  letter-spacing: 0.18em;
  font-size: 11.5px;
}
.vh-header__nav a:hover,
.vh-header__nav a.is-active { color: var(--vh-bronze-soft); }
.vh-header__cta { white-space: nowrap; }

/* Original Viking Hands logo assets. */
.vh-header__brand { gap: 12px; min-width: 0; }
.vh-header__mark {
  width: 30px !important;
  height: 48px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 0 10px rgba(184,131,79,.35));
}
.vh-header__wordmark {
  width: clamp(164px, 17vw, 244px) !important;
  height: auto !important;
  max-height: 42px;
  object-fit: contain !important;
  filter: drop-shadow(0 0 10px rgba(184,131,79,.22));
}
.footer-hand-logo {
  width: min(230px, 54vw) !important;
  height: auto !important;
  max-width: min(230px, 54vw) !important;
  object-fit: contain !important;
  filter: drop-shadow(0 0 30px rgba(166, 124, 82, 0.25));
}
.footer-wordmark-img {
  display: block;
  width: min(760px, 88vw);
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 0 18px rgba(166, 124, 82, 0.18));
}

@media (max-width: 1160px) {
  .vh-header__nav,
  .vh-header__cta { display: none; }
  .vh-header__burger { display: inline-flex; }
}

/* Buttons: premium, clear affordance, contrast-safe. */
.btn {
  border-radius: 0;
  letter-spacing: 0.18em;
  box-shadow: none;
  text-decoration: none;
}
.btn-primary {
  background: linear-gradient(180deg, #d2a368 0%, #a86f3d 100%);
  color: #0b0907;
  border: 1px solid rgba(255,231,190,.45);
  box-shadow: 0 16px 40px -22px rgba(216,178,123,.85);
}
.btn-primary:hover {
  background: linear-gradient(180deg, #e0b87e 0%, #b8834f 100%);
  transform: translateY(-2px);
}
.btn-ghost {
  background: rgba(244,234,214,.035);
  color: var(--vh-cream);
  border-color: rgba(244,234,214,.24);
}
.btn-ghost:hover {
  background: rgba(159,198,213,.08);
  border-color: var(--vh-blue);
  color: var(--vh-blue);
}
.btn[disabled], .btn[aria-busy="true"] {
  opacity: .68;
  cursor: wait;
  transform: none !important;
}

/* Hero: real beach atmosphere with dark overlay. */
.hero-v2.hero-frame {
  background:
    linear-gradient(90deg, rgba(8,8,7,.96) 0%, rgba(8,8,7,.82) 40%, rgba(8,8,7,.52) 100%),
    radial-gradient(900px 460px at 88% 18%, rgba(184,131,79,.30), transparent 60%),
    url("assets/mirko-side-plank-beach.jpg") center center / cover no-repeat,
    var(--vh-ink);
}
.hero-v2.hero-frame::before {
  background:
    linear-gradient(180deg, rgba(8,8,7,.40), rgba(8,8,7,.12) 38%, rgba(8,8,7,.74) 100%),
    radial-gradient(60% 50% at 8% 90%, rgba(35,64,75,.58), transparent 70%);
}
.hero-v2.hero-frame::after { opacity: .22; }
.hero-v2 .eyebrow--blue { color: var(--vh-blue); }
.hero-v2 .hero-h1 {
  color: #fff6e5;
  max-width: 10.8ch;
  letter-spacing: .002em;
}
.hero-v2 .hero-h1 em { color: var(--vh-bronze-soft); }
.hero-h1__mobile { display: none; }
.hero-h1__desktop { display: inline; }
.hero-v2 .lede,
.hero-v2 p { text-shadow: 0 2px 16px rgba(0,0,0,.55); }
.hero-v2 .accent-blue { color: var(--vh-blue); }
.hero-video-frame img { transform: scale(1.01); }
.hero-photo {
  border-color: rgba(216,178,123,.32);
  box-shadow: 0 44px 90px -30px rgba(0,0,0,.95), 0 0 0 1px rgba(244,234,214,.05) inset;
}
.hero-photo__veil {
  background:
    linear-gradient(180deg, rgba(9,9,7,.10) 0%, rgba(9,9,7,0) 35%, rgba(9,9,7,.76) 100%),
    radial-gradient(70% 58% at 78% 12%, rgba(216,178,123,.16) 0%, transparent 62%);
}
.hero-chip,
.hero-photo-badge {
  background: rgba(9,9,7,.90);
  border-color: rgba(216,178,123,.45);
}
.hero-trust__avatars span { border-color: #0b0b09; }

/* Sand sections: readable dark ink and card contrast. */
.section--sand {
  background:
    linear-gradient(180deg, rgba(255,255,255,.50), rgba(255,255,255,.25)),
    radial-gradient(720px 420px at 90% 8%, rgba(159,198,213,.16), transparent 62%),
    var(--sand-200);
}
.section--cream {
  background:
    radial-gradient(800px 380px at 10% 0%, rgba(216,178,123,.14), transparent 60%),
    var(--sand-50);
}
.section--sand .pain-card {
  background: rgba(255,250,239,.78);
  border-color: rgba(42,36,27,.16);
  box-shadow: 0 18px 46px -28px rgba(42,36,27,.45);
}
.section--sand .pain-card:hover {
  border-color: rgba(154,106,46,.45);
  background: rgba(255,250,239,.94);
}
.section--sand .pain-card__icon {
  color: #8a622f;
  border-color: rgba(138,98,47,.32);
  background: rgba(154,106,46,.06);
}
.section--sand .pain-card__title { color: #211b14; }
.section--sand .pain-card__body { color: #4a3f30; }

/* Dark method: not flat black; image-influenced premium panel. */
.section.deeper,
.section--ink {
  background:
    radial-gradient(760px 460px at 84% 0%, rgba(184,131,79,.18), transparent 60%),
    linear-gradient(180deg, #0a0a08 0%, #12110f 52%, #090907 100%);
  color: var(--fg-1);
}
.method-step,
.price-card,
.fit-col {
  border-color: rgba(244,234,214,.14);
}
.method-step {
  background:
    linear-gradient(180deg, rgba(244,234,214,.055), rgba(244,234,214,.025)),
    #12110f;
}
.method-step__num { color: var(--vh-bronze-soft); }
.method-step__symbol { color: var(--vh-blue); opacity: .82; }
.method-result {
  background:
    linear-gradient(90deg, rgba(216,178,123,.14), rgba(159,198,213,.08)),
    rgba(244,234,214,.035);
  border-color: rgba(216,178,123,.38);
}

/* Real session gallery. */
.real-sessions {
  overflow: hidden;
}
.real-sessions::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(9,9,7,.92) 0%, rgba(9,9,7,.74) 100%),
    url("assets/mirko-hands-sunset.jpg") center center / cover no-repeat;
  opacity: .65;
}
.real-sessions > .container { position: relative; z-index: 1; }
.real-sessions .h-section { color: #fff6e5; }
.real-sessions .lede { color: rgba(244,234,214,.78); }
.real-sessions .mosaic { grid-auto-rows: 190px; }
.real-sessions .mosaic__tile.is-wide { grid-column: span 3; grid-row: span 2; }
.real-sessions .mosaic__tile.is-tall { grid-row: span 2; }
.real-sessions .mosaic__tile {
  border-color: rgba(244,234,214,.16);
  background: #0f0e0c;
}
.real-sessions .mosaic__tile img { filter: contrast(1.04) saturate(1.02) brightness(.92); }
.real-sessions .mosaic__tile:hover img { filter: contrast(1.06) saturate(1.08) brightness(1.01); }
.real-sessions .mosaic__caption { font-weight: 600; }
@media (max-width: 980px) {
  .real-sessions .mosaic { grid-auto-rows: 170px; }
  .real-sessions .mosaic__tile.is-wide,
  .real-sessions .mosaic__tile.is-tall { grid-column: span 2; grid-row: span 1; }
}
@media (max-width: 560px) {
  .real-sessions .mosaic { grid-auto-rows: 190px; }
  .real-sessions .mosaic__tile.is-wide,
  .real-sessions .mosaic__tile.is-tall { grid-column: span 2; grid-row: span 1; }
}

/* Video testimonials: real vertical clips, loaded only after a deliberate play. */
.video-testimonials-section {
  overflow: hidden;
  isolation: isolate;
}
.video-testimonials-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(760px, 72vw);
  aspect-ratio: 1;
  right: -24%;
  top: -34%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(159,198,213,.22) 0%, rgba(159,198,213,0) 68%);
  pointer-events: none;
}
.video-testimonials-section > .container {
  position: relative;
  z-index: 1;
}
.video-testimonials__head {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(42px, 6vw, 76px);
  text-align: center;
}
.video-testimonials__head > div {
  width: min(100%, 1120px);
}
.video-testimonials__head .eyebrow {
  margin-bottom: 22px;
  justify-content: center;
}
.video-testimonials__head .h-section {
  max-width: none;
  margin-inline: auto;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: initial;
}
.video-testimonials__heading-line {
  display: block;
  white-space: nowrap;
}
.video-testimonials__viewport {
  width: 100%;
  max-width: var(--testimonial-grid-max, 1280px);
  margin-inline: auto;
}
.video-testimonials__grid {
  --testimonial-gap: clamp(14px, 2vw, 24px);
  display: grid;
  width: 100%;
  padding: 8px 4px 34px;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - var(--testimonial-gap) - var(--testimonial-gap)) / 3);
  gap: var(--testimonial-gap);
  align-items: start;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-padding-inline: 4px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}
.video-testimonials__grid::-webkit-scrollbar {
  display: none;
}
.video-testimonials__grid[data-column-count="1"] {
  grid-auto-columns: 100%;
}
.video-testimonials__grid[data-column-count="2"] {
  grid-auto-columns: calc((100% - var(--testimonial-gap)) / 2);
}
.video-story {
  position: relative;
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  color: var(--vh-cream);
  background:
    linear-gradient(180deg, rgba(244,234,214,.035), rgba(244,234,214,0)),
    #11100e;
  border: 1px solid rgba(42,36,27,.22);
  box-shadow: 0 28px 64px -38px rgba(42,36,27,.72);
  transition:
    transform 260ms var(--ease-out),
    border-color 260ms var(--ease-out),
    box-shadow 260ms var(--ease-out);
}
.video-story::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: -1px;
  right: -1px;
  top: -1px;
  height: 2px;
  background: linear-gradient(90deg, var(--vh-bronze), rgba(159,198,213,.72));
  transform: scaleX(.28);
  transform-origin: left;
  transition: transform 300ms var(--ease-out);
}
.video-story:hover {
  transform: translateY(-6px);
  border-color: rgba(154,106,46,.46);
  box-shadow: 0 34px 72px -38px rgba(42,36,27,.84);
}
.video-story:hover::before,
.video-story:focus-within::before,
.video-story.is-playing::before {
  transform: scaleX(1);
}
.video-story__media {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #080806;
}
.video-story__media video,
.video-story__trigger,
.video-story__trigger img {
  width: 100%;
  height: 100%;
}
.video-story__media video {
  display: block;
  object-fit: cover;
  background: #080806;
}
.video-story__trigger {
  display: block;
  position: relative;
  padding: 0;
  border: 0;
  color: var(--vh-cream);
  background: #080806;
  cursor: pointer;
  overflow: hidden;
}
.video-story__trigger img {
  object-fit: cover;
  transform: scale(1.002);
  filter: saturate(.92) contrast(1.03) brightness(.88);
  transition:
    transform 700ms cubic-bezier(.2,.65,.25,1),
    filter 400ms ease;
}
.video-story__trigger:hover img,
.video-story__trigger:focus-visible img {
  transform: scale(1.045);
  filter: saturate(1.02) contrast(1.04) brightness(.96);
}
.video-story__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8,8,6,.03) 44%, rgba(8,8,6,.82) 100%),
    radial-gradient(circle at center, rgba(8,8,6,0) 0%, rgba(8,8,6,.10) 64%, rgba(8,8,6,.28) 100%);
}
.video-story__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(62px, 6vw, 78px);
  height: clamp(62px, 6vw, 78px);
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,246,229,.76);
  border-radius: 50%;
  color: #fff6e5;
  background: rgba(8,8,6,.35);
  box-shadow:
    0 18px 46px -18px rgba(0,0,0,.9),
    0 0 0 9px rgba(255,246,229,.07);
  backdrop-filter: blur(7px);
  transition:
    transform 220ms var(--ease-out),
    color 220ms ease,
    background 220ms ease,
    border-color 220ms ease;
}
.video-story__trigger:hover .video-story__play,
.video-story__trigger:focus-visible .video-story__play {
  transform: translate(-50%, -50%) scale(1.08);
  color: #0b0907;
  background: var(--vh-bronze-soft);
  border-color: var(--vh-bronze-soft);
}
.video-story__play svg {
  transform: translateX(1px);
}
.video-story__play-label {
  position: absolute;
  left: 24px;
  bottom: 22px;
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.video-story__duration,
.video-story__number {
  position: absolute;
  z-index: 2;
  top: 18px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  color: rgba(255,246,229,.92);
  text-shadow: 0 1px 8px rgba(0,0,0,.8);
  pointer-events: none;
}
.video-story__duration {
  right: 16px;
  padding: 7px 9px;
  background: rgba(8,8,6,.58);
  border: 1px solid rgba(255,246,229,.18);
  backdrop-filter: blur(6px);
}
.video-story__number {
  left: 18px;
  color: rgba(255,246,229,.72);
}
.video-story.is-playing .video-story__duration,
.video-story.is-playing .video-story__number {
  opacity: 0;
}
.video-story__body {
  min-height: 222px;
  padding: clamp(22px, 2.4vw, 30px);
}
.video-story__person {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 28px;
  color: var(--vh-bronze-soft);
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.55;
  text-transform: uppercase;
}
.video-story__person span:last-child {
  color: rgba(244,234,214,.52);
}
.video-story__dot {
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  transform: rotate(45deg);
  background: var(--vh-blue);
}
.video-story__body h3 {
  margin-top: 13px;
  color: #fff6e5;
  font-family: var(--font-heading);
  font-size: clamp(19px, 1.65vw, 24px);
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.24;
  text-transform: uppercase;
}
.video-story__body p {
  margin-top: 13px;
  color: rgba(244,234,214,.68);
  font-size: 14px;
  line-height: 1.62;
}
.video-testimonials__navigation {
  min-height: 48px;
  margin-top: -8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.video-testimonials__position {
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: #765a36;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
}
.video-testimonials__position span:first-child {
  color: var(--vh-blue-deep);
  font-size: 13px;
}
.video-testimonials__position i {
  color: rgba(118,90,54,.48);
  font-style: normal;
}
.video-testimonials__buttons {
  display: flex;
  gap: 8px;
}
.video-testimonials__rail-button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(42,36,27,.28);
  border-radius: 50%;
  color: #2a241b;
  background: rgba(255,250,238,.5);
  cursor: pointer;
  transition:
    color 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms var(--ease-out);
}
.video-testimonials__rail-button:hover:not(:disabled),
.video-testimonials__rail-button:focus-visible:not(:disabled) {
  color: #fff6e5;
  background: #2a241b;
  border-color: #2a241b;
  transform: translateY(-2px);
}
.video-testimonials__rail-button:focus-visible {
  outline: 3px solid var(--vh-blue-deep);
  outline-offset: 3px;
}
.video-testimonials__rail-button:disabled {
  opacity: .32;
  cursor: default;
}
.video-testimonials__swipe {
  display: none;
  margin-right: auto;
}
.video-story__trigger:focus-visible {
  outline: 3px solid var(--vh-blue-deep);
  outline-offset: -3px;
}

@media (max-width: 980px) {
  .video-testimonials__grid:not([data-column-count="1"]) {
    grid-auto-columns: calc((100% - var(--testimonial-gap)) / 2);
  }
  .video-story__body {
    min-height: 244px;
    padding: 22px 18px;
  }
}

@media (min-width: 721px) and (max-width: 780px) {
  .video-testimonials__head .h-section {
    font-size: 32px;
  }
}

@media (max-width: 720px) {
  .video-testimonials__head .h-section {
    max-width: none;
  }
  .video-testimonials__viewport {
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px;
  }
  .video-testimonials__grid,
  .video-testimonials__grid[data-column-count="1"],
  .video-testimonials__grid[data-column-count="2"],
  .video-testimonials__grid[data-column-count="3"] {
    --testimonial-gap: 14px;
    width: 100%;
    margin: 0;
    padding: 2px 20px 18px;
    grid-auto-columns: min(84vw, 360px);
    scroll-padding-inline: 20px;
  }
  .video-story__body {
    min-height: 214px;
    padding: 24px 22px;
  }
  .video-testimonials__navigation {
    min-height: 44px;
    margin-top: 6px;
    padding-inline: 20px;
    gap: 12px;
  }
  .video-testimonials__swipe {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #765a36;
    font-family: var(--font-label);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  .video-testimonials__swipe span {
    color: var(--vh-blue-deep);
    font-size: 17px;
    line-height: 1;
  }
  .video-testimonials__position {
    display: none;
  }
  .video-testimonials__rail-button {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 520px) {
  .video-testimonials__heading-line:last-child em {
    display: block;
  }
}

@media (max-width: 350px) {
  .video-testimonials__head .h-section {
    font-size: 8.7vw !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .video-testimonials__grid {
    scroll-behavior: auto;
  }
  .video-story,
  .video-story::before,
  .video-story__trigger img,
  .video-story__play,
  .video-testimonials__rail-button {
    transition: none;
  }
}

/* Focused testimonial gallery: one active story plus all four selectors. */
.video-testimonials-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.video-testimonials-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: min(760px, 72vw);
  aspect-ratio: 1;
  right: -24%;
  top: -34%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(159,198,213,.22) 0%, rgba(159,198,213,0) 68%);
  pointer-events: none;
}
.video-testimonials-section > .container {
  position: relative;
  z-index: 1;
}
.video-testimonials__head {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(42px, 6vw, 76px);
  text-align: center;
}
.video-testimonials__head > div { width: min(100%, 1120px); }
.video-testimonials__head .eyebrow {
  justify-content: center;
  margin-bottom: 22px;
}
.video-testimonials__head .h-section {
  max-width: none;
  margin-inline: auto;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: initial;
}
.video-testimonials__heading-line {
  display: block;
  white-space: nowrap;
}

.video-gallery {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
}
.video-gallery__stage {
  display: grid;
  grid-template-columns: minmax(360px, 43%) minmax(0, 1fr);
  min-height: clamp(580px, 55vw, 700px);
  overflow: hidden;
  color: var(--vh-cream);
  background:
    linear-gradient(145deg, rgba(244,234,214,.055), rgba(244,234,214,0) 58%),
    #100f0d;
  border: 1px solid rgba(42,36,27,.26);
  box-shadow: 0 34px 80px -46px rgba(42,36,27,.82);
}
.video-gallery__media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #080806;
  border-right: 1px solid rgba(244,234,214,.12);
}
.video-gallery__backdrop {
  position: absolute;
  z-index: 0;
  inset: -7%;
  width: 114%;
  height: 114%;
  object-fit: cover;
  filter: blur(28px) saturate(.9) brightness(.42);
  transform: scale(1.1);
  opacity: .78;
}
.video-gallery__media::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7,7,5,.08) 52%, rgba(7,7,5,.62) 100%),
    radial-gradient(circle at center, transparent 46%, rgba(7,7,5,.26) 100%);
}
.video-gallery__poster-button,
.video-gallery__video {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video-gallery__video {
  display: block;
  object-fit: contain;
  background: rgba(7,7,5,.72);
}
.video-gallery__poster-button {
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  color: #fff6e5;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.video-gallery__poster-button > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(.94) contrast(1.025) brightness(.92);
  transition: transform 700ms cubic-bezier(.2,.65,.25,1), filter 400ms ease;
}
.video-gallery__poster-button:hover > img,
.video-gallery__poster-button:focus-visible > img {
  transform: scale(1.025);
  filter: saturate(1.02) contrast(1.035) brightness(.98);
}
.video-gallery__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(7,7,5,.64) 100%);
}
.video-gallery__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  color: #0b0907;
  background: var(--vh-bronze-soft);
  border: 1px solid rgba(255,246,229,.82);
  border-radius: 50%;
  box-shadow: 0 18px 48px -18px rgba(0,0,0,.92), 0 0 0 10px rgba(255,246,229,.08);
  transition: transform 220ms var(--ease-out), background 220ms ease;
}
.video-gallery__poster-button:hover .video-gallery__play,
.video-gallery__poster-button:focus-visible .video-gallery__play {
  transform: translate(-50%, -50%) scale(1.08);
  background: #fff6e5;
}
.video-gallery__play-label {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 22px;
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.video-gallery__duration {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  padding: 7px 9px;
  color: rgba(255,246,229,.94);
  background: rgba(8,8,6,.62);
  border: 1px solid rgba(255,246,229,.18);
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: .12em;
  backdrop-filter: blur(6px);
  pointer-events: none;
}
.video-gallery__details {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(36px, 5vw, 64px);
}
.video-gallery__counter {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: auto;
  color: rgba(244,234,214,.46);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: .14em;
}
.video-gallery__counter span:first-child {
  color: var(--vh-blue);
  font-size: 18px;
}
.video-gallery__counter i {
  color: rgba(244,234,214,.24);
  font-style: normal;
}
.video-gallery__person {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 54px;
  color: var(--vh-bronze-soft);
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.55;
  text-transform: uppercase;
}
.video-gallery__person span:last-child { color: rgba(244,234,214,.52); }
.video-gallery__dot {
  width: 4px;
  height: 4px;
  flex: 0 0 4px;
  transform: rotate(45deg);
  background: var(--vh-blue);
}
.video-gallery__details h3 {
  max-width: 15ch;
  margin-top: 20px;
  color: #fff6e5;
  font-family: var(--font-heading);
  font-size: clamp(30px, 3.25vw, 48px);
  font-weight: 600;
  letter-spacing: .005em;
  line-height: 1.08;
  text-transform: uppercase;
}
.video-gallery__details p {
  max-width: 48ch;
  margin-top: 24px;
  color: rgba(244,234,214,.7);
  font-size: clamp(15px, 1.45vw, 17px);
  line-height: 1.7;
}
.video-gallery__watch {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  padding: 15px 19px;
  color: #16110b;
  background: var(--vh-bronze-soft);
  border: 1px solid var(--vh-bronze-soft);
  font-family: var(--font-label);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms var(--ease-out);
}
.video-gallery__watch:hover,
.video-gallery__watch:focus-visible {
  color: #fff6e5;
  background: transparent;
  transform: translateY(-2px);
}
.video-gallery__controls {
  display: flex;
  gap: 9px;
  margin-top: auto;
  padding-top: 38px;
}
.video-gallery__controls button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff6e5;
  background: rgba(244,234,214,.035);
  border: 1px solid rgba(244,234,214,.24);
  border-radius: 50%;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms var(--ease-out);
}
.video-gallery__controls button:hover,
.video-gallery__controls button:focus-visible {
  color: #16110b;
  background: var(--vh-bronze-soft);
  border-color: var(--vh-bronze-soft);
  transform: translateY(-2px);
}
.video-gallery__poster-button:focus-visible,
.video-gallery__watch:focus-visible,
.video-gallery__controls button:focus-visible,
.video-gallery__thumb:focus-visible {
  outline: 3px solid var(--vh-blue-deep);
  outline-offset: 3px;
}

.video-gallery__playlist {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}
.video-gallery__thumb {
  min-width: 0;
  min-height: 126px;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  padding: 0;
  overflow: hidden;
  color: #2a241b;
  text-align: left;
  background: rgba(255,250,238,.52);
  border: 1px solid rgba(42,36,27,.2);
  cursor: pointer;
  scroll-snap-align: start;
  transition: transform 220ms var(--ease-out), border-color 220ms ease, background 220ms ease, color 220ms ease;
}
.video-gallery__thumb:hover {
  transform: translateY(-3px);
  border-color: rgba(154,106,46,.52);
}
.video-gallery__thumb.is-active {
  color: #fff6e5;
  background: #161411;
  border-color: var(--vh-bronze);
}
.video-gallery__thumb-media {
  position: relative;
  overflow: hidden;
  min-width: 0;
  background: #0a0907;
}
.video-gallery__thumb-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  filter: saturate(.9) contrast(1.03) brightness(.9);
  transition: transform 420ms var(--ease-out), filter 220ms ease;
}
.video-gallery__thumb:hover .video-gallery__thumb-media img,
.video-gallery__thumb.is-active .video-gallery__thumb-media img {
  transform: scale(1.045);
  filter: saturate(1.02) contrast(1.04) brightness(.98);
}
.video-gallery__thumb-media > span,
.video-gallery__thumb-media > i {
  position: absolute;
  z-index: 1;
  top: 8px;
  color: rgba(255,246,229,.88);
  font-family: var(--font-mono);
  font-size: 8px;
  font-style: normal;
  letter-spacing: .1em;
  text-shadow: 0 1px 7px rgba(0,0,0,.9);
}
.video-gallery__thumb-media > span { left: 8px; }
.video-gallery__thumb-media > i {
  right: 8px;
  padding: 4px 5px;
  background: rgba(8,8,6,.58);
}
.video-gallery__thumb-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 14px 12px;
}
.video-gallery__thumb-copy small {
  color: #93652d;
  font-family: var(--font-label);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.video-gallery__thumb.is-active .video-gallery__thumb-copy small { color: var(--vh-bronze-soft); }
.video-gallery__thumb-copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: inherit;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.18;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 980px) {
  .video-gallery__stage { grid-template-columns: minmax(320px, 46%) minmax(0, 1fr); }
  .video-gallery__details { padding: 34px 30px; }
  .video-gallery__details h3 { font-size: clamp(28px, 4vw, 38px); }
  .video-gallery__person { margin-top: 36px; }
  .video-gallery__playlist { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .video-testimonials__head .h-section { max-width: none; }
  .video-gallery__stage {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }
  .video-gallery__media {
    aspect-ratio: 4 / 5;
    border-right: 0;
    border-bottom: 1px solid rgba(244,234,214,.12);
  }
  .video-gallery__details {
    min-height: 450px;
    padding: 28px 22px 24px;
  }
  .video-gallery__counter { margin-bottom: 0; }
  .video-gallery__person { margin-top: 34px; }
  .video-gallery__details h3 {
    max-width: 14ch;
    font-size: clamp(28px, 9vw, 38px);
  }
  .video-gallery__details p { font-size: 15px; }
  .video-gallery__controls { padding-top: 30px; }
  .video-gallery__playlist {
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 4px 20px 14px;
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 305px);
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }
  .video-gallery__playlist::-webkit-scrollbar { display: none; }
  .video-gallery__thumb { min-height: 118px; }
}

@media (max-width: 520px) {
  .video-testimonials__heading-line:last-child em { display: block; }
  .video-gallery__play { width: 70px; height: 70px; }
}

@media (max-width: 350px) {
  .video-testimonials__head .h-section { font-size: 8.7vw !important; }
}

@media (prefers-reduced-motion: reduce) {
  .video-gallery__poster-button > img,
  .video-gallery__play,
  .video-gallery__watch,
  .video-gallery__controls button,
  .video-gallery__thumb,
  .video-gallery__thumb-media img {
    transition: none;
  }
}

/* About image polish. */
.about-grid img { filter: contrast(1.03) saturate(1.04); }
.award-badge { border-color: rgba(154,106,46,.24); }

/* For-whom cards on dark/light sections keep readable contrast. */
.fit-col--yes { background: rgba(18,17,15,.96); }
.fit-col--no { background: rgba(13,23,27,.88); }
.fit-list li { color: rgba(244,234,214,.78); }

/* Screening as final conversion panel: darker, image-led, no invisible text. */
.section--screening {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(9,9,7,.94) 0%, rgba(9,9,7,.88) 47%, rgba(9,9,7,.70) 100%),
    url("assets/mirko-consultation-beach.jpg") center center / cover no-repeat,
    #090907;
}
.section--screening .lede,
.section--screening p { color: rgba(244,234,214,.80); }
.section--screening .screening-quote { color: #fff6e5; }
.price-card {
  background: rgba(12, 12, 10, .88);
  backdrop-filter: blur(12px) saturate(130%);
  -webkit-backdrop-filter: blur(12px) saturate(130%);
  border-color: rgba(216,178,123,.45);
}
.price-list li { color: rgba(244,234,214,.88); }

/* Footer should not explode on mobile. */
footer img { max-width: min(200px, 56vw); }
.footer-wordmark {
  max-width: 100%;
  text-align: center;
  overflow-wrap: normal;
}
@media (max-width: 720px) {
  html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
  .container { width: 100%; max-width: 100%; padding-left: 20px; padding-right: 20px; }
  .vh-header { left: 8px; right: 8px; width: auto; max-width: calc(100vw - 16px); transform: none; }
  .vh-header__brand { min-width: 0; gap: 9px; }
  .vh-header__brand img.vh-header__mark { width: 24px !important; height: 38px !important; }
  .vh-header__wordmark { width: min(152px, 44vw) !important; max-height: 31px; }
  .vh-header__brand-text { display: none !important; }
  .vh-header__nav,
  .vh-header__cta { display: none !important; }
  .vh-header__burger { flex: none; display: inline-flex !important; }
  .hero-v2.hero-frame { padding-top: 112px; }
  .hero-grid,
  .screening-grid,
  .about-grid,
  .forwhom-grid,
  .method-grid,
  .problem-grid { grid-template-columns: minmax(0, 1fr) !important; }
  .hero-grid,
  .hero-grid > *,
  .screening-grid > *,
  .about-grid > * { min-width: 0; }
  .hero-v2 .eyebrow {
    max-width: 100%;
    white-space: normal;
    line-height: 1.55;
    letter-spacing: .14em;
    font-size: 9.5px;
    gap: 10px;
    align-items: flex-start;
  }
  .hero-v2 .eyebrow::before { flex: 0 0 22px; width: 22px; margin-top: .72em; }
  .hero-v2 .hero-h1 {
    max-width: 100% !important;
    font-size: clamp(32px, 9.4vw, 38px) !important;
    line-height: 1.04;
    letter-spacing: 0;
    overflow-wrap: normal;
    word-break: normal;
  }
  .hero-h1__desktop { display: none; }
  .hero-h1__mobile { display: inline; }
  .hero-v2 p,
  .hero-v2 .lede {
    display: block;
    width: min(100%, 32ch) !important;
    max-width: min(100%, 32ch) !important;
  }
  .hero-grid { gap: 40px; }
  .hero-photo { aspect-ratio: 4 / 5; width: 100%; max-width: 100%; }
  .hero-chip { max-width: calc(100% - 28px); }
  .btn { width: 100%; justify-content: center; }
  .btn-ghost { width: auto; }
  .method-result .btn { width: 100%; }
  .footer-grid { text-align: left; }
  .footer-wordmark {
    font-size: clamp(29px, 9.4vw, 40px) !important;
    letter-spacing: .12em !important;
    line-height: 1.05 !important;
    max-width: calc(100vw - 40px);
    white-space: normal;
  }
  .footer-wordmark-img { width: min(340px, 88vw); }
}
@media (max-width: 420px) {
  .hero-v2 .hero-h1 { font-size: clamp(31px, 9vw, 36px) !important; }
  .hero-v2 .eyebrow { letter-spacing: .08em; font-size: 9px; }
  .hero-v2 p,
  .hero-v2 .lede {
    display: block;
    font-size: 14.5px !important;
    line-height: 1.58 !important;
    width: calc(100vw - 58px) !important;
    max-width: calc(100vw - 58px) !important;
  }
}
@media (max-width: 460px) {
  .hero-trust__copy span { font-size: 12px !important; }
  .proof-logo { font-size: 22px; }
}
