@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@500;600;700;800&display=swap");

/* =========================================================
   KoVISA — Trust Refresh (v5)
   Graphite · navy · brass · professional
   ========================================================= */

:root {
  --bg: #f3f4f1;
  --bg-soft: #e8ece9;
  --bg-mint: #dfe8e3;
  --bg-sky: #dfe7ee;
  --surface: #ffffff;
  --surface-soft: #f7f8f5;
  --ink: #101822;
  --ink-soft: #4c5866;
  --line: #d6ddd8;
  --line-dark: rgba(16, 24, 34, 0.14);
  --accent: #18324a;
  --accent-strong: #10243a;
  --accent-soft: #d8e2ea;
  --accent-mint: #2f6f63;
  --accent-yellow: #b88745;
  --accent-lilac: #6f7480;
  --accent-sky: #456f8f;
  --accent-clay: #8b3f32;
  --primary: #18324a;
  --danger: #a13e34;
  --radius: 8px;
  --radius-lg: 8px;
  --radius-xl: 8px;
  --radius-pill: 999px;
  --max: 1240px;
  --ease: cubic-bezier(.2,.7,.2,1);
  --ease-bounce: cubic-bezier(.34,1.56,.64,1);
  --shadow-sm: 0 8px 18px rgba(16, 24, 34, 0.08);
  --shadow-md: 0 18px 38px rgba(16, 24, 34, 0.11);
  --shadow-lg: 0 28px 60px rgba(16, 24, 34, 0.16);
  --shadow-pop: 0 8px 0 rgba(16, 24, 34, 0.08);
  --font-display: "Inter Tight", "Pretendard", "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  --font-body: "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Inter", system-ui, sans-serif;
  --font-settings-display: normal;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-variation-settings: normal;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  color: var(--ink);
}
em, .italic {
  font-family: inherit;
  font-style: normal;
  font-variation-settings: normal;
  font-weight: 800;
}

a { color: inherit; text-decoration: none; }
img, svg, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.container {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 14px; top: 12px;
  z-index: 250;
  translate: 0 -150%;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: #0f1730;
  color: #fff;
  font-weight: 500;
}
.skip-link:focus { translate: 0; }

/* -------------- Header -------------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 90;
  background: rgba(250, 247, 240, 0.72);
  border-bottom: 1px solid rgba(34, 34, 59, 0.06);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  color: var(--ink);
  transition: background .3s var(--ease), box-shadow .3s var(--ease);
}
body.is-scrolled .site-header {
  background: rgba(250, 247, 240, 0.94);
  box-shadow: 0 6px 20px rgba(34, 34, 59, 0.06);
}
body.theme-light .site-header {
  background: rgba(255, 255, 255, 0.82);
  border-bottom-color: rgba(34, 34, 59, 0.06);
  color: var(--ink);
}

.header-inner {
  width: min(calc(100% - 32px), 1320px);
  margin-inline: auto;
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.brand > span:not(.brand-mark) {
  min-width: 0;
}
.brand-mark {
  width: 38px; height: 38px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--accent);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0;
  box-shadow: 0 4px 12px rgba(28, 35, 51, 0.35);
}
body.theme-light .brand-mark {
  color: #fff;
}
.brand strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 230px;
}
.brand small {
  display: block;
  margin-top: 1px;
  font-size: 10px;
  font-weight: 500;
  opacity: .65;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
}
.nav {
  grid-column: 1 / -1;
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 4px 0;
  scrollbar-width: none;
}
.nav::-webkit-scrollbar { display: none; }
.nav a {
  min-width: max-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: inherit;
  opacity: .78;
  transition: background .2s, opacity .2s;
}
.nav a:hover, .nav a:focus-visible, .nav a[aria-current="page"] {
  opacity: 1;
  background: var(--accent-soft);
  color: var(--accent-strong);
  outline: none;
}
body.theme-light .nav a:hover,
body.theme-light .nav a:focus-visible,
body.theme-light .nav a[aria-current="page"] {
  background: var(--accent-soft);
  color: var(--accent-strong);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.member-link {
  width: 38px; height: 38px;
  display: inline-grid;
  place-items: center;
  border: 2px solid var(--accent);
  border-radius: 50%;
  color: var(--accent-strong);
  background: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  transition: transform .2s;
}
.member-link:hover { transform: translateY(-2px) rotate(-3deg); }
body.theme-light .member-link {
  color: var(--accent-strong);
}
.language-switch {
  display: inline-flex;
  padding: 3px;
  border: 1px solid rgba(34, 34, 59, 0.12);
  border-radius: 999px;
  background: #fff;
}
body.theme-light .language-switch {
  border-color: rgba(34, 34, 59, 0.12);
  background: #fff;
}
.language-switch button {
  min-width: 32px;
  min-height: 26px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
  opacity: .8;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  transition: all .2s;
}
.language-switch button[aria-pressed="true"] {
  background: var(--accent);
  color: #fff;
  opacity: 1;
}

/* -------------- Hero (video/image cinematic) -------------- */
.cinema-hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}
.cinema-hero video,
.cinema-hero .hero-still {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero-still {
  background: center / cover no-repeat;
  animation: slowZoom 18s ease-out infinite alternate;
}
.cinema-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(245, 241, 234,.45) 0%, rgba(245, 241, 234,.2) 35%, rgba(245, 241, 234,.55) 72%, rgba(245, 241, 234,1) 100%),
    linear-gradient(100deg, rgba(245, 241, 234,.55) 0%, rgba(245, 241, 234,0) 55%);
}
/* floating pastel bubbles for playful feel */
.cinema-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(220px 220px at 12% 25%, rgba(220, 208, 188, 0.55), transparent 65%),
    radial-gradient(180px 180px at 88% 18%, rgba(142, 199, 255, 0.45), transparent 65%),
    radial-gradient(260px 260px at 78% 85%, rgba(110, 214, 191, 0.35), transparent 65%),
    radial-gradient(160px 160px at 22% 82%, rgba(255, 216, 77, 0.4), transparent 65%);
  animation: floatBubbles 16s ease-in-out infinite alternate;
}
@keyframes floatBubbles {
  0%   { transform: translate3d(0, 0, 0) scale(1); }
  100% { transform: translate3d(-18px, 12px, 0) scale(1.05); }
}
.hero-content {
  width: 100%;
  padding: 120px 0 56px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 8px 16px 8px 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--accent-strong);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  box-shadow: 0 4px 14px rgba(28, 35, 51, 0.18);
}
.hero-eyebrow::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(28, 35, 51, 0.22);
  animation: pulseDot 1.8s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(28, 35, 51, 0.22); }
  50%      { box-shadow: 0 0 0 8px rgba(28, 35, 51, 0.06); }
}
.cinema-hero h1 {
  margin: 0;
  max-width: 18ch;
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100, "opsz" 144;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: 0;
  word-break: keep-all;
  color: var(--ink);
  text-shadow: 0 2px 30px rgba(255, 255, 255, 0.6);
}
.cinema-hero h1 em {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 500;
  color: var(--accent-strong);
  display: inline-block;
  position: relative;
}
.cinema-hero h1 em::after {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 0.04em;
  height: 0.18em;
  background: var(--accent-yellow);
  border-radius: 999px;
  z-index: -1;
  opacity: 0.85;
}
.hero-tagline {
  max-width: 36ch;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
}
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.hero-footer {
  margin-top: 40px;
  padding: 18px 22px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 36px;
  color: var(--ink-soft);
  font-size: 12px;
  letter-spacing: 0;
  box-shadow: var(--shadow-sm);
}
.hero-footer span strong {
  display: block;
  margin-top: 2px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
  letter-spacing: 0;
}
.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 22px;
  translate: -50% 0;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  writing-mode: vertical-rl;
  display: none;
}
.scroll-hint::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  width: 1px;
  height: 44px;
  background: linear-gradient(180deg, rgba(255,255,255,.6), rgba(255,255,255,0));
  animation: scrollLine 2.6s ease-in-out infinite;
}
@keyframes scrollLine {
  0%, 100% { transform: scaleY(.3); transform-origin: top; }
  50% { transform: scaleY(1); transform-origin: top; }
}
@keyframes slowZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.08); }
}

/* -------------- Buttons -------------- */
.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 26px;
  border: 2px solid transparent;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  transition: background .22s var(--ease-bounce), color .22s var(--ease), transform .22s var(--ease-bounce), border-color .22s var(--ease), box-shadow .22s var(--ease);
}
.button:focus-visible { outline: 3px solid var(--accent-soft); outline-offset: 2px; }
.button-primary {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 10px 0 rgba(31, 58, 87, 0.22), 0 14px 28px rgba(28, 35, 51, 0.3);
}
.button-primary:hover {
  background: var(--accent-strong);
  transform: translateY(-3px) rotate(-0.5deg);
  box-shadow: 0 14px 0 rgba(31, 58, 87, 0.22), 0 18px 34px rgba(31, 58, 87, 0.38);
}
.button-primary:active { transform: translateY(1px); box-shadow: 0 4px 0 rgba(31, 58, 87, 0.22); }
.button-ghost {
  background: rgba(255,255,255,.92);
  border-color: transparent;
  color: var(--ink);
}
.button-ghost:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(34, 34, 59, 0.12);
}
.button-outline {
  background: transparent;
  border-color: var(--accent);
  color: var(--accent-strong);
}
.button-outline:hover {
  background: var(--accent-soft);
  transform: translateY(-2px);
}
.button-link {
  min-height: 0;
  padding: 6px 0;
  border-radius: 0;
  background: transparent;
  color: var(--accent-strong);
  border-bottom: 2px solid currentColor;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.button-link:hover { color: var(--accent); }

/* -------------- Scrollytelling reels (full-bleed media sections) -------------- */
.reel {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.reel .reel-media,
.reel .reel-media picture,
.reel .reel-media img,
.reel .reel-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.reel .reel-media img { animation: slowZoom 22s ease-out infinite alternate; }
.reel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(245, 241, 234,0) 40%, rgba(245, 241, 234,.35) 72%, rgba(245, 241, 234,1) 100%),
    linear-gradient(90deg, rgba(245, 241, 234,.35) 0%, rgba(245, 241, 234,0) 50%);
}
.reel .reel-body {
  width: 100%;
  padding: 18svh 0 60px;
}
.reel-card {
  display: inline-block;
  max-width: 560px;
  padding: 28px 30px 30px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-radius: var(--radius-xl);
  border: 1.5px solid rgba(255,255,255,0.7);
  box-shadow: var(--shadow-md);
}
.reel-index {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: var(--accent-soft);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 11.5px;
  letter-spacing: 0;
  color: var(--accent-strong);
  text-transform: uppercase;
}
.reel-index::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
}
.reel h2 {
  margin: 0;
  max-width: 16ch;
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100, "opsz" 96;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: 0;
  word-break: keep-all;
  color: var(--ink);
}
.reel h2 em {
  font-style: normal;
  color: var(--accent-strong);
  font-weight: 500;
}
.reel p {
  max-width: 38ch;
  margin: 14px 0 22px;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.reel-actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* -------------- Table-of-contents sticky quick nav -------------- */
.toc-rail {
  position: fixed;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  z-index: 80;
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: 10px 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(34, 34, 59, 0.12);
}
.toc-rail a {
  width: 26px; height: 26px;
  display: grid; place-items: center;
  border-radius: 50%;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 10px;
  color: var(--ink-soft);
  transition: all .2s;
}
.toc-rail a:hover,
.toc-rail a.is-active {
  color: #fff;
  background: var(--accent);
}

/* -------------- Chapter index (menu of topics) -------------- */
.chapter-index {
  position: relative;
  background:
    radial-gradient(1200px 500px at 80% 0%, rgba(220, 208, 188, 0.7), transparent 60%),
    radial-gradient(900px 500px at 10% 100%, rgba(110, 214, 191, 0.32), transparent 60%),
    radial-gradient(700px 400px at 50% 50%, rgba(201, 182, 255, 0.18), transparent 60%),
    var(--bg);
  color: var(--ink);
  padding: clamp(70px, 10vw, 130px) 0;
  overflow: hidden;
}
.chapter-index::before {
  content: "";
  position: absolute;
  top: 10%; right: -40px;
  width: 140px; height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--accent-yellow), transparent 70%);
  opacity: 0.6;
  filter: blur(8px);
  pointer-events: none;
}
.chapter-index::after {
  content: "";
  position: absolute;
  bottom: 8%; left: -50px;
  width: 180px; height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, var(--accent-sky), transparent 70%);
  opacity: 0.45;
  filter: blur(10px);
  pointer-events: none;
}
.chapter-index header {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}
.chapter-index h2 {
  margin: 12px 0 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 44px;
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--ink);
}
.chapter-index h2 em { font-style: normal; color: var(--accent-strong); font-weight: 400; }
.chapter-index .eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.chapter-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.chapter-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 22px;
  border: 1.5px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-xl);
  color: var(--ink);
  background: var(--surface);
  isolation: isolate;
  box-shadow: 0 10px 30px rgba(43, 43, 69, 0.06);
  transition: transform .35s var(--ease-bounce), border-color .3s, box-shadow .3s;
}
.chapter-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: center / cover no-repeat;
  transition: transform .6s var(--ease);
}
.chapter-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(245, 241, 234,0) 35%, rgba(245, 241, 234,.6) 65%, rgba(245, 241, 234,.98) 100%);
}
.chapter-card:hover {
  transform: translateY(-8px) rotate(-0.6deg);
  border-color: var(--accent);
  box-shadow: 0 24px 50px rgba(28, 35, 51, 0.22);
}
.chapter-card:hover::before { transform: scale(1.06); }
.chapter-card .chapter-num {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  background: var(--accent);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(28, 35, 51, 0.3);
}
.chapter-card h3 {
  margin: 12px 0 6px;
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100, "opsz" 48;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--ink);
}
.chapter-card p {
  margin: 0 0 16px;
  max-width: 30ch;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
}
.chapter-card .go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: var(--radius-pill);
  background: var(--ink);
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  text-transform: none;
  transition: background .2s, transform .2s;
}
.chapter-card:hover .go { background: var(--accent-strong); transform: translateY(-1px); }
.chapter-card .go::after {
  content: "→";
  transition: transform .3s;
}
.chapter-card:hover .go::after { transform: translateX(6px); }

.chapter-card--visa::before     { background-image: url("./assets/casual-visa.jpg"); }
.chapter-card--ops::before      { background-image: url("./assets/casual-operations.jpg"); }
.chapter-card--property::before { background-image: url("./assets/casual-property.jpg"); }
.chapter-card--medical::before  { background-image: url("./assets/casual-advisor.jpg"); }
.chapter-card--culture::before  { background-image: url("./assets/casual-culture.jpg"); }
.chapter-card--shopping::before { background-image: url("./assets/casual-culture.jpg"); }
.chapter-card--about::before    { background-image: url("./assets/casual-hero-seoul.jpg"); }
.chapter-card--ceo::before      { background-image: url("./assets/casual-advisor.jpg"); }

/* -------------- Reel media variants -------------- */
.reel--visa    .reel-media { background: url("./assets/casual-visa.jpg") center / cover no-repeat; }
.reel--ops     .reel-media { background: url("./assets/casual-operations.jpg") center / cover no-repeat; }
.reel--property .reel-media { background: url("./assets/casual-property.jpg") center / cover no-repeat; }
.reel--medical .reel-media { background: url("./assets/casual-advisor.jpg") center / cover no-repeat; }
.reel--culture .reel-media { background: url("./assets/casual-culture.jpg") center / cover no-repeat; }
.reel--shopping .reel-media { background: url("./assets/casual-culture.jpg") center / cover no-repeat; }

@media (max-width: 680px) {
  .reel--visa    .reel-media { background-image: url("./assets/casual-visa-mobile.jpg"); }
  .reel--ops     .reel-media { background-image: url("./assets/casual-operations-mobile.jpg"); }
  .reel--property .reel-media { background-image: url("./assets/casual-property-mobile.jpg"); }
  .reel--medical .reel-media { background-image: url("./assets/casual-advisor-mobile.jpg"); }
  .reel--culture .reel-media { background-image: url("./assets/casual-culture-mobile.jpg"); }
  .reel--shopping .reel-media { background-image: url("./assets/casual-culture-mobile.jpg"); }
}

/* -------------- Sub-page hero (topic pages) -------------- */
body.theme-light { background: var(--surface-soft); color: var(--ink); }
.sub-hero {
  position: relative;
  isolation: isolate;
  padding: 160px 0 90px;
  color: var(--ink);
  overflow: hidden;
}
.sub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: center / cover no-repeat;
  animation: slowZoom 20s ease-out infinite alternate;
  opacity: 0.85;
}
.sub-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(245, 241, 234,.35) 0%, rgba(245, 241, 234,.55) 55%, rgba(245, 241, 234,1) 100%),
    linear-gradient(90deg, rgba(245, 241, 234,.55) 0%, rgba(245, 241, 234,0) 55%);
}
.sub-hero--visa::before     { background-image: url("./assets/casual-visa.jpg"); }
.sub-hero--ops::before      { background-image: url("./assets/casual-operations.jpg"); }
.sub-hero--property::before { background-image: url("./assets/casual-property.jpg"); }
.sub-hero--about::before    { background-image: url("./assets/casual-hero-seoul.jpg"); }
.sub-hero--ceo::before      { background-image: url("./assets/casual-advisor.jpg"); }
.sub-hero--member::before   { background-image: url("./assets/casual-operations.jpg"); }
.sub-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.sub-hero .eyebrow::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
}
.sub-hero h1 {
  margin: 0;
  max-width: 20ch;
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100, "opsz" 144;
  font-weight: 400;
  font-size: 56px;
  line-height: 1.08;
  letter-spacing: 0;
  word-break: keep-all;
  color: var(--ink);
  text-shadow: 0 2px 20px rgba(255, 255, 255, 0.6);
}
.sub-hero h1 em { font-style: normal; font-weight: 500; color: var(--accent-strong); }
.sub-hero .lede {
  max-width: 48ch;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  font-weight: 500;
}
.sub-hero .sub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

/* -------------- Content sections (light pages) -------------- */
.section {
  padding: clamp(60px, 8vw, 110px) 0;
  background: var(--surface-soft);
  color: var(--ink);
}
.section--white { background: var(--surface); }
.section--dark {
  background:
    radial-gradient(900px 500px at 20% 0%, rgba(220, 208, 188, 0.35), transparent 60%),
    radial-gradient(700px 500px at 90% 100%, rgba(126, 208, 192, 0.25), transparent 60%),
    var(--bg);
  color: var(--ink);
}
.section-head { max-width: 820px; margin: 0 0 40px; }
.section-head .eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.section--dark .section-head .eyebrow { background: var(--accent-soft); color: var(--accent-strong); }
.section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: 0;
  word-break: keep-all;
  color: var(--ink);
}
.section-head h2 em { font-style: normal; font-weight: 400; color: var(--accent-strong); }
.section--dark .section-head h2 em { color: var(--accent-strong); }
.section--dark .section-head h2 { color: var(--ink); }
.section-head p {
  max-width: 60ch;
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}
.section--dark .section-head p { color: var(--ink-soft); }

/* -------------- Generic grids -------------- */
.grid-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.card {
  padding: 28px;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-md);
  transition: transform .25s var(--ease), box-shadow .3s var(--ease);
}
.section--dark .card {
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow-md);
}
.card:hover {
  transform: translateY(-4px) rotate(-0.3deg);
  box-shadow: var(--shadow-lg);
}
.card .tag {
  display: inline-block;
  padding: 5px 12px;
  border: 0;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}
.section--dark .card .tag { background: var(--accent-soft); color: var(--accent-strong); }
.card h3 {
  margin: 14px 0 8px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: 0;
  color: var(--ink);
}
.card p {
  margin: 0 0 16px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.6;
}
.section--dark .card p { color: var(--ink-soft); }
.card dl { margin: 14px 0; display: grid; gap: 6px; }
.card dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 13px;
}
.section--dark .card dl div { border-color: var(--line); }
.card dt { color: var(--ink-soft); font-weight: 500; }
.card dd { margin: 0; font-family: var(--font-display); font-weight: 400; color: var(--ink); }
.card .button { width: 100%; margin-top: 8px; }

/* -------------- Visa introduction detail -------------- */
.visa-route-grid {
  align-items: stretch;
}
.visa-route-card {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  color: inherit;
  text-decoration: none;
}
.visa-route-card .button {
  align-self: end;
  text-align: center;
}
.visa-detail-grid,
.visa-action-grid {
  display: grid;
  gap: 16px;
}
.visa-detail-panel {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-md);
}
.visa-detail-panel .tag {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}
.visa-detail-panel h3 {
  margin: 14px 0 0;
  font-size: 25px;
}
.visa-detail-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
}
.visa-detail-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}
.visa-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
}
.visa-source-note {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  background: var(--surface-soft);
  color: var(--ink-soft);
  font-size: 14px;
}
.visa-source-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}
.visa-next-strip {
  display: grid;
  gap: 22px;
  align-items: center;
  padding: 28px;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-md);
}
.visa-next-strip h2 {
  margin: 12px 0 8px;
  font-size: clamp(30px, 4vw, 48px);
}
.visa-next-strip p {
  max-width: 68ch;
  margin: 0;
  color: var(--ink-soft);
}
.visa-mini-facts {
  display: grid;
  gap: 10px;
  margin: 0;
}
.visa-mini-facts div {
  padding: 14px 16px;
  border-radius: var(--radius);
  background: var(--surface-soft);
  border: 1px solid var(--line);
}
.visa-mini-facts dt {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 500;
}
.visa-mini-facts dd {
  margin: 4px 0 0;
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--ink);
}
.visa-action-grid {
  align-items: start;
}
.visa-checkout-summary {
  padding: 18px;
  border-radius: var(--radius);
  background: var(--surface-soft);
  border: 1px solid var(--line);
}
.visa-checkout-summary h3 {
  margin: 10px 0 6px;
  font-size: 22px;
}
.visa-checkout-summary p {
  margin: 0 0 12px;
  color: var(--ink-soft);
  font-size: 14px;
}
.visa-checkout-summary dl {
  display: grid;
  gap: 6px;
  margin: 0;
}
.visa-checkout-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px dashed var(--line);
  font-size: 13px;
}
.visa-checkout-summary dt {
  color: var(--ink-soft);
}
.visa-checkout-summary dd {
  margin: 0;
  color: var(--ink);
  font-weight: 500;
  text-align: right;
}

@media (min-width: 760px) {
  .visa-detail-grid,
  .visa-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .visa-next-strip {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  }
}

@media (min-width: 960px) {
  .grid-cards.visa-route-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* -------------- Facts strip (tiny metrics band) -------------- */
.facts-strip {
  background: var(--accent);
  color: #fff;
  padding: 36px 0;
}
.facts-strip .container {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
.facts-strip .fact {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(255,255,255,.3);
}
.facts-strip .fact strong {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 44px;
  letter-spacing: 0;
  color: #fff;
}
.facts-strip .fact span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}

/* -------------- Contact & forms -------------- */
.contact-shell {
  background:
    radial-gradient(900px 500px at 10% 0%, rgba(220, 208, 188, 0.6), transparent 60%),
    radial-gradient(700px 500px at 95% 100%, rgba(255, 216, 77, 0.22), transparent 60%),
    var(--bg);
  color: var(--ink);
  padding: clamp(60px, 8vw, 110px) 0;
}
.contact-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  align-items: start;
}
.contact-grid h2 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--ink);
}
.contact-grid h2 em { font-style: normal; font-weight: 400; color: var(--accent-strong); }
.contact-grid .eyebrow {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.contact-grid p { color: var(--ink-soft); max-width: 48ch; font-size: 15px; line-height: 1.65; }
.contact-bullets {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}
.contact-bullets li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}
.contact-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px; height: 20px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

.form-card {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 0;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-md);
}
.form-card label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.form-card input,
.form-card select,
.form-card textarea,
.ai-input {
  width: 100%;
  padding: 13px 16px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  outline: none;
  font-size: 14px;
  letter-spacing: 0;
  transition: border-color .2s, box-shadow .2s;
}
.form-card textarea { min-height: 120px; resize: vertical; }
.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-soft);
}
.form-card .button { width: 100%; border: 0; }
.form-note { margin: 0; font-size: 12px; color: var(--ink-soft); }

/* -------------- Forms on light pages -------------- */
.form-card--light {
  background: var(--surface);
  box-shadow: var(--shadow-md);
}
.form-card--light label { color: var(--ink); }
.form-card--light input,
.form-card--light select,
.form-card--light textarea {
  background: var(--surface-soft);
  border-color: var(--line);
  color: var(--ink);
}
.form-card--light input:focus,
.form-card--light select:focus,
.form-card--light textarea:focus {
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 4px var(--accent-soft);
}
.form-card--light .form-note { color: var(--ink-soft); }

/* -------------- FAQ -------------- */
.faq-list { display: grid; gap: 10px; }
.faq-list details {
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
.section--dark .faq-list details {
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 24px;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.35;
  color: var(--ink);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  color: var(--accent-strong);
  font-size: 20px;
  line-height: 1;
  transition: transform .25s;
}
.section--dark .faq-list summary::after { color: var(--accent); }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}
.section--dark .faq-list details p { color: var(--ink-soft); }

/* -------------- Testimonial reel (muted, editorial) -------------- */
.quotes-wrap { background: var(--surface); padding: clamp(60px, 8vw, 100px) 0; }
.quotes-viewport {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-left: max(16px, calc((100vw - var(--max)) / 2));
}
.quotes-viewport::-webkit-scrollbar { display: none; }
.quotes-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 78vw);
  gap: 14px;
  padding: 4px 16px 4px 0;
}
.quote-card {
  scroll-snap-align: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-soft);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 260px;
}
.quote-card .tag {
  font-family: var(--font-display);
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0;
  color: var(--accent-strong);
  text-transform: uppercase;
}
.quote-card blockquote {
  margin: 14px 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
}
.quote-card cite {
  font-size: 12px;
  font-style: normal;
  color: var(--ink-soft);
  letter-spacing: 0;
  text-transform: uppercase;
}

/* -------------- Footer -------------- */
.site-footer {
  background: #2b2b42;
  color: rgba(255, 255, 255, 0.78);
  padding: 56px 0 32px;
  border-top: 0;
}
.footer-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
.footer-brand strong {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}
.footer-brand p { margin: 6px 0 0; font-size: 13px; max-width: 38ch; }
.site-footer address { font-style: normal; display: grid; gap: 6px; font-size: 13px; }
.site-footer address a,
.footer-links a,
.legal-article a {
  color: #f0c96b;
  font-weight: 500;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 18px;
  font-size: 12px;
}
.footer-links a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-offices p { margin: 0 0 8px; font-size: 13px; }
.footer-offices p strong { color: #fff; font-weight: 500; font-family: var(--font-display); display: block; font-size: 13px; letter-spacing: 0; text-transform: uppercase; margin-bottom: 2px; color: var(--accent); }
.footer-business {
  display: grid;
  gap: 8px;
  font-size: 12.5px;
}
.footer-business p {
  margin: 0;
  display: grid;
  gap: 2px;
}
.footer-business strong {
  color: #fff;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
.footer-business span {
  color: rgba(255, 255, 255, 0.76);
}
.footer-legal {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.08);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(255,255,255,.48);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

/* -------------- Legal pages -------------- */
.legal-page {
  background: var(--bg);
}
.sub-hero--legal {
  min-height: 42svh;
  padding: 132px 0 68px;
  background:
    linear-gradient(120deg, rgba(255,255,255,.86), rgba(230,239,233,.7)),
    var(--bg);
}
.legal-document {
  padding-top: 52px;
}
.legal-document-grid {
  display: grid;
  gap: 28px;
  align-items: start;
}
.legal-summary {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
  padding: 18px;
  color: var(--ink-soft);
  font-size: 13px;
}
.legal-summary strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  margin-bottom: 12px;
}
.legal-summary dl {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
}
.legal-summary dl div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 10px;
}
.legal-summary dt {
  color: var(--ink);
  font-weight: 700;
}
.legal-summary dd {
  margin: 0;
}
.legal-summary p {
  margin: 0;
}
.legal-article {
  max-width: 860px;
  color: var(--ink);
}
.legal-article h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 44px);
}
.legal-article h3 {
  margin: 34px 0 12px;
  font-family: var(--font-body);
  font-size: 19px;
  font-weight: 800;
}
.legal-article p,
.legal-article li {
  font-size: 15px;
  line-height: 1.78;
  color: var(--ink-soft);
}
.legal-article ul {
  padding-left: 20px;
}
.legal-article a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.legal-table-wrap {
  overflow-x: auto;
  margin: 14px 0 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.legal-article table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: 14px;
}
.legal-article th,
.legal-article td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.legal-article th {
  background: var(--surface-soft);
  color: var(--ink);
  font-weight: 800;
}
.legal-article tr:last-child td {
  border-bottom: 0;
}

/* -------------- Form consent -------------- */
.consent-line {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 2px;
  color: var(--ink-soft);
  font-size: 12.5px;
  line-height: 1.55;
}
.form-card .consent-line input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--accent);
}
.consent-line a {
  color: var(--accent);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* -------------- AI widget -------------- */
.ai-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  max-width: min(280px, calc(100vw - 28px));
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(47, 82, 117, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 18px 42px rgba(28, 35, 51, 0.24);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.ai-float:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 184, 91, 0.7);
  box-shadow: 0 22px 48px rgba(28, 35, 51, 0.28);
}
.ai-float-mark,
.ai-head-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(145deg, rgba(31, 58, 87, 0.98), rgba(47, 82, 117, 0.96));
  color: #fff;
  border: 1px solid rgba(212, 184, 91, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.16),
    0 8px 18px rgba(31, 58, 87, 0.2);
}
.ai-float-mark svg,
.ai-head-mark svg {
  width: 34px;
  height: 34px;
  display: block;
}
.ai-symbol-shield {
  fill: rgba(18, 36, 54, 0.45);
  stroke: rgba(212, 184, 91, 0.95);
  stroke-width: 1.6;
}
.ai-symbol-paper {
  fill: rgba(255, 255, 255, 0.96);
  stroke: rgba(212, 184, 91, 0.92);
  stroke-width: 1.3;
}
.ai-symbol-fold,
.ai-symbol-line {
  fill: none;
  stroke: rgba(31, 58, 87, 0.92);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}
.ai-symbol-pillar {
  fill: none;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}
.ai-symbol-seal {
  fill: rgba(212, 184, 91, 0.95);
  stroke: rgba(31, 58, 87, 0.82);
  stroke-width: 1.2;
}
.ai-symbol-ribbon {
  fill: rgba(212, 184, 91, 0.7);
  stroke: rgba(31, 58, 87, 0.82);
  stroke-linejoin: round;
  stroke-width: 1.15;
}
.ai-float-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
  text-align: left;
}
.ai-float-copy strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.ai-float-copy small {
  display: block;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.25;
  color: var(--ink-soft);
  letter-spacing: 0;
}
.ai-panel {
  position: fixed;
  right: 18px;
  bottom: 94px;
  z-index: 121;
  width: min(calc(100vw - 32px), 420px);
  height: min(650px, calc(100svh - 118px));
  display: none;
  overflow: hidden;
  border: 1px solid rgba(47, 82, 117, 0.18);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 26px 54px rgba(34, 34, 59, 0.22);
}
.ai-panel.is-open { display: grid; grid-template-rows: auto 1fr auto; }
.ai-head {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  min-height: 88px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(245, 241, 234, 0.95), rgba(214, 222, 230, 0.82));
  border-bottom: 1px solid rgba(47, 82, 117, 0.12);
}
.ai-head-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}
.ai-head strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: 0;
}
.ai-head small {
  display: block;
  margin-top: 2px;
  font-size: 11.5px;
  line-height: 1.35;
  color: var(--accent-strong);
  font-weight: 400;
  letter-spacing: 0;
}
.ai-scope {
  width: fit-content;
  max-width: 100%;
  padding: 4px 8px;
  border: 1px solid rgba(47, 82, 117, 0.12);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  color: var(--accent-strong);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.ai-close {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin-left: auto;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.7);
  color: var(--ink);
  font-size: 16px;
}
.ai-log {
  display: grid;
  gap: 12px;
  align-content: start;
  overflow: auto;
  min-height: 0;
  padding: 16px;
  background: var(--surface-soft);
}
.ai-message {
  width: fit-content;
  max-width: 84%;
  padding: 11px 13px;
  border: 1px solid rgba(47, 82, 117, 0.08);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  box-shadow: 0 8px 18px rgba(28, 35, 51, 0.07);
}
.ai-message[data-ai-greeting] {
  width: 100%;
  max-width: 100%;
  padding: 14px;
  border-color: rgba(47, 82, 117, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(245,241,234,.92));
  white-space: normal;
}
.ai-message strong {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  color: var(--accent-strong);
}
.ai-message span { display: block; }
.ai-message.user {
  justify-self: end;
  background: var(--accent);
  color: #fff;
  font-weight: 500;
  border-color: transparent;
  border-radius: 8px;
}
.ai-meta {
  display: block;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(47, 82, 117, 0.12);
  color: var(--ink-soft);
  font-size: 10.5px;
  line-height: 1.35;
}
.ai-auth-card {
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(47, 82, 117, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(28, 35, 51, 0.07);
}
.ai-auth-card[hidden] { display: none; }
.ai-auth-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--accent-strong);
  font-size: 14px;
}
.ai-auth-card p {
  margin: 0 0 12px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}
.ai-auth-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.ai-auth-actions .button {
  min-height: 42px;
  justify-content: center;
  padding: 10px 12px;
  font-size: 13px;
  border-radius: 8px;
}
.ai-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px;
  gap: 10px;
  padding: 12px;
  background: #fff;
  border-top: 1px solid var(--line);
}
.ai-form.is-locked {
  background: var(--surface-soft);
}
.ai-form .ai-input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
  color: var(--ink);
  font-size: 14px;
  line-height: 46px;
}
.ai-form .ai-input:focus { border-color: var(--accent); background: #fff; }
.ai-send {
  width: 74px;
  height: 46px;
  border: 0;
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  font-weight: 500;
  transition: background .2s, transform .2s;
}
.ai-send:hover { background: var(--accent-strong); transform: translateY(-1px); }
.ai-send:disabled,
.ai-form .ai-input:disabled {
  cursor: not-allowed;
  opacity: .62;
}

@media (max-width: 560px) {
  .ai-float {
    right: 12px;
    bottom: 12px;
    min-height: 58px;
    border-radius: 8px;
  }
  .ai-float-mark { width: 38px; height: 38px; flex-basis: 38px; }
  .ai-float-copy strong { font-size: 13px; }
  .ai-float-copy small { font-size: 10px; }
  .ai-panel {
    right: 10px;
    bottom: 82px;
    width: calc(100vw - 20px);
    height: min(620px, calc(100svh - 104px));
    border-radius: 8px;
  }
  .ai-head { min-height: 82px; padding: 14px; }
  .ai-head-mark { width: 38px; height: 38px; flex-basis: 38px; border-radius: 8px; }
  .ai-head-mark svg { width: 31px; height: 31px; }
  .ai-head strong { font-size: 16px; }
  .ai-scope { font-size: 9.5px; }
  .ai-log { padding: 12px; gap: 10px; }
  .ai-message { max-width: 90%; font-size: 13.5px; }
  .ai-message[data-ai-greeting],
  .ai-auth-card { padding: 12px; }
  .ai-form {
    grid-template-columns: minmax(0, 1fr) 64px;
    gap: 8px;
    padding: 10px;
  }
  .ai-send { width: 64px; }
}

/* -------------- Member (mypage/auth) -------------- */
.member-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
.auth-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}
.auth-layout .form-card {
  width: 100%;
  max-width: 560px;
}
.auth-support {
  width: 100%;
  max-width: 560px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
  box-shadow: var(--shadow-sm);
}
.auth-support h3 {
  margin: 10px 0 8px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(24px, 3vw, 34px);
  color: var(--ink);
}
.auth-support p {
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.6;
}
.auth-support .button {
  width: 100%;
  justify-content: center;
}
.member-card {
  padding: 28px;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-md);
}
.member-card h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
  color: var(--ink);
}
.member-card p { margin: 0 0 16px; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.member-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
}

.progress {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--line);
}
.progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent-strong));
}

.task-list { display: grid; gap: 10px; margin-top: 16px; }
.task-card {
  padding: 18px 20px;
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--surface-soft);
  box-shadow: var(--shadow-sm);
}
.task-card h4 {
  margin: 4px 0;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  color: var(--ink);
}
.task-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.task-card span {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 10px;
  color: var(--accent-strong);
  letter-spacing: 0;
  text-transform: uppercase;
}

/* -------------- Utilities -------------- */
.center-row { display: flex; justify-content: center; }
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal.is-visible { opacity: 1; transform: none; }

/* -------------- Responsive -------------- */
@media (min-width: 680px) {
  .nav { grid-column: auto; overflow: visible; }
  .chapter-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .grid-cards { grid-template-columns: repeat(2, 1fr); }
  .facts-strip .container {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .facts-strip .fact {
    flex-direction: column;
    align-items: flex-start;
    border: 0;
    padding: 0;
  }
  .facts-strip .fact strong { font-size: 56px; margin-bottom: 4px; }
  .facts-strip .fact span { text-align: left; }
  .contact-grid, .member-layout, .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.88fr);
    gap: 40px;
  }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .scroll-hint { display: block; }
  .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 20px;
  }
  .nav { justify-content: center; }
}

@media (min-width: 960px) {
  .chapter-grid { grid-template-columns: repeat(3, 1fr); }
  .grid-cards { grid-template-columns: repeat(3, 1fr); }
  .grid-cards--4 { grid-template-columns: repeat(4, 1fr); }
  .toc-rail { display: inline-flex; }
  .member-layout { grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr); }
  .legal-document-grid { grid-template-columns: 280px minmax(0, 1fr); }
  .legal-summary {
    position: sticky;
    top: 96px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   v4 — KoVISA Rolling Hero + Benefits + Videos + Stories
   Mobile-first casual redesign
   ========================================================= */

/* ---- Brand mark (SVG logo replaces letter P) ---- */
.brand-mark {
  width: 36px; height: 36px;
  display: grid; place-items: center;
  background: transparent;
  border-radius: 50%;
  overflow: visible;
  box-shadow: none;
}
.brand-mark svg { width: 100%; height: 100%; display: block; }
.brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.brand-text strong { font-family: var(--font-display); font-weight: 500; font-size: 18px; letter-spacing: 0; }
.brand-text small { font-size: 10.5px; color: var(--ink-soft); margin-top: 2px; }
body.theme-light .brand-text strong { color: var(--ink); }

/* ---- Mobile hamburger toggle ---- */
.nav-toggle {
  display: inline-grid;
  place-items: center;
  gap: 4px;
  width: 40px; height: 40px;
  padding: 0;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}
.nav-toggle span {
  display: block;
  width: 18px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .3s var(--ease-bounce), opacity .2s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  top: var(--header-h, 68px);
  left: 0; right: 0;
  z-index: 90;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 18px 22px;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transform: translateY(-110%);
  transition: transform .35s var(--ease);
  box-shadow: 0 20px 40px rgba(43, 43, 69, 0.12);
}
.mobile-menu.is-open { transform: translateY(0); }
.mobile-menu a {
  padding: 14px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  transition: background .18s;
}
.mobile-menu a:hover,
.mobile-menu a:focus-visible { background: var(--accent-soft); color: var(--accent-strong); }

@media (min-width: 900px) {
  .nav-toggle { display: none; }
  .mobile-menu { display: none !important; }
}
@media (max-width: 899px) {
  .nav { display: none; }
  .header-actions .language-switch { display: none; }
}

/* ---- Rolling hero (multi-slide cross-fade) ---- */
.hero-rolling {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 120px 0 80px;
  overflow: hidden;
  color: var(--ink);
}
.hero-rolling-stage {
  position: absolute; inset: 0; z-index: -3;
}
.hero-rolling-stage .slide {
  position: absolute; inset: 0;
  background: center / cover no-repeat;
  opacity: 0;
  transform: scale(1.04);
  filter: saturate(0.56) contrast(1.08) brightness(0.86);
  transition: opacity 1.4s var(--ease), transform 8s var(--ease);
}
.hero-rolling-stage .slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.hero-rolling-overlay {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(180deg, rgba(245, 241, 234,.35) 0%, rgba(245, 241, 234,.55) 55%, rgba(245, 241, 234,.96) 100%),
    linear-gradient(90deg, rgba(245, 241, 234,.55) 0%, rgba(245, 241, 234,0) 55%);
}
.hero-rolling::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(220px 220px at 10% 20%, rgba(220, 208, 188, 0.55), transparent 65%),
    radial-gradient(200px 200px at 88% 22%, rgba(142, 199, 255, 0.4), transparent 65%),
    radial-gradient(260px 260px at 78% 85%, rgba(110, 214, 191, 0.35), transparent 65%),
    radial-gradient(160px 160px at 22% 82%, rgba(255, 216, 77, 0.4), transparent 65%);
  animation: floatBubbles 16s ease-in-out infinite alternate;
}

.hero-rolling-content {
  position: relative;
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}
.hero-rolling-content .hero-eyebrow {
  margin: 0 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 14px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.92);
  color: var(--accent-strong);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(28, 35, 51, 0.18);
}
.hero-rolling-content .hero-eyebrow::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(28, 35, 51, 0.2);
  animation: pulseDot 1.8s ease-in-out infinite;
}

.hero-rolling h1 {
  margin: 0;
  max-width: 18ch;
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100, "opsz" 144;
  font-weight: 500;
  font-size: 60px;
  line-height: 1.05;
  letter-spacing: 0;
  color: var(--ink);
}
.word-stack {
  position: relative;
  display: block;
  min-height: 1.1em;
  overflow: hidden;
}
.word-stack .word {
  display: block;
  opacity: 0;
  transform: translateY(22px);
  position: absolute;
  top: 0; left: 0;
  transition: opacity .55s var(--ease), transform .55s var(--ease);
  color: var(--accent-strong);
  font-style: normal;
  white-space: nowrap;
}
.word-stack .word.is-active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
}
.hero-title-sub {
  display: block;
  margin-top: 8px;
  font-style: normal;
  font-weight: 400;
  color: var(--ink);
  font-variation-settings: "SOFT" 100, "opsz" 96;
}

.hero-rolling .hero-tagline {
  max-width: 44ch;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  font-weight: 500;
}
.hero-rolling .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.slide-pager {
  display: flex; gap: 8px;
  margin-top: 34px;
}
.slide-pager button {
  width: 28px; height: 6px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(43, 43, 69, 0.18);
  transition: background .3s, width .3s var(--ease-bounce);
}
.slide-pager button.is-active {
  width: 44px;
  background: var(--accent);
}

/* Reveal animations */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

/* ---- Impact strip ---- */
.impact-strip {
  position: relative;
  z-index: 2;
  background: var(--surface);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.impact-grid {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.impact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  background: var(--bg-soft);
}
.impact-ico {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  background: var(--accent-soft);
  border-radius: 50%;
  font-size: 16px;
}
.impact-item strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0;
}
@media (min-width: 760px) {
  .impact-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ---- Section head (shared) ---- */
.section-head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}
.section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.section-head .eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
}
.section-head h2 {
  margin: 14px 0 0;
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100, "opsz" 96;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--ink);
}
.section-head h2 em { font-style: normal; color: var(--accent-strong); }
.section-head .section-lede {
  margin: 12px auto 0;
  max-width: 50ch;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 500;
}

/* ---- Benefits grid (9 cards) ---- */
.benefits {
  padding: clamp(70px, 9vw, 120px) 0;
  background:
    radial-gradient(900px 500px at 80% 0%, rgba(220, 208, 188, 0.45), transparent 60%),
    radial-gradient(700px 500px at 10% 100%, rgba(110, 214, 191, 0.22), transparent 60%),
    var(--bg);
}
.benefit-grid {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.benefit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 22px 20px;
  border-radius: var(--radius-xl);
  background: var(--surface);
  border: 1.5px solid rgba(255,255,255,0.8);
  box-shadow: 0 10px 30px rgba(43, 43, 69, 0.06);
  color: var(--ink);
  transition: transform .3s var(--ease-bounce), box-shadow .3s, border-color .3s;
}
.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--accent-soft), transparent 55%);
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.benefit-card:hover {
  transform: translateY(-6px) rotate(-0.4deg);
  border-color: var(--accent);
  box-shadow: 0 22px 46px rgba(28, 35, 51, 0.2);
}
.benefit-card:hover::before { opacity: 1; }
.benefit-card .b-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 14px;
  box-shadow: 0 6px 14px rgba(28, 35, 51, 0.3);
}
.benefit-card h3 {
  margin: 8px 0 0;
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100, "opsz" 48;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.2;
  color: var(--ink);
  letter-spacing: 0;
}
.benefit-card p {
  margin: 4px 0 10px;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.55;
  color: var(--ink-soft);
}
.benefit-card .more {
  margin-top: auto;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 12px;
  border-radius: var(--radius-pill);
  background: var(--bg-soft);
  color: var(--accent-strong);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0;
}
.benefit-card:hover .more { background: var(--accent); color: #fff; }

@media (min-width: 640px) {
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
}

/* ---- About preview ---- */
.about-preview {
  padding: clamp(70px, 9vw, 120px) 0;
  background: var(--surface);
}
.about-preview-grid {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.about-preview-media {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.about-preview-media img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; display: block; }
.floating-badge {
  position: absolute;
  right: -10px; bottom: -12px;
  padding: 12px 18px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: 0 16px 30px rgba(43, 43, 69, 0.14);
  display: flex; flex-direction: column;
  text-align: right;
}
.floating-badge span {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 18px;
  color: var(--ink);
}
.floating-badge em {
  font-size: 11px;
  font-style: normal;
  color: var(--accent-strong);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}
.about-preview-body .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.about-preview-body .eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
}
.about-preview-body h2 {
  margin: 14px 0 16px;
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100, "opsz" 96;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: 0;
  color: var(--ink);
}
.about-preview-body h2 em { font-style: normal; color: var(--accent-strong); }
.about-preview-body p {
  color: var(--ink-soft);
  font-size: 15.5px;
  margin: 0 0 18px;
}
.about-preview-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 8px;
}
.about-preview-list li {
  padding-left: 28px;
  position: relative;
  font-size: 14.5px;
  font-weight: 400;
  color: var(--ink);
}
.about-preview-list li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 0;
  width: 20px; height: 20px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--accent-mint);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}
@media (min-width: 880px) {
  .about-preview-grid { grid-template-columns: 1.1fr 1fr; gap: 60px; }
}

/* ---- Video intro ---- */
.video-intro {
  padding: clamp(70px, 9vw, 120px) 0;
  background: var(--bg);
}
.video-grid {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.video-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(43, 43, 69, 0.06);
  transition: transform .3s var(--ease-bounce), box-shadow .3s;
}
.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(43, 43, 69, 0.12);
}
.video-thumb {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background: #000;
  cursor: pointer;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.video-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}
.video-thumb:hover img { transform: scale(1.06); }
.video-thumb::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.4) 100%);
}
.play-btn {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 62px; height: 62px;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  color: var(--accent-strong);
  font-size: 22px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transition: transform .25s var(--ease-bounce);
}
.video-thumb:hover .play-btn { transform: translate(-50%, -50%) scale(1.08); }
.video-dur {
  position: absolute;
  right: 12px; bottom: 12px;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
}
.video-meta { padding: 18px 20px 22px; }
.video-meta .tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
.video-meta h3 {
  margin: 4px 0 6px;
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100, "opsz" 48;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: var(--ink);
}
.video-meta p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.5; }
.video-more {
  width: min(calc(100% - 32px), var(--max));
  margin: 32px auto 0;
  text-align: center;
}
@media (min-width: 700px) { .video-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .video-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---- Video modal ---- */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  background: rgba(22, 22, 38, 0.88);
  backdrop-filter: blur(6px);
  padding: 20px;
  place-items: center;
}
.video-modal.is-open { display: grid; }
.video-modal-close {
  position: absolute;
  top: 18px; right: 22px;
  width: 42px; height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  color: var(--ink);
  font-size: 26px;
  cursor: pointer;
}
.video-modal-inner {
  width: min(100%, 880px);
  background: #0b0b14;
  border-radius: var(--radius-xl);
  overflow: hidden;
  text-align: center;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
}
.video-modal-player { display: block; }
.video-modal-player video {
  display: block;
  width: 100%;
  height: auto;
  max-height: 78vh;
  background: #000;
}
.video-modal-title {
  margin: 0;
  padding: 14px 20px 18px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  background: #0b0b14;
}
/* Legacy placeholder (if still present elsewhere) */
.video-modal-placeholder {
  padding: 44px 32px;
  background: var(--surface);
  color: var(--ink);
}
.video-modal-placeholder h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 24px;
}
.video-modal-placeholder p {
  margin: 0 0 22px;
  color: var(--ink-soft);
  font-size: 15px;
}

/* ---- Asset teaser ---- */
.asset-teaser {
  padding: clamp(70px, 9vw, 120px) 0;
  background: var(--surface);
}
.asset-teaser-grid {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.asset-teaser-body .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: var(--radius-pill);
  background: var(--accent-soft); color: var(--accent-strong);
  font-weight: 600; font-size: 12px; letter-spacing: 0; text-transform: uppercase;
}
.asset-teaser-body .eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.asset-teaser-body h2 {
  margin: 14px 0 16px;
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100, "opsz" 96;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--ink);
}
.asset-teaser-body h2 em { font-style: normal; color: var(--accent-strong); }
.asset-teaser-body > p {
  color: var(--ink-soft);
  font-size: 15.5px;
  margin: 0 0 18px;
}
.asset-teaser-list {
  list-style: none; padding: 0; margin: 0 0 24px;
  display: grid; gap: 8px;
}
.asset-teaser-list li {
  padding-left: 28px; position: relative;
  font-size: 14.5px; font-weight: 400; color: var(--ink);
}
.asset-teaser-list li::before {
  content: "★";
  position: absolute; left: 0; top: 0;
  width: 20px; height: 20px; display: grid; place-items: center;
  border-radius: 50%; background: var(--accent-yellow); color: var(--ink);
  font-size: 10px;
}
.asset-cta-row {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center;
  margin-bottom: 18px;
}
.disclaimer-inline {
  padding: 14px 16px;
  border-radius: var(--radius-lg);
  background: rgba(255, 216, 77, 0.2);
  border: 1px solid rgba(255, 216, 77, 0.45);
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--ink);
  margin: 0;
}
.disclaimer-inline::before {
  content: "⚠ ";
  font-weight: 900;
  color: #b8870a;
}
.asset-teaser-card {
  background: linear-gradient(160deg, var(--bg-soft), var(--surface));
  border: 1.5px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 24px;
  box-shadow: 0 14px 34px rgba(43, 43, 69, 0.08);
}
.card-pill {
  display: inline-block;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.card-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed var(--line);
}
.card-row:last-of-type { border-bottom: 0; }
.card-row span { color: var(--ink-soft); font-size: 13px; font-weight: 500; }
.card-row strong {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 14.5px;
  color: var(--ink);
}
.card-note {
  margin: 14px 0 0;
  font-size: 11.5px;
  color: var(--ink-soft);
  line-height: 1.5;
}
@media (min-width: 880px) {
  .asset-teaser-grid { grid-template-columns: 1.2fr 1fr; gap: 60px; }
}

/* ---- Business management page ---- */
.ops-context,
.ops-command,
.ops-scope,
.ops-export,
.ops-monthly {
  padding: clamp(72px, 9vw, 124px) 0;
}
.ops-context {
  background: var(--surface);
}
.ops-command {
  background:
    linear-gradient(135deg, rgba(28, 35, 51, 0.96), rgba(47, 82, 117, 0.94)),
    var(--ink);
  color: #fff;
}
.ops-scope {
  background: var(--surface-soft);
}
.ops-export {
  background: linear-gradient(180deg, var(--surface) 0%, #eef4ef 100%);
}
.ops-monthly {
  background: var(--ink);
  color: #fff;
}
.ops-context .eyebrow,
.ops-command .eyebrow,
.ops-scope .eyebrow,
.ops-export .eyebrow,
.ops-monthly .eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ops-command .eyebrow,
.ops-monthly .eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.ops-context-grid,
.ops-command-grid,
.ops-scope-layout {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}
.ops-context-copy h2,
.ops-command-copy h2,
.ops-scope-title h2,
.ops-monthly-head h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  max-width: 12ch;
}
.ops-context-copy h2 em,
.ops-command-copy h2 em,
.ops-scope-title h2 em,
.ops-monthly-head h2 em {
  color: var(--accent-strong);
}
.ops-command-copy h2,
.ops-command-copy h2 em,
.ops-monthly-head h2,
.ops-monthly-head h2 em {
  color: #fff;
}
.ops-context-copy p,
.ops-command-copy p {
  max-width: 54ch;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.72;
}
.ops-command-copy p {
  color: rgba(255, 255, 255, 0.78);
}
.ops-reason-list {
  border-top: 1px solid var(--line);
}
.ops-reason-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}
.ops-reason-list article > span {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--accent-clay);
}
.ops-reason-list strong,
.ops-status-stack strong,
.ops-ledger h3,
.ops-export-flow h3,
.ops-timeline h3 {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}
.ops-reason-list p,
.ops-ledger p,
.ops-export-flow p,
.ops-timeline p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 14.5px;
  line-height: 1.65;
}
.ops-dashboard {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}
.ops-dashboard-head,
.ops-dashboard-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}
.ops-dashboard-head span,
.ops-dashboard-foot span {
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ops-dashboard-head strong {
  padding: 5px 10px;
  border-radius: var(--radius-pill);
  background: #e6efe9;
  color: #2c715e;
  font-size: 12px;
}
.ops-dashboard-main {
  display: grid;
  gap: 24px;
  padding: 28px 24px;
  align-items: center;
}
.ops-progress-ring {
  width: 170px;
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, #fff 0 56%, transparent 57%),
    conic-gradient(var(--accent-mint) 0 76%, var(--accent-soft) 76% 100%);
}
.ops-progress-ring span {
  font-family: var(--font-display);
  font-size: 38px;
  color: var(--ink);
}
.ops-status-stack {
  display: grid;
  gap: 12px;
}
.ops-status-stack p {
  margin: 0;
  padding: 14px 0 14px 18px;
  border-left: 4px solid var(--accent-soft);
}
.ops-status-stack p:nth-child(2) { border-left-color: var(--accent-yellow); }
.ops-status-stack p:nth-child(3) { border-left-color: var(--accent-mint); }
.ops-status-stack span {
  display: block;
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 13px;
}
.ops-dashboard-foot {
  border-top: 1px solid var(--line);
  border-bottom: 0;
  background: var(--surface-soft);
}
.ops-scope-title {
  padding: 28px;
  border-left: 6px solid var(--accent);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.ops-ledger {
  position: relative;
  display: grid;
  gap: 0;
  border-left: 2px solid var(--line);
}
.ops-ledger article {
  position: relative;
  padding: 0 0 34px 30px;
}
.ops-ledger article:last-child {
  padding-bottom: 0;
}
.ops-ledger article > span {
  position: absolute;
  left: -23px;
  top: 0;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.ops-export .section-head {
  margin-bottom: 48px;
}
.ops-export-flow {
  position: relative;
  display: grid;
  gap: 18px;
}
.ops-export-flow::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 32px;
  bottom: 32px;
  width: 2px;
  background: var(--accent-mint);
}
.ops-export-flow article {
  position: relative;
  min-height: 170px;
  display: grid;
  gap: 8px;
  padding: 26px 26px 26px 76px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-sm);
}
.ops-export-flow article > span {
  position: absolute;
  left: 14px;
  top: 24px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  background: #e6efe9;
  color: var(--accent-strong);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ops-monthly-head {
  display: grid;
  gap: 22px;
  align-items: end;
  margin-bottom: 44px;
}
.ops-monthly-head .button {
  width: fit-content;
}
.ops-timeline {
  position: relative;
  display: grid;
  gap: 18px;
}
.ops-timeline::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 22px;
  bottom: 22px;
  width: 2px;
  background: rgba(255, 255, 255, 0.22);
}
.ops-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.ops-timeline article > span {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  color: var(--accent-strong);
  font-family: var(--font-display);
  font-size: 22px;
}
.ops-timeline article > div {
  padding: 4px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.ops-timeline article:last-child > div {
  border-bottom: 0;
}
.ops-timeline h3 {
  color: #fff;
  font-size: 28px;
}
.ops-timeline p {
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.72);
}
@media (min-width: 760px) {
  .ops-dashboard-main {
    grid-template-columns: 190px minmax(0, 1fr);
  }
  .ops-export-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ops-export-flow::before {
    left: 12%;
    right: 12%;
    top: 52px;
    bottom: auto;
    width: auto;
    height: 2px;
  }
  .ops-export-flow article {
    padding: 78px 24px 26px;
  }
  .ops-export-flow article > span {
    left: 24px;
    top: 40px;
  }
}
@media (min-width: 920px) {
  .ops-context-grid {
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  }
  .ops-command-grid {
    grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  }
  .ops-scope-layout {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  }
  .ops-context-copy,
  .ops-scope-title {
    position: sticky;
    top: 96px;
  }
  .ops-monthly-head {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .ops-timeline {
    margin-left: 8vw;
  }
}

/* ---- Ops section ---- */
.ops-section {
  padding: clamp(70px, 9vw, 120px) 0;
  background:
    radial-gradient(900px 500px at 20% 0%, rgba(201, 182, 255, 0.25), transparent 60%),
    radial-gradient(700px 500px at 90% 100%, rgba(110, 214, 191, 0.22), transparent 60%),
    var(--bg);
}
.ops-grid {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.ops-card {
  padding: 24px 22px;
  background: var(--surface);
  border-radius: var(--radius-xl);
  border: 1.5px solid rgba(255,255,255,0.8);
  box-shadow: 0 10px 30px rgba(43, 43, 69, 0.06);
  transition: transform .3s var(--ease-bounce), box-shadow .3s;
}
.ops-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 46px rgba(43, 43, 69, 0.12);
}
.ops-icon {
  display: inline-grid;
  place-items: center;
  width: 46px; height: 46px;
  border-radius: 8px;
  background: var(--accent-soft);
  font-size: 22px;
  margin-bottom: 14px;
}
.ops-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100, "opsz" 48;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: var(--ink);
}
.ops-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  color: var(--ink-soft);
}
.ops-cta {
  width: min(calc(100% - 32px), var(--max));
  margin: 36px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media (min-width: 640px) { .ops-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1020px) { .ops-grid { grid-template-columns: repeat(4, 1fr); } }

/* ---- Stories ---- */
.stories {
  padding: clamp(70px, 9vw, 120px) 0;
  background: var(--surface);
}
.story-carousel {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}
.story-viewport {
  overflow: hidden;
}
.story-grid {
  display: flex;
  gap: 18px;
  margin: 0;
  transition: transform 560ms ease;
  will-change: transform;
}
.story-card {
  position: relative;
  flex: 0 0 100%;
  min-height: 300px;
  padding: 28px 26px 22px;
  background: var(--bg-soft);
  border-radius: var(--radius-xl);
  border: 1.5px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.story-card::before {
  content: "“";
  position: absolute;
  top: 8px; left: 20px;
  font-family: var(--font-display);
  font-size: 80px;
  line-height: 1;
  color: var(--accent-soft);
  z-index: 0;
}
.story-flag {
  position: relative;
  z-index: 1;
  width: 44px;
  min-height: 32px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: var(--radius);
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}
.story-case-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}
.story-case-meta span {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
}
.story-card blockquote {
  position: relative;
  z-index: 1;
  margin: 8px 0 18px;
  padding: 0;
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100, "opsz" 48;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 1.45;
  color: var(--ink);
}
.story-card footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
}
.story-card footer strong {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
}
.story-card footer span {
  font-size: 12.5px;
  color: var(--ink-soft);
}
.story-controls {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.story-nav {
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  border: 1px solid var(--line-dark);
  background: #fff;
  color: var(--accent);
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}
.story-nav:hover,
.story-nav:focus-visible {
  background: var(--accent);
  color: #fff;
}
.story-counter {
  min-width: 78px;
  text-align: center;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
}
.story-dots {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.story-dot {
  width: 26px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(16, 24, 34, 0.22);
  cursor: pointer;
}
.story-dot.is-active {
  width: 38px;
  background: var(--accent-yellow);
}
@media (min-width: 760px) {
  .story-card { flex-basis: calc((100% - 18px) / 2); }
}
@media (min-width: 1040px) {
  .story-card { flex-basis: calc((100% - 36px) / 3); }
}
@media (prefers-reduced-motion: reduce) {
  .story-grid { transition: none; }
}

/* ---- Contact shell (if not already in file) ---- */
.contact-shell {
  padding: clamp(70px, 9vw, 120px) 0;
  background:
    radial-gradient(900px 500px at 80% 0%, rgba(220, 208, 188, 0.55), transparent 60%),
    radial-gradient(700px 500px at 10% 100%, rgba(142, 199, 255, 0.25), transparent 60%),
    var(--bg);
}
.contact-grid {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
.contact-grid .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: var(--radius-pill);
  background: var(--accent-soft); color: var(--accent-strong);
  font-weight: 600; font-size: 12px; letter-spacing: 0; text-transform: uppercase;
}
.contact-grid .eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.contact-grid h2 {
  margin: 14px 0 14px;
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100, "opsz" 96;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: 0;
  color: var(--ink);
}
.contact-grid h2 em { font-style: normal; color: var(--accent-strong); }
.contact-grid > div > p { color: var(--ink-soft); font-size: 15.5px; margin: 0 0 18px; }
.contact-bullets {
  list-style: none; padding: 0; margin: 0 0 8px;
  display: grid; gap: 8px;
}
.contact-bullets li {
  padding-left: 28px; position: relative;
  font-size: 14px; font-weight: 400; color: var(--ink);
}
.contact-bullets li::before {
  content: "→";
  position: absolute; left: 0; top: 0;
  width: 22px; height: 22px; display: grid; place-items: center;
  border-radius: 50%; background: var(--accent); color: #fff;
  font-size: 11px; font-weight: 900;
}
.form-card {
  padding: 28px;
  background: var(--surface);
  border-radius: var(--radius-xl);
  border: 1.5px solid var(--line);
  box-shadow: var(--shadow-md);
  display: flex; flex-direction: column; gap: 14px;
}
.form-card label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 500; color: var(--ink); }
.form-card input,
.form-card select,
.form-card textarea {
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  background: var(--bg);
  font-size: 14.5px;
  color: var(--ink);
  font-weight: 500;
  font-family: var(--font-body);
  transition: border-color .2s, background .2s;
}
.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--surface);
}
.form-card textarea { resize: vertical; min-height: 90px; }
.form-card button { align-self: flex-start; margin-top: 4px; }
.form-note { margin: 4px 0 0; font-size: 12px; color: var(--ink-soft); }
@media (min-width: 900px) {
  .auth-layout { grid-template-columns: minmax(360px, 560px) minmax(280px, 420px); }
  .contact-grid { grid-template-columns: 1fr 440px; gap: 60px; }
}

/* ---- Footer legal ---- */
.site-footer .legal {
  width: min(calc(100% - 32px), var(--max));
  margin: 20px auto 0;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 6px;
  font-size: 11.5px;
  color: var(--ink-soft);
}
.site-footer .legal small { display: block; }

/* ---- Mobile hero tuning ---- */
@media (max-width: 560px) {
  .container {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }
  .hero-rolling { padding: 100px 0 60px; min-height: 92svh; }
  .hero-rolling h1 { font-size: 38px; max-width: 100%; }
  .word-stack { min-height: 1.2em; }
  .hero-rolling .hero-tagline { font-size: 14.5px; }
  .hero-rolling-content .hero-eyebrow { font-size: 11px; padding: 6px 12px; }
  .sub-hero { padding: 120px 0 72px; }
  .sub-hero .eyebrow { max-width: 100%; font-size: 10.5px; letter-spacing: 0; }
  .sub-hero h1 {
    max-width: 8.5ch;
    font-size: 38px;
    line-height: 1.08;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .sub-hero .lede {
    width: auto;
    max-width: min(32ch, calc(100vw - 32px));
    font-size: 14.5px;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .sub-hero .sub-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .sub-hero .sub-actions .button { max-width: 100%; }
  .slide-pager button { width: 22px; }
  .slide-pager button.is-active { width: 36px; }
  .section-head { margin-bottom: 32px; }
  .section-head h2 {
    max-width: min(100%, 12ch);
    margin-inline: auto;
    font-size: 30px;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .section-head p {
    max-width: min(34ch, calc(100vw - 32px));
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .benefit-card, .ops-card, .video-card, .story-card { border-radius: var(--radius-lg); }
  .about-preview-grid, .asset-teaser-grid { gap: 28px; }
  .floating-badge { right: 10px; bottom: 10px; padding: 10px 14px; }
  .floating-badge span { font-size: 15px; }
}

/* Smooth scroll for anchor links */
html { scroll-padding-top: 84px; }

/* =========================================================
   ASSET TIERS — Standard / Premium / VIP / VVIP
   (high-contrast white cards on pastel section)
   ========================================================= */
.asset-tiers { padding-block: clamp(56px, 10vw, 120px); }
.asset-tiers .section-head p {
  color: var(--ink-soft);
  max-width: 64ch;
  margin: 14px auto 0;
}
.tier-grid {
  display: grid;
  gap: 20px;
  width: min(calc(100% - 32px), var(--max));
  margin: 44px auto 0;
  grid-template-columns: 1fr;
  align-items: stretch;
}
@media (min-width: 680px) { .tier-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .tier-grid { grid-template-columns: repeat(4, 1fr); } }

.tier-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 24px;
  border-radius: 8px;
  background: #ffffff;
  border: 1.5px solid #f1e4dc;
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(43, 43, 69, 0.06);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.tier-card:hover {
  transform: translateY(-6px);
  border-color: var(--accent);
  box-shadow: 0 22px 44px rgba(28, 35, 51, 0.18);
}
.tier-card.is-feature {
  background: linear-gradient(165deg, #fff 0%, #fff8f3 60%, #ffe7dc 100%);
  border-color: var(--accent);
  box-shadow: 0 24px 48px rgba(28, 35, 51, 0.22);
  transform: translateY(-4px);
}

.tier-ribbon {
  display: inline-block;
  padding: 5px 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  width: fit-content;
}
.tier-card--standard .tier-ribbon { background: #2fb8a2; color: #fff; }
.tier-card--vip .tier-ribbon { background: #7a5af0; color: #fff; }
.tier-card--vvip .tier-ribbon { background: #e8a100; color: #fff; }

.tier-head h3 {
  font-family: var(--font-display, serif);
  font-size: 32px;
  font-weight: 500;
  margin: 6px 0 8px;
  letter-spacing: 0;
  color: var(--ink);
}
.tier-invest {
  font-size: 13px;
  color: var(--ink-soft);
  margin: 0 0 6px;
  font-weight: 500;
}
.tier-return {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 0 4px;
  border-top: 1px dashed #ecd9cd;
}
.tier-return-label {
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 400;
}
.tier-return strong { font-size: 26px; font-weight: 600; color: var(--accent-strong); line-height: 1; }
.tier-card--standard .tier-return strong { color: #1f9d88; font-size: 18px; }
.tier-card--vip .tier-return strong { color: #6241d9; }
.tier-card--vvip .tier-return strong { color: #c98300; }

.tier-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  font-size: 14px;
  color: var(--ink);
}
.tier-highlights li {
  position: relative;
  padding-left: 22px;
  line-height: 1.5;
}
.tier-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--accent-soft);
  background-image: linear-gradient(135deg, #d6dee6 0%, #ffb39d 100%);
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 1.5px var(--accent);
}

.tier-more {
  margin-top: auto;
  border: 1.5px solid var(--accent);
  color: var(--accent-strong);
  background: #fff;
  font-weight: 500;
  min-height: 44px;
}
.tier-more:hover { background: var(--accent); color: #fff; }
.tier-card.is-open .tier-more { background: var(--accent); color: #fff; }

.tier-detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height .42s ease, opacity .32s ease, margin-top .3s ease;
  opacity: 0;
}
.tier-card.is-open .tier-detail {
  max-height: 640px;
  opacity: 1;
  margin-top: 6px;
}
.tier-detail ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 13.5px;
  line-height: 1.65;
  display: grid;
  gap: 8px;
}
.tier-detail ul li::marker { color: var(--accent); }

.tier-legend {
  width: min(calc(100% - 32px), var(--max));
  margin: 28px auto 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink-soft);
  text-align: center;
}
.tier-legend sup { color: var(--accent-strong); margin-right: 4px; font-weight: 500; }

/* =========================================================
   RISK DISCLOSURE CARD (light, high-contrast)
   ========================================================= */
.disclosure-card {
  width: min(calc(100% - 32px), 820px);
  margin: 36px auto 0;
  padding: 32px 30px;
  background: #fff;
  border: 1.5px solid #f1e4dc;
  border-left: 6px solid var(--accent);
  border-radius: 8px;
  color: var(--ink);
  box-shadow: 0 16px 32px rgba(43, 43, 69, 0.08);
}
.disclosure-card ol {
  padding-left: 24px;
  margin: 0;
  display: grid;
  gap: 14px;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--ink);
}
.disclosure-card ol li::marker { color: var(--accent); font-weight: 600; }

/* =========================================================
   ORGANIZATION CHART (About page)
   ========================================================= */
.org-chart {
  width: min(calc(100% - 32px), 960px);
  margin: 40px auto 0;
  display: grid;
  gap: 22px;
  justify-items: center;
}
.org-root {
  background: linear-gradient(140deg, var(--accent-soft), #fff);
  border-color: var(--accent);
  min-width: 240px;
}
.org-branch {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  width: 100%;
  position: relative;
}
@media (min-width: 720px) { .org-branch { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .org-branch { grid-template-columns: repeat(4, 1fr); } }

.org-node {
  appearance: none;
  border: 1.5px solid #ffe1d1;
  background: #fff;
  padding: 18px 16px;
  border-radius: 8px;
  display: grid;
  gap: 6px;
  text-align: center;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  color: var(--ink, #22223b);
  font-family: inherit;
}
.org-node:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: 0 18px 30px rgba(28, 35, 51,0.18); }
.org-role { font-size: 11px; font-weight: 500; letter-spacing: 0; text-transform: uppercase; color: var(--accent-strong); }
.org-name { font-family: var(--font-display, serif); font-size: 18px; font-weight: 500; }
.org-contact { font-size: 12px; color: var(--ink-soft, #6b6b80); }

.org-note {
  width: min(calc(100% - 32px), 720px);
  margin: 20px auto 0;
  text-align: center;
  font-size: 13px;
  color: var(--ink-soft, #6b6b80);
}

/* =========================================================
   Story card focus rotation
   ========================================================= */
.story-card.is-focus {
  transform: translateY(-4px);
  border-color: var(--accent);
  box-shadow: 0 22px 42px rgba(28, 35, 51,0.18);
}

/* =========================================================
   Team org chart (about.html)
   Founder + 4 color-coded category columns (admin/law/tax/customs)
   ========================================================= */
.team-org {
  margin-top: 36px;
  --c-admin: #b095ff;
  --c-admin-strong: #6f55c4;
  --c-law:   #6dc9ff;
  --c-law-strong:   #2f8fce;
  --c-tax:   #6ed6bf;
  --c-tax-strong:   #2fa285;
  --c-customs: #ffb0a4;
  --c-customs-strong: #d96a55;
}

.team-founder {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  position: relative;
}
.team-founder::after {
  content: "";
  position: absolute;
  left: 50%; top: 100%;
  width: 2px; height: 28px;
  background: linear-gradient(180deg, var(--ink-soft), transparent);
  opacity: 0.45;
}

.team-card {
  background: #fff;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius-lg);
  padding: 18px 16px 16px;
  box-shadow: var(--shadow-sm);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: transform 240ms var(--ease), box-shadow 240ms ease;
}
.team-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.team-card--founder {
  width: min(100%, 240px);
  padding: 22px 18px 20px;
  border-color: rgba(180, 122, 255, 0.35);
  box-shadow: 0 18px 36px rgba(176, 149, 255, 0.18);
}

.team-avatar {
  width: 96px;
  height: 96px;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}
.team-avatar img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  object-position: center center;
  background: #fff;
}
.team-avatar--founder {
  width: 112px;
  height: 112px;
  background: transparent;
}

.team-name {
  margin: 6px 0 0;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--ink);
}
.team-role {
  margin: 0;
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 400;
}

/* 4 color-coded columns */
.team-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  position: relative;
}
@media (min-width: 860px) {
  .team-columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
}

.team-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  padding-top: 6px;
}
.team-cat-badge {
  align-self: center;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  background: var(--cat-fill, var(--bg-soft));
  color: var(--cat-ink, var(--ink));
  box-shadow: 0 4px 12px var(--cat-shadow, rgba(43, 43, 69, 0.08));
  margin-bottom: 6px;
}

.team-col--admin   { --cat-fill: var(--c-admin);   --cat-ink: #fff; --cat-shadow: rgba(176, 149, 255, 0.34); }
.team-col--law     { --cat-fill: var(--c-law);     --cat-ink: #fff; --cat-shadow: rgba(109, 201, 255, 0.34); }
.team-col--tax     { --cat-fill: var(--c-tax);     --cat-ink: #fff; --cat-shadow: rgba(110, 214, 191, 0.34); }
.team-col--customs { --cat-fill: var(--c-customs); --cat-ink: #fff; --cat-shadow: rgba(255, 176, 164, 0.42); }

/* Top accent strip on each card based on column color */
.team-col--admin   .team-card { box-shadow: 0 -3px 0 0 var(--c-admin) inset, var(--shadow-sm); }
.team-col--law     .team-card { box-shadow: 0 -3px 0 0 var(--c-law) inset, var(--shadow-sm); }
.team-col--tax     .team-card { box-shadow: 0 -3px 0 0 var(--c-tax) inset, var(--shadow-sm); }
.team-col--customs .team-card { box-shadow: 0 -3px 0 0 var(--c-customs) inset, var(--shadow-sm); }

/* Government credentials footer */
.team-credentials {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  padding-top: 24px;
  border-top: 1px dashed var(--line);
}
.team-cred {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: var(--radius-pill);
  background: var(--bg-soft);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
}
.team-cred-mark {
  width: 22px; height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--primary));
  color: #fff;
  font-size: 12px;
}

/* =========================================================
   v5 — Strong Trust Finish
   ========================================================= */
body {
  background:
    linear-gradient(180deg, #f7f8f5 0%, #eef2ef 48%, #f7f8f5 100%);
  color: var(--ink);
}

h1, h2, h3, h4,
.brand strong,
.brand-text strong,
.section-head h2,
.sub-hero h1,
.hero-rolling h1,
.card h3,
.benefit-card h3,
.video-meta h3,
.story-card blockquote,
.tier-head h3,
.member-card h3,
.faq-list summary {
  font-family: var(--font-display) !important;
  font-style: normal !important;
  font-variation-settings: normal !important;
  font-weight: 800 !important;
}

em,
.section-head h2 em,
.sub-hero h1 em,
.hero-rolling h1 em,
.hero-title-sub,
.word-stack .word {
  font-style: normal !important;
  font-family: inherit !important;
  font-weight: 800 !important;
}

.site-header,
body.is-scrolled .site-header,
body.theme-light .site-header {
  background: rgba(247, 248, 245, 0.94);
  border-bottom: 1px solid rgba(16, 24, 34, 0.12);
  box-shadow: 0 12px 30px rgba(16, 24, 34, 0.08);
}

.brand-mark {
  width: 38px;
  height: 38px;
}

.brand-text small,
.brand small {
  color: var(--ink-soft);
  opacity: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.nav a,
.language-switch,
.language-switch button,
.member-link,
.nav-toggle,
.mobile-menu a {
  border-radius: var(--radius);
}

.nav a {
  font-weight: 700;
  opacity: 0.86;
}

.nav a:hover,
.nav a:focus-visible,
.nav a[aria-current="page"] {
  background: var(--accent);
  color: #fff;
}

.member-link {
  border-color: rgba(16, 36, 58, 0.24);
  color: var(--accent-strong);
  box-shadow: none;
}

.member-link:hover {
  transform: translateY(-1px);
}

.language-switch {
  border-color: rgba(16, 36, 58, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
}

.hero-rolling {
  min-height: 100svh;
  color: #fff;
  background: #0f1823;
}

.hero-rolling-overlay {
  background:
    linear-gradient(90deg, rgba(8, 15, 24, 0.92) 0%, rgba(8, 15, 24, 0.72) 42%, rgba(8, 15, 24, 0.30) 74%, rgba(8, 15, 24, 0.62) 100%),
    linear-gradient(180deg, rgba(8, 15, 24, 0.30) 0%, rgba(8, 15, 24, 0.76) 100%);
}

.hero-rolling::before,
.cinema-hero::before,
.chapter-index::before,
.chapter-index::after {
  display: none;
}

.hero-rolling-content .hero-eyebrow,
.sub-hero .eyebrow,
.section-head .eyebrow,
.chapter-index .eyebrow,
.contact-grid .eyebrow,
.about-preview-body .eyebrow,
.asset-teaser-body .eyebrow,
.card .tag,
.video-meta .tag,
.tier-ribbon,
.card-pill {
  border-radius: var(--radius);
  background: rgba(24, 50, 74, 0.10);
  color: var(--accent-strong);
  box-shadow: none;
  text-transform: none;
}

.hero-rolling-content .hero-eyebrow {
  background: rgba(255,255,255,.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
}

.hero-rolling h1,
.hero-title-sub {
  max-width: 18ch;
  color: #fff;
  text-shadow: none;
}

.word-stack .word {
  color: #d7ad68;
  white-space: normal;
}

.hero-rolling .hero-tagline {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 600;
}

.slide-pager button {
  border-radius: var(--radius);
  background: rgba(255,255,255,.28);
}

.slide-pager button.is-active {
  background: var(--accent-yellow);
}

.button {
  border-radius: var(--radius);
  font-weight: 800;
  box-shadow: none;
  transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease), border-color .2s var(--ease), box-shadow .2s var(--ease);
}

.button-primary {
  background: var(--accent);
  box-shadow: 0 14px 28px rgba(16, 36, 58, 0.24);
}

.button-primary:hover,
.button-ghost:hover,
.button-outline:hover,
.chapter-card:hover,
.benefit-card:hover,
.card:hover,
.video-card:hover,
.ops-card:hover,
.tier-card:hover,
.story-card.is-focus,
.team-card:hover,
.org-node:hover {
  transform: translateY(-3px);
}

.button-primary:hover {
  background: var(--accent-strong);
  box-shadow: 0 18px 34px rgba(16, 36, 58, 0.28);
}

.button-primary:active {
  transform: translateY(0);
  box-shadow: 0 10px 20px rgba(16, 36, 58, 0.20);
}

.button-ghost,
.button-outline,
.tier-more {
  background: #fff;
  border-color: rgba(24, 50, 74, 0.22);
}

.impact-strip,
.section,
.section--white,
.about-preview,
.asset-teaser,
.stories,
.ops-context {
  background: var(--surface);
}

.benefits,
.ops-section,
.contact-shell,
.chapter-index,
.video-intro,
.section--dark,
.ops-scope {
  background:
    linear-gradient(180deg, #f7f8f5 0%, #e9eeeb 100%);
}

.ops-command,
.ops-monthly,
.facts-strip,
.site-footer {
  background:
    linear-gradient(135deg, #101822 0%, #18324a 100%);
  color: #fff;
}

.sub-hero::after,
.cinema-hero::after,
.reel::before {
  background:
    linear-gradient(90deg, rgba(247,248,245,.92) 0%, rgba(247,248,245,.72) 44%, rgba(247,248,245,.20) 100%),
    linear-gradient(180deg, rgba(247,248,245,.10) 0%, rgba(247,248,245,1) 100%);
}

.card,
.benefit-card,
.video-card,
.story-card,
.form-card,
.member-card,
.task-card,
.visa-detail-panel,
.visa-next-strip,
.visa-checkout-summary,
.faq-list details,
.quote-card,
.asset-teaser-card,
.tier-card,
.disclosure-card,
.org-node,
.team-card,
.auth-support,
.ops-dashboard,
.ops-scope-title,
.ops-export-flow article,
.ai-float,
.ai-panel,
.ai-message,
.ai-auth-card {
  border-radius: var(--radius);
  border: 1px solid var(--line-dark);
  box-shadow: var(--shadow-sm);
}

.card:hover,
.benefit-card:hover,
.video-card:hover,
.ops-card:hover,
.tier-card:hover {
  border-color: rgba(24, 50, 74, 0.38);
  box-shadow: var(--shadow-md);
}

.benefit-card .b-num,
.ops-ledger article > span,
.ops-timeline article > span,
.impact-ico,
.team-cred-mark {
  border-radius: var(--radius);
  background: var(--accent);
  color: #fff;
}

.impact-item {
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
}

.impact-ico {
  font-size: 11px;
  font-weight: 800;
}

.story-card::before {
  color: rgba(24, 50, 74, 0.10);
}

.tier-card.is-feature {
  background: linear-gradient(165deg, #fff 0%, #f7f8f5 62%, #e4eaee 100%);
}

.tier-card--standard .tier-ribbon,
.tier-card--vip .tier-ribbon,
.tier-card--vvip .tier-ribbon {
  background: var(--accent);
}

.tier-card--standard .tier-return strong,
.tier-card--vip .tier-return strong,
.tier-card--vvip .tier-return strong {
  color: var(--accent-strong);
}

.team-org {
  --c-admin: #18324a;
  --c-admin-strong: #10243a;
  --c-law: #456f8f;
  --c-law-strong: #244963;
  --c-tax: #2f6f63;
  --c-tax-strong: #1e5047;
  --c-customs: #8b3f32;
  --c-customs-strong: #6e2f26;
}

.form-card input,
.form-card select,
.form-card textarea,
.ai-input {
  border-radius: var(--radius);
  border-color: var(--line-dark);
  background: #fff;
}

.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus,
.ai-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(24, 50, 74, 0.12);
}

@media (max-width: 560px) {
  .hero-rolling h1,
  .sub-hero h1 {
    max-width: 100%;
  }
}

/* =========================================================
   v6 — Confident Color Lift
   Formal structure with warmer, livelier authority
   ========================================================= */
:root {
  --bg: #f6f3ec;
  --bg-soft: #edf3ef;
  --surface-soft: #f9f7f1;
  --ink: #101822;
  --ink-soft: #40515f;
  --line: #d8ded7;
  --line-dark: rgba(16, 24, 34, 0.16);
  --accent: #1b415d;
  --accent-strong: #10243a;
  --accent-soft: #e4edf1;
  --accent-brass: #c38937;
  --accent-emerald: #2f7b68;
  --accent-steel: #356f97;
  --accent-clay: #a6533e;
}

body {
  background:
    linear-gradient(180deg, #f8f5ed 0%, #eef5f1 42%, #faf8f2 100%);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

main,
.site-header,
.hero-rolling,
.hero-rolling-content {
  max-width: 100vw;
}

h1, h2, h3, h4,
.brand strong,
.brand-text strong,
.section-head h2,
.sub-hero h1,
.card h3,
.benefit-card h3,
.video-meta h3,
.story-card blockquote,
.tier-head h3,
.member-card h3,
.faq-list summary {
  font-weight: 700 !important;
}

.hero-rolling h1,
.word-stack .word,
.hero-title-sub {
  font-weight: 800 !important;
}

.hero-rolling h1 {
  width: min(18ch, 100%);
  max-width: calc(100vw - 32px);
}

.word-stack {
  min-height: auto;
  max-width: 100%;
  overflow: visible;
}

.word-stack .word {
  width: 100%;
  max-width: 100%;
  overflow-wrap: anywhere;
}

em,
.section-head h2 em,
.sub-hero h1 em,
.hero-rolling h1 em {
  font-weight: 700 !important;
}

.site-header,
body.is-scrolled .site-header,
body.theme-light .site-header {
  background: rgba(250, 248, 242, 0.94);
  border-bottom-color: rgba(16, 24, 34, 0.11);
}

.brand-mark svg circle:first-child {
  fill: var(--accent-strong);
}

.brand-mark svg circle:last-child {
  fill: var(--accent-brass);
}

.nav a:hover,
.nav a:focus-visible,
.nav a[aria-current="page"],
.language-switch button[aria-pressed="true"] {
  background: var(--accent);
  color: #fff;
}

.member-link {
  background: #fffaf2;
  border-color: rgba(195, 137, 55, 0.42);
  color: var(--accent-strong);
}

.hero-rolling-stage .slide {
  filter: saturate(0.92) contrast(1.06) brightness(0.92);
}

.hero-rolling-overlay {
  background:
    linear-gradient(90deg, rgba(8, 15, 24, 0.86) 0%, rgba(12, 29, 42, 0.72) 42%, rgba(12, 29, 42, 0.28) 74%, rgba(8, 15, 24, 0.54) 100%),
    linear-gradient(180deg, rgba(8, 15, 24, 0.22) 0%, rgba(8, 15, 24, 0.66) 100%);
}

.hero-rolling-content .hero-eyebrow {
  background: rgba(195, 137, 55, 0.18);
  border-color: rgba(240, 193, 104, 0.34);
  color: #fff8e8;
}

.hero-rolling-content .hero-eyebrow::before {
  background: var(--accent-brass);
  box-shadow: 0 0 0 4px rgba(195, 137, 55, 0.24);
}

.word-stack .word {
  color: #f0c168;
}

.hero-rolling .hero-tagline {
  color: rgba(255, 255, 255, 0.88);
}

.slide-pager button {
  background: rgba(255, 255, 255, 0.26);
}

.slide-pager button.is-active {
  background: var(--accent-brass);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent-strong) 0%, var(--accent) 58%, var(--accent-steel) 100%);
  color: #fff;
  box-shadow: 0 16px 32px rgba(16, 36, 58, 0.26);
}

.button-primary:hover {
  background: linear-gradient(135deg, var(--accent-strong) 0%, #24516d 52%, var(--accent-brass) 130%);
}

.button-ghost,
.button-outline,
.tier-more {
  background: #fffaf2;
  border-color: rgba(195, 137, 55, 0.36);
  color: var(--accent-strong);
}

.button-ghost:hover,
.button-outline:hover,
.tier-more:hover {
  background: #fff4df;
  border-color: rgba(195, 137, 55, 0.62);
}

.impact-strip {
  background: linear-gradient(90deg, var(--accent-strong) 0%, var(--accent) 58%, #24515e 100%);
  border: 0;
}

.impact-item {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.18);
}

.impact-item strong {
  color: #fff;
}

.impact-item:nth-child(1) .impact-ico { background: var(--accent-emerald); }
.impact-item:nth-child(2) .impact-ico { background: var(--accent-steel); }
.impact-item:nth-child(3) .impact-ico { background: var(--accent-brass); color: var(--accent-strong); }
.impact-item:nth-child(4) .impact-ico { background: var(--accent-clay); }

.section-head .eyebrow,
.sub-hero .eyebrow,
.chapter-index .eyebrow,
.contact-grid .eyebrow,
.about-preview-body .eyebrow,
.asset-teaser-body .eyebrow,
.card .tag,
.video-meta .tag,
.tier-ribbon,
.card-pill {
  background: #fff3dd;
  color: #7a4b12;
  text-transform: none;
}

.section-head .eyebrow::before,
.sub-hero .eyebrow::before,
.about-preview-body .eyebrow::before,
.asset-teaser-body .eyebrow::before {
  background: var(--accent-brass);
}

.section-head h2 em,
.about-preview-body h2 em,
.asset-teaser-body h2 em,
.contact-grid h2 em,
.sub-hero h1 em {
  color: var(--accent-steel);
}

.benefits {
  background: linear-gradient(135deg, #f8f0df 0%, #eef6f1 52%, #f8faf7 100%);
}

.about-preview {
  background: linear-gradient(90deg, #fff 0%, #fbf4e7 100%);
}

.video-intro {
  background: linear-gradient(180deg, #eef5f7 0%, #f9f2e7 100%);
}

.asset-teaser {
  background: linear-gradient(100deg, #f7faf3 0%, #fff 58%, #fff4e2 100%);
}

.stories {
  background: linear-gradient(180deg, #fff 0%, #f1f7ed 100%);
}

.ops-section {
  background: linear-gradient(135deg, var(--accent-strong) 0%, var(--accent) 55%, #285b61 100%);
  color: #fff;
}

.ops-section .section-head h2,
.ops-section .section-head h2 em,
.ops-section .section-head p {
  color: #fff;
}

.ops-section .section-head .eyebrow {
  background: rgba(255, 255, 255, 0.13);
  color: #fff4df;
}

.ops-section .section-head .eyebrow::before {
  background: var(--accent-brass);
}

.contact-shell {
  background: linear-gradient(135deg, var(--accent-strong) 0%, #1f5968 55%, #8e513b 145%);
  color: #fff;
}

.contact-grid h2,
.contact-grid h2 em,
.contact-grid p,
.contact-bullets li {
  color: #fff;
}

.contact-grid .eyebrow {
  background: rgba(255, 255, 255, 0.13);
  color: #fff4df;
}

.card,
.benefit-card,
.video-card,
.story-card,
.form-card,
.member-card,
.task-card,
.visa-detail-panel,
.visa-next-strip,
.visa-checkout-summary,
.faq-list details,
.quote-card,
.asset-teaser-card,
.tier-card,
.disclosure-card,
.org-node,
.team-card,
.auth-support,
.ops-dashboard,
.ops-scope-title,
.ops-export-flow article,
.ai-float,
.ai-panel,
.ai-message,
.ai-auth-card {
  background: #fffdf8;
  border-color: rgba(16, 24, 34, 0.13);
  box-shadow: 0 10px 24px rgba(16, 24, 34, 0.08);
}

.benefit-card,
.video-card,
.story-card,
.ops-card,
.asset-teaser-card,
.form-card {
  overflow: hidden;
}

.benefit-card::after,
.video-card::before,
.ops-card::before,
.asset-teaser-card::before,
.form-card::before {
  content: "";
  display: block;
  height: 4px;
  margin: -1px -1px 0;
  background: var(--card-accent, var(--accent-brass));
}

.benefit-card::after {
  position: absolute;
  inset: 0 0 auto 0;
  margin: 0;
}

.benefit-card:nth-child(4n+1),
.video-card:nth-child(4n+1),
.ops-card:nth-child(4n+1),
.story-card:nth-child(4n+1) { --card-accent: var(--accent-emerald); --story-accent: var(--accent-emerald); }

.benefit-card:nth-child(4n+2),
.video-card:nth-child(4n+2),
.ops-card:nth-child(4n+2),
.story-card:nth-child(4n+2) { --card-accent: var(--accent-steel); --story-accent: var(--accent-steel); }

.benefit-card:nth-child(4n+3),
.video-card:nth-child(4n+3),
.ops-card:nth-child(4n+3),
.story-card:nth-child(4n+3) { --card-accent: var(--accent-brass); --story-accent: var(--accent-brass); }

.benefit-card:nth-child(4n),
.video-card:nth-child(4n),
.ops-card:nth-child(4n),
.story-card:nth-child(4n) { --card-accent: var(--accent-clay); --story-accent: var(--accent-clay); }

.benefit-card .b-num,
.story-flag,
.ops-icon {
  background: var(--card-accent, var(--story-accent, var(--accent)));
  color: #fff;
}

.benefit-card:nth-child(4n+3) .b-num,
.story-card:nth-child(4n+3) .story-flag,
.ops-card:nth-child(4n+3) .ops-icon {
  color: var(--accent-strong);
}

.benefit-card .more {
  background: #f7efe0;
  color: #7a4b12;
}

.benefit-card:hover .more {
  background: var(--card-accent, var(--accent));
  color: #fff;
}

.ops-card {
  position: relative;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.28);
}

.ops-card::before {
  margin: -24px -22px 18px;
}

.story-card {
  background: linear-gradient(180deg, #fffdf8 0%, #f7fbf4 100%);
  box-shadow:
    inset 0 5px 0 var(--story-accent, var(--accent-brass)),
    0 12px 28px rgba(16, 24, 34, 0.08);
}

.story-card::before {
  color: rgba(195, 137, 55, 0.16);
}

.story-card:nth-child(4n+1)::before { color: rgba(47, 123, 104, 0.14); }
.story-card:nth-child(4n+2)::before { color: rgba(53, 111, 151, 0.14); }
.story-card:nth-child(4n)::before { color: rgba(166, 83, 62, 0.13); }

.story-case-meta span {
  background: #fffaf0;
  border-color: rgba(195, 137, 55, 0.28);
}

.story-dot.is-active {
  background: var(--accent-brass);
}

.story-nav:hover,
.story-nav:focus-visible {
  background: var(--accent);
  border-color: var(--accent);
}

.floating-badge {
  background: #fffaf0;
  border: 1px solid rgba(195, 137, 55, 0.28);
}

.about-preview-list li::before,
.contact-bullets li::before {
  background: var(--accent-emerald);
}

.asset-teaser-list li::before {
  background: var(--accent-brass);
  color: var(--accent-strong);
}

.disclaimer-inline {
  background: #fff4df;
  border-color: rgba(195, 137, 55, 0.42);
}

.facts-strip,
.site-footer,
.ops-command,
.ops-monthly {
  background: linear-gradient(135deg, var(--accent-strong) 0%, var(--accent) 60%, #244c58 100%);
}

.team-org {
  --c-admin: var(--accent);
  --c-admin-strong: var(--accent-strong);
  --c-law: var(--accent-steel);
  --c-law-strong: #244963;
  --c-tax: var(--accent-emerald);
  --c-tax-strong: #1e5047;
  --c-customs: var(--accent-clay);
  --c-customs-strong: #733224;
}

@media (max-width: 680px) {
  .impact-grid {
    gap: 10px;
  }

  .impact-item {
    align-items: flex-start;
    border-radius: var(--radius);
  }

  .ops-section .button-ghost {
    background: rgba(255, 255, 255, 0.94);
  }
}

/* =========================================================
   v7 — Natural bilingual wrapping
   Keeps Korean phrase breaks clean while letting long English
   labels fit their UI containers without clipping.
   ========================================================= */

html {
  overflow-wrap: break-word;
}

body {
  word-break: normal;
}

:lang(ko) body {
  word-break: keep-all;
  line-break: strict;
}

:lang(en) :where(p, li, blockquote, dd, td, figcaption) {
  hyphens: auto;
}

:lang(ko) :where(p, li, blockquote, dd, td, figcaption) {
  hyphens: manual;
}

:where(
  h1, h2, h3, h4,
  p, li, blockquote,
  label, summary, cite,
  .button,
  .nav a,
  .mobile-menu a,
  .brand-text,
  .section-lede,
  .hero-tagline,
  .lede,
  .tag,
  .eyebrow,
  .more,
  .form-note
) {
  min-width: 0;
  overflow-wrap: break-word;
}

:where(
  h1, h2, h3, h4,
  .section-head h2,
  .sub-hero h1,
  .hero-rolling h1,
  .hero-title-sub,
  .word-stack .word,
  .card h3,
  .benefit-card h3,
  .video-meta h3,
  .story-card blockquote,
  .tier-head h3,
  .ops-context-copy h2,
  .ops-command-copy h2,
  .ops-scope-title h2,
  .ops-monthly-head h2,
  .contact-grid h2
) {
  text-wrap: balance;
  overflow-wrap: break-word;
}

:where(
  p,
  li,
  blockquote,
  .section-head p,
  .section-lede,
  .hero-tagline,
  .sub-hero .lede,
  .card p,
  .benefit-card p,
  .video-meta p,
  .story-card footer,
  .legal-article p,
  .legal-article li,
  .ops-reason-list p,
  .ops-ledger p,
  .ops-export-flow p,
  .ops-timeline p,
  .ai-message
) {
  text-wrap: pretty;
}

.header-inner,
.brand,
.brand-text,
.nav,
.header-actions,
.impact-item,
.card,
.benefit-card,
.video-card,
.story-card,
.form-card,
.member-card,
.task-card,
.visa-detail-panel,
.visa-next-strip,
.visa-checkout-summary,
.asset-teaser-card,
.tier-card,
.ops-dashboard,
.ops-card,
.team-card,
.org-node,
.auth-support {
  min-width: 0;
}

.brand-text strong,
.brand-text small,
.brand strong,
.brand small {
  max-width: min(42vw, 280px);
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  line-height: 1.18;
}

.brand-text strong,
.brand strong {
  white-space: nowrap;
}

.nav {
  min-width: 0;
  flex-wrap: wrap;
  align-content: center;
  row-gap: 4px;
}

.nav a {
  min-width: 0;
  max-width: 18ch;
  white-space: normal;
  text-align: center;
  line-height: 1.16;
}

:lang(ko) .nav a {
  max-width: 11ch;
}

.mobile-menu a {
  white-space: normal;
  line-height: 1.25;
}

.button,
.chapter-card .go,
.benefit-card .more,
.tier-more,
.story-counter,
.member-status,
.card-pill,
.tier-ribbon,
.story-case-meta span,
.team-cat-badge,
.team-cred {
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.22;
}

.button {
  flex-wrap: wrap;
}

.button-link {
  text-align: left;
  line-height: 1.35;
}

.word-stack,
.word-stack .word,
.hero-title-sub,
.hero-rolling h1,
.sub-hero h1,
.sub-hero .lede,
.section-head h2,
.section-head p {
  overflow-wrap: break-word;
  word-break: inherit;
}

.word-stack .word {
  white-space: normal;
}

.hero-rolling,
.hero-rolling-stage {
  overflow: clip;
  contain: paint;
}

.hero-rolling h1 {
  width: min(20ch, 100%);
}

:lang(ko) .hero-rolling h1 {
  width: min(18ch, 100%);
}

.hero-rolling .hero-tagline,
.sub-hero .lede,
.section-head p,
.contact-grid p,
.about-preview-body p,
.asset-teaser-body > p,
.legal-article,
.auth-support p,
.member-card p {
  max-width: min(100%, var(--text-measure, 62ch));
}

.impact-item {
  align-items: flex-start;
}

.impact-item strong {
  line-height: 1.25;
  text-wrap: balance;
}

.card dl div,
.visa-checkout-summary dl div,
.tier-return,
.card-row,
.facts-strip .fact,
.ops-dashboard-head,
.ops-dashboard-foot,
.footer-legal,
.team-credentials,
.asset-cta-row,
.hero-cta,
.sub-hero .sub-actions,
.reel-actions,
.ops-cta,
.story-case-meta {
  min-width: 0;
}

.card dt,
.card dd,
.visa-checkout-summary dt,
.visa-checkout-summary dd,
.tier-return-label,
.tier-return strong,
.card-row span,
.card-row strong,
.facts-strip .fact span,
.facts-strip .fact strong,
.ops-dashboard-head span,
.ops-dashboard-head strong,
.ops-dashboard-foot span,
.footer-business span,
.footer-business strong,
.footer-legal span,
.legal-summary dd {
  min-width: 0;
  overflow-wrap: break-word;
}

.legal-document-grid,
.legal-document-grid > *,
.legal-summary,
.legal-article {
  min-width: 0;
  max-width: 100%;
}

.visa-checkout-summary dd {
  text-align: start;
}

.ai-float-copy strong,
.ai-float-copy small,
.ai-head strong,
.ai-head small,
.ai-scope,
.ai-message,
.ai-meta {
  overflow-wrap: break-word;
  white-space: normal;
}

.ai-scope {
  line-height: 1.2;
}

@media (min-width: 900px) and (max-width: 1080px) {
  .header-inner {
    gap: 12px;
  }

  .nav a {
    padding-inline: 8px;
    font-size: 11.5px;
    max-width: 15ch;
  }

  :lang(ko) .nav a {
    max-width: 10ch;
  }

  .brand-text small,
  .brand small {
    max-width: 190px;
  }
}

@media (max-width: 680px) {
  .brand-text small,
  .brand small {
    max-width: min(48vw, 220px);
  }

  .button {
    width: fit-content;
    max-width: 100%;
  }

  .hero-cta .button,
  .sub-hero .sub-actions .button,
  .asset-cta-row .button,
  .ops-cta .button,
  .form-card .button {
    width: 100%;
  }

  .card dl div,
  .visa-checkout-summary dl div,
  .tier-return,
  .card-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .card dd,
  .visa-checkout-summary dd,
  .tier-return strong,
  .card-row strong {
    text-align: start;
  }

  .facts-strip .fact {
    align-items: flex-start;
  }
}

/* v10: solid, brighter KoVISA palette */
:root {
  --bg: #f6f4ee;
  --bg-soft: #eef2ef;
  --surface: #ffffff;
  --surface-soft: #fbfaf6;
  --ink: #16212b;
  --ink-soft: #506070;
  --muted: #64717c;
  --line: #d8ded7;
  --line-dark: rgba(22, 33, 43, 0.14);
  --accent: #1f6f78;
  --accent-strong: #173447;
  --accent-soft: #e6f0ef;
  --accent-yellow: #c58a2f;
  --accent-brass: #c58a2f;
  --accent-emerald: #1f6f78;
  --accent-steel: #1f6f78;
  --accent-sky: #1f6f78;
  --accent-mint: #1f6f78;
  --accent-clay: #c58a2f;
  --accent-lilac: #173447;
  --primary: #1f6f78;
  color-scheme: light;
}

html,
body {
  background: var(--bg);
  color: var(--ink);
}

body,
button,
input,
textarea,
select {
  font-family: Pretendard, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
.brand-text strong,
.hero-title-sub,
.word-stack .word {
  font-family: "Inter Tight", Pretendard, Inter, system-ui, sans-serif;
  font-weight: 800;
}

:where(.hero-rolling, .section, .section--white, .section--dark, .benefits, .about-preview, .video-intro, .asset-teaser, .stories, .ops-section, .ops-context, .ops-command, .ops-scope, .ops-export, .ops-monthly, .contact-shell, .chapter-index, .facts-strip, .site-footer, .sub-hero--legal, .founder-principles) {
  background: var(--bg);
  color: var(--ink);
}

:where(.section--white, .stories, .site-footer, .about-preview, .founder-principles) {
  background: var(--surface);
}

:where(.site-header, body.is-scrolled .site-header, body.theme-light .site-header) {
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(22, 33, 43, 0.08);
}

.hero-rolling {
  background: var(--bg);
  color: var(--ink);
}

.hero-rolling-stage .slide,
.sub-hero::before,
.cinema-hero::before,
.chapter-card::before,
.reel-media {
  filter: saturate(0.88) brightness(1.06);
}

.hero-rolling-overlay,
.sub-hero::after,
.cinema-hero::after,
.reel::before,
.chapter-card::after {
  background: rgba(246, 244, 238, 0.74);
}

:where(.hero-rolling h1, .hero-title-sub, .hero-rolling .hero-tagline, .section-head h2, .section-head p, .sub-hero h1, .sub-hero .lede, .ops-section .section-head h2, .ops-section .section-head p, .contact-grid h2, .contact-grid p, .contact-bullets li, .footer-brand p, .footer-business p, .site-footer address, .site-footer a) {
  color: var(--ink);
}

:where(.word-stack .word, .section-head h2 em, .sub-hero h1 em, .contact-grid h2 em, .hero-rolling h1 em) {
  color: var(--accent);
}

:where(.eyebrow, .hero-rolling-content .hero-eyebrow, .ops-section .section-head .eyebrow, .contact-grid .eyebrow, .tag) {
  background: var(--surface);
  color: var(--accent-strong);
  border-color: var(--line);
  box-shadow: none;
}

:where(.button-primary, .form-card .button-primary, .tier-card.is-feature .tier-cta) {
  background: var(--accent);
  color: #ffffff;
  border-color: var(--accent);
  box-shadow: none;
}

:where(.button-primary:hover, .form-card .button-primary:hover, .tier-card.is-feature .tier-cta:hover) {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
}

:where(.button-ghost, .button-outline, .tier-more, .story-nav, .mobile-menu a) {
  background: var(--surface);
  color: var(--accent-strong);
  border-color: var(--line-dark);
  box-shadow: none;
}

:where(.card, .benefit-card, .ops-card, .video-card, .asset-teaser-card, .form-card, .legal-card, .visa-detail-panel, .checkout-summary, .visa-checkout-summary, .tier-card, .member-panel, .founder-principles-card, .visa-payment-card) {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(22, 33, 43, 0.08);
}

:where(.benefit-card::after, .video-card::before, .ops-card::before, .asset-teaser-card::before, .form-card::before, .tier-card::before, .ai-panel::before) {
  background: var(--accent);
}

.card :where(h3, p, dd, dt),
.benefit-card :where(h3, p),
.ops-card :where(h3, p),
.video-card :where(h3, p),
.asset-teaser-card :where(h3, p),
.form-card :where(label, span, p),
.visa-detail-panel :where(h3, p, li),
.checkout-summary :where(h3, p, dt, dd),
.visa-checkout-summary :where(h3, p, dt, dd),
.tier-card :where(h3, p, li),
.member-panel :where(h3, p, li),
.founder-principles-card :where(h2, p),
.visa-payment-card :where(h3, p, dt, dd) {
  color: var(--ink);
}

.story-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-top: 5px solid var(--story-accent, var(--accent));
  box-shadow: 0 12px 28px rgba(22, 33, 43, 0.08);
}

.story-card::before {
  color: rgba(31, 111, 120, 0.12);
}

.story-card:nth-child(odd) {
  --story-accent: var(--accent);
}

.story-card:nth-child(even) {
  --story-accent: var(--accent-brass);
}

.story-card blockquote,
.story-card footer,
.story-card footer strong,
.story-card footer span {
  color: var(--ink);
}

.team-card--founder,
.team-card {
  border-color: var(--line);
  box-shadow: 0 12px 28px rgba(22, 33, 43, 0.08);
}

.team-avatar {
  background: var(--surface-soft);
  border: 1px solid var(--line);
}

.team-avatar img {
  object-fit: contain;
  object-position: center top;
  background: var(--surface-soft);
}

.visa-next-strip,
.contact-grid,
.member-layout,
.ops-dashboard,
.asset-cta-panel,
.founder-principles-card,
.visa-payment-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(22, 33, 43, 0.08);
}

.visa-next-strip {
  color: var(--ink);
}

.visa-payment-section {
  background: var(--surface);
}

.visa-payment-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: center;
  padding: clamp(24px, 5vw, 54px);
  border-radius: var(--radius-lg);
}

.visa-payment-copy h2,
.founder-principles-card h2 {
  margin: 14px 0 14px;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.02;
}

.visa-payment-copy p,
.founder-lines p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.72;
}

.visa-payment-card {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
  border-radius: var(--radius-lg);
}

.visa-payment-card .button {
  width: 100%;
  justify-content: center;
}

.founder-principles-card {
  padding: clamp(24px, 5vw, 54px);
  border-radius: var(--radius-lg);
}

.founder-lines {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.founder-lines p {
  padding-left: 16px;
  border-left: 3px solid var(--accent);
}

input,
textarea,
select {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--line);
}

input::placeholder,
textarea::placeholder {
  color: rgba(80, 96, 112, 0.66);
}

@media (max-width: 760px) {
  .visa-payment-panel {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .visa-payment-copy h2,
  .founder-principles-card h2 {
    font-size: clamp(30px, 11vw, 44px);
  }
}

/* v10b: win back older high-specificity dark layers */
.hero-rolling,
.section,
.benefits,
.about-preview,
.video-intro,
.asset-teaser,
.stories,
.ops-section,
.ops-context,
.ops-command,
.ops-scope,
.ops-export,
.ops-monthly,
.contact-shell,
.chapter-index,
.facts-strip,
.sub-hero--legal,
.founder-principles {
  background: var(--bg) !important;
  color: var(--ink) !important;
}

.section--white,
.stories,
.about-preview,
.founder-principles,
.visa-payment-section,
.site-footer {
  background: var(--surface) !important;
  color: var(--ink) !important;
}

.section--dark,
.ops-section,
.ops-command,
.ops-monthly {
  background: var(--bg-soft) !important;
  color: var(--ink) !important;
}

.site-footer,
.site-footer address,
.site-footer a,
.site-footer p,
.footer-brand p,
.footer-business p,
.footer-legal {
  color: var(--ink) !important;
}

.hero-rolling-overlay,
.sub-hero::after,
.cinema-hero::after,
.chapter-card::after,
.reel::before {
  background: rgba(246, 244, 238, 0.74) !important;
}

.ops-section .section-head h2,
.ops-section .section-head h2 em,
.ops-section .section-head p,
.ops-section .section-head .eyebrow,
.section--dark .section-head h2,
.section--dark .section-head h2 em,
.section--dark .section-head p {
  color: var(--ink) !important;
}

.button-primary,
.form-card .button-primary,
.ops-section .button-primary,
.tier-card.is-feature .tier-cta {
  background: var(--accent) !important;
  border-color: var(--accent) !important;
  color: #fff !important;
  box-shadow: none !important;
}

.button-ghost,
.button-outline,
.ops-section .button-ghost,
.tier-more,
.story-nav {
  background: var(--surface) !important;
  border-color: var(--line-dark) !important;
  color: var(--accent-strong) !important;
  box-shadow: none !important;
}

body * ,
body *::before,
body *::after {
  background-image: none !important;
}

.chapter-card--visa::before { background-image: url("./assets/casual-visa.jpg") !important; }
.chapter-card--ops::before { background-image: url("./assets/casual-operations.jpg") !important; }
.chapter-card--property::before { background-image: url("./assets/casual-property.jpg") !important; }
.chapter-card--medical::before { background-image: url("./assets/casual-advisor.jpg") !important; }
.chapter-card--culture::before,
.chapter-card--shopping::before { background-image: url("./assets/casual-culture.jpg") !important; }
.chapter-card--about::before { background-image: url("./assets/casual-hero-seoul.jpg") !important; }
.chapter-card--ceo::before { background-image: url("./assets/casual-advisor.jpg") !important; }

.reel--visa .reel-media { background-image: url("./assets/casual-visa.jpg") !important; }
.reel--ops .reel-media { background-image: url("./assets/casual-operations.jpg") !important; }
.reel--property .reel-media { background-image: url("./assets/casual-property.jpg") !important; }
.reel--medical .reel-media { background-image: url("./assets/casual-advisor.jpg") !important; }
.reel--culture .reel-media,
.reel--shopping .reel-media { background-image: url("./assets/casual-culture.jpg") !important; }
.reel-media {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.sub-hero--visa::before { background-image: url("./assets/casual-visa.jpg") !important; }
.sub-hero--ops::before { background-image: url("./assets/casual-operations.jpg") !important; }
.sub-hero--property::before { background-image: url("./assets/casual-property.jpg") !important; }
.sub-hero--about::before { background-image: url("./assets/casual-hero-seoul.jpg") !important; }
.sub-hero--ceo::before { background-image: url("./assets/casual-advisor.jpg") !important; }
.sub-hero--member::before { background-image: url("./assets/casual-operations.jpg") !important; }

@media (max-width: 680px) {
  .reel--visa .reel-media { background-image: url("./assets/casual-visa-mobile.jpg") !important; }
  .reel--ops .reel-media { background-image: url("./assets/casual-operations-mobile.jpg") !important; }
  .reel--property .reel-media { background-image: url("./assets/casual-property-mobile.jpg") !important; }
  .reel--medical .reel-media { background-image: url("./assets/casual-advisor-mobile.jpg") !important; }
  .reel--culture .reel-media,
  .reel--shopping .reel-media { background-image: url("./assets/casual-culture-mobile.jpg") !important; }
}

/* v10c: restore readability after the bright theme pass */
.hero-rolling {
  background: var(--bg) !important;
  color: var(--ink) !important;
}

.hero-rolling-stage .slide {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  filter: saturate(0.92) brightness(1.08) contrast(1.02) !important;
  opacity: 0 !important;
}

.hero-rolling-stage .slide:nth-child(1) { background-image: url("./assets/slide-admin.jpg") !important; }
.hero-rolling-stage .slide:nth-child(2) { background-image: url("./assets/casual-operations.jpg") !important; }
.hero-rolling-stage .slide:nth-child(3) { background-image: url("./assets/casual-property.jpg") !important; }
.hero-rolling-stage .slide:nth-child(4) { background-image: url("./assets/slide-medical.jpg") !important; }
.hero-rolling-stage .slide:nth-child(5) { background-image: url("./assets/slide-home.jpg") !important; }

.hero-rolling-stage .slide.is-active {
  opacity: 0.32 !important;
}

.hero-rolling-overlay {
  background: rgba(246, 244, 238, 0.62) !important;
}

.hero-rolling h1,
.hero-title-sub,
.hero-rolling .hero-tagline {
  color: var(--ink) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.word-stack .word,
.hero-rolling h1 em {
  color: var(--accent) !important;
}

.hero-rolling-content .hero-eyebrow {
  background: var(--surface) !important;
  border: 1px solid var(--line-dark) !important;
  color: var(--accent-strong) !important;
}

.hero-rolling-content .hero-eyebrow::before {
  background: var(--accent) !important;
  box-shadow: none !important;
}

.slide-pager button {
  background: var(--line-dark) !important;
}

.slide-pager button.is-active {
  background: var(--accent) !important;
}

.contact-shell {
  background: var(--bg) !important;
  color: var(--ink) !important;
}

.contact-grid {
  background: var(--surface) !important;
  color: var(--ink) !important;
  align-items: start !important;
}

.contact-grid > .reveal:first-child {
  display: grid !important;
  align-content: start !important;
  justify-items: start !important;
  gap: 16px !important;
  min-height: 0 !important;
  padding-top: clamp(18px, 2vw, 30px) !important;
}

.contact-grid .eyebrow {
  display: inline-flex !important;
  width: fit-content !important;
  background: var(--surface-soft) !important;
  border: 1px solid var(--line-dark) !important;
  color: var(--accent-strong) !important;
}

.contact-grid h2,
.contact-grid h2 em,
.contact-grid p,
.contact-bullets li {
  color: var(--ink) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

.contact-grid h2 em {
  color: var(--accent) !important;
}

/* v10d: cohesive landing rhythm and readable color photography */
.hero-rolling {
  background: #f3f4f1 !important;
  color: #101822 !important;
}

.hero-rolling-stage .slide {
  filter: saturate(1.14) contrast(1.04) brightness(0.96) !important;
}

.hero-rolling-stage .slide.is-active {
  opacity: 0.86 !important;
}

.hero-rolling-overlay {
  background: rgba(243, 244, 241, 0.34) !important;
}

.hero-rolling h1,
.hero-title-sub,
.hero-rolling .hero-tagline {
  color: #101822 !important;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 26px rgba(255, 255, 255, 0.72) !important;
}

.word-stack .word,
.hero-rolling h1 em {
  color: #1f6f78 !important;
}

.hero-rolling-content .hero-eyebrow,
.section-head .eyebrow,
.contact-grid .eyebrow,
.asset-teaser-body .eyebrow {
  background: #ffffff !important;
  border: 1px solid rgba(16, 24, 34, 0.16) !important;
  color: #10243a !important;
}

.hero-rolling-content .hero-eyebrow::before,
.section-head .eyebrow::before,
.contact-grid .eyebrow::before,
.asset-teaser-body .eyebrow::before {
  background: #1f6f78 !important;
  box-shadow: none !important;
}

#benefits,
.asset-teaser,
#consult,
.site-footer {
  scroll-margin-top: 88px !important;
}

.impact-strip {
  background: #ffffff !important;
  border-top: 1px solid #d6ddd8 !important;
  border-bottom: 1px solid #d6ddd8 !important;
  padding: 22px 0 !important;
}

.impact-grid {
  gap: 12px !important;
}

.impact-item {
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 16px !important;
  border-radius: 8px !important;
  background: #f7f8f5 !important;
  border: 1px solid #d6ddd8 !important;
  box-shadow: none !important;
}

.impact-ico {
  flex: 0 0 auto !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 8px !important;
  background: #1f6f78 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.impact-item strong {
  color: #10243a !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.impact-item p {
  margin: 5px 0 0 !important;
  color: #4c5866 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.benefits {
  background: #f3f4f1 !important;
}

.benefits .section-head {
  max-width: 860px !important;
}

.benefits .section-lede {
  max-width: 64ch !important;
}

.benefit-card {
  min-height: 248px !important;
  padding: 22px !important;
  border: 1px solid #d6ddd8 !important;
  border-top: 4px solid #1f6f78 !important;
  background: #ffffff !important;
  color: #101822 !important;
  box-shadow: 0 12px 26px rgba(16, 24, 34, 0.07) !important;
  transform: none !important;
}

.benefit-card::before,
.benefit-card::after {
  display: none !important;
}

.benefit-card:hover {
  border-color: #1f6f78 !important;
  box-shadow: 0 16px 34px rgba(16, 24, 34, 0.12) !important;
}

.benefit-card .b-num {
  background: #f7f8f5 !important;
  border: 1px solid rgba(31, 111, 120, 0.35) !important;
  color: #1f6f78 !important;
  box-shadow: none !important;
}

.benefit-card h3 {
  color: #10243a !important;
  font-size: 20px !important;
  font-weight: 800 !important;
}

.benefit-card p {
  color: #4c5866 !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

.benefit-card .more {
  background: transparent !important;
  border: 1px solid rgba(31, 111, 120, 0.35) !important;
  color: #1f6f78 !important;
  border-radius: 8px !important;
}

.benefit-card:hover .more {
  background: #1f6f78 !important;
  border-color: #1f6f78 !important;
  color: #ffffff !important;
}

.asset-teaser {
  background: #ffffff !important;
}

.asset-teaser-grid {
  align-items: center !important;
}

.asset-teaser-body > p {
  max-width: 62ch !important;
  color: #4c5866 !important;
}

.asset-teaser-card {
  border: 1px solid #d6ddd8 !important;
  border-top: 4px solid #1f6f78 !important;
  background: #f7f8f5 !important;
  box-shadow: 0 14px 30px rgba(16, 24, 34, 0.08) !important;
}

.card-pill {
  background: #ffffff !important;
  color: #10243a !important;
  border: 1px solid rgba(16, 24, 34, 0.16) !important;
}

.contact-shell {
  background: #f3f4f1 !important;
}

.contact-grid {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  gap: clamp(28px, 5vw, 64px) !important;
}

.contact-grid > .reveal:first-child {
  padding: clamp(8px, 2vw, 18px) 0 0 !important;
  max-width: 560px !important;
}

.contact-grid h2 {
  margin: 18px 0 12px !important;
  color: #10243a !important;
}

.contact-grid h2 em {
  color: #1f6f78 !important;
}

.contact-grid > div > p,
.contact-grid p {
  color: #4c5866 !important;
}

.contact-bullets {
  margin-top: 18px !important;
}

.contact-bullets li {
  color: #101822 !important;
}

.contact-bullets li::before {
  background: #1f6f78 !important;
  color: #ffffff !important;
}

.form-card {
  background: #ffffff !important;
  border: 1px solid #d6ddd8 !important;
  box-shadow: 0 16px 34px rgba(16, 24, 34, 0.10) !important;
}

.form-card::before {
  background: #b88745 !important;
}

.site-footer {
  background: #10243a !important;
  color: rgba(255, 255, 255, 0.86) !important;
  border-top: 0 !important;
}

.footer-brand strong,
.site-footer address span,
.footer-business strong,
.footer-business span,
.footer-legal,
.footer-legal span {
  color: rgba(255, 255, 255, 0.88) !important;
}

.footer-brand strong {
  color: #ffffff !important;
}

.footer-brand p,
.footer-business p,
.site-footer p {
  color: rgba(255, 255, 255, 0.78) !important;
}

.site-footer address a,
.footer-links a {
  color: #f2c56d !important;
}

@media (max-width: 680px) {
  .site-header {
    min-height: 70px !important;
  }

  .header-inner {
    min-height: 70px !important;
    padding: 12px 0 !important;
  }

  .hero-rolling-stage .slide.is-active {
    opacity: 0.74 !important;
  }

  .hero-rolling-overlay {
    background: rgba(243, 244, 241, 0.48) !important;
  }

  .impact-grid {
    grid-template-columns: 1fr !important;
  }

  .benefit-card {
    min-height: 0 !important;
  }
}

/* v11: Open Design enterprise/professional pass
   Source reference: nexu-io/open-design design-systems/{enterprise,professional}
   Principles applied: restrained palette, strong type hierarchy, predictable grid,
   surface-first composition, explicit component states.
*/
:root {
  --od-bg: #edeade;
  --od-surface: #fffdf8;
  --od-surface-2: #f6f3ea;
  --od-ink: #111827;
  --od-muted: #53606d;
  --od-primary: #072c2c;
  --od-primary-2: #0d3b3b;
  --od-accent: #ff5f03;
  --od-border: rgba(7, 44, 44, 0.16);
  --od-border-strong: rgba(7, 44, 44, 0.28);
  --od-shadow: 0 18px 40px rgba(7, 44, 44, 0.10);
  --od-shadow-soft: 0 10px 24px rgba(7, 44, 44, 0.07);
}

html,
body {
  background: var(--od-bg) !important;
  color: var(--od-ink) !important;
}

body,
button,
input,
textarea,
select {
  font-family: Pretendard, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

h1,
h2,
h3,
h4,
.brand-text strong,
.brand strong,
.hero-title-sub,
.word-stack .word {
  color: var(--od-ink) !important;
  font-family: "Inter Tight", Pretendard, Inter, system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}

p,
li,
dd,
dt,
label,
summary,
.section-lede {
  color: var(--od-muted) !important;
}

.site-header,
body.is-scrolled .site-header,
body.theme-light .site-header {
  background: rgba(255, 253, 248, 0.96) !important;
  border-bottom: 1px solid var(--od-border) !important;
  box-shadow: 0 8px 24px rgba(7, 44, 44, 0.08) !important;
  color: var(--od-ink) !important;
}

.brand-mark svg circle:first-child {
  fill: var(--od-primary) !important;
}

.brand-mark svg circle:last-child {
  fill: var(--od-accent) !important;
}

.brand-text small,
.brand small {
  color: var(--od-muted) !important;
}

.nav a,
.mobile-menu a {
  color: var(--od-ink) !important;
  border-radius: 8px !important;
}

.nav a:hover,
.nav a:focus-visible,
.nav a[aria-current="page"],
.language-switch button[aria-pressed="true"] {
  background: var(--od-primary) !important;
  color: var(--od-surface) !important;
}

.member-link,
.language-switch button {
  background: var(--od-surface) !important;
  color: var(--od-primary) !important;
  border-color: var(--od-border-strong) !important;
  box-shadow: none !important;
}

.nav-toggle {
  background: var(--od-surface) !important;
  border-color: var(--od-border-strong) !important;
}

.nav-toggle span {
  background: var(--od-primary) !important;
}

.hero-rolling {
  background: var(--od-bg) !important;
  color: var(--od-ink) !important;
}

.hero-rolling-stage .slide {
  filter: saturate(1.12) contrast(1.05) brightness(0.96) !important;
  opacity: 0 !important;
}

.hero-rolling-stage .slide.is-active {
  opacity: 0.82 !important;
}

.hero-rolling-overlay {
  background: rgba(237, 234, 222, 0.48) !important;
}

.hero-rolling h1,
.hero-title-sub,
.hero-rolling .hero-tagline {
  color: var(--od-ink) !important;
  text-shadow:
    0 1px 0 rgba(255, 253, 248, 0.92),
    0 14px 32px rgba(255, 253, 248, 0.72) !important;
}

.word-stack .word,
.hero-rolling h1 em,
.section-head h2 em,
.about-preview-body h2 em,
.asset-teaser-body h2 em,
.contact-grid h2 em,
.sub-hero h1 em,
.visa-payment-copy h2 em {
  color: var(--od-primary) !important;
}

.hero-rolling-content .hero-eyebrow,
.section-head .eyebrow,
.contact-grid .eyebrow,
.asset-teaser-body .eyebrow,
.about-preview-body .eyebrow,
.sub-hero .eyebrow,
.chapter-index .eyebrow,
.tag,
.card-pill {
  background: var(--od-surface) !important;
  border: 1px solid var(--od-border) !important;
  color: var(--od-primary) !important;
  box-shadow: none !important;
  text-transform: none !important;
}

.hero-rolling-content .hero-eyebrow::before,
.section-head .eyebrow::before,
.contact-grid .eyebrow::before,
.asset-teaser-body .eyebrow::before,
.about-preview-body .eyebrow::before,
.sub-hero .eyebrow::before {
  background: var(--od-accent) !important;
  box-shadow: none !important;
}

.button,
.tier-more,
.story-nav {
  border-radius: 8px !important;
  box-shadow: none !important;
}

.button-primary,
.form-card .button-primary,
.ops-section .button-primary,
.tier-card.is-feature .tier-cta,
.visa-payment-card .button-primary {
  background: var(--od-primary) !important;
  border-color: var(--od-primary) !important;
  color: var(--od-surface) !important;
}

.button-primary:hover,
.form-card .button-primary:hover,
.ops-section .button-primary:hover,
.tier-card.is-feature .tier-cta:hover,
.visa-payment-card .button-primary:hover {
  background: var(--od-primary-2) !important;
  border-color: var(--od-primary-2) !important;
}

.button-ghost,
.button-outline,
.ops-section .button-ghost,
.tier-more,
.story-nav,
.button-link {
  background: var(--od-surface) !important;
  border: 1px solid var(--od-border-strong) !important;
  color: var(--od-primary) !important;
}

.button-link {
  background: transparent !important;
  border-color: transparent !important;
  text-decoration: underline !important;
  text-underline-offset: 5px !important;
}

.slide-pager button {
  background: rgba(7, 44, 44, 0.22) !important;
}

.slide-pager button.is-active {
  background: var(--od-primary) !important;
}

.scroll-hint {
  color: var(--od-primary) !important;
}

.impact-strip,
.section,
.section--white,
.benefits,
.about-preview,
.video-intro,
.asset-teaser,
.stories,
.ops-section,
.ops-context,
.ops-command,
.ops-scope,
.ops-export,
.ops-monthly,
.contact-shell,
.chapter-index,
.facts-strip,
.founder-principles,
.visa-payment-section {
  background: var(--od-bg) !important;
  color: var(--od-ink) !important;
}

.section--white,
.about-preview,
.video-intro,
.stories,
.asset-teaser,
.visa-payment-section,
.founder-principles {
  background: var(--od-surface) !important;
}

.impact-strip {
  background: var(--od-surface) !important;
  border-top: 1px solid var(--od-border) !important;
  border-bottom: 1px solid var(--od-border) !important;
}

.impact-item {
  background: var(--od-surface-2) !important;
  border: 1px solid var(--od-border) !important;
  border-radius: 8px !important;
}

.impact-ico,
.contact-bullets li::before {
  background: var(--od-primary) !important;
  color: var(--od-surface) !important;
}

.impact-item strong,
.section-head h2,
.about-preview-body h2,
.asset-teaser-body h2,
.contact-grid h2,
.ops-section .section-head h2,
.ops-section .section-head h2 em,
.ops-section .section-head p,
.section--dark .section-head h2,
.section--dark .section-head h2 em,
.section--dark .section-head p {
  color: var(--od-ink) !important;
}

.impact-item p,
.section-head p,
.about-preview-body p,
.asset-teaser-body > p,
.contact-grid > div > p,
.contact-grid p,
.ops-section .section-head p {
  color: var(--od-muted) !important;
}

.card,
.benefit-card,
.ops-card,
.video-card,
.asset-teaser-card,
.form-card,
.legal-card,
.visa-detail-panel,
.checkout-summary,
.visa-checkout-summary,
.tier-card,
.member-panel,
.founder-principles-card,
.visa-payment-card,
.story-card,
.team-card,
.team-card--founder,
.org-node,
.auth-panel,
.auth-support,
.member-card,
.task-card {
  background: var(--od-surface) !important;
  border: 1px solid var(--od-border) !important;
  border-radius: 8px !important;
  box-shadow: var(--od-shadow-soft) !important;
  color: var(--od-ink) !important;
}

.benefit-card,
.story-card,
.asset-teaser-card,
.form-card,
.visa-payment-card,
.tier-card.is-feature {
  border-top: 4px solid var(--od-primary) !important;
}

.benefit-card::before,
.benefit-card::after,
.ops-card::before,
.asset-teaser-card::before,
.form-card::before,
.tier-card::before,
.ai-panel::before,
.video-card::before {
  background: var(--od-accent) !important;
  opacity: 1 !important;
}

.benefit-card::before,
.benefit-card::after {
  display: none !important;
}

.benefit-card:hover,
.story-card:hover,
.video-card:hover,
.ops-card:hover,
.tier-card:hover {
  border-color: var(--od-border-strong) !important;
  box-shadow: var(--od-shadow) !important;
  transform: translateY(-3px) !important;
}

.benefit-card .b-num,
.story-counter,
.tier-ribbon {
  background: var(--od-surface-2) !important;
  border: 1px solid var(--od-border-strong) !important;
  color: var(--od-primary) !important;
  box-shadow: none !important;
}

.benefit-card h3,
.card h3,
.video-meta h3,
.ops-card h3,
.asset-teaser-card h3,
.story-card blockquote,
.tier-head h3,
.member-card h3,
.team-card h3,
.visa-detail-panel h3,
.checkout-summary h3,
.visa-payment-card h3 {
  color: var(--od-ink) !important;
  font-weight: 800 !important;
}

.benefit-card p,
.card p,
.video-meta p,
.ops-card p,
.asset-teaser-card p,
.story-card footer,
.story-card footer span,
.tier-card p,
.member-card p,
.team-card p,
.visa-detail-panel p,
.visa-detail-panel li,
.checkout-summary p,
.checkout-summary dd,
.visa-payment-card p,
.visa-payment-card dd {
  color: var(--od-muted) !important;
}

.benefit-card .more {
  background: transparent !important;
  border: 1px solid var(--od-border-strong) !important;
  color: var(--od-primary) !important;
}

.benefit-card:hover .more {
  background: var(--od-primary) !important;
  border-color: var(--od-primary) !important;
  color: var(--od-surface) !important;
}

.about-preview-media,
.cinema-frame,
.video-thumb,
.chapter-card,
.reel,
.sub-hero {
  border-radius: 8px !important;
  box-shadow: var(--od-shadow-soft) !important;
}

.floating-badge {
  background: var(--od-surface) !important;
  border: 1px solid var(--od-border) !important;
  border-radius: 8px !important;
  box-shadow: var(--od-shadow-soft) !important;
}

.floating-badge em {
  color: var(--od-primary) !important;
}

.asset-teaser-card .card-row {
  border-color: var(--od-border) !important;
}

.asset-teaser-card .card-row span,
.card-row span {
  color: var(--od-muted) !important;
}

.asset-teaser-card .card-row strong,
.card-row strong {
  color: var(--od-ink) !important;
}

.disclaimer-inline,
.card-note {
  background: var(--od-surface-2) !important;
  border: 1px solid var(--od-border) !important;
  color: var(--od-muted) !important;
  border-radius: 8px !important;
}

.contact-grid {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.form-card {
  box-shadow: var(--od-shadow) !important;
}

input,
textarea,
select,
.form-card input,
.form-card select,
.form-card textarea {
  background: var(--od-surface) !important;
  color: var(--od-ink) !important;
  border: 1px solid var(--od-border-strong) !important;
  border-radius: 8px !important;
}

input:focus,
textarea:focus,
select:focus,
.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus {
  border-color: var(--od-primary) !important;
  box-shadow: 0 0 0 3px rgba(7, 44, 44, 0.12) !important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(83, 96, 109, 0.72) !important;
}

.consent-line a,
.legal-article a,
.footer-links a,
.site-footer address a {
  color: var(--od-accent) !important;
}

.site-footer {
  background: var(--od-primary) !important;
  color: rgba(255, 253, 248, 0.86) !important;
}

.site-footer,
.site-footer address,
.site-footer p,
.footer-brand p,
.footer-business p,
.footer-business span,
.footer-business strong,
.footer-legal,
.footer-legal span {
  color: rgba(255, 253, 248, 0.82) !important;
}

.footer-brand strong {
  color: var(--od-surface) !important;
}

.footer-grid,
.footer-legal {
  border-color: rgba(255, 253, 248, 0.12) !important;
}

.sub-hero::after,
.cinema-hero::after,
.chapter-card::after,
.reel::before {
  background: rgba(237, 234, 222, 0.62) !important;
}

.sub-hero h1,
.sub-hero .lede,
.chapter-card h2,
.chapter-card p,
.reel h2,
.reel p {
  color: var(--od-ink) !important;
  text-shadow: 0 1px 0 rgba(255, 253, 248, 0.82) !important;
}

.team-avatar,
.org-node-icon {
  background: var(--od-surface-2) !important;
  border-color: var(--od-border) !important;
}

.visa-next-strip,
.member-layout,
.ops-dashboard,
.asset-cta-panel,
.founder-principles-card,
.visa-payment-panel {
  background: var(--od-surface) !important;
  border: 1px solid var(--od-border) !important;
  border-radius: 8px !important;
  box-shadow: var(--od-shadow-soft) !important;
}

.facts-strip {
  background: var(--od-primary) !important;
}

.facts-strip .fact strong,
.facts-strip .fact span {
  color: var(--od-surface) !important;
}

@media (max-width: 760px) {
  .hero-rolling-stage .slide.is-active {
    opacity: 0.72 !important;
  }

  .hero-rolling-overlay {
    background: rgba(237, 234, 222, 0.56) !important;
  }

  .hero-rolling h1 {
    font-size: clamp(38px, 11vw, 52px) !important;
  }

  .impact-grid,
  .benefit-grid,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .contact-grid {
    gap: 26px !important;
  }
}
