/*
 * Vinking Group — Founder Luxury Intelligence Edition 2.3.2
 * Founder-only visual layer. Loaded after the global creative system.
 */

.vinking-founder-luxury {
  --founder-obsidian: #020806;
  --founder-ink: #050f0c;
  --founder-panel: rgba(10, 25, 20, .76);
  --founder-emerald: #0b5a46;
  --founder-gold: #d3b56b;
  --founder-gold-soft: #ead79f;
  --founder-line: rgba(211, 181, 107, .28);
  --founder-white: #f7f3e9;
  background: var(--founder-obsidian);
}

.vinking-founder-luxury main {
  background:
    radial-gradient(circle at 12% 16%, rgba(11, 90, 70, .13), transparent 26rem),
    var(--founder-obsidian);
}

.vinking-founder-luxury :is(.vke-founder-editorial-hero, .vke-founder-origins, .vke-founder-pullquote, .vke-founder-turning, .vke-founder-principles, .vke-founder-future, .vke-founder-signature) {
  position: relative;
  isolation: isolate;
}

/* Cinematic hero with luxury HUD details. */
.vinking-founder-luxury .vke-founder-editorial-hero {
  background: var(--founder-obsidian);
  border-bottom: 1px solid var(--founder-line);
}

.vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-banner {
  --founder-mx: 72%;
  --founder-my: 42%;
  min-height: clamp(620px, 46vw, 830px);
  background: var(--founder-obsidian);
}

.vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-banner::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(480px circle at var(--founder-mx) var(--founder-my), rgba(211, 181, 107, .13), transparent 58%),
    linear-gradient(90deg, rgba(2, 8, 6, .98) 0%, rgba(2, 8, 6, .88) 25%, rgba(2, 8, 6, .33) 57%, rgba(2, 8, 6, .08) 78%),
    linear-gradient(0deg, rgba(2, 8, 6, .86), transparent 42%);
  content: "";
  pointer-events: none;
}

.vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-banner::after {
  position: absolute;
  inset: 18px;
  z-index: 3;
  background:
    linear-gradient(var(--founder-gold), var(--founder-gold)) 0 0 / 70px 1px no-repeat,
    linear-gradient(var(--founder-gold), var(--founder-gold)) 0 0 / 1px 70px no-repeat,
    linear-gradient(var(--founder-gold), var(--founder-gold)) 100% 100% / 70px 1px no-repeat,
    linear-gradient(var(--founder-gold), var(--founder-gold)) 100% 100% / 1px 70px no-repeat;
  border: 1px solid rgba(255, 255, 255, .08);
  content: "";
  opacity: .75;
  pointer-events: none;
}

.vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-media {
  z-index: 0;
}

.vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-media > img,
.vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-media .vke-founder-image img {
  scale: 1.018;
  filter: saturate(.72) contrast(1.08) brightness(.88);
  transition: scale 1.2s cubic-bezier(.2, .75, .2, 1), filter .8s ease;
}

.vinking-founder-luxury .vke-founder-editorial-hero:hover .vke-founder-media > img,
.vinking-founder-luxury .vke-founder-editorial-hero:hover .vke-founder-media .vke-founder-image img {
  scale: 1.045;
  filter: saturate(.82) contrast(1.07) brightness(.92);
}

.vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-copy {
  left: clamp(34px, 7vw, 112px);
  z-index: 5;
  width: min(600px, 46vw);
  padding: clamp(34px, 4.2vw, 62px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .075), transparent 45%),
    rgba(2, 10, 7, .74);
  border: 1px solid rgba(211, 181, 107, .34);
  border-radius: 2px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, .42), inset 0 1px rgba(255, 255, 255, .08);
  clip-path: polygon(0 0, calc(100% - 42px) 0, 100% 42px, 100% 100%, 0 100%);
  backdrop-filter: blur(20px) saturate(125%);
}

.vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-copy::before {
  top: 0;
  width: 148px;
  height: 2px;
  background: linear-gradient(90deg, var(--founder-gold), transparent);
  box-shadow: 0 0 26px rgba(211, 181, 107, .55);
}

.vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-copy::after {
  position: absolute;
  right: -52px;
  bottom: -52px;
  width: 150px;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(211, 181, 107, .15), transparent 68%);
  border: 1px solid rgba(211, 181, 107, .23);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-copy :is(h1, .vke-home-title .elementor-heading-title) {
  margin: 18px 0 28px;
  color: var(--founder-white);
  font-size: clamp(62px, 7vw, 118px);
  text-shadow: 0 12px 44px rgba(0, 0, 0, .38);
}

.vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-copy :is(h1, .vke-home-title .elementor-heading-title) em {
  color: var(--founder-gold-soft);
  text-shadow: 0 0 32px rgba(211, 181, 107, .18);
}

.vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-copy :is(.eyebrow, .vke-eyebrow .elementor-heading-title) {
  color: var(--founder-gold-soft);
  letter-spacing: .2em;
}

.vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-copy > p:last-child,
.vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-copy .vke-lead p {
  color: rgba(239, 244, 240, .75);
}

.founder-tech-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
}

.founder-tech-layer::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(211, 181, 107, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 181, 107, .055) 1px, transparent 1px);
  background-size: 76px 76px;
  content: "";
  opacity: .5;
  mask-image: linear-gradient(90deg, transparent 34%, #000 72%);
}

.founder-tech-layer::after {
  position: absolute;
  top: -20%;
  right: 8%;
  width: min(42vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(211, 181, 107, .24);
  border-radius: 50%;
  box-shadow: 0 0 0 6vw rgba(211, 181, 107, .035), 0 0 0 12vw rgba(211, 181, 107, .018);
  content: "";
  animation: founder-orbit 18s linear infinite;
}

.founder-tech-scan {
  position: absolute;
  top: 0;
  right: 0;
  width: 52%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(234, 215, 159, .65), transparent);
  box-shadow: 0 0 18px rgba(211, 181, 107, .34);
  animation: founder-scan 8s ease-in-out infinite;
}

.founder-status {
  position: absolute;
  top: clamp(44px, 5vw, 82px);
  right: clamp(38px, 5vw, 82px);
  z-index: 5;
  display: flex;
  min-width: 220px;
  padding: 16px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: rgba(255, 255, 255, .65);
  background: rgba(2, 8, 6, .42);
  border: 1px solid rgba(211, 181, 107, .26);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.founder-status span { display: flex; align-items: center; gap: 9px; }
.founder-status i { width: 6px; aspect-ratio: 1; background: #7ce2b5; border-radius: 50%; box-shadow: 0 0 12px #7ce2b5; animation: founder-pulse 2.2s ease-in-out infinite; }
.founder-status b { color: var(--founder-gold-soft); font: 400 14px/1 var(--serif); letter-spacing: .1em; }

.founder-signal-rail {
  position: absolute;
  right: clamp(38px, 5vw, 82px);
  bottom: clamp(44px, 5vw, 82px);
  z-index: 5;
  display: grid;
  min-width: min(430px, 38vw);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: rgba(255, 255, 255, .62);
  background: rgba(2, 8, 6, .5);
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
}

.founder-signal-rail span {
  display: grid;
  min-height: 72px;
  padding: 15px 18px;
  align-content: center;
  border-right: 1px solid rgba(255, 255, 255, .1);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.founder-signal-rail span:last-child { border-right: 0; }
.founder-signal-rail b { display: block; margin-bottom: 6px; color: var(--founder-gold-soft); font: 400 18px/1.1 var(--serif); letter-spacing: 0; text-transform: none; }

/* Origins becomes a gallery-grade executive profile. */
.vinking-founder-luxury .vke-founder-origins {
  background:
    radial-gradient(circle at 14% 35%, rgba(11, 90, 70, .23), transparent 29rem),
    linear-gradient(135deg, #020806, #071510 60%, #030b08);
  border-bottom: 1px solid rgba(211, 181, 107, .14);
}

.vinking-founder-luxury .vke-founder-origins::before {
  position: absolute;
  inset: 24px;
  z-index: -1;
  border: 1px solid rgba(211, 181, 107, .12);
  content: "";
  pointer-events: none;
}

.vinking-founder-luxury .vke-founder-origins::after {
  color: rgba(211, 181, 107, .035);
}

.vinking-founder-luxury .vke-founder-origin-grid { width: min(1260px, 100%); }

.vinking-founder-luxury .vke-founder-origin-image::before {
  top: -18px;
  left: -18px;
  width: 64%;
  height: 48%;
  border-color: var(--founder-gold);
  box-shadow: -16px -16px 50px rgba(211, 181, 107, .06);
}

.vinking-founder-luxury .vke-founder-origin-image :is(img, .elementor-widget-container img) {
  border: 1px solid rgba(211, 181, 107, .22);
  border-radius: 2px;
  box-shadow: 0 42px 110px rgba(0, 0, 0, .46);
  filter: saturate(.72) contrast(1.08);
  transition: filter .65s ease, transform .7s cubic-bezier(.2, .75, .2, 1);
}

.vinking-founder-luxury .vke-founder-origin-image:hover :is(img, .elementor-widget-container img) {
  filter: saturate(.88) contrast(1.05);
  transform: translateY(-7px);
}

.vinking-founder-luxury .vke-founder-origin-image figcaption { color: rgba(234, 215, 159, .68); }

.vinking-founder-luxury .vke-founder-origin-copy {
  --creative-x: 50%;
  --creative-y: 30%;
  position: relative;
  padding: clamp(42px, 5.2vw, 78px);
  overflow: hidden;
  background:
    radial-gradient(480px circle at var(--creative-x) var(--creative-y), rgba(211, 181, 107, .1), transparent 52%),
    linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025));
  border: 1px solid rgba(211, 181, 107, .22);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .26), inset 0 1px rgba(255, 255, 255, .06);
  backdrop-filter: blur(12px);
}

.vinking-founder-luxury .vke-founder-origin-copy::after {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 32px;
  height: 32px;
  background:
    linear-gradient(var(--founder-gold), var(--founder-gold)) 100% 100% / 100% 1px no-repeat,
    linear-gradient(var(--founder-gold), var(--founder-gold)) 100% 100% / 1px 100% no-repeat;
  content: "";
  opacity: .55;
}

.vinking-founder-luxury .vke-founder-origin-copy :is(h2, .vke-display .elementor-heading-title) { color: var(--founder-white); }
.vinking-founder-luxury .vke-founder-origin-copy :is(h2, .vke-display .elementor-heading-title) em { color: var(--founder-gold-soft); }
.vinking-founder-luxury .vke-founder-origin-copy :is(.eyebrow, .vke-eyebrow .elementor-heading-title) { color: var(--founder-gold); }
.vinking-founder-luxury .vke-founder-origin-copy > p:not(.eyebrow),
.vinking-founder-luxury .vke-founder-origin-copy .vke-lead p { color: rgba(226, 235, 230, .72); }

/* Quote chamber. */
.vinking-founder-luxury .vke-founder-pullquote {
  background:
    radial-gradient(circle at 50% 50%, rgba(211, 181, 107, .16), transparent 17%, transparent 30%),
    linear-gradient(rgba(211, 181, 107, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 181, 107, .045) 1px, transparent 1px),
    linear-gradient(145deg, #020806, #081a14 58%, #030b08);
  background-size: auto, 86px 86px, 86px 86px, auto;
}

.vinking-founder-luxury .vke-founder-pullquote::before {
  border-color: rgba(211, 181, 107, .2);
  box-shadow: 0 0 0 8vw rgba(211, 181, 107, .028), 0 0 0 16vw rgba(211, 181, 107, .015), 0 0 80px rgba(211, 181, 107, .06);
}

.vinking-founder-luxury .vke-founder-pullquote blockquote,
.vinking-founder-luxury .vke-founder-pullquote .vke-quote .elementor-heading-title { color: var(--founder-white); text-shadow: 0 18px 55px rgba(0, 0, 0, .32); }
.vinking-founder-luxury .vke-founder-pullquote blockquote em,
.vinking-founder-luxury .vke-founder-pullquote .vke-quote em { color: var(--founder-gold-soft); }

/* Turning point: tailored ivory with a precision data card. */
.vinking-founder-luxury .vke-founder-turning {
  background:
    linear-gradient(rgba(7, 31, 24, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 31, 24, .045) 1px, transparent 1px),
    radial-gradient(circle at 20% 45%, rgba(211, 181, 107, .17), transparent 26rem),
    linear-gradient(135deg, #e4decf, #f7f3e9 55%, #ddd4c2);
  background-size: 74px 74px, 74px 74px, auto, auto;
}

.vinking-founder-luxury .vke-founder-year {
  border-top-color: rgba(7, 31, 24, .25);
  background: linear-gradient(135deg, #745b26, #d3b56b 45%, #8e7135 78%);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 18px 28px rgba(95, 72, 30, .13));
}

.vinking-founder-luxury .vinking-founder-page .vke-founder-year,
.vinking-founder-luxury .vke-founder-year .vke-display .elementor-heading-title {
  color: transparent;
  -webkit-text-stroke: 0;
}

.vinking-founder-luxury .vke-founder-year .vke-display .elementor-heading-title {
  background: linear-gradient(135deg, #745b26, #d3b56b 45%, #8e7135 78%);
  -webkit-background-clip: text;
  background-clip: text;
}

.vinking-founder-luxury .vke-founder-turning-copy {
  --creative-x: 50%;
  --creative-y: 30%;
  position: relative;
  padding: clamp(38px, 5vw, 72px);
  background:
    radial-gradient(480px circle at var(--creative-x) var(--creative-y), rgba(211, 181, 107, .12), transparent 50%),
    rgba(255, 255, 255, .68);
  border: 1px solid rgba(89, 68, 29, .2);
  box-shadow: 0 30px 85px rgba(40, 31, 16, .12), inset 0 1px rgba(255, 255, 255, .8);
  backdrop-filter: blur(13px);
}

.vinking-founder-luxury .vke-founder-turning-copy::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 35%;
  height: 2px;
  background: linear-gradient(90deg, var(--founder-gold), transparent);
  content: "";
}

.vinking-founder-luxury .vke-founder-turning-copy :is(.eyebrow, .vke-eyebrow .elementor-heading-title) { color: #8b6c2c; }

/* Philosophy cards become dark interactive intelligence tiles. */
.vinking-founder-luxury .vke-founder-principles {
  background:
    radial-gradient(circle at 78% 18%, rgba(11, 90, 70, .25), transparent 30rem),
    linear-gradient(rgba(211, 181, 107, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 181, 107, .035) 1px, transparent 1px),
    #030b08;
  background-size: auto, 82px 82px, 82px 82px, auto;
}

.vinking-founder-luxury .vke-founder-principles::before {
  position: absolute;
  top: clamp(70px, 9vw, 140px);
  right: var(--creative-gutter);
  width: 100px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--founder-gold));
  content: "";
}

.vinking-founder-luxury .vke-founder-section-heading h2,
.vinking-founder-luxury .vke-founder-principles > .vke-wrap > .vke-display .elementor-heading-title { color: var(--founder-white); }
.vinking-founder-luxury .vke-founder-section-heading h2 em,
.vinking-founder-luxury .vke-founder-principles > .vke-wrap > .vke-display em { color: var(--founder-gold-soft); }
.vinking-founder-luxury .vke-founder-principles :is(.eyebrow, .vke-eyebrow .elementor-heading-title) { color: var(--founder-gold); }

.vinking-founder-luxury .vke-founder-principle-card,
.vinking-founder-luxury .vke-founder-principles-grid > .vke-card {
  --creative-x: 50%;
  --creative-y: 30%;
  min-height: 350px;
  background:
    radial-gradient(360px circle at var(--creative-x) var(--creative-y), rgba(211, 181, 107, .14), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .02));
  border-color: rgba(211, 181, 107, .23);
  border-radius: 2px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .22), inset 0 1px rgba(255, 255, 255, .06);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
  backdrop-filter: blur(10px);
}

.vinking-founder-luxury .vke-founder-principle-card::before,
.vinking-founder-luxury .vke-founder-principles-grid > .vke-card::before {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 8px;
  aspect-ratio: 1;
  background: #74d5ab;
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(116, 213, 171, .8);
  content: "";
}

.vinking-founder-luxury .vke-founder-principle-card::after,
.vinking-founder-luxury .vke-founder-principles-grid > .vke-card::after { border-color: rgba(211, 181, 107, .28); }

.vinking-founder-luxury .vke-founder-principle-card h3,
.vinking-founder-luxury .vke-founder-principles-grid .vke-card-copy h3 { color: var(--founder-white); }
.vinking-founder-luxury .vke-founder-principle-card p,
.vinking-founder-luxury .vke-founder-principles-grid .vke-card-copy p { color: rgba(226, 235, 230, .67); }
.vinking-founder-luxury .vke-founder-principle-card:hover,
.vinking-founder-luxury .vke-founder-principles-grid > .vke-card:hover { background-color: rgba(9, 51, 39, .82); box-shadow: 0 34px 90px rgba(0, 0, 0, .34), 0 0 0 1px rgba(211, 181, 107, .28); }

/* Closing vision panels. */
.vinking-founder-luxury .vke-founder-future { background: var(--founder-obsidian); border-top: 1px solid rgba(211, 181, 107, .16); }
.vinking-founder-luxury .vke-founder-future-panel {
  --creative-x: 50%;
  --creative-y: 30%;
  background:
    radial-gradient(560px circle at var(--creative-x) var(--creative-y), rgba(211, 181, 107, .1), transparent 54%),
    linear-gradient(145deg, #030b08, #091a14);
  border-right-color: rgba(211, 181, 107, .22);
}

.vinking-founder-luxury .vke-founder-future-panel:last-child {
  background:
    radial-gradient(560px circle at var(--creative-x) var(--creative-y), rgba(234, 215, 159, .15), transparent 52%),
    radial-gradient(circle at 90% 10%, rgba(211, 181, 107, .18), transparent 29%),
    linear-gradient(145deg, #083b2f, #0b5a46);
}

.vinking-founder-luxury .vke-founder-future-panel :is(h2, .vke-display .elementor-heading-title) { color: var(--founder-white); }
.vinking-founder-luxury .vke-founder-future-panel :is(h2, .vke-display .elementor-heading-title) em { color: var(--founder-gold-soft); }
.vinking-founder-luxury .vke-founder-future-panel :is(.eyebrow, .vke-eyebrow .elementor-heading-title) { color: var(--founder-gold); }
.vinking-founder-luxury .vke-founder-future-panel > p:not(.eyebrow),
.vinking-founder-luxury .vke-founder-future-panel .vke-lead p { color: rgba(226, 235, 230, .7); }

.vinking-founder-luxury .vke-founder-signature {
  background:
    radial-gradient(circle at 50% 50%, rgba(211, 181, 107, .14), transparent 18rem),
    linear-gradient(rgba(211, 181, 107, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(211, 181, 107, .035) 1px, transparent 1px),
    #020806;
  background-size: auto, 90px 90px, 90px 90px, auto;
}

.vinking-founder-luxury .vke-founder-signature::before {
  width: min(72vw, 980px);
  height: auto;
  aspect-ratio: 1;
  background: transparent;
  border: 1px solid rgba(211, 181, 107, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 8vw rgba(211, 181, 107, .02), 0 0 0 16vw rgba(211, 181, 107, .012);
  rotate: 0deg;
}

.vinking-founder-luxury .vke-founder-signature blockquote,
.vinking-founder-luxury .vke-founder-signature .vke-quote .elementor-heading-title { color: var(--founder-white); text-shadow: 0 18px 60px rgba(0, 0, 0, .46); }
.vinking-founder-luxury .vke-founder-signature blockquote em,
.vinking-founder-luxury .vke-founder-signature .vke-quote em { color: var(--founder-gold-soft); }

@keyframes founder-orbit {
  to { rotate: 360deg; }
}

@keyframes founder-scan {
  0%, 100% { translate: 0 8vh; opacity: 0; }
  18%, 75% { opacity: .75; }
  55% { translate: 0 78vh; opacity: .45; }
}

@keyframes founder-pulse {
  0%, 100% { opacity: .55; scale: .82; }
  50% { opacity: 1; scale: 1; }
}

@media (max-width: 1100px) {
  .vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-banner { min-height: 680px; }
  .vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-copy { width: min(570px, 58vw); }
  .founder-signal-rail { min-width: min(360px, 38vw); }
  .founder-signal-rail span { padding: 13px 12px; }
}

@media (max-width: 820px) {
  .founder-status,
  .founder-signal-rail { display: none; }
  .vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-copy { box-shadow: 0 26px 70px rgba(0, 0, 0, .32); }
  .founder-tech-layer::before { mask-image: linear-gradient(180deg, #000, transparent 78%); }
  .founder-tech-layer::after { top: -8%; right: -18%; width: 70vw; }
}

@media (max-width: 650px) {
  .vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-banner {
    min-height: 0;
    padding-bottom: 30px;
  }

  .vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-banner::before {
    z-index: 2;
    background: linear-gradient(0deg, rgba(2, 8, 6, .9), transparent 45%);
    pointer-events: none;
  }

  .vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-banner::after {
    inset: 8px;
    z-index: 3;
    border-color: rgba(255, 255, 255, .055);
  }

  .vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-media { z-index: 1; }
  .vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-media > img,
  .vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-media .vke-founder-image img {
    scale: 1;
    filter: saturate(.76) contrast(1.05) brightness(.93);
  }

  .vinking-founder-luxury .vke-founder-editorial-hero:hover .vke-founder-media > img,
  .vinking-founder-luxury .vke-founder-editorial-hero:hover .vke-founder-media .vke-founder-image img { scale: 1; }

  .vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-copy {
    left: auto;
    width: auto;
    margin: -34px 16px 0;
    padding: 30px 22px 34px;
    background: rgba(2, 10, 7, .97);
    border-radius: 2px;
    clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
    backdrop-filter: none;
  }

  .vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-copy :is(h1, .vke-home-title .elementor-heading-title) { font-size: clamp(44px, 13.5vw, 59px); }
  .founder-tech-layer { z-index: 2; }
  .founder-tech-layer::before { background-size: 46px 46px; opacity: .32; }
  .founder-tech-layer::after { display: none; }
  .founder-tech-scan { width: 100%; opacity: .35; }

  .vinking-founder-luxury .vke-founder-origins::before { inset: 9px; }
  .vinking-founder-luxury .vke-founder-origin-copy { padding: 30px 24px 34px; }
  .vinking-founder-luxury .vke-founder-origin-image :is(img, .elementor-widget-container img) { border-radius: 2px; transform: none; }
  .vinking-founder-luxury .vke-founder-turning-copy { padding: 30px 23px 34px; }
  .vinking-founder-luxury .vke-founder-principle-card,
  .vinking-founder-luxury .vke-founder-principles-grid > .vke-card { min-height: 250px; padding: 28px 24px; }
  .vinking-founder-luxury .vke-founder-principle-card h3,
  .vinking-founder-luxury .vke-founder-principles-grid .vke-card-copy h3 { margin-top: 68px; }
  .vinking-founder-luxury .vke-founder-future-panel { padding: 72px 22px; }
  .vinking-founder-luxury .vke-founder-signature::before { width: 100vw; }
}

@media (prefers-reduced-motion: reduce) {
  .founder-tech-layer::after,
  .founder-tech-scan,
  .founder-status i { animation: none !important; }
  .vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-media > img,
  .vinking-founder-luxury .vke-founder-editorial-hero .vke-founder-media .vke-founder-image img { scale: 1; }
}

@media print {
  .founder-tech-layer,
  .founder-status,
  .founder-signal-rail { display: none !important; }
}
