/**
 * MKA Summerset — Grok-quiet luxury
 * Flat black, ivory type, one solid button. No gold glow, no stars, no grain.
 * Load LAST. 2026-08-26
 */

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;1,400&family=IBM+Plex+Serif:ital,wght@0,500;1,400&display=swap");

:root {
  --bg: #0b0b0c;
  --bg2: #111113;
  --bg3: #17171a;
  --ink: #f2efe8;
  --ink-soft: #d8d4cb;
  --muted: #9a958c;
  --amber: #f2efe8;
  --amber-deep: #e4e0d6;
  --copper: #c8c3b8;
  --gold: #f2efe8;
  --gold2: #f2efe8;
  --gold-soft: #d8d4cb;
  --line: rgba(242, 239, 232, 0.12);
  --line-cool: rgba(242, 239, 232, 0.08);
  --glass: rgba(11, 11, 12, 0.72);
  --glass-border: rgba(242, 239, 232, 0.1);
  --serif: "IBM Plex Serif", "Noto Serif SC", "Noto Serif KR", Georgia, serif;
  --cond: "IBM Plex Sans", "Be Vietnam Pro", "Noto Sans SC", "Noto Sans KR", system-ui, sans-serif;
  --sans: "IBM Plex Sans", "Be Vietnam Pro", "Noto Sans SC", "Noto Sans KR", system-ui, sans-serif;
  --bloom: transparent;
  --fog: transparent;
  --btn: #f2efe8;
  --btn-ink: #0b0b0c;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html,
body,
body.has-cosmos,
body.mka-editorial-cinematic,
body.has-cosmos.mka-editorial-cinematic {
  background: #0b0b0c !important;
  background-image: none !important;
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before,
body::after,
body.has-cosmos::before,
body.has-cosmos::after,
.cosmos,
.cosmos-haze,
.imm-progress {
  display: none !important;
  opacity: 0 !important;
  animation: none !important;
}

::selection {
  background: rgba(242, 239, 232, 0.22);
  color: #fff;
}

/* ── Nav ── */
.nav {
  height: 64px;
  padding: 0 20px;
  border-bottom: 1px solid transparent;
  background: transparent;
}
.nav.scrolled {
  background: rgba(11, 11, 12, 0.86) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--line) !important;
  box-shadow: none !important;
}
.nav-brand b,
body.mka-editorial-cinematic .nav-brand b {
  font-family: var(--sans) !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none !important;
  color: var(--ink) !important;
}
.nav-brand img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
.nav-links,
body.mka-editorial-cinematic .nav-links {
  font-family: var(--sans) !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  gap: 22px;
  color: var(--muted);
  font-weight: 400;
}
.nav-links a::after {
  display: none !important;
}
.nav-links a:hover {
  color: var(--ink);
}
.lang {
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 8px;
  padding: 2px;
}
.lang a,
body.mka-editorial-cinematic .lang a {
  font-family: var(--sans) !important;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 6px;
  color: var(--muted);
}
.lang a[aria-current="true"] {
  background: rgba(242, 239, 232, 0.1) !important;
  color: var(--ink) !important;
}

.nav-cta,
.btn,
.btn-gold,
body.mka-editorial-cinematic .btn,
body.mka-editorial-cinematic .nav-cta {
  font-family: var(--sans) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  border-radius: 10px !important;
  min-height: 42px;
  padding: 0 18px;
  background: var(--btn) !important;
  color: var(--btn-ink) !important;
  box-shadow: none !important;
  border: 1px solid var(--btn) !important;
}
.nav-cta:hover,
.btn-gold:hover,
.btn:hover {
  transform: none !important;
  opacity: 0.88;
  box-shadow: none !important;
}

/* Book panel — no gold glow */
.book,
body.mka-editorial-cinematic .book {
  border: 1px solid var(--line) !important;
  background: #111113 !important;
  box-shadow: none !important;
}
.book h2 {
  color: #f2efe8 !important;
  text-shadow: none !important;
}
.channel,
body.mka-editorial-cinematic .channel,
body.mka-editorial-cinematic .channel.wa {
  background: transparent !important;
  color: #e8e4dc !important;
  border: 1px solid var(--line) !important;
  box-shadow: none !important;
  font-family: var(--sans) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
.channel:hover,
.channel.wa:hover {
  background: rgba(242, 239, 232, 0.08) !important;
  color: #f7f4ee !important;
  border-color: rgba(242, 239, 232, 0.28) !important;
}
.channel-primary,
.book-channels .channel:first-child {
  background: #e8e4dc !important;
  color: #141414 !important;
  border-color: #e8e4dc !important;
}
.channel-primary:hover,
.book-channels .channel:first-child:hover {
  background: #f2efe8 !important;
  color: #0b0b0c !important;
  opacity: 1;
}
.btn-line,
.hero-actions .btn-line {
  display: none !important;
}

/* ── Hero ── */
.hero {
  min-height: 92svh;
  padding-bottom: 56px;
}
.hero-media img,
.hero-media picture img {
  filter: none !important;
  opacity: 1 !important;
}
.hero-media video {
  display: none !important;
}
.hero-media::before {
  background: linear-gradient(
    180deg,
    rgba(11, 11, 12, 0.22) 0%,
    rgba(11, 11, 12, 0.08) 40%,
    rgba(11, 11, 12, 0.62) 100%
  ) !important;
}
.hero-media::after,
.hero::before {
  display: none !important;
}
.hero-content {
  background: linear-gradient(
    90deg,
    rgba(11, 11, 12, 0.62) 0%,
    rgba(11, 11, 12, 0.38) 58%,
    transparent 100%
  );
  padding: 20px 28px 24px 22px !important;
  margin-left: 0;
  border-radius: 0 16px 16px 0;
}
.hero-content > * {
  max-width: min(560px, 100%);
}
.hero-badge,
body.mka-editorial-cinematic .hero-badge {
  font-family: var(--sans) !important;
  font-size: 12px !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  color: #f7f4ee !important;
  border: 1px solid rgba(247, 244, 238, 0.28) !important;
  background: rgba(11, 11, 12, 0.55) !important;
  box-shadow: none !important;
  border-radius: 8px;
  padding: 6px 12px;
  margin-bottom: 16px;
}
.hero-badge i {
  background: var(--ink) !important;
  box-shadow: none !important;
  animation: none !important;
  width: 5px;
  height: 5px;
}
.hero h1,
body.mka-editorial-cinematic .hero h1 {
  font-family: var(--serif) !important;
  font-weight: 600;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  max-width: 16ch;
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55), 0 10px 36px rgba(0, 0, 0, 0.4);
  -webkit-text-fill-color: #ffffff;
}
.hero h1 em {
  font-style: italic;
  background: none !important;
  -webkit-text-fill-color: #f7f4ee !important;
  color: #f7f4ee !important;
}
.hero-lead {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #f4f1ea !important;
  max-width: 42ch;
  margin-top: 14px !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7), 0 6px 18px rgba(0, 0, 0, 0.35);
}
.hero-lead strong {
  color: #fff !important;
  font-weight: 600 !important;
}
.hero-scroll {
  display: none !important;
}
.hero-actions {
  margin-top: 22px;
}

/* 4 markers + price: quiet hairline, not gold card */
.mka-4moc,
aside.mka-4moc {
  max-width: 520px !important;
  margin: 18px 0 0 !important;
  padding: 14px 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #f3efe6 !important;
  font-size: 15px;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 6px 16px rgba(0, 0, 0, 0.35);
}
.mka-4moc h2 {
  font-family: var(--sans) !important;
  font-size: 15px !important;
  font-weight: 600;
  color: #ffffff !important;
  margin: 0 0 6px !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
}
.mka-4moc p {
  color: #f3efe6 !important;
}
.mka-4moc a,
.mka-price-ref a,
.mka-day-link a {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
.mka-price-fold .glass-panel,
.mka-price-ref,
.mka-price-fold p,
aside.mka-price-ref {
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  color: #efebe3 !important;
  font-size: 14px !important;
  font-weight: 500;
  padding: 14px 0 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}
.mka-price-ref strong,
.mka-price-ref b {
  color: #ffffff !important;
  font-weight: 700;
}
.mka-day-link {
  border-color: var(--line) !important;
  color: var(--muted) !important;
  border-radius: 10px !important;
  background: transparent !important;
}

/* ── Type ── */
.kicker,
body.mka-editorial-cinematic .kicker,
.section-head .kicker {
  font-family: var(--sans) !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  color: var(--muted) !important;
}
.section-head h2,
h2 {
  font-family: var(--serif) !important;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.section-head p,
.wrap p {
  color: var(--ink-soft);
}
.section {
  padding-top: 72px;
  padding-bottom: 72px;
}

/* ── Cards / proof ── */
.proof,
.proof-wrap {
  border-color: var(--line) !important;
}
.proof a,
.proof div {
  color: var(--ink-soft);
}
.proof strong,
.proof-score {
  color: var(--ink) !important;
  font-family: var(--sans) !important;
}

.room,
.sig-card,
.moment,
.imm-tilt,
.guide-card {
  border-color: var(--line) !important;
  background: var(--bg2) !important;
  box-shadow: none !important;
}
.room .price,
.room .tag,
.moment .n,
.channel,
.hero-meta,
.chip {
  font-family: var(--sans) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--ink-soft) !important;
}
.moment .n {
  font-size: 12px;
  color: var(--muted) !important;
}

img,
video {
  filter: none !important;
}

/* FAQ / footer quieter */
details summary,
.faq summary {
  color: var(--ink) !important;
}
a:hover {
  color: var(--ink);
}

@media (max-width: 799px) {
  .hero {
    min-height: 86svh;
    align-items: end;
  }
  .hero h1 {
    font-size: clamp(30px, 9vw, 40px);
    max-width: 14ch;
  }
  .nav {
    padding: 0 12px;
    gap: 8px;
  }
  .nav-brand .nb-full {
    display: none !important;
  }
  .nav-brand img {
    width: 28px;
    height: 28px;
  }
  .lang a {
    padding: 4px 6px !important;
  }
  .nav-cta {
    min-height: 36px !important;
    padding: 0 12px !important;
    font-size: 13px !important;
  }
  .hero-content {
    padding-bottom: 8px;
  }
  .mka-4moc {
    font-size: 13px !important;
  }
}
