/**
 * MKA Summerset — Editorial-tech cinematic design system
 * Shared across EN (/) · VI · ZH · KO hubs + room pages.
 * Quiet luxury · warm charcoal · amber accents · soft bloom · film grade
 * Load AFTER destination-wow.css / page styles, BEFORE optional locale font overrides.
 * Version: 2026-08-11
 */

:root {
  --bg: #0a0a0b;
  --bg2: #111113;
  --bg3: #161618;
  --ink: #f4efe6;
  --ink-soft: #e8e0d4;
  --muted: #a89f93;
  --amber: #d4a017;
  --amber-deep: #c78b1b;
  --copper: #b87333;
  --coral: #e07a5f;
  --dusty: #d4a5a5;
  --steel: #4a6fa5;
  --cool: #5b8fa8;
  --jade: #6b9b8a;
  --gold: var(--amber);
  --gold2: #e8c86a;
  --gold-soft: #e0b84a;
  --line: rgba(212, 160, 23, 0.14);
  --line-cool: rgba(74, 111, 165, 0.16);
  --glass: rgba(17, 17, 19, 0.52);
  --glass-border: rgba(244, 239, 230, 0.08);
  --serif: "Cormorant Garamond", Georgia, "Noto Serif SC", "Noto Serif KR", serif;
  --cond: "Barlow Condensed", system-ui, sans-serif;
  --sans: "Inter", "Be Vietnam Pro", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --wa: #25d366;
  --nav-h: 72px;
  --bloom: rgba(212, 160, 23, 0.12);
  --fog: rgba(91, 143, 168, 0.06);
  /* cinematic photo grade tokens */
  --grade-base: contrast(1.06) saturate(0.88) brightness(0.93);
  --grade-interior: contrast(1.05) saturate(0.9) brightness(0.94);
  --grade-pool: contrast(1.07) saturate(0.82) brightness(0.91) hue-rotate(-4deg);
  --grade-hero: contrast(1.06) saturate(0.9) brightness(0.9);
}

/* ─── Body atmosphere ─── */
body.mka-editorial-cinematic,
body.has-cosmos.mka-editorial-cinematic {
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

/* ─── Typography accents ─── */
body.mka-editorial-cinematic .nav-brand b,
body.mka-editorial-cinematic .nav-links,
body.mka-editorial-cinematic .nav-cta,
body.mka-editorial-cinematic .lang a,
body.mka-editorial-cinematic .kicker,
body.mka-editorial-cinematic .btn,
body.mka-editorial-cinematic .hero-badge,
body.mka-editorial-cinematic .hero-scroll,
body.mka-editorial-cinematic .channel,
body.mka-editorial-cinematic .room .tag,
body.mka-editorial-cinematic .room .price,
body.mka-editorial-cinematic .room .go,
body.mka-editorial-cinematic .proof span,
body.mka-editorial-cinematic .proof-booking .proof-score,
body.mka-editorial-cinematic .moment .n {
  font-family: var(--cond);
}

body.mka-editorial-cinematic .nav-brand b {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

body.mka-editorial-cinematic .nav-links {
  font-size: 13px;
  letter-spacing: 0.12em;
}

body.mka-editorial-cinematic .kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.26em;
  color: var(--amber);
  font-weight: 600;
}

body.mka-editorial-cinematic .kicker::before {
  content: "";
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, var(--amber), transparent);
}

/* Section heads: editorial left bias on wide screens */
@media (min-width: 900px) {
  body.mka-editorial-cinematic .section-head {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    max-width: 640px;
  }
  body.mka-editorial-cinematic .section-head p {
    margin-left: 0;
    margin-right: auto;
  }
}

/* ─── Nav glass ─── */
body.mka-editorial-cinematic .nav.scrolled {
  background: rgba(10, 10, 11, 0.72);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  border-bottom-color: var(--glass-border);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

body.mka-editorial-cinematic .nav-cta,
body.mka-editorial-cinematic .btn-gold {
  background: linear-gradient(
    135deg,
    var(--gold2) 0%,
    var(--amber) 55%,
    var(--amber-deep) 100%
  );
  color: #1a1206;
  box-shadow: 0 10px 32px rgba(212, 160, 23, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

body.mka-editorial-cinematic .btn-line {
  border: 1px solid rgba(244, 239, 230, 0.18);
  background: rgba(17, 17, 19, 0.42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.mka-editorial-cinematic .btn-line:hover {
  border-color: rgba(212, 160, 23, 0.45);
  background: rgba(212, 160, 23, 0.08);
}

/* ─── HERO: asymmetric editorial ─── */
body.mka-editorial-cinematic .hero {
  isolation: isolate;
  padding-bottom: 88px;
}

body.mka-editorial-cinematic .hero-media {
  background: #0a0a0b;
}

body.mka-editorial-cinematic .hero-media img {
  filter: var(--grade-hero);
  transform: scale(1.02);
  object-position: center 38%;
}

body.mka-editorial-cinematic .hero-media video {
  filter: var(--grade-hero);
}

body.mka-editorial-cinematic .hero-media::before {
  background:
    radial-gradient(
      ellipse 55% 50% at 72% 38%,
      rgba(255, 220, 160, 0.1),
      transparent 58%
    ),
    linear-gradient(
      180deg,
      rgba(10, 10, 11, 0.42) 0%,
      rgba(10, 10, 11, 0.08) 28%,
      rgba(10, 10, 11, 0.12) 52%,
      rgba(10, 10, 11, 0.78) 100%
    ),
    linear-gradient(
      105deg,
      rgba(10, 10, 11, 0.55) 0%,
      rgba(10, 10, 11, 0.12) 42%,
      transparent 68%
    );
}

body.mka-editorial-cinematic .hero-media::after {
  background:
    radial-gradient(
      ellipse 80% 60% at 50% 100%,
      rgba(184, 115, 51, 0.12),
      transparent 50%
    ),
    radial-gradient(
      ellipse 40% 35% at 18% 70%,
      rgba(91, 143, 168, 0.06),
      transparent 60%
    );
  mix-blend-mode: soft-light;
}

/* grain on hero */
body.mka-editorial-cinematic .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

body.mka-editorial-cinematic .hero-content {
  position: relative;
  z-index: 4;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 22px;
  text-align: left;
  justify-self: stretch;
  display: grid;
  justify-items: start;
  max-width: none;
}

body.mka-editorial-cinematic .hero-content > * {
  max-width: min(640px, 100%);
}

body.mka-editorial-cinematic .hero-badge {
  border: 1px solid rgba(212, 160, 23, 0.28);
  background: rgba(10, 10, 11, 0.38);
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  font-size: 12px;
  letter-spacing: 0.2em;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.mka-editorial-cinematic .hero h1 {
  margin: 0;
  max-width: 24ch;
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.08;
  color: #f7f1e6;
  text-shadow: 0 10px 48px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.35);
}

body.mka-editorial-cinematic .hero h1 em {
  background: linear-gradient(120deg, #f0e0b0 0%, var(--gold2) 40%, var(--amber) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.mka-editorial-cinematic .hero-lead {
  margin: 18px 0 0;
  color: var(--ink-soft);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.55);
}

body.mka-editorial-cinematic .hero-actions {
  justify-content: flex-start;
  margin-top: 32px;
}

body.mka-editorial-cinematic .hero-scroll span {
  background: linear-gradient(180deg, var(--amber), transparent);
}

@media (min-width: 960px) {
  body.mka-editorial-cinematic .hero-content {
    padding-left: clamp(28px, 6vw, 72px);
  }
}

@media (max-width: 639px) {
  body.mka-editorial-cinematic .hero h1 {
    max-width: 22ch;
    font-size: clamp(26px, 7.4vw, 34px);
  }
  body.mka-editorial-cinematic .hero-actions .btn {
    width: 100%;
  }
}

/* ─── Proof glass strip ─── */
body.mka-editorial-cinematic .proof {
  border: 1px solid var(--glass-border);
  background: rgba(17, 17, 19, 0.62);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.mka-editorial-cinematic .proof a:hover {
  background: rgba(212, 160, 23, 0.06);
}

/* ─── Signature / moments ─── */
body.mka-editorial-cinematic .sig-main,
body.mka-editorial-cinematic .sig-card,
body.mka-editorial-cinematic .moment,
body.mka-editorial-cinematic .room,
body.mka-editorial-cinematic .pool-band,
body.mka-editorial-cinematic .cinema,
body.mka-editorial-cinematic .mosaic button {
  border-color: var(--glass-border);
}

body.mka-editorial-cinematic .sig-main::after {
  background: linear-gradient(
    180deg,
    transparent 20%,
    rgba(10, 10, 11, 0.55) 58%,
    rgba(10, 10, 11, 0.92) 100%
  );
}

body.mka-editorial-cinematic .sig-main::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    ellipse 50% 40% at 70% 30%,
    rgba(255, 210, 140, 0.12),
    transparent 55%
  );
  mix-blend-mode: soft-light;
}

/* ─── Residences ─── */
body.mka-editorial-cinematic .room::after {
  background: linear-gradient(
    180deg,
    rgba(10, 10, 11, 0.05) 15%,
    rgba(10, 10, 11, 0.55) 55%,
    rgba(10, 10, 11, 0.9) 100%
  );
}

body.mka-editorial-cinematic .room .tag {
  background: rgba(10, 10, 11, 0.45);
  border-color: rgba(212, 160, 23, 0.32);
  backdrop-filter: blur(12px);
}

body.mka-editorial-cinematic .room .go i {
  color: var(--amber);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  body.mka-editorial-cinematic .room:hover {
    border-color: rgba(212, 160, 23, 0.28);
    box-shadow: 0 36px 80px rgba(0, 0, 0, 0.5),
      0 0 40px rgba(212, 160, 23, 0.1);
  }
}

/* ─── Pool band glass copy ─── */
body.mka-editorial-cinematic .pool-band::after {
  background: linear-gradient(
    105deg,
    rgba(10, 10, 11, 0.9) 0%,
    rgba(10, 10, 11, 0.45) 48%,
    rgba(10, 10, 11, 0.25) 100%
  );
}

body.mka-editorial-cinematic .pool-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 45% 40% at 75% 35%,
      rgba(91, 143, 168, 0.18),
      transparent 55%
    ),
    radial-gradient(
      ellipse 40% 35% at 30% 70%,
      rgba(212, 160, 23, 0.1),
      transparent 50%
    );
  mix-blend-mode: soft-light;
}

body.mka-editorial-cinematic .pool-copy {
  margin: 24px;
  border-radius: 20px;
  background: rgba(17, 17, 19, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* ─── Book / channels ─── */
body.mka-editorial-cinematic .book {
  border-color: rgba(212, 160, 23, 0.22);
  background:
    radial-gradient(ellipse at 50% -10%, rgba(212, 160, 23, 0.16), transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(91, 143, 168, 0.06), transparent 45%),
    linear-gradient(180deg, rgba(22, 22, 24, 0.92), rgba(10, 10, 11, 0.96));
}

body.mka-editorial-cinematic .channel.wa {
  background: linear-gradient(135deg, #e8c86a, var(--amber));
  border-color: transparent;
  color: #1a1206;
}

/* ─── CINEMATIC IMAGE GRADES (unit sets) ─── */

/* Base grade — all editorial media */
body.mka-editorial-cinematic .sig-main img,
body.mka-editorial-cinematic .sig-card img,
body.mka-editorial-cinematic .moment img,
body.mka-editorial-cinematic .cinema video,
body.mka-editorial-cinematic .cinema img,
body.mka-editorial-cinematic .mosaic img,
body.mka-editorial-cinematic .gallery img,
body.mka-editorial-cinematic .loc-visual img,
body.mka-editorial-cinematic .review-feature-visual img,
body.mka-editorial-cinematic .coming-main img,
body.mka-editorial-cinematic .coming-grid img,
body.mka-editorial-cinematic .guide-card img,
body.mka-editorial-cinematic .imm-tilt img,
body.mka-editorial-cinematic .imm-stage img,
body.mka-editorial-cinematic .panel img,
body.mka-editorial-cinematic .en-card img,
body.mka-editorial-cinematic main img:not(.nav-brand img):not([src*="logo"]):not([src*="favicon"]):not([src*="apple-touch"]) {
  filter: var(--grade-base);
}

/* Interiors / residences — slightly warmer, less desaturated */
body.mka-editorial-cinematic .room img,
body.mka-editorial-cinematic img[src*="studio"],
body.mka-editorial-cinematic img[src*="onebr"],
body.mka-editorial-cinematic img[src*="twobr"],
body.mka-editorial-cinematic img[src*="threebr"],
body.mka-editorial-cinematic img[src*="2pn"],
body.mka-editorial-cinematic img[src*="3pn"],
body.mka-editorial-cinematic img[src*="a656"],
body.mka-editorial-cinematic img[src*="b2903"],
body.mka-editorial-cinematic img[src*="b2703"],
body.mka-editorial-cinematic img[src*="bedroom"],
body.mka-editorial-cinematic img[src*="living"],
body.mka-editorial-cinematic img[src*="kitchen"] {
  filter: var(--grade-interior) !important;
}

/* Pool / water — cooler cinematic */
body.mka-editorial-cinematic .pool-band img,
body.mka-editorial-cinematic img[src*="pool"],
body.mka-editorial-cinematic img[alt*="pool" i],
body.mka-editorial-cinematic img[alt*="Pool"],
body.mka-editorial-cinematic img[alt*="hồ bơi" i],
body.mka-editorial-cinematic img[alt*="泳池"] {
  filter: var(--grade-pool) !important;
}

/* Exterior / river / aerial */
body.mka-editorial-cinematic img[src*="aerial"],
body.mka-editorial-cinematic img[src*="river"],
body.mka-editorial-cinematic img[src*="exterior"],
body.mka-editorial-cinematic img[src*="facade"],
body.mka-editorial-cinematic img[src*="skyline"] {
  filter: contrast(1.07) saturate(0.85) brightness(0.92) !important;
}

/* Soft bloom overlay on photo cards */
body.mka-editorial-cinematic .room::before,
body.mka-editorial-cinematic .sig-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    ellipse 60% 40% at 50% 20%,
    rgba(255, 210, 150, 0.08),
    transparent 55%
  );
  mix-blend-mode: soft-light;
}

/* Hover: keep grade, lift brightness slightly */
@media (hover: hover) {
  body.mka-editorial-cinematic .room:hover img {
    filter: contrast(1.05) saturate(0.92) brightness(0.98) !important;
  }
  body.mka-editorial-cinematic .sig-card:hover img,
  body.mka-editorial-cinematic .moment:hover img {
    filter: contrast(1.05) saturate(0.9) brightness(0.97) !important;
  }
}

/* ─── vn-seo room/FAQ pages ─── */
body.mka-editorial-cinematic.wrap,
body.mka-editorial-cinematic .hero-vn,
body.mka-editorial-cinematic .seo-block {
  /* page already has wrap as root sometimes */
}

body.mka-editorial-cinematic .hero-vn {
  border-color: var(--glass-border);
}

body.mka-editorial-cinematic .gallery img,
body.mka-editorial-cinematic .cta-box {
  border-radius: 16px;
}

body.mka-editorial-cinematic .cta-box {
  border: 1px solid rgba(212, 160, 23, 0.22);
  background:
    radial-gradient(ellipse at 30% 0%, rgba(212, 160, 23, 0.1), transparent 55%),
    rgba(17, 17, 19, 0.7);
}

body.mka-editorial-cinematic .cta-links a.primary {
  background: linear-gradient(135deg, var(--gold2), var(--amber));
  color: #1a1206;
}

/* ─── EN hub cards ─── */
body.mka-editorial-cinematic .en-hub h1 {
  color: var(--ink);
}

body.mka-editorial-cinematic .en-card {
  border: 1px solid var(--glass-border);
  background: rgba(17, 17, 19, 0.55);
  backdrop-filter: blur(12px);
}

/* ─── Selection ─── */
body.mka-editorial-cinematic ::selection {
  background: rgba(212, 160, 23, 0.32);
  color: #fff;
}

/* ─── Mobile hamburger + wordmark ─── */
.nav-toggle{
  display:none;
  width:44px;height:44px;min-width:44px;min-height:44px;
  padding:0;border:1px solid var(--glass-border);border-radius:12px;
  background:rgba(10,10,11,.45);cursor:pointer;place-items:center;gap:5px;
  flex-direction:column;justify-content:center;z-index:140;
}
.nav-toggle span{
  display:block;width:16px;height:1.4px;background:#C8A44D;border-radius:1px;
}
.nav-brand .nb-short{display:none}
@media (max-width:980px){
  .nav{padding:0 12px;gap:8px}
  .nav-cta{display:none}
  .nav-toggle{display:flex}
  .nav-links{
    display:flex;flex-direction:column;align-items:flex-start;gap:8px;
    position:fixed;inset:0;z-index:130;
    background:rgba(8,8,9,.94);
    padding:88px 28px 40px;
    transform:translateX(100%);
    transition:transform .32s cubic-bezier(.22,1,.36,1);
    overflow:auto;
  }
  .nav-links.is-open{transform:none}
  .nav-links a{font-size:22px;letter-spacing:.08em;padding:10px 0;color:#f4efe6}
  body.nav-open{overflow:hidden}
}
@media (max-width:420px){
  .nav-brand .nb-full{display:none}
  .nav-brand .nb-short{display:inline}
  .nav-brand b{font-size:15px;letter-spacing:.1em}
  .lang a{padding:5px 7px}
}

/* Price bar inside hero = above the fold */
.hero .mka-price-fold{
  position:relative;z-index:5;
  width:min(1180px, calc(100% - 32px));
  margin:0 auto 18px;
  align-self:end;
}
.hero .mka-price-fold .mka-price-ref,
.hero .mka-price-fold.mka-price-ref{
  margin:0;
  backdrop-filter:blur(14px);
  background:rgba(17,17,19,.62);
}

/* Gold monogram — no white 28px tile */
.logo img,
.nav-brand img{
  background:transparent !important;
}
body.mka-editorial-cinematic .logo img{
  width:32px;height:32px;border-radius:8px;
}

/* Thin gold service icons */
.mka-ico{display:block;flex-shrink:0}

/* Concierge bullets */
.mka-facts{list-style:none;margin:16px 0 0;padding:0;max-width:640px}
.mka-facts li{
  position:relative;padding:8px 0 8px 18px;
  color:#c8c4bb;font-size:14px;line-height:1.65;
  border-bottom:1px solid rgba(244,239,230,.06);
}
.mka-facts li::before{
  content:"";position:absolute;left:0;top:16px;width:8px;height:1px;background:#C8A44D;
}

/* ─── Reduced motion ─── */
@media (prefers-reduced-motion: reduce) {
  body.mka-editorial-cinematic .hero::before {
    opacity: 0 !important;
  }
  body.mka-editorial-cinematic .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* ZH/KO: keep CJK on headings but preserve cond for UI chrome */
html[lang^="zh"] body.mka-editorial-cinematic .hero h1,
html[lang^="zh"] body.mka-editorial-cinematic h2,
html[lang^="zh"] body.mka-editorial-cinematic h3,
html[lang="ko"] body.mka-editorial-cinematic .hero h1,
html[lang="ko"] body.mka-editorial-cinematic h2,
html[lang="ko"] body.mka-editorial-cinematic h3 {
  font-family: var(--serif), "PingFang SC", "Noto Sans SC", "Apple SD Gothic Neo",
    "Noto Sans KR", sans-serif;
}

html[lang="vi"] body.mka-editorial-cinematic {
  --sans: "Be Vietnam Pro", "Inter", system-ui, sans-serif;
}
html[lang="vi"] body.mka-editorial-cinematic body,
html[lang="vi"] body.mka-editorial-cinematic {
  font-family: var(--sans);
}

/* Extra unit / amenity path grades — locale + EN room pages */
body.mka-editorial-cinematic img[src*="destination/studio"],
body.mka-editorial-cinematic img[src*="destination/onebr"],
body.mka-editorial-cinematic img[src*="destination/twobr"],
body.mka-editorial-cinematic img[src*="destination/threebr"],
body.mka-editorial-cinematic img[src*="destination/a656"],
body.mka-editorial-cinematic img[src*="destination/b2903"],
body.mka-editorial-cinematic img[src*="destination/b2703"],
body.mka-editorial-cinematic img[src*="destination/lifestyle"],
body.mka-editorial-cinematic img[src*="destination/films"],
body.mka-editorial-cinematic img[src*="/images/studio"],
body.mka-editorial-cinematic img[src*="/images/2pn"],
body.mka-editorial-cinematic img[src*="/images/3pn"] {
  filter: var(--grade-interior) !important;
}

body.mka-editorial-cinematic img[src*="destination/pool"],
body.mka-editorial-cinematic img[src*="pool-day"],
body.mka-editorial-cinematic img[src*="rivergate-amenities"][src*="pool"] {
  filter: var(--grade-pool) !important;
}

body.mka-editorial-cinematic img[src*="rivergate-amenities"],
body.mka-editorial-cinematic img[src*="ground-floor"],
body.mka-editorial-cinematic img[src*="elevator"],
body.mka-editorial-cinematic img[src*="lobby"] {
  filter: contrast(1.05) saturate(0.86) brightness(0.92) !important;
}

/* Film grain on photo surfaces (very light) */
body.mka-editorial-cinematic .room,
body.mka-editorial-cinematic .sig-main,
body.mka-editorial-cinematic .pool-band,
body.mka-editorial-cinematic .cinema {
  isolation: isolate;
}
body.mka-editorial-cinematic .room::after,
body.mka-editorial-cinematic .sig-main::after {
  /* keep existing gradients; grain via filter on images is enough */
}
